/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 30 by teichmann, Fri Aug 10 23:19:45 2007 UTC revision 37 by teichmann, Sun Aug 12 22:00:10 2007 UTC
# Line 1  Line 1 
1    2007-08-12      Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/model/data.py,
4              tools/formed/formed/plugins/web/renderer.py,
5                    tools/formed/formed/io/document.py: Changed the structure
6                    of choice constructs. The idea to hold the different items
7                    of a particular choice in a semicolon separated list was bad.
8                    Now choices are groups and  the option items are modelled as
9                    embedded bools. (mainly Torsten Irländer's idea).
10    
11                    WARNING: this makes old document files containing choices incompatible!!!
12                    Use the following XSLT to reestablish compatibility.
13                    
14            * contrib/itemize-choices.xsl: New converts old to new structure.
15              Needs exslt.org's string extensions (which xsltproc includes)
16    
17            * tools/formed/test-data/simple.xml: Ajusted to new structure
18    
19            * tools/formed/formed/plugins/web/plugin.py: remove debug output
20    
21            * tools/formed/formed/model/nodecomponents.py: fixed a small bug in
22              node finding code. It now uses the walk() generator, too.
23    
24    2007-08-12      Sascha L. Teichmann <[email protected]>
25    
26            * tools/formed/formed/main.py: Added a clone item on the toolbar which
27              copies the currently selected item and appends it after the selection.
28    
29            * tools/formed/formed/model/nodecomponents.py: Added code to clone parts
30              of the tree.
31                    
32            * tools/formed/formed/ui/controls.py: Added a getSelected method.
33    
34            * tools/formed/formed/model/misc.py: Fixed a programming bug.
35              forgot a 'self.' prefix.
36    
37    2007-08-12      Sascha L. Teichmann <[email protected]>
38    
39            * tools/formed/formed/model/nodecomponents.py: Added a method to append
40              a second document to the current.
41    
42            * tools/formed/formed/main.py: Added an 'Import' file menu item to load
43              a second document to be appended to the current.
44    
45    2007-08-12      Sascha L. Teichmann <[email protected]>
46    
47            * tools/formed/formed/main.py: Added a 'New' item in file menu which creates
48              a new document when triggered.
49    
50    2007-08-12      Sascha L. Teichmann <[email protected]>
51    
52            * tools/formed/formed/model/nodecomponents.py: Added walk generator over all
53              items in the document tree. Added a method to eliminated duplicated names
54                    in document tree.
55    
56            * tools/formed/formed/model/misc.py: Added update mechanism for id generator
57              after names collisions are eliminated.
58    
59            * tools/formed/formed/main.py: Added an 'Extra' menu with item
60              'Make names   unique'.
61    
62    2007-08-11      Sascha L. Teichmann <[email protected]>
63    
64            * tools/formed/formed/model/data.py,
65              tools/formed/formed/plugins/web/renderer.py: Removed support
66                    for 'text' attributes in bool items. They were never really
67                    used and the 'description' attributes fulfill the same
68                    purpose.
69    
70            * contrib/remove-bool-text.xsl: Transform to remove the
71              'text' attributes from bool items. Apply with:
72                    'xsltproc contrib/remove-bool-text.xsl old.xml > new.xml'
73    
74            * tools/formed/test-data/simple.xml: Removed 'text' attributes
75              from bool items.
76    
77    2007-08-11      Sascha L. Teichmann <[email protected]>
78    
79            * contrib/convert-choices.xsl: Simpified.
80    
81  2007-08-11      Sascha L. Teichmann <[email protected]>  2007-08-11      Sascha L. Teichmann <[email protected]>
82    
83          * tools/formed/formed/model/data.py: Removed 'options' attribute          * tools/formed/formed/model/data.py: Removed 'options' attribute

Legend:
Removed from v.30  
changed lines
  Added in v.37

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26