/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.279  
changed lines
  Added in v.356

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26