/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 150 by torsten, Fri Sep 7 13:12:51 2007 UTC revision 161 by teichmann, Mon Sep 10 13:22:13 2007 UTC
# Line 1  Line 1 
1    2007-09-10 Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/plugins/web/controllers.py: Pretty
4              print format data (dates e.g)
5    
6    2007-09-10 Sascha L. Teichmann <[email protected]>
7    
8            * tools/formed/formed/plugins/web/controllers.py: Modified
9              ErrorStats a bit to avoid mysterious extra error on page.
10                    No clue why this works.
11    
12    2007-09-10 Sascha L. Teichmann <[email protected]>
13    
14            * tools/formed/formed/plugins/web/form_renderer.py: Fixed value
15              problem with radio groups, too.
16    
17    2007-09-10 Torsten Irlaender <[email protected]>
18            * tools/formed/formed/plugins/web/controllers.py: Sessions are now
19              really removed when deleting a dataset.
20            
21    2007-09-10 Torsten Irlaender <[email protected]>
22    
23            * tools/formed/formed/plugins/web/controllers.py: Added new Class
24              ErrorStats which provides Information on remaining errors per page.
25    
26            * tools/formed/formed/plugins/web/renderers.py: Finished movement of
27              the renderer methods from controllers.py to renderers.py.
28    
29            * tools/formed/formed/plugins/web/plugin.py: Removed render_session
30              handlers
31    
32    2007-09-10 Sascha L. Teichmann <[email protected]>
33    
34            * tools/formed/formed/plugins/web/form_renderer.py: values for
35              choices are generated from the document tree now. This brings
36                    the state storage of select boxes in HTML to live.
37    
38    2007-09-09 Sascha L. Teichmann <[email protected]>
39    
40            * tools/formed/formed/plugins/web/semantic.py: Fixed problems with
41              range checking of integers.
42    
43            * tools/formed/formed/plugins/web/controllers.py: Added class
44              ErrorItem to track errors. They are stored in the session.
45    
46    2007-09-09 Sascha L. Teichmann <[email protected]>
47    
48            * tools/formed/formed/model/nodecomponents.py: Fixed returning
49              wrong index in Document.indexOfcomponentByClassAndName.
50    
51            * tools/formed/formed/plugins/web/form_renderer.py: 'error' was
52              written 'errot' in renderer for textareas.
53    
54            * tools/formed/formed/plugins/web/controllers.py: Some clean-ups.
55    
56    2007-09-09 Sascha L. Teichmann <[email protected]>
57    
58            * tools/formed/formed/plugins/web/help.py: Added a 'hasHelp'
59              method. Could be cheaper for some implementations of help.
60    
61            * tools/formed/formed/plugins/web/form_renderer.py: Modified
62              FormData to have distinct getData(), getHelp() and getError()
63                    methods. Various bug fixes.
64    
65            * tools/formed/formed/plugins/web/controllers.py: Implements the
66              new FormData (trivial by now).
67    
68            * tools/formed/formed/plugins/web/renderer.py: New FormData and
69              some bug fixes.
70    
71    2007-09-09 Sascha L. Teichmann <[email protected]>
72    
73            * tools/formed/formed/model/memory.py,
74              tools/formed/formed/model/persistent.py: Add a getValue() method
75                    to dataset abstraction. This is a bit of a workaround to bring
76                    global access across pages for rule checking to work.
77    
78            * tools/formed/formed/model/data.py: Fixed: When setting a new expression
79              the compiled version was not stored in the RuleLeaf.
80    
81            * tools/formed/formed/model/expr.py: shlex lexer does not like unicode.
82              convert the expression string to ascii for compilation.
83    
84            * tools/formed/formed/plugins/web/semantic.py: Remove the 'box' because
85              valid data is stored to the dataset immediately now. Fixed a bug
86                    with integer handler.
87    
88            * tools/formed/formed/plugins/web/controllers.py: Removed the semantic 'box'
89              stuff. When a submit is done extract the rules from the tree document
90                    that are effected by the modified variables and check them.
91    
92            * tools/formed/formed/plugins/web/renderer.py: Fixed exception handling
93              when dealing with templates.
94    
95    2007-09-07 Torsten Irlaender <[email protected]>
96            * tools/formed/formed/plugins/web/controllers.py,
97              tools/formed/formed/plugins/web/renderer.py: Moved more render
98              functions into renderer.py. New render classes are:
99              DataSetDigestRenderer, DataSetNavigationRenderer,
100              DataSetFormularRenderer, ConfirmationDialogRenderer
101    
102              Note: The new methods are only called from selected handlers. Other
103              handlers call the renderes in the old way.
104    
105  2007-09-07 Torsten Irlaender <[email protected]>  2007-09-07 Torsten Irlaender <[email protected]>
106          * tools/formed/formed/plugins/web/form_renderer.py: Renamed          * tools/formed/formed/plugins/web/form_renderer.py: Renamed
107            renderer.py to form_renderer.py. This file will contain formular            renderer.py to form_renderer.py. This file will contain formular

Legend:
Removed from v.150  
changed lines
  Added in v.161

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26