]> git.openstreetmap.org Git - rails.git/shortlog
rails.git
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...
2009-04-26 Tom HughesIncrease the hard memory limit and set a lower soft...
2009-04-26 Tom HughesDo a GC run every 10 requests.
2009-04-25 Tom HughesNull descriptions are not allowed.
2009-04-25 Matt AmosFixed bug in exception creation.
2009-04-24 Richard Fairhurstibid
2009-04-24 Richard Fairhursta couple of minor revert fixes
2009-04-24 Matt AmosFixed dumb copy-and-paste mistake.
2009-04-24 Richard Fairhurstpass common API error text through to Potlatch so it...
2009-04-24 Richard Fairhurstlots of relations changes for speed and version management
2009-04-24 Matt AmosPatching better 412 error messages from mis-commit...
2009-04-23 Tom HughesBackout broken attempt at making case insensitive authe...
2009-04-23 Shaun McDonaldThe render method needs to be last, otherwise the error...
2009-04-23 Shaun McDonaldHack a way to make the email and display name case...
2009-04-23 Matt AmosAdded better error messages on 412 precondition failed.
2009-04-23 Richard Fairhurstfix another way-node/Way-Node problem in amf_controller...
2009-04-23 Harry Woodchange updatelinks params so that Potlatch can pass...
2009-04-23 Richard Fairhurstactually delete nodes on deleteway (might help)
2009-04-23 Richard Fairhurstfix nodes bug
2009-04-23 Grant Slaterlighttpd increase server.max-fds from 1024 (default...
2009-04-22 Richard Fairhurstfix word-wrap in "close changeset" dialogue
2009-04-22 Richard Fairhurstremove debug stuff
2009-04-22 Richard Fairhurstchange relation_member 'type' case, to match change...
2009-04-22 Thomas WoodFix multiple issues with links to /history from the...
2009-04-22 Shaun McDonaldFixing the create relation test, which now also tests...
2009-04-22 Tom HughesUse postgres interval syntax.
2009-04-22 Tom HughesThe active flag is still an integer for some reason...
2009-04-22 Shaun McDonaldadding the maximum number of elements in a changeset...
2009-04-22 Richard Fairhurstbit more debug
2009-04-22 Richard Fairhurstadd temporary relations debug code
2009-04-22 Richard Fairhurstremove Bavaria
2009-04-22 Shaun McDonaldfixing some of the relation tests. Some adjustments...
2009-04-21 Richard Fairhurstibid
2009-04-21 Frederik Rammthere is not HTML attribute named "padding". either...
2009-04-21 Matt AmosQuick and dirty fix for relation tags issue.
2009-04-21 Frederik Rammmodified "user" link in "recent changes" list to point...
2009-04-21 Richard Fairhurstfix id/relid inconsistency
2009-04-21 Tom HughesFixed search controller to have some chance of working.
2009-04-21 Tom HughesForce selection to fail when no traces match the tag.
2009-04-21 Tom HughesDon't generate an IN condition with an empty list.
2009-04-21 Tom HughesUse correct names for member types.
2009-04-21 Thomas WoodFix bbox display again, how do we keep mixing our lons...
2009-04-21 Matt AmosAdding more tests for updating relation tags.
2009-04-21 Matt AmosExtra test for updating relation tags.
next