1 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/memory.py: Removed bisect and use a |
4 |
|
simple linear scan for dataset lookup now. |
5 |
|
|
6 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixed various issues |
7 |
|
of different sizes. |
8 |
|
|
9 |
|
2007-09-05 Torsten Irlaender <[email protected]> |
10 |
|
|
11 |
|
* tools/formed/formed/plugins/web/memory.py: Fixed getDataSetById |
12 |
|
fuction |
13 |
|
|
14 |
|
* tools/formed/formed/plugins/web/persistent.py: Added store() method |
15 |
|
to the DataSet interface |
16 |
|
|
17 |
|
* tools/formed/formed/plugins/web/renderer.py: Added handlers and |
18 |
|
renderes for create, update, delete and show actions on formular data. |
19 |
|
|
20 |
|
2007-09-04 Sascha L. Teichmann <[email protected]> |
21 |
|
|
22 |
|
* tools/formed/formed/plugins/web/server.py: The mapping |
23 |
|
to methods is now driven by regualar expressions and |
24 |
|
a dictionary. Response objects are now able to send |
25 |
|
error codes. |
26 |
|
|
27 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed an issue |
28 |
|
when help in Formdata is None. Moved text for help into |
29 |
|
a top level '''...''' variable. |
30 |
|
|
31 |
|
* tools/formed/test-data/simple.xml: Added test for help. |
32 |
|
|
33 |
|
* tools/formed/formed/plugins/web/help.py: extra None check. |
34 |
|
|
35 |
|
* tools/formed/formed/plugins/web/plugin.py: Uses the new |
36 |
|
table driven mapping of reguest handling. TODO: split the |
37 |
|
WebPlugIn.pageHandler() method further to smaller handlers. |
38 |
|
Smaller clean ups and better exception handling. |
39 |
|
|
40 |
|
* tools/formed/formed/plugins/web/cache.py: Report OSErrors |
41 |
|
and do not catch them. |
42 |
|
|
43 |
|
2007-09-04 Torsten Irlaender <[email protected]> |
44 |
|
|
45 |
|
* tools/formed/formed/plugins/web/renderer.py, |
46 |
|
* tools/formed/formed/plugins/web/plugin.py: Added Interface to |
47 |
|
the HelpProvider and inserted help icons to the html output. |
48 |
|
Added decorator for Formelemnts, so textfields, choices etc. are now |
49 |
|
within a <div> tag. |
50 |
|
Modified the error messages. |
51 |
|
|
52 |
|
2007-09-04 Sascha L. Teichmann <[email protected]> |
53 |
|
|
54 |
|
* tools/formed/formed/plugins/web/cache.py: New. Implements |
55 |
|
the server-side caching more clean. Fixes a bug with |
56 |
|
serving static content. |
57 |
|
|
58 |
|
* tools/formed/formed/plugins/web/plugin.py: Use the new cache. |
59 |
|
|
60 |
|
2007-09-04 Sascha L. Teichmann <[email protected]> |
61 |
|
|
62 |
|
* tools/formed/formed/plugins/web/plugin.py: Set MIME type |
63 |
|
to "application/xhtml+xml" when serving help texts. |
64 |
|
|
65 |
2007-09-03 Sascha L. Teichmann <[email protected]> |
2007-09-03 Sascha L. Teichmann <[email protected]> |
66 |
|
|
67 |
* tools/formed/formed/plugins/export/diff.py: New. Exports |
* tools/formed/formed/plugins/export/diff.py: New. Exports |