/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 97 by teichmann, Mon Aug 27 13:29:32 2007 UTC revision 107 by teichmann, Wed Aug 29 10:32:33 2007 UTC
# Line 1  Line 1 
1    2007-08-29 Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/plugins/export/sql.py: Rewritten to produce
4              _real_ SQL and respect repeat groups.
5    
6            * tools/formed/formed/model/data.py: Fixed bug with Group.isRepeat()
7    
8            * tools/formed/formed/plugins/web/renderer.py: Use "".join([])
9              instead of expensive += string concat in some places.
10    
11    2007-08-29 Sascha L. Teichmann <[email protected]>
12    
13            * tools/formed/formed/model/data.py: Renamed GroupNode.getRepeat()
14              to .isRepeat and return a bool. Fixed a bug in Page.allWidgets().
15    
16    2007-08-28 Torsten Irlaender <[email protected]>
17    
18            * tools/formed/plugins/web/renderer.py: Added Formdata interface.
19            * tools/formed/model/data.py: Implements Formadata interface to
20              textfields. Fieldset generated depends now on the "invisible"
21              attribute of the groupnode. Field-label generation slightly changed.
22              Added error indication to textfields
23    
24    2007-08-28 Sascha L. Teichmann <[email protected]>
25    
26            * tools/formed/formed/model/data.py,
27              tools/formed/formed/io/document.py: Removed support
28                    of logical groups.
29    
30    2007-08-28 Sascha L. Teichmann <[email protected]>
31    
32            * tools/formed/formed/io/document.py: Avoid saving empty
33              attributes.
34    
35            * tools/formed/test-data/simple.xml: Applied.
36    
37    2007-08-28 Sascha L. Teichmann <[email protected]>
38    
39            * tools/formed/formed/model/data.py: Added 'repeat' and
40              'invisible' attributes to group. TODO: remove logical group.
41    
42    2007-08-27 Torsten Irlaender <[email protected]>
43    
44            * tools/formed/plugins/web/plugin.py,
45              tools/formed/plugins/web/renderer.py: Started to  include stylesheet
46              depending tags in the html generation.
47    
48    2007-08-27 Sascha L. Teichmann <[email protected]>
49    
50            * tools/formed/formed/model/data.py,
51              tools/formed/formed/io/document.py: Added a logical group.
52                    It has an attribute 'repeat' to indicate that it might
53                    be worthy an external table in DB schema.
54    
55    2007-08-27 Sascha L. Teichmann <[email protected]>
56    
57            * tools/formed/formed/plugins/web/plugin.py: Support
58              serving of static content.
59    
60            * tools/formed/formed/plugins/web/server.py: Removed
61              old send code.
62    
63  2007-08-27 Sascha L. Teichmann <[email protected]>  2007-08-27 Sascha L. Teichmann <[email protected]>
64    
65          * tools/formed/formed/plugins/web/plugin.py: Use new          * tools/formed/formed/plugins/web/plugin.py: Use new

Legend:
Removed from v.97  
changed lines
  Added in v.107

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26