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