/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 167 by torsten, Tue Sep 11 13:21:33 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]>  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]>
63    
64            * tools/formed/formed/plugins/web/form_renderer.py: Fixed label
65              generation for ints, texts and textareas. Fixed h depths of infos.
66    
67    2007-09-11 Sascha L. Teichmann <[email protected]>
68    
69            * tools/formed/formed/plugins/web/form_renderer.py: Removed
70              debug output for help.
71    
72            * tools/formed/formed/plugins/web/semantic.py: Added forgotten
73              check for bools.
74    
75            * tools/formed/formed/plugins/web/controllers.py:  Added correct
76              HTML output of data for bools.
77    
78    2007-09-11 Torsten Irlaender <[email protected]>
79    
80          * tools/formed/formed/plugins/web/form_renderer.py: Changed size of          * tools/formed/formed/plugins/web/form_renderer.py: Changed size of
81            textfields for int values. Changed Label for submitbuttons to            textfields for int values. Changed Label for submitbuttons to
82            "Speichern"            "Speichern"
83    
84          * tools/formed/formed/plugins/web/plugin.py,          * tools/formed/formed/plugins/web/plugin.py,
85            tools/formed/formed/plugins/web/controllers.py: Added new            tools/formed/formed/plugins/web/controllers.py: Added new
86            NotImplementedHandler to show up a dummysite for not implemented            NotImplementedHandler to show up a dummysite for not implemented
87            functions.            functions.
88    
89          * tools/formed/formed/plugins/web/renderer.py: Added          * tools/formed/formed/plugins/web/renderer.py: Added
90            NotImplementedRenderer. Various small fixes. Mostly renaming the            NotImplementedRenderer. Various small fixes. Mostly renaming the
91            labels of some context menus. Error messages are now generated            labels of some context menus. Error messages are now generated
# Line 13  Line 93 
93            colored indication for errors.            colored indication for errors.
94    
95  2007-09-11 Torsten Irlaender <[email protected]>  2007-09-11 Torsten Irlaender <[email protected]>
96    
97          * tools/formed/formed/plugins/web/renderer.py: Implemented "LookAhead"          * tools/formed/formed/plugins/web/renderer.py: Implemented "LookAhead"
98            algorithm for the formular navigation to get rid of the problem            algorithm for the formular navigation to get rid of the problem
99            that some of the items within the navigation are not linked.  Now            that some of the items within the navigation are not linked.  Now
# Line 22  Line 103 
103  2007-09-10 Torsten Irlaender <[email protected]>  2007-09-10 Torsten Irlaender <[email protected]>
104          * tools/formed/formed/plugins/web/form_renderer.py: Changed order of          * tools/formed/formed/plugins/web/form_renderer.py: Changed order of
105            div and formtag.            div and formtag.
106    
107          * tools/formed/formed/plugins/web/controllers.py: Added DataSet action          * tools/formed/formed/plugins/web/controllers.py: Added DataSet action
108            menu in the conformation dialog when creating a new dataset.            menu in the conformation dialog when creating a new dataset.
109    
110          * tools/formed/formed/plugins/web/renderer.py: Fixed error when          * tools/formed/formed/plugins/web/renderer.py: Fixed error when
111            rendering the default welcome page. Changed rendering of the            rendering the default welcome page. Changed rendering of the
112            overview and the digest table of the datasets. Added icon for            overview and the digest table of the datasets. Added icon for
113            confirmation dialog, moved the icon in the <h1> tags.              confirmation dialog, moved the icon in the <h1> tags.  
114    
115  2007-09-10 Torsten Irlaender <[email protected]>  2007-09-10 Torsten Irlaender <[email protected]>
116    
117          * tools/formed/formed/plugins/web/form_renderer.py: Some html          * tools/formed/formed/plugins/web/form_renderer.py: Some html
118            generation cleanup. Added error icons to formelements            generation cleanup. Added error icons to formelements
119    
120          * tools/formed/formed/plugins/web/controllers.py: Fixed initialisation          * tools/formed/formed/plugins/web/controllers.py: Fixed initialisation
121            of ErrorStatus. Fixed generated of the help tags in the formular            of ErrorStatus. Fixed generated of the help tags in the formular
122    
123          * tools/formed/formed/plugins/web/renderer.py: Added error icon for          * tools/formed/formed/plugins/web/renderer.py: Added error icon for
124            pageerrors. An "!" now indicates errors on pages in the formular            pageerrors. An "!" now indicates errors on pages in the formular
125            navigation. Added new <div> "content" around confirmation dialogss.            navigation. Added new <div> "content" around confirmation dialogss.

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26