1 |
|
2007-09-05 Torsten Irlaender <[email protected]> |
2 |
|
* tools/formed/formed/plugins/web/www/main.tmpl: Adopted web template |
3 |
|
and bound in the the new added functions to create, edit, delete and |
4 |
|
show formdata. |
5 |
|
|
6 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/model/memory.py: Removed bisect and use a |
9 |
|
simple linear scan for dataset lookup now. |
10 |
|
|
11 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixed various issues |
12 |
|
of different sizes. |
13 |
|
|
14 |
|
2007-09-05 Torsten Irlaender <[email protected]> |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/web/memory.py: Fixed getDataSetById |
17 |
|
fuction |
18 |
|
|
19 |
|
* tools/formed/formed/plugins/web/persistent.py: Added store() method |
20 |
|
to the DataSet interface |
21 |
|
|
22 |
|
* tools/formed/formed/plugins/web/renderer.py: Added handlers and |
23 |
|
renderes for create, update, delete and show actions on formular data. |
24 |
|
|
25 |
|
2007-09-04 Sascha L. Teichmann <[email protected]> |
26 |
|
|
27 |
|
* tools/formed/formed/plugins/web/server.py: The mapping |
28 |
|
to methods is now driven by regualar expressions and |
29 |
|
a dictionary. Response objects are now able to send |
30 |
|
error codes. |
31 |
|
|
32 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed an issue |
33 |
|
when help in Formdata is None. Moved text for help into |
34 |
|
a top level '''...''' variable. |
35 |
|
|
36 |
|
* tools/formed/test-data/simple.xml: Added test for help. |
37 |
|
|
38 |
|
* tools/formed/formed/plugins/web/help.py: extra None check. |
39 |
|
|
40 |
|
* tools/formed/formed/plugins/web/plugin.py: Uses the new |
41 |
|
table driven mapping of reguest handling. TODO: split the |
42 |
|
WebPlugIn.pageHandler() method further to smaller handlers. |
43 |
|
Smaller clean ups and better exception handling. |
44 |
|
|
45 |
|
* tools/formed/formed/plugins/web/cache.py: Report OSErrors |
46 |
|
and do not catch them. |
47 |
|
|
48 |
|
2007-09-04 Torsten Irlaender <[email protected]> |
49 |
|
|
50 |
|
* tools/formed/formed/plugins/web/renderer.py, |
51 |
|
* tools/formed/formed/plugins/web/plugin.py: Added Interface to |
52 |
|
the HelpProvider and inserted help icons to the html output. |
53 |
|
Added decorator for Formelemnts, so textfields, choices etc. are now |
54 |
|
within a <div> tag. |
55 |
|
Modified the error messages. |
56 |
|
|
57 |
2007-09-04 Sascha L. Teichmann <[email protected]> |
2007-09-04 Sascha L. Teichmann <[email protected]> |
58 |
|
|
59 |
* tools/formed/formed/plugins/web/cache.py: New. Implements |
* tools/formed/formed/plugins/web/cache.py: New. Implements |
88 |
* tools/formed/formed/plugins/web/plugin.py: Serves the help |
* tools/formed/formed/plugins/web/plugin.py: Serves the help |
89 |
texts now. |
texts now. |
90 |
|
|
91 |
2007-09-03 Torsten Irlaender <[email protected]> |
2007-09-03 Torsten Irlaender <[email protected]> |
92 |
|
|
93 |
* tools/formed/formed/plugins/web/plugin.py: Only visible group |
* tools/formed/formed/plugins/web/plugin.py: Only visible group |
94 |
elements will be rendered in the formular navigation. |
elements will be rendered in the formular navigation. |
95 |
Formular pages in the navigation now have their own css-style |
Formular pages in the navigation now have their own css-style |
96 |
attributes. |
attributes. |
97 |
|
|
98 |
2007-09-03 Torsten Irlaender <[email protected]> |
2007-09-03 Torsten Irlaender <[email protected]> |
99 |
|
|
100 |
* tools/formed/formed/plugins/web/www/main.tmpl: Added div area for page |
* tools/formed/formed/plugins/web/www/main.tmpl: Added div area for page |
101 |
errors in template |
errors in template |