]> git.openstreetmap.org Git - rails.git/history - app/controllers/changeset_controller.rb
Reject uploads unless the user has made their edits pubic.
[rails.git] / app / controllers / changeset_controller.rb
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 HughesMerge 14394:14533 from trunk.
2009-04-09 Thomas WoodAdd exceptions for remaing cases where XML::Parser...
2009-04-08 Tom HughesMerge 14059:14394 from trunk.
2009-03-29 Matt AmosMoved a bunch of time functions into UTC. Fixes bugs...
2009-03-24 Harry Woodshow a 'no bbox specified' message for the moment at...
2009-03-23 Thomas WoodRather than referring how to view a bbox history, just...
2009-03-23 Thomas WoodMore fixes to the changeset viewer, including logged...
2009-03-23 Thomas WoodFix various auth bugs with the changeset listing stuff...
2009-03-23 Harry WoodAdd 'history' tab + Move 'recent changes' changeset...
2009-03-12 Tom HughesMerged 14009:14059 from trunk.
2009-03-08 Tom HughesMerge 12304:14009 from trunk.
2009-02-07 Matt AmosFixed bug in changeset closing and querying where the...
2008-12-31 Thomas WoodRevert last commit - too many test failures
2008-12-31 Thomas WoodDateTime => Time for consistency in changeset code...
2008-12-23 Richard Fairhurstsession management on only for :list
2008-12-23 Richard Fairhurstview changesets by user
2008-12-12 Shaun McDonaldresync from rails_port 11795:12304
2008-12-04 Shaun McDonaldturning the session off for the changeset controller...
2008-12-02 Shaun McDonaldadding link to download the full changeset xml
2008-11-26 Matt AmosMoved changeset consistency checks to library code.
2008-11-26 Shaun McDonaldRenaming the include action to expand_bbox in the chang...
2008-11-25 Shaun McDonaldSome improvements to the error messages that are return...
2008-11-21 Matt AmosFixed bug in changeset idle timeout. Fixed another...
2008-11-20 Shaun McDonaldCloses #1350 through updating amf_controller to use...
2008-11-17 Matt AmosMigration to add close-time to changesets. This replace...
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-17 Matt AmosAdded tests for changeset close method.
2008-11-17 Matt AmosImplemented changeset tags updating via the update...
2008-11-09 Frederik Rammfix SCALE, make changeset GET use floats
2008-11-09 Frederik Rammrequire auth for close
2008-11-08 Shaun McDonaldResyncing from head 10895:11795
2008-11-07 Matt AmosAdded a query method for querying bounding boxes, times...
2008-11-07 Matt AmosD'oh! Fixed stupid errors in changeset controller.
2008-11-06 Matt AmosOoops. Added missing access control to changeset contro...
2008-11-06 Matt AmosAdded a changeset/#id/include method to POST to to...
2008-10-27 Matt AmosImplemented osmChange diff downloads for changesets...
2008-10-27 Matt AmosUpdated comment to reflect implementation.
2008-10-23 Matt AmosAdded tests for changeset upload code. Refactored diff...
2008-10-10 Shaun McDonaldfix indentation. Get teh api version from the constant...
2008-10-03 Shaun McDonaldChanging if not to unless to make code more readable.
2008-09-25 Shaun McDonaldDoing a resync from mainline 8633:10895. There was...
2008-07-03 Shaun McDonaldMerge changes from trunk 7673:8632.
2008-05-13 Gabriel Ebnerapi06: remove debugging output.
2008-05-13 Gabriel Ebnerapi06: simplify diff uploading.
2008-05-13 Gabriel Ebnerapi06: diff upload: don't read the whole request into...
2008-05-13 Gabriel Ebnerapi06: simplify exception handling and add exception...
2008-05-12 Gabriel Ebnerapi06: s/delete_with_relations_and_history/delete_with_...
2008-05-11 Christopher Schmidtadd support for closing changesets
2008-05-11 Christopher SchmidtAdd support for accessing changesets as XML through...
2008-05-04 Gabriel Ebnerapi06: Diff upload works now (but no integration with...
2008-05-04 Gabriel Ebnerapi06: Fix diff uploading (still doesn't give a useful...
2008-05-04 Gabriel Ebnerapi06: Fix diff uploading (creation works fine now)
2008-05-04 Gabriel Ebnerapi06: Preliminary support for diff uploading. This...
2008-05-04 Tom HughesMerge 7649:7673 from trunk.
2008-05-04 Gabriel Ebnerapi06: Merge changesets code from Frederik.
2008-05-04 Frederik Ramminitial changeset support