]> git.openstreetmap.org Git - rails.git/history - app
Some more tests
[rails.git] / app /
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 Matt AmosPotential fix for slow relation precondition checking...
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-04-30 Tom HughesUse association names with :joins instead of writing...
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 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 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 HughesAdd a changeset cache to stop us looking up the same...
2009-04-28 Tom HughesReject any AMF request which is not a POST request.
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 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 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-25 Tom HughesNull descriptions are not allowed.
2009-04-25 Matt AmosFixed bug in exception creation.
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-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 McDonaldadding the maximum number of elements in a changeset...
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 Thomas WoodSlight performance improvement (a reported 2s) by skipp...
2009-04-21 Thomas WoodPedantic change to descriptive text - "Recently closed...
2009-04-21 Tom HughesAdd an expiry header to trace images.
2009-04-21 Shaun McDonaldHopefully fix the old_node_controller tests.
2009-04-21 Tom HughesArrays have a length method, not a count method.
2009-04-21 Richard FairhurstMake error messages more helpful
2009-04-21 Richard FairhurstSplit out subscript to see which one is erroring
2009-04-21 Richard FairhurstFix MySQL dependency
2009-04-20 Thomas WoodEnsure :not_found status is returned, catching RecordNo...
2009-04-20 Thomas WoodExpose relation version to api and fix remaining server...
2009-04-20 Thomas WoodFix bug introduced in r14610 (.downcase in wrong place)
2009-04-20 Shaun McDonaldfix bug in the case of the action in the data browser...
2009-04-20 Shaun McDonaldApply patch by Lars from osm dev list with the typo
2009-04-20 Tom HughesAdd missing files from api06 merge.
2009-04-20 Tom HughesMerge vendor tree from api06 branch.
2009-04-20 Tom HughesMerge api06 branch to trunk.
2009-04-19 Thomas WoodAdd condition for user not found in trace controller.
2009-04-19 Thomas WoodFix map in IE by deferring Vector layer addition to...
2009-04-19 Tom HughesDon't register a setHome handler unless we have the...
2009-04-19 Tom HughesSend replies to the right user. Closes #1720.
2009-04-16 Tom HughesReject uploads unless the user has made their edits...
2009-04-16 Tom HughesFixed to work with merged changes to api availability...
2009-04-16 Tom HughesHandle MySQL/Postgres boolean differences.
2009-04-16 Tom HughesMerge 14394:14533 from trunk.
2009-04-16 Tom HughesCope with MySQL and Postgres.
2009-04-15 Shaun McDonaldRailsify the relation member model, type attribute...
2009-04-15 Tom HughesFix database check in browse controller.
2009-04-15 Tom HughesFix spelling mistake.
2009-04-14 Tom HughesAdd a "database readonly" state that allows all writes...
2009-04-14 Shaun McDonaldShould have a .new when raising error
2009-04-13 Shaun McDonaldreverting last change, which included posgres config...
2009-04-13 Shaun McDonaldRemove duplication that is in the test helper. Adding...
2009-04-12 Shaun McDonaldMore tests, found a bug in the data browser, no fix...
2009-04-09 Thomas WoodUse the right keyword this time...
2009-04-09 Thomas WoodAdd exceptions for remaing cases where XML::Parser...
2009-04-09 Thomas WoodReturn "Make my edits" button to functioning state...
2009-04-09 Thomas WoodAdd has_valid_bbox? method to Changeset model to tidy...
2009-04-08 Tom HughesAdd a mini map to the changeset view in the data browser.
2009-04-08 Tom HughesEliminate duplication of tag printing logic.
2009-04-08 Harry Woodnew support for box=yes param on the homepage, and...
2009-04-08 Tom HughesMerge 14059:14394 from trunk.
next