/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 152 by teichmann, Sun Sep 9 20:47:38 2007 UTC revision 170 by torsten, Tue Sep 11 14:16:47 2007 UTC
# Line 1  Line 1 
1  2007-09-05 Sascha L. Teichmann <[email protected]>  2007-09-11 Torsten Irlaender <[email protected]>
2            * tools/formed/formed/plugins/web/form_renderer.py,
3            * tools/formed/formed/plugins/web/renderer.py: Added alt tag for
4              icons in error and confirmation dialogs.
5    
6    2007-09-11 Sascha L. Teichmann <[email protected]>
7    
8            * tools/formed/formed/plugins/web/form_renderer.py: Fixed label
9              generation for ints, texts and textareas. Fixed h depths of infos.
10    
11    2007-09-11 Sascha L. Teichmann <[email protected]>
12    
13            * tools/formed/formed/plugins/web/form_renderer.py: Removed
14              debug output for help.
15    
16            * tools/formed/formed/plugins/web/semantic.py: Added forgotten
17              check for bools.
18    
19            * tools/formed/formed/plugins/web/controllers.py:  Added correct
20              HTML output of data for bools.
21    
22    2007-09-11 Torsten Irlaender <[email protected]>
23    
24            * tools/formed/formed/plugins/web/form_renderer.py: Changed size of
25              textfields for int values. Changed Label for submitbuttons to
26              "Speichern"
27    
28            * tools/formed/formed/plugins/web/plugin.py,
29              tools/formed/formed/plugins/web/controllers.py: Added new
30              NotImplementedHandler to show up a dummysite for not implemented
31              functions.
32    
33            * tools/formed/formed/plugins/web/renderer.py: Added
34              NotImplementedRenderer. Various small fixes. Mostly renaming the
35              labels of some context menus. Error messages are now generated
36              dynamically depending on num errors. Formular navigation has now
37              colored indication for errors.
38    
39    2007-09-11 Torsten Irlaender <[email protected]>
40    
41            * tools/formed/formed/plugins/web/renderer.py: Implemented "LookAhead"
42              algorithm for the formular navigation to get rid of the problem
43              that some of the items within the navigation are not linked.  Now
44              structural group elements are linked with the next page found in the
45              formular structure.
46    
47    2007-09-10 Torsten Irlaender <[email protected]>
48            * tools/formed/formed/plugins/web/form_renderer.py: Changed order of
49              div and formtag.
50    
51            * tools/formed/formed/plugins/web/controllers.py: Added DataSet action
52              menu in the conformation dialog when creating a new dataset.
53    
54            * tools/formed/formed/plugins/web/renderer.py: Fixed error when
55              rendering the default welcome page. Changed rendering of the
56              overview and the digest table of the datasets. Added icon for
57              confirmation dialog, moved the icon in the <h1> tags.  
58    
59    2007-09-10 Torsten Irlaender <[email protected]>
60    
61            * tools/formed/formed/plugins/web/form_renderer.py: Some html
62              generation cleanup. Added error icons to formelements
63    
64            * tools/formed/formed/plugins/web/controllers.py: Fixed initialisation
65              of ErrorStatus. Fixed generated of the help tags in the formular
66    
67            * tools/formed/formed/plugins/web/renderer.py: Added error icon for
68              pageerrors. An "!" now indicates errors on pages in the formular
69              navigation. Added new <div> "content" around confirmation dialogss.
70              Links in confimation dialogs are now rendered as buttons. Removed
71              old obsolete OverviewRenderer.
72    
73    2007-09-10 Sascha L. Teichmann <[email protected]>
74    
75            * tools/formed/formed/plugins/web/renderer.py: Highlight selected
76              page in page navigation.
77    
78    2007-09-10 Torsten Irlaender <[email protected]>
79    
80            * tools/formed/formed/plugins/web/controllers.py: Fixed issues on
81              displaying formdata when changing datasets. Loading the right
82              formdata was not handled in a correct way. Hope it is all fixed now.
83              Left some commented code because not all sideeffects of the changes
84              are tested yet.
85    
86            * tools/formed/formed/plugins/web/renderer.py: DataSetDigestRenderer
87              now uses the correct data out of the formdata.
88    
89    2007-09-10 Sascha L. Teichmann <[email protected]>
90    
91            * tools/formed/formed/plugins/web/controllers.py: Pretty
92              print format data (dates e.g)
93    
94    2007-09-10 Sascha L. Teichmann <[email protected]>
95    
96            * tools/formed/formed/plugins/web/controllers.py: Modified
97              ErrorStats a bit to avoid mysterious extra error on page.
98                    No clue why this works.
99    
100    2007-09-10 Sascha L. Teichmann <[email protected]>
101    
102            * tools/formed/formed/plugins/web/form_renderer.py: Fixed value
103              problem with radio groups, too.
104    
105    2007-09-10 Torsten Irlaender <[email protected]>
106            * tools/formed/formed/plugins/web/controllers.py: Sessions are now
107              really removed when deleting a dataset.
108            
109    2007-09-10 Torsten Irlaender <[email protected]>
110    
111            * tools/formed/formed/plugins/web/controllers.py: Added new Class
112              ErrorStats which provides Information on remaining errors per page.
113    
114            * tools/formed/formed/plugins/web/renderers.py: Finished movement of
115              the renderer methods from controllers.py to renderers.py.
116    
117            * tools/formed/formed/plugins/web/plugin.py: Removed render_session
118              handlers
119    
120    2007-09-10 Sascha L. Teichmann <[email protected]>
121    
122            * tools/formed/formed/plugins/web/form_renderer.py: values for
123              choices are generated from the document tree now. This brings
124                    the state storage of select boxes in HTML to live.
125    
126    2007-09-09 Sascha L. Teichmann <[email protected]>
127    
128            * tools/formed/formed/plugins/web/semantic.py: Fixed problems with
129              range checking of integers.
130    
131            * tools/formed/formed/plugins/web/controllers.py: Added class
132              ErrorItem to track errors. They are stored in the session.
133    
134    2007-09-09 Sascha L. Teichmann <[email protected]>
135    
136            * tools/formed/formed/model/nodecomponents.py: Fixed returning
137              wrong index in Document.indexOfcomponentByClassAndName.
138    
139            * tools/formed/formed/plugins/web/form_renderer.py: 'error' was
140              written 'errot' in renderer for textareas.
141    
142            * tools/formed/formed/plugins/web/controllers.py: Some clean-ups.
143    
144    2007-09-09 Sascha L. Teichmann <[email protected]>
145    
146            * tools/formed/formed/plugins/web/help.py: Added a 'hasHelp'
147              method. Could be cheaper for some implementations of help.
148    
149            * tools/formed/formed/plugins/web/form_renderer.py: Modified
150              FormData to have distinct getData(), getHelp() and getError()
151                    methods. Various bug fixes.
152    
153            * tools/formed/formed/plugins/web/controllers.py: Implements the
154              new FormData (trivial by now).
155    
156            * tools/formed/formed/plugins/web/renderer.py: New FormData and
157              some bug fixes.
158    
159    2007-09-09 Sascha L. Teichmann <[email protected]>
160    
161          * tools/formed/formed/model/memory.py,          * tools/formed/formed/model/memory.py,
162            tools/formed/formed/model/persistent.py: Add a getValue() method            tools/formed/formed/model/persistent.py: Add a getValue() method

Legend:
Removed from v.152  
changed lines
  Added in v.170

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26