/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 34 by teichmann, Sun Aug 12 15:43:25 2007 UTC revision 46 by teichmann, Wed Aug 15 20:52:58 2007 UTC
# Line 1  Line 1 
1    2007-08-15      Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/model/data.py: SwitchNodes can add
4              their modes to a given set now.
5    
6            * tools/formed/formed/plugins/plugin.py: Simplified
7              the plug-in interface. Only the reference to the
8                    global configuration is passed at setup time.
9    
10            * tools/formed/formed/plugins/web/plugin.py: Adjusted
11              to new plug-in setup. The traveral mode is now taken
12                    from the global configuration each time a rendering
13                    is triggered. The FORMED parameter is now named
14                    'doc.mode' instead of 'web.mode'. The parameter
15                    is not needed any more because it can be configured
16                    at runtime.
17    
18            * tools/formed/formed/main.py: Adjusted to new plugin
19              setup. Added a new menu item Extra->Select Mode...
20                    to select the traversal mode. It is stored in the
21                    global config.
22    
23            * tools/formed/formed/config.py: Simplified. Only uses
24              one env dictionary to store global configuration parameters.
25    
26            * tools/formed/formed/ui/controls.py: Add a control to
27              select one item from a list of given strings.
28    
29    2007-08-15      Sascha L. Teichmann <[email protected]>
30    
31            * tools/formed/formed/plugins/web/plugin.py,
32              tools/formed/formed/plugins/web/renderer.py: Added parameter
33                    print out in web plugin.
34    
35    2007-08-15      Torsten Irlaender <[email protected]>
36    
37            * contrib/convert-formedtree2csv.xsl: Added small script for
38              exporting the formed tree to csv
39    
40    2007-08-14      Sascha L. Teichmann <[email protected]>
41    
42            * tools/formed/formed/model/data.py,
43              tools/formed/formed/model/nodecomponents.py,
44              tools/formed/formed/io/document.py: Added a 'switch' node.
45    
46            * tools/formed/formed/plugins/web/renderer.py:Render the
47              new 'switch' node.
48    
49            * tools/formed/formed/plugins/web/plugin.py,
50              tools/formed/formed/config.py: Added a 'web.mode' parameter
51                    to FORMED environment variable.
52                    e.g. 'FORMED=web.mode:modeX' sets the mode 'modeX'.
53                    Defaults to 'default'.
54    
55            * tools/formed/test-data/simple.xml: Added test for switch.
56    
57    2007-08-14      Sascha L. Teichmann <[email protected]>
58    
59            * tools/formed/formed/model/nodecomponents.py: Added an
60              attribute 'formularname' to base class of node components.
61    
62    2007-08-13      Sascha L. Teichmann <[email protected]>
63    
64            * tools/formed/formed/io/document.py,
65              tools/formed/formed/model/data.py,
66              tools/formed/formed/model/nodecomponents.py: Added an item
67                    to model external item lists.
68    
69            * tools/formed/formed/plugins/web/renderer.py: Render new item
70              list.
71            * tools/formed/formed/main.py: Added a forgotten 'self.'
72    
73            * contrib/extract-xfa-items.sh: Modified to generate
74              documents to be loadable from new item lists
75    
76    2007-08-13      Sascha L. Teichmann <[email protected]>
77    
78            * tools/formed/formed/main.py: Fixed typo
79    
80    2007-08-13      Sascha L. Teichmann <[email protected]>
81    
82            * contrib/extract-xfa-items.sh: New. Can be used to extract longer
83              choice item lists for a given field from XFA files. e.g. with
84                    './contrib/extract-xfa-items.sh Muttersprache alles.xml'
85    
86    2007-08-12      Sascha L. Teichmann <[email protected]>
87    
88            * tools/formed/formed/model/data.py,
89              tools/formed/formed/plugins/web/renderer.py,
90                    tools/formed/formed/io/document.py: Changed the structure
91                    of choice constructs. The idea to hold the different items
92                    of a particular choice in a semicolon separated list was bad.
93                    Now choices are groups and  the option items are modelled as
94                    embedded bools. (mainly Torsten Irländer's idea).
95    
96                    WARNING: this makes old document files containing choices incompatible!!!
97                    Use the following XSLT to reestablish compatibility.
98                    
99            * contrib/itemize-choices.xsl: New converts old to new structure.
100              Needs exslt.org's string extensions (which xsltproc includes)
101    
102            * tools/formed/test-data/simple.xml: Ajusted to new structure
103    
104            * tools/formed/formed/plugins/web/plugin.py: remove debug output
105    
106            * tools/formed/formed/model/nodecomponents.py: fixed a small bug in
107              node finding code. It now uses the walk() generator, too.
108    
109    2007-08-12      Sascha L. Teichmann <[email protected]>
110    
111            * tools/formed/formed/main.py: Added a clone item on the toolbar which
112              copies the currently selected item and appends it after the selection.
113    
114            * tools/formed/formed/model/nodecomponents.py: Added code to clone parts
115              of the tree.
116                    
117            * tools/formed/formed/ui/controls.py: Added a getSelected method.
118    
119            * tools/formed/formed/model/misc.py: Fixed a programming bug.
120              forgot a 'self.' prefix.
121    
122    2007-08-12      Sascha L. Teichmann <[email protected]>
123    
124            * tools/formed/formed/model/nodecomponents.py: Added a method to append
125              a second document to the current.
126    
127            * tools/formed/formed/main.py: Added an 'Import' file menu item to load
128              a second document to be appended to the current.
129    
130  2007-08-12      Sascha L. Teichmann <[email protected]>  2007-08-12      Sascha L. Teichmann <[email protected]>
131    
132          * tools/formed/formed/main.py: Added a 'New' item in file menu which creates          * tools/formed/formed/main.py: Added a 'New' item in file menu which creates

Legend:
Removed from v.34  
changed lines
  Added in v.46

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26