/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 331 by teichmann, Wed May 6 13:25:09 2009 UTC revision 367 by roland, Wed Jul 7 10:26:43 2010 UTC
# Line 1  Line 1 
1    2010-06-11  Bernhard Herzog  <[email protected]>
2    
3            * formed/formed/plugins/export/rg_sql.py
4            (CREATE_DELETE_MASTER_TMPL): In create_master_tbl, call
5            create_master_ds to create the master tbl entry.  This way we can
6            add SQL code that's specific to an MPuls instance to
7            create_master_ds and still have create_master_tbl use that new
8            code.  This is useful for e.g. the JMD-Struktur part.
9    
10    2010-06-02      Roland Geider <[email protected]>
11    
12            * formed/formed/plugins/modify/rules.py: make the names of generated
13              date-sequence-rules unique
14    
15    2010-06-02      Roland Geider <[email protected]>
16    
17            * formed/plugins/export/xls.py: updated regular expression
18    
19    2010-05-17      Frank Koormann <[email protected]>
20    
21            * formed/formed/plugins/export/latex.py: Improved section labeling.
22    
23            * formed/formed/plugins/export/xls.py:
24              Export references (ie where are the lists used).
25    
26    2010-04-30  Torsten Irländer <[email protected]>
27    
28            * formed/formed/plugins/modify/rules.py (VariableType.substitute): Do
29            not generate "%"-rules for required fields in repeat-groups.
30    
31    2010-04-28      Roland Geider <[email protected]>
32    
33            * formed/plugins/export/xls.py: Radiogroups are exported
34            * formed/plugins/export/xsd.py: WASKA formedtree.xml validates XSD
35              JMD formedtree.xml validates XSD
36    
37    2010-04-08  Torsten Irländer <[email protected]>
38    
39            * formed/formed/plugins/modify/rules.py
40            (GenerateRequiredRules.generateDateSequenceRules): Add error mark to
41            rules. Generete each rule twice to be able to render errors at both
42            datefields.
43    
44    2010-04-07  Torsten Irländer <[email protected]>
45    
46            * formed/formed/plugins/export/rg_sql.py: Added "Revision"-Tag.
47    
48    2010-04-06  Torsten Irländer <[email protected]>
49    
50            * formed/formed/io/document.py (_toXML): Added comment with
51            "$Revision"-tag. This tag will/can then be substituted by the VCS.
52            * formed/formed/plugins/export/new_sql.py
53            (ExportAsSQLFilter.doExport): Added comment with
54            "$Revision"-tag. This tag will/can then be substituted by the VCS.
55            * formed/formed/model/exprtree.py: Added years operator.
56    
57    2010-03-30      Roland Geider <[email protected]>
58    
59            * formed/formed/plugins/export/latex.py: Added filter
60    
61    2010-03-25      Roland Geider <[email protected]>
62    
63            * formed/formed/plugins/export/xsd.py: Generate valid XML
64    
65    2010-02-11      Frank Koormann <[email protected]>
66    
67            * formed/formed/plugins/export/xls.py: Allow groups in choices.
68    
69    2009-12-02      Torsten Irländer <[email protected]>
70    
71            * formed/formed/plugins/export/typemap.py: do not ignore conditional
72              nodes on traversal.
73    
74    2009-11-17      Sascha L. Teichmann <[email protected]>
75    
76            * formed/formed/model/exprtree.py: Recognize '%' vars
77              in compilation. Does not eval it!
78    
79            * formed/formed/plugins/modify/rules.py: Generate '%' vars
80              for variables in repeat groups.
81    
82    2009-11-13      Sascha L. Teichmann <[email protected]>
83    
84            * formed/formed/plugins/export/typemap.py: Fixed to work
85            with new repeat group nodes.
86    
87    2009-10-28      Sascha L. Teichmann <[email protected]>
88    
89            * formed/formed/plugins/export/xsd.py,
90            formed/formed/plugins/export/sql.py,
91            formed/formed/plugins/export/new_sql.py: Allow groups in choices.
92    
93    2009-10-07      Frank Koormann <[email protected]>
94    
95            * formed/formed/plugins/export/latex.py:
96            Adjusted textprocessing to escape tex-active characters.
97    
98    2009-10-07      Sascha L. Teichmann <[email protected]>
99    
100            * formed/formed/plugins/export/html.py, formed/formed/plugins/export/latex.py,
101            formed/formed/plugins/export/html2.py: Adjusted to cope with
102            "semi-complete" implementation of logbook tree structure.
103    
104    2009-06-18      Torsten Irländer <[email protected]>
105    
106            * formed/formed/plugins/export/new_sql.py,
107              formed/formed/plugins/export/rg_sql.py: Fixed some sql errors, and
108              added permissions.
109    
110    2009-06-18      Torsten Irländer <[email protected]>
111    
112            * formed/formed/plugins/export/new_sql.py: Commented out generation of
113            page_views, as they do not work with rgroups.
114    
115    2009-06-17      Torsten Irländer <[email protected]>
116    
117            * formed/formed/plugins/export/new_sql.py: Fixed anonymize function
118            and rolenames.
119    
120    2009-06-17      Sascha L. Teichmann <[email protected]>
121    
122            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
123    
124    2009-05-26      Sascha L. Teichmann <[email protected]>
125    
126            * formed/formed/plugins/names/filter.py: small optimization.
127    
128    2009-05-26      Sascha L. Teichmann <[email protected]>
129    
130            * formed/formed/plugins/names/filter.py: Repaired unique filter for
131              nodecomponent names.
132    
133    2009-05-06      Sascha L. Teichmann <[email protected]>
134    
135            * formed/formed/plugins/export/rg_sql.py: Only create depending
136              repeat groups if no uuid is given. If a uuid is given then
137              the creation is triggered by an xml import.
138    
139    2009-04-28      Sascha L. Teichmann <[email protected]>
140    
141            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
142              replace the old one. The new one faciliates the new RepeatNode instead
143              of the Group.isRepeat() method to tell if something is to be repeated.
144    
145            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
146              The old one is deactivated.
147    
148            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
149    
150    2009-04-28      Sascha L. Teichmann <[email protected]>
151    
152            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
153              TODO: Adjust execution rights.
154    
155    2009-04-27      Sascha L. Teichmann <[email protected]>
156    
157            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
158              Add functions to create dataset.
159    
160    2009-04-24      Sascha L. Teichmann <[email protected]>
161    
162            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
163              tree structure functions in database.
164    
165            * formed/formed/config.py: load plug-in.
166    
167    2009-04-16      Sascha L. Teichmann <[email protected]>
168    
169            * formed/formed/model/data.py: Added 'digest' attribute to
170              RepeatNode. Removed needless methods
171    
172    2009-04-16      Sascha L. Teichmann <[email protected]>
173    
174            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
175              more readable with '=' and '<>'.
176    
177    2009-04-02      Sascha L. Teichmann <[email protected]>
178    
179            * formed/formed/plugins/export/sql.py: call anonymization
180              of uuid on anonymization of case.
181    
182    2009-03-31      Sascha L. Teichmann <[email protected]>
183    
184            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
185              case_anonymize().
186    
187    2009-03-31      Sascha L. Teichmann <[email protected]>
188    
189            * formed/formed/model/exprtree.py: Add some code to pretty print
190              the trees infix.
191    
192            * formed/formed/plugins/export/rules.py: New. Exporter for human
193              readable rules.
194    
195            * formed/formed/plugins/export/html.py: Fixed HTML generation.
196    
197            * formed/formed/config.py: Added new new Rule export plug-in.
198    
199    2009-03-31      Sascha L. Teichmann <[email protected]>
200    
201            * formed/formed/model/exprtree.py: Fixes from server. Raise
202              exceptions if there is less or more than one element on stack
203              after compilation of expression.
204    
205    2009-03-20      Sascha L. Teichmann <[email protected]>
206    
207            * formed/formed/model/data.py: Removed debug output
208    
209            * formed/formed/plugins/modify/rules.py: Fixed error message.
210              Generate past and future rules.
211    
212    2009-03-16      Sascha L. Teichmann <[email protected]>
213    
214            * formed/formed/model/exprtree.py: Forget to call today with context.
215    
216    2009-03-16      Sascha L. Teichmann <[email protected]>
217    
218            * formed/formed/io/document.py: Fixed syntax typo.
219    
220    2009-03-16      Sascha L. Teichmann <[email protected]>
221    
222            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
223    
224    2009-03-16      Sascha L. Teichmann <[email protected]>
225    
226            * formed/formed/model/data.py: Added ConditionalNode
227    
228            * formed/formed/io/document.py: Make ConditionalNode loadable.
229    
230    2009-03-13      Sascha L. Teichmann <[email protected]>
231    
232            * formed/formed/plugins/modify/rules.py: Make the error descriptions
233              in date sequence rules more precise.
234    
235    2009-03-13      Sascha L. Teichmann <[email protected]>
236    
237            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
238    
239    2009-03-13      Sascha L. Teichmann <[email protected]>
240    
241            * formed/formed/model/exprtree.py: New tree based expression engine.
242    
243            * formed/formed/model/__init__.py, formed/formed/model/data.py:
244              Adjusted imports.
245    
246    2009-03-12      Torsten Irländer <[email protected]>
247    2009-06-17      Sascha L. Teichmann <[email protected]>
248    
249            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
250    
251    2009-05-26      Sascha L. Teichmann <[email protected]>
252    
253            * formed/formed/plugins/names/filter.py: small optimization.
254    
255    2009-05-26      Sascha L. Teichmann <[email protected]>
256    
257            * formed/formed/plugins/names/filter.py: Repaired unique filter for
258              nodecomponent names.
259    
260    2009-05-06      Sascha L. Teichmann <[email protected]>
261    
262            * formed/formed/plugins/export/rg_sql.py: Only create depending
263              repeat groups if no uuid is given. If a uuid is given then
264              the creation is triggered by an xml import.
265    
266    2009-04-28      Sascha L. Teichmann <[email protected]>
267    
268            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
269              replace the old one. The new one faciliates the new RepeatNode instead
270              of the Group.isRepeat() method to tell if something is to be repeated.
271    
272            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
273              The old one is deactivated.
274    
275            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
276    
277    2009-04-28      Sascha L. Teichmann <[email protected]>
278    
279            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
280              TODO: Adjust execution rights.
281    
282    2009-04-27      Sascha L. Teichmann <[email protected]>
283    
284            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
285              Add functions to create dataset.
286    
287    2009-04-24      Sascha L. Teichmann <[email protected]>
288    
289            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
290              tree structure functions in database.
291    
292            * formed/formed/config.py: load plug-in.
293    
294    2009-04-16      Sascha L. Teichmann <[email protected]>
295    
296            * formed/formed/model/data.py: Added 'digest' attribute to
297              RepeatNode. Removed needless methods
298    
299    2009-04-16      Sascha L. Teichmann <[email protected]>
300    
301            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
302              more readable with '=' and '<>'.
303    
304    2009-04-02      Sascha L. Teichmann <[email protected]>
305    
306            * formed/formed/plugins/export/sql.py: call anonymization
307              of uuid on anonymization of case.
308    
309    2009-03-31      Sascha L. Teichmann <[email protected]>
310    
311            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
312              case_anonymize().
313    
314    2009-03-31      Sascha L. Teichmann <[email protected]>
315    
316            * formed/formed/model/exprtree.py: Add some code to pretty print
317              the trees infix.
318    
319            * formed/formed/plugins/export/rules.py: New. Exporter for human
320              readable rules.
321    
322            * formed/formed/plugins/export/html.py: Fixed HTML generation.
323    
324            * formed/formed/config.py: Added new new Rule export plug-in.
325    
326    2009-03-31      Sascha L. Teichmann <[email protected]>
327    
328            * formed/formed/model/exprtree.py: Fixes from server. Raise
329              exceptions if there is less or more than one element on stack
330              after compilation of expression.
331    
332    2009-03-20      Sascha L. Teichmann <[email protected]>
333    
334            * formed/formed/model/data.py: Removed debug output
335    
336            * formed/formed/plugins/modify/rules.py: Fixed error message.
337              Generate past and future rules.
338    
339    2009-03-16      Sascha L. Teichmann <[email protected]>
340    
341            * formed/formed/model/exprtree.py: Forget to call today with context.
342    
343    2009-03-16      Sascha L. Teichmann <[email protected]>
344    
345            * formed/formed/io/document.py: Fixed syntax typo.
346    
347    2009-03-16      Sascha L. Teichmann <[email protected]>
348    
349            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
350    
351    2009-03-16      Sascha L. Teichmann <[email protected]>
352    
353            * formed/formed/model/data.py: Added ConditionalNode
354    
355            * formed/formed/io/document.py: Make ConditionalNode loadable.
356    
357    2009-03-13      Sascha L. Teichmann <[email protected]>
358    
359            * formed/formed/plugins/modify/rules.py: Make the error descriptions
360              in date sequence rules more precise.
361    
362    2009-03-13      Sascha L. Teichmann <[email protected]>
363    
364            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
365    
366    2009-03-13      Sascha L. Teichmann <[email protected]>
367    
368            * formed/formed/model/exprtree.py: New tree based expression engine.
369    
370            * formed/formed/model/__init__.py, formed/formed/model/data.py:
371              Adjusted imports.
372    
373    2009-03-12      Torsten Irländer <[email protected]>
374    2009-06-17      Sascha L. Teichmann <[email protected]>
375    
376            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
377    
378    2009-05-26      Sascha L. Teichmann <[email protected]>
379    
380            * formed/formed/plugins/names/filter.py: small optimization.
381    
382    2009-05-26      Sascha L. Teichmann <[email protected]>
383    
384            * formed/formed/plugins/names/filter.py: Repaired unique filter for
385              nodecomponent names.
386    
387  2009-05-06      Sascha L. Teichmann <[email protected]>  2009-05-06      Sascha L. Teichmann <[email protected]>
388    
389          * formed/formed/plugins/export/rg_sql.py: Only create depending          * formed/formed/plugins/export/rg_sql.py: Only create depending

Legend:
Removed from v.331  
changed lines
  Added in v.367

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26