/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.155  
changed lines
  Added in v.168

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26