]> git.openstreetmap.org Git - rails.git/shortlog
rails.git
2009-05-27 Shaun McDonaldUse a nicer less error prone version of the select...
2009-05-27 Shaun McDonaldActually set the locale from the users browser request...
2009-05-26 Shaun McDonaldDiary entry test for the new language field. Currently...
2009-05-26 Shaun McDonaldSome test improvements
2009-05-26 Shaun McDonaldFix the fixtures. Related changeset 15184.
2009-05-23 Tom HughesUse a block to add the language record as rails seems...
2009-05-23 Tom HughesRename language_code to code - language_code is tautolo...
2009-05-22 Tom HughesAltered to match rails 2.3.2 implementation.
2009-05-22 Tom HughesDon't ask the backend directly for the available locale...
2009-05-22 Thomas WoodFix missing require in migrations.
2009-05-22 Shaun McDonaldReverting config file that shouldn't have been committed.
2009-05-22 Shaun McDonaldFirst stage of i18n. Some migrations and extra plugins.
2009-05-22 Shaun McDonaldMaking new short lived branch for the Rails 2.2 based...
2009-05-22 Andy AllanOverride interestingTagsExclude in GML layer - improve...
2009-05-21 Matt AmosDisabled automatic parsing of XML to a hash in request...
2009-05-21 Shaun McDonaldReverting earlier change that means that zoom isn't...
2009-05-21 Tom HughesCheck for wrapped timeout errors properly.
2009-05-21 Matt AmosFixed typo.
2009-05-21 Tom HughesRationalise API error classes by getting of the render_...
2009-05-21 Tom HughesFixup AMF controller tests.
2009-05-21 Tom HughesFix some comments to reflect reality.
2009-05-21 Shaun McDonaldallow the user to pass in a gpx and a zoom
2009-05-21 Shaun McDonaldAdd svn ignore for the sql files used for dumping the...
2009-05-21 Matt AmosAdded locking around update and delete methods on main...
2009-05-21 Matt AmosUse utility method for error reporting.
2009-05-21 Shaun McDonaldDon't store the real database config in svn, instead...
2009-05-21 Shaun McDonaldRaising an exception in Ruby requires a .new. Add a...
2009-05-21 Tom HughesGive the API error handler a generic rescue that return...
2009-05-21 Tom HughesMonkey patch rails to ensure OSM::APITimeoutError excep...
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-20 Tom HughesLog arguments to AMF read methods.
2009-05-16 Thomas WoodBack out the stupid change.
2009-05-16 Thomas WoodSecond part of [15085]
2009-05-16 Thomas WoodDatabase config changes to hopefully stop people from...
2009-05-15 Tom HughesRevert harry's commit of the database configuration.
2009-05-15 Harry Woodlabel changesets as (big) based on their bbox area
2009-05-15 Shaun McDonaldExtra little test, setting the language on the diary...
2009-05-15 Tom HughesArrays of object IDs are a bad idea.
2009-05-15 Tom HughesOptimise retrieval of full relations.
2009-05-14 Matt AmosOops. Fixed another Time/DateTime problem.
2009-05-14 Matt AmosFixed problem with Time vs. DateTime classes in fixture...
2009-05-14 Matt AmosFixed precondition failed message which was trying...
2009-05-14 Richard FairhurstApply #1824.
2009-05-13 Shaun McDonaldRemove a rescue, which is stopping a more detailed...
2009-05-13 Richard Fairhurstalways set new node id when updating/deleting (to be...
2009-05-13 Matt AmosAdded a consistency check that both ids are valid and...
2009-05-12 Shaun McDonaldActually mark a trace as being public based on the...
2009-05-12 Matt AmosRemoved updatetimeout method, as it isn't needed any...
2009-05-12 Matt AmosFixed bug #1816 - the timeout updating logic should...
2009-05-11 Tom HughesUse a local lookup table for country bounding boxes...
2009-05-11 Matt Amosdisabling test case because i don't think there is...
2009-05-11 Shaun McDonaldUse a regular expression for the test, since it can...
2009-05-11 Matt AmosA better optimisation, as suggested by TomH.
2009-05-11 Matt AmosAdded optimisation for way checking. Same method as...
2009-05-11 Tom HughesDestroy OL objects which use the dataLayer before we...
2009-05-10 Tom HughesAdd an internal geocoder for lat/lon positions.
2009-05-10 Matt AmosFixed problem where tag lengths were generating a 422...
2009-05-09 Tom HughesAdd a warning about whitelisting webmaster@openstreetma...
2009-05-09 Tom HughesSet a custom return path so that we can ignore bounces.
2009-05-09 Richard Fairhursta few small fixes
2009-05-08 Tom HughesMove geocoder constants to application configuration...
2009-05-08 Tom HughesAdd gem specification file to stop rake test complaining.
2009-05-08 Shaun McDonaldUpdating for rails 2.2.2
2009-05-08 Tom HughesPatch composite_primary_keys to work around issue when...
2009-05-08 Tom HughesAdd version 2.2.2 of composite_primary_keys.
2009-05-08 Shaun McDonaldfix the user unit test so that it doesn't use a deprica...
2009-05-08 Tom HughesInclude CC-BY-SA in attribution.
2009-05-08 Shaun McDonaldNo need to define a constand for the appconfig var...
2009-05-08 Shaun McDonaldmore changeset tests. No need for @ vars in the tests
2009-05-08 Tom HughesAdd missing requires for the migration helper core.
2009-05-08 Tom HughesFix bogus casts - lat/lon are signed.
2009-05-08 Tom HughesAdd postgres implementation of tile_for_point function.
2009-05-08 Tom HughesAdd yet more foreign keys.
2009-05-07 Thomas WoodOne last commit tonight :P
2009-05-07 Thomas WoodFix the test I just broke...
2009-05-07 Thomas WoodCommit bits of missing css that were required in previo...
2009-05-07 Thomas WoodDe-duplicate some of the changeset stuff out to a new...
2009-05-07 Shaun McDonaldSome more tests
2009-05-07 Tom HughesAdd foreign key constraints for users.
2009-05-07 Shaun McDonaldfix typo which meant that it was testing the node twice...
2009-05-06 Thomas WoodTests for PreconditionFailed error messages.
2009-05-06 Thomas WoodOne final (I've checked the rest now!) mis-referenced...
2009-05-06 Shaun McDonaldfixing the tests I broke earlier due to the fixture...
2009-05-06 Shaun McDonaldMore trace tests
2009-05-06 Matt AmosPotential fix for slow relation precondition checking...
2009-05-05 Shaun McDonaldsome tests for the site and export controllers
2009-05-05 Shaun McDonaldbe a bit more specific when a way is a member of a...
2009-05-04 Richard FairhurstPotlatch 0.11b
2009-05-04 Thomas WoodSort the tags for the databrowser output.
2009-05-02 Thomas WoodFix another mis-referenced error message id!
2009-05-02 Thomas WoodData browser changes, make links more user friendly...
2009-05-01 Tom HughesGet rid of foreign_class specification which is no...
2009-05-01 Thomas WoodFix indentation fail
2009-05-01 Thomas WoodFix AMF controller failing tests due to changed error...
2009-05-01 Shaun McDonalda fix for the relation controller test
2009-04-30 Tom HughesUse association names with :joins instead of writing...
2009-04-30 Matt AmosFixed bad coding practice in test.
2009-04-30 Matt AmosFixed indeterminacy in test.
next