/[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 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]>  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]>
79    
80            * tools/formed/formed/plugins/web/form_renderer.py: Removed
81              debug output for help.
82    
83            * tools/formed/formed/plugins/web/semantic.py: Added forgotten
84              check for bools.
85    
86            * tools/formed/formed/plugins/web/controllers.py:  Added correct
87              HTML output of data for bools.
88    
89    2007-09-11 Torsten Irlaender <[email protected]>
90    
91            * tools/formed/formed/plugins/web/form_renderer.py: Changed size of
92              textfields for int values. Changed Label for submitbuttons to
93              "Speichern"
94    
95            * tools/formed/formed/plugins/web/plugin.py,
96              tools/formed/formed/plugins/web/controllers.py: Added new
97              NotImplementedHandler to show up a dummysite for not implemented
98              functions.
99    
100            * tools/formed/formed/plugins/web/renderer.py: Added
101              NotImplementedRenderer. Various small fixes. Mostly renaming the
102              labels of some context menus. Error messages are now generated
103              dynamically depending on num errors. Formular navigation has now
104              colored indication for errors.
105    
106    2007-09-11 Torsten Irlaender <[email protected]>
107    
108          * tools/formed/formed/plugins/web/renderer.py: Implemented "LookAhead"          * tools/formed/formed/plugins/web/renderer.py: Implemented "LookAhead"
109            algorithm for the formular navigation to get rid of the problem            algorithm for the formular navigation to get rid of the problem
110            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 114 
114  2007-09-10 Torsten Irlaender <[email protected]>  2007-09-10 Torsten Irlaender <[email protected]>
115          * tools/formed/formed/plugins/web/form_renderer.py: Changed order of          * tools/formed/formed/plugins/web/form_renderer.py: Changed order of
116            div and formtag.            div and formtag.
117    
118          * tools/formed/formed/plugins/web/controllers.py: Added DataSet action          * tools/formed/formed/plugins/web/controllers.py: Added DataSet action
119            menu in the conformation dialog when creating a new dataset.            menu in the conformation dialog when creating a new dataset.
120    
121          * tools/formed/formed/plugins/web/renderer.py: Fixed error when          * tools/formed/formed/plugins/web/renderer.py: Fixed error when
122            rendering the default welcome page. Changed rendering of the            rendering the default welcome page. Changed rendering of the
123            overview and the digest table of the datasets. Added icon for            overview and the digest table of the datasets. Added icon for
124            confirmation dialog, moved the icon in the <h1> tags.              confirmation dialog, moved the icon in the <h1> tags.  
125    
126  2007-09-10 Torsten Irlaender <[email protected]>  2007-09-10 Torsten Irlaender <[email protected]>
127    
128          * tools/formed/formed/plugins/web/form_renderer.py: Some html          * tools/formed/formed/plugins/web/form_renderer.py: Some html
129            generation cleanup. Added error icons to formelements            generation cleanup. Added error icons to formelements
130    
131          * tools/formed/formed/plugins/web/controllers.py: Fixed initialisation          * tools/formed/formed/plugins/web/controllers.py: Fixed initialisation
132            of ErrorStatus. Fixed generated of the help tags in the formular            of ErrorStatus. Fixed generated of the help tags in the formular
133    
134          * tools/formed/formed/plugins/web/renderer.py: Added error icon for          * tools/formed/formed/plugins/web/renderer.py: Added error icon for
135            pageerrors. An "!" now indicates errors on pages in the formular            pageerrors. An "!" now indicates errors on pages in the formular
136            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.178

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26