/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 17 by teichmann, Thu Aug 9 11:00:04 2007 UTC revision 27 by teichmann, Fri Aug 10 10:28:57 2007 UTC
# Line 1  Line 1 
1    2007-08-10      Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/model/data.py: TextLeafs are now
4              initialized with size = 40, maxlength = 60
5    
6    2007-08-10      Sascha L. Teichmann <[email protected]>
7    
8            * tools/formed/formed/plugins/web/renderer.py: Fixed: choices
9              are renderered with description now.
10    
11    2007-08-10      Sascha L. Teichmann <[email protected]>
12    
13            * tools/formed/formed/plugins/web/renderer.py: Added rendering
14              for date items. Added missing ids for texts and textareas.
15    
16    2007-08-10      Sascha L. Teichmann <[email protected]>
17    
18            * tools/formed/formed/config.py: Evaluate the environment
19              variable 'FORMED'. Snytax: FORMED='key1:value1;key2:value2'
20    
21            * tools/formed/formed/plugins/plugin.py: Give a reference
22              to the config at setup time.
23    
24            * tools/formed/formed/plugins/web/plugin.py: To determine
25              the port look at FORMED dictionary first. Key is 'web.port'.
26                    e.g. FORMED='web.port:8888'
27    
28            * tools/formed/formed/main.py: Call the plugin setup with
29              the reference to the config.
30    
31    2007-08-10      Sascha L. Teichmann <[email protected]>
32    
33            * tools/formed/test-data/simple.xml: removed 'text' attributes from
34              info tags. Use the 'value' attributes for same purpose now, please!
35    
36            * tools/formed/formed/model/data.py: removed text attributes from
37              InfoLeaf.
38    
39            * tools/formed/formed/plugins/web/renderer.py: Rendering of info
40              now uses the 'value' instead of the 'text' attributes.
41    
42    2007-08-09      Sascha L. Teichmann <[email protected]>
43    
44            * tools/formed/formed/model/data.py: next/prevPage() are
45              methods of PageNode now.
46    
47            * tools/formed/formed/model/nodecomponents.py: findByClassAndName()
48              is method of Document now.
49    
50            * tools/formed/formed/plugins/web/plugin.py: Factored out
51              the HTML renderer.
52    
53            * tools/formed/formed/plugins/web/renderer.py: New: contains
54              the HTML renderer now.
55    
56            * tools/formed/test-data/simple.xml: Fixed typo
57    
58    2007-08-09      Sascha L. Teichmann <[email protected]>
59    
60            * tools/formed/formed/plugins/web/plugin.py: Fixed a bug
61              in calculation of width of bounded int fields.
62    
63    2007-08-09      Sascha L. Teichmann <[email protected]>
64    
65            * tools/formed/test-data/simple.xml: Make demo Int fancier.
66    
67            * tools/formed/formed/model/data.py: Added attributes to IntLeaf
68    
69            * tools/formed/formed/plugins/web/plugin.py: Added rendering for
70              Ints
71    
72    2007-08-09      Sascha L. Teichmann <[email protected]>
73    
74            * tools/formed/test-data/simple.xml: Added demo textarea
75    
76            * tools/formed/formed/model/data.py: Added TextAreaLeaf
77    
78            * tools/formed/formed/io/document.py: register builder
79              for loading of textareas
80    
81            * tools/formed/formed/plugins/web/plugin.py: Added rendering
82              for textareas.
83    
84    2007-08-09      Sascha L. Teichmann <[email protected]>
85    
86            * tools/formed/test-data/simple.xml: Make demo choice fancier.
87    
88            * tools/formed/formed/model/data.py: Added attributes for texts
89            
90            * tools/formed/formed/plugins/web/plugin.py: Added rendering
91              for texts
92    
93  2007-08-09      Sascha L. Teichmann <[email protected]>  2007-08-09      Sascha L. Teichmann <[email protected]>
94    
95          * tools/formed/test-data/simple.xml: Make demo choice more          * tools/formed/test-data/simple.xml: Make demo choice fancier.
           fancy  
96    
97          * tools/formed/formed/model/data.py: Added attributes for          * tools/formed/formed/model/data.py: Added attributes for choices.
           choices.  
98    
99          * tools/formed/formed/plugins/web/plugin.py: Added rendering          * tools/formed/formed/plugins/web/plugin.py: Added rendering
100            for choices            for choices

Legend:
Removed from v.17  
changed lines
  Added in v.27

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26