/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.70  
changed lines
  Added in v.89

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26