/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.156  
changed lines
  Added in v.169

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26