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