]> git.openstreetmap.org Git - rails.git/shortlog
rails.git
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.
2009-04-30 Matt AmosFix failing test case.
2009-04-30 Shaun McDonaldcouple of fixes to the changeset upload delete
2009-04-30 Shaun McDonaldgive a id when a way is a member of a relation
2009-04-30 Shaun McDonaldWe don't need an extra method for the amf controller...
2009-04-30 Tom HughesDo the statistics generation in a transaction.
2009-04-30 Thomas WoodFix another error reporting bug similar to previous...
2009-04-30 Thomas WoodFix grammar/referred relation id in precondition failed...
2009-04-30 Thomas WoodFix html: closing <a> tag.
2009-04-30 Richard FairhurstPotlatch 0.11a
2009-04-29 Tom HughesUse :joins instead of :include to pull in the changeset...
2009-04-29 Shaun McDonaldfix more of the tests, particularly changeset controlle...
2009-04-29 Shaun McDonaldMore changeset test improvements. Another fixture was...
2009-04-29 Matt AmosFixed 'raw' raises by converting them to the appropriat...
2009-04-28 Tom HughesEager load node and way details when processing a map...
2009-04-28 Tom HughesUse the alias for the conditions as well...
2009-04-28 Tom HughesUse an alias for current_relation_members to avoid...
2009-04-28 Tom HughesEager load nodes and node tags for the way when doing...
2009-04-28 Tom HughesDon't bother running GC as it doesn't seem to get as...
2009-04-28 Tom HughesAdd a changeset cache to stop us looking up the same...
2009-04-28 Tom HughesCope with sessions which don't exist.
2009-04-28 Tom HughesReject any AMF request which is not a POST request.
2009-04-28 Tom HughesFix session plugin work with the new ruby pg driver...
2009-04-28 Tom HughesRemove debugging statement.
2009-04-28 Tom HughesDon't log the contents of the changeset.
2009-04-27 Thomas WoodQuick fix to reference relation rather than relation_me...
2009-04-27 Thomas WoodFurther clarify descriptive texts regarding public...
2009-04-27 Shaun McDonaldFix the node and relation tests from when the users...
2009-04-27 Shaun McDonaldImprove the node/way/relation already deleted error...
2009-04-26 Tom HughesFinish removing old request counting logic.
2009-04-26 Tom HughesRemove old code to exit after 10000 requests as the...
2009-04-26 Tom HughesTidy up.
2009-04-26 Shaun McDonaldMake node update work with the new require data public...
2009-04-26 Shaun McDonaldMake the report_error function support any http status...
2009-04-26 Shaun McDonaldFix typo of missing .new for some of the errors. Tests...
2009-04-26 Richard Fairhurstmove relations mapping out of way/node objects, so...
2009-04-26 Tom HughesRun GC if we hit the memory limit, and only restart...
next