/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.35  
changed lines
  Added in v.40

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26