/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 117 by torsten, Fri Aug 31 15:15:14 2007 UTC revision 130 by torsten, Mon Sep 3 12:57:52 2007 UTC
# Line 1  Line 1 
1    2007-09-03 Torsten Irlaender <[email protected]>
2            * tools/formed/formed/plugins/web/www/main.tmpl: Added div area for page
3              errors in template
4            * tools/formed/formed/plugins/web/plugin.py: Fixed undefined
5              pageerrors variable
6    
7    2007-09-03 Frank Koormann <[email protected]>
8    
9            * tools/formed/formed/plugins/export/html.py
10            (RecursiveExporter): Added annotation to export
11            (fillRow()): Renamed old fillNine to this more generic name.
12            
13    
14    2007-09-03 Sascha L. Teichmann <[email protected]>
15    
16            * tools/formed/formed/plugins/web/renderer.py: Using the decorator
17              from model.misc now.
18    
19    2007-09-03 Sascha L. Teichmann <[email protected]>
20    
21            * tools/formed/formed/model/nodecomponents.py: Added an
22              'annotation' attribute to node components. This is to
23                    enable FormEd document authors to add comments to groups
24                    and fields.
25    
26    2007-09-03 Frank Koormann <[email protected]>
27    
28            * tools/formed/formed/model/nodecomponents.py
29            (NodeComponent.getParent): New method to get node components parent.
30    
31            * tools/formed/formed/plugins/export/html.py: Export Choice option
32            as simple list instead of collection of bools.
33    
34    2007-09-02 Sascha L. Teichmann <[email protected]>
35    
36            * tools/formed/formed/model/persistent.py: Interfaces to abstract
37              from persistent storage details.
38    
39            * tools/formed/formed/model/memory.py: In core implementation
40              of the persistent interfaces.
41    
42            * tools/formed/formed/main.py: Holds a memory data store now.
43    
44    2007-09-02 Sascha L. Teichmann <[email protected]>
45    
46            * tools/formed/formed/plugins/export/sql.py,
47              tools/formed/formed/plugins/export/html.py: Fixed constructor chains
48                    for FileDialogFilter sub classes.
49    
50    2007-09-02 Sascha L. Teichmann <[email protected]>
51    
52            * tools/formed/formed/model/misc.py: Checking the mode in recursive
53              tree traversals is a common task. To ease this a decorator function
54                    checkMode in union with sub classing ModeChecker can be used.
55                    To make it work simply subclass from ModeChecker and add the decorator
56                    to the methods that need mode tracking. Before you start the recursion
57                    call self.prepareDescent().
58    
59            * tools/formed/formed/plugins/export/html.py: Uses the new decorator scheme
60              now which replace the old. TODO: Make the web renderer use the new scheme
61                    too.
62    
63    2007-09-02 Sascha L. Teichmann <[email protected]>
64    
65            * tools/formed/formed/plugins/export/sql.py: Removed needless import.
66    
67            * tools/formed/formed/plugins/export/html.py: HTML table exporter
68              uses new FileDialogFilter base class too.
69    
70    2007-09-02 Sascha L. Teichmann <[email protected]>
71    
72            * tools/formed/formed/plugins/ui/*: New. All file exporters
73              need a file dialog. Till now each of them pulled up its
74                    own. This was silly code replication. Now there is an abstract
75                    base class 'FileDialogFilter' which implements the common
76                    behavior. The file exporters should subclass it.
77    
78            * tools/formed/formed/plugins/export/sql.py: Subclass the SQL
79              exporters from the new base class. TODO: Subclass the HTML
80                    exporter too.
81    
82    2007-08-31 Sascha L. Teichmann <[email protected]>
83    
84            * tools/formed/formed/plugins/export/html.py: Make mode check
85              work (again).
86    
87    2007-08-31 Torsten Irlaender <[email protected]>
88    
89            * tools/formed/formed/plugins/export/html.py: Rendering of the HTML
90              exprt works now in a recursive way. This change was needed because
91              the structure of the formedtree has changed to be able to render
92              full hirachically document stuctures. (nested lists)
93              TODO: Fix modechecking
94    
95  2007-08-31 Torsten Irlaender <[email protected]>  2007-08-31 Torsten Irlaender <[email protected]>
96    
97          * tools/formed/formed/plugins/web/plugin.py: Navigation rendering works          * tools/formed/formed/plugins/web/plugin.py: Navigation rendering works

Legend:
Removed from v.117  
changed lines
  Added in v.130

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26