/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 72 by teichmann, Tue Aug 21 19:09:35 2007 UTC revision 92 by torsten, Fri Aug 24 16:51:35 2007 UTC
# Line 1  Line 1 
1    2007-08-24 Torsten Irlaender <[email protected]>
2    
3            * tools/formed/formed/plugins/export/sql.py: Fixed CHECK-constraint
4              for checkbox values. (Syntax error).
5    
6            * tools/formed/formed/plugins/names/filter.py: Fixes in formularname
7              generation  
8    
9    2007-08-24 Torsten Irlaender <[email protected]>
10    
11            * tools/formed/formed/plugins/names/filter.py: Separated Class for
12              making the formularnames more database friendly. Added some more
13              checks.
14            * tools/formed/formed/plugins/export/sql.py: Make use of the fresh
15              separated class, and some fixes in sql generation.
16    
17    2007-08-24 Sascha L. Teichmann <[email protected]>
18    
19            * tools/formed/formed/plugins/export/html.py: Print lengths
20              of external choice list.
21    
22    2007-08-24 Sascha L. Teichmann <[email protected]>
23    
24            * tools/formed/formed/main.py: Little workaround for
25              mode selection if someone adds an removes a mode.
26    
27    2007-08-24 Sascha L. Teichmann <[email protected]>
28    
29            * tools/formed/test-data/simple.xml: Better test case for
30              mode depended leaf items.
31    
32            * tools/formed/formed/model/nodecomponents.py: Added a method
33              to calculate the effective mode of an item.
34    
35            * tools/formed/formed/plugins/export/html.py: Use effective
36              mode. TODO: the 'all' modus return false results sometimes.
37                    Cause: The modes are only cumulated over time. Removal is
38                    not done.
39    
40    2007-08-24 Sascha L. Teichmann <[email protected]>
41    
42            * tools/formed/formed/plugins/export/html.py: Dump the items
43              of radio groups and choices too.
44    
45    2007-08-24 Torsten Irlaender <[email protected]>
46    
47            * tools/formed/formed/plugins/names/filter.py: Modified the renaming
48              by formular names to make the naming more database friendly.
49              Now only alphanumeric and underscore chars is allowed.
50    
51    2007-08-24 Sascha L. Teichmann <[email protected]>
52    
53            * tools/formed/formed/plugins/export/html.py: Tweaked
54              HTML table exporter a bit to be on par with the XSLT
55                    script. TODO: Dump items in radio and choice groups.
56    
57    2007-08-23 Sascha L. Teichmann <[email protected]>
58    
59            * tools/formed/formed/plugins/names/filter.py: Removed
60              HTML and SQL exporters.
61    
62            * tools/formed/formed/plugins/export,
63              tools/formed/formed/plugins/export/__init__.py,
64              tools/formed/formed/plugins/export/sql.py,
65              tools/formed/formed/plugins/export/html.py: New: Contain
66                    the HTML and the SQL exporters now.
67    
68            * tools/formed/formed/config.py: Use exporters from different
69              package now.
70    
71    2007-08-23 Torsten Irlaender <[email protected]>
72    
73            * tools/formed/formed/plugins/names/filter.py: Added an
74              pseudo SQL export filters. TODO: Move HTML and SQL filter
75              in a new file (formed/plugins/export/htmlexport.py and
76              sqlexport.py?)
77    
78            * tools/formed/formed/config.py: Install the new SQL filter.
79    
80    2007-08-23 Sascha L. Teichmann <[email protected]>
81    
82            * tools/formed/formed/model/nodecomponents.py: Added a depth()
83              method to determine the depth of particular tree item.
84    
85            * tools/formed/formed/plugins/names/filter.py: Added an
86              HTML export filters. TODO: needs more work.
87    
88            * tools/formed/formed/config.py: Install the new HTML filter.
89    
90    2007-08-23 Torsten Irlaender <[email protected]>
91    
92            * contrib/extract-xfa-fields_and_options.xsl: Added small xsl script
93              to extract fields and options in the XFA Data in teh PDF. This
94              script might me handy to indicate changes between the different
95              formular versions.
96            
97    2007-08-23 Sascha L. Teichmann <[email protected]>
98    
99            * tools/formed/formed/main.py: Add an 'all' mode to
100              select all modes. ;-)
101    
102    2007-08-22 Sascha L. Teichmann <[email protected]>
103    
104            * tools/formed/test-data/simple.xml,
105              tools/formed/formed/model/data.py,
106              tools/formed/formed/plugins/web/plugin.py,
107              tools/formed/formed/plugins/web/renderer.py,
108              tools/formed/formed/io/document.py,
109              tools/formed/formed/main.py: Removed support for switch nodes.
110              BEWARE: This breaks compatibility with older documents!
111    
112    2007-08-22 Sascha L. Teichmann <[email protected]>
113    
114            * tools/formed/formed/plugins/web/plugin.py: Uses the
115              getSelectedMode() from main now.
116    
117            * tools/formed/formed/main.py: selected mode is now hold
118              in main.
119    
120            * tools/formed/formed/config.py: removed selected mode from
121              env configuration.
122    
123    2007-08-22 Sascha L. Teichmann <[email protected]>
124    
125            * tools/formed/formed/ui/controls.py: Attributes in GUI attribute
126              table are now alphabetically sorted.
127    
128    2007-08-22 Sascha L. Teichmann <[email protected]>
129    
130            * tools/formed/formed/model/nodecomponents.py: Added code to
131              establish the new 'modes' recursively.
132    
133            * tools/formed/formed/plugins/plugin.py: Pass main instead
134              of cfg on plug-in start-up.
135    
136            * tools/formed/formed/plugins/web/plugin.py: Use the new
137              'modes' attribute for rendering.
138    
139            * tools/formed/formed/plugins/web/renderer.py: Use decorators
140              to check the new modes.
141    
142            * tools/formed/formed/main.py: Adjusted to new infrastructure.
143    
144    2007-08-22 Sascha L. Teichmann <[email protected]>
145    
146            * tools/formed/formed/model/nodecomponents.py: Added an
147              attribute 'modes' to NodeComponents.
148    
149    2007-08-22 Sascha L. Teichmann <[email protected]>
150    
151            * tools/formed/formed/model/data.py: Small cosmetic cleanups
152    
153  2007-08-21 Sascha L. Teichmann <[email protected]>  2007-08-21 Sascha L. Teichmann <[email protected]>
154    
155          * tools/formed/formed/plugins/web/renderer.py: Another fix          * tools/formed/formed/plugins/web/renderer.py: Another fix

Legend:
Removed from v.72  
changed lines
  Added in v.92

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26