]> git.openstreetmap.org Git - rails.git/history - test
Moved oauth_clients page to a sub-page of the user - makes it more obvious that the...
[rails.git] / test /
2009-04-21 Shaun McDonaldHopefully fix the old_node_controller tests.
2009-04-20 Tom HughesMerge api06 branch to trunk.
2009-04-18 Shaun McDonaldFixing some of the tests, adding the new tests to make...
2009-04-16 Tom HughesMerge 14394:14533 from trunk.
2009-04-15 Shaun McDonaldRailsify the relation member model, type attribute...
2009-04-14 Shaun McDonaldRemove function that is in the test help from functiona...
2009-04-14 Shaun McDonaldRemove function that is in the test help from functiona...
2009-04-13 Shaun McDonaldremove the dup methods from the test helper. Add tests...
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-08 Tom HughesMerge 14059:14394 from trunk.
2009-03-29 Matt AmosMoved a bunch of time functions into UTC. Fixes bugs...
2009-03-28 Matt AmosFixed unit tests and fixture loading for postgres....
2009-03-27 Matt AmosFixed a couple of bugs with changeset bounding box...
2009-03-25 Matt AmosFixing failing potlatch tests. Someone who knows what...
2009-03-23 Thomas Wood<td> tags must be closed, move browse index test over...
2009-03-12 Tom HughesMerged 14009:14059 from trunk.
2009-03-08 Tom HughesCommit ACL related files from earlier merges as svn...
2009-03-08 Tom HughesMerge 12304:14009 from trunk.
2009-02-19 Tom HughesAdd an ACL system to allow key/value pairs to be attach...
2009-02-08 Matt AmosTest and fix for #1567, for teh betterer osmChange...
2009-02-08 Matt AmosTest and fix for issue #1568. Wasn't testing for end...
2009-02-08 Matt AmosFix for #1565. Added a couple of tests and fixed anothe...
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-31 Thomas WoodOnly show changesets that are actually closed in the...
2008-12-23 Thomas WoodMake browse controller index show recently closed chang...
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-12 Shaun McDonaldresync from rails_port 11795:12304
2008-12-12 Shaun McDonaldremoving debug statement
2008-12-12 Shaun McDonaldImproving the not found handling of preferences. adding...
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-08 Shaun McDonaldcount -> size for compatibility with ruby 1.8.6
2008-12-08 Shaun McDonaldAdding some amf create poi tests. Minor bugfix tweaks...
2008-12-04 Shaun McDonaldRefactoring the amf controller, and all models so that...
2008-12-03 Matt AmosAdding missing fixtures to test helper.
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-26 Matt AmosAdding test to check that users can't update changesets...
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-25 Shaun McDonaldMore model validations. Fixing one test.
2008-11-24 Shaun McDonaldMake the role in relations optional, with a test to...
2008-11-21 Matt AmosFixed bug in changeset idle timeout. Fixed another...
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 McDonaldRelation Tag testing. Also sort the belong_to/has_many...
2008-11-18 Shaun McDonaldValidations on the way tags, with unit tests
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-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...
2008-11-12 Shaun McDonaldCovering the case of an entry not being found. More...
2008-11-11 Shaun McDonaldmore diary entry test
2008-11-11 Shaun McDonaldmore diary entry tests, and a minor fix to the relation...
2008-11-10 Shaun McDonaldslight more work on the diary test
2008-11-10 Matt AmosMade relations ordered. Added some tests for this....
2008-11-10 Andy Allanforgot the test change from 11866
2008-11-10 Andy AllanIn YAML yes is a boolean keyword: also fix test that...
2008-11-09 Shaun McDonaldadding first integration for testing user diaries,...
2008-11-09 Dave Stubbsamf get*_history tests and related fixes
2008-11-09 Dave Stubbsa few more amf tests and associated bug fixes
2008-11-09 Shaun McDonaldfixing the tests due to a osm -> diffChange and moving...
2008-11-08 Dave Stubbs1st amf_controller tests, and some basic sanity check...
2008-11-08 Andy Allancorrecting typo on gps_points fixtures
2008-11-08 Shaun McDonaldResyncing from head 10895:11795
2008-11-08 Shaun McDonaldAdding some diary fixtures and test stubs
2008-11-07 Matt AmosAdded a query method for querying bounding boxes, times...
2008-11-07 Andy Allanusers fixtures should all have creation times
2008-11-07 Andy AllanBooleans should be true/false for compatibility with...
2008-11-06 Matt AmosAdded a changeset/#id/include method to POST to to...
2008-11-06 Matt AmosImplemented changeset bounding box handling for relatio...
2008-11-04 Matt AmosAdded first attempt at bounding box support in changese...
2008-11-03 Shaun McDonaldAdding an extra test to make sure that the correct...
2008-11-03 Shaun McDonaldAdditional api tests for the changes. Also making sure...
2008-10-30 Shaun McDonaldStarting the gpx trace testing with additional fixtures
2008-10-29 Matt AmosBetter error message and test for invalid UTF-8 sequences.
2008-10-28 Andy Allanmessage title shouldn't accept invalid utf-8 sequences...
2008-10-28 Matt AmosMade full test a bit more thorough.
2008-10-28 Matt AmosAdded tests for relations for way/relation and a bit...
2008-10-28 Shaun McDonaldAdding stub functional test files for all the controlle...
2008-10-28 Shaun McDonaldMoving all the functional tests to the Rails 2 way...
2008-10-27 Shaun McDonaldPrepare for Rails 2.1+, as we will no longer be able...
2008-10-27 Matt AmosImplemented osmChange diff downloads for changesets...
2008-10-26 Shaun McDonaldcover the other extreme in the map bounary sanitizeatio...
2008-10-23 Matt AmosAdded tests for changeset upload code. Refactored diff...
2008-10-21 Shaun McDonaldAdding new browse controller test, which is mostly...
next