/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 136 by torsten, Tue Sep 4 13:02:00 2007 UTC revision 147 by torsten, Thu Sep 6 21:15:20 2007 UTC
# Line 1  Line 1 
1  2007-09-03 Torsten Irlaender <[email protected]>  2007-09-06 Torsten Irlaender <[email protected]>
2            * tools/formed/formed/plugins/web/renderer.py: Mainly tried to get the
3              getFormData interface to work. Added two small semantic fixes, but
4              did not manage to get it up. Need to exime this a little bit more
5            * tools/formed/formed/plugins/web/controllers.py: Put <div> tags
6              around the menus on the right side to be able to assign different
7              styles. Added dataset actions while editing a dataset.
8            
9    2007-09-05 Torsten Irlaender <[email protected]>
10            * tools/formed/formed/model/memory.py: Fixed deleting datasets by
11              removing unwanted del method
12            * tools/formed/formed/plugins/web/controllers.py: Implemented
13              confiration dialogs for create, delete, and select aof datasets. Started to use
14              templates as well for larger information units like the dataset summary.
15            
16    2007-09-05 Sascha L. Teichmann <[email protected]>
17    
18            * tools/formed/formed/model/nodecomponents.py: Added a
19              method to document to find index of page.
20    
21            * tools/formed/formed/plugins/web/semantic.py: Added getValue()
22              to fetch data from semantic box.
23    
24            * tools/formed/formed/plugins/web/controllers.py: Added new
25              FormData implementation to support DB and semantic box.
26    
27    2007-09-05 Sascha L. Teichmann <[email protected]>
28    
29            * tools/formed/formed/plugins/web/renderer.py: escaped
30              error message.
31    
32            * tools/formed/formed/plugins/web/controllers.py: Don't fetch
33              dataset from backend each time a page is up to edit.
34    
35    2007-09-05 Sascha L. Teichmann <[email protected]>
36    
37            * tools/formed/formed/plugins/web/renderer.py: SimplePageRenderer
38              returns "Page not found" if given page is None.
39    
40            * tools/formed/formed/plugins/web/controllers.py: Added checks
41              to avoid crashing when ask for a non-existent page.
42    
43    2007-09-05 Sascha L. Teichmann <[email protected]>
44    
45            * tools/formed/formed/plugins/web/controllers.py: Some clean-ups.
46    
47    2007-09-05 Sascha L. Teichmann <[email protected]>
48    
49            * tools/formed/formed/plugins/web/plugin.py: Remove request handlers
50              and renderers.
51    
52            * tools/formed/formed/plugins/web/controllers.py: New. Contains handlers
53              and renderers now. TODO: Move renderers to renderer.py
54    
55    2007-09-05 Torsten Irlaender <[email protected]>
56    
57            * tools/formed/formed/plugins/web/www/main.tmpl: Adopted web template
58              and bound in the the new added functions to create, edit, delete and
59              show formdata.
60            
61    2007-09-05 Sascha L. Teichmann <[email protected]>
62    
63            * tools/formed/formed/model/memory.py: Removed bisect and use a
64              simple linear scan for dataset lookup now.
65    
66            * tools/formed/formed/plugins/web/plugin.py: Fixed various issues
67              of different sizes.
68    
69    2007-09-05 Torsten Irlaender <[email protected]>
70    
71            * tools/formed/formed/plugins/web/memory.py: Fixed getDataSetById
72              fuction
73                    
74            * tools/formed/formed/plugins/web/persistent.py: Added store() method
75              to the DataSet interface
76    
77            * tools/formed/formed/plugins/web/renderer.py: Added handlers and
78              renderes for create, update, delete and show actions on formular data.
79    
80    2007-09-04 Sascha L. Teichmann <[email protected]>
81    
82            * tools/formed/formed/plugins/web/server.py: The mapping
83              to methods is now driven by regualar expressions and
84                    a dictionary. Response objects are now able to send
85                    error codes.
86    
87            * tools/formed/formed/plugins/web/renderer.py: Fixed an issue
88              when help in Formdata is None. Moved text for help into
89                    a top level '''...''' variable.
90    
91            * tools/formed/test-data/simple.xml: Added test for help.
92    
93            * tools/formed/formed/plugins/web/help.py: extra None check.
94    
95            * tools/formed/formed/plugins/web/plugin.py: Uses the new
96              table driven mapping of reguest handling. TODO: split the
97                    WebPlugIn.pageHandler() method further to smaller handlers.
98                    Smaller clean ups and better exception handling.
99    
100            * tools/formed/formed/plugins/web/cache.py: Report OSErrors
101              and do not catch them.
102    
103    2007-09-04 Torsten Irlaender <[email protected]>
104    
105          * tools/formed/formed/plugins/web/renderer.py,          * tools/formed/formed/plugins/web/renderer.py,
106          * tools/formed/formed/plugins/web/plugin.py: Added Interface to          * tools/formed/formed/plugins/web/plugin.py: Added Interface to
# Line 41  Line 143 
143          * tools/formed/formed/plugins/web/plugin.py: Serves the help          * tools/formed/formed/plugins/web/plugin.py: Serves the help
144            texts now.            texts now.
145    
146  2007-09-03 Torsten Irlaender <[email protected]>  2007-09-03 Torsten Irlaender <[email protected]>
147    
148          * tools/formed/formed/plugins/web/plugin.py: Only visible group          * tools/formed/formed/plugins/web/plugin.py: Only visible group
149            elements will be rendered in the formular navigation.            elements will be rendered in the formular navigation.
150            Formular pages in the navigation now have their own css-style            Formular pages in the navigation now have their own css-style
151            attributes.            attributes.
152    
153  2007-09-03 Torsten Irlaender <[email protected]>  2007-09-03 Torsten Irlaender <[email protected]>
154    
155          * 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
156            errors in template            errors in template

Legend:
Removed from v.136  
changed lines
  Added in v.147

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26