Tom Hughes
48000eb09a
Require a form post to finally confirm an account to stop
...
accidental confirmations.
2008-05-29 20:43:58 +00:00
Richard Fairhurst
889ee9e368
fix revert to cope with moved nodes properly (OH NOES I updated some SQL)
2008-05-16 10:32:53 +00:00
Tom Hughes
74b6dabb7f
Tidy up handling of unknown traces.
2008-05-06 16:57:40 +00:00
Tom Hughes
895eb829c9
Backout message deletion functionality as it has unfortunate side effects
...
as it also removes the message from the sender's outbox.
2008-05-06 16:35:24 +00:00
Tom Hughes
a47fcb0857
Fix replying to diary comments, and tidy a few things up.
2008-05-05 23:01:05 +00:00
Tom Hughes
af1e733bee
Quote reply messages properly.
2008-05-05 22:52:19 +00:00
Tom Hughes
210e26f40e
Reinstate stripping of Re: prefixes that Steve dropped...
2008-05-05 22:46:56 +00:00
Tom Hughes
02efd7ba4a
Go back to using user_id+k as the primary key for user preferences but
...
actually using the composite primary key extension this time so that it
really works.
Also stop update_one tring to render a non-existent view, and add a
delete_one method to allow preferences to be deleted.
2008-05-04 11:18:38 +00:00
Steve Coast
3d0f2130da
fix bug 871 - show a good error message if gps trace not found
2008-05-03 14:29:01 +00:00
Steve Coast
ee1707a4a7
nicer reply messages, bug 529
2008-05-03 14:02:53 +00:00
Steve Coast
ee6165bf9b
ability to delete messages
2008-05-03 13:25:34 +00:00
Steve Coast
4b3c207a81
add individual user preference read/write, and default all new users to having public data
2008-05-03 12:57:48 +00:00
Richard Fairhurst
111b865116
Potlatch 0.8c
2008-04-30 22:59:30 +00:00
Tom Hughes
a1378a6bd4
Report a friendly error for attempts to reference a user that does
...
not exist. Closes #805 .
2008-04-27 12:21:32 +00:00
Tom Hughes
cb3992f5a1
Mark map responses as attachments.
2008-04-19 13:35:02 +00:00
Tom Hughes
ddb003f0f2
Headers is an array not a function...
2008-04-19 13:29:10 +00:00
Tom Hughes
8815700a77
Rework AJAX stuff to work on IE.
2008-04-18 22:12:50 +00:00
Tom Hughes
b4791598ea
Remove unused method.
2008-04-17 17:47:35 +00:00
Tom Hughes
45a77397f3
Make the /export URL work.
2008-04-17 17:47:15 +00:00
Tom Hughes
4cc400de43
Merged 7296:7388 from rails_port trunk.
2008-04-16 23:52:32 +00:00
Tom Hughes
599c48227a
Ajaxify the export tab.
2008-04-16 23:45:16 +00:00
Tom Hughes
d13ef1db02
More work on export tab.
2008-04-14 23:46:10 +00:00
Tom Hughes
0f28e0581e
Tweak the namefinder results a bit more.
2008-04-10 08:07:09 +00:00
Tom Hughes
373a3b0577
Provide extra context for namefinder results where the nearest place
...
is small (a hamlet, village or suburb). Closes #794 .
2008-04-09 23:43:38 +00:00
Tom Hughes
1df50231fa
Commit initial work on export tab.
2008-04-07 23:23:15 +00:00
Tom Hughes
f8adbf080a
Remove export controller from branches where it isn't needed yet.
2008-04-07 23:11:25 +00:00
Tom Hughes
400340b138
Enable the namefinder again.
2008-03-25 18:01:10 +00:00
Steve Coast
1f857565a6
more madness
2008-03-21 20:21:49 +00:00
Richard Fairhurst
d2c9ea6cf0
fix problem with blank areas throwing a 500
2008-03-21 19:49:09 +00:00
Richard Fairhurst
112950ca3a
various relations fixes
2008-03-21 19:00:39 +00:00
Richard Fairhurst
4a5fb3b46e
restore Steve's deleteway stuff
2008-03-19 10:39:50 +00:00
Richard Fairhurst
ae142c554b
Potlatch 0.8 - be afraid, be very, very afraid
2008-03-19 01:03:51 +00:00
Frederik Ramm
d0aa199e92
- add old_relation_controller and stuff so that relation history works. fixes #557 .
...
- minor testing fixes.
2008-03-16 23:16:18 +00:00
Tom Hughes
6c15eb7251
Disable the NameFinder and fix cut'n'paste error.
2008-02-26 21:50:53 +00:00
Tom Hughes
1c6a83f0e8
Fix stupid breakage. Closes #708 .
2008-02-24 13:43:42 +00:00
Steve Coast
d1f2b4ece9
remove deleteway logic from amf_controller (yay!) TomH: check with RichardF this is sane before deploying. worksforme.
2008-02-23 16:05:45 +00:00
Tom Hughes
5a6f4c5690
Use named constants for HTTP response codes.
2008-02-23 15:35:49 +00:00
Tom Hughes
071b0be241
Use named constants for HTTP response codes.
2008-02-23 15:35:14 +00:00
Steve Coast
cacf1879c3
user images
2008-02-23 15:18:59 +00:00
Steve Coast
2e44f9ccf3
User prference system basically done
2008-02-23 13:37:36 +00:00
Steve Coast
e13337354d
preference stuff
2008-02-23 11:12:42 +00:00
Richard Fairhurst
588a65c2b2
Reject 0/1-length ways.
2008-02-19 18:06:26 +00:00
Tom Hughes
4f33014464
Use FileUtils.mv instead of File.rename as it will do a copy+delete when
...
the source and target are not on the same filesystem. Closes #670 .
2008-02-07 23:53:20 +00:00
Richard Fairhurst
dd396a773e
unbreak undelete
2008-02-06 22:43:14 +00:00
Tom Hughes
0f11fd9995
Use a lower zoom level for partial postcode matches.
2008-02-05 19:14:33 +00:00
Tom Hughes
5fbc8ad3f4
Send email notifications when people comment on diary entries. Closes #655 .
2008-02-04 00:15:28 +00:00
Tom Hughes
276f165f3f
Explain why we don't include the nodes in the way load.
2008-02-03 16:31:50 +00:00
Tom Hughes
02f768533d
Don't preload nodes as it seem to break ways with duplicate nodes.
2008-02-03 16:28:02 +00:00
Richard Fairhurst
88f469eec1
fix for resizable Potlatch
2008-02-03 16:11:24 +00:00
Tom Hughes
9ff462e96c
Remove pointless return statement.
2008-02-03 15:55:19 +00:00