]> git.openstreetmap.org Git - rails.git/history - app/controllers/trace_controller.rb
Fixed bug in changeset closing and querying where the number of elements exceeded...
[rails.git] / app / controllers / trace_controller.rb
2009-01-23 Thomas WoodSet params to sane defaults if unset by client.
2009-01-23 Thomas WoodRequire auth on calls to /trace/create, and pass throug...
2008-12-12 Shaun McDonaldresync from rails_port 11795:12304
2008-12-12 Tom HughesOptimise lookup of traces with a given tag.
2008-11-18 Shaun McDonaldRemember whether the user set the public checkbox on...
2008-11-18 Tom HughesRequire the user to be logged in for those methods...
2008-11-18 Tom HughesFix syntax of status only renders. Closes #1345.
2008-11-08 Shaun McDonaldResyncing from head 10895:11795
2008-11-08 Dave Stubbsmore boolean correcting
2008-11-07 Andy Allanadd fixme
2008-11-07 Andy Allanuse boolean flags when using boolean columns
2008-10-21 Tom HughesRevert r11194 as it doesn't work as the trace_name...
2008-10-13 Tom HughesFix race condition adding traces. Closes #1201.
2008-09-25 Shaun McDonaldDoing a resync from mainline 8633:10895. There was...
2008-08-24 Tom HughesAdd basic support for logically deleting a user.
2008-07-18 Tom HughesMore warning fixes.
2008-07-03 Shaun McDonaldMerge changes from trunk 7673:8632.
2008-06-22 Tom HughesMerge 7922:8377 from trunk.
2008-06-22 Tom HughesAdd support for putting the site in an offline mode...
2008-05-09 Tom HughesMerge 7452:7744 from trunk.
2008-05-06 Tom HughesTidy up handling of unknown traces.
2008-05-04 Gabriel Ebnersplit_node_tags: Merge changes in main branch up to...
2008-05-03 Steve Coastfix bug 871 - show a good error message if gps trace...
2008-02-07 Tom HughesUse FileUtils.mv instead of File.rename as it will...
2008-01-23 Tom HughesAllow a GPX to be fetched in XML format by fetching...
2007-09-26 Gabriel Ebnerrails_port_0.5: Merge rails_port.
2007-09-25 Tom HughesImprove consistency of trace upload forms and error...
2007-09-23 Gabriel Ebnerrails_port_0.5: Merge rails_port r4664.
2007-09-23 Tom HughesAllow trace descriptions and tags to be edited.
2007-08-22 Tom HughesPut the option to delete GPS traces back. Fixes #405.
2007-08-20 Tom HughesHandle errors a bit better.
2007-08-18 Tom HughesHandle files uploaded via the API properly.
2007-08-16 Tom HughesMake the gpx/id/data API call work, and make gpx/create...
2007-08-15 Tom HughesTidy up trace handling a bit, and add support for per...
2007-08-14 Tom HughesAdd the author name to RSS feeds.
2007-08-14 Tom HughesRemove bogus setting of title attribute.
2007-08-09 Tom HughesFix title and tidy up a few things.
2007-08-09 Tom HughesReturn "404 Not Found" for users and traces which don...
2007-08-08 Tom HughesUse the rails paginator to paginate the trace list...
2007-07-17 Tom HughesProvide a more sensible suggested filename when downloa...
2007-07-02 Tom HughesHandle public flag for GPX creation properly.
2007-07-02 Tom HughesRefactor GPX creation routines to share common code.
2007-06-27 Tom HughesSplit the rest action into sparate read, update and...
2007-06-23 Dan KarranAdding tag name to title if available.
2007-06-23 Dan KarranAdding titles to trace lists
2007-06-21 Tom HughesAvoid reading traces and trace images into memory when...
2007-06-16 Dan KarranSetting correct XML content-type for trace RSS feeds.
2007-06-12 Tom HughesImprove reporting of errors in GPX uploads, and allow...
2007-06-11 Tom HughesImprove handling of login/logout some more to improve...
2007-06-10 Tom HughesMake next and previous links on user/XXX/traces work...
2007-06-10 Tom HughesUse params[] instead of @params[] to avoid deprecation...
2007-05-10 Steve Coastvarious gpx bits
2007-05-09 Steve Coastvarious fixes
2007-05-07 Nick Blackfixed the ticket 432
2007-04-07 Steve CoastGPX api done
2007-04-07 Steve Coastability to make trace public
2007-04-07 Steve Coastcan now download a trace
2007-04-07 Steve Coastgpx import now fully works
2007-03-29 Dan MooreAPI 0.4: User rename, view trace links, tag filter...
2007-03-23 Dan MooreAPI 0.4 Updates - work on traces pages + pagination...
2006-12-08 Steve Coastinnitial by tag / by user code
2006-12-08 Steve Coastgpx rss and gpx cleanups
2006-12-08 Steve Coasttrace bits and a georss class
2006-12-06 Steve Coastvarious gpx rails things
2006-12-06 Steve Coastadd tags to gpx files
2006-12-01 Steve Coastlots of rails gpx stuff
2006-12-01 Steve Coastvarious gpx bits
2006-12-01 Steve Coastvarious gpx bits
2006-11-30 Steve Coasttrace stuff in rails port
2006-11-27 Steve CoastGPX trace rails stuff
2006-07-28 Steve Coastmore basic framework