/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 169 by teichmann, Tue Sep 11 14:02:53 2007 UTC revision 177 by teichmann, Tue Sep 11 23:12:02 2007 UTC
# Line 1  Line 1 
1    2007-10-11 Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/plugins/export/data.py: The import/export
4              of data is now implemented with filters (the most consequent
5                    way in terms of design of FormEd). The support of the 'persistent'
6                    FORMED env-variable support has been removed.
7                    
8            * tools/formed/formed/plugins/ui/controls.py: Added a flag to the
9              filter file dialog to double as import dialog.
10    
11            * tools/formed/formed/main.py: Removed the the FORMED-var support
12              for persistence.
13            
14            * tools/formed/formed/config.py: Add the two new filters to the filters
15              list.
16    
17    2007-10-11 Sascha L. Teichmann <[email protected]>
18    
19            * tools/formed/formed/model/memory.py: Uses XML as persistence format now.
20              Removed pickle/unpickle stuff.
21    
22            * tools/formed/formed/main.py: Uses the new XML persistence.
23    
24            * tools/formed/formed/plugins/web/semantic.py: Fixed: choices were
25              not converted to int indices.
26    
27    2007-09-11 Sascha L. Teichmann <[email protected]>
28    
29            * tools/formed/formed/model/memory.py: Making MemoryDataStore persistent
30              with pickle/unpickle.
31    
32            * tools/formed/formed/main.py: Added a env FORMED parameter 'persistent'.
33              Set to a file name it is tried to unpickle a MemoryDataStore from
34                    that file. When exiting the program this file is used to store the
35                    current MemoryDataStore state. The storing only works if you exit
36                    the program through the Menu File->Exit.
37                    usage: FORMED=persistent:test.db ./formed.sh
38    
39    2007-09-11 Torsten Irlaender <[email protected]>
40    
41            * tools/formed/formed/plugins/web/renderer.py: Changed Name of the
42              application on the welcome page from "Formed" to "WASKA"
43    
44    2007-09-11 Torsten Irlaender <[email protected]>
45    
46            * tools/formed/formed/plugins/web/plugin.py,
47            * tools/formed/formed/plugins/web/controllers.py,
48            * tools/formed/formed/plugins/web/renderer.py: Added InfoPageHandler.
49              The infopage provides information on all project participants.
50    
51    2007-09-11 Sascha L. Teichmann <[email protected]>
52    
53            * tools/formed/formed/plugins/web/controllers.py: Fix unicode conversion
54              issues with error messages (once again).
55    
56    2007-09-11 Torsten Irlaender <[email protected]>
57    
58            * tools/formed/formed/plugins/web/form_renderer.py,
59            * tools/formed/formed/plugins/web/renderer.py: Added alt tag for
60              icons in error and confirmation dialogs.
61    
62  2007-09-11 Sascha L. Teichmann <[email protected]>  2007-09-11 Sascha L. Teichmann <[email protected]>
63    
64          * tools/formed/formed/plugins/web/form_renderer.py: Fixed label          * tools/formed/formed/plugins/web/form_renderer.py: Fixed label

Legend:
Removed from v.169  
changed lines
  Added in v.177

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26