1 |
|
2008-10-29 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
Relative paths in external choices are now possible. Relative paths are |
4 |
|
relative to path of the master document. |
5 |
|
|
6 |
|
* formed/model/data.py: external choice are now storing the path to the |
7 |
|
master document. |
8 |
|
|
9 |
|
* formed/formed/io/document.py: Pass context to SAX builder. |
10 |
|
|
11 |
|
* formed/formed/io/factories.py: For new created nodes look if there |
12 |
|
is a method 'setLoadContext' and call it. |
13 |
|
|
14 |
|
2008-09-04 Sascha L. Teichmann <[email protected]> |
15 |
|
|
16 |
|
* doc/beschreibung.txt: New. Initial description of FormEd (german). |
17 |
|
|
18 |
|
2008-08-22 Sascha L. Teichmann <[email protected]> |
19 |
|
|
20 |
|
* formed/formed/model/nodecomponents.py: Added attribute 'flags'. |
21 |
|
|
22 |
|
2008-08-21 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
|
* formed/formed/io/document.py: Indent tree while saving |
25 |
|
* formed/formed/main.py: removed needless print |
26 |
|
|
27 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
|
* LICENSE: New GPLv3 |
30 |
|
* */*.py, *.sh: Added reference to LICENSE |
31 |
|
|
32 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* tools: removed because there a no tools any more. |
35 |
|
|
36 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
37 |
|
|
38 |
|
* tools/formed: moved one level up because its the only |
39 |
|
part of this project now. |
40 |
|
|
41 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
42 |
|
|
43 |
|
* tools/anonym/*: Removed as it belongs to mpuls WASKA |
44 |
|
|
45 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
46 |
|
|
47 |
|
* pdf2xfa/*: removed. It belongs to mpuls |
48 |
|
|
49 |
|
2008-08-13 L. Teichmann <[email protected]> |
50 |
|
|
51 |
|
i18n of the plug-ins: |
52 |
|
* tools/formed/formed/plugins/export/diff.py, |
53 |
|
tools/formed/formed/plugins/export/data.py, |
54 |
|
tools/formed/formed/plugins/export/old_sql.py, |
55 |
|
tools/formed/formed/plugins/export/latex.py, |
56 |
|
tools/formed/formed/plugins/export/xsd.py, |
57 |
|
tools/formed/formed/plugins/export/sql.py, |
58 |
|
tools/formed/formed/plugins/export/typemap.py, |
59 |
|
tools/formed/formed/plugins/export/html.py, |
60 |
|
tools/formed/formed/plugins/export/mode.py, |
61 |
|
tools/formed/formed/plugins/export/html2.py, |
62 |
|
tools/formed/formed/plugins/export/xls.py, |
63 |
|
tools/formed/formed/plugins/names/filter.py, |
64 |
|
tools/formed/formed/plugins/plugin.py, |
65 |
|
tools/formed/formed/plugins/web/help.py, |
66 |
|
tools/formed/formed/plugins/web/form_renderer.py, |
67 |
|
tools/formed/formed/plugins/web/plugin.py, |
68 |
|
tools/formed/formed/plugins/web/error_renderer.py, |
69 |
|
tools/formed/formed/plugins/web/view_renderer.py, |
70 |
|
tools/formed/formed/plugins/web/semantic.py, |
71 |
|
tools/formed/formed/plugins/web/cache.py, |
72 |
|
tools/formed/formed/plugins/web/server.py, |
73 |
|
tools/formed/formed/plugins/web/controllers.py, |
74 |
|
tools/formed/formed/plugins/web/renderer.py, |
75 |
|
tools/formed/formed/plugins/ui/controls.py, |
76 |
|
tools/formed/formed/config.py: _("")s the stuff |
77 |
|
tools/formed/po/formed.pot, tools/formed/po/de_DE.po: |
78 |
|
extracted and translated. |
79 |
|
|
80 |
|
2008-08-08 Sascha L. Teichmann <[email protected]> |
81 |
|
|
82 |
|
First version of FormEd i18n. After checkout go to tools/formed/po/ and |
83 |
|
say 'make mo'. Afterwards you can start FormEd as usual. |
84 |
|
|
85 |
|
* tools/formed/resources: New. Place to places ressources like *.mo files |
86 |
|
* tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s |
87 |
|
|
88 |
|
* tools/formed/po, |
89 |
|
tools/formed/po/Makefile, |
90 |
|
tools/formed/po/formed.pot, |
91 |
|
tools/formed/po/de_DE.po: i18n stuff. |
92 |
|
|
93 |
|
2008-08-08 Sascha L. Teichmann <[email protected]> |
94 |
|
|
95 |
|
* tools/anonym/xmlexport.py: Only export cases which are not |
96 |
|
'schwebend geloescht'. |
97 |
|
|
98 |
|
2008-07-23 Sascha L. Teichmann <[email protected]> |
99 |
|
|
100 |
|
Fixed issue472 |
101 |
|
|
102 |
|
* tools/anonym/xmlimport.py: Regenerate dicts from current form ed tree. |
103 |
|
|
104 |
|
2008-07-17 Sascha L. Teichmann <[email protected]> |
105 |
|
|
106 |
|
* tools/anonym/xmlimport.py: removed marking of invalid cases |
107 |
|
* tools/anonym/cron.importAnonXml.sh: re-inserted here. |
108 |
|
|
109 |
|
2008-07.07 Torsten Irländer <[email protected]> |
110 |
|
|
111 |
|
* tools/formed/formed/plugins/export/latex.py |
112 |
|
tools/formed/formed/config.py: Added new LaTex Export. Beware this |
113 |
|
is even more ugly the HTML Export. |
114 |
|
* tools/formed/formed/plugins/export/html.py: Added information on |
115 |
|
anonymisation to the html export. |
116 |
|
|
117 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
118 |
|
|
119 |
|
* tools/anonym/xmlimport.py: Mark cases if they are inconsistent. |
120 |
|
|
121 |
2008-07-07 Sascha L. Teichmann <[email protected]> |
2008-07-07 Sascha L. Teichmann <[email protected]> |
122 |
|
|
123 |
* tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4) |
* tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4) |
124 |
|
|
125 |
2008-07-07 Sascha L. Teichmann <[email protected]> |
2008-07-07 Sascha L. Teichmann <[email protected]> |
126 |
|
|
127 |
|
* tools/formed/formed/plugins/export/html.py: Added additional column |
128 |
|
to the html export with information how each field will get |
129 |
|
anonymized. |
130 |
|
|
131 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
132 |
|
|
133 |
* tools/anonym/xmlimport.py: sync with productive version. |
* tools/anonym/xmlimport.py: sync with productive version. |
134 |
|
|