1 |
|
2007-09-11 Torsten Irlaender <[email protected]> |
2 |
|
* tools/formed/formed/plugins/web/plugin.py, |
3 |
|
* tools/formed/formed/plugins/web/controllers.py, |
4 |
|
* tools/formed/formed/plugins/web/renderer.py: Added InfoPageHandler. |
5 |
|
The infopage provides information on all project participants. |
6 |
|
|
7 |
|
2007-09-11 Sascha L. Teichmann <[email protected]> |
8 |
|
|
9 |
|
* tools/formed/formed/plugins/web/controllers.py: Fix unicode conversion |
10 |
|
issues with error messages (once again). |
11 |
|
|
12 |
|
2007-09-11 Torsten Irlaender <[email protected]> |
13 |
|
|
14 |
|
* tools/formed/formed/plugins/web/form_renderer.py, |
15 |
|
* tools/formed/formed/plugins/web/renderer.py: Added alt tag for |
16 |
|
icons in error and confirmation dialogs. |
17 |
|
|
18 |
|
2007-09-11 Sascha L. Teichmann <[email protected]> |
19 |
|
|
20 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Fixed label |
21 |
|
generation for ints, texts and textareas. Fixed h depths of infos. |
22 |
|
|
23 |
|
2007-09-11 Sascha L. Teichmann <[email protected]> |
24 |
|
|
25 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Removed |
26 |
|
debug output for help. |
27 |
|
|
28 |
|
* tools/formed/formed/plugins/web/semantic.py: Added forgotten |
29 |
|
check for bools. |
30 |
|
|
31 |
|
* tools/formed/formed/plugins/web/controllers.py: Added correct |
32 |
|
HTML output of data for bools. |
33 |
|
|
34 |
|
2007-09-11 Torsten Irlaender <[email protected]> |
35 |
|
|
36 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Changed size of |
37 |
|
textfields for int values. Changed Label for submitbuttons to |
38 |
|
"Speichern" |
39 |
|
|
40 |
|
* tools/formed/formed/plugins/web/plugin.py, |
41 |
|
tools/formed/formed/plugins/web/controllers.py: Added new |
42 |
|
NotImplementedHandler to show up a dummysite for not implemented |
43 |
|
functions. |
44 |
|
|
45 |
|
* tools/formed/formed/plugins/web/renderer.py: Added |
46 |
|
NotImplementedRenderer. Various small fixes. Mostly renaming the |
47 |
|
labels of some context menus. Error messages are now generated |
48 |
|
dynamically depending on num errors. Formular navigation has now |
49 |
|
colored indication for errors. |
50 |
|
|
51 |
|
2007-09-11 Torsten Irlaender <[email protected]> |
52 |
|
|
53 |
|
* tools/formed/formed/plugins/web/renderer.py: Implemented "LookAhead" |
54 |
|
algorithm for the formular navigation to get rid of the problem |
55 |
|
that some of the items within the navigation are not linked. Now |
56 |
|
structural group elements are linked with the next page found in the |
57 |
|
formular structure. |
58 |
|
|
59 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
60 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Changed order of |
61 |
|
div and formtag. |
62 |
|
|
63 |
|
* tools/formed/formed/plugins/web/controllers.py: Added DataSet action |
64 |
|
menu in the conformation dialog when creating a new dataset. |
65 |
|
|
66 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed error when |
67 |
|
rendering the default welcome page. Changed rendering of the |
68 |
|
overview and the digest table of the datasets. Added icon for |
69 |
|
confirmation dialog, moved the icon in the <h1> tags. |
70 |
|
|
71 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
72 |
|
|
73 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Some html |
74 |
|
generation cleanup. Added error icons to formelements |
75 |
|
|
76 |
|
* tools/formed/formed/plugins/web/controllers.py: Fixed initialisation |
77 |
|
of ErrorStatus. Fixed generated of the help tags in the formular |
78 |
|
|
79 |
|
* tools/formed/formed/plugins/web/renderer.py: Added error icon for |
80 |
|
pageerrors. An "!" now indicates errors on pages in the formular |
81 |
|
navigation. Added new <div> "content" around confirmation dialogss. |
82 |
|
Links in confimation dialogs are now rendered as buttons. Removed |
83 |
|
old obsolete OverviewRenderer. |
84 |
|
|
85 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
86 |
|
|
87 |
|
* tools/formed/formed/plugins/web/renderer.py: Highlight selected |
88 |
|
page in page navigation. |
89 |
|
|
90 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
91 |
|
|
92 |
|
* tools/formed/formed/plugins/web/controllers.py: Fixed issues on |
93 |
|
displaying formdata when changing datasets. Loading the right |
94 |
|
formdata was not handled in a correct way. Hope it is all fixed now. |
95 |
|
Left some commented code because not all sideeffects of the changes |
96 |
|
are tested yet. |
97 |
|
|
98 |
|
* tools/formed/formed/plugins/web/renderer.py: DataSetDigestRenderer |
99 |
|
now uses the correct data out of the formdata. |
100 |
|
|
101 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
102 |
|
|
103 |
|
* tools/formed/formed/plugins/web/controllers.py: Pretty |
104 |
|
print format data (dates e.g) |
105 |
|
|
106 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
107 |
|
|
108 |
|
* tools/formed/formed/plugins/web/controllers.py: Modified |
109 |
|
ErrorStats a bit to avoid mysterious extra error on page. |
110 |
|
No clue why this works. |
111 |
|
|
112 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
113 |
|
|
114 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Fixed value |
115 |
|
problem with radio groups, too. |
116 |
|
|
117 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
118 |
|
* tools/formed/formed/plugins/web/controllers.py: Sessions are now |
119 |
|
really removed when deleting a dataset. |
120 |
|
|
121 |
|
2007-09-10 Torsten Irlaender <[email protected]> |
122 |
|
|
123 |
|
* tools/formed/formed/plugins/web/controllers.py: Added new Class |
124 |
|
ErrorStats which provides Information on remaining errors per page. |
125 |
|
|
126 |
|
* tools/formed/formed/plugins/web/renderers.py: Finished movement of |
127 |
|
the renderer methods from controllers.py to renderers.py. |
128 |
|
|
129 |
|
* tools/formed/formed/plugins/web/plugin.py: Removed render_session |
130 |
|
handlers |
131 |
|
|
132 |
|
2007-09-10 Sascha L. Teichmann <[email protected]> |
133 |
|
|
134 |
|
* tools/formed/formed/plugins/web/form_renderer.py: values for |
135 |
|
choices are generated from the document tree now. This brings |
136 |
|
the state storage of select boxes in HTML to live. |
137 |
|
|
138 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
139 |
|
|
140 |
|
* tools/formed/formed/plugins/web/semantic.py: Fixed problems with |
141 |
|
range checking of integers. |
142 |
|
|
143 |
|
* tools/formed/formed/plugins/web/controllers.py: Added class |
144 |
|
ErrorItem to track errors. They are stored in the session. |
145 |
|
|
146 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
147 |
|
|
148 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed returning |
149 |
|
wrong index in Document.indexOfcomponentByClassAndName. |
150 |
|
|
151 |
|
* tools/formed/formed/plugins/web/form_renderer.py: 'error' was |
152 |
|
written 'errot' in renderer for textareas. |
153 |
|
|
154 |
|
* tools/formed/formed/plugins/web/controllers.py: Some clean-ups. |
155 |
|
|
156 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
157 |
|
|
158 |
|
* tools/formed/formed/plugins/web/help.py: Added a 'hasHelp' |
159 |
|
method. Could be cheaper for some implementations of help. |
160 |
|
|
161 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Modified |
162 |
|
FormData to have distinct getData(), getHelp() and getError() |
163 |
|
methods. Various bug fixes. |
164 |
|
|
165 |
|
* tools/formed/formed/plugins/web/controllers.py: Implements the |
166 |
|
new FormData (trivial by now). |
167 |
|
|
168 |
|
* tools/formed/formed/plugins/web/renderer.py: New FormData and |
169 |
|
some bug fixes. |
170 |
|
|
171 |
|
2007-09-09 Sascha L. Teichmann <[email protected]> |
172 |
|
|
173 |
|
* tools/formed/formed/model/memory.py, |
174 |
|
tools/formed/formed/model/persistent.py: Add a getValue() method |
175 |
|
to dataset abstraction. This is a bit of a workaround to bring |
176 |
|
global access across pages for rule checking to work. |
177 |
|
|
178 |
|
* tools/formed/formed/model/data.py: Fixed: When setting a new expression |
179 |
|
the compiled version was not stored in the RuleLeaf. |
180 |
|
|
181 |
|
* tools/formed/formed/model/expr.py: shlex lexer does not like unicode. |
182 |
|
convert the expression string to ascii for compilation. |
183 |
|
|
184 |
|
* tools/formed/formed/plugins/web/semantic.py: Remove the 'box' because |
185 |
|
valid data is stored to the dataset immediately now. Fixed a bug |
186 |
|
with integer handler. |
187 |
|
|
188 |
|
* tools/formed/formed/plugins/web/controllers.py: Removed the semantic 'box' |
189 |
|
stuff. When a submit is done extract the rules from the tree document |
190 |
|
that are effected by the modified variables and check them. |
191 |
|
|
192 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed exception handling |
193 |
|
when dealing with templates. |
194 |
|
|
195 |
|
2007-09-07 Torsten Irlaender <[email protected]> |
196 |
|
* tools/formed/formed/plugins/web/controllers.py, |
197 |
|
tools/formed/formed/plugins/web/renderer.py: Moved more render |
198 |
|
functions into renderer.py. New render classes are: |
199 |
|
DataSetDigestRenderer, DataSetNavigationRenderer, |
200 |
|
DataSetFormularRenderer, ConfirmationDialogRenderer |
201 |
|
|
202 |
|
Note: The new methods are only called from selected handlers. Other |
203 |
|
handlers call the renderes in the old way. |
204 |
|
|
205 |
|
2007-09-07 Torsten Irlaender <[email protected]> |
206 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Renamed |
207 |
|
renderer.py to form_renderer.py. This file will contain formular |
208 |
|
specfic render methods in the future. |
209 |
|
* tools/formed/formed/plugins/web/renderer.py: Added new renderer.py |
210 |
|
which will contain general render methods. |
211 |
|
* tools/formed/formed/plugins/web/controllers.py: Began to move all |
212 |
|
rendering into renderer.py or form_renderer.py. This file will only |
213 |
|
contain teh handlers in the future. |
214 |
|
|
215 |
|
2007-09-07 Torsten Irlaender <[email protected]> |
216 |
|
* tools/formed/formed/plugins/web/renderer.py, |
217 |
|
tools/formed/formed/plugins/web/controller.py: |
218 |
|
Renderes now get an instance of the formdata object to provide |
219 |
|
access the data needed to render various infoboxes etc. Handler |
220 |
|
instanciate the formdata. |
221 |
|
|
222 |
|
2007-09-06 Torsten Irlaender <[email protected]> |
223 |
|
* tools/formed/formed/plugins/web/renderer.py: Mainly tried to get the |
224 |
|
getFormData interface to work. Added two small semantic fixes, but |
225 |
|
did not manage to get it up. Need to exime this a little bit more |
226 |
|
* tools/formed/formed/plugins/web/controllers.py: Put <div> tags |
227 |
|
around the menus on the right side to be able to assign different |
228 |
|
styles. Added dataset actions while editing a dataset. |
229 |
|
|
230 |
|
2007-09-05 Torsten Irlaender <[email protected]> |
231 |
|
* tools/formed/formed/model/memory.py: Fixed deleting datasets by |
232 |
|
removing unwanted del method |
233 |
|
* tools/formed/formed/plugins/web/controllers.py: Implemented |
234 |
|
confiration dialogs for create, delete, and select aof datasets. Started to use |
235 |
|
templates as well for larger information units like the dataset summary. |
236 |
|
|
237 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
238 |
|
|
239 |
|
* tools/formed/formed/model/nodecomponents.py: Added a |
240 |
|
method to document to find index of page. |
241 |
|
|
242 |
|
* tools/formed/formed/plugins/web/semantic.py: Added getValue() |
243 |
|
to fetch data from semantic box. |
244 |
|
|
245 |
|
* tools/formed/formed/plugins/web/controllers.py: Added new |
246 |
|
FormData implementation to support DB and semantic box. |
247 |
|
|
248 |
2007-09-05 Sascha L. Teichmann <[email protected]> |
2007-09-05 Sascha L. Teichmann <[email protected]> |
249 |
|
|
250 |
* tools/formed/formed/plugins/web/renderer.py: escaped |
* tools/formed/formed/plugins/web/renderer.py: escaped |