/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 31 by teichmann, Sat Aug 11 11:24:04 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]>
62    
63            * tools/formed/formed/model/nodecomponents.py: Added a method to append
64              a second document to the current.
65    
66            * tools/formed/formed/main.py: Added an 'Import' file menu item to load
67              a second document to be appended to the current.
68    
69    2007-08-12      Sascha L. Teichmann <[email protected]>
70    
71            * tools/formed/formed/main.py: Added a 'New' item in file menu which creates
72              a new document when triggered.
73    
74    2007-08-12      Sascha L. Teichmann <[email protected]>
75    
76            * tools/formed/formed/model/nodecomponents.py: Added walk generator over all
77              items in the document tree. Added a method to eliminated duplicated names
78                    in document tree.
79    
80            * tools/formed/formed/model/misc.py: Added update mechanism for id generator
81              after names collisions are eliminated.
82    
83            * tools/formed/formed/main.py: Added an 'Extra' menu with item
84              'Make names   unique'.
85    
86    2007-08-11      Sascha L. Teichmann <[email protected]>
87    
88            * tools/formed/formed/model/data.py,
89              tools/formed/formed/plugins/web/renderer.py: Removed support
90                    for 'text' attributes in bool items. They were never really
91                    used and the 'description' attributes fulfill the same
92                    purpose.
93    
94            * contrib/remove-bool-text.xsl: Transform to remove the
95              'text' attributes from bool items. Apply with:
96                    'xsltproc contrib/remove-bool-text.xsl old.xml > new.xml'
97    
98            * tools/formed/test-data/simple.xml: Removed 'text' attributes
99              from bool items.
100    
101  2007-08-11      Sascha L. Teichmann <[email protected]>  2007-08-11      Sascha L. Teichmann <[email protected]>
102    
103          * contrib/convert-choices.xsl: Simpified.          * contrib/convert-choices.xsl: Simpified.

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26