/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 36 by teichmann, Sun Aug 12 17:03:05 2007 UTC revision 42 by teichmann, Tue Aug 14 20:32:51 2007 UTC
# Line 1  Line 1 
1    2007-08-14      Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/model/data.py,
4              tools/formed/formed/model/nodecomponents.py,
5              tools/formed/formed/io/document.py: Added a 'switch' node.
6    
7            * tools/formed/formed/plugins/web/renderer.py:Render the
8              new 'switch' node.
9    
10            * tools/formed/formed/plugins/web/plugin.py,
11              tools/formed/formed/config.py: Added a 'web.mode' parameter
12                    to FORMED environment variable.
13                    e.g. 'FORMED=web.mode:modeX' sets the mode 'modeX'.
14                    Defaults to 'default'.
15    
16            * tools/formed/test-data/simple.xml: Added test for switch.
17    
18    2007-08-14      Sascha L. Teichmann <[email protected]>
19    
20            * tools/formed/formed/model/nodecomponents.py: Added an
21              attribute 'formularname' to base class of node components.
22    
23    2007-08-13      Sascha L. Teichmann <[email protected]>
24    
25            * tools/formed/formed/io/document.py,
26              tools/formed/formed/model/data.py,
27              tools/formed/formed/model/nodecomponents.py: Added an item
28                    to model external item lists.
29    
30            * tools/formed/formed/plugins/web/renderer.py: Render new item
31              list.
32            * tools/formed/formed/main.py: Added a forgotten 'self.'
33    
34            * contrib/extract-xfa-items.sh: Modified to generate
35              documents to be loadable from new item lists
36    
37    2007-08-13      Sascha L. Teichmann <[email protected]>
38    
39            * tools/formed/formed/main.py: Fixed typo
40    
41    2007-08-13      Sascha L. Teichmann <[email protected]>
42    
43            * contrib/extract-xfa-items.sh: New. Can be used to extract longer
44              choice item lists for a given field from XFA files. e.g. with
45                    './contrib/extract-xfa-items.sh Muttersprache alles.xml'
46    
47    2007-08-12      Sascha L. Teichmann <[email protected]>
48    
49            * tools/formed/formed/model/data.py,
50              tools/formed/formed/plugins/web/renderer.py,
51                    tools/formed/formed/io/document.py: Changed the structure
52                    of choice constructs. The idea to hold the different items
53                    of a particular choice in a semicolon separated list was bad.
54                    Now choices are groups and  the option items are modelled as
55                    embedded bools. (mainly Torsten Irländer's idea).
56    
57                    WARNING: this makes old document files containing choices incompatible!!!
58                    Use the following XSLT to reestablish compatibility.
59                    
60            * contrib/itemize-choices.xsl: New converts old to new structure.
61              Needs exslt.org's string extensions (which xsltproc includes)
62    
63            * tools/formed/test-data/simple.xml: Ajusted to new structure
64    
65            * tools/formed/formed/plugins/web/plugin.py: remove debug output
66    
67            * tools/formed/formed/model/nodecomponents.py: fixed a small bug in
68              node finding code. It now uses the walk() generator, too.
69    
70  2007-08-12      Sascha L. Teichmann <[email protected]>  2007-08-12      Sascha L. Teichmann <[email protected]>
71    
72          * tools/formed/formed/main.py: Added a clone item on the toolbar which          * tools/formed/formed/main.py: Added a clone item on the toolbar which

Legend:
Removed from v.36  
changed lines
  Added in v.42

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26