/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 305 by torsten, Thu Jan 22 15:57:51 2009 UTC revision 322 by teichmann, Tue Mar 31 12:44:02 2009 UTC
# Line 1  Line 1 
1    2009-03-31      Sascha L. Teichmann <[email protected]>
2    
3            * formed/formed/model/exprtree.py: Add some code to pretty print
4              the trees infix.
5    
6            * formed/formed/plugins/export/rules.py: New. Exporter for human
7              readable rules.
8    
9            * formed/formed/plugins/export/html.py: Fixed HTML generation.
10    
11            * formed/formed/config.py: Added new new Rule export plug-in.
12    
13    2009-03-31      Sascha L. Teichmann <[email protected]>
14    
15            * formed/formed/model/exprtree.py: Fixes from server. Raise
16              exceptions if there is less or more than one element on stack
17              after compilation of expression.
18    
19    2009-03-20      Sascha L. Teichmann <[email protected]>
20    
21            * formed/formed/model/data.py: Removed debug output
22    
23            * formed/formed/plugins/modify/rules.py: Fixed error message.
24              Generate past and future rules.
25    
26    2009-03-16      Sascha L. Teichmann <[email protected]>
27    
28            * formed/formed/model/exprtree.py: Forget to call today with context.
29    
30    2009-03-16      Sascha L. Teichmann <[email protected]>
31    
32            * formed/formed/io/document.py: Fixed syntax typo.
33    
34    2009-03-16      Sascha L. Teichmann <[email protected]>
35    
36            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
37    
38    2009-03-16      Sascha L. Teichmann <[email protected]>
39    
40            * formed/formed/model/data.py: Added ConditionalNode
41    
42            * formed/formed/io/document.py: Make ConditionalNode loadable.
43    
44    2009-03-13      Sascha L. Teichmann <[email protected]>
45    
46            * formed/formed/plugins/modify/rules.py: Make the error descriptions
47              in date sequence rules more precise.
48    
49    2009-03-13      Sascha L. Teichmann <[email protected]>
50    
51            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
52    
53    2009-03-13      Sascha L. Teichmann <[email protected]>
54    
55            * formed/formed/model/exprtree.py: New tree based expression engine.
56    
57            * formed/formed/model/__init__.py, formed/formed/model/data.py:
58              Adjusted imports.
59    
60    2009-03-12      Torsten Irländer <[email protected]>
61    
62            Introduced new order attribute for date fields
63    
64            * formed/formed/model/data.py: Order fields can be used to define to
65            ordering of datefields withing the document. Needed for automatic
66            generation of consistency rules.
67    
68    2009-02-09      Sascha L. Teichmann <[email protected]>
69    
70            * formed/formed/model/data.py: Allow pages to be 'invisible'.
71    
72    2009-02-09      Sascha L. Teichmann <[email protected]>
73    
74            * formed/formed/plugins/export/sql.py: Fixed problem with
75              description reference tables of radio groups.
76    
77    2009-02-09      Sascha L. Teichmann <[email protected]>
78    
79            * formed/formed/plugins/export/sql.py: replace '-' in names
80              by '_'.
81              
82    2009-02-09      Sascha L. Teichmann <[email protected]>
83    
84            * formed/formed/plugins/export/sql.py: to figure ou which
85              tables are equal the insert statememnts are lower cased
86              and sorted before they are compared. This reduces the number
87              of generated referfence tables.
88    
89    2009-02-09      Sascha L. Teichmann <[email protected]>
90    
91            Repair SQL schema creation for radio groups.
92    
93            * formed/formed/plugins/export/sql.py: radio groups are handled
94              like choices now.
95    
96    2009-02-09      Sascha L. Teichmann <[email protected]>
97    
98            Make it startable again.
99    
100            * formed/formed/plugins/export/xls.py: Import pyExcelerator only
101              when plug-in is called.
102    
103            * formed/formed/model/nodecomponents.py: Event routing was messed up.
104              Rewired root node with document.
105    
106            * formed/formed/plugins/web/help.py: Removed old xml.ext import.
107              XXX: This breaks creating help by now!
108    
109            * formed/formed/io/parser.py: Replace old deprecated base class
110              by new one.
111    
112            * formed/formed/main.py: Do not crash if locale cannot be set.
113    
114            * formed/formed/ui/controls.py: Use document.getCase() instead
115              of document.case to prevent uninitialized dereferences.
116    
117  2009-01-22      Torsten Irländer <[email protected]>  2009-01-22      Torsten Irländer <[email protected]>
118    
119          Implemented new XML-Format for formed xml files.          Implemented new XML-Format for formed xml files.

Legend:
Removed from v.305  
changed lines
  Added in v.322

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26