/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.279  
changed lines
  Added in v.302

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26