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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26