Commit graph

8666 commits

Author SHA1 Message Date
Tom Hughes
7b190a18f1 Pass a list of visible nodes when generating XML for a way. Closes #553. 2007-10-08 16:54:34 +00:00
Tom Hughes
b084685bba Force C99 mode. 2007-10-08 07:54:54 +00:00
Richard Fairhurst
d626256bc2 Potlatch 0.4 (hopefully) 2007-10-07 20:26:00 +00:00
Tom Hughes
e8dbe46f7e Use a consistent name for the variable holding the relation count. 2007-10-07 14:16:14 +00:00
Tom Hughes
ac8a24e79e Cope with empty areas better. 2007-10-07 12:44:27 +00:00
Tom Hughes
334b76d2a9 Make lighttpd reject 0.4 API requests without talking to rails. 2007-10-07 11:47:24 +00:00
Richard Fairhurst
09ccace450 OS X-compatible makefile supplied by agnat 2007-10-07 11:15:09 +00:00
Gabriel Ebner
3bf13d9c43 Merge rails_port_0.5 2007-10-07 10:51:20 +00:00
Frederik Ramm
27834b0a82 add relations to stats 2007-10-05 01:10:23 +00:00
Gabriel Ebner
5506b2d959 rails_port_0.5: Merge rails_port. 2007-10-04 14:52:09 +00:00
Tom Hughes
05ce43138f Correct instructions for creating the database to ensure that the
default character set is specified correctly.
2007-10-04 10:26:30 +00:00
Gabriel Ebner
ffe8dbaa23 rails_port_0.5: Merge rails_port. 2007-09-30 19:13:57 +00:00
Tom Hughes
c2707d72e0 Fix typo in HTML version of account confirmation message. 2007-09-30 08:50:53 +00:00
Gabriel Ebner
26fb51c86e rails_port_0.5: Merge rails_port. 2007-09-29 17:44:17 +00:00
Tom Hughes
61dd59712e Rescale GPS points correctly when downgrading from v5 to v4. 2007-09-28 23:33:32 +00:00
Tom Hughes
6595f97c53 Make the name of the lon/lng virtual attribute on trace points consistent. 2007-09-28 23:19:19 +00:00
Tom Hughes
e7d834625c Fall back to a pure ruby update implementation if the tile_for_point
function is not present in MySQL.
2007-09-28 23:18:13 +00:00
Frederik Ramm
25ad9dd38c fix for preconditions 2007-09-28 20:47:01 +00:00
Tom Hughes
05602fc9d7 Fall back to adding tile numbers the hard way if the MySQL function is
not available.
2007-09-28 18:32:11 +00:00
Tom Hughes
dd9ad16303 Document installation of database functions on MacOS X. 2007-09-28 14:57:31 +00:00
Gabriel Ebner
2d6c36d97b rails_port_0.5: Merge rails_port. 2007-09-27 09:05:17 +00:00
Tom Hughes
e5018d8f08 Provide both HTML and plain text versions of account confirmation and
password reset emails to try and avoid problems with link truncation.
2007-09-26 23:01:11 +00:00
Frederik Ramm
8c2a873aa0 bugfix searching relations 2007-09-26 15:53:09 +00:00
Frederik Ramm
bf9418957e new calls 2007-09-26 15:48:00 +00:00
Frederik Ramm
b68fa8ef98 support searching relations 2007-09-26 15:06:50 +00:00
Gabriel Ebner
16a641ac2a rails_port_0.5: Merge rails_port. 2007-09-26 14:15:21 +00:00
Frederik Ramm
4bbe59a0c4 added tagging of two-node ways created from tagged or unwayed segments. untested. 2007-09-26 09:54:49 +00:00
Tom Hughes
3db4ac9a8e Improve consistency of trace upload forms and error handling.
Fixes #543 and #544.
2007-09-25 23:18:32 +00:00
Gabriel Ebner
9d57643812 rails_port_0.5: Merge rails_port. 2007-09-25 21:16:44 +00:00
Tom Hughes
68637a381c Process traces in order. 2007-09-24 22:59:34 +00:00
Gabriel Ebner
b66ae59f33 rails_port_0.5: Add the index before loading the data as suggested by Tom Hughes. 2007-09-24 13:31:11 +00:00
Frederik Ramm
1ac9ea1f06 removed LOCAL from LOAD DATA INFILE 2007-09-24 09:32:16 +00:00
Frederik Ramm
06a3213acd added with=4 to list of uninteresting tags, also source=PGS* (was: source=PGS exactly) 2007-09-24 09:11:33 +00:00
Gabriel Ebner
0f91ad8966 rails_port_0.5: Merge rails_port r4664. 2007-09-23 20:37:16 +00:00
Tom Hughes
868ce8d467 Allow trace descriptions and tags to be edited. 2007-09-23 17:05:31 +00:00
Tom Hughes
56500280d4 Avoid warning. 2007-09-23 16:54:48 +00:00
Tom Hughes
cb71c6d57f Add migration for quadtiling of node tables. 2007-09-23 13:42:56 +00:00
Gabriel Ebner
e03ea17a22 rails_port_0.5: Merge rails_port r4643 2007-09-22 19:55:33 +00:00
Tom Hughes
ba6b3f355a Use tile based query when creating a way from unwayed segments. 2007-09-21 16:25:18 +00:00
Tom Hughes
2237cab748 Scale lat and lon values for unwayed segments. 2007-09-21 16:09:24 +00:00
Tom Hughes
418b315ea5 Use tile based queries for unwayed segments. 2007-09-21 16:04:36 +00:00
Tom Hughes
df31fe13a5 Use quadtiling for the node tables. 2007-09-21 13:43:43 +00:00
Tom Hughes
5cd05017a3 Improve alert messages when database is offline. 2007-09-21 09:49:28 +00:00
Tom Hughes
dcad582741 Learn to spell. 2007-09-21 08:14:01 +00:00
Tom Hughes
734697ebb6 Check API status correctly. 2007-09-21 08:13:17 +00:00
Tom Hughes
9c01c4cb63 Allow the API to be taken offline completely as well as being put into
readonly mode,
2007-09-20 23:51:11 +00:00
Gabriel Ebner
05a2bd6b46 rails_port_0.5/007_remove_segments_helper: Only convert segments that don't have the same tags as their way. 2007-09-20 15:14:25 +00:00
Gabriel Ebner
cfbdd3f7e1 Merge rails_port as of r4613 & fix tests. 2007-09-20 14:37:29 +00:00
Tom Hughes
27d8f2ef63 Include a reply link in email notifications of messages. 2007-09-19 10:37:32 +00:00
Tom Hughes
4c00efd678 Cope with change in number of decimals for GPS point positions. 2007-09-19 09:18:59 +00:00