1 |
|
2007-09-05 Torsten Irlaender <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/memory.py: Fixed getDataSetById |
4 |
|
fuction |
5 |
|
* tools/formed/formed/plugins/web/persistent.py: Added store() method |
6 |
|
to the DataSet interface |
7 |
|
* tools/formed/formed/plugins/web/renderer.py: Added handlers and |
8 |
|
renderes for create, update, delete and show actions on formular data. |
9 |
|
|
10 |
|
2007-09-04 Sascha L. Teichmann <[email protected]> |
11 |
|
|
12 |
|
* tools/formed/formed/plugins/web/server.py: The mapping |
13 |
|
to methods is now driven by regualar expressions and |
14 |
|
a dictionary. Response objects are now able to send |
15 |
|
error codes. |
16 |
|
|
17 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed an issue |
18 |
|
when help in Formdata is None. Moved text for help into |
19 |
|
a top level '''...''' variable. |
20 |
|
|
21 |
|
* tools/formed/test-data/simple.xml: Added test for help. |
22 |
|
|
23 |
|
* tools/formed/formed/plugins/web/help.py: extra None check. |
24 |
|
|
25 |
|
* tools/formed/formed/plugins/web/plugin.py: Uses the new |
26 |
|
table driven mapping of reguest handling. TODO: split the |
27 |
|
WebPlugIn.pageHandler() method further to smaller handlers. |
28 |
|
Smaller clean ups and better exception handling. |
29 |
|
|
30 |
|
* tools/formed/formed/plugins/web/cache.py: Report OSErrors |
31 |
|
and do not catch them. |
32 |
|
|
33 |
|
2007-09-04 Torsten Irlaender <[email protected]> |
34 |
|
|
35 |
|
* tools/formed/formed/plugins/web/renderer.py, |
36 |
|
* tools/formed/formed/plugins/web/plugin.py: Added Interface to |
37 |
|
the HelpProvider and inserted help icons to the html output. |
38 |
|
Added decorator for Formelemnts, so textfields, choices etc. are now |
39 |
|
within a <div> tag. |
40 |
|
Modified the error messages. |
41 |
|
|
42 |
2007-09-04 Sascha L. Teichmann <[email protected]> |
2007-09-04 Sascha L. Teichmann <[email protected]> |
43 |
|
|
44 |
* tools/formed/formed/plugins/web/cache.py: New. Implements |
* tools/formed/formed/plugins/web/cache.py: New. Implements |