1 |
2003-12-22 Bernhard Herzog <[email protected]> |
2003-12-22 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* setup.py (setup call): 1.0.0, yeah! |
4 |
|
|
5 |
|
* Thuban/version.py (longversion): 1.0.0, yeah! |
6 |
|
|
7 |
|
* Thuban/Model/load.py (SessionLoader.__init__): Accept the |
8 |
|
1.0.0 namespace too |
9 |
|
|
10 |
|
* Thuban/Model/save.py (SessionSaver.write_session): Save with |
11 |
|
1.0.0 namespace |
12 |
|
|
13 |
|
* test/test_load.py (LoadSessionTest.dtd) |
14 |
|
(TestSingleLayer.file_contents) |
15 |
|
(TestNonAsciiColumnName.file_contents) |
16 |
|
(TestLayerVisibility.file_contents) |
17 |
|
(TestClassification.file_contents, TestLabels.file_contents) |
18 |
|
(TestLayerProjection.file_contents) |
19 |
|
(TestRasterLayer.file_contents, TestJoinedTable.file_contents) |
20 |
|
(TestLabelLayer.file_contents, TestPostGISLayer.file_contents) |
21 |
|
(TestPostGISLayerPassword.file_contents) |
22 |
|
(TestLoadError.file_contents, TestLoadError.test): Update for |
23 |
|
1.0.0 namespace |
24 |
|
|
25 |
|
* test/test_save.py (SaveSessionTest.dtd) |
26 |
|
(SaveSessionTest.testEmptySession) |
27 |
|
(SaveSessionTest.testSingleLayer) |
28 |
|
(SaveSessionTest.testLayerProjection) |
29 |
|
(SaveSessionTest.testRasterLayer) |
30 |
|
(SaveSessionTest.testClassifiedLayer) |
31 |
|
(SaveSessionTest.test_dbf_table) |
32 |
|
(SaveSessionTest.test_joined_table) |
33 |
|
(SaveSessionTest.test_save_postgis): Update for 1.0.0 namespace |
34 |
|
|
35 |
|
2003-12-22 Bernhard Herzog <[email protected]> |
36 |
|
|
37 |
* Thuban/Model/load.py (SessionLoader.start_label): Make sure the |
* Thuban/Model/load.py (SessionLoader.start_label): Make sure the |
38 |
alignment flags are byte strings not unicode and that they have |
alignment flags are byte strings not unicode and that they have |
39 |
valid values |
valid values |