/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.66  
changed lines
  Added in v.85

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26