]> git.openstreetmap.org Git - rails.git/shortlog
rails.git
2009-01-31 Thomas WoodCopying across fix for #1547 from trunk
2009-01-31 Thomas WoodPass zoom to map.setCenter as an integer (Closes #1547)
2009-01-29 Dirk Stöckerfixed typo
2009-01-29 Dirk Stöckerfixed typo
2009-01-23 Thomas WoodSet params to sane defaults if unset by client.
2009-01-23 Thomas WoodRequire auth on calls to /trace/create, and pass throug...
2009-01-21 Richard Fairhursteight zillion more presets for 0.5 Potlatch
2009-01-19 Tom HughesRemove Steve's gratuitous insult.
2009-01-19 Steve Coastnicer signup confirmation email
2009-01-14 Richard Fairhurst(0.5) use npe.osm.org for all except zoom level 14...
2009-01-14 Shaun McDonaldMove the ActiveRecord::RecordNotFound to the block...
2009-01-13 Richard Fairhurstswap way write with node deletion as per dev@
2009-01-11 Richard Fairhurstsmall versioning fix (plus history rework in progress)
2008-12-31 Thomas WoodRevert last commit - too many test failures
2008-12-31 Thomas WoodDateTime => Time for consistency in changeset code...
2008-12-31 Thomas WoodOnly show changesets that are actually closed in the...
2008-12-23 Matt Amosremoved comments which apparently no-one bothers to...
2008-12-23 Thomas WoodMake browse controller index show recently closed chang...
2008-12-23 Thomas WoodPass the to_user to the view. Tests may follow. Closes...
2008-12-23 Richard Fairhurstsession management on only for :list
2008-12-23 Richard Fairhurstview changesets by user
2008-12-18 Richard FairhurstRelations support
2008-12-18 Richard Fairhurstremove debug box
2008-12-18 Richard FairhurstPotlatch for API 0.6 now saving ways happily with node...
2008-12-18 Richard Fairhursttiny fix
2008-12-17 Richard Fairhurstsome more putway fixes - this actually creates new...
2008-12-16 Shaun McDonaldFix UTF-8 encoding error char in source file that Richa...
2008-12-16 Richard Fairhurstbit more putway stuff
2008-12-16 Richard Fairhurstyet more rewriting of putway...
2008-12-15 Thomas WoodAdd validations for diary entry lat/lons and tests...
2008-12-15 Shaun McDonaldSome extra stubs in the amf controller test
2008-12-15 Shaun McDonaldFix the transactions, need to set anything that will...
2008-12-15 Shaun McDonaldbug fix. Adding some transactions to amf controller...
2008-12-15 Tom HughesAlign table heading properly. Closes #1405.
2008-12-14 Shaun McDonaldReturn, rather than allow a second render to happen...
2008-12-12 Shaun McDonaldresync from rails_port 11795:12304
2008-12-12 Shaun McDonaldLog the request on a few requests when there is a bad...
2008-12-12 Shaun McDonaldremoving debug statement
2008-12-12 Shaun McDonaldImproving the not found handling of preferences. adding...
2008-12-12 Tom HughesAdd some extra indexes.
2008-12-12 Tom HughesOptimise lookup of traces with a given tag.
2008-12-12 Shaun McDonaldcapture the too many way nodes error, and give the...
2008-12-11 Shaun McDonaldMaking amf controller act more like the xml apis
2008-12-11 Shaun McDonaldDon't give an error when you access the login page...
2008-12-11 Shaun McDonaldsome more progress towards making amf_controller do...
2008-12-10 Shaun McDonaldsome further progress to amf controller checking the...
2008-12-10 Matt AmosAdded missing version to the pure rails AMF controller...
2008-12-10 Matt AmosSome fixes to the rails part of the AMF controller...
2008-12-09 Shaun McDonaldSome improvements for the XML parsing, as there are...
2008-12-08 Shaun McDonaldcount -> size for compatibility with ruby 1.8.6
2008-12-08 Shaun McDonaldthe user id may be negative, so that osmosis can create...
2008-12-08 Shaun McDonaldAdding the ability to see the min/max lat/lon for a...
2008-12-08 Shaun McDonaldAdding some amf create poi tests. Minor bugfix tweaks...
2008-12-05 Shaun McDonaldFix for the refactoring commited yesterday, based on...
2008-12-04 Shaun McDonaldRefactoring the amf controller, and all models so that...
2008-12-04 Shaun McDonaldturning the session off for the changeset controller...
2008-12-03 Matt AmosAdding missing fixtures to test helper.
2008-12-03 Shaun McDonaldDeal with active record not found exceptions when creat...
2008-12-02 Shaun McDonaldadding link to download the full changeset xml
2008-12-01 Shaun McDonaldActually set the instance var when closing the changeset
2008-12-01 Shaun McDonaldensure that uploads that don't supply a lat and lon...
2008-11-28 Shaun McDonaldbetter handling of duplicate tags. Extra validation...
2008-11-28 Matt AmosChanged duplicate tags test to test the correct code...
2008-11-27 Shaun McDonaldAdding pagination to the changesets, thus allowing...
2008-11-26 Matt AmosAdding test to check that users can't update changesets...
2008-11-26 Matt AmosMoved transaction boundary to cover used-by tests on...
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 Tom HughesAdd a delete method for the user model.
2008-11-25 Shaun McDonaldSome improvements to the error messages that are return...
2008-11-25 Shaun McDonaldMore model validations. Fixing one test.
2008-11-25 Richard Fairhurstvarious fixes/enhancements, including a couple to the...
2008-11-25 Richard Fairhurstvarious fixes/enhancements, including a couple to the...
2008-11-24 Shaun McDonaldMake the role in relations optional, with a test to...
2008-11-24 Harry Woodcosmetic tweaks to diary interface. icon for new entrie...
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-19 Shaun McDonaldChangeset tag unit tests
2008-11-19 Shaun McDonaldMore tag validations, and finishing the node/way/relati...
2008-11-18 Shaun McDonaldRemember whether the user set the public checkbox on...
2008-11-18 Shaun McDonaldRelation Tag testing. Also sort the belong_to/has_many...
2008-11-18 Tom HughesRequire the user to be logged in for those methods...
2008-11-18 Tom HughesFix syntax of status only renders. Closes #1345.
2008-11-18 Shaun McDonaldValidations on the way tags, with unit tests
2008-11-17 Shaun McDonaldMake the dates and times that the server deals with...
2008-11-17 Matt AmosMigration to add close-time to changesets. This replace...
2008-11-17 Shaun McDonaldAdding validations for the length of node tags, and...
2008-11-17 Matt AmosMade user input parsing more robust in changeset query...
2008-11-17 Shaun McDonaldVerify that the key and value isn't getting mixed up...
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-17 Matt AmosAltered tests on AMF controller so that they give failu...
2008-11-16 Richard Fairhurstchangeset comments and a couple of other small fixes
2008-11-15 Shaun McDonaldFreezing composite primary key so that we can apply...
2008-11-14 Richard Fairhurstfinished Rails-friendly amf_controller. Note that this...
2008-11-14 Shaun McDonaldMore unit test stubs
2008-11-14 Shaun McDonaldUnit tests work again. Fixed the set fixture class...
2008-11-14 Shaun McDonaldAdding some more unit test stubs that need filling...
2008-11-13 Shaun McDonaldAdding some more diary entry tests. Making the RSS...
next