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