/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 131 by torsten, Mon Sep 3 14:27:52 2007 UTC revision 138 by torsten, Wed Sep 5 15:05:41 2007 UTC
# Line 1  Line 1 
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]>
43    
44            * tools/formed/formed/plugins/web/cache.py: New. Implements
45              the server-side caching more clean. Fixes a bug with
46                    serving static content.
47    
48            * tools/formed/formed/plugins/web/plugin.py: Use the new cache.
49    
50    2007-09-04 Sascha L. Teichmann <[email protected]>
51    
52            * tools/formed/formed/plugins/web/plugin.py: Set MIME type
53              to "application/xhtml+xml" when serving help texts.
54    
55    2007-09-03 Sascha L. Teichmann <[email protected]>
56    
57            * tools/formed/formed/plugins/export/diff.py: New. Exports
58              pairwise differences between all modes.
59    
60            * tools/formed/formed/config.py: Use new export filter.
61    
62    2007-09-03 Sascha L. Teichmann <[email protected]>
63    
64            * tools/formed/formed/plugins/web/help.py: New. Parses an
65              XHTML document for id'ed divs and builds a help lookup.
66    
67            * tools/formed/formed/plugins/web/www/help.tmpl: Template for
68              the help content frame.
69    
70            * tools/formed/formed/plugins/web/www/help.xhtml: Some simple
71              help text index.
72    
73            * tools/formed/formed/plugins/web/plugin.py: Serves the help
74              texts now.
75    
76  2007-09-03 Torsten Irlaender <[email protected]>  2007-09-03 Torsten Irlaender <[email protected]>
77    
78          * tools/formed/formed/plugins/web/plugin.py: Only visible group          * tools/formed/formed/plugins/web/plugin.py: Only visible group
79            elements will be rendered in the formular navigation.            elements will be rendered in the formular navigation.
80            Formular pages in the navigation now have their own css-style            Formular pages in the navigation now have their own css-style
81            attributes.            attributes.
82    
83  2007-09-03 Torsten Irlaender <[email protected]>  2007-09-03 Torsten Irlaender <[email protected]>
84    
85          * 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
86            errors in template            errors in template
87          * tools/formed/formed/plugins/web/plugin.py: Fixed undefined          * tools/formed/formed/plugins/web/plugin.py: Fixed undefined

Legend:
Removed from v.131  
changed lines
  Added in v.138

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26