]> git.openstreetmap.org Git - rails.git/history - lib/osm.rb
Rethrow ActionController::UnknownAction exceptions encountered by
[rails.git] / lib / osm.rb
2009-11-25 Tom HughesAdd support for GeoIP lookups using Quova.
2009-11-22 Tom HughesCatch domain exceptions as we approach the poles and...
2009-07-31 Matt AmosMerged 16488:16743 from trunk.
2009-07-15 Tom HughesSay which way is too long.
2009-06-05 Tom HughesMore work on optimisation the location of nearby users...
2009-05-31 Tom HughesMerge 15165:15373 from trunk.
2009-05-26 Tom HughesCreate a proper exception class for invalid bounding...
2009-05-21 Matt AmosFixed typo.
2009-05-21 Tom HughesRationalise API error classes by getting of the render_...
2009-05-21 Richard FairhurstPotlatch 1.0
2009-05-20 Tom HughesAdd a global timeout that is applied to most API requests.
2009-05-20 Matt AmosUsing an around_handler for catching and rendering...
2009-05-11 Tom HughesUse a local lookup table for country bounding boxes...
2009-04-27 Shaun McDonaldImprove the node/way/relation already deleted error...
2009-04-24 Richard Fairhurstpass common API error text through to Potlatch so it...
2009-04-20 Tom HughesMerge api06 branch to trunk.
2009-04-16 Tom HughesMerge 14394:14533 from trunk.
2009-04-08 Tom HughesMerge 14059:14394 from trunk.
2009-03-12 Tom HughesMerged 14009:14059 from trunk.
2009-03-08 Tom HughesMerge 12304:14009 from trunk.
2009-03-08 Tom HughesUpdate to use libxml 1.0.0 gem.
2008-12-12 Shaun McDonaldresync from rails_port 11795:12304
2008-11-24 Shaun McDonaldMake the role in relations optional, with a test to...
2008-11-21 Matt AmosFixed bug in changeset idle timeout. Fixed another...
2008-11-17 Matt AmosMade user input parsing more robust in changeset query...
2008-11-17 Matt AmosFixed some bugs in changeset query code. Added more...
2008-11-08 Matt AmosError message for version mismatch is now more informative.
2008-11-08 Shaun McDonaldResyncing from head 10895:11795
2008-11-03 Shaun McDonaldAdding an extra test to make sure that the correct...
2008-11-03 Shaun McDonaldAdding a restriction to prevent more than 2000 nodes...
2008-10-23 Matt AmosAdded tests for changeset upload code. Refactored diff...
2008-10-19 Shaun McDonaldmore testing of the api. Changing the generator so...
2008-10-14 Matt AmosFixed up delete methods on nodes, ways and relations...
2008-10-12 Shaun McDonaldadditional consistency checks. making the error message...
2008-10-08 Shaun McDonaldadding the controller code to be able to get a specific...
2008-10-08 Shaun McDonaldFix the data config, so that the development database...
2008-09-25 Shaun McDonaldDoing a resync from mainline 8633:10895. There was...
2008-07-30 Tom HughesRework GPX import daemon to use libxml2 for speed.
2008-07-03 Shaun McDonaldMerge changes from trunk 7673:8632.
2008-05-13 Gabriel Ebnerapi06: Fix OSM::APIVersionMismatchError.render_opts
2008-05-13 Gabriel Ebnerapi06: fix syntax errors.
2008-05-13 Gabriel Ebnerapi06: simplify exception handling and add exception...
2008-05-12 Gabriel Ebnerapi06: Move version-checking into the models, raising...
2008-01-25 Steve Coastdont eager load tags (false primary key fucks all sorts...
2008-01-24 Steve CoastLots of documentation updates, plus split out potlatch...
2008-01-24 Steve Coastmove potlatch presets to only be generated once, and...
2008-01-23 Tom HughesAllow a GPX to be fetched in XML format by fetching...
2008-01-05 Tom HughesFix picture generation to avoid truncating the sides...
2007-11-26 Tom HughesClear gotele and gotdate when we see the start of a...
2007-10-31 Tom HughesRework image generation to work in a fixed amount of...
2007-10-12 Tom HughesFix geolocation to actually work...
2007-09-20 Gabriel EbnerMerge rails_port as of r4613 & fix tests.
2007-09-18 Tom HughesChange the gps_points table to store latitude and longi...
2007-09-14 Tom HughesAllow column names in area conditions to be qualified...
2007-09-11 Tom HughesQuadTile infrastructure.
2007-08-15 Tom HughesFix image referred to in RSS feeds so that it actually...
2007-08-14 Tom HughesSalt passwords so that two users with the same password...
2007-08-14 Tom HughesVarious updates to the user management, including the...
2007-08-14 Tom HughesAdd the author name to RSS feeds.
2007-08-08 Tom HughesIgnore timeouts doing IP geolocation.
2007-08-08 Tom HughesUse IP GeoLocation to choose a default view for the...
2007-06-26 Tom HughesTreat a timestamp that can't be parse as if it didn...
2007-06-24 Tom HughesUse a multi-pass approach to parsing GPX files to keep...
2007-06-20 Tom HughesMake "nearby users" show all those within 50km rather...
2007-06-19 Tom HughesCope with the degenerate case of a GPX file with only...
2007-06-18 Tom HughesUse DateTime instead of Time for GPX timestamps as...
2007-06-17 Dan KarranAdding a guid element to feed items, replicates URL.
2007-06-17 Dan KarranUsing RFC-822 date for RSS feeds.
2007-06-11 Dan Karranleft a bit in previous commit that shouldn't have been...
2007-06-11 Dan Karran#499: Making GeoRSS class more reusable and stopping...
2007-06-09 Dan Karran#374: changing W3C geo tags to use 'long' instead of...
2007-05-28 Richard FairhurstTomH's patches
2007-05-06 Steve Coastupdates from hacking day
2007-04-07 Steve Coastsimplify grabbing of a xml base doc
2006-12-08 Steve Coastgpx rss and gpx cleanups
2006-12-08 Steve Coasttrace bits and a georss class
2006-12-01 Steve Coastlots of rails gpx stuff
2006-12-01 Steve Coastgpx insert now works
2006-12-01 Steve Coastvarious gpx bits