/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 52 by torsten, Fri Aug 17 14:32:03 2007 UTC revision 82 by torsten, Thu Aug 23 16:07:37 2007 UTC
# Line 1  Line 1 
1  2007-08-1/      Torsten Irlaender <[email protected]>  2007-08-23 Torsten Irlaender <[email protected]>
2    
3            * tools/formed/formed/plugins/names/filter.py: Added an
4              pseudo SQL export filters. TODO: Move HTML and SQL filter
5              in a new file (formed/plugins/export/htmlexport.py and
6              sqlexport.py?)
7    
8            * tools/formed/formed/config.py: Install the new SQL filter.
9    
10    2007-08-23 Sascha L. Teichmann <[email protected]>
11    
12            * tools/formed/formed/model/nodecomponents.py: Added a depth()
13              method to determine the depth of particular tree item.
14    
15            * tools/formed/formed/plugins/names/filter.py: Added an
16              HTML export filters. TODO: needs more work.
17    
18            * tools/formed/formed/config.py: Install the new HTML filter.
19    
20    2007-08-23 Torsten Irlaender <[email protected]>
21    
22            * contrib/extract-xfa-fields_and_options.xsl: Added small xsl script
23              to extract fields and options in the XFA Data in teh PDF. This
24              script might me handy to indicate changes between the different
25              formular versions.
26            
27    2007-08-23 Sascha L. Teichmann <[email protected]>
28    
29            * tools/formed/formed/main.py: Add an 'all' mode to
30              select all modes. ;-)
31    
32    2007-08-22 Sascha L. Teichmann <[email protected]>
33    
34            * tools/formed/test-data/simple.xml,
35              tools/formed/formed/model/data.py,
36              tools/formed/formed/plugins/web/plugin.py,
37              tools/formed/formed/plugins/web/renderer.py,
38              tools/formed/formed/io/document.py,
39              tools/formed/formed/main.py: Removed support for switch nodes.
40              BEWARE: This breaks compatibility with older documents!
41    
42    2007-08-22 Sascha L. Teichmann <[email protected]>
43    
44            * tools/formed/formed/plugins/web/plugin.py: Uses the
45              getSelectedMode() from main now.
46    
47            * tools/formed/formed/main.py: selected mode is now hold
48              in main.
49    
50            * tools/formed/formed/config.py: removed selected mode from
51              env configuration.
52    
53    2007-08-22 Sascha L. Teichmann <[email protected]>
54    
55            * tools/formed/formed/ui/controls.py: Attributes in GUI attribute
56              table are now alphabetically sorted.
57    
58    2007-08-22 Sascha L. Teichmann <[email protected]>
59    
60            * tools/formed/formed/model/nodecomponents.py: Added code to
61              establish the new 'modes' recursively.
62    
63            * tools/formed/formed/plugins/plugin.py: Pass main instead
64              of cfg on plug-in start-up.
65    
66            * tools/formed/formed/plugins/web/plugin.py: Use the new
67              'modes' attribute for rendering.
68    
69            * tools/formed/formed/plugins/web/renderer.py: Use decorators
70              to check the new modes.
71    
72            * tools/formed/formed/main.py: Adjusted to new infrastructure.
73    
74    2007-08-22 Sascha L. Teichmann <[email protected]>
75    
76            * tools/formed/formed/model/nodecomponents.py: Added an
77              attribute 'modes' to NodeComponents.
78    
79    2007-08-22 Sascha L. Teichmann <[email protected]>
80    
81            * tools/formed/formed/model/data.py: Small cosmetic cleanups
82    
83    2007-08-21 Sascha L. Teichmann <[email protected]>
84    
85            * tools/formed/formed/plugins/web/renderer.py: Another fix
86              for the hidden field. Argh!
87    
88    2007-08-21 Sascha L. Teichmann <[email protected]>
89    
90            * tools/formed/formed/plugins/web/renderer.py: Fixed double
91              generation of hidden page field.
92    
93    2007-08-21 Sascha L. Teichmann <[email protected]>
94    
95            * tools/formed/formed/plugins/web/semantic.py: Added semantic
96              checks for radio groups.
97    
98    2007-08-21 Sascha L. Teichmann <[email protected]>
99    
100            * tools/formed/formed/plugins/web/semantic.py: Added semantic
101              checks for choices.
102    
103    2007-08-21      Frank Koormann <[email protected]>
104    
105            * contrib/convert-formedtree2html.xsl: Display switch nodes as
106            alternatives.
107            
108    2007-08-21      Frank Koormann <[email protected]>
109    
110            * contrib/convert-formedtree2html.xsl:
111            Replace technical types with readable descriptions
112    
113    2007-08-21 Sascha L. Teichmann <[email protected]>
114    
115            * tools/formed/formed/plugins/web/plugin.py: Fix a few smaller
116              issues. 'action' looks for all widgets on a page now, goes
117                    through all passed parameters, tries to match them with the
118                    widgets of the page and put them into the semantic box.
119                    Afterwards a list of untouched page parameters are left
120                    which will be deleted from the semantic box.
121    
122            * tools/formed/formed/plugins/web/semantic.py: Simplified.
123              The NodeComponent is passed as an argument now.
124    
125            * tools/formed/formed/plugins/web/renderer.py: Generate a
126              hidden field to store the name of the page.
127    
128    2007-08-21 Sascha L. Teichmann <[email protected]>
129    
130            * tools/formed/formed/plugins/web/plugin.py: Fixed an encoding
131              issue with incoming UTF-8 data.
132    
133    2007-08-21 Sascha L. Teichmann <[email protected]>
134    
135            * tools/formed/test-data/simple.xml: Improve test for widgets
136              in switches.
137    
138            * tools/formed/formed/model/data.py: Added a method to find all
139              widgets in a given page. Fixed a bug when walking in switch
140                    with a given mode.
141    
142            * tools/formed/formed/plugins/web/plugin.py: Simple test for
143              listing all widgets in page.
144    
145    2007-08-21 Torsten Irlaender <[email protected]>
146    
147            * tools/formed/formed/plugins/names/filter.py: Fixed file-encoding to
148              latin-1
149    
150    2007-08-21 Sascha L. Teichmann <[email protected]>
151    
152            * tools/formed/formed/model/data.py: Added mode parameter to
153              walk.
154                    
155            * tools/formed/formed/model/nodecomponents.py: SwitchNode overwrites
156              walk() with usage of the new mode parameter. Added a method to
157                    give children in a given mode.
158    
159            * tools/formed/formed/plugins/web/renderer.py: Simplified to use
160              new Switch.childrenInMode() method.
161    
162    2007-08-21 Sascha L. Teichmann <[email protected]>
163    
164            * tools/formed/formed/plugins/web/semantic.py: Add checks for
165              texts and text areas.
166    
167            * tools/formed/formed/plugins/web/renderer.py: Set accept-charset
168              to UTF-8 in generated form.
169    
170    2007-08-20 Sascha L. Teichmann <[email protected]>
171    
172            * tools/formed/formed/plugins/web/semantic.py: Added semantic
173              tests for dates.
174    
175    2007-08-20 Sascha L. Teichmann <[email protected]>        
176    
177            * tools/formed/test-data/simple.xml: Tweak a bit for integer
178              range test.
179    
180            * tools/formed/formed/model/nodecomponents.py: Added a method
181              to find a tree item for a given name.
182    
183            * tools/formed/formed/plugins/web/semantic.py: New: Box for
184              semantic checking. Has check for integers.
185    
186            * tools/formed/formed/plugins/web/plugin.py: Use semantic
187              check.
188    
189    2007-08-20      Torsten Irlaender <[email protected]>
190    
191            * tools/formed/formed/plugins/web/renderer.py: Fixed Syntax in
192              selection-field generation (Removed quote)
193    
194    2007-08-18      Sascha L. Teichmann <[email protected]>
195    
196            * tools/formed/formed/plugins/web/plugin.py,
197              tools/formed/formed/plugins/web/renderer.py: Added a
198              simple cookie based session management to the HTML
199              renderer. This submit parameters are stored in the
200              session now. This will ease testing the constraint
201              tests which need to be written soon.
202                    
203              BEWARE: The session management is _not_ made for production!
204              Denial of service attacks are too easy, and the
205              cryptographical strength of the session id is doubtful.
206    
207    2007-08-18      Sascha L. Teichmann <[email protected]>
208    
209            * tools/formed/formed/plugins/web/renderer.py: Escaping text
210              coming from the document tree now when inserting it into the
211              HTML output.
212    
213    2007-08-18      Sascha L. Teichmann <[email protected]>
214    
215            * tools/formed/formed/plugins/plugin.py: Added a new kind
216              of plug-in: Filter. They have a short and a long description
217              and can be hooked automatically into the new 'Filters'
218              sub menu under 'Extra'. They got called when the user
219              selects their respective menu item.
220                    
221            * tools/formed/formed/config.py: Contains the list of
222              installed filters.
223    
224            * tools/formed/formed/main.py: Builds the Extra->Filters
225              sub menu during gui initialization. The hard wired code
226              for make unique and formular name/description -> name
227              is removed because they are implemented as filters now.
228    
229            * tools/formed/formed/model/nodecomponents.py,
230              tools/formed/formed/model/data.py: Removed the make
231              unique and formular name/description -> name code.
232    
233            * tools/formed/formed/plugins/names,
234              tools/formed/formed/plugins/names/__init__.py,
235              tools/formed/formed/plugins/names/filter.py: Added. Contains
236              the make unique and formular name/description -> name code
237              in form of filters.
238    
239            * tools/formed/test-data/simple.xml: Modified to be a better
240              test for the formular name/description -> name filter.
241    
242    2007-08-18      Sascha L. Teichmann <[email protected]>
243    
244            * tools/formed/formed.py, tools/formed/formed/main.py: First
245              command line argument is interpreted as filename of document
246              to be loaded at program startup.
247    
248    2007-08-17      Frank Koormann <[email protected]>
249    
250            * contrib/convert-formedtree2html.xsl:
251            Heading level depending on depth of group node.
252            In case of radio/choice/check only list of options.
253    
254    2007-08-17      Torsten Irlaender <[email protected]>
255    
256          * contrib/convert-formedtree2html.xsl: Output is now generated with          * contrib/convert-formedtree2html.xsl: Output is now generated with
257            HTML doc-string and charset information in the meta-header.            HTML doc-string and charset information in the meta-header.
258    
259  2007-08-1/      Torsten Irlaender <[email protected]>  2007-08-17      Torsten Irlaender <[email protected]>
260    
261          * contrib/convert-formedtree2html.xsl: Added small script for          * contrib/convert-formedtree2html.xsl: Added small script for
262            exporting the formed tree to html            exporting the formed tree to html

Legend:
Removed from v.52  
changed lines
  Added in v.82

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26