1 |
|
2007-09-03 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/renderer.py: Using the decorator |
4 |
|
from model.misc now. |
5 |
|
|
6 |
|
2007-09-03 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/model/nodecomponents.py: Added an |
9 |
|
'annotation' attribute to node components. This is to |
10 |
|
enable FormEd document authors to add comments to groups |
11 |
|
and fields. |
12 |
|
|
13 |
|
2007-09-03 Frank Koormann <[email protected]> |
14 |
|
|
15 |
|
* tools/formed/formed/model/nodecomponents.py |
16 |
|
(NodeComponent.getParent): New method to get node components parent. |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/export/html.py: Export Choice option |
19 |
|
as simple list instead of collection of bools. |
20 |
|
|
21 |
|
2007-09-02 Sascha L. Teichmann <[email protected]> |
22 |
|
|
23 |
|
* tools/formed/formed/model/persistent.py: Interfaces to abstract |
24 |
|
from persistent storage details. |
25 |
|
|
26 |
|
* tools/formed/formed/model/memory.py: In core implementation |
27 |
|
of the persistent interfaces. |
28 |
|
|
29 |
|
* tools/formed/formed/main.py: Holds a memory data store now. |
30 |
|
|
31 |
|
2007-09-02 Sascha L. Teichmann <[email protected]> |
32 |
|
|
33 |
|
* tools/formed/formed/plugins/export/sql.py, |
34 |
|
tools/formed/formed/plugins/export/html.py: Fixed constructor chains |
35 |
|
for FileDialogFilter sub classes. |
36 |
|
|
37 |
|
2007-09-02 Sascha L. Teichmann <[email protected]> |
38 |
|
|
39 |
|
* tools/formed/formed/model/misc.py: Checking the mode in recursive |
40 |
|
tree traversals is a common task. To ease this a decorator function |
41 |
|
checkMode in union with sub classing ModeChecker can be used. |
42 |
|
To make it work simply subclass from ModeChecker and add the decorator |
43 |
|
to the methods that need mode tracking. Before you start the recursion |
44 |
|
call self.prepareDescent(). |
45 |
|
|
46 |
|
* tools/formed/formed/plugins/export/html.py: Uses the new decorator scheme |
47 |
|
now which replace the old. TODO: Make the web renderer use the new scheme |
48 |
|
too. |
49 |
|
|
50 |
2007-09-02 Sascha L. Teichmann <[email protected]> |
2007-09-02 Sascha L. Teichmann <[email protected]> |
51 |
|
|
52 |
* tools/formed/formed/plugins/export/sql.py: Removed needless import. |
* tools/formed/formed/plugins/export/sql.py: Removed needless import. |