/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.45  
changed lines
  Added in v.58

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26