/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 301 by torsten, Thu Jan 8 11:57:14 2009 UTC revision 444 by roland, Tue Mar 15 08:05:37 2011 UTC
# Line 1  Line 1 
1    2011-03-15  Roland Geider  <[email protected]>
2    
3            * formed/formed/plugins/export/xls.py: Generate correct XLS if there
4              are conditionals in Choices.
5    
6    2011-03-14  Roland Geider  <[email protected]>
7    
8            * formed/formed/plugins/export/xsd.py,
9              formed/formed/config.py: Generate correct XSD if there are
10              conditionals in Choices. Also deactivate the webserver nobody is
11              using.
12    
13    2011-03-08  Roland Geider  <[email protected]>
14    
15            * formed/formed/plugins/export/xsd.py: Updated XSD
16    
17    2011-02-23  Bernhard Herzog  <[email protected]>
18    
19            Port new RepeatNode attributes "orderby" and "reverse" from libformed
20    
21            * formed/formed/model/data.py (RepeatNode.__init__): Add
22            attributes "orderby" and "reverse" so that they can be edited with
23            formed.
24    
25    2011-02-22  Roland Geider <[email protected]>
26    
27            * formed/formed/plugins/export/xsd.py: Added support for <float>
28              element
29    
30    2011-01-19  Torsten Irlaender <[email protected]>
31    
32            * formed/formed/plugins/export/new_sql.py
33            (SchemaCreator._createChoice): Fix traversing choicelists wich
34            conditional nodes.
35    
36    2011-01-11  Torsten Irlaender <[email protected]>
37    
38            * formed/formed/model/exprtree.py: Added List-Node and Contains
39            function.
40    
41    2010-12-27  Torsten Irlaender <[email protected]>
42    
43            * formed/formed/model/data.py (WidgetCollector.visitor): Removed
44            clause to ignore Repeatgroups.
45    
46    2010-12-13  Torsten Irlaender <[email protected]>
47    
48            * formed/formed/model/data.py (GroupNode.isRepeat): Issue1565: Fixed
49            isRepeat function. Check typ instead of repeat attribute. Removed
50            setRepeat function (not used anywhere)
51    
52    2010-11-24  Bernhard Herzog  <[email protected]>
53    
54            * formed/formed/plugins/export/rules_sh.py (generate_tagging):
55            Remove unused variable "inserts" and corresponding commented out
56            code.
57    
58    2010-11-24  Bernhard Herzog  <[email protected]>
59    
60            * formed/formed/plugins/export/rules_sh.py: Remove some commented
61            out code.
62    
63    2010-11-24  Bernhard Herzog  <[email protected]>
64    
65            * formed/formed/plugins/export/rules_sh.py: expand star-import.
66    
67    2010-11-24  Bernhard Herzog  <[email protected]>
68    
69            * formed/formed/plugins/export/rules_sh.py (sql_OperatorUnary):
70            Put parentheses around the comparison for the KNOWN operator in
71            the generated SQL to ensure correct evaluation order.
72    
73    2010-11-24  Bernhard Herzog  <[email protected]>
74    
75            * formed/formed/plugins/export/rules_sh.py (binary_operator_map):
76            New.  Map binary formed expr operators to their SQL counterparts.
77            (sql_OperatorBinary): Use binary_operator_map instead of a cascade
78            of if-statements with lots of code duplication.  Also, put
79            parentheses around the resulting SQL expression to make sure the
80            expression is correctly.  This fixes a problem with WASKO tagging
81            rules, where the a FormEd expression of the form like "2 1 1980
82            date 1 1 1980 date - 93 *" would be incorrectly converted to the
83            SQL expression "93 * '1980-01-02'::date - '1980-01-01'::date"
84    
85    2010-11-24  Bernhard Herzog  <[email protected]>
86    
87            * formed/formed/plugins/export/rules_sh.py: Fix formatting.
88    
89    2010-11-15  Torsten Irlaender <[email protected]>
90    
91            * formed/formed/model/data.py: Do not set attribute "repeat" for
92            Repeat-Groups.
93    
94    2010-11-10  Torsten Irlaender <[email protected]>
95    
96            * formed/formed/plugins/modify/rules.py: Fixed date sequence rule
97            checks for date in future.
98    
99    2010-11-08  Roland Geider <[email protected]>
100    
101            * formed/formed/plugins/export/xsd.py: validate formedtree.xml
102    
103    2010-11-08  Roland Geider <[email protected]>
104    
105            * formed/formed/model/data.py,
106              formed/formed/plugins/export/xsd.py,
107              formed/formed/config.py: issue1131: generate XSD for case exports
108    
109    2010-10-21  Torsten Irlaender <[email protected]>
110    
111            * formed/formed/plugins/export/rules_sh.py: Added new LE-Operator
112            * formed/formed/plugins/modify/rules.py: Add error rule to force phase
113              relevant datefields not to be "unknown".
114    
115    2010-10-12  Roland Geider <[email protected]>
116    
117            * formed/formed/plugins/export/rules_sh.py: Ignore rules if any fields
118              in the rule are in a repeat group
119    
120    2010-10-11  Roland Geider <[email protected]>
121    
122            * formed/plugins/export/rules_sh.py: Added support to more opperators
123              to be able to export the WASKO case
124    
125    2010-10-06  Torsten Irlaender <[email protected]>
126    
127            * formed/formed/plugins/export/rules_sh.py (generate_tagging): Fixed
128            gerating SQL for Rules
129            * formed/formed/plugins/export/rules_sh.py (sql_date): Fixed sql_date
130            function.
131    
132    2010-10-05  Torsten Irländer <[email protected]>
133    
134            * formed/formed/model/data.py: Fixed error when setting tag attribute.
135            * formed/formed/plugins/export/rules_sh.py: Added generating exporting
136              tagging-xml
137            * formed/formed/plugins/modify/rules.py: Do not generate automatic
138              tagids for rules.
139    
140    2010-10-04  Torsten Irländer <[email protected]>
141    
142            * formed/formed/model/data.py (RuleLeaf.__init__): Added new attribute
143            "tag" for rule-leafs
144            * formed/formed/config.py: Added export rules as XML to Menu
145            * formed/formed/plugins/modify/rules.py
146            (GenerateRequiredRules.generateDateSequenceRules): Generate automatic
147            tag ids for date-sequence rules
148    
149    2010-09-30  Torsten Irländer <[email protected]>
150    
151            * formed/formed/plugins/export/rules_sh.py
152            (ExportRulesAsSH.doExport): Filter out duplicted rules.
153    
154    2010-09-20  Frank Koormann   <[email protected]>
155    
156            * formed/formed/plugins/export/latex.py (RecursiveExporter):
157            Add "required"-field information to output and include
158            choice list contents.
159    
160    2010-09-16  Bernhard Herzog  <[email protected]>
161    
162            Avoid database deadlocks that can happen when database clients try
163            to work with the same case using two separate database
164            connections.  See mpuls/issue1145 for details.
165    
166            * formed/formed/plugins/export/rg_sql.py (SQL_TEMPLATE): Split the
167            computation of the new json structure description into the new
168            database function compute_case_structure
169            (TRIGGER_TMPL): Change the trigger functions to immediately update
170            the cached json structure description instead of just setting the
171            modified flag.  This avoids the lazy recomputation that makes what
172            seems like a read-only access (calling get_case_structure) into a
173            writing access (updates of the cache).  The writes lock the row in
174            the case_structure table which prevent other connections from
175            accessing the same case.  As part of this, the delete triggers are
176            now AFTER triggers because the repeat groups instance must have
177            been removed when the structure is recomputed.
178            (SUBSELECT_TMPL): Since the delete trigger is now an after
179            trigger, we need to change the way the master id is computed.  We
180            cannot join with the repeatgroup table in question because the row
181            has already been deleted.  However, we can use the master_id
182            column of the OLD row to select the row of the parent table.
183            (create_triggers): Avoid the inner joins with the current repeat
184            group for the above mentioned reasons.  In the very common case of
185            repeat groups which are direct children of the master_tbl, we can
186            compare the master_tbl.id directly with the row's master_id.
187    
188    2010-09-14 Roland Geider <[email protected]>
189    
190            * formed/formed/plugins/export/xsd.py: issue1131: update XSD for new
191              formedtree structure
192    
193    2010-09-01 Roland Geider <[email protected]>
194    
195            * formed/formed/plugins/modify/rules.py: issue1050: mandatory fields
196              appearing double.
197              The problem was that the way the formEditor handled fields with
198              manually created rules changed. Instead of ignoring fields (very
199              early behaviour) or always generating them (early behaviour), now the
200              formED will only ignore fields with rules which name starts with
201              'required-rule-manual'. This is helpful when the rules for mandatory
202              fields are more complex (e.g. mother's name is only required if
203              mother is known).
204    
205    2010-08-10  Torsten Irländer <[email protected]>
206    
207            * contrib/diff_formed.py: New helperscript to diff to given
208              formedtrees
209    
210    2010-08-09      Roland Geider <[email protected]>
211    
212            * formed/model/exprtree.py: fixed typo
213    
214    2010-08-04  Bernhard Herzog  <[email protected]>
215    
216            * formed/po/de_DE.po: Update translations
217    
218    2010-08-04  Bernhard Herzog  <[email protected]>
219    
220            * formed/po/formed.pot: Regenerated.
221    
222            * formed/po/de_DE.po: Update.
223    
224    2010-08-04  Bernhard Herzog  <[email protected]>
225    
226            * formed/po/Makefile: Use correct filename of the pot-file in the
227            usage message
228    
229    2010-08-04  Bernhard Herzog  <[email protected]>
230    
231            * formed/po/Makefile (LIST_POTFILES): Sort the file names to make
232            the order of entries in the .pot-file more predictable.
233    
234    2010-08-04  Bernhard Herzog  <[email protected]>
235    
236            * formed/formed/model/nodecomponents.py (RootNode.__init__)
237            (RootNode.getVersion, RootNode.setVersion): Add attribute
238            "version" and accessor methods.
239    
240            * formed/formed/main.py (MainFrame.OnSetDocumentVersion): New. Let
241            the user set the document version.
242            (MainFrame._createMenuBar): Add menu item for OnSetDocumentVersion
243    
244    2010-08-02  Bernhard Herzog  <[email protected]>
245    
246            * formed/formed.py, formed/formed/io/document.py,
247            formed/formed/io/factories.py, formed/formed/io/parser.py,
248            formed/formed/model/data.py, formed/formed/model/event.py,
249            formed/formed/model/expr.py, formed/formed/model/exprtree.py,
250            formed/formed/model/memory.py, formed/formed/model/misc.py,
251            formed/formed/model/nodecomponents.py,
252            formed/formed/model/persistent.py: Fix coding declaration to be
253            acceptable to both python and Emacs.
254    
255    2010-07-29  Torsten Irländer <[email protected]>
256    
257            * formed/formed/model/data.py: Added "invisible" attribute to
258            BoolLeafs. This can be used to hide options in choicelists. so the
259            user can not select the value in the user interface. But the db will
260            have this option so is ist still present in the db an can be used
261            * formed/formed/model/exprtree.py: Added "days" function.
262    
263    2010-07-26      Roland Geider <[email protected]>
264    
265            * formed/formed/model/nodecomponents.py,
266              formed/formed/plugins/modify/rules.py: generated date rules take
267              into consideration repeat groups
268    
269    2010-07-21  Torsten Irländer <[email protected]>
270    
271            Issue870
272    
273            * formed/formed/plugins/modify/rules.py (descriptions): Do not collect
274            all headers to the referenced fields. Only list labels of the error
275            fields, which should be distinct enough.
276    
277            Issue851
278    
279            * formed/formed/model/data.py
280              formed/formed/plugins/export/new_sql.py
281              formed/formed/plugins/web/view_renderer.py
282              formed/formed/io/document.py
283              formed/formed/config.py: Added Float-Field to Formed
284    
285    2010-06-11  Bernhard Herzog  <[email protected]>
286    
287            * formed/formed/plugins/export/rg_sql.py
288            (CREATE_DELETE_MASTER_TMPL): In create_master_tbl, call
289            create_master_ds to create the master tbl entry.  This way we can
290            add SQL code that's specific to an MPuls instance to
291            create_master_ds and still have create_master_tbl use that new
292            code.  This is useful for e.g. the JMD-Struktur part.
293    
294    2010-06-02      Roland Geider <[email protected]>
295    
296            * formed/formed/plugins/modify/rules.py: make the names of generated
297              date-sequence-rules unique
298    
299    2010-06-02      Roland Geider <[email protected]>
300    
301            * formed/plugins/export/xls.py: updated regular expression
302    
303    2010-05-17      Frank Koormann <[email protected]>
304    
305            * formed/formed/plugins/export/latex.py: Improved section labeling.
306    
307            * formed/formed/plugins/export/xls.py:
308              Export references (ie where are the lists used).
309    
310    2010-04-30  Torsten Irländer <[email protected]>
311    
312            * formed/formed/plugins/modify/rules.py (VariableType.substitute): Do
313            not generate "%"-rules for required fields in repeat-groups.
314    
315    2010-04-28      Roland Geider <[email protected]>
316    
317            * formed/plugins/export/xls.py: Radiogroups are exported
318            * formed/plugins/export/xsd.py: WASKA formedtree.xml validates XSD
319              JMD formedtree.xml validates XSD
320    
321    2010-04-08  Torsten Irländer <[email protected]>
322    
323            * formed/formed/plugins/modify/rules.py
324            (GenerateRequiredRules.generateDateSequenceRules): Add error mark to
325            rules. Generete each rule twice to be able to render errors at both
326            datefields.
327    
328    2010-04-07  Torsten Irländer <[email protected]>
329    
330            * formed/formed/plugins/export/rg_sql.py: Added "Revision"-Tag.
331    
332    2010-04-06  Torsten Irländer <[email protected]>
333    
334            * formed/formed/io/document.py (_toXML): Added comment with
335            "$Revision"-tag. This tag will/can then be substituted by the VCS.
336            * formed/formed/plugins/export/new_sql.py
337            (ExportAsSQLFilter.doExport): Added comment with
338            "$Revision"-tag. This tag will/can then be substituted by the VCS.
339            * formed/formed/model/exprtree.py: Added years operator.
340    
341    2010-03-30      Roland Geider <[email protected]>
342    
343            * formed/formed/plugins/export/latex.py: Added filter
344    
345    2010-03-25      Roland Geider <[email protected]>
346    
347            * formed/formed/plugins/export/xsd.py: Generate valid XML
348    
349    2010-02-11      Frank Koormann <[email protected]>
350    
351            * formed/formed/plugins/export/xls.py: Allow groups in choices.
352    
353    2009-12-02      Torsten Irländer <[email protected]>
354    
355            * formed/formed/plugins/export/typemap.py: do not ignore conditional
356              nodes on traversal.
357    
358    2009-11-17      Sascha L. Teichmann <[email protected]>
359    
360            * formed/formed/model/exprtree.py: Recognize '%' vars
361              in compilation. Does not eval it!
362    
363            * formed/formed/plugins/modify/rules.py: Generate '%' vars
364              for variables in repeat groups.
365    
366    2009-11-13      Sascha L. Teichmann <[email protected]>
367    
368            * formed/formed/plugins/export/typemap.py: Fixed to work
369            with new repeat group nodes.
370    
371    2009-10-28      Sascha L. Teichmann <[email protected]>
372    
373            * formed/formed/plugins/export/xsd.py,
374            formed/formed/plugins/export/sql.py,
375            formed/formed/plugins/export/new_sql.py: Allow groups in choices.
376    
377    2009-10-07      Frank Koormann <[email protected]>
378    
379            * formed/formed/plugins/export/latex.py:
380            Adjusted textprocessing to escape tex-active characters.
381    
382    2009-10-07      Sascha L. Teichmann <[email protected]>
383    
384            * formed/formed/plugins/export/html.py, formed/formed/plugins/export/latex.py,
385            formed/formed/plugins/export/html2.py: Adjusted to cope with
386            "semi-complete" implementation of logbook tree structure.
387    
388    2009-06-18      Torsten Irländer <[email protected]>
389    
390            * formed/formed/plugins/export/new_sql.py,
391              formed/formed/plugins/export/rg_sql.py: Fixed some sql errors, and
392              added permissions.
393    
394    2009-06-18      Torsten Irländer <[email protected]>
395    
396            * formed/formed/plugins/export/new_sql.py: Commented out generation of
397            page_views, as they do not work with rgroups.
398    
399    2009-06-17      Torsten Irländer <[email protected]>
400    
401            * formed/formed/plugins/export/new_sql.py: Fixed anonymize function
402            and rolenames.
403    
404    2009-06-17      Sascha L. Teichmann <[email protected]>
405    
406            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
407    
408    2009-05-26      Sascha L. Teichmann <[email protected]>
409    
410            * formed/formed/plugins/names/filter.py: small optimization.
411    
412    2009-05-26      Sascha L. Teichmann <[email protected]>
413    
414            * formed/formed/plugins/names/filter.py: Repaired unique filter for
415              nodecomponent names.
416    
417    2009-05-06      Sascha L. Teichmann <[email protected]>
418    
419            * formed/formed/plugins/export/rg_sql.py: Only create depending
420              repeat groups if no uuid is given. If a uuid is given then
421              the creation is triggered by an xml import.
422    
423    2009-04-28      Sascha L. Teichmann <[email protected]>
424    
425            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
426              replace the old one. The new one faciliates the new RepeatNode instead
427              of the Group.isRepeat() method to tell if something is to be repeated.
428    
429            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
430              The old one is deactivated.
431    
432            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
433    
434    2009-04-28      Sascha L. Teichmann <[email protected]>
435    
436            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
437              TODO: Adjust execution rights.
438    
439    2009-04-27      Sascha L. Teichmann <[email protected]>
440    
441            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
442              Add functions to create dataset.
443    
444    2009-04-24      Sascha L. Teichmann <[email protected]>
445    
446            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
447              tree structure functions in database.
448    
449            * formed/formed/config.py: load plug-in.
450    
451    2009-04-16      Sascha L. Teichmann <[email protected]>
452    
453            * formed/formed/model/data.py: Added 'digest' attribute to
454              RepeatNode. Removed needless methods
455    
456    2009-04-16      Sascha L. Teichmann <[email protected]>
457    
458            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
459              more readable with '=' and '<>'.
460    
461    2009-04-02      Sascha L. Teichmann <[email protected]>
462    
463            * formed/formed/plugins/export/sql.py: call anonymization
464              of uuid on anonymization of case.
465    
466    2009-03-31      Sascha L. Teichmann <[email protected]>
467    
468            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
469              case_anonymize().
470    
471    2009-03-31      Sascha L. Teichmann <[email protected]>
472    
473            * formed/formed/model/exprtree.py: Add some code to pretty print
474              the trees infix.
475    
476            * formed/formed/plugins/export/rules.py: New. Exporter for human
477              readable rules.
478    
479            * formed/formed/plugins/export/html.py: Fixed HTML generation.
480    
481            * formed/formed/config.py: Added new new Rule export plug-in.
482    
483    2009-03-31      Sascha L. Teichmann <[email protected]>
484    
485            * formed/formed/model/exprtree.py: Fixes from server. Raise
486              exceptions if there is less or more than one element on stack
487              after compilation of expression.
488    
489    2009-03-20      Sascha L. Teichmann <[email protected]>
490    
491            * formed/formed/model/data.py: Removed debug output
492    
493            * formed/formed/plugins/modify/rules.py: Fixed error message.
494              Generate past and future rules.
495    
496    2009-03-16      Sascha L. Teichmann <[email protected]>
497    
498            * formed/formed/model/exprtree.py: Forget to call today with context.
499    
500    2009-03-16      Sascha L. Teichmann <[email protected]>
501    
502            * formed/formed/io/document.py: Fixed syntax typo.
503    
504    2009-03-16      Sascha L. Teichmann <[email protected]>
505    
506            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
507    
508    2009-03-16      Sascha L. Teichmann <[email protected]>
509    
510            * formed/formed/model/data.py: Added ConditionalNode
511    
512            * formed/formed/io/document.py: Make ConditionalNode loadable.
513    
514    2009-03-13      Sascha L. Teichmann <[email protected]>
515    
516            * formed/formed/plugins/modify/rules.py: Make the error descriptions
517              in date sequence rules more precise.
518    
519    2009-03-13      Sascha L. Teichmann <[email protected]>
520    
521            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
522    
523    2009-03-13      Sascha L. Teichmann <[email protected]>
524    
525            * formed/formed/model/exprtree.py: New tree based expression engine.
526    
527            * formed/formed/model/__init__.py, formed/formed/model/data.py:
528              Adjusted imports.
529    
530    2009-03-12      Torsten Irländer <[email protected]>
531    2009-06-17      Sascha L. Teichmann <[email protected]>
532    
533            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
534    
535    2009-05-26      Sascha L. Teichmann <[email protected]>
536    
537            * formed/formed/plugins/names/filter.py: small optimization.
538    
539    2009-05-26      Sascha L. Teichmann <[email protected]>
540    
541            * formed/formed/plugins/names/filter.py: Repaired unique filter for
542              nodecomponent names.
543    
544    2009-05-06      Sascha L. Teichmann <[email protected]>
545    
546            * formed/formed/plugins/export/rg_sql.py: Only create depending
547              repeat groups if no uuid is given. If a uuid is given then
548              the creation is triggered by an xml import.
549    
550    2009-04-28      Sascha L. Teichmann <[email protected]>
551    
552            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
553              replace the old one. The new one faciliates the new RepeatNode instead
554              of the Group.isRepeat() method to tell if something is to be repeated.
555    
556            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
557              The old one is deactivated.
558    
559            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
560    
561    2009-04-28      Sascha L. Teichmann <[email protected]>
562    
563            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
564              TODO: Adjust execution rights.
565    
566    2009-04-27      Sascha L. Teichmann <[email protected]>
567    
568            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
569              Add functions to create dataset.
570    
571    2009-04-24      Sascha L. Teichmann <[email protected]>
572    
573            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
574              tree structure functions in database.
575    
576            * formed/formed/config.py: load plug-in.
577    
578    2009-04-16      Sascha L. Teichmann <[email protected]>
579    
580            * formed/formed/model/data.py: Added 'digest' attribute to
581              RepeatNode. Removed needless methods
582    
583    2009-04-16      Sascha L. Teichmann <[email protected]>
584    
585            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
586              more readable with '=' and '<>'.
587    
588    2009-04-02      Sascha L. Teichmann <[email protected]>
589    
590            * formed/formed/plugins/export/sql.py: call anonymization
591              of uuid on anonymization of case.
592    
593    2009-03-31      Sascha L. Teichmann <[email protected]>
594    
595            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
596              case_anonymize().
597    
598    2009-03-31      Sascha L. Teichmann <[email protected]>
599    
600            * formed/formed/model/exprtree.py: Add some code to pretty print
601              the trees infix.
602    
603            * formed/formed/plugins/export/rules.py: New. Exporter for human
604              readable rules.
605    
606            * formed/formed/plugins/export/html.py: Fixed HTML generation.
607    
608            * formed/formed/config.py: Added new new Rule export plug-in.
609    
610    2009-03-31      Sascha L. Teichmann <[email protected]>
611    
612            * formed/formed/model/exprtree.py: Fixes from server. Raise
613              exceptions if there is less or more than one element on stack
614              after compilation of expression.
615    
616    2009-03-20      Sascha L. Teichmann <[email protected]>
617    
618            * formed/formed/model/data.py: Removed debug output
619    
620            * formed/formed/plugins/modify/rules.py: Fixed error message.
621              Generate past and future rules.
622    
623    2009-03-16      Sascha L. Teichmann <[email protected]>
624    
625            * formed/formed/model/exprtree.py: Forget to call today with context.
626    
627    2009-03-16      Sascha L. Teichmann <[email protected]>
628    
629            * formed/formed/io/document.py: Fixed syntax typo.
630    
631    2009-03-16      Sascha L. Teichmann <[email protected]>
632    
633            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
634    
635    2009-03-16      Sascha L. Teichmann <[email protected]>
636    
637            * formed/formed/model/data.py: Added ConditionalNode
638    
639            * formed/formed/io/document.py: Make ConditionalNode loadable.
640    
641    2009-03-13      Sascha L. Teichmann <[email protected]>
642    
643            * formed/formed/plugins/modify/rules.py: Make the error descriptions
644              in date sequence rules more precise.
645    
646    2009-03-13      Sascha L. Teichmann <[email protected]>
647    
648            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
649    
650    2009-03-13      Sascha L. Teichmann <[email protected]>
651    
652            * formed/formed/model/exprtree.py: New tree based expression engine.
653    
654            * formed/formed/model/__init__.py, formed/formed/model/data.py:
655              Adjusted imports.
656    
657    2009-03-12      Torsten Irländer <[email protected]>
658    2009-06-17      Sascha L. Teichmann <[email protected]>
659    
660            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
661    
662    2009-05-26      Sascha L. Teichmann <[email protected]>
663    
664            * formed/formed/plugins/names/filter.py: small optimization.
665    
666    2009-05-26      Sascha L. Teichmann <[email protected]>
667    
668            * formed/formed/plugins/names/filter.py: Repaired unique filter for
669              nodecomponent names.
670    
671    2009-05-06      Sascha L. Teichmann <[email protected]>
672    
673            * formed/formed/plugins/export/rg_sql.py: Only create depending
674              repeat groups if no uuid is given. If a uuid is given then
675              the creation is triggered by an xml import.
676    
677    2009-04-28      Sascha L. Teichmann <[email protected]>
678    
679            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
680              replace the old one. The new one faciliates the new RepeatNode instead
681              of the Group.isRepeat() method to tell if something is to be repeated.
682    
683            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
684              The old one is deactivated.
685    
686            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
687    
688    2009-04-28      Sascha L. Teichmann <[email protected]>
689    
690            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
691              TODO: Adjust execution rights.
692    
693    2009-04-27      Sascha L. Teichmann <[email protected]>
694    
695            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
696              Add functions to create dataset.
697    
698    2009-04-24      Sascha L. Teichmann <[email protected]>
699    
700            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
701              tree structure functions in database.
702    
703            * formed/formed/config.py: load plug-in.
704    
705    2009-04-16      Sascha L. Teichmann <[email protected]>
706    
707            * formed/formed/model/data.py: Added 'digest' attribute to
708              RepeatNode. Removed needless methods
709    
710    2009-04-16      Sascha L. Teichmann <[email protected]>
711    
712            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
713              more readable with '=' and '<>'.
714    
715    2009-04-02      Sascha L. Teichmann <[email protected]>
716    
717            * formed/formed/plugins/export/sql.py: call anonymization
718              of uuid on anonymization of case.
719    
720    2009-03-31      Sascha L. Teichmann <[email protected]>
721    
722            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
723              case_anonymize().
724    
725    2009-03-31      Sascha L. Teichmann <[email protected]>
726    
727            * formed/formed/model/exprtree.py: Add some code to pretty print
728              the trees infix.
729    
730            * formed/formed/plugins/export/rules.py: New. Exporter for human
731              readable rules.
732    
733            * formed/formed/plugins/export/html.py: Fixed HTML generation.
734    
735            * formed/formed/config.py: Added new new Rule export plug-in.
736    
737    2009-03-31      Sascha L. Teichmann <[email protected]>
738    
739            * formed/formed/model/exprtree.py: Fixes from server. Raise
740              exceptions if there is less or more than one element on stack
741              after compilation of expression.
742    
743    2009-03-20      Sascha L. Teichmann <[email protected]>
744    
745            * formed/formed/model/data.py: Removed debug output
746    
747            * formed/formed/plugins/modify/rules.py: Fixed error message.
748              Generate past and future rules.
749    
750    2009-03-16      Sascha L. Teichmann <[email protected]>
751    
752            * formed/formed/model/exprtree.py: Forget to call today with context.
753    
754    2009-03-16      Sascha L. Teichmann <[email protected]>
755    
756            * formed/formed/io/document.py: Fixed syntax typo.
757    
758    2009-03-16      Sascha L. Teichmann <[email protected]>
759    
760            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
761    
762    2009-03-16      Sascha L. Teichmann <[email protected]>
763    
764            * formed/formed/model/data.py: Added ConditionalNode
765    
766            * formed/formed/io/document.py: Make ConditionalNode loadable.
767    
768    2009-03-13      Sascha L. Teichmann <[email protected]>
769    
770            * formed/formed/plugins/modify/rules.py: Make the error descriptions
771              in date sequence rules more precise.
772    
773    2009-03-13      Sascha L. Teichmann <[email protected]>
774    
775            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
776    
777    2009-03-13      Sascha L. Teichmann <[email protected]>
778    
779            * formed/formed/model/exprtree.py: New tree based expression engine.
780    
781            * formed/formed/model/__init__.py, formed/formed/model/data.py:
782              Adjusted imports.
783    
784    2009-03-12      Torsten Irländer <[email protected]>
785    
786            Introduced new order attribute for date fields
787    
788            * formed/formed/model/data.py: Order fields can be used to define to
789            ordering of datefields withing the document. Needed for automatic
790            generation of consistency rules.
791    
792    2009-02-09      Sascha L. Teichmann <[email protected]>
793    
794            * formed/formed/model/data.py: Allow pages to be 'invisible'.
795    
796    2009-02-09      Sascha L. Teichmann <[email protected]>
797    
798            * formed/formed/plugins/export/sql.py: Fixed problem with
799              description reference tables of radio groups.
800    
801    2009-02-09      Sascha L. Teichmann <[email protected]>
802    
803            * formed/formed/plugins/export/sql.py: replace '-' in names
804              by '_'.
805              
806    2009-02-09      Sascha L. Teichmann <[email protected]>
807    
808            * formed/formed/plugins/export/sql.py: to figure ou which
809              tables are equal the insert statememnts are lower cased
810              and sorted before they are compared. This reduces the number
811              of generated referfence tables.
812    
813    2009-02-09      Sascha L. Teichmann <[email protected]>
814    
815            Repair SQL schema creation for radio groups.
816    
817            * formed/formed/plugins/export/sql.py: radio groups are handled
818              like choices now.
819    
820    2009-02-09      Sascha L. Teichmann <[email protected]>
821    
822            Make it startable again.
823    
824            * formed/formed/plugins/export/xls.py: Import pyExcelerator only
825              when plug-in is called.
826    
827            * formed/formed/model/nodecomponents.py: Event routing was messed up.
828              Rewired root node with document.
829    
830            * formed/formed/plugins/web/help.py: Removed old xml.ext import.
831              XXX: This breaks creating help by now!
832    
833            * formed/formed/io/parser.py: Replace old deprecated base class
834              by new one.
835    
836            * formed/formed/main.py: Do not crash if locale cannot be set.
837    
838            * formed/formed/ui/controls.py: Use document.getCase() instead
839              of document.case to prevent uninitialized dereferences.
840    
841    2009-01-22      Torsten Irländer <[email protected]>
842    
843            Implemented new XML-Format for formed xml files.
844    
845            * formed/formed/model/nodecomponents.py,
846              formed/formed/io/document.py,
847              formed/formed/main.py,
848              formed/formed/ui/controls.py: Introduced new "case" and "logbook"
849              node. Under case is the definition of the formular. logbook will
850              hold the defintion of logboog entrys. For now only the part under
851              "case" can be modified.  
852    
853    2009-01-21      Torsten Irländer <[email protected]>
854    
855            Changed way how XSD-Scheme is generated
856    
857            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
858              logbookentrys. The scheme definiton is now hardcoded in the
859              exporter as it will rarely change. It logbookpart will not be
860              generated from the formedtree anymore.
861    
862    2009-01-20      Torsten Irländer <[email protected]>
863    
864            Support Logbook entrys in xsd schema export
865    
866            * formed/formed/model/data.py: Repeatnode are now handeld as
867              repeatgroups in xsd-export
868            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
869              logbookentrys. The scheme will now validate against an xmlfile from
870              the offlineclient.
871    
872    2009-01-09      Torsten Irländer <[email protected]>
873    
874            Added new repeat node
875    
876            * formed/formed/model/data.py,
877              formed/formed/io/document.py: Added repeatnode to the formedtree.
878              TODO: Remove repeatgroup handling from the groupnode.
879    
880  2009-01-08      Torsten Irländer <[email protected]>  2009-01-08      Torsten Irländer <[email protected]>
881    
882          Add isset operator to autogenerated rules.          Add isset operator to autogenerated rules.

Legend:
Removed from v.301  
changed lines
  Added in v.444

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26