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