1 |
|
2007-09-03 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/diff.py: New. Exports |
4 |
|
pairwise differences between all modes. |
5 |
|
|
6 |
|
* tools/formed/formed/config.py: Use new export filter. |
7 |
|
|
8 |
|
2007-09-03 Sascha L. Teichmann <[email protected]> |
9 |
|
|
10 |
|
* tools/formed/formed/plugins/web/help.py: New. Parses an |
11 |
|
XHTML document for id'ed divs and builds a help lookup. |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/web/www/help.tmpl: Template for |
14 |
|
the help content frame. |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/web/www/help.xhtml: Some simple |
17 |
|
help text index. |
18 |
|
|
19 |
|
* tools/formed/formed/plugins/web/plugin.py: Serves the help |
20 |
|
texts now. |
21 |
|
|
22 |
|
2007-09-03 Torsten Irlaender <[email protected]> |
23 |
|
|
24 |
|
* tools/formed/formed/plugins/web/plugin.py: Only visible group |
25 |
|
elements will be rendered in the formular navigation. |
26 |
|
Formular pages in the navigation now have their own css-style |
27 |
|
attributes. |
28 |
|
|
29 |
|
2007-09-03 Torsten Irlaender <[email protected]> |
30 |
|
|
31 |
|
* tools/formed/formed/plugins/web/www/main.tmpl: Added div area for page |
32 |
|
errors in template |
33 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixed undefined |
34 |
|
pageerrors variable |
35 |
|
|
36 |
|
2007-09-03 Frank Koormann <[email protected]> |
37 |
|
|
38 |
|
* tools/formed/formed/plugins/export/html.py |
39 |
|
(RecursiveExporter): Added annotation to export |
40 |
|
(fillRow()): Renamed old fillNine to this more generic name. |
41 |
|
|
42 |
|
|
43 |
|
2007-09-03 Sascha L. Teichmann <[email protected]> |
44 |
|
|
45 |
|
* tools/formed/formed/plugins/web/renderer.py: Using the decorator |
46 |
|
from model.misc now. |
47 |
|
|
48 |
|
2007-09-03 Sascha L. Teichmann <[email protected]> |
49 |
|
|
50 |
|
* tools/formed/formed/model/nodecomponents.py: Added an |
51 |
|
'annotation' attribute to node components. This is to |
52 |
|
enable FormEd document authors to add comments to groups |
53 |
|
and fields. |
54 |
|
|
55 |
|
2007-09-03 Frank Koormann <[email protected]> |
56 |
|
|
57 |
|
* tools/formed/formed/model/nodecomponents.py |
58 |
|
(NodeComponent.getParent): New method to get node components parent. |
59 |
|
|
60 |
|
* tools/formed/formed/plugins/export/html.py: Export Choice option |
61 |
|
as simple list instead of collection of bools. |
62 |
|
|
63 |
|
2007-09-02 Sascha L. Teichmann <[email protected]> |
64 |
|
|
65 |
|
* tools/formed/formed/model/persistent.py: Interfaces to abstract |
66 |
|
from persistent storage details. |
67 |
|
|
68 |
|
* tools/formed/formed/model/memory.py: In core implementation |
69 |
|
of the persistent interfaces. |
70 |
|
|
71 |
|
* tools/formed/formed/main.py: Holds a memory data store now. |
72 |
|
|
73 |
2007-09-02 Sascha L. Teichmann <[email protected]> |
2007-09-02 Sascha L. Teichmann <[email protected]> |
74 |
|
|
75 |
* tools/formed/formed/plugins/export/sql.py, |
* tools/formed/formed/plugins/export/sql.py, |