/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 183 by teichmann, Mon Sep 17 05:33:06 2007 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]>
388    
389            * formed/formed/plugins/export/rg_sql.py: Only create depending
390              repeat groups if no uuid is given. If a uuid is given then
391              the creation is triggered by an xml import.
392    
393    2009-04-28      Sascha L. Teichmann <[email protected]>
394    
395            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
396              replace the old one. The new one faciliates the new RepeatNode instead
397              of the Group.isRepeat() method to tell if something is to be repeated.
398    
399            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
400              The old one is deactivated.
401    
402            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
403    
404    2009-04-28      Sascha L. Teichmann <[email protected]>
405    
406            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
407              TODO: Adjust execution rights.
408    
409    2009-04-27      Sascha L. Teichmann <[email protected]>
410    
411            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
412              Add functions to create dataset.
413    
414    2009-04-24      Sascha L. Teichmann <[email protected]>
415    
416            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
417              tree structure functions in database.
418    
419            * formed/formed/config.py: load plug-in.
420    
421    2009-04-16      Sascha L. Teichmann <[email protected]>
422    
423            * formed/formed/model/data.py: Added 'digest' attribute to
424              RepeatNode. Removed needless methods
425    
426    2009-04-16      Sascha L. Teichmann <[email protected]>
427    
428            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
429              more readable with '=' and '<>'.
430    
431    2009-04-02      Sascha L. Teichmann <[email protected]>
432    
433            * formed/formed/plugins/export/sql.py: call anonymization
434              of uuid on anonymization of case.
435    
436    2009-03-31      Sascha L. Teichmann <[email protected]>
437    
438            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
439              case_anonymize().
440    
441    2009-03-31      Sascha L. Teichmann <[email protected]>
442    
443            * formed/formed/model/exprtree.py: Add some code to pretty print
444              the trees infix.
445    
446            * formed/formed/plugins/export/rules.py: New. Exporter for human
447              readable rules.
448    
449            * formed/formed/plugins/export/html.py: Fixed HTML generation.
450    
451            * formed/formed/config.py: Added new new Rule export plug-in.
452    
453    2009-03-31      Sascha L. Teichmann <[email protected]>
454    
455            * formed/formed/model/exprtree.py: Fixes from server. Raise
456              exceptions if there is less or more than one element on stack
457              after compilation of expression.
458    
459    2009-03-20      Sascha L. Teichmann <[email protected]>
460    
461            * formed/formed/model/data.py: Removed debug output
462    
463            * formed/formed/plugins/modify/rules.py: Fixed error message.
464              Generate past and future rules.
465    
466    2009-03-16      Sascha L. Teichmann <[email protected]>
467    
468            * formed/formed/model/exprtree.py: Forget to call today with context.
469    
470    2009-03-16      Sascha L. Teichmann <[email protected]>
471    
472            * formed/formed/io/document.py: Fixed syntax typo.
473    
474    2009-03-16      Sascha L. Teichmann <[email protected]>
475    
476            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
477    
478    2009-03-16      Sascha L. Teichmann <[email protected]>
479    
480            * formed/formed/model/data.py: Added ConditionalNode
481    
482            * formed/formed/io/document.py: Make ConditionalNode loadable.
483    
484    2009-03-13      Sascha L. Teichmann <[email protected]>
485    
486            * formed/formed/plugins/modify/rules.py: Make the error descriptions
487              in date sequence rules more precise.
488    
489    2009-03-13      Sascha L. Teichmann <[email protected]>
490    
491            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
492    
493    2009-03-13      Sascha L. Teichmann <[email protected]>
494    
495            * formed/formed/model/exprtree.py: New tree based expression engine.
496    
497            * formed/formed/model/__init__.py, formed/formed/model/data.py:
498              Adjusted imports.
499    
500    2009-03-12      Torsten Irländer <[email protected]>
501    
502            Introduced new order attribute for date fields
503    
504            * formed/formed/model/data.py: Order fields can be used to define to
505            ordering of datefields withing the document. Needed for automatic
506            generation of consistency rules.
507    
508    2009-02-09      Sascha L. Teichmann <[email protected]>
509    
510            * formed/formed/model/data.py: Allow pages to be 'invisible'.
511    
512    2009-02-09      Sascha L. Teichmann <[email protected]>
513    
514            * formed/formed/plugins/export/sql.py: Fixed problem with
515              description reference tables of radio groups.
516    
517    2009-02-09      Sascha L. Teichmann <[email protected]>
518    
519            * formed/formed/plugins/export/sql.py: replace '-' in names
520              by '_'.
521              
522    2009-02-09      Sascha L. Teichmann <[email protected]>
523    
524            * formed/formed/plugins/export/sql.py: to figure ou which
525              tables are equal the insert statememnts are lower cased
526              and sorted before they are compared. This reduces the number
527              of generated referfence tables.
528    
529    2009-02-09      Sascha L. Teichmann <[email protected]>
530    
531            Repair SQL schema creation for radio groups.
532    
533            * formed/formed/plugins/export/sql.py: radio groups are handled
534              like choices now.
535    
536    2009-02-09      Sascha L. Teichmann <[email protected]>
537    
538            Make it startable again.
539    
540            * formed/formed/plugins/export/xls.py: Import pyExcelerator only
541              when plug-in is called.
542    
543            * formed/formed/model/nodecomponents.py: Event routing was messed up.
544              Rewired root node with document.
545    
546            * formed/formed/plugins/web/help.py: Removed old xml.ext import.
547              XXX: This breaks creating help by now!
548    
549            * formed/formed/io/parser.py: Replace old deprecated base class
550              by new one.
551    
552            * formed/formed/main.py: Do not crash if locale cannot be set.
553    
554            * formed/formed/ui/controls.py: Use document.getCase() instead
555              of document.case to prevent uninitialized dereferences.
556    
557    2009-01-22      Torsten Irländer <[email protected]>
558    
559            Implemented new XML-Format for formed xml files.
560    
561            * formed/formed/model/nodecomponents.py,
562              formed/formed/io/document.py,
563              formed/formed/main.py,
564              formed/formed/ui/controls.py: Introduced new "case" and "logbook"
565              node. Under case is the definition of the formular. logbook will
566              hold the defintion of logboog entrys. For now only the part under
567              "case" can be modified.  
568    
569    2009-01-21      Torsten Irländer <[email protected]>
570    
571            Changed way how XSD-Scheme is generated
572    
573            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
574              logbookentrys. The scheme definiton is now hardcoded in the
575              exporter as it will rarely change. It logbookpart will not be
576              generated from the formedtree anymore.
577    
578    2009-01-20      Torsten Irländer <[email protected]>
579    
580            Support Logbook entrys in xsd schema export
581    
582            * formed/formed/model/data.py: Repeatnode are now handeld as
583              repeatgroups in xsd-export
584            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
585              logbookentrys. The scheme will now validate against an xmlfile from
586              the offlineclient.
587    
588    2009-01-09      Torsten Irländer <[email protected]>
589    
590            Added new repeat node
591    
592            * formed/formed/model/data.py,
593              formed/formed/io/document.py: Added repeatnode to the formedtree.
594              TODO: Remove repeatgroup handling from the groupnode.
595    
596    2009-01-08      Torsten Irländer <[email protected]>
597    
598            Add isset operator to autogenerated rules.
599    
600            * formed/formed/plugins/modify/rules.py: Add issed operator to standard
601              autogenerated rules.
602    
603    2008-12-17      Frank Koormann <[email protected]>
604    
605            * formed/formed/plugins/export/latex.py: Export form as set of
606            latex tables to be included into a master document. The export
607            generates section marks to structure the form and placeholders for
608            help texts to be merged in by a post processing step.
609    
610    2008-12-04      Sascha L. Teichmann <[email protected]>
611    
612            * formed/formed/model/expr.py: Added 'today' which pushes the current date
613              on the stack.
614    
615    2008-12-03      Sascha L. Teichmann <[email protected]>
616    
617            * formed/formed/plugins/web/controllers.py: compute changeset more correctly in
618              storage of fields.
619    
620            * formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer
621              fields as an accepted value. Generate schema for radio groups too.
622    
623    2008-12-01      Torsten Irländer <[email protected]>
624    
625            Added autmatic generation of required rules
626    
627            * formed/formed/model/data.py,
628              formed/formed/model/expr.py,
629              formed/formed/plugins/modify/rules.py: Default rules for required
630              fields can now be generated.
631    
632    2008-11-28      Sascha L. Teichmann <[email protected]>
633    
634            * formed/formed/model/data.py, formed/formed/model/nodecomponents.py:
635              Ported WidgetCollector from Offline client.
636    
637            * formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify,
638              formed/formed/plugins/modify/rules.py: Stub for required rules generator.
639    
640            * formed/formed/config.py: Bind new filter to FormEd
641    
642    2008-11-27      Torsten Irländer <[email protected]>
643    
644            * formed/formed/model/data.py: Added new attribute mark for rules
645    
646    2008-11-10      Torsten Irländer <[email protected]>
647    
648            Implemented radio-matrix elements. radio elelement having the same
649            options can now be rendered in table form.
650    
651            * formed/formed/model/data.py,
652              formed/formed/io/document.py: Added new radio-matrix element to the
653              model and gui
654            * formed/formed/plugins/web/view_renderer.py: Write html-renderer for
655              the radio-matrix element.
656    
657    2008-11.03      Torsten Irländer <[email protected]>
658    
659            * formed/formed/model/data.py: Fixed import error
660    
661    2008-10-29      Sascha L. Teichmann <[email protected]>
662    
663            Relative paths in external choices are now possible. Relative paths are
664            relative to path of the master document.
665    
666            * formed/model/data.py: external choice are now storing the path to the
667              master document.
668    
669            * formed/formed/io/document.py: Pass context to SAX builder.
670    
671            * formed/formed/io/factories.py: For new created nodes look if there
672              is a method 'setLoadContext' and call it.
673    
674    2008-09-04      Sascha L. Teichmann <[email protected]>
675    
676            * doc/beschreibung.txt: New. Initial description of FormEd (german).
677    
678    2008-08-22      Sascha L. Teichmann <[email protected]>
679    
680            * formed/formed/model/nodecomponents.py: Added attribute 'flags'.
681    
682    2008-08-21      Sascha L. Teichmann <[email protected]>
683    
684            * formed/formed/io/document.py: Indent tree while saving
685            * formed/formed/main.py: removed needless print
686    
687    2008-08-15      Sascha L. Teichmann <[email protected]>
688    
689            * LICENSE: New GPLv3
690            * */*.py, *.sh: Added reference to LICENSE
691    
692    2008-08-15      Sascha L. Teichmann <[email protected]>
693    
694            * tools: removed because there a no tools any more.
695    
696    2008-08-15      Sascha L. Teichmann <[email protected]>
697    
698            * tools/formed: moved one level up because its the only
699              part of this project now.
700    
701    2008-08-15      Sascha L. Teichmann <[email protected]>
702    
703            * tools/anonym/*: Removed as it belongs to mpuls WASKA
704    
705    2008-08-15      Sascha L. Teichmann <[email protected]>
706    
707            * pdf2xfa/*: removed. It belongs to mpuls
708    
709    2008-08-13 L. Teichmann <[email protected]>
710    
711            i18n of the plug-ins:
712            * tools/formed/formed/plugins/export/diff.py,
713              tools/formed/formed/plugins/export/data.py,
714              tools/formed/formed/plugins/export/old_sql.py,
715              tools/formed/formed/plugins/export/latex.py,
716              tools/formed/formed/plugins/export/xsd.py,
717              tools/formed/formed/plugins/export/sql.py,
718              tools/formed/formed/plugins/export/typemap.py,
719              tools/formed/formed/plugins/export/html.py,
720              tools/formed/formed/plugins/export/mode.py,
721              tools/formed/formed/plugins/export/html2.py,
722              tools/formed/formed/plugins/export/xls.py,
723              tools/formed/formed/plugins/names/filter.py,
724              tools/formed/formed/plugins/plugin.py,
725              tools/formed/formed/plugins/web/help.py,
726              tools/formed/formed/plugins/web/form_renderer.py,
727              tools/formed/formed/plugins/web/plugin.py,
728              tools/formed/formed/plugins/web/error_renderer.py,
729              tools/formed/formed/plugins/web/view_renderer.py,
730              tools/formed/formed/plugins/web/semantic.py,
731              tools/formed/formed/plugins/web/cache.py,
732              tools/formed/formed/plugins/web/server.py,
733              tools/formed/formed/plugins/web/controllers.py,
734              tools/formed/formed/plugins/web/renderer.py,
735              tools/formed/formed/plugins/ui/controls.py,
736              tools/formed/formed/config.py: _("")s the stuff
737              tools/formed/po/formed.pot, tools/formed/po/de_DE.po:
738              extracted and translated.
739    
740    2008-08-08      Sascha L. Teichmann <[email protected]>
741    
742            First version of FormEd i18n. After checkout go to tools/formed/po/ and
743            say 'make mo'. Afterwards you can start FormEd as usual.
744    
745            * tools/formed/resources: New. Place to places ressources like *.mo files
746            * tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s
747              
748            * tools/formed/po,
749              tools/formed/po/Makefile,
750              tools/formed/po/formed.pot,
751              tools/formed/po/de_DE.po: i18n stuff.
752    
753    2008-08-08      Sascha L. Teichmann <[email protected]>
754    
755            * tools/anonym/xmlexport.py: Only export cases which are not
756              'schwebend geloescht'.
757    
758    2008-07-23      Sascha L. Teichmann <[email protected]>
759    
760            Fixed issue472
761    
762            * tools/anonym/xmlimport.py: Regenerate dicts from current form ed tree.
763    
764    2008-07-17      Sascha L. Teichmann <[email protected]>
765    
766            * tools/anonym/xmlimport.py: removed marking of invalid cases
767            * tools/anonym/cron.importAnonXml.sh: re-inserted here.
768    
769    2008-07.07      Torsten Irländer <[email protected]>
770    
771            * tools/formed/formed/plugins/export/latex.py
772              tools/formed/formed/config.py: Added new LaTex Export. Beware this
773              is even more ugly the HTML Export.
774            * tools/formed/formed/plugins/export/html.py: Added information on
775              anonymisation to the html export.
776    
777    2008-07-07      Sascha L. Teichmann <[email protected]>
778    
779            * tools/anonym/xmlimport.py: Mark cases if they are inconsistent.
780    
781    2008-07-07      Sascha L. Teichmann <[email protected]>
782    
783            * tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4)
784    
785    2008-07-07      Sascha L. Teichmann <[email protected]>  
786            
787            * tools/formed/formed/plugins/export/html.py: Added additional column
788            to the html export with information how each field will get
789            anonymized.
790    
791    2008-07-07      Sascha L. Teichmann <[email protected]>  
792    
793            * tools/anonym/xmlimport.py: sync with productive version.
794    
795    2008-06-10      Torsten Irländer <[email protected]>
796    
797            * tools/formed/formed/plugins/export/sql.py: grant admin permission to
798              call anonymize function
799    
800    2008-05-21      Sascha L. Teichmann <[email protected]>  
801    
802            * tools/formed/formed/plugins/export/xsd.py: Brought encoding
803              back to UTF-8.
804    
805    2008-05-21      Frank Koormann <[email protected]>
806    
807            * tools/formed/formed/plugins/export/xls.py: New, export key value
808            tables as excel workbook with one sheet per table.
809    
810            * tools/formed/formed/config.py: ExportKeyValueTableAsXLS added.
811    
812    2008-05-21      Frank Koormann <[email protected]>
813    
814            * tools/formed/formed/plugins/export/xsd.py
815            (SchemaCreator._createChoice): Fix use of choices name.
816    
817    2008-04-29      Sascha L. Teichmann <[email protected]>
818    
819            * tools/formed/formed/plugins/export/xsd.py: Use substitution group
820              to allow arbitrary order of repeat groups.
821    
822    2008-04-29      Sascha L. Teichmann <[email protected]>
823    
824            * tools/formed/formed/plugins/export/xsd.py: Removed a needless
825              character.
826    
827    2008-04-29      Sascha L. Teichmann <[email protected]>
828    
829            * tools/formed/formed/plugins/export/xsd.py: Added annotations
830              to fields.
831    
832    2008-04-29      Sascha L. Teichmann <[email protected]>
833    
834            * tools/formed/formed/plugins/export/xsd.py: Added for
835              choice fields.
836    
837    2008-04-29      Sascha L. Teichmann <[email protected]>
838    
839            * tools/formed/formed/plugins/export/xsd.py: Added support for
840              boolean fields based on enumerations.
841    
842    2008-04-28      Sascha L. Teichmann <[email protected]>
843    
844            * tools/formed/formed/plugins/export/xsd.py: Added support for
845              date, text and textarea fields.
846    
847    2008-04-28      Sascha L. Teichmann <[email protected]>
848    
849            * tools/formed/formed/plugins/export/xsd.py: Added support for
850              repeat groups and integer fields.
851    
852    2008-04-28      Sascha L. Teichmann <[email protected]>
853    
854            * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
855              exporting as XML schema. not ready, yet.
856    
857            * tools/formed/formed/config.py: Use new plug-in.
858    
859            * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
860    
861    2008-04-17      Torsten Irländer <[email protected]>
862    
863            * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
864            for the views because of the new group permissions.
865    
866    2008-04-09      Sascha L. Teichmann <[email protected]>
867    
868            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
869              old anonymized cases.
870    
871    2008-04-01      Sascha L. Teichmann <[email protected]>
872    
873            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
874              from clause to select datasets.
875              Replace ']]>' in CDATA sections with correct splitted replacement.
876    
877    2008-03-12      Sascha L. Teichmann <[email protected]>
878            
879            * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
880              script.
881    
882            * tools/anonym/xmlimport.py: commented out database port from
883              connectionstring.
884    
885    2008-03-12      Sascha L. Teichmann <[email protected]>
886    
887            * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
888              of anonymization of repeat groups (wrong id was given).
889    
890    2008-03-11      Sascha L. Teichmann <[email protected]>
891    
892            * tools/formed/formed/plugins/export/sql.py: Generate no update
893              statements for relations which have no anonym functions applied.
894    
895    2008-03-11      Sascha L. Teichmann <[email protected]>
896    
897            * tools/formed/formed/plugins/export/sql.py: Added a newline after
898              'COMMIT;' in the last line.
899    
900    2008-03-11      Sascha L. Teichmann <[email protected]>
901    
902            * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
903              generated anonymize_case() function.
904              
905    2008-03-11      Sascha L. Teichmann <[email protected]>
906    
907            * tools/formed/formed/plugins/export/sql.py: Added code to
908              generate a plpgsql function anonymize_case() that anonymized
909              a given case and all of its depending repeat groups.
910    
911    2008-03-06      Sascha L. Teichmann <[email protected]>
912    
913            * tools/anonym/xmlimport.py: remove print of insert statement.
914    
915            * tools/formed/formed/plugins/export/sql.py: Print generation date in ISO.
916    
917    2008-03-03      Torsten Irländer <[email protected]>
918    
919            * anonym/cron.sendAnonXml.sh,
920              anonym/getDbList.sh: Modified script to be used directly in the
921              production environment (Copied running scripts from production
922              server)
923    
924            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
925              to be used in a production environment (Cpoied running script from
926              production server)
927    
928            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
929              ensure that only valid cases get exported
930    
931    2008-02-27      Sascha L. Teichmann <[email protected]>
932    
933            * tools/anonym/xmlimport.py: Fixed bug in date converter.
934    
935    2008-02-27      Sascha L. Teichmann <[email protected]>
936    
937            * tools/anonym/xmlimport.py: Simpilied version
938    
939    2008-02-27      Sascha L. Teichmann <[email protected]>
940    
941            * tools/anonym/cron.importAnonXml.sh: Add sudo call for
942              xmlimport.py and parameters.
943    
944            * tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/
945    
946            * tools/anonym/xmlexport.py: Use python interpreter without env
947              because of sudo context.
948    
949    2008-02-26      Sascha L. Teichmann <[email protected]>
950    
951            * tools/anonym/xmlimport.py: added support for getopt. add
952              support to force in fkz in import of case.
953    
954    2008-02-26      Sascha L. Teichmann <[email protected]>
955    
956            * tools/anonym/xmlimport.py: Implemented logic to create/update cases.
957    
958            * tools/anonym/html.awk: produces valid HTML.
959    
960    2008-02-25      Sascha L. Teichmann <[email protected]>
961    
962            * tools/anonym/joincsv.py: Fix a logic bug.
963    
964    2008-02-25      Torsten Irlaender <[email protected]>
965    
966            * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing
967              exportted cases. It will read all files from a directory and import
968              the files into the DB. After that the script will cleanup the
969              directory.
970    
971    2008-02-25      Torsten Irländer <[email protected]>
972            
973            * tools/anonym/cron.sendAnonXml.sh,
974              tools/anonym/xmlexport.py,
975              tools/anonym/getDbList.sh: Added shell-scripts for exporting cases
976    
977    2008-02-25      Sascha L. Teichmann <[email protected]>
978    
979            * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.
980    
981    2008-02-25      Sascha L. Teichmann <[email protected]>
982    
983            * tools/anonym/joincsv.py: New. Joins CSV files.
984    
985            * tools/anonym/html.awk: New. Converts CSV to HTML
986    
987    2008-02-25      Sascha L. Teichmann <[email protected]>
988    
989            * tools/anonym/xmlimport.py: New. Added generation of
990              update statements.
991    
992    2008-02-25      Sascha L. Teichmann <[email protected]>
993    
994            * tools/anonym/xmlimport.py: New. Base for importing
995              XML from cron.
996    
997    2008-02-24      Sascha L. Teichmann <[email protected]>
998    
999            * tools/formed/formed/plugins/export/html2.py: New. plug-in
1000              for a simplified HTML output
1001    
1002            * tools/formed/formed/plugins/export/typemap.py: New. plug-in
1003              for dump schema as python dictionary.
1004    
1005            * tools/formed/formed/config.py: Enable new plug-ins. Out comment
1006              old stored procedure and view generators.
1007    
1008    2008-02-19      Sascha L. Teichmann <[email protected]>
1009    
1010            * tools/anonym/xmlexport.py: New. Export all cases in database
1011              as XML.
1012    
1013    2008-02-18      Sascha L. Teichmann <[email protected]>
1014    
1015            * tools/anonym/anoymncsv.py: separate field with '\t' now.
1016              all '\t's are replaced by '   ' before. '\r\n' are removed too.
1017    
1018    2008-02-15      Sascha L. Teichmann <[email protected]>
1019    
1020            * tools/anonym/anoymncsv.py: simple script to fetch anonymous
1021              data from database.
1022    
1023    2008-02-14      Sascha L. Teichmann <[email protected]>
1024    
1025            * tools/formed/formed/plugins/export/sql.py: Exchanged name
1026              erase_value with suppress_value/suppress_value2.
1027    
1028    2008-02-13      Sascha L. Teichmann <[email protected]>
1029    
1030            * tools/formed/formed/plugins/export/sql.py: output id, master_id
1031              substitute 'erase_value' with NULL value.
1032    
1033    2008-02-13      Sascha L. Teichmann <[email protected]>
1034    
1035            * tools/formed/formed/plugins/export/sql.py: output id, master_id
1036              and uuid_id in anonymiziation views too.
1037    
1038    2008-02-13      Sascha L. Teichmann <[email protected]>
1039    
1040            * tools/formed/formed/plugins/export/sql.py: Added generation
1041              of anonymiziation views for master table views and repeat group
1042              views.
1043    
1044    2008-02-13      Sascha L. Teichmann <[email protected]>
1045    
1046            * tools/formed/formed/model/nodecomponents.py: Added attribute
1047              "function"
1048    
1049            * tools/formed/formed/io/document.py: Save attributes in
1050              alphabetical order.
1051    
1052    2008-02-02      Sascha L. Teichmann <[email protected]>
1053    
1054            * tools/formed/formed/plugins/export/sql.py: Added update rule
1055              for master table and repeat groups views. Granted update right
1056              to :cm_ka_group.
1057    
1058    2008-02-01      Sascha L. Teichmann <[email protected]>
1059    
1060            * tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id'
1061              for master table and repeat groups. Also added unique constraints
1062              to these columns.
1063    
1064    2007-12-10      Sascha L. Teichmann <[email protected]>
1065    
1066            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system
1067              property 'root.element' to specify the name of the XML root.
1068    
1069            * pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted.
1070    
1071    2007-11-22      Sascha L. Teichmann <[email protected]>
1072    
1073            * pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts
1074              for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde.
1075    
1076            * pdf2xfa/README.TXT: Add a remark to new boot scripts.
1077    
1078    2007-11-21      Sascha L. Teichmann <[email protected]>
1079    
1080            * pdf2xfa/src/de/intevation/pdfimport/Log.java: New.
1081              Sends logging to file.
1082    
1083            * pdf2xfa/src/de/intevation/pdfimport/Server.java,
1084              pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted
1085              to use new logging.
1086    
1087            * pdf2xfa/README.TXT: Added remark how to use logging.
1088    
1089    2007-11-16      Frank Koormann <[email protected]>
1090    
1091            * tools/formed/formed/plugins/export/sql.py (createSchema):
1092            Append only column "bearbeiter_id", standins are modelled by a
1093            separate table.
1094    
1095    2007-11-16      Sascha L. Teichmann <[email protected]>
1096    
1097            * tools/formed/formed/model/data.py,
1098              tools/formed/formed/plugins/web/view_renderer.py:
1099              Added an invisible flag for info fields.
1100    
1101    2007-11-07      Sascha L. Teichmann <[email protected]>
1102    
1103            * tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs
1104              (calling a wrong method).
1105    
1106    2007-11-07      Sascha L. Teichmann <[email protected]>
1107    
1108            * tools/formed/formed/model/nodecomponents.py: Added a field
1109              'alternative' to all node components. This might be of help to
1110              match PDF imports where the descriptions do not match.
1111    
1112    2007-10-23      Frank Koormann <[email protected]>
1113    
1114            * tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views
1115    
1116    2007-10-23      Frank Koormann <[email protected]>
1117    
1118            * tools/formed/formed/plugins/export/sql.py: Set default
1119            value (-1) for choices and bools.
1120    
1121    2007-10-21      Frank Koormann <[email protected]>
1122    
1123            * tools/formed/formed/plugins/export/sql.py: Grant statements for
1124            descriptive tables added.
1125            (Table.getName): new
1126    
1127    2007-10-21      Frank Koormann <[email protected]>
1128    
1129            * tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE"
1130            statements for views and roles to make updates easier.
1131            Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE.
1132    
1133    2007-10-19      Frank Koormann <[email protected]>
1134    
1135            * tools/formed/formed/plugins/export/sql.py: Added GRANT statements
1136            for views. The statements are prepared for variable substitution
1137            when executing the SQL-scripts by psql.
1138    
1139    2007-10-18      Sascha L. Teichmann <[email protected]>
1140    
1141            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed:
1142              End of result XML was truncated because of an unflushed buffer.
1143    
1144    2007-10-17      Sascha L. Teichmann <[email protected]>
1145    
1146            * pdf2xfa/bin/build-jar.sh: New. Build production jar file.
1147    
1148            * pdf2xfa/README.TXT: Adjusted how to build production jar file
1149              and how to use it.
1150    
1151            * pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class
1152              and iText dependency.
1153    
1154    2007-10-16      Sascha L. Teichmann <[email protected]>
1155    
1156            * tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe'
1157              are not modeled as BOOLEANs any more. That simpifies the conversion
1158              process web vs. db.
1159    
1160    2007-10-07      Sascha L. Teichmann <[email protected]>
1161    
1162            * tools/formed/formed/plugins/export/sql.py: Added the remaining
1163              UPDATE rules.
1164    
1165    2007-10-07      Sascha L. Teichmann <[email protected]>
1166    
1167            * tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some
1168              views. TODO: Test'em and implement the rest.
1169    
1170    2007-10-07      Sascha L. Teichmann <[email protected]>
1171    
1172            * tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT
1173              rules referenced none existing views.
1174    
1175    2007-10-07      Sascha L. Teichmann <[email protected]>
1176    
1177            * tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT
1178              rules for views. TODO: add UPDATE rules.
1179    
1180    2007-10-07      Sascha L. Teichmann <[email protected]>
1181    
1182            * tools/formed/formed/plugins/export/old_sql.py: New. Contains
1183              the legacy SQL export filters.
1184    
1185            * tools/formed/formed/plugins/export/sql.py: Factored out the
1186              legacy SQL export filters to old_sql.
1187    
1188            * tools/formed/formed/config.py: Adjusted to fetch legacy
1189              filters from old_sql.
1190    
1191    2007-10-06      Sascha L. Teichmann <[email protected]>
1192    
1193            * pdf2xfa/**: Initial import of the PDF to XFA server.
1194    
1195    2007-10-06      Sascha L. Teichmann <[email protected]>
1196    
1197            * tools/formed/formed/plugins/export/sql.py: Fixed bug
1198              that made choices of three elements to booleans if
1199              they have other meanings than 'Ja', 'Nein', 'keine Angabe'.
1200    
1201    2007-10-05      Sascha L. Teichmann <[email protected]>
1202    
1203            * tools/formed/formed/plugins/export/sql.py: Select ids of
1204              underlaying tables in views too.
1205    
1206    2007-10-04      Sascha L. Teichmann <[email protected]>
1207    
1208            * tools/formed/formed/plugins/export/sql.py: Create schema inside transaction.
1209              Various bug fixes.
1210    
1211    2007-10-04      Sascha L. Teichmann <[email protected]>
1212    
1213            * tools/formed/formed/model/data.py: Added GroupNode.allWidgets()
1214              to extract fields from embedded repeat groups.
1215    
1216            * tools/formed/formed/plugins/export/sql.py: The SQL exporter exports
1217              views per page too. Result not tested yet.
1218    
1219    2007-10-01      Sascha L. Teichmann <[email protected]>
1220    
1221            * tools/formed/formed/plugins/web/view_renderer.py: Ignore
1222              in-page repeat groups while rendering pages.
1223    
1224    2007-10-01      Sascha L. Teichmann <[email protected]>
1225    
1226            * tools/formed/formed/model/nodecomponents.py: Added visitor
1227              traversals for document trees.
1228    
1229            * tools/formed/formed/model/data.py: Rewrote the
1230              Page.allWidgets() method to use new visitor for
1231              tree traversal.
1232    
1233    2007-09-27      Torsten Irlaender <[email protected]>
1234    
1235            * tools/formed/formed/plugins/names/filter.py: Pages are now included
1236              in the rename by formular name  algorithm
1237    
1238    2007-09-26      Sascha L. Teichmann <[email protected]>
1239    
1240            * tools/formed/formed/model/data.py: Removed old {next|prev}Page()
1241              TODO: rewrite Page.allWidgets().
1242    
1243            * tools/formed/formed/model/nodecomponents.py: Added a method
1244              Node.firstLevel(criterion) to walk a defined line in the tree.
1245    
1246            * tools/formed/formed/plugins/export/sql.py: Extract data suitable to
1247              build views and respective joins.
1248    
1249    2007-09-26      Sascha L. Teichmann <[email protected]>
1250    
1251            * tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to
1252              FORMED environment variable. If set to true tidylib is used to
1253              filter HTML content to be W3C valid. To use this feature install
1254              uTidylib.
1255    
1256            * tools/formed/formed/plugins/web/server.py: Check if MIME type is
1257              text/html and filters content through tidy if requested.
1258    
1259    2007-09-25      Torsten Irlaender <[email protected]>
1260    
1261            * tools/formed/formed/plugins/web/view_renderer.py: Small fix and
1262              cleanup of the form generation code.
1263    
1264    2007-09-21      Sascha L. Teichmann <[email protected]>
1265    
1266            * tools/formed/formed/plugins/export/sql.py: Added generation time
1267              and DROP TABLE statements to schema export.
1268    
1269    2007-09-20      Sascha L. Teichmann <[email protected]>
1270    
1271            * tools/formed/formed/plugins/export/sql.py: The tables are generated
1272              in correct topolocial order now.
1273    
1274    2007-09-20      Sascha L. Teichmann <[email protected]>
1275    
1276            * tools/formed/formed/plugins/export/mode.py: New. Filter to export
1277              a document with items that are in given mode.
1278    
1279            * tools/formed/formed/model/nodecomponents.py: Added methods to clone
1280              trees depending on selected modes.
1281    
1282            * tools/formed/formed/model/data.py, tools/formed/formed/model/expr.py:
1283              Fixed clone issue with RuleNodes.
1284    
1285            * tools/formed/formed/config.py: Use new plug-in.
1286    
1287    2007-09-17      Sascha L. Teichmann <[email protected]>
1288    
1289            * tools/formed/formed/plugins/web/view_renderer.py: Make the
1290              view renderer a real view renderer. It takes a list of
1291              items now and not only a single page.
1292    
1293            * tools/formed/formed/plugins/web/renderer.py: Feed a list
1294              of items to the view renderer.
1295    
1296    2007-09-17      Torsten Irlaender <[email protected]>
1297    
1298            * tools/formed/formed/plugins/web/view_renderer.py:
1299              Small tweaks in rendering bools.
1300              RadioNodes (with all its children) can now be placed in a container.
1301              The radiobools will not get a surrounding <div> anymore.
1302              I am not sure if the new way results in the wanted behaivor, but the
1303              rendering results are much better now :)
1304              Maybe we need a similar approach for checkboxes?
1305              Rendering groups is still broken in some way.
1306    
1307    2007-09-17      Sascha L. Teichmann <[email protected]>
1308    
1309            * tools/formed/formed/plugins/web/view_renderer.py: Fixed
1310              a few bugs: Do not render empty containers, do not
1311              generate misplaced <br class="newline"> in choices.
1312              Add a nameless container to catch the items that are
1313              nor explicitly assigned to a target. Removed FormData.
1314    
1315            * tools/formed/formed/plugins/web/renderer.py: Removed
1316              a needless import
1317    
1318    2007-09-17      Sascha L. Teichmann <[email protected]>
1319    
1320            * tools/formed/formed/plugins/web/view_renderer.py: Implemented
1321              usage of 'containers' and 'target' attributes.
1322    
1323            * tools/formed/formed/plugins/web/controllers.py: Modified import.
1324    
1325            * tools/formed/formed/plugins/web/renderer.py: Use
1326              new ViewRenderer.
1327    
1328  2007-09-17      Sascha L. Teichmann <[email protected]>  2007-09-17      Sascha L. Teichmann <[email protected]>
1329    
1330          * tools/formed/formed/model/nodecomponents.py: Added attributes          * tools/formed/formed/model/nodecomponents.py: Added attributes

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26