1 |
|
2004-02-10 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
Fix some postgis problems. What remains to be done is real |
4 |
|
handling of SRIDs as they affect how reprojection is done |
5 |
|
|
6 |
|
* Thuban/Model/postgisdb.py (quote_identifier): Fix typo in |
7 |
|
doc-string |
8 |
|
(PostGISShapeStore._fetch_table_information): New. Extend |
9 |
|
inherited method to retrieve srid |
10 |
|
(PostGISShapeStore.BoundingBox): Handle tables without data. |
11 |
|
extent yields NULL for those |
12 |
|
(PostGISShapeStore.ShapesInRegion): Use the srid of the table. |
13 |
|
|
14 |
|
* test/test_postgis_db.py |
15 |
|
(TestPostGISSpecialCases.test_shapestore_empty_table): New test |
16 |
|
for the special case of a table without any data |
17 |
|
(TestPostGISShapestorePointSRID): New class with tests for a table |
18 |
|
that uses srids |
19 |
|
(PolygonTests): Fix a doc-string typo |
20 |
|
|
21 |
|
* test/postgissupport.py (PostGISDatabase.__init__): New parameter |
22 |
|
reference_systems with a specification of spacial reference |
23 |
|
systems to create in the new db. |
24 |
|
(PostgreSQLServer.new_postgis_db) |
25 |
|
(PostgreSQLServer.get_static_data_db): New parameter |
26 |
|
reference_systems to be passed through ultimately to |
27 |
|
PostGISDatabase. In new_postgis_db also check whether an existing |
28 |
|
db already has the right srids |
29 |
|
(PostgreSQLServer.get_default_static_data_db): Add srids and a |
30 |
|
table that uses srids |
31 |
|
(PostGISDatabase.initdb): Create the entries for the reference |
32 |
|
systems |
33 |
|
(PostGISDatabase.has_data): Add reference_systems parameter to |
34 |
|
check for those too |
35 |
|
(upload_shapefile): New parameter srid to create tables with a |
36 |
|
specific srid |
37 |
|
|
38 |
|
2004-02-06 Frank Koormann <[email protected]> |
39 |
|
|
40 |
|
* po/pt_BR.po: Fixed charset |
41 |
|
|
42 |
|
2004-02-05 Frank Koormann <[email protected]> |
43 |
|
|
44 |
|
* po/pt_BR.po: Fixed format string for error message, missing %s |
45 |
|
added (Thuban/UI/application.py:273) |
46 |
|
|
47 |
|
2004-02-03 Frank Koormann <[email protected]> |
48 |
|
|
49 |
|
First version of Portuguese (Brazilian) translation |
50 |
|
|
51 |
|
* po/pt_BR.po: New, translation of pot (2004-01-15 16:07+0300) for |
52 |
|
Brazilian Portuguese by Eduardo Patto Kanegae. |
53 |
|
|
54 |
|
* Thuban/UI/about.py (About.__init.py__): Added Eduardo to the list of |
55 |
|
translators. |
56 |
|
|
57 |
|
|
58 |
|
2004-01-22 Frank Koormann <[email protected]> |
59 |
|
|
60 |
|
* Doc/manual/thuban-manual.xml: Added section on installation of |
61 |
|
Thuban under Win32 systems. Fixed image path references in the postgis |
62 |
|
section. Some minor source formattings. |
63 |
|
|
64 |
|
2004-01-21 Frank Koormann <[email protected]> |
65 |
|
|
66 |
|
Make Thuban remember path selections (at least for one application run). |
67 |
|
|
68 |
|
* Thuban/UI/application.py (Application.OnInit): Initialize path as a |
69 |
|
attribute of application object. Path is a dictionary of |
70 |
|
strings, currently with the items "data" and "projection". |
71 |
|
(Application.SetPath): New, stores path for the specified item. |
72 |
|
(Application.Path): New, return path for the specified item. |
73 |
|
|
74 |
|
* Thuban/UI/mainwindow.py |
75 |
|
(MainWindow.OpenSession, MainWindow.SaveSessionAs, |
76 |
|
MainWindow.AddLayer, MainWindow.AddRasterLayer, |
77 |
|
MainWindow.TableOpen): Access "data" path information of the |
78 |
|
application. |
79 |
|
|
80 |
|
* Thuban/UI/projdialog.py (ProjFrame._OnImport, ProjFrame._OnExport): |
81 |
|
Access "projection" path information of the application. |
82 |
|
|
83 |
|
2004-01-05 Bernhard Herzog <[email protected]> |
84 |
|
|
85 |
|
* po/ru.po: Updated translations from Alex Shevlakov |
86 |
|
|
87 |
|
2004-01-05 Bernhard Herzog <[email protected]> |
88 |
|
|
89 |
|
* po/Makefile, po/README: Move the description of how to generate |
90 |
|
the translation statistics to the README. |
91 |
|
|
92 |
|
2003-12-23 Bernhard Herzog <[email protected]> |
93 |
|
|
94 |
|
* NEWS: Update for 1.0.0 |
95 |
|
|
96 |
|
* po/it.po: Another update from Maurizio Napolitano |
97 |
|
|
98 |
|
2003-12-23 Bernhard Herzog <[email protected]> |
99 |
|
|
100 |
|
* po/it.po: Updated translation from Maurizio Napolitano |
101 |
|
|
102 |
|
2003-12-23 Bernhard Herzog <[email protected]> |
103 |
|
|
104 |
|
* Thuban/UI/join.py (JoinDialog.__init__): Mark one more string |
105 |
|
for translation |
106 |
|
|
107 |
|
* Thuban/UI/mainwindow.py (MainWindow.TableRename) |
108 |
|
(MainWindow.RenameMap, MainWindow.RenameLayer): Mark some more |
109 |
|
strings for translation |
110 |
|
|
111 |
|
* po/de.po: Update with the newly marked strings. |
112 |
|
|
113 |
2003-12-22 Bernhard Herzog <[email protected]> |
2003-12-22 Bernhard Herzog <[email protected]> |
114 |
|
|
115 |
* HOWTO-Release: Fix the places where version numbers have to be |
* HOWTO-Release: Fix the places where version numbers have to be |