/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 168 by teichmann, Tue Sep 11 13:28:29 2007 UTC revision 178 by torsten, Wed Sep 12 08:42:31 2007 UTC
# Line 1  Line 1 
1    2007-09-12 Torsten Irlaender <[email protected]>
2            * tools/formed/formed/plugins/web/form_renderer.py: Added
3              "getPrintableData" method, for the formdata Class which will return
4              the description rather than the value of element in the ID. This is
5              need for displaying the choises in a right way.
6            
7            * tools/formed/formed/plugins/web/renderer.py: Changed string
8              "Fallnummer" into "Kundennummer" in the templates. Added
9              Kundennummer to the dataset digest output. Bound in the new
10              "getPrintableData" call for the digest.
11    
12    2007-10-11 Sascha L. Teichmann <[email protected]>
13    
14            * tools/formed/formed/plugins/export/data.py: The import/export
15              of data is now implemented with filters (the most consequent
16                    way in terms of design of FormEd). The support of the 'persistent'
17                    FORMED env-variable support has been removed.
18                    
19            * tools/formed/formed/plugins/ui/controls.py: Added a flag to the
20              filter file dialog to double as import dialog.
21    
22            * tools/formed/formed/main.py: Removed the the FORMED-var support
23              for persistence.
24            
25            * tools/formed/formed/config.py: Add the two new filters to the filters
26              list.
27    
28    2007-10-11 Sascha L. Teichmann <[email protected]>
29    
30            * tools/formed/formed/model/memory.py: Uses XML as persistence format now.
31              Removed pickle/unpickle stuff.
32    
33            * tools/formed/formed/main.py: Uses the new XML persistence.
34    
35            * tools/formed/formed/plugins/web/semantic.py: Fixed: choices were
36              not converted to int indices.
37    
38    2007-09-11 Sascha L. Teichmann <[email protected]>
39    
40            * tools/formed/formed/model/memory.py: Making MemoryDataStore persistent
41              with pickle/unpickle.
42    
43            * tools/formed/formed/main.py: Added a env FORMED parameter 'persistent'.
44              Set to a file name it is tried to unpickle a MemoryDataStore from
45                    that file. When exiting the program this file is used to store the
46                    current MemoryDataStore state. The storing only works if you exit
47                    the program through the Menu File->Exit.
48                    usage: FORMED=persistent:test.db ./formed.sh
49    
50    2007-09-11 Torsten Irlaender <[email protected]>
51    
52            * tools/formed/formed/plugins/web/renderer.py: Changed Name of the
53              application on the welcome page from "Formed" to "WASKA"
54    
55    2007-09-11 Torsten Irlaender <[email protected]>
56    
57            * tools/formed/formed/plugins/web/plugin.py,
58            * tools/formed/formed/plugins/web/controllers.py,
59            * tools/formed/formed/plugins/web/renderer.py: Added InfoPageHandler.
60              The infopage provides information on all project participants.
61    
62    2007-09-11 Sascha L. Teichmann <[email protected]>
63    
64            * tools/formed/formed/plugins/web/controllers.py: Fix unicode conversion
65              issues with error messages (once again).
66    
67    2007-09-11 Torsten Irlaender <[email protected]>
68    
69            * tools/formed/formed/plugins/web/form_renderer.py,
70            * tools/formed/formed/plugins/web/renderer.py: Added alt tag for
71              icons in error and confirmation dialogs.
72    
73    2007-09-11 Sascha L. Teichmann <[email protected]>
74    
75            * tools/formed/formed/plugins/web/form_renderer.py: Fixed label
76              generation for ints, texts and textareas. Fixed h depths of infos.
77    
78  2007-09-11 Sascha L. Teichmann <[email protected]>  2007-09-11 Sascha L. Teichmann <[email protected]>
79    
80          * tools/formed/formed/plugins/web/form_renderer.py: Removed          * tools/formed/formed/plugins/web/form_renderer.py: Removed

Legend:
Removed from v.168  
changed lines
  Added in v.178

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26