/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 41 by teichmann, Tue Aug 14 13:30:13 2007 UTC revision 54 by teichmann, Sat Aug 18 11:36:49 2007 UTC
# Line 1  Line 1 
1    2007-08-18      Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed.py, tools/formed/formed/main.py: First
4              command line argument is interpreted as filename of document
5                    to be loaded at program startup.
6    
7    2007-08-17      Frank Koormann <[email protected]>
8    
9            * contrib/convert-formedtree2html.xsl:
10            Heading level depending on depth of group node.
11            In case of radio/choice/check only list of options.
12    
13    2007-08-1/      Torsten Irlaender <[email protected]>
14    
15            * contrib/convert-formedtree2html.xsl: Output is now generated with
16              HTML doc-string and charset information in the meta-header.
17    
18    2007-08-1/      Torsten Irlaender <[email protected]>
19    
20            * contrib/convert-formedtree2html.xsl: Added small script for
21              exporting the formed tree to html
22    
23    2007-08-17      Torsten Irlaender <[email protected]>
24    
25            * tools/formed/model/nodecomponents.py: Added function to rename
26              the set the name of the node to the formularname. The formularname
27              gets shorten to <=64 by removing vowels and is stored lowercase.
28              If the name is not unique and additional id value is appended.
29            
30            * tools/formed/formed/model/data.py: Overwritten renaming-function for
31              bool-leafs
32    
33            * tools/formed/formed/main.py: Added menuitem for renaming the names
34              of the element
35    
36    2007-08-16      Sascha L. Teichmann <[email protected]>
37    
38            * tools/formed/formed/main.py: Swaped order of
39              'Make names unique' and 'Selected mode...' in Extra
40                    menu and put a separator between them.
41    
42    2007-08-15      Sascha L. Teichmann <[email protected]>
43    
44            * tools/formed/formed/model/data.py: SwitchNodes can add
45              their modes to a given set now.
46    
47            * tools/formed/formed/plugins/plugin.py: Simplified
48              the plug-in interface. Only the reference to the
49                    global configuration is passed at setup time.
50    
51            * tools/formed/formed/plugins/web/plugin.py: Adjusted
52              to new plug-in setup. The traveral mode is now taken
53                    from the global configuration each time a rendering
54                    is triggered. The FORMED parameter is now named
55                    'doc.mode' instead of 'web.mode'. The parameter
56                    is not needed any more because it can be configured
57                    at runtime.
58    
59            * tools/formed/formed/main.py: Adjusted to new plugin
60              setup. Added a new menu item Extra->Select Mode...
61                    to select the traversal mode. It is stored in the
62                    global config.
63    
64            * tools/formed/formed/config.py: Simplified. Only uses
65              one env dictionary to store global configuration parameters.
66    
67            * tools/formed/formed/ui/controls.py: Add a control to
68              select one item from a list of given strings.
69    
70    2007-08-15      Sascha L. Teichmann <[email protected]>
71    
72            * tools/formed/formed/plugins/web/plugin.py,
73              tools/formed/formed/plugins/web/renderer.py: Added parameter
74                    print out in web plugin.
75    
76    2007-08-15      Torsten Irlaender <[email protected]>
77    
78            * contrib/convert-formedtree2csv.xsl: Added small script for
79              exporting the formed tree to csv
80    
81    2007-08-14      Sascha L. Teichmann <[email protected]>
82    
83            * tools/formed/formed/model/data.py,
84              tools/formed/formed/model/nodecomponents.py,
85              tools/formed/formed/io/document.py: Added a 'switch' node.
86    
87            * tools/formed/formed/plugins/web/renderer.py:Render the
88              new 'switch' node.
89    
90            * tools/formed/formed/plugins/web/plugin.py,
91              tools/formed/formed/config.py: Added a 'web.mode' parameter
92                    to FORMED environment variable.
93                    e.g. 'FORMED=web.mode:modeX' sets the mode 'modeX'.
94                    Defaults to 'default'.
95    
96            * tools/formed/test-data/simple.xml: Added test for switch.
97    
98  2007-08-14      Sascha L. Teichmann <[email protected]>  2007-08-14      Sascha L. Teichmann <[email protected]>
99    
100          * tools/formed/formed/model/nodecomponents.py: Added an          * tools/formed/formed/model/nodecomponents.py: Added an

Legend:
Removed from v.41  
changed lines
  Added in v.54

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26