/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.330  
changed lines
  Added in v.346

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26