/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 134 by teichmann, Tue Sep 4 08:58:45 2007 UTC revision 150 by torsten, Fri Sep 7 13:12:51 2007 UTC
# Line 1  Line 1 
1    2007-09-07 Torsten Irlaender <[email protected]>
2            * tools/formed/formed/plugins/web/form_renderer.py: Renamed
3              renderer.py to form_renderer.py. This file will contain formular
4              specfic render methods in the future.
5            * tools/formed/formed/plugins/web/renderer.py: Added new renderer.py
6              which will contain general render methods.
7            * tools/formed/formed/plugins/web/controllers.py: Began to move all
8              rendering into renderer.py or form_renderer.py. This file will only
9              contain teh handlers in the future.
10    
11    2007-09-07 Torsten Irlaender <[email protected]>
12            * tools/formed/formed/plugins/web/renderer.py,
13              tools/formed/formed/plugins/web/controller.py:
14              Renderes now get an instance of the formdata object to provide
15              access the data needed to render various infoboxes etc. Handler
16              instanciate the formdata.
17            
18    2007-09-06 Torsten Irlaender <[email protected]>
19            * tools/formed/formed/plugins/web/renderer.py: Mainly tried to get the
20              getFormData interface to work. Added two small semantic fixes, but
21              did not manage to get it up. Need to exime this a little bit more
22            * tools/formed/formed/plugins/web/controllers.py: Put <div> tags
23              around the menus on the right side to be able to assign different
24              styles. Added dataset actions while editing a dataset.
25            
26    2007-09-05 Torsten Irlaender <[email protected]>
27            * tools/formed/formed/model/memory.py: Fixed deleting datasets by
28              removing unwanted del method
29            * tools/formed/formed/plugins/web/controllers.py: Implemented
30              confiration dialogs for create, delete, and select aof datasets. Started to use
31              templates as well for larger information units like the dataset summary.
32            
33    2007-09-05 Sascha L. Teichmann <[email protected]>
34    
35            * tools/formed/formed/model/nodecomponents.py: Added a
36              method to document to find index of page.
37    
38            * tools/formed/formed/plugins/web/semantic.py: Added getValue()
39              to fetch data from semantic box.
40    
41            * tools/formed/formed/plugins/web/controllers.py: Added new
42              FormData implementation to support DB and semantic box.
43    
44    2007-09-05 Sascha L. Teichmann <[email protected]>
45    
46            * tools/formed/formed/plugins/web/renderer.py: escaped
47              error message.
48    
49            * tools/formed/formed/plugins/web/controllers.py: Don't fetch
50              dataset from backend each time a page is up to edit.
51    
52    2007-09-05 Sascha L. Teichmann <[email protected]>
53    
54            * tools/formed/formed/plugins/web/renderer.py: SimplePageRenderer
55              returns "Page not found" if given page is None.
56    
57            * tools/formed/formed/plugins/web/controllers.py: Added checks
58              to avoid crashing when ask for a non-existent page.
59    
60    2007-09-05 Sascha L. Teichmann <[email protected]>
61    
62            * tools/formed/formed/plugins/web/controllers.py: Some clean-ups.
63    
64    2007-09-05 Sascha L. Teichmann <[email protected]>
65    
66            * tools/formed/formed/plugins/web/plugin.py: Remove request handlers
67              and renderers.
68    
69            * tools/formed/formed/plugins/web/controllers.py: New. Contains handlers
70              and renderers now. TODO: Move renderers to renderer.py
71    
72    2007-09-05 Torsten Irlaender <[email protected]>
73    
74            * tools/formed/formed/plugins/web/www/main.tmpl: Adopted web template
75              and bound in the the new added functions to create, edit, delete and
76              show formdata.
77            
78    2007-09-05 Sascha L. Teichmann <[email protected]>
79    
80            * tools/formed/formed/model/memory.py: Removed bisect and use a
81              simple linear scan for dataset lookup now.
82    
83            * tools/formed/formed/plugins/web/plugin.py: Fixed various issues
84              of different sizes.
85    
86    2007-09-05 Torsten Irlaender <[email protected]>
87    
88            * tools/formed/formed/plugins/web/memory.py: Fixed getDataSetById
89              fuction
90                    
91            * tools/formed/formed/plugins/web/persistent.py: Added store() method
92              to the DataSet interface
93    
94            * tools/formed/formed/plugins/web/renderer.py: Added handlers and
95              renderes for create, update, delete and show actions on formular data.
96    
97    2007-09-04 Sascha L. Teichmann <[email protected]>
98    
99            * tools/formed/formed/plugins/web/server.py: The mapping
100              to methods is now driven by regualar expressions and
101                    a dictionary. Response objects are now able to send
102                    error codes.
103    
104            * tools/formed/formed/plugins/web/renderer.py: Fixed an issue
105              when help in Formdata is None. Moved text for help into
106                    a top level '''...''' variable.
107    
108            * tools/formed/test-data/simple.xml: Added test for help.
109    
110            * tools/formed/formed/plugins/web/help.py: extra None check.
111    
112            * tools/formed/formed/plugins/web/plugin.py: Uses the new
113              table driven mapping of reguest handling. TODO: split the
114                    WebPlugIn.pageHandler() method further to smaller handlers.
115                    Smaller clean ups and better exception handling.
116    
117            * tools/formed/formed/plugins/web/cache.py: Report OSErrors
118              and do not catch them.
119    
120    2007-09-04 Torsten Irlaender <[email protected]>
121    
122            * tools/formed/formed/plugins/web/renderer.py,
123            * tools/formed/formed/plugins/web/plugin.py: Added Interface to
124              the HelpProvider and inserted help icons to the html output.
125              Added decorator for Formelemnts, so textfields, choices etc. are now
126              within a <div> tag.
127              Modified the error messages.
128    
129    2007-09-04 Sascha L. Teichmann <[email protected]>
130    
131            * tools/formed/formed/plugins/web/cache.py: New. Implements
132              the server-side caching more clean. Fixes a bug with
133                    serving static content.
134    
135            * tools/formed/formed/plugins/web/plugin.py: Use the new cache.
136    
137  2007-09-04 Sascha L. Teichmann <[email protected]>  2007-09-04 Sascha L. Teichmann <[email protected]>
138    
139          * tools/formed/formed/plugins/web/plugin.py: Set MIME type          * tools/formed/formed/plugins/web/plugin.py: Set MIME type
# Line 24  Line 160 
160          * tools/formed/formed/plugins/web/plugin.py: Serves the help          * tools/formed/formed/plugins/web/plugin.py: Serves the help
161            texts now.            texts now.
162    
163  2007-09-03 Torsten Irlaender <[email protected]>  2007-09-03 Torsten Irlaender <[email protected]>
164    
165          * tools/formed/formed/plugins/web/plugin.py: Only visible group          * tools/formed/formed/plugins/web/plugin.py: Only visible group
166            elements will be rendered in the formular navigation.            elements will be rendered in the formular navigation.
167            Formular pages in the navigation now have their own css-style            Formular pages in the navigation now have their own css-style
168            attributes.            attributes.
169    
170  2007-09-03 Torsten Irlaender <[email protected]>  2007-09-03 Torsten Irlaender <[email protected]>
171    
172          * 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
173            errors in template            errors in template

Legend:
Removed from v.134  
changed lines
  Added in v.150

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26