/[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 181 by torsten, Wed Sep 12 12:48:48 2007 UTC
# Line 1  Line 1 
1    2007-09-12 Torsten Irlaender <[email protected]>
2            * tools/formed/formed/plugins/web/form_renderer.py: Renamed header
3              from formular navigation to "Fallakte Inhalt"
4    
5    2007-09-12 Torsten Irlaender <[email protected]>
6            * tools/formed/formed/plugins/ui/controls.py: Fixed bug that bad
7              values (dates)  were not pretty printed.
8            * tools/formed/formed/plugins/web/form_renderer.py: Added errormsg to
9              label rendering for choicelists.
10    
11    2007-09-12 Torsten Irlaender <[email protected]>
12            * tools/formed/formed/plugins/ui/controls.py: Fixed bug that
13              choicelist did not get selected when the value is set to "0"
14    
15    2007-09-12 Torsten Irlaender <[email protected]>
16            * tools/formed/formed/plugins/web/form_renderer.py: Added
17              "getPrintableData" method, for the formdata Class which will return
18              the description rather than the value of element in the ID. This is
19              need for displaying the choises in a right way.
20            
21            * tools/formed/formed/plugins/web/renderer.py: Changed string
22              "Fallnummer" into "Kundennummer" in the templates. Added
23              Kundennummer to the dataset digest output. Bound in the new
24              "getPrintableData" call for the digest.
25    
26    2007-10-11 Sascha L. Teichmann <[email protected]>
27    
28            * tools/formed/formed/plugins/export/data.py: The import/export
29              of data is now implemented with filters (the most consequent
30                    way in terms of design of FormEd). The support of the 'persistent'
31                    FORMED env-variable support has been removed.
32                    
33            * tools/formed/formed/plugins/ui/controls.py: Added a flag to the
34              filter file dialog to double as import dialog.
35    
36            * tools/formed/formed/main.py: Removed the the FORMED-var support
37              for persistence.
38            
39            * tools/formed/formed/config.py: Add the two new filters to the filters
40              list.
41    
42    2007-10-11 Sascha L. Teichmann <[email protected]>
43    
44            * tools/formed/formed/model/memory.py: Uses XML as persistence format now.
45              Removed pickle/unpickle stuff.
46    
47            * tools/formed/formed/main.py: Uses the new XML persistence.
48    
49            * tools/formed/formed/plugins/web/semantic.py: Fixed: choices were
50              not converted to int indices.
51    
52    2007-09-11 Sascha L. Teichmann <[email protected]>
53    
54            * tools/formed/formed/model/memory.py: Making MemoryDataStore persistent
55              with pickle/unpickle.
56    
57            * tools/formed/formed/main.py: Added a env FORMED parameter 'persistent'.
58              Set to a file name it is tried to unpickle a MemoryDataStore from
59                    that file. When exiting the program this file is used to store the
60                    current MemoryDataStore state. The storing only works if you exit
61                    the program through the Menu File->Exit.
62                    usage: FORMED=persistent:test.db ./formed.sh
63    
64    2007-09-11 Torsten Irlaender <[email protected]>
65    
66            * tools/formed/formed/plugins/web/renderer.py: Changed Name of the
67              application on the welcome page from "Formed" to "WASKA"
68    
69  2007-09-11 Torsten Irlaender <[email protected]>  2007-09-11 Torsten Irlaender <[email protected]>
70    
71            * tools/formed/formed/plugins/web/plugin.py,
72            * tools/formed/formed/plugins/web/controllers.py,
73            * tools/formed/formed/plugins/web/renderer.py: Added InfoPageHandler.
74              The infopage provides information on all project participants.
75    
76    2007-09-11 Sascha L. Teichmann <[email protected]>
77    
78            * tools/formed/formed/plugins/web/controllers.py: Fix unicode conversion
79              issues with error messages (once again).
80    
81    2007-09-11 Torsten Irlaender <[email protected]>
82    
83            * tools/formed/formed/plugins/web/form_renderer.py,
84            * tools/formed/formed/plugins/web/renderer.py: Added alt tag for
85              icons in error and confirmation dialogs.
86    
87    2007-09-11 Sascha L. Teichmann <[email protected]>
88    
89            * tools/formed/formed/plugins/web/form_renderer.py: Fixed label
90              generation for ints, texts and textareas. Fixed h depths of infos.
91    
92    2007-09-11 Sascha L. Teichmann <[email protected]>
93    
94            * tools/formed/formed/plugins/web/form_renderer.py: Removed
95              debug output for help.
96    
97            * tools/formed/formed/plugins/web/semantic.py: Added forgotten
98              check for bools.
99    
100            * tools/formed/formed/plugins/web/controllers.py:  Added correct
101              HTML output of data for bools.
102    
103    2007-09-11 Torsten Irlaender <[email protected]>
104    
105          * tools/formed/formed/plugins/web/form_renderer.py: Changed size of          * tools/formed/formed/plugins/web/form_renderer.py: Changed size of
106            textfields for int values. Changed Label for submitbuttons to            textfields for int values. Changed Label for submitbuttons to
107            "Speichern"            "Speichern"
108    
109          * tools/formed/formed/plugins/web/plugin.py,          * tools/formed/formed/plugins/web/plugin.py,
110            tools/formed/formed/plugins/web/controllers.py: Added new            tools/formed/formed/plugins/web/controllers.py: Added new
111            NotImplementedHandler to show up a dummysite for not implemented            NotImplementedHandler to show up a dummysite for not implemented
112            functions.            functions.
113    
114          * tools/formed/formed/plugins/web/renderer.py: Added          * tools/formed/formed/plugins/web/renderer.py: Added
115            NotImplementedRenderer. Various small fixes. Mostly renaming the            NotImplementedRenderer. Various small fixes. Mostly renaming the
116            labels of some context menus. Error messages are now generated            labels of some context menus. Error messages are now generated
# Line 13  Line 118 
118            colored indication for errors.            colored indication for errors.
119    
120  2007-09-11 Torsten Irlaender <[email protected]>  2007-09-11 Torsten Irlaender <[email protected]>
121    
122          * tools/formed/formed/plugins/web/renderer.py: Implemented "LookAhead"          * tools/formed/formed/plugins/web/renderer.py: Implemented "LookAhead"
123            algorithm for the formular navigation to get rid of the problem            algorithm for the formular navigation to get rid of the problem
124            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 128 
128  2007-09-10 Torsten Irlaender <[email protected]>  2007-09-10 Torsten Irlaender <[email protected]>
129          * tools/formed/formed/plugins/web/form_renderer.py: Changed order of          * tools/formed/formed/plugins/web/form_renderer.py: Changed order of
130            div and formtag.            div and formtag.
131    
132          * tools/formed/formed/plugins/web/controllers.py: Added DataSet action          * tools/formed/formed/plugins/web/controllers.py: Added DataSet action
133            menu in the conformation dialog when creating a new dataset.            menu in the conformation dialog when creating a new dataset.
134    
135          * tools/formed/formed/plugins/web/renderer.py: Fixed error when          * tools/formed/formed/plugins/web/renderer.py: Fixed error when
136            rendering the default welcome page. Changed rendering of the            rendering the default welcome page. Changed rendering of the
137            overview and the digest table of the datasets. Added icon for            overview and the digest table of the datasets. Added icon for
138            confirmation dialog, moved the icon in the <h1> tags.              confirmation dialog, moved the icon in the <h1> tags.  
139    
140  2007-09-10 Torsten Irlaender <[email protected]>  2007-09-10 Torsten Irlaender <[email protected]>
141    
142          * tools/formed/formed/plugins/web/form_renderer.py: Some html          * tools/formed/formed/plugins/web/form_renderer.py: Some html
143            generation cleanup. Added error icons to formelements            generation cleanup. Added error icons to formelements
144    
145          * tools/formed/formed/plugins/web/controllers.py: Fixed initialisation          * tools/formed/formed/plugins/web/controllers.py: Fixed initialisation
146            of ErrorStatus. Fixed generated of the help tags in the formular            of ErrorStatus. Fixed generated of the help tags in the formular
147    
148          * tools/formed/formed/plugins/web/renderer.py: Added error icon for          * tools/formed/formed/plugins/web/renderer.py: Added error icon for
149            pageerrors. An "!" now indicates errors on pages in the formular            pageerrors. An "!" now indicates errors on pages in the formular
150            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.181

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26