/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 285 by teichmann, Fri Aug 15 13:44:39 2008 UTC revision 365 by roland, Wed Jun 2 10:06:25 2010 UTC
# Line 1  Line 1 
1    2010-06-02      Roland Geider <[email protected]>
2    
3            * formed/plugins/export/xls.py: updated regular expression
4    
5    2010-05-17      Frank Koormann <[email protected]>
6    
7            * formed/formed/plugins/export/latex.py: Improved section labeling.
8    
9            * formed/formed/plugins/export/xls.py:
10              Export references (ie where are the lists used).
11    
12    2010-04-30  Torsten Irländer <[email protected]>
13    
14            * formed/formed/plugins/modify/rules.py (VariableType.substitute): Do
15            not generate "%"-rules for required fields in repeat-groups.
16    
17    2010-04-28      Roland Geider <[email protected]>
18    
19            * formed/plugins/export/xls.py: Radiogroups are exported
20            * formed/plugins/export/xsd.py: WASKA formedtree.xml validates XSD
21              JMD formedtree.xml validates XSD
22    
23    2010-04-08  Torsten Irländer <[email protected]>
24    
25            * formed/formed/plugins/modify/rules.py
26            (GenerateRequiredRules.generateDateSequenceRules): Add error mark to
27            rules. Generete each rule twice to be able to render errors at both
28            datefields.
29    
30    2010-04-07  Torsten Irländer <[email protected]>
31    
32            * formed/formed/plugins/export/rg_sql.py: Added "Revision"-Tag.
33    
34    2010-04-06  Torsten Irländer <[email protected]>
35    
36            * formed/formed/io/document.py (_toXML): Added comment with
37            "$Revision"-tag. This tag will/can then be substituted by the VCS.
38            * formed/formed/plugins/export/new_sql.py
39            (ExportAsSQLFilter.doExport): Added comment with
40            "$Revision"-tag. This tag will/can then be substituted by the VCS.
41            * formed/formed/model/exprtree.py: Added years operator.
42    
43    2010-03-30      Roland Geider <[email protected]>
44    
45            * formed/formed/plugins/export/latex.py: Added filter
46    
47    2010-03-25      Roland Geider <[email protected]>
48    
49            * formed/formed/plugins/export/xsd.py: Generate valid XML
50    
51    2010-02-11      Frank Koormann <[email protected]>
52    
53            * formed/formed/plugins/export/xls.py: Allow groups in choices.
54    
55    2009-12-02      Torsten Irländer <[email protected]>
56    
57            * formed/formed/plugins/export/typemap.py: do not ignore conditional
58              nodes on traversal.
59    
60    2009-11-17      Sascha L. Teichmann <[email protected]>
61    
62            * formed/formed/model/exprtree.py: Recognize '%' vars
63              in compilation. Does not eval it!
64    
65            * formed/formed/plugins/modify/rules.py: Generate '%' vars
66              for variables in repeat groups.
67    
68    2009-11-13      Sascha L. Teichmann <[email protected]>
69    
70            * formed/formed/plugins/export/typemap.py: Fixed to work
71            with new repeat group nodes.
72    
73    2009-10-28      Sascha L. Teichmann <[email protected]>
74    
75            * formed/formed/plugins/export/xsd.py,
76            formed/formed/plugins/export/sql.py,
77            formed/formed/plugins/export/new_sql.py: Allow groups in choices.
78    
79    2009-10-07      Frank Koormann <[email protected]>
80    
81            * formed/formed/plugins/export/latex.py:
82            Adjusted textprocessing to escape tex-active characters.
83    
84    2009-10-07      Sascha L. Teichmann <[email protected]>
85    
86            * formed/formed/plugins/export/html.py, formed/formed/plugins/export/latex.py,
87            formed/formed/plugins/export/html2.py: Adjusted to cope with
88            "semi-complete" implementation of logbook tree structure.
89    
90    2009-06-18      Torsten Irländer <[email protected]>
91    
92            * formed/formed/plugins/export/new_sql.py,
93              formed/formed/plugins/export/rg_sql.py: Fixed some sql errors, and
94              added permissions.
95    
96    2009-06-18      Torsten Irländer <[email protected]>
97    
98            * formed/formed/plugins/export/new_sql.py: Commented out generation of
99            page_views, as they do not work with rgroups.
100    
101    2009-06-17      Torsten Irländer <[email protected]>
102    
103            * formed/formed/plugins/export/new_sql.py: Fixed anonymize function
104            and rolenames.
105    
106    2009-06-17      Sascha L. Teichmann <[email protected]>
107    
108            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
109    
110    2009-05-26      Sascha L. Teichmann <[email protected]>
111    
112            * formed/formed/plugins/names/filter.py: small optimization.
113    
114    2009-05-26      Sascha L. Teichmann <[email protected]>
115    
116            * formed/formed/plugins/names/filter.py: Repaired unique filter for
117              nodecomponent names.
118    
119    2009-05-06      Sascha L. Teichmann <[email protected]>
120    
121            * formed/formed/plugins/export/rg_sql.py: Only create depending
122              repeat groups if no uuid is given. If a uuid is given then
123              the creation is triggered by an xml import.
124    
125    2009-04-28      Sascha L. Teichmann <[email protected]>
126    
127            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
128              replace the old one. The new one faciliates the new RepeatNode instead
129              of the Group.isRepeat() method to tell if something is to be repeated.
130    
131            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
132              The old one is deactivated.
133    
134            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
135    
136    2009-04-28      Sascha L. Teichmann <[email protected]>
137    
138            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
139              TODO: Adjust execution rights.
140    
141    2009-04-27      Sascha L. Teichmann <[email protected]>
142    
143            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
144              Add functions to create dataset.
145    
146    2009-04-24      Sascha L. Teichmann <[email protected]>
147    
148            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
149              tree structure functions in database.
150    
151            * formed/formed/config.py: load plug-in.
152    
153    2009-04-16      Sascha L. Teichmann <[email protected]>
154    
155            * formed/formed/model/data.py: Added 'digest' attribute to
156              RepeatNode. Removed needless methods
157    
158    2009-04-16      Sascha L. Teichmann <[email protected]>
159    
160            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
161              more readable with '=' and '<>'.
162    
163    2009-04-02      Sascha L. Teichmann <[email protected]>
164    
165            * formed/formed/plugins/export/sql.py: call anonymization
166              of uuid on anonymization of case.
167    
168    2009-03-31      Sascha L. Teichmann <[email protected]>
169    
170            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
171              case_anonymize().
172    
173    2009-03-31      Sascha L. Teichmann <[email protected]>
174    
175            * formed/formed/model/exprtree.py: Add some code to pretty print
176              the trees infix.
177    
178            * formed/formed/plugins/export/rules.py: New. Exporter for human
179              readable rules.
180    
181            * formed/formed/plugins/export/html.py: Fixed HTML generation.
182    
183            * formed/formed/config.py: Added new new Rule export plug-in.
184    
185    2009-03-31      Sascha L. Teichmann <[email protected]>
186    
187            * formed/formed/model/exprtree.py: Fixes from server. Raise
188              exceptions if there is less or more than one element on stack
189              after compilation of expression.
190    
191    2009-03-20      Sascha L. Teichmann <[email protected]>
192    
193            * formed/formed/model/data.py: Removed debug output
194    
195            * formed/formed/plugins/modify/rules.py: Fixed error message.
196              Generate past and future rules.
197    
198    2009-03-16      Sascha L. Teichmann <[email protected]>
199    
200            * formed/formed/model/exprtree.py: Forget to call today with context.
201    
202    2009-03-16      Sascha L. Teichmann <[email protected]>
203    
204            * formed/formed/io/document.py: Fixed syntax typo.
205    
206    2009-03-16      Sascha L. Teichmann <[email protected]>
207    
208            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
209    
210    2009-03-16      Sascha L. Teichmann <[email protected]>
211    
212            * formed/formed/model/data.py: Added ConditionalNode
213    
214            * formed/formed/io/document.py: Make ConditionalNode loadable.
215    
216    2009-03-13      Sascha L. Teichmann <[email protected]>
217    
218            * formed/formed/plugins/modify/rules.py: Make the error descriptions
219              in date sequence rules more precise.
220    
221    2009-03-13      Sascha L. Teichmann <[email protected]>
222    
223            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
224    
225    2009-03-13      Sascha L. Teichmann <[email protected]>
226    
227            * formed/formed/model/exprtree.py: New tree based expression engine.
228    
229            * formed/formed/model/__init__.py, formed/formed/model/data.py:
230              Adjusted imports.
231    
232    2009-03-12      Torsten Irländer <[email protected]>
233    2009-06-17      Sascha L. Teichmann <[email protected]>
234    
235            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
236    
237    2009-05-26      Sascha L. Teichmann <[email protected]>
238    
239            * formed/formed/plugins/names/filter.py: small optimization.
240    
241    2009-05-26      Sascha L. Teichmann <[email protected]>
242    
243            * formed/formed/plugins/names/filter.py: Repaired unique filter for
244              nodecomponent names.
245    
246    2009-05-06      Sascha L. Teichmann <[email protected]>
247    
248            * formed/formed/plugins/export/rg_sql.py: Only create depending
249              repeat groups if no uuid is given. If a uuid is given then
250              the creation is triggered by an xml import.
251    
252    2009-04-28      Sascha L. Teichmann <[email protected]>
253    
254            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
255              replace the old one. The new one faciliates the new RepeatNode instead
256              of the Group.isRepeat() method to tell if something is to be repeated.
257    
258            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
259              The old one is deactivated.
260    
261            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
262    
263    2009-04-28      Sascha L. Teichmann <[email protected]>
264    
265            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
266              TODO: Adjust execution rights.
267    
268    2009-04-27      Sascha L. Teichmann <[email protected]>
269    
270            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
271              Add functions to create dataset.
272    
273    2009-04-24      Sascha L. Teichmann <[email protected]>
274    
275            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
276              tree structure functions in database.
277    
278            * formed/formed/config.py: load plug-in.
279    
280    2009-04-16      Sascha L. Teichmann <[email protected]>
281    
282            * formed/formed/model/data.py: Added 'digest' attribute to
283              RepeatNode. Removed needless methods
284    
285    2009-04-16      Sascha L. Teichmann <[email protected]>
286    
287            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
288              more readable with '=' and '<>'.
289    
290    2009-04-02      Sascha L. Teichmann <[email protected]>
291    
292            * formed/formed/plugins/export/sql.py: call anonymization
293              of uuid on anonymization of case.
294    
295    2009-03-31      Sascha L. Teichmann <[email protected]>
296    
297            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
298              case_anonymize().
299    
300    2009-03-31      Sascha L. Teichmann <[email protected]>
301    
302            * formed/formed/model/exprtree.py: Add some code to pretty print
303              the trees infix.
304    
305            * formed/formed/plugins/export/rules.py: New. Exporter for human
306              readable rules.
307    
308            * formed/formed/plugins/export/html.py: Fixed HTML generation.
309    
310            * formed/formed/config.py: Added new new Rule export plug-in.
311    
312    2009-03-31      Sascha L. Teichmann <[email protected]>
313    
314            * formed/formed/model/exprtree.py: Fixes from server. Raise
315              exceptions if there is less or more than one element on stack
316              after compilation of expression.
317    
318    2009-03-20      Sascha L. Teichmann <[email protected]>
319    
320            * formed/formed/model/data.py: Removed debug output
321    
322            * formed/formed/plugins/modify/rules.py: Fixed error message.
323              Generate past and future rules.
324    
325    2009-03-16      Sascha L. Teichmann <[email protected]>
326    
327            * formed/formed/model/exprtree.py: Forget to call today with context.
328    
329    2009-03-16      Sascha L. Teichmann <[email protected]>
330    
331            * formed/formed/io/document.py: Fixed syntax typo.
332    
333    2009-03-16      Sascha L. Teichmann <[email protected]>
334    
335            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
336    
337    2009-03-16      Sascha L. Teichmann <[email protected]>
338    
339            * formed/formed/model/data.py: Added ConditionalNode
340    
341            * formed/formed/io/document.py: Make ConditionalNode loadable.
342    
343    2009-03-13      Sascha L. Teichmann <[email protected]>
344    
345            * formed/formed/plugins/modify/rules.py: Make the error descriptions
346              in date sequence rules more precise.
347    
348    2009-03-13      Sascha L. Teichmann <[email protected]>
349    
350            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
351    
352    2009-03-13      Sascha L. Teichmann <[email protected]>
353    
354            * formed/formed/model/exprtree.py: New tree based expression engine.
355    
356            * formed/formed/model/__init__.py, formed/formed/model/data.py:
357              Adjusted imports.
358    
359    2009-03-12      Torsten Irländer <[email protected]>
360    2009-06-17      Sascha L. Teichmann <[email protected]>
361    
362            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
363    
364    2009-05-26      Sascha L. Teichmann <[email protected]>
365    
366            * formed/formed/plugins/names/filter.py: small optimization.
367    
368    2009-05-26      Sascha L. Teichmann <[email protected]>
369    
370            * formed/formed/plugins/names/filter.py: Repaired unique filter for
371              nodecomponent names.
372    
373    2009-05-06      Sascha L. Teichmann <[email protected]>
374    
375            * formed/formed/plugins/export/rg_sql.py: Only create depending
376              repeat groups if no uuid is given. If a uuid is given then
377              the creation is triggered by an xml import.
378    
379    2009-04-28      Sascha L. Teichmann <[email protected]>
380    
381            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
382              replace the old one. The new one faciliates the new RepeatNode instead
383              of the Group.isRepeat() method to tell if something is to be repeated.
384    
385            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
386              The old one is deactivated.
387    
388            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
389    
390    2009-04-28      Sascha L. Teichmann <[email protected]>
391    
392            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
393              TODO: Adjust execution rights.
394    
395    2009-04-27      Sascha L. Teichmann <[email protected]>
396    
397            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
398              Add functions to create dataset.
399    
400    2009-04-24      Sascha L. Teichmann <[email protected]>
401    
402            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
403              tree structure functions in database.
404    
405            * formed/formed/config.py: load plug-in.
406    
407    2009-04-16      Sascha L. Teichmann <[email protected]>
408    
409            * formed/formed/model/data.py: Added 'digest' attribute to
410              RepeatNode. Removed needless methods
411    
412    2009-04-16      Sascha L. Teichmann <[email protected]>
413    
414            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
415              more readable with '=' and '<>'.
416    
417    2009-04-02      Sascha L. Teichmann <[email protected]>
418    
419            * formed/formed/plugins/export/sql.py: call anonymization
420              of uuid on anonymization of case.
421    
422    2009-03-31      Sascha L. Teichmann <[email protected]>
423    
424            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
425              case_anonymize().
426    
427    2009-03-31      Sascha L. Teichmann <[email protected]>
428    
429            * formed/formed/model/exprtree.py: Add some code to pretty print
430              the trees infix.
431    
432            * formed/formed/plugins/export/rules.py: New. Exporter for human
433              readable rules.
434    
435            * formed/formed/plugins/export/html.py: Fixed HTML generation.
436    
437            * formed/formed/config.py: Added new new Rule export plug-in.
438    
439    2009-03-31      Sascha L. Teichmann <[email protected]>
440    
441            * formed/formed/model/exprtree.py: Fixes from server. Raise
442              exceptions if there is less or more than one element on stack
443              after compilation of expression.
444    
445    2009-03-20      Sascha L. Teichmann <[email protected]>
446    
447            * formed/formed/model/data.py: Removed debug output
448    
449            * formed/formed/plugins/modify/rules.py: Fixed error message.
450              Generate past and future rules.
451    
452    2009-03-16      Sascha L. Teichmann <[email protected]>
453    
454            * formed/formed/model/exprtree.py: Forget to call today with context.
455    
456    2009-03-16      Sascha L. Teichmann <[email protected]>
457    
458            * formed/formed/io/document.py: Fixed syntax typo.
459    
460    2009-03-16      Sascha L. Teichmann <[email protected]>
461    
462            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
463    
464    2009-03-16      Sascha L. Teichmann <[email protected]>
465    
466            * formed/formed/model/data.py: Added ConditionalNode
467    
468            * formed/formed/io/document.py: Make ConditionalNode loadable.
469    
470    2009-03-13      Sascha L. Teichmann <[email protected]>
471    
472            * formed/formed/plugins/modify/rules.py: Make the error descriptions
473              in date sequence rules more precise.
474    
475    2009-03-13      Sascha L. Teichmann <[email protected]>
476    
477            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
478    
479    2009-03-13      Sascha L. Teichmann <[email protected]>
480    
481            * formed/formed/model/exprtree.py: New tree based expression engine.
482    
483            * formed/formed/model/__init__.py, formed/formed/model/data.py:
484              Adjusted imports.
485    
486    2009-03-12      Torsten Irländer <[email protected]>
487    
488            Introduced new order attribute for date fields
489    
490            * formed/formed/model/data.py: Order fields can be used to define to
491            ordering of datefields withing the document. Needed for automatic
492            generation of consistency rules.
493    
494    2009-02-09      Sascha L. Teichmann <[email protected]>
495    
496            * formed/formed/model/data.py: Allow pages to be 'invisible'.
497    
498    2009-02-09      Sascha L. Teichmann <[email protected]>
499    
500            * formed/formed/plugins/export/sql.py: Fixed problem with
501              description reference tables of radio groups.
502    
503    2009-02-09      Sascha L. Teichmann <[email protected]>
504    
505            * formed/formed/plugins/export/sql.py: replace '-' in names
506              by '_'.
507              
508    2009-02-09      Sascha L. Teichmann <[email protected]>
509    
510            * formed/formed/plugins/export/sql.py: to figure ou which
511              tables are equal the insert statememnts are lower cased
512              and sorted before they are compared. This reduces the number
513              of generated referfence tables.
514    
515    2009-02-09      Sascha L. Teichmann <[email protected]>
516    
517            Repair SQL schema creation for radio groups.
518    
519            * formed/formed/plugins/export/sql.py: radio groups are handled
520              like choices now.
521    
522    2009-02-09      Sascha L. Teichmann <[email protected]>
523    
524            Make it startable again.
525    
526            * formed/formed/plugins/export/xls.py: Import pyExcelerator only
527              when plug-in is called.
528    
529            * formed/formed/model/nodecomponents.py: Event routing was messed up.
530              Rewired root node with document.
531    
532            * formed/formed/plugins/web/help.py: Removed old xml.ext import.
533              XXX: This breaks creating help by now!
534    
535            * formed/formed/io/parser.py: Replace old deprecated base class
536              by new one.
537    
538            * formed/formed/main.py: Do not crash if locale cannot be set.
539    
540            * formed/formed/ui/controls.py: Use document.getCase() instead
541              of document.case to prevent uninitialized dereferences.
542    
543    2009-01-22      Torsten Irländer <[email protected]>
544    
545            Implemented new XML-Format for formed xml files.
546    
547            * formed/formed/model/nodecomponents.py,
548              formed/formed/io/document.py,
549              formed/formed/main.py,
550              formed/formed/ui/controls.py: Introduced new "case" and "logbook"
551              node. Under case is the definition of the formular. logbook will
552              hold the defintion of logboog entrys. For now only the part under
553              "case" can be modified.  
554    
555    2009-01-21      Torsten Irländer <[email protected]>
556    
557            Changed way how XSD-Scheme is generated
558    
559            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
560              logbookentrys. The scheme definiton is now hardcoded in the
561              exporter as it will rarely change. It logbookpart will not be
562              generated from the formedtree anymore.
563    
564    2009-01-20      Torsten Irländer <[email protected]>
565    
566            Support Logbook entrys in xsd schema export
567    
568            * formed/formed/model/data.py: Repeatnode are now handeld as
569              repeatgroups in xsd-export
570            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
571              logbookentrys. The scheme will now validate against an xmlfile from
572              the offlineclient.
573    
574    2009-01-09      Torsten Irländer <[email protected]>
575    
576            Added new repeat node
577    
578            * formed/formed/model/data.py,
579              formed/formed/io/document.py: Added repeatnode to the formedtree.
580              TODO: Remove repeatgroup handling from the groupnode.
581    
582    2009-01-08      Torsten Irländer <[email protected]>
583    
584            Add isset operator to autogenerated rules.
585    
586            * formed/formed/plugins/modify/rules.py: Add issed operator to standard
587              autogenerated rules.
588    
589    2008-12-17      Frank Koormann <[email protected]>
590    
591            * formed/formed/plugins/export/latex.py: Export form as set of
592            latex tables to be included into a master document. The export
593            generates section marks to structure the form and placeholders for
594            help texts to be merged in by a post processing step.
595    
596    2008-12-04      Sascha L. Teichmann <[email protected]>
597    
598            * formed/formed/model/expr.py: Added 'today' which pushes the current date
599              on the stack.
600    
601    2008-12-03      Sascha L. Teichmann <[email protected]>
602    
603            * formed/formed/plugins/web/controllers.py: compute changeset more correctly in
604              storage of fields.
605    
606            * formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer
607              fields as an accepted value. Generate schema for radio groups too.
608    
609    2008-12-01      Torsten Irländer <[email protected]>
610    
611            Added autmatic generation of required rules
612    
613            * formed/formed/model/data.py,
614              formed/formed/model/expr.py,
615              formed/formed/plugins/modify/rules.py: Default rules for required
616              fields can now be generated.
617    
618    2008-11-28      Sascha L. Teichmann <[email protected]>
619    
620            * formed/formed/model/data.py, formed/formed/model/nodecomponents.py:
621              Ported WidgetCollector from Offline client.
622    
623            * formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify,
624              formed/formed/plugins/modify/rules.py: Stub for required rules generator.
625    
626            * formed/formed/config.py: Bind new filter to FormEd
627    
628    2008-11-27      Torsten Irländer <[email protected]>
629    
630            * formed/formed/model/data.py: Added new attribute mark for rules
631    
632    2008-11-10      Torsten Irländer <[email protected]>
633    
634            Implemented radio-matrix elements. radio elelement having the same
635            options can now be rendered in table form.
636    
637            * formed/formed/model/data.py,
638              formed/formed/io/document.py: Added new radio-matrix element to the
639              model and gui
640            * formed/formed/plugins/web/view_renderer.py: Write html-renderer for
641              the radio-matrix element.
642    
643    2008-11.03      Torsten Irländer <[email protected]>
644    
645            * formed/formed/model/data.py: Fixed import error
646    
647    2008-10-29      Sascha L. Teichmann <[email protected]>
648    
649            Relative paths in external choices are now possible. Relative paths are
650            relative to path of the master document.
651    
652            * formed/model/data.py: external choice are now storing the path to the
653              master document.
654    
655            * formed/formed/io/document.py: Pass context to SAX builder.
656    
657            * formed/formed/io/factories.py: For new created nodes look if there
658              is a method 'setLoadContext' and call it.
659    
660    2008-09-04      Sascha L. Teichmann <[email protected]>
661    
662            * doc/beschreibung.txt: New. Initial description of FormEd (german).
663    
664    2008-08-22      Sascha L. Teichmann <[email protected]>
665    
666            * formed/formed/model/nodecomponents.py: Added attribute 'flags'.
667    
668    2008-08-21      Sascha L. Teichmann <[email protected]>
669    
670            * formed/formed/io/document.py: Indent tree while saving
671            * formed/formed/main.py: removed needless print
672    
673    2008-08-15      Sascha L. Teichmann <[email protected]>
674    
675            * LICENSE: New GPLv3
676            * */*.py, *.sh: Added reference to LICENSE
677    
678    2008-08-15      Sascha L. Teichmann <[email protected]>
679    
680            * tools: removed because there a no tools any more.
681    
682    2008-08-15      Sascha L. Teichmann <[email protected]>
683    
684            * tools/formed: moved one level up because its the only
685              part of this project now.
686    
687  2008-08-15      Sascha L. Teichmann <[email protected]>  2008-08-15      Sascha L. Teichmann <[email protected]>
688    
689          * tools/anonym/*: Removed as it belongs to mpuls WASKA          * tools/anonym/*: Removed as it belongs to mpuls WASKA

Legend:
Removed from v.285  
changed lines
  Added in v.365

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26