/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.96  
changed lines
  Added in v.109

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26