1 |
2003-08-25 Bernhard Herzog <[email protected]> |
2003-08-25 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
Basic loading of sessions containing postgis connections: |
4 |
|
|
5 |
|
* Thuban/Model/load.py (LoadError): Add doc-string |
6 |
|
(LoadCancelled): New exception class to indicate a cancelled load |
7 |
|
(SessionLoader.__init__): Add the db_connection_callback parameter |
8 |
|
which will be used by the loader to get updated parameters and a |
9 |
|
password for a database connection |
10 |
|
(SessionLoader.__init__): Add the new XML elements to the |
11 |
|
dispatchers dictionary |
12 |
|
(SessionLoader.check_attrs): Two new conversions, ascii to convert |
13 |
|
to a byte-string object and idref as a generic id reference |
14 |
|
(SessionLoader.start_dbconnection) |
15 |
|
(SessionLoader.start_dbshapesource): New. Handlers for the new XML |
16 |
|
elements |
17 |
|
(load_session): Add the db_connection_callback to pass through the |
18 |
|
SessionLoader |
19 |
|
|
20 |
|
* test/test_load.py (TestPostGISLayer, TestPostGISLayerPassword): |
21 |
|
New classes to test loading of sessions with postgis database |
22 |
|
connections. |
23 |
|
|
24 |
|
2003-08-25 Bernhard Herzog <[email protected]> |
25 |
|
|
26 |
* Thuban/UI/mainwindow.py (__ThubanVersion__): Remove this and |
* Thuban/UI/mainwindow.py (__ThubanVersion__): Remove this and |
27 |
replace it and the comment with __BuildDate__ by the Source: and |
replace it and the comment with __BuildDate__ by the Source: and |
28 |
Id: cvs keywords as used in the other files. |
Id: cvs keywords as used in the other files. |