1 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/sql.py: Added foreign keys |
4 |
|
for repeat tables. |
5 |
|
|
6 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/export/sql.py: When generating |
9 |
|
an extra table check in a table of same content exists. In |
10 |
|
this case reference the existing table. |
11 |
|
|
12 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
13 |
|
|
14 |
|
* tools/formed/formed/plugins/export/sql.py: Rewritten to produce |
15 |
|
_real_ SQL and respect repeat groups. |
16 |
|
|
17 |
|
* tools/formed/formed/model/data.py: Fixed bug with Group.isRepeat() |
18 |
|
|
19 |
|
* tools/formed/formed/plugins/web/renderer.py: Use "".join([]) |
20 |
|
instead of expensive += string concat in some places. |
21 |
|
|
22 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
|
* tools/formed/formed/model/data.py: Renamed GroupNode.getRepeat() |
25 |
|
to .isRepeat and return a bool. Fixed a bug in Page.allWidgets(). |
26 |
|
|
27 |
|
2007-08-28 Torsten Irlaender <[email protected]> |
28 |
|
|
29 |
|
* tools/formed/plugins/web/renderer.py: Added Formdata interface. |
30 |
|
* tools/formed/model/data.py: Implements Formadata interface to |
31 |
|
textfields. Fieldset generated depends now on the "invisible" |
32 |
|
attribute of the groupnode. Field-label generation slightly changed. |
33 |
|
Added error indication to textfields |
34 |
|
|
35 |
|
2007-08-28 Sascha L. Teichmann <[email protected]> |
36 |
|
|
37 |
|
* tools/formed/formed/model/data.py, |
38 |
|
tools/formed/formed/io/document.py: Removed support |
39 |
|
of logical groups. |
40 |
|
|
41 |
|
2007-08-28 Sascha L. Teichmann <[email protected]> |
42 |
|
|
43 |
|
* tools/formed/formed/io/document.py: Avoid saving empty |
44 |
|
attributes. |
45 |
|
|
46 |
|
* tools/formed/test-data/simple.xml: Applied. |
47 |
|
|
48 |
|
2007-08-28 Sascha L. Teichmann <[email protected]> |
49 |
|
|
50 |
|
* tools/formed/formed/model/data.py: Added 'repeat' and |
51 |
|
'invisible' attributes to group. TODO: remove logical group. |
52 |
|
|
53 |
|
2007-08-27 Torsten Irlaender <[email protected]> |
54 |
|
|
55 |
|
* tools/formed/plugins/web/plugin.py, |
56 |
|
tools/formed/plugins/web/renderer.py: Started to include stylesheet |
57 |
|
depending tags in the html generation. |
58 |
|
|
59 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
60 |
|
|
61 |
|
* tools/formed/formed/model/data.py, |
62 |
|
tools/formed/formed/io/document.py: Added a logical group. |
63 |
|
It has an attribute 'repeat' to indicate that it might |
64 |
|
be worthy an external table in DB schema. |
65 |
|
|
66 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
67 |
|
|
68 |
|
* tools/formed/formed/plugins/web/plugin.py: Support |
69 |
|
serving of static content. |
70 |
|
|
71 |
|
* tools/formed/formed/plugins/web/server.py: Removed |
72 |
|
old send code. |
73 |
|
|
74 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
75 |
|
|
76 |
|
* tools/formed/formed/plugins/web/plugin.py: Use new |
77 |
|
Response object. Fix typo. |
78 |
|
|
79 |
|
* tools/formed/formed/plugins/web/server.py: support |
80 |
|
response object to serve different MIME types. |
81 |
|
|
82 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
83 |
|
|
84 |
|
* tools/formed/formed/plugins/web/plugin.py: Add web.path |
85 |
|
to FORMED environment variable to specify the |
86 |
|
root of the static content. |
87 |
|
|
88 |
|
2007-08-26 Sascha L. Teichmann <[email protected]> |
89 |
|
|
90 |
|
* tools/formed/formed/model/data.py, |
91 |
|
tools/formed/formed/model/nodecomponents.py: Fixed mode issues. |
92 |
|
|
93 |
|
* tools/formed/formed/plugins/web/www, |
94 |
|
tools/formed/formed/plugins/web/www/main.tmpl: New. Contains |
95 |
|
a template for the HTML output. |
96 |
|
|
97 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixes several smaller |
98 |
|
mode issues. Introduces CSS support. Simplified the action |
99 |
|
handling. |
100 |
|
|
101 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed the |
102 |
|
nagivation code. |
103 |
|
|
104 |
|
* tools/formed/formed/plugins/web/server.py: Added missing import. |
105 |
|
|
106 |
|
2007-08-26 Sascha L. Teichmann <[email protected]> |
107 |
|
|
108 |
|
* tools/formed/formed/model/data.py: Added missing broadcast |
109 |
|
parameter to setAttribute() of RuleLeaf. |
110 |
|
|
111 |
|
* tools/formed/formed/plugins/web/plugin.py: Factorize |
112 |
|
HTTP server code out to separate module. |
113 |
|
|
114 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed |
115 |
|
needless -1 from pop() |
116 |
|
|
117 |
|
* tools/formed/formed/plugins/web/server.py: New. Contains |
118 |
|
the HTTP server code now. |
119 |
|
|
120 |
2007-08-26 Sascha L. Teichmann <[email protected]> |
2007-08-26 Sascha L. Teichmann <[email protected]> |
121 |
|
|
122 |
* tools/formed/test-data/simple.xml: Modified to contain a rule. |
* tools/formed/test-data/simple.xml: Modified to contain a rule. |