/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.288  
changed lines
  Added in v.357

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26