/[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 39 by teichmann, Mon Aug 13 13:11:58 2007 UTC
# Line 1  Line 1 
1    2007-08-13      Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/main.py: Fixed typo
4    
5    2007-08-13      Sascha L. Teichmann <[email protected]>
6    
7            * contrib/extract-xfa-items.sh: New. Can be used to extract longer
8              choice item lists for a given field from XFA files. e.g. with
9                    './contrib/extract-xfa-items.sh Muttersprache alles.xml'
10    
11    2007-08-12      Sascha L. Teichmann <[email protected]>
12    
13            * tools/formed/formed/model/data.py,
14              tools/formed/formed/plugins/web/renderer.py,
15                    tools/formed/formed/io/document.py: Changed the structure
16                    of choice constructs. The idea to hold the different items
17                    of a particular choice in a semicolon separated list was bad.
18                    Now choices are groups and  the option items are modelled as
19                    embedded bools. (mainly Torsten Irländer's idea).
20    
21                    WARNING: this makes old document files containing choices incompatible!!!
22                    Use the following XSLT to reestablish compatibility.
23                    
24            * contrib/itemize-choices.xsl: New converts old to new structure.
25              Needs exslt.org's string extensions (which xsltproc includes)
26    
27            * tools/formed/test-data/simple.xml: Ajusted to new structure
28    
29            * tools/formed/formed/plugins/web/plugin.py: remove debug output
30    
31            * tools/formed/formed/model/nodecomponents.py: fixed a small bug in
32              node finding code. It now uses the walk() generator, too.
33    
34  2007-08-12      Sascha L. Teichmann <[email protected]>  2007-08-12      Sascha L. Teichmann <[email protected]>
35    
36          * 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.39

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26