1 |
2003-08-27 Bernhard Herzog <[email protected]> |
2003-08-27 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
As preparation for the 0.9 release, switch thuban files to a |
4 |
|
non-dev namespace |
5 |
|
|
6 |
|
* Thuban/Model/save.py (SessionSaver.write_session): Write files |
7 |
|
with the http://thuban.intevation.org/dtds/thuban-0.9.dtd |
8 |
|
namespace |
9 |
|
|
10 |
|
* Thuban/Model/load.py (SessionLoader.__init__): Accept the |
11 |
|
http://thuban.intevation.org/dtds/thuban-0.9.dtd namespace too |
12 |
|
|
13 |
|
* test/test_save.py (SaveSessionTest.dtd) |
14 |
|
(SaveSessionTest.testEmptySession) |
15 |
|
(SaveSessionTest.testSingleLayer) |
16 |
|
(SaveSessionTest.testLayerProjection) |
17 |
|
(SaveSessionTest.testRasterLayer) |
18 |
|
(SaveSessionTest.testClassifiedLayer) |
19 |
|
(SaveSessionTest.test_dbf_table) |
20 |
|
(SaveSessionTest.test_joined_table) |
21 |
|
(SaveSessionTest.test_save_postgis): Update for new namespace |
22 |
|
|
23 |
|
* test/test_load.py (LoadSessionTest.dtd, TestSingleLayer) |
24 |
|
(TestLayerVisibility.file_contents, TestLabels.file_contents) |
25 |
|
(TestLayerProjection.file_contents) |
26 |
|
(TestRasterLayer.file_contents, TestJoinedTable.file_contents) |
27 |
|
(TestPostGISLayer.file_contents) |
28 |
|
(TestPostGISLayerPassword.file_contents) |
29 |
|
(TestLoadError.file_contents, TestLoadError.test): Update for new |
30 |
|
namespace |
31 |
|
|
32 |
|
2003-08-27 Bernhard Herzog <[email protected]> |
33 |
|
|
34 |
Make the table interface distinguish between row ids (an integer |
Make the table interface distinguish between row ids (an integer |
35 |
that uniquely identifies a row) and row ordinals (a simple row |
that uniquely identifies a row) and row ordinals (a simple row |
36 |
count from 0 to NumRows() - 1) |
count from 0 to NumRows() - 1) |