1 |
|
2007-09-11 Torsten Irlaender <[email protected]> |
2 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Changed size of |
3 |
|
textfields for int values. Changed Label for submitbuttons to |
4 |
|
"Speichern" |
5 |
|
* tools/formed/formed/plugins/web/plugin.py, |
6 |
|
tools/formed/formed/plugins/web/controllers.py: Added new |
7 |
|
NotImplementedHandler to show up a dummysite for not implemented |
8 |
|
functions. |
9 |
|
* tools/formed/formed/plugins/web/renderer.py: Added |
10 |
|
NotImplementedRenderer. Various small fixes. Mostly renaming the |
11 |
|
labels of some context menus. Error messages are now generated |
12 |
|
dynamically depending on num errors. Formular navigation has now |
13 |
|
colored indication for errors. |
14 |
|
|
15 |
|
2007-09-11 Torsten Irlaender <[email protected]> |
16 |
|
* tools/formed/formed/plugins/web/renderer.py: Implemented "LookAhead" |
17 |
|
algorithm for the formular navigation to get rid of the problem |
18 |
|
that some of the items within the navigation are not linked. Now |
19 |
|
structural group elements are linked with the next page found in the |
20 |
|
formular structure. |
21 |
|
|
22 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
23 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Changed order of |
24 |
|
div and formtag. |
25 |
|
* tools/formed/formed/plugins/web/controllers.py: Added DataSet action |
26 |
|
menu in the conformation dialog when creating a new dataset. |
27 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed error when |
28 |
|
rendering the default welcome page. Changed rendering of the |
29 |
|
overview and the digest table of the datasets. Added icon for |
30 |
|
confirmation dialog, moved the icon in the <h1> tags. |
31 |
|
|
32 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
33 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Some html |
34 |
|
generation cleanup. Added error icons to formelements |
35 |
|
* tools/formed/formed/plugins/web/controllers.py: Fixed initialisation |
36 |
|
of ErrorStatus. Fixed generated of the help tags in the formular |
37 |
|
* tools/formed/formed/plugins/web/renderer.py: Added error icon for |
38 |
|
pageerrors. An "!" now indicates errors on pages in the formular |
39 |
|
navigation. Added new <div> "content" around confirmation dialogss. |
40 |
|
Links in confimation dialogs are now rendered as buttons. Removed |
41 |
|
old obsolete OverviewRenderer. |
42 |
|
|
43 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
44 |
|
|
45 |
|
* tools/formed/formed/plugins/web/renderer.py: Highlight selected |
46 |
|
page in page navigation. |
47 |
|
|
48 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
49 |
|
|
50 |
|
* tools/formed/formed/plugins/web/controllers.py: Fixed issues on |
51 |
|
displaying formdata when changing datasets. Loading the right |
52 |
|
formdata was not handled in a correct way. Hope it is all fixed now. |
53 |
|
Left some commented code because not all sideeffects of the changes |
54 |
|
are tested yet. |
55 |
|
|
56 |
|
* tools/formed/formed/plugins/web/renderer.py: DataSetDigestRenderer |
57 |
|
now uses the correct data out of the formdata. |
58 |
|
|
59 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
60 |
|
|
61 |
|
* tools/formed/formed/plugins/web/controllers.py: Pretty |
62 |
|
print format data (dates e.g) |
63 |
|
|
64 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
65 |
|
|
66 |
|
* tools/formed/formed/plugins/web/controllers.py: Modified |
67 |
|
ErrorStats a bit to avoid mysterious extra error on page. |
68 |
|
No clue why this works. |
69 |
|
|
70 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
71 |
|
|
72 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Fixed value |
73 |
|
problem with radio groups, too. |
74 |
|
|
75 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
76 |
|
* tools/formed/formed/plugins/web/controllers.py: Sessions are now |
77 |
|
really removed when deleting a dataset. |
78 |
|
|
79 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
80 |
|
|
81 |
|
* tools/formed/formed/plugins/web/controllers.py: Added new Class |
82 |
|
ErrorStats which provides Information on remaining errors per page. |
83 |
|
|
84 |
|
* tools/formed/formed/plugins/web/renderers.py: Finished movement of |
85 |
|
the renderer methods from controllers.py to renderers.py. |
86 |
|
|
87 |
|
* tools/formed/formed/plugins/web/plugin.py: Removed render_session |
88 |
|
handlers |
89 |
|
|
90 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
91 |
|
|
92 |
|
* tools/formed/formed/plugins/web/form_renderer.py: values for |
93 |
|
choices are generated from the document tree now. This brings |
94 |
|
the state storage of select boxes in HTML to live. |
95 |
|
|
96 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
97 |
|
|
98 |
|
* tools/formed/formed/plugins/web/semantic.py: Fixed problems with |
99 |
|
range checking of integers. |
100 |
|
|
101 |
|
* tools/formed/formed/plugins/web/controllers.py: Added class |
102 |
|
ErrorItem to track errors. They are stored in the session. |
103 |
|
|
104 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
105 |
|
|
106 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed returning |
107 |
|
wrong index in Document.indexOfcomponentByClassAndName. |
108 |
|
|
109 |
|
* tools/formed/formed/plugins/web/form_renderer.py: 'error' was |
110 |
|
written 'errot' in renderer for textareas. |
111 |
|
|
112 |
|
* tools/formed/formed/plugins/web/controllers.py: Some clean-ups. |
113 |
|
|
114 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
115 |
|
|
116 |
|
* tools/formed/formed/plugins/web/help.py: Added a 'hasHelp' |
117 |
|
method. Could be cheaper for some implementations of help. |
118 |
|
|
119 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Modified |
120 |
|
FormData to have distinct getData(), getHelp() and getError() |
121 |
|
methods. Various bug fixes. |
122 |
|
|
123 |
|
* tools/formed/formed/plugins/web/controllers.py: Implements the |
124 |
|
new FormData (trivial by now). |
125 |
|
|
126 |
|
* tools/formed/formed/plugins/web/renderer.py: New FormData and |
127 |
|
some bug fixes. |
128 |
|
|
129 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
130 |
|
|
131 |
|
* tools/formed/formed/model/memory.py, |
132 |
|
tools/formed/formed/model/persistent.py: Add a getValue() method |
133 |
|
to dataset abstraction. This is a bit of a workaround to bring |
134 |
|
global access across pages for rule checking to work. |
135 |
|
|
136 |
|
* tools/formed/formed/model/data.py: Fixed: When setting a new expression |
137 |
|
the compiled version was not stored in the RuleLeaf. |
138 |
|
|
139 |
|
* tools/formed/formed/model/expr.py: shlex lexer does not like unicode. |
140 |
|
convert the expression string to ascii for compilation. |
141 |
|
|
142 |
|
* tools/formed/formed/plugins/web/semantic.py: Remove the 'box' because |
143 |
|
valid data is stored to the dataset immediately now. Fixed a bug |
144 |
|
with integer handler. |
145 |
|
|
146 |
|
* tools/formed/formed/plugins/web/controllers.py: Removed the semantic 'box' |
147 |
|
stuff. When a submit is done extract the rules from the tree document |
148 |
|
that are effected by the modified variables and check them. |
149 |
|
|
150 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed exception handling |
151 |
|
when dealing with templates. |
152 |
|
|
153 |
2007-09-07 Torsten Irlaender <[email protected]> |
2007-09-07 Torsten Irlaender <[email protected]> |
154 |
* tools/formed/formed/plugins/web/controllers.py, |
* tools/formed/formed/plugins/web/controllers.py, |
155 |
tools/formed/formed/plugins/web/renderer.py: Moved more render |
tools/formed/formed/plugins/web/renderer.py: Moved more render |