]> git.openstreetmap.org Git - rails.git/history - app/controllers
migration 013 removes tags from nodes and old nodes tables/ 014 does not do anything atm
[rails.git] / app / controllers /
2007-08-20 Tom HughesHandle errors a bit better.
2007-08-19 Tom HughesAdd additional validation to the user model and tidy...
2007-08-18 Tom HughesHandle files uploaded via the API properly.
2007-08-17 Dan KarranShowing all messages in inbox, but sorting by date...
2007-08-16 Tom HughesMake the gpx/id/data API call work, and make gpx/create...
2007-08-16 Tom HughesIgnore exceptions looking up a user from a session.
2007-08-15 Tom HughesTidy up trace handling a bit, and add support for per...
2007-08-14 Tom HughesVarious updates to the user management, including the...
2007-08-14 Tom HughesDon't create sessions for API calls.
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 HughesEnable compression for object history API calls.
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-08-08 Tom HughesCope with results from the OSM Namefinder that have...
2007-08-07 Tom HughesOnly use the actual name that matched as the link,...
2007-08-07 Tom HughesRecognise UK postcodes with a space in the middle.
2007-08-07 Tom HughesCope with the OSM NameFinder returning a result with...
2007-08-07 Tom HughesNew improved geocoder with extra added AJAX and OSM...
2007-08-03 Richard Fairhurstvarious bugfixes, new natural presets
2007-07-31 Tom HughesRemoved unused preferences method from the user control...
2007-07-30 Tom HughesGive up after reporting that the query found too many...
2007-07-26 Tom HughesAdd a flag to allow the API to be placed in read-only...
2007-07-26 Tom HughesMake the search calls a bit more efficient and add...
2007-07-22 Richard Fairhurstways from unwayed segments now automatically fix segmen...
2007-07-22 Tom HughesDon't include deleted segments when converting unwayed...
2007-07-22 Tom HughesLog calls to the makeway method.
2007-07-21 Richard Fairhurstexperimental 'make ways out of unwayed segments' feature
2007-07-20 Tom HughesDon't fill in from_display_name for messages - it can...
2007-07-19 Tom HughesEscape names passed to ws.geonames.org as part of the...
2007-07-19 Tom HughesFixed error handling in the name search and tidied...
2007-07-19 Tom HughesDon't include passwords in the request log.
2007-07-17 Tom HughesProvide a more sensible suggested filename when downloa...
2007-07-13 Richard Fairhurststrip out any control characters before writing to...
2007-07-07 Richard Fairhurstfix problematic merge
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-29 Tom HughesRemove require_user for the api_details method as that...
2007-06-29 Steve Coastadd mappam... also stuff in user controller that must...
2007-06-27 Tom HughesMake sure we clear the tags and segments for a way...
2007-06-27 Tom HughesMake passwords with a colon in them work.
2007-06-27 Tom HughesFix deprecation warning.
2007-06-27 Tom HughesMore search fixes...
2007-06-27 Tom HughesFix way search.
2007-06-27 Tom HughesSplit the rest action into sparate read, update and...
2007-06-27 Richard Fairhurstuse render proc to write out results, see if that makes...
2007-06-27 Tom HughesFix breakage.
2007-06-27 Tom HughesAdd more logging...
2007-06-26 Tom HughesEnhance logging.
2007-06-26 Tom HughesCreate XML documents properly.
2007-06-26 Tom HughesFix typo.
2007-06-26 Tom HughesAdd some logging.
2007-06-26 Richard Fairhurstfixing version problem for way_tags
2007-06-24 Richard Fairhurstmore accurate unwayed segments display; warning icon...
2007-06-24 Richard Fairhurstbetter SQL in putway, plus trap any 0/1-length ways...
2007-06-24 Tom HughesFix bogus SQL.
2007-06-24 Tom HughesAllow all trackpoints to be fetched, not just those...
2007-06-23 Tom HughesMake per-user diary entry lists go through the diary_en...
2007-06-23 Dan KarranAdding tag name to title if available.
2007-06-23 Dan KarranAdding titles to trace lists
2007-06-22 Tom HughesCorrectly record which user deleted an object.
2007-06-21 Tom HughesAvoid reading traces and trace images into memory when...
2007-06-21 Tom HughesAdd support for segment/:id/ways and node/:id/segments...
2007-06-20 Dan KarranSeperating message receiving off into 'inbox' function.
2007-06-19 Tom HughesClose a number of holes in the API by making it validat...
2007-06-18 Tom HughesTell users if the reason they can't login is because...
2007-06-18 Tom HughesMake it clear that new accounts need to be actived...
2007-06-16 Dan KarranSetting correct XML content-type for trace RSS feeds.
2007-06-16 Dan KarranAdding titles to some more pages, adding a redirect...
2007-06-14 Tom HughesWhen a new user confirms their email address, log them...
2007-06-12 Tom HughesAdd the search boxes to the edit page.
2007-06-12 Tom HughesImprove reporting of errors in GPX uploads, and allow...
2007-06-12 Tom HughesAllow users to change their password from the account...
2007-06-11 Tom HughesImprove handling of login/logout some more to improve...
2007-06-11 Dan KarranAdding RSS feed to main diary page, with space for...
2007-06-11 Richard Fairhurstremove timeout
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-06-09 Tom HughesMark user as active when issuing a new password - this...
2007-06-09 Tom HughesValidate passwords properly when creating an account...
2007-06-08 Richard Fairhurstunwayed segments fix
2007-06-08 Richard FairhurstTomH's way history patch
2007-06-08 Richard FairhurstExtra check that nodes/segments in ways are visible
2007-06-07 Dan Karran#493: tweaking some notification messages in user_contr...
2007-06-07 Richard Fairhurststart of unwayed segments support
2007-06-06 Richard FairhurstLatest Potlatch, plus TomH's GPX fix
2007-06-04 Richard FairhurstTomH's 500 patch
2007-05-29 Steve Coastvarious things from TomH
2007-05-28 Richard Fairhurstno longer deletes nodes used in other segments ('H...
2007-05-28 Richard FairhurstTomH's patches
2007-05-26 Damian Sulewskiapplied TomH patch for lost password site
2007-05-24 Steve Coastapply patch from TomH for #477 and dont require http...
2007-05-22 Steve Coastreturn a blank 0.4 osm xml doc when on data found
2007-05-21 Richard Fairhurstupdate timestamp/uid in current_ways
2007-05-20 Richard Fairhurstwhichways now only returns visible ways
2007-05-20 Steve Coastvarious ruby bits
2007-05-19 Nick WhiteleggUpdated potlatch preset tags for bridleway and byway
2007-05-18 Richard Fairhurstworkaround for paths in Potlatch getpresets, plus diary...
2007-05-18 Richard FairhurstPotlatch-on-Rails, ready to go (fingers crossed)
next