/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 172 by torsten, Tue Sep 11 16:34:41 2007 UTC revision 180 by torsten, Wed Sep 12 12:06:27 2007 UTC
# Line 1  Line 1 
1    2007-09-12 Torsten Irlaender <[email protected]>
2            * tools/formed/formed/plugins/ui/controls.py: Fixed bug that bad
3              values (dates)  were not pretty printed.
4            * tools/formed/formed/plugins/web/form_renderer.py: Added errormsg to
5              label rendering for choicelists.
6    
7    2007-09-12 Torsten Irlaender <[email protected]>
8            * tools/formed/formed/plugins/ui/controls.py: Fixed bug that
9              choicelist did not get selected when the value is set to "0"
10    
11    2007-09-12 Torsten Irlaender <[email protected]>
12            * tools/formed/formed/plugins/web/form_renderer.py: Added
13              "getPrintableData" method, for the formdata Class which will return
14              the description rather than the value of element in the ID. This is
15              need for displaying the choises in a right way.
16            
17            * tools/formed/formed/plugins/web/renderer.py: Changed string
18              "Fallnummer" into "Kundennummer" in the templates. Added
19              Kundennummer to the dataset digest output. Bound in the new
20              "getPrintableData" call for the digest.
21    
22    2007-10-11 Sascha L. Teichmann <[email protected]>
23    
24            * tools/formed/formed/plugins/export/data.py: The import/export
25              of data is now implemented with filters (the most consequent
26                    way in terms of design of FormEd). The support of the 'persistent'
27                    FORMED env-variable support has been removed.
28                    
29            * tools/formed/formed/plugins/ui/controls.py: Added a flag to the
30              filter file dialog to double as import dialog.
31    
32            * tools/formed/formed/main.py: Removed the the FORMED-var support
33              for persistence.
34            
35            * tools/formed/formed/config.py: Add the two new filters to the filters
36              list.
37    
38    2007-10-11 Sascha L. Teichmann <[email protected]>
39    
40            * tools/formed/formed/model/memory.py: Uses XML as persistence format now.
41              Removed pickle/unpickle stuff.
42    
43            * tools/formed/formed/main.py: Uses the new XML persistence.
44    
45            * tools/formed/formed/plugins/web/semantic.py: Fixed: choices were
46              not converted to int indices.
47    
48    2007-09-11 Sascha L. Teichmann <[email protected]>
49    
50            * tools/formed/formed/model/memory.py: Making MemoryDataStore persistent
51              with pickle/unpickle.
52    
53            * tools/formed/formed/main.py: Added a env FORMED parameter 'persistent'.
54              Set to a file name it is tried to unpickle a MemoryDataStore from
55                    that file. When exiting the program this file is used to store the
56                    current MemoryDataStore state. The storing only works if you exit
57                    the program through the Menu File->Exit.
58                    usage: FORMED=persistent:test.db ./formed.sh
59    
60  2007-09-11 Torsten Irlaender <[email protected]>  2007-09-11 Torsten Irlaender <[email protected]>
61    
62            * tools/formed/formed/plugins/web/renderer.py: Changed Name of the
63              application on the welcome page from "Formed" to "WASKA"
64    
65    2007-09-11 Torsten Irlaender <[email protected]>
66    
67          * tools/formed/formed/plugins/web/plugin.py,          * tools/formed/formed/plugins/web/plugin.py,
68          * tools/formed/formed/plugins/web/controllers.py,          * tools/formed/formed/plugins/web/controllers.py,
69          * tools/formed/formed/plugins/web/renderer.py: Added InfoPageHandler.          * tools/formed/formed/plugins/web/renderer.py: Added InfoPageHandler.

Legend:
Removed from v.172  
changed lines
  Added in v.180

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26