Thomas Wood
e8c7543bdd
Add condition for user not found in trace controller.
...
Closes #1710
2009-04-19 21:22:34 +00:00
Tom Hughes
a68b8651d5
Handle MySQL/Postgres boolean differences.
2009-04-16 21:16:09 +00:00
Tom Hughes
bddb7dd8f9
Put auto discovery links in the document head.
2009-03-06 14:27:40 +00:00
Shaun McDonald
a5336e68a3
Show whether a trace is public or private in the trace list, so that a user can easily find traces that are private, when they really wanted them to be public. Only show 'in ...tags...', if there are some tags. Improve indentation.
2008-07-23 14:33:45 +00:00
Tom Hughes
9f8600877b
Stop rails moaning.
2008-07-18 21:42:13 +00:00
Shaun McDonald
955122e412
Replacing the non existant image with a pending text on the trace page
2008-06-10 17:17:32 +00:00
Tom Hughes
15e64474e4
Unbreak Richard's warning messages. Closes #864 .
2008-04-25 09:04:56 +00:00
Tom Hughes
5bc80823ec
Tidy up RSS links a bit.
2008-04-23 17:39:09 +00:00
Tom Hughes
840a402031
Tidy up template.
2008-04-23 13:15:04 +00:00
Richard Fairhurst
1b591df0bc
warn if user tries to upload 8bn traces at once
2008-04-23 11:57:01 +00:00
Richard Fairhurst
1878369474
permit uninserted tracks to be edited
2008-03-30 00:27:29 +00:00
Tom Hughes
58082d128a
Fix typo.
2008-03-04 21:24:14 +00:00
Tom Hughes
789c6343d9
Yet more escaping.
2008-03-04 17:57:51 +00:00
Tom Hughes
8225f0a6ea
Reenable trace uploads.
2007-12-01 00:34:55 +00:00
Tom Hughes
52276be4a9
Disable GPX uploads.
2007-11-30 18:49:55 +00:00
Tom Hughes
6d6c9ddc8c
Specify display_name and tag explicitly when generating pagination links
...
as they don't always seem to be default correctly. Closes #561 .
2007-11-30 01:27:14 +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
Tom Hughes
868ce8d467
Allow trace descriptions and tags to be edited.
2007-09-23 17:05:31 +00:00
Richard Fairhurst
1fcd5f5593
Potlatch v0.2a: display GPS traces, some bugfixes
2007-09-12 10:07:26 +00:00
Dan Karran
9554ef289e
Adding geo microformat to trace viewing pages.
2007-09-03 22:40:04 +00:00
Tom Hughes
11bd2a4ddc
Link trace owner to their user page.
2007-08-26 23:04:17 +00:00
Tom Hughes
d274c0e3d8
Put the option to delete GPS traces back. Fixes #405 .
2007-08-22 18:01:23 +00:00
Tom Hughes
a0962c03c0
Set the display name correctly in the image URL.
2007-08-20 14:18:22 +00:00
Tom Hughes
08b71b48e1
Tidy up trace handling a bit, and add support for per-user and per-tag feeds.
2007-08-15 18:10:18 +00:00
Tom Hughes
b62561cdb5
Fix tag links.
2007-08-14 23:45:25 +00:00
Tom Hughes
ce6bddcbd9
Make tag links work again.
2007-08-09 21:51:35 +00:00
Tom Hughes
07ad4a36ea
Use the rails paginator to paginate the trace list, and abstract some
...
common template code into a partial.
2007-08-08 23:58:37 +00:00
Tom Hughes
c409bc5a7d
Show an edit link on the trace details page, and use the same zoom level
...
as the trace list.
2007-07-28 16:49:46 +00:00
Tom Hughes
05f7261763
Add missing quote.
2007-07-28 16:47:22 +00:00
Tom Hughes
997aaf1f1a
Provide separate map and edit links for each trace.
2007-07-28 16:35:23 +00:00
Tom Hughes
b92e1b0584
Fix some HTML validation issue.
2007-06-30 12:09:28 +00:00
Tom Hughes
bd5793f7a6
Improve reporting of errors in GPX uploads, and allow private traces
...
to be uploaded once again.
2007-06-12 08:52:19 +00:00
Tom Hughes
d27ff25473
Improve handling of login/logout some more to improve the chances of
...
us ending up on the right page afterwards.
2007-06-11 23:49:03 +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
e84c55e860
Avoid warnings about spaces in method calls.
2007-06-10 23:40:35 +00:00
Tom Hughes
aa52ebe674
User form_tag/end instead of start_form_tag/end_form_tag to avoid
...
deprecation warnings.
2007-06-10 23:22:56 +00:00
Richard Fairhurst
6efdcaa993
Latest Potlatch, plus TomH's GPX fix
2007-06-06 09:59:59 +00:00
Richard Fairhurst
4769eec5aa
TomH's patches
2007-05-28 14:54:50 +00:00
Nick Black
fa4e7e2df7
fixed the 'zooom' typo
2007-05-07 14:28:11 +00:00
Steve Coast
3aabf07e10
user bits
2007-04-07 19:33:20 +00:00
Steve Coast
a9e1c229d2
ability to make trace public
2007-04-07 17:14:53 +00:00
Steve Coast
bc49dab4a8
can now download a trace
2007-04-07 17:07:03 +00:00
Steve Coast
dd57a8d248
link to map from trace
2007-04-07 16:58:26 +00:00
Steve Coast
9f8952b6ef
fix import bug, make points commify
2007-04-07 16:56:45 +00:00
Steve Coast
4434bac3b4
gpx import now fully works
2007-04-07 14:06:26 +00:00
Steve Coast
c382f33e1c
various user bits
2007-04-07 11:40:43 +00:00
Dan Moore
2709027882
API 0.4: User rename, view trace links, tag filter summary / see all link, traces testing
2007-03-29 22:14:39 +00:00
Dan Moore
d07277efba
API 0.4 Updates - work on traces pages + pagination, edit tab, some API testing
...
* traces - added some routes, replicated data access / pagination, but presentation and pending file control not complete
* edit - setup so that applet can be loaded + token authorisation enabled
* API - tests out ok against applet, but had to change segment-node associations
* misc - gems version required upgraded to 1.2.3 (latest stable rails version), changed some find_first to find(:first... calls
2007-03-23 23:13:19 +00:00
Immanuel Scholz
85d8a2d177
- replaced hardcoded www.openstreetmap.org with environment variable
...
- added preferences action to user
- added column preferences to user table
2007-01-14 01:29:52 +00:00
Steve Coast
e5f292cf21
gpx rss and gpx cleanups
2006-12-08 17:25:23 +00:00