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]> |
2007-09-04 Sascha L. Teichmann <[email protected]> |
26 |
|
|
27 |
* tools/formed/formed/plugins/web/server.py: The mapping |
* tools/formed/formed/plugins/web/server.py: The mapping |
45 |
* tools/formed/formed/plugins/web/cache.py: Report OSErrors |
* tools/formed/formed/plugins/web/cache.py: Report OSErrors |
46 |
and do not catch them. |
and do not catch them. |
47 |
|
|
48 |
2007-09-04 Torsten Irlaender <[email protected]> |
2007-09-04 Torsten Irlaender <[email protected]> |
49 |
|
|
50 |
* tools/formed/formed/plugins/web/renderer.py, |
* tools/formed/formed/plugins/web/renderer.py, |
51 |
* tools/formed/formed/plugins/web/plugin.py: Added Interface to |
* tools/formed/formed/plugins/web/plugin.py: Added Interface to |
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 |