/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 28 by teichmann, Fri Aug 10 11:01:17 2007 UTC revision 33 by teichmann, Sun Aug 12 15:02:55 2007 UTC
# Line 1  Line 1 
1    2007-08-12      Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/model/nodecomponents.py: Added walk generator over all
4              items in the document tree. Added a method to eliminated duplicated names
5                    in document tree.
6    
7            * tools/formed/formed/model/misc.py: Added update mechanism for id generator
8              after names collisions are eliminated.
9    
10            * tools/formed/formed/main.py: Added an 'Extra' menu with item
11              'Make names   unique'.
12    
13    2007-08-11      Sascha L. Teichmann <[email protected]>
14    
15            * tools/formed/formed/model/data.py,
16              tools/formed/formed/plugins/web/renderer.py: Removed support
17                    for 'text' attributes in bool items. They were never really
18                    used and the 'description' attributes fulfill the same
19                    purpose.
20    
21            * contrib/remove-bool-text.xsl: Transform to remove the
22              'text' attributes from bool items. Apply with:
23                    'xsltproc contrib/remove-bool-text.xsl old.xml > new.xml'
24    
25            * tools/formed/test-data/simple.xml: Removed 'text' attributes
26              from bool items.
27    
28    2007-08-11      Sascha L. Teichmann <[email protected]>
29    
30            * contrib/convert-choices.xsl: Simpified.
31    
32    2007-08-11      Sascha L. Teichmann <[email protected]>
33    
34            * tools/formed/formed/model/data.py: Removed 'options' attribute
35              from ChoiceLeaf. Use 'value' instead, please!
36    
37            * tools/formed/formed/plugins/web/renderer.py: use 'value' attribute
38              instead of 'options' to render choices.
39    
40            * contrib/convert-choices.xsl: Added to convert document files
41              which use the choice 'option' attribute to usage of 'value'.
42                    Apply with e.g. 'xsltproc convert-choices.xsl old.xml > new.xml'
43    
44    2007-08-10      Sascha L. Teichmann <[email protected]>
45    
46            * tools/formed/formed/plugins/web/renderer.py: radio buttons
47              are selected by 'checked' and not by 'selected'. Fixed.
48    
49  2007-08-10      Sascha L. Teichmann <[email protected]>  2007-08-10      Sascha L. Teichmann <[email protected]>
50    
51          * tools/formed/formed/model/data.py: ChoiceLeafs are now          * tools/formed/formed/model/data.py: ChoiceLeafs are now

Legend:
Removed from v.28  
changed lines
  Added in v.33

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26