/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 34 by teichmann, Sun Aug 12 15:43:25 2007 UTC revision 68 by frank, Tue Aug 21 13:28:35 2007 UTC
# Line 1  Line 1 
1    2007-08-17      Frank Koormann <[email protected]>
2    
3            * contrib/convert-formedtree2html.xsl: Display switch nodes as
4            alternatives.
5            
6    2007-08-17      Frank Koormann <[email protected]>
7    
8            * contrib/convert-formedtree2html.xsl:
9            Replace technical types with readable descriptions
10    
11    2007-08-21 Sascha L. Teichmann <[email protected]>
12    
13            * tools/formed/formed/plugins/web/plugin.py: Fix a few smaller
14              issues. 'action' looks for all widgets on a page now, goes
15                    through all passed parameters, tries to match them with the
16                    widgets of the page and put them into the semantic box.
17                    Afterwards a list of untouched page parameters are left
18                    which will be deleted from the semantic box.
19    
20            * tools/formed/formed/plugins/web/semantic.py: Simplified.
21              The NodeComponent is passed as an argument now.
22    
23            * tools/formed/formed/plugins/web/renderer.py: Generate a
24              hidden field to store the name of the page.
25    
26    2007-08-21 Sascha L. Teichmann <[email protected]>
27    
28            * tools/formed/formed/plugins/web/plugin.py: Fixed an encoding
29              issue with incoming UTF-8 data.
30    
31    2007-08-21 Sascha L. Teichmann <[email protected]>
32    
33            * tools/formed/test-data/simple.xml: Improve test for widgets
34              in switches.
35    
36            * tools/formed/formed/model/data.py: Added a method to find all
37              widgets in a given page. Fixed a bug when walking in switch
38                    with a given mode.
39    
40            * tools/formed/formed/plugins/web/plugin.py: Simple test for
41              listing all widgets in page.
42    
43    2007-08-21 Torsten Irlaender <[email protected]>
44    
45            * tools/formed/formed/plugins/names/filter.py: Fixed file-encoding to
46              latin-1
47    
48    2007-08-21 Sascha L. Teichmann <[email protected]>
49    
50            * tools/formed/formed/model/data.py: Added mode parameter to
51              walk.
52                    
53            * tools/formed/formed/model/nodecomponents.py: SwitchNode overwrites
54              walk() with usage of the new mode parameter. Added a method to
55                    give children in a given mode.
56    
57            * tools/formed/formed/plugins/web/renderer.py: Simplified to use
58              new Switch.childrenInMode() method.
59    
60    2007-08-21 Sascha L. Teichmann <[email protected]>
61    
62            * tools/formed/formed/plugins/web/semantic.py: Add checks for
63              texts and text areas.
64    
65            * tools/formed/formed/plugins/web/renderer.py: Set accept-charset
66              to UTF-8 in generated form.
67    
68    2007-08-20 Sascha L. Teichmann <[email protected]>
69    
70            * tools/formed/formed/plugins/web/semantic.py: Added semantic
71              tests for dates.
72    
73    2007-08-20 Sascha L. Teichmann <[email protected]>        
74    
75            * tools/formed/test-data/simple.xml: Tweak a bit for integer
76              range test.
77    
78            * tools/formed/formed/model/nodecomponents.py: Added a method
79              to find a tree item for a given name.
80    
81            * tools/formed/formed/plugins/web/semantic.py: New: Box for
82              semantic checking. Has check for integers.
83    
84            * tools/formed/formed/plugins/web/plugin.py: Use semantic
85              check.
86    
87    2007-08-20      Torsten Irlaender <[email protected]>
88    
89            * tools/formed/formed/plugins/web/renderer.py: Fixed Syntax in
90              selection-field generation (Removed quote)
91    
92    2007-08-18      Sascha L. Teichmann <[email protected]>
93    
94            * tools/formed/formed/plugins/web/plugin.py,
95              tools/formed/formed/plugins/web/renderer.py: Added a
96              simple cookie based session management to the HTML
97              renderer. This submit parameters are stored in the
98              session now. This will ease testing the constraint
99              tests which need to be written soon.
100                    
101              BEWARE: The session management is _not_ made for production!
102              Denial of service attacks are too easy, and the
103              cryptographical strength of the session id is doubtful.
104    
105    2007-08-18      Sascha L. Teichmann <[email protected]>
106    
107            * tools/formed/formed/plugins/web/renderer.py: Escaping text
108              coming from the document tree now when inserting it into the
109              HTML output.
110    
111    2007-08-18      Sascha L. Teichmann <[email protected]>
112    
113            * tools/formed/formed/plugins/plugin.py: Added a new kind
114              of plug-in: Filter. They have a short and a long description
115              and can be hooked automatically into the new 'Filters'
116              sub menu under 'Extra'. They got called when the user
117              selects their respective menu item.
118                    
119            * tools/formed/formed/config.py: Contains the list of
120              installed filters.
121    
122            * tools/formed/formed/main.py: Builds the Extra->Filters
123              sub menu during gui initialization. The hard wired code
124              for make unique and formular name/description -> name
125              is removed because they are implemented as filters now.
126    
127            * tools/formed/formed/model/nodecomponents.py,
128              tools/formed/formed/model/data.py: Removed the make
129              unique and formular name/description -> name code.
130    
131            * tools/formed/formed/plugins/names,
132              tools/formed/formed/plugins/names/__init__.py,
133              tools/formed/formed/plugins/names/filter.py: Added. Contains
134              the make unique and formular name/description -> name code
135              in form of filters.
136    
137            * tools/formed/test-data/simple.xml: Modified to be a better
138              test for the formular name/description -> name filter.
139    
140    2007-08-18      Sascha L. Teichmann <[email protected]>
141    
142            * tools/formed/formed.py, tools/formed/formed/main.py: First
143              command line argument is interpreted as filename of document
144              to be loaded at program startup.
145    
146    2007-08-17      Frank Koormann <[email protected]>
147    
148            * contrib/convert-formedtree2html.xsl:
149            Heading level depending on depth of group node.
150            In case of radio/choice/check only list of options.
151    
152    2007-08-17      Torsten Irlaender <[email protected]>
153    
154            * contrib/convert-formedtree2html.xsl: Output is now generated with
155              HTML doc-string and charset information in the meta-header.
156    
157    2007-08-17      Torsten Irlaender <[email protected]>
158    
159            * contrib/convert-formedtree2html.xsl: Added small script for
160              exporting the formed tree to html
161    
162    2007-08-17      Torsten Irlaender <[email protected]>
163    
164            * tools/formed/model/nodecomponents.py: Added function to rename
165              the set the name of the node to the formularname. The formularname
166              gets shorten to <=64 by removing vowels and is stored lowercase.
167              If the name is not unique and additional id value is appended.
168            
169            * tools/formed/formed/model/data.py: Overwritten renaming-function for
170              bool-leafs
171    
172            * tools/formed/formed/main.py: Added menuitem for renaming the names
173              of the element
174    
175    2007-08-16      Sascha L. Teichmann <[email protected]>
176    
177            * tools/formed/formed/main.py: Swaped order of
178              'Make names unique' and 'Selected mode...' in Extra
179                    menu and put a separator between them.
180    
181    2007-08-15      Sascha L. Teichmann <[email protected]>
182    
183            * tools/formed/formed/model/data.py: SwitchNodes can add
184              their modes to a given set now.
185    
186            * tools/formed/formed/plugins/plugin.py: Simplified
187              the plug-in interface. Only the reference to the
188                    global configuration is passed at setup time.
189    
190            * tools/formed/formed/plugins/web/plugin.py: Adjusted
191              to new plug-in setup. The traveral mode is now taken
192                    from the global configuration each time a rendering
193                    is triggered. The FORMED parameter is now named
194                    'doc.mode' instead of 'web.mode'. The parameter
195                    is not needed any more because it can be configured
196                    at runtime.
197    
198            * tools/formed/formed/main.py: Adjusted to new plugin
199              setup. Added a new menu item Extra->Select Mode...
200                    to select the traversal mode. It is stored in the
201                    global config.
202    
203            * tools/formed/formed/config.py: Simplified. Only uses
204              one env dictionary to store global configuration parameters.
205    
206            * tools/formed/formed/ui/controls.py: Add a control to
207              select one item from a list of given strings.
208    
209    2007-08-15      Sascha L. Teichmann <[email protected]>
210    
211            * tools/formed/formed/plugins/web/plugin.py,
212              tools/formed/formed/plugins/web/renderer.py: Added parameter
213                    print out in web plugin.
214    
215    2007-08-15      Torsten Irlaender <[email protected]>
216    
217            * contrib/convert-formedtree2csv.xsl: Added small script for
218              exporting the formed tree to csv
219    
220    2007-08-14      Sascha L. Teichmann <[email protected]>
221    
222            * tools/formed/formed/model/data.py,
223              tools/formed/formed/model/nodecomponents.py,
224              tools/formed/formed/io/document.py: Added a 'switch' node.
225    
226            * tools/formed/formed/plugins/web/renderer.py:Render the
227              new 'switch' node.
228    
229            * tools/formed/formed/plugins/web/plugin.py,
230              tools/formed/formed/config.py: Added a 'web.mode' parameter
231                    to FORMED environment variable.
232                    e.g. 'FORMED=web.mode:modeX' sets the mode 'modeX'.
233                    Defaults to 'default'.
234    
235            * tools/formed/test-data/simple.xml: Added test for switch.
236    
237    2007-08-14      Sascha L. Teichmann <[email protected]>
238    
239            * tools/formed/formed/model/nodecomponents.py: Added an
240              attribute 'formularname' to base class of node components.
241    
242    2007-08-13      Sascha L. Teichmann <[email protected]>
243    
244            * tools/formed/formed/io/document.py,
245              tools/formed/formed/model/data.py,
246              tools/formed/formed/model/nodecomponents.py: Added an item
247                    to model external item lists.
248    
249            * tools/formed/formed/plugins/web/renderer.py: Render new item
250              list.
251            * tools/formed/formed/main.py: Added a forgotten 'self.'
252    
253            * contrib/extract-xfa-items.sh: Modified to generate
254              documents to be loadable from new item lists
255    
256    2007-08-13      Sascha L. Teichmann <[email protected]>
257    
258            * tools/formed/formed/main.py: Fixed typo
259    
260    2007-08-13      Sascha L. Teichmann <[email protected]>
261    
262            * contrib/extract-xfa-items.sh: New. Can be used to extract longer
263              choice item lists for a given field from XFA files. e.g. with
264                    './contrib/extract-xfa-items.sh Muttersprache alles.xml'
265    
266    2007-08-12      Sascha L. Teichmann <[email protected]>
267    
268            * tools/formed/formed/model/data.py,
269              tools/formed/formed/plugins/web/renderer.py,
270                    tools/formed/formed/io/document.py: Changed the structure
271                    of choice constructs. The idea to hold the different items
272                    of a particular choice in a semicolon separated list was bad.
273                    Now choices are groups and  the option items are modelled as
274                    embedded bools. (mainly Torsten Irländer's idea).
275    
276                    WARNING: this makes old document files containing choices incompatible!!!
277                    Use the following XSLT to reestablish compatibility.
278                    
279            * contrib/itemize-choices.xsl: New converts old to new structure.
280              Needs exslt.org's string extensions (which xsltproc includes)
281    
282            * tools/formed/test-data/simple.xml: Ajusted to new structure
283    
284            * tools/formed/formed/plugins/web/plugin.py: remove debug output
285    
286            * tools/formed/formed/model/nodecomponents.py: fixed a small bug in
287              node finding code. It now uses the walk() generator, too.
288    
289    2007-08-12      Sascha L. Teichmann <[email protected]>
290    
291            * tools/formed/formed/main.py: Added a clone item on the toolbar which
292              copies the currently selected item and appends it after the selection.
293    
294            * tools/formed/formed/model/nodecomponents.py: Added code to clone parts
295              of the tree.
296                    
297            * tools/formed/formed/ui/controls.py: Added a getSelected method.
298    
299            * tools/formed/formed/model/misc.py: Fixed a programming bug.
300              forgot a 'self.' prefix.
301    
302    2007-08-12      Sascha L. Teichmann <[email protected]>
303    
304            * tools/formed/formed/model/nodecomponents.py: Added a method to append
305              a second document to the current.
306    
307            * tools/formed/formed/main.py: Added an 'Import' file menu item to load
308              a second document to be appended to the current.
309    
310  2007-08-12      Sascha L. Teichmann <[email protected]>  2007-08-12      Sascha L. Teichmann <[email protected]>
311    
312          * tools/formed/formed/main.py: Added a 'New' item in file menu which creates          * tools/formed/formed/main.py: Added a 'New' item in file menu which creates

Legend:
Removed from v.34  
changed lines
  Added in v.68

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26