1 |
|
2007-09-05 Torsten Irlaender <[email protected]> |
2 |
|
* tools/formed/formed/model/memory.py: Fixed deleting datasets by |
3 |
|
removing unwanted del method |
4 |
|
* tools/formed/formed/plugins/web/controllers.py: Implemented |
5 |
|
confiration dialogs for create, delete, and select aof datasets. Started to use |
6 |
|
templates as well for larger information units like the dataset summary. |
7 |
|
|
8 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
9 |
|
|
10 |
|
* tools/formed/formed/model/nodecomponents.py: Added a |
11 |
|
method to document to find index of page. |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/web/semantic.py: Added getValue() |
14 |
|
to fetch data from semantic box. |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/web/controllers.py: Added new |
17 |
|
FormData implementation to support DB and semantic box. |
18 |
|
|
19 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
20 |
|
|
21 |
|
* tools/formed/formed/plugins/web/renderer.py: escaped |
22 |
|
error message. |
23 |
|
|
24 |
|
* tools/formed/formed/plugins/web/controllers.py: Don't fetch |
25 |
|
dataset from backend each time a page is up to edit. |
26 |
|
|
27 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
|
* tools/formed/formed/plugins/web/renderer.py: SimplePageRenderer |
30 |
|
returns "Page not found" if given page is None. |
31 |
|
|
32 |
|
* tools/formed/formed/plugins/web/controllers.py: Added checks |
33 |
|
to avoid crashing when ask for a non-existent page. |
34 |
|
|
35 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
36 |
|
|
37 |
|
* tools/formed/formed/plugins/web/controllers.py: Some clean-ups. |
38 |
|
|
39 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
40 |
|
|
41 |
|
* tools/formed/formed/plugins/web/plugin.py: Remove request handlers |
42 |
|
and renderers. |
43 |
|
|
44 |
|
* tools/formed/formed/plugins/web/controllers.py: New. Contains handlers |
45 |
|
and renderers now. TODO: Move renderers to renderer.py |
46 |
|
|
47 |
|
2007-09-05 Torsten Irlaender <[email protected]> |
48 |
|
|
49 |
|
* tools/formed/formed/plugins/web/www/main.tmpl: Adopted web template |
50 |
|
and bound in the the new added functions to create, edit, delete and |
51 |
|
show formdata. |
52 |
|
|
53 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
54 |
|
|
55 |
|
* tools/formed/formed/model/memory.py: Removed bisect and use a |
56 |
|
simple linear scan for dataset lookup now. |
57 |
|
|
58 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixed various issues |
59 |
|
of different sizes. |
60 |
|
|
61 |
|
2007-09-05 Torsten Irlaender <[email protected]> |
62 |
|
|
63 |
|
* tools/formed/formed/plugins/web/memory.py: Fixed getDataSetById |
64 |
|
fuction |
65 |
|
|
66 |
|
* tools/formed/formed/plugins/web/persistent.py: Added store() method |
67 |
|
to the DataSet interface |
68 |
|
|
69 |
|
* tools/formed/formed/plugins/web/renderer.py: Added handlers and |
70 |
|
renderes for create, update, delete and show actions on formular data. |
71 |
|
|
72 |
2007-09-04 Sascha L. Teichmann <[email protected]> |
2007-09-04 Sascha L. Teichmann <[email protected]> |
73 |
|
|
74 |
* tools/formed/formed/plugins/web/server.py: The mapping |
* tools/formed/formed/plugins/web/server.py: The mapping |
92 |
* tools/formed/formed/plugins/web/cache.py: Report OSErrors |
* tools/formed/formed/plugins/web/cache.py: Report OSErrors |
93 |
and do not catch them. |
and do not catch them. |
94 |
|
|
95 |
2007-09-04 Torsten Irlaender <[email protected]> |
2007-09-04 Torsten Irlaender <[email protected]> |
96 |
|
|
97 |
* tools/formed/formed/plugins/web/renderer.py, |
* tools/formed/formed/plugins/web/renderer.py, |
98 |
* tools/formed/formed/plugins/web/plugin.py: Added Interface to |
* tools/formed/formed/plugins/web/plugin.py: Added Interface to |
135 |
* tools/formed/formed/plugins/web/plugin.py: Serves the help |
* tools/formed/formed/plugins/web/plugin.py: Serves the help |
136 |
texts now. |
texts now. |
137 |
|
|
138 |
2007-09-03 Torsten Irlaender <[email protected]> |
2007-09-03 Torsten Irlaender <[email protected]> |
139 |
|
|
140 |
* tools/formed/formed/plugins/web/plugin.py: Only visible group |
* tools/formed/formed/plugins/web/plugin.py: Only visible group |
141 |
elements will be rendered in the formular navigation. |
elements will be rendered in the formular navigation. |
142 |
Formular pages in the navigation now have their own css-style |
Formular pages in the navigation now have their own css-style |
143 |
attributes. |
attributes. |
144 |
|
|
145 |
2007-09-03 Torsten Irlaender <[email protected]> |
2007-09-03 Torsten Irlaender <[email protected]> |
146 |
|
|
147 |
* 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 |
148 |
errors in template |
errors in template |