/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 166 by torsten, Tue Sep 11 09:16:48 2007 UTC revision 175 by teichmann, Tue Sep 11 17:21:55 2007 UTC
# Line 1  Line 1 
1    2007-09-11 Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/model/memory.py: Making MemoryDataStore persistent
4              with pickle/unpickle.
5    
6            * tools/formed/formed/main.py: Added a env FORMED parameter 'persistent'.
7              Set to a file name it is tried to unpickle a MemoryDataStore from
8                    that file. When exiting the program this file is used to store the
9                    current MemoryDataStore state. The storing only works if you exit
10                    the program through the Menu File->Exit.
11                    usage: FORMED=persistent:test.db ./formed.sh
12    
13    2007-09-11 Torsten Irlaender <[email protected]>
14    
15            * tools/formed/formed/plugins/web/renderer.py: Changed Name of the
16              application on the welcome page from "Formed" to "WASKA"
17    
18    2007-09-11 Torsten Irlaender <[email protected]>
19    
20            * tools/formed/formed/plugins/web/plugin.py,
21            * tools/formed/formed/plugins/web/controllers.py,
22            * tools/formed/formed/plugins/web/renderer.py: Added InfoPageHandler.
23              The infopage provides information on all project participants.
24    
25    2007-09-11 Sascha L. Teichmann <[email protected]>
26    
27            * tools/formed/formed/plugins/web/controllers.py: Fix unicode conversion
28              issues with error messages (once again).
29    
30  2007-09-11 Torsten Irlaender <[email protected]>  2007-09-11 Torsten Irlaender <[email protected]>
31    
32            * tools/formed/formed/plugins/web/form_renderer.py,
33            * tools/formed/formed/plugins/web/renderer.py: Added alt tag for
34              icons in error and confirmation dialogs.
35    
36    2007-09-11 Sascha L. Teichmann <[email protected]>
37    
38            * tools/formed/formed/plugins/web/form_renderer.py: Fixed label
39              generation for ints, texts and textareas. Fixed h depths of infos.
40    
41    2007-09-11 Sascha L. Teichmann <[email protected]>
42    
43            * tools/formed/formed/plugins/web/form_renderer.py: Removed
44              debug output for help.
45    
46            * tools/formed/formed/plugins/web/semantic.py: Added forgotten
47              check for bools.
48    
49            * tools/formed/formed/plugins/web/controllers.py:  Added correct
50              HTML output of data for bools.
51    
52    2007-09-11 Torsten Irlaender <[email protected]>
53    
54            * tools/formed/formed/plugins/web/form_renderer.py: Changed size of
55              textfields for int values. Changed Label for submitbuttons to
56              "Speichern"
57    
58            * tools/formed/formed/plugins/web/plugin.py,
59              tools/formed/formed/plugins/web/controllers.py: Added new
60              NotImplementedHandler to show up a dummysite for not implemented
61              functions.
62    
63            * tools/formed/formed/plugins/web/renderer.py: Added
64              NotImplementedRenderer. Various small fixes. Mostly renaming the
65              labels of some context menus. Error messages are now generated
66              dynamically depending on num errors. Formular navigation has now
67              colored indication for errors.
68    
69    2007-09-11 Torsten Irlaender <[email protected]>
70    
71          * tools/formed/formed/plugins/web/renderer.py: Implemented "LookAhead"          * tools/formed/formed/plugins/web/renderer.py: Implemented "LookAhead"
72            algorithm for the formular navigation to get rid of the problem            algorithm for the formular navigation to get rid of the problem
73            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 8  Line 77 
77  2007-09-10 Torsten Irlaender <[email protected]>  2007-09-10 Torsten Irlaender <[email protected]>
78          * tools/formed/formed/plugins/web/form_renderer.py: Changed order of          * tools/formed/formed/plugins/web/form_renderer.py: Changed order of
79            div and formtag.            div and formtag.
80    
81          * tools/formed/formed/plugins/web/controllers.py: Added DataSet action          * tools/formed/formed/plugins/web/controllers.py: Added DataSet action
82            menu in the conformation dialog when creating a new dataset.            menu in the conformation dialog when creating a new dataset.
83    
84          * tools/formed/formed/plugins/web/renderer.py: Fixed error when          * tools/formed/formed/plugins/web/renderer.py: Fixed error when
85            rendering the default welcome page. Changed rendering of the            rendering the default welcome page. Changed rendering of the
86            overview and the digest table of the datasets. Added icon for            overview and the digest table of the datasets. Added icon for
87            confirmation dialog, moved the icon in the <h1> tags.              confirmation dialog, moved the icon in the <h1> tags.  
88    
89  2007-09-10 Torsten Irlaender <[email protected]>  2007-09-10 Torsten Irlaender <[email protected]>
90    
91          * tools/formed/formed/plugins/web/form_renderer.py: Some html          * tools/formed/formed/plugins/web/form_renderer.py: Some html
92            generation cleanup. Added error icons to formelements            generation cleanup. Added error icons to formelements
93    
94          * tools/formed/formed/plugins/web/controllers.py: Fixed initialisation          * tools/formed/formed/plugins/web/controllers.py: Fixed initialisation
95            of ErrorStatus. Fixed generated of the help tags in the formular            of ErrorStatus. Fixed generated of the help tags in the formular
96    
97          * tools/formed/formed/plugins/web/renderer.py: Added error icon for          * tools/formed/formed/plugins/web/renderer.py: Added error icon for
98            pageerrors. An "!" now indicates errors on pages in the formular            pageerrors. An "!" now indicates errors on pages in the formular
99            navigation. Added new <div> "content" around confirmation dialogss.            navigation. Added new <div> "content" around confirmation dialogss.

Legend:
Removed from v.166  
changed lines
  Added in v.175

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26