/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.18  
changed lines
  Added in v.25

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26