/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 151 by torsten, Fri Sep 7 15:00:47 2007 UTC revision 153 by teichmann, Sun Sep 9 22:21:06 2007 UTC
# Line 1  Line 1 
1    2007-10-05 Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/plugins/web/help.py: Added a 'hasHelp'
4              method. Could be cheaper for some implementations of help.
5    
6            * tools/formed/formed/plugins/web/form_renderer.py: Modified
7              FormData to have distinct getData(), getHelp() and getError()
8                    methods. Various bug fixes.
9    
10            * tools/formed/formed/plugins/web/controllers.py: Implements the
11              new FormData (trivial by now).
12    
13            * tools/formed/formed/plugins/web/renderer.py: New FormData and
14              some bug fixes.
15    
16    2007-09-05 Sascha L. Teichmann <[email protected]>
17    
18            * tools/formed/formed/model/memory.py,
19              tools/formed/formed/model/persistent.py: Add a getValue() method
20                    to dataset abstraction. This is a bit of a workaround to bring
21                    global access across pages for rule checking to work.
22    
23            * tools/formed/formed/model/data.py: Fixed: When setting a new expression
24              the compiled version was not stored in the RuleLeaf.
25    
26            * tools/formed/formed/model/expr.py: shlex lexer does not like unicode.
27              convert the expression string to ascii for compilation.
28    
29            * tools/formed/formed/plugins/web/semantic.py: Remove the 'box' because
30              valid data is stored to the dataset immediately now. Fixed a bug
31                    with integer handler.
32    
33            * tools/formed/formed/plugins/web/controllers.py: Removed the semantic 'box'
34              stuff. When a submit is done extract the rules from the tree document
35                    that are effected by the modified variables and check them.
36    
37            * tools/formed/formed/plugins/web/renderer.py: Fixed exception handling
38              when dealing with templates.
39    
40  2007-09-07 Torsten Irlaender <[email protected]>  2007-09-07 Torsten Irlaender <[email protected]>
41          * tools/formed/formed/plugins/web/controllers.py,          * tools/formed/formed/plugins/web/controllers.py,
42            tools/formed/formed/plugins/web/renderer.py: Moved more render            tools/formed/formed/plugins/web/renderer.py: Moved more render

Legend:
Removed from v.151  
changed lines
  Added in v.153

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26