/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 280 by teichmann, Wed Jul 23 10:45:59 2008 UTC revision 305 by torsten, Thu Jan 22 15:57:51 2009 UTC
# Line 1  Line 1 
1    2009-01-22      Torsten Irländer <[email protected]>
2    
3            Implemented new XML-Format for formed xml files.
4    
5            * formed/formed/model/nodecomponents.py,
6              formed/formed/io/document.py,
7              formed/formed/main.py,
8              formed/formed/ui/controls.py: Introduced new "case" and "logbook"
9              node. Under case is the definition of the formular. logbook will
10              hold the defintion of logboog entrys. For now only the part under
11              "case" can be modified.  
12    
13    2009-01-21      Torsten Irländer <[email protected]>
14    
15            Changed way how XSD-Scheme is generated
16    
17            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
18              logbookentrys. The scheme definiton is now hardcoded in the
19              exporter as it will rarely change. It logbookpart will not be
20              generated from the formedtree anymore.
21    
22    2009-01-20      Torsten Irländer <[email protected]>
23    
24            Support Logbook entrys in xsd schema export
25    
26            * formed/formed/model/data.py: Repeatnode are now handeld as
27              repeatgroups in xsd-export
28            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
29              logbookentrys. The scheme will now validate against an xmlfile from
30              the offlineclient.
31    
32    2009-01-09      Torsten Irländer <[email protected]>
33    
34            Added new repeat node
35    
36            * formed/formed/model/data.py,
37              formed/formed/io/document.py: Added repeatnode to the formedtree.
38              TODO: Remove repeatgroup handling from the groupnode.
39    
40    2009-01-08      Torsten Irländer <[email protected]>
41    
42            Add isset operator to autogenerated rules.
43    
44            * formed/formed/plugins/modify/rules.py: Add issed operator to standard
45              autogenerated rules.
46    
47    2008-12-17      Frank Koormann <[email protected]>
48    
49            * formed/formed/plugins/export/latex.py: Export form as set of
50            latex tables to be included into a master document. The export
51            generates section marks to structure the form and placeholders for
52            help texts to be merged in by a post processing step.
53    
54    2008-12-04      Sascha L. Teichmann <[email protected]>
55    
56            * formed/formed/model/expr.py: Added 'today' which pushes the current date
57              on the stack.
58    
59    2008-12-03      Sascha L. Teichmann <[email protected]>
60    
61            * formed/formed/plugins/web/controllers.py: compute changeset more correctly in
62              storage of fields.
63    
64            * formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer
65              fields as an accepted value. Generate schema for radio groups too.
66    
67    2008-12-01      Torsten Irländer <[email protected]>
68    
69            Added autmatic generation of required rules
70    
71            * formed/formed/model/data.py,
72              formed/formed/model/expr.py,
73              formed/formed/plugins/modify/rules.py: Default rules for required
74              fields can now be generated.
75    
76    2008-11-28      Sascha L. Teichmann <[email protected]>
77    
78            * formed/formed/model/data.py, formed/formed/model/nodecomponents.py:
79              Ported WidgetCollector from Offline client.
80    
81            * formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify,
82              formed/formed/plugins/modify/rules.py: Stub for required rules generator.
83    
84            * formed/formed/config.py: Bind new filter to FormEd
85    
86    2008-11-27      Torsten Irländer <[email protected]>
87    
88            * formed/formed/model/data.py: Added new attribute mark for rules
89    
90    2008-11-10      Torsten Irländer <[email protected]>
91    
92            Implemented radio-matrix elements. radio elelement having the same
93            options can now be rendered in table form.
94    
95            * formed/formed/model/data.py,
96              formed/formed/io/document.py: Added new radio-matrix element to the
97              model and gui
98            * formed/formed/plugins/web/view_renderer.py: Write html-renderer for
99              the radio-matrix element.
100    
101    2008-11.03      Torsten Irländer <[email protected]>
102    
103            * formed/formed/model/data.py: Fixed import error
104    
105    2008-10-29      Sascha L. Teichmann <[email protected]>
106    
107            Relative paths in external choices are now possible. Relative paths are
108            relative to path of the master document.
109    
110            * formed/model/data.py: external choice are now storing the path to the
111              master document.
112    
113            * formed/formed/io/document.py: Pass context to SAX builder.
114    
115            * formed/formed/io/factories.py: For new created nodes look if there
116              is a method 'setLoadContext' and call it.
117    
118    2008-09-04      Sascha L. Teichmann <[email protected]>
119    
120            * doc/beschreibung.txt: New. Initial description of FormEd (german).
121    
122    2008-08-22      Sascha L. Teichmann <[email protected]>
123    
124            * formed/formed/model/nodecomponents.py: Added attribute 'flags'.
125    
126    2008-08-21      Sascha L. Teichmann <[email protected]>
127    
128            * formed/formed/io/document.py: Indent tree while saving
129            * formed/formed/main.py: removed needless print
130    
131    2008-08-15      Sascha L. Teichmann <[email protected]>
132    
133            * LICENSE: New GPLv3
134            * */*.py, *.sh: Added reference to LICENSE
135    
136    2008-08-15      Sascha L. Teichmann <[email protected]>
137    
138            * tools: removed because there a no tools any more.
139    
140    2008-08-15      Sascha L. Teichmann <[email protected]>
141    
142            * tools/formed: moved one level up because its the only
143              part of this project now.
144    
145    2008-08-15      Sascha L. Teichmann <[email protected]>
146    
147            * tools/anonym/*: Removed as it belongs to mpuls WASKA
148    
149    2008-08-15      Sascha L. Teichmann <[email protected]>
150    
151            * pdf2xfa/*: removed. It belongs to mpuls
152    
153    2008-08-13 L. Teichmann <[email protected]>
154    
155            i18n of the plug-ins:
156            * tools/formed/formed/plugins/export/diff.py,
157              tools/formed/formed/plugins/export/data.py,
158              tools/formed/formed/plugins/export/old_sql.py,
159              tools/formed/formed/plugins/export/latex.py,
160              tools/formed/formed/plugins/export/xsd.py,
161              tools/formed/formed/plugins/export/sql.py,
162              tools/formed/formed/plugins/export/typemap.py,
163              tools/formed/formed/plugins/export/html.py,
164              tools/formed/formed/plugins/export/mode.py,
165              tools/formed/formed/plugins/export/html2.py,
166              tools/formed/formed/plugins/export/xls.py,
167              tools/formed/formed/plugins/names/filter.py,
168              tools/formed/formed/plugins/plugin.py,
169              tools/formed/formed/plugins/web/help.py,
170              tools/formed/formed/plugins/web/form_renderer.py,
171              tools/formed/formed/plugins/web/plugin.py,
172              tools/formed/formed/plugins/web/error_renderer.py,
173              tools/formed/formed/plugins/web/view_renderer.py,
174              tools/formed/formed/plugins/web/semantic.py,
175              tools/formed/formed/plugins/web/cache.py,
176              tools/formed/formed/plugins/web/server.py,
177              tools/formed/formed/plugins/web/controllers.py,
178              tools/formed/formed/plugins/web/renderer.py,
179              tools/formed/formed/plugins/ui/controls.py,
180              tools/formed/formed/config.py: _("")s the stuff
181              tools/formed/po/formed.pot, tools/formed/po/de_DE.po:
182              extracted and translated.
183    
184    2008-08-08      Sascha L. Teichmann <[email protected]>
185    
186            First version of FormEd i18n. After checkout go to tools/formed/po/ and
187            say 'make mo'. Afterwards you can start FormEd as usual.
188    
189            * tools/formed/resources: New. Place to places ressources like *.mo files
190            * tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s
191              
192            * tools/formed/po,
193              tools/formed/po/Makefile,
194              tools/formed/po/formed.pot,
195              tools/formed/po/de_DE.po: i18n stuff.
196    
197    2008-08-08      Sascha L. Teichmann <[email protected]>
198    
199            * tools/anonym/xmlexport.py: Only export cases which are not
200              'schwebend geloescht'.
201    
202  2008-07-23      Sascha L. Teichmann <[email protected]>  2008-07-23      Sascha L. Teichmann <[email protected]>
203    
204          Fixed issue472          Fixed issue472

Legend:
Removed from v.280  
changed lines
  Added in v.305

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26