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]> |
41 |
|
* tools/formed/formed/plugins/web/controllers.py, |
42 |
|
tools/formed/formed/plugins/web/renderer.py: Moved more render |
43 |
|
functions into renderer.py. New render classes are: |
44 |
|
DataSetDigestRenderer, DataSetNavigationRenderer, |
45 |
|
DataSetFormularRenderer, ConfirmationDialogRenderer |
46 |
|
|
47 |
|
Note: The new methods are only called from selected handlers. Other |
48 |
|
handlers call the renderes in the old way. |
49 |
|
|
50 |
2007-09-07 Torsten Irlaender <[email protected]> |
2007-09-07 Torsten Irlaender <[email protected]> |
51 |
* tools/formed/formed/plugins/web/form_renderer.py: Renamed |
* tools/formed/formed/plugins/web/form_renderer.py: Renamed |
52 |
renderer.py to form_renderer.py. This file will contain formular |
renderer.py to form_renderer.py. This file will contain formular |