Commit graph

637 commits

Author SHA1 Message Date
Dan Karran
b4e6a72858 Adding RSS feed to main diary page, with space for lat/long info to be associated with each post in the future, though that needs adding still. 2007-06-11 21:42:00 +00:00
Richard Fairhurst
5ef2e8f661 remove timeout 2007-06-11 14:43:06 +00:00
Tom Hughes
4012eb7f9a Make next and previous links on user/XXX/traces work. Fixes #501. 2007-06-10 23:51:23 +00:00
Tom Hughes
0f727ece17 Use params[] instead of @params[] to avoid deprecation warnings. 2007-06-10 16:29:15 +00:00
Tom Hughes
457d66eb5b Mark user as active when issuing a new password - this allows users who
forgot to activate their account to do so by going through the lost password
procedure, which effectively revalidates their email address.
2007-06-09 23:08:18 +00:00
Tom Hughes
a187c759b7 Validate passwords properly when creating an account. Fixes #419. 2007-06-09 22:56:18 +00:00
Richard Fairhurst
00f7307824 unwayed segments fix 2007-06-08 17:37:54 +00:00
Richard Fairhurst
ed0ac139d2 TomH's way history patch 2007-06-08 10:40:26 +00:00
Richard Fairhurst
5bc1730d89 Extra check that nodes/segments in ways are visible 2007-06-08 10:36:36 +00:00
Dan Karran
8b240b982b #493: tweaking some notification messages in user_controller. 2007-06-07 14:36:13 +00:00
Richard Fairhurst
d85887e146 start of unwayed segments support 2007-06-07 09:18:23 +00:00
Richard Fairhurst
6efdcaa993 Latest Potlatch, plus TomH's GPX fix 2007-06-06 09:59:59 +00:00
Richard Fairhurst
325aa7ecdf TomH's 500 patch 2007-06-04 08:57:13 +00:00
Steve Coast
a0e8c35c1b various things from TomH 2007-05-29 23:25:41 +00:00
Richard Fairhurst
048f7fca8c no longer deletes nodes used in other segments ('H' test case) 2007-05-28 19:06:42 +00:00
Richard Fairhurst
4769eec5aa TomH's patches 2007-05-28 14:54:50 +00:00
Damian Sulewski
461bf3802d applied TomH patch for lost password site 2007-05-26 20:58:33 +00:00
Steve Coast
40c7e0f9aa apply patch from TomH for #477 and dont require http auth on GET to the API. 2007-05-24 11:20:16 +00:00
Steve Coast
494975aa8b return a blank 0.4 osm xml doc when on data found 2007-05-22 11:22:17 +00:00
Richard Fairhurst
5548c74ccc update timestamp/uid in current_ways 2007-05-21 16:53:36 +00:00
Richard Fairhurst
2fb5f6d979 whichways now only returns visible ways 2007-05-20 21:26:54 +00:00
Steve Coast
07cb7fea1a various ruby bits 2007-05-20 21:10:51 +00:00
Nick Whitelegg
0f6d05a2d7 Updated potlatch preset tags for bridleway and byway 2007-05-19 11:54:45 +00:00
Richard Fairhurst
44bf1d91a1 workaround for paths in Potlatch getpresets, plus diary link 2007-05-18 16:45:10 +00:00
Richard Fairhurst
0944c1cf02 Potlatch-on-Rails, ready to go (fingers crossed) 2007-05-18 15:20:31 +00:00
Steve Coast
d4cea98b16 back out eager way_tag loading as it wasn't getting all tags? 2007-05-14 01:51:14 +00:00
Steve Coast
332bcb6b18 do wot john said innit - eagerly load tags in the map call for ways 2007-05-14 00:51:36 +00:00
Robert (Jamie) Munro
6ace541442 Made way controller return text/xml instead of text/html. Fixes #450
Also fixed some line endings and trailing spaces.
2007-05-13 14:06:55 +00:00
Steve Coast
e25cbb009a various gpx bits 2007-05-10 22:14:11 +00:00
Steve Coast
1bbe59b6a7 api fixes 2007-05-10 20:17:29 +00:00
Steve Coast
21fd6d3126 updates to api 2007-05-10 19:37:33 +00:00
Steve Coast
9011118cd0 bring checks back 2007-05-10 18:51:37 +00:00
John McKerrell
14b8e7619f Added trackpoint serving support to 0.4 API 2007-05-10 14:07:37 +00:00
Steve Coast
6ccf25b347 various fixes 2007-05-09 17:31:11 +00:00
Richard Fairhurst
551f96197c nickw's auth stuff, plus some optimisations. If f--king svn finally commits this after five hours of error messages I will be really very happy 2007-05-08 22:15:19 +00:00
Nick Black
c5d1f3381d fixes ticket 434 2007-05-08 12:41:04 +00:00
Steve Coast
ec328801e9 return blank <osm> if no nodes found 2007-05-08 07:53:39 +00:00
Richard Fairhurst
220ad0a6b6 Potlatch on Rails, first working version 2007-05-08 00:37:58 +00:00
Nick Black
56e4364aa9 fixed the ticket 432 2007-05-07 17:20:33 +00:00
Steve Coast
6d8353821b cleanup 2007-05-07 15:00:33 +00:00
Nick Black
07f130f0a6 fixed user messaging stuff 2007-05-07 14:14:51 +00:00
Steve Coast
513b863bf0 add explicit garbage collection 2007-05-07 13:51:47 +00:00
Nick Black
7d52305640 added messaging and friend stuff that wasn't checked in 2007-05-06 10:36:06 +00:00
Steve Coast
89e976c6e5 updates from hacking day 2007-05-06 10:08:00 +00:00
Richard Fairhurst
e5a5f957ef Potlatch whichways and getway. These aren't really Rails, they're just SQL grafted on... 2007-05-05 18:46:10 +00:00
Richard Fairhurst
c8972a0859 Potlatch Rails AMF stuff 2007-05-05 16:09:34 +00:00
Nick Black
20e02f42dc messaging stuff and home location selection 2007-05-05 16:05:00 +00:00
Richard Fairhurst
88a206b0f2 /diary no longer requires login 2007-05-05 15:52:11 +00:00
John McKerrell
3296514ab8 Adding display name to go_public method to fix follow on page. 2007-05-05 15:01:40 +00:00
Nick Black
7bcda2794f resolved user.rb conflict 2007-05-05 14:24:08 +00:00