1 |
2007-08-23 Sascha L. Teichmann <[email protected]> |
2007-08-23 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/names/filter.py: Removed |
4 |
|
HTML and SQL exporters. |
5 |
|
|
6 |
|
* tools/formed/formed/plugins/export, |
7 |
|
tools/formed/formed/plugins/export/__init__.py, |
8 |
|
tools/formed/formed/plugins/export/sql.py, |
9 |
|
tools/formed/formed/plugins/export/html.py: New: Contain |
10 |
|
the HTML and the SQL exporters now. |
11 |
|
|
12 |
|
* tools/formed/formed/config.py: Use exporters from different |
13 |
|
package now. |
14 |
|
|
15 |
|
2007-08-23 Torsten Irlaender <[email protected]> |
16 |
|
|
17 |
|
* tools/formed/formed/plugins/names/filter.py: Added an |
18 |
|
pseudo SQL export filters. TODO: Move HTML and SQL filter |
19 |
|
in a new file (formed/plugins/export/htmlexport.py and |
20 |
|
sqlexport.py?) |
21 |
|
|
22 |
|
* tools/formed/formed/config.py: Install the new SQL filter. |
23 |
|
|
24 |
|
2007-08-23 Sascha L. Teichmann <[email protected]> |
25 |
|
|
26 |
* tools/formed/formed/model/nodecomponents.py: Added a depth() |
* tools/formed/formed/model/nodecomponents.py: Added a depth() |
27 |
method to determine the depth of particular tree item. |
method to determine the depth of particular tree item. |
28 |
|
|