/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 128 by teichmann, Mon Sep 3 10:40:59 2007 UTC revision 140 by torsten, Wed Sep 5 21:15:41 2007 UTC
# Line 1  Line 1 
1    2007-09-05 Torsten Irlaender <[email protected]>
2            * tools/formed/formed/plugins/web/www/main.tmpl: Adopted web template
3            and bound in the the new added functions to create, edit, delete and
4            show formdata.
5            
6    2007-09-05 Sascha L. Teichmann <[email protected]>
7    
8            * tools/formed/formed/model/memory.py: Removed bisect and use a
9              simple linear scan for dataset lookup now.
10    
11            * tools/formed/formed/plugins/web/plugin.py: Fixed various issues
12              of different sizes.
13    
14    2007-09-05 Torsten Irlaender <[email protected]>
15    
16            * tools/formed/formed/plugins/web/memory.py: Fixed getDataSetById
17              fuction
18                    
19            * tools/formed/formed/plugins/web/persistent.py: Added store() method
20              to the DataSet interface
21    
22            * tools/formed/formed/plugins/web/renderer.py: Added handlers and
23              renderes for create, update, delete and show actions on formular data.
24    
25    2007-09-04 Sascha L. Teichmann <[email protected]>
26    
27            * tools/formed/formed/plugins/web/server.py: The mapping
28              to methods is now driven by regualar expressions and
29                    a dictionary. Response objects are now able to send
30                    error codes.
31    
32            * tools/formed/formed/plugins/web/renderer.py: Fixed an issue
33              when help in Formdata is None. Moved text for help into
34                    a top level '''...''' variable.
35    
36            * tools/formed/test-data/simple.xml: Added test for help.
37    
38            * tools/formed/formed/plugins/web/help.py: extra None check.
39    
40            * tools/formed/formed/plugins/web/plugin.py: Uses the new
41              table driven mapping of reguest handling. TODO: split the
42                    WebPlugIn.pageHandler() method further to smaller handlers.
43                    Smaller clean ups and better exception handling.
44    
45            * tools/formed/formed/plugins/web/cache.py: Report OSErrors
46              and do not catch them.
47    
48    2007-09-04 Torsten Irlaender <[email protected]>
49    
50            * tools/formed/formed/plugins/web/renderer.py,
51            * tools/formed/formed/plugins/web/plugin.py: Added Interface to
52              the HelpProvider and inserted help icons to the html output.
53              Added decorator for Formelemnts, so textfields, choices etc. are now
54              within a <div> tag.
55              Modified the error messages.
56    
57    2007-09-04 Sascha L. Teichmann <[email protected]>
58    
59            * tools/formed/formed/plugins/web/cache.py: New. Implements
60              the server-side caching more clean. Fixes a bug with
61                    serving static content.
62    
63            * tools/formed/formed/plugins/web/plugin.py: Use the new cache.
64    
65    2007-09-04 Sascha L. Teichmann <[email protected]>
66    
67            * tools/formed/formed/plugins/web/plugin.py: Set MIME type
68              to "application/xhtml+xml" when serving help texts.
69    
70    2007-09-03 Sascha L. Teichmann <[email protected]>
71    
72            * tools/formed/formed/plugins/export/diff.py: New. Exports
73              pairwise differences between all modes.
74    
75            * tools/formed/formed/config.py: Use new export filter.
76    
77    2007-09-03 Sascha L. Teichmann <[email protected]>
78    
79            * tools/formed/formed/plugins/web/help.py: New. Parses an
80              XHTML document for id'ed divs and builds a help lookup.
81    
82            * tools/formed/formed/plugins/web/www/help.tmpl: Template for
83              the help content frame.
84    
85            * tools/formed/formed/plugins/web/www/help.xhtml: Some simple
86              help text index.
87    
88            * tools/formed/formed/plugins/web/plugin.py: Serves the help
89              texts now.
90    
91    2007-09-03 Torsten Irlaender <[email protected]>
92    
93            * tools/formed/formed/plugins/web/plugin.py: Only visible group
94              elements will be rendered in the formular navigation.
95              Formular pages in the navigation now have their own css-style
96              attributes.
97    
98    2007-09-03 Torsten Irlaender <[email protected]>
99    
100            * tools/formed/formed/plugins/web/www/main.tmpl: Added div area for page
101              errors in template
102            * tools/formed/formed/plugins/web/plugin.py: Fixed undefined
103              pageerrors variable
104    
105    2007-09-03 Frank Koormann <[email protected]>
106    
107            * tools/formed/formed/plugins/export/html.py
108            (RecursiveExporter): Added annotation to export
109            (fillRow()): Renamed old fillNine to this more generic name.
110            
111    
112  2007-09-03 Sascha L. Teichmann <[email protected]>  2007-09-03 Sascha L. Teichmann <[email protected]>
113    
114          * tools/formed/formed/plugins/web/renderer.py: Using the decorator          * tools/formed/formed/plugins/web/renderer.py: Using the decorator

Legend:
Removed from v.128  
changed lines
  Added in v.140

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26