Tom Hughes
|
962573431e
|
Move in_world? to GeoRecord model and correct comment.
|
2008-02-03 15:38:44 +00:00 |
|
Tom Hughes
|
d04c6d6ccd
|
Optimise the Potlatch whichways and getway calls a bit.
|
2008-02-03 12:56:25 +00:00 |
|
Richard Fairhurst
|
da76d64e93
|
Potlatch 0.7
|
2008-02-01 17:19:11 +00:00 |
|
Tom Hughes
|
b8f87e0466
|
Fix typo.
|
2008-01-28 08:44:03 +00:00 |
|
Steve Coast
|
a855d20ba4
|
Most of a method to delete a way and all its nodes - but I'm waiting on splitting node tags out to their own table before finishing it.
|
2008-01-25 15:24:04 +00:00 |
|
Steve Coast
|
bbd769304c
|
dont eager load tags (false primary key fucks all sorts of things up) and move delete way logic to model so that amf_controller can use it (plan is to do this with all of the methods. sigh.)
|
2008-01-25 14:32:45 +00:00 |
|
Xin Zheng
|
e7087af6bc
|
minor changes
|
2008-01-25 13:57:42 +00:00 |
|
Steve Coast
|
9328e84ba1
|
Some node documentation
|
2008-01-24 13:04:04 +00:00 |
|
Steve Coast
|
3bd92c1670
|
move potlatch presets to only be generated once, and allow pulling in way_tags in a way via a false primary key
|
2008-01-24 10:52:10 +00:00 |
|
Tom Hughes
|
07e8449625
|
Allow a GPX to be fetched in XML format by fetching data.xml instead
of data (the data method returns it in the format it is stored in).
Closes #534.
|
2008-01-23 13:40:47 +00:00 |
|
Tom Hughes
|
bee38e63a3
|
Make things work with multipart keys.
|
2008-01-23 09:53:35 +00:00 |
|
Steve Coast
|
1c6ac719e6
|
replace whichways with rails-friendly code
|
2008-01-22 16:44:17 +00:00 |
|
Steve Coast
|
ddd5b4cf19
|
make amf_controller use rails objects, and stuff, in the getway method. You need to install the multipart keys plugin now, see the README.
|
2008-01-22 15:00:54 +00:00 |
|
Tom Hughes
|
8181cb4bf7
|
Add support for commenting on, and replying to, diary entries.
|
2008-01-17 23:12:25 +00:00 |
|
Tom Hughes
|
b416597507
|
Make the message reply link prefill the title with "Re: original title".
Closes #634.
|
2008-01-15 19:05:17 +00:00 |
|
Tom Hughes
|
425b3654d7
|
Mark mails as auto submitted. Closes #627.
|
2008-01-06 13:21:50 +00:00 |
|
Richard Fairhurst
|
914cad0aa2
|
show nearest 10 users (request by Blackadder)
|
2007-11-28 22:07:24 +00:00 |
|
Tom Hughes
|
cb330ffd7a
|
Force new users to enter their email address twice to try and avoid so
many incorrect email addresses with typos in...
|
2007-11-25 12:38:48 +00:00 |
|
Tom Hughes
|
144640c9ed
|
Fix tag splitting.
|
2007-11-24 01:00:53 +00:00 |
|
Mikel Maron
|
d736a158be
|
message outbox
|
2007-11-21 18:24:29 +00:00 |
|
Tom Hughes
|
9ec8ef0220
|
Add escaping of semicolon and equals in node tags.
Based on patch from Dave Stubbs.
|
2007-11-21 13:30:55 +00:00 |
|
Tom Hughes
|
3aa8ffbcb8
|
Tidy up mail notifiers and make them more rails style rather then
relying on ActionMailer implementation details.
|
2007-10-30 00:48:45 +00:00 |
|
Frederik Ramm
|
8a69ef115a
|
way history needs to reference nodes with ref=... not id=...
|
2007-10-26 18:14:48 +00:00 |
|
Dan Karran
|
eeeb13e4e4
|
Actually showing the closest neighbours instead of a fixed number of people within the search radius
|
2007-10-11 18:47:30 +00:00 |
|
Tom Hughes
|
dd33fc633c
|
Factor out common code for models which deal with geographic points
into a base class.
|
2007-10-10 23:00:25 +00:00 |
|
Dan Karran
|
60d8673e30
|
Reduce number of nearby people listed to the closest 5 by default, and show friends ahead of nearby people.
|
2007-10-10 19:22:16 +00:00 |
|
Dan Karran
|
d320673cc7
|
Improving friend capabilities so you can now add and remove friends as you wish. Friends will be notified when you add them. You can view a list of friends on your profile page (which has been reorganised a little).
|
2007-10-08 22:21:15 +00:00 |
|
Gabriel Ebner
|
26fb51c86e
|
rails_port_0.5: Merge rails_port.
|
2007-09-29 17:44:17 +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 |
|
Gabriel Ebner
|
e03ea17a22
|
rails_port_0.5: Merge rails_port r4643
|
2007-09-22 19:55:33 +00:00 |
|
Tom Hughes
|
df31fe13a5
|
Use quadtiling for the node tables.
|
2007-09-21 13:43:43 +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
|
9afb35449b
|
Change the gps_points table to store latitude and longitude values to
seven decimal places to given a worse case precision of about 1cm.
|
2007-09-18 23:29:47 +00:00 |
|
Dan Karran
|
78ef65aff7
|
Include message body in notification emails for convenience.
|
2007-09-16 14:52:50 +00:00 |
|
Tom Hughes
|
d19ca7c44b
|
Fill in the tile ID before saving a trace point. Also add appropriate
validation to the tracepoint model.
|
2007-09-12 14:33:37 +00:00 |
|
Tom Hughes
|
0423884184
|
Use QuadTiling in GPS point queries.
|
2007-09-12 12:14:45 +00:00 |
|
Dan Karran
|
285d61bf4c
|
Send an email notification out when a new message is waiting on the site for you.
|
2007-09-05 22:27:22 +00:00 |
|
Tom Hughes
|
4954f65061
|
Don't bother deleting points which don't exist before importing a
trace - this avoids locking the table in the common case where there
are no points to delete.
|
2007-09-04 16:22:03 +00:00 |
|
Tom Hughes
|
d3b42fef34
|
Add extra validation to messages and diary entries.
|
2007-09-04 14:05:13 +00:00 |
|
Tom Hughes
|
603d1be4bd
|
Get the timestamp outside the transactionso everything can see it.
|
2007-09-01 06:48:59 +00:00 |
|
Tom Hughes
|
b948dd6d52
|
Fix typo.
|
2007-09-01 06:39:10 +00:00 |
|
Tom Hughes
|
5fe7a5bbbc
|
Split the transaction used for ways so that we recover more cleanly
without leaving rubbish in the database.
|
2007-08-31 23:10:33 +00:00 |
|
Frederik Ramm
|
6d07f5661a
|
changed from nd id=... to nd ref=...
|
2007-08-31 22:33:27 +00:00 |
|
Tom Hughes
|
e15916ad5b
|
Let exceptions propagate to the default handler for ways so they are logged.
|
2007-08-31 18:10:44 +00:00 |
|
Tom Hughes
|
0975858cdb
|
Allow exceptions processing node and segment requests to propagate and
be handled by the default handler so they are logged.
|
2007-08-31 10:11:15 +00:00 |
|
Frederik Ramm
|
78b440ffc1
|
preliminary commit 0.5 API with relations / untested after entity-relation rename, some changes still in queue
|
2007-08-29 22:00:26 +00:00 |
|
Frederik Ramm
|
02451061ce
|
segment stuff removed
|
2007-08-29 21:38:38 +00:00 |
|
Tom Hughes
|
755a2c596c
|
Add additional validation to the user model and tidy up a few things on
the account options page.
|
2007-08-19 12:27:23 +00:00 |
|
Tom Hughes
|
4b71f8aacd
|
Include the home location in API user details response.
|
2007-08-19 09:43:01 +00:00 |
|