/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 40 by teichmann, Mon Aug 13 16:01:14 2007 UTC revision 55 by teichmann, Sat Aug 18 18:56:50 2007 UTC
# Line 1  Line 1 
1    2007-08-18      Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/plugins/plugin.py: Added a new kind
4              of plug-in: Filter. They have a short and a long description
5                    and can be hooked automatically into the new 'Filters'
6                    sub menu under 'Extra'. They got called when the user
7                    selects their respective menu item.
8                    
9            * tools/formed/formed/config.py: Contains the list of
10              installed filters.
11    
12            * tools/formed/formed/main.py: Builds the Extra->Filters
13              sub menu during gui initialization. The hard wired code
14                    for make unique and formular name/description -> name
15                    is removed because they are implemented as filters now.
16    
17            * tools/formed/formed/model/nodecomponents.py,
18              tools/formed/formed/model/data.py: Removed the make
19                    unique and formular name/description -> name code.
20    
21            * tools/formed/formed/plugins/names,
22              tools/formed/formed/plugins/names/__init__.py,
23                    tools/formed/formed/plugins/names/filter.py: Added. Contains
24                    the make unique and formular name/description -> name code
25                    in form of filters.
26    
27            * tools/formed/test-data/simple.xml: Modified to be a better
28              test for the formular name/description -> name filter.
29    
30    2007-08-18      Sascha L. Teichmann <[email protected]>
31    
32            * tools/formed/formed.py, tools/formed/formed/main.py: First
33              command line argument is interpreted as filename of document
34                    to be loaded at program startup.
35    
36    2007-08-17      Frank Koormann <[email protected]>
37    
38            * contrib/convert-formedtree2html.xsl:
39            Heading level depending on depth of group node.
40            In case of radio/choice/check only list of options.
41    
42    2007-08-1/      Torsten Irlaender <[email protected]>
43    
44            * contrib/convert-formedtree2html.xsl: Output is now generated with
45              HTML doc-string and charset information in the meta-header.
46    
47    2007-08-1/      Torsten Irlaender <[email protected]>
48    
49            * contrib/convert-formedtree2html.xsl: Added small script for
50              exporting the formed tree to html
51    
52    2007-08-17      Torsten Irlaender <[email protected]>
53    
54            * tools/formed/model/nodecomponents.py: Added function to rename
55              the set the name of the node to the formularname. The formularname
56              gets shorten to <=64 by removing vowels and is stored lowercase.
57              If the name is not unique and additional id value is appended.
58            
59            * tools/formed/formed/model/data.py: Overwritten renaming-function for
60              bool-leafs
61    
62            * tools/formed/formed/main.py: Added menuitem for renaming the names
63              of the element
64    
65    2007-08-16      Sascha L. Teichmann <[email protected]>
66    
67            * tools/formed/formed/main.py: Swaped order of
68              'Make names unique' and 'Selected mode...' in Extra
69                    menu and put a separator between them.
70    
71    2007-08-15      Sascha L. Teichmann <[email protected]>
72    
73            * tools/formed/formed/model/data.py: SwitchNodes can add
74              their modes to a given set now.
75    
76            * tools/formed/formed/plugins/plugin.py: Simplified
77              the plug-in interface. Only the reference to the
78                    global configuration is passed at setup time.
79    
80            * tools/formed/formed/plugins/web/plugin.py: Adjusted
81              to new plug-in setup. The traveral mode is now taken
82                    from the global configuration each time a rendering
83                    is triggered. The FORMED parameter is now named
84                    'doc.mode' instead of 'web.mode'. The parameter
85                    is not needed any more because it can be configured
86                    at runtime.
87    
88            * tools/formed/formed/main.py: Adjusted to new plugin
89              setup. Added a new menu item Extra->Select Mode...
90                    to select the traversal mode. It is stored in the
91                    global config.
92    
93            * tools/formed/formed/config.py: Simplified. Only uses
94              one env dictionary to store global configuration parameters.
95    
96            * tools/formed/formed/ui/controls.py: Add a control to
97              select one item from a list of given strings.
98    
99    2007-08-15      Sascha L. Teichmann <[email protected]>
100    
101            * tools/formed/formed/plugins/web/plugin.py,
102              tools/formed/formed/plugins/web/renderer.py: Added parameter
103                    print out in web plugin.
104    
105    2007-08-15      Torsten Irlaender <[email protected]>
106    
107            * contrib/convert-formedtree2csv.xsl: Added small script for
108              exporting the formed tree to csv
109    
110    2007-08-14      Sascha L. Teichmann <[email protected]>
111    
112            * tools/formed/formed/model/data.py,
113              tools/formed/formed/model/nodecomponents.py,
114              tools/formed/formed/io/document.py: Added a 'switch' node.
115    
116            * tools/formed/formed/plugins/web/renderer.py:Render the
117              new 'switch' node.
118    
119            * tools/formed/formed/plugins/web/plugin.py,
120              tools/formed/formed/config.py: Added a 'web.mode' parameter
121                    to FORMED environment variable.
122                    e.g. 'FORMED=web.mode:modeX' sets the mode 'modeX'.
123                    Defaults to 'default'.
124    
125            * tools/formed/test-data/simple.xml: Added test for switch.
126    
127    2007-08-14      Sascha L. Teichmann <[email protected]>
128    
129            * tools/formed/formed/model/nodecomponents.py: Added an
130              attribute 'formularname' to base class of node components.
131    
132  2007-08-13      Sascha L. Teichmann <[email protected]>  2007-08-13      Sascha L. Teichmann <[email protected]>
133    
134          * tools/formed/formed/io/document.py,          * tools/formed/formed/io/document.py,

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26