1 |
2007-09-03 Torsten Irlaender <[email protected]> |
2007-09-04 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/server.py: The mapping |
4 |
|
to methods is now driven by regualar expressions and |
5 |
|
a dictionary. Response objects are now able to send |
6 |
|
error codes. |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed an issue |
9 |
|
when help in Formdata is None. Moved text for help into |
10 |
|
a top level '''...''' variable. |
11 |
|
|
12 |
|
* tools/formed/test-data/simple.xml: Added test for help. |
13 |
|
|
14 |
|
* tools/formed/formed/plugins/web/help.py: extra None check. |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/web/plugin.py: Uses the new |
17 |
|
table driven mapping of reguest handling. TODO: split the |
18 |
|
WebPlugIn.pageHandler() method further to smaller handlers. |
19 |
|
Smaller clean ups and better exception handling. |
20 |
|
|
21 |
|
* tools/formed/formed/plugins/web/cache.py: Report OSErrors |
22 |
|
and do not catch them. |
23 |
|
|
24 |
|
2007-09-04 Torsten Irlaender <[email protected]> |
25 |
|
|
26 |
* tools/formed/formed/plugins/web/renderer.py, |
* tools/formed/formed/plugins/web/renderer.py, |
27 |
* tools/formed/formed/plugins/web/plugin.py: Added Interface to |
* tools/formed/formed/plugins/web/plugin.py: Added Interface to |