]> git.openstreetmap.org Git - rails.git/history - test
Reformat string to avoid long line
[rails.git] / test /
2014-01-19 Tom HughesAdd a tests for the fixthemap page
2014-01-19 Toby MurrayChanging the note search limit from 9999 to 10000
2014-01-17 Tom HughesReplace the country table with a static XML countries...
2014-01-15 Tom HughesHighlight erroneous fields by adding a class to them
2014-01-15 Tom HughesReenable the note search API
2014-01-09 Tom HughesDisable notes search until it can be made scalable
2013-12-08 Tom HughesAdd functions tests for the oauth_clients controller
2013-12-08 Tom HughesRemove stub test for non-existent controller
2013-12-08 Tom HughesDon't show lat/lon for a deleted node, in case it is...
2013-12-07 Tom HughesTest XHR rendering of pages which can load in the sidebar
2013-12-07 Tom HughesDo basic testing of all site controller methods
2013-12-07 Tom HughesAdd some more unit tests for the Trace model
2013-12-05 Simon LegnerExtend API to allow changesets to be queried by ids
2013-12-05 Tom HughesReport an error if a bogus limit value is passed to...
2013-12-05 Tom HughesTest get_nodes_undelete methods of the OldWay model
2013-12-05 Tom HughesAdd tests for member methods on relation models
2013-12-04 Tom HughesAdd tests for node methods on way models
2013-12-04 Tom HughesAdd tests for tag methods on object models
2013-12-03 Tom HughesReplace some legacy routes with redirects
2013-12-02 Tom HughesMerge remote-tracking branch 'jfirebaugh/legacy-params'
2013-12-02 John FirebaughSupport legacy bbox param on /history as well
2013-12-01 Tom HughesDrop monkey patch now we're using option style redirects
2013-12-01 Tom HughesPreserve the bounding box when redirecting history...
2013-11-30 Tom HughesRedirect /?query= to /search?query=
2013-11-30 Tom HughesTidy up the OAuth authorization screens
2013-11-28 Tom HughesMerge branch 'redesign'
2013-11-28 Tom HughesAdd tests for new redirects and fix a few bugs in the...
2013-11-28 Tom HughesSimplify browse routes and make routes more consistent
2013-11-25 Tom HughesAdd test for redirect routes
2013-11-19 John FirebaughFix test failures
2013-11-19 John FirebaughMerge branch 'master' into redesign
2013-11-17 Tom HughesRemove the _osm_username cookie and session validation...
2013-11-16 John FirebaughMerge branch 'master' into redesign
2013-11-06 John FirebaughRemove unused
2013-10-15 Tom HughesAdd tests for trace#data
2013-10-15 Tom HughesTest user#delete
2013-10-15 Tom HughesTest user#set_status
2013-10-15 Tom HughesTest user#reset_password
2013-10-15 Tom HughesTest user#go_public
2013-10-15 John FirebaughRestore raw latlon search result
2013-10-15 Tom HughesAdd more tests for hidden diary entries and comments
2013-10-15 Tom HughesAdd tests for diary_entry#comments
2013-10-15 Tom HughesAdd tests for diary_entry#hide and diary_entry#hidecomment
2013-10-14 Tom HughesAdd tests for trace#delete
2013-10-14 Tom HughesAdd tests for trace#edit
2013-10-14 Tom HughesAdd some tests for trace#view
2013-10-13 John FirebaughUse reverse geocoders for any lat/lon queries
2013-10-13 John FirebaughRemove vestigial routes
2013-10-01 Tom HughesAdd a basic test for browse#note
2013-09-29 Tom HughesMake sure the "terms seen" tests actually run
2013-09-23 Tom HughesFix routing of changeset feed
2013-09-23 Tom HughesAllow GET as well as POST for oauth#request_token and...
2013-09-23 Tom HughesFix routing of RSS feeds
2013-09-22 Tom HughesAlloe GET as well as POST for oauth#revoke and oauth...
2013-09-21 Tom HughesAlways allow %{attribute} in model validation error...
2013-09-21 Tom HughesSet hostname for signed requests correctly
2013-09-21 Tom HughesRemove deprecated assert_blank and assert_present from...
2013-09-21 Tom HughesRemove format specifier from RSS feed route tests
2013-09-21 Tom HughesRoutingError is now UrlGenerationError
2013-09-21 Tom HughesReplace deprecated finder methods
2013-09-21 Tom HughesIntegrationTest is now in ActionDispatch not ActionCont...
2013-09-21 Tom HughesRails now defaults to using PATCH for updates
2013-09-21 Tom HughesReplace attr_accessible with strong parameters
2013-09-21 Tom HughesUpdate to rails 4.0.0
2013-09-18 Tom HughesUse a view to build the trace RSS feed and get rid...
2013-08-23 Tom HughesMerge remote-tracking branch 'osmlab/id-default'
2013-08-20 Tom HughesFix test to make sure it picks up the right token
2013-08-18 Tom HughesMerge remote-tracking branch 'osmlab/welcome-2'
2013-08-16 Tom HughesImprove tests for user details API responses
2013-08-13 Tom HughesUpgrade passwords to the latest hashing scheme on login
2013-08-13 Tom HughesStrengthen password hashing algorithm
2013-08-12 Tom HughesUpdate tests with new URL for mapnik exports
2013-08-12 John FirebaughFix referer params for welcome page
2013-08-12 John FirebaughRedirect /edit and /export with old-style edit params
2013-08-12 John FirebaughClean up tests
2013-08-12 John FirebaughHandle expired confirmation tokens
2013-08-12 John FirebaughHook up user confirmation page
2013-08-12 John FirebaughInline validation errors on sign up page
2013-08-12 John FirebaughRemove unnecessary div/class/css
2013-08-12 John FirebaughMove pre-sign up content to sign up page
2013-08-12 John FirebaughReduce welcome email to minimal text
2013-08-12 John FirebaughAdd welcome page based on http://osmlab.github.io/welco...
2013-08-06 Tom HughesUpdate short link test results
2013-08-06 Tom HughesMerge remote-tracking branch 'osmlab/map-ui'
2013-08-05 Tom HughesAdd method specifiers to oauth routing tests
2013-08-04 Tom HughesUpdate short link integration tests for hash links
2013-08-04 Tom HughesMerge remote-tracking branch 'osmlab/hash'
2013-08-04 Tom HughesAdd functional tests for nodes/ways/relations API methods
2013-08-01 John FirebaughRefactor user creation actions
2013-07-30 John FirebaughInclude layers in hash
2013-07-30 John FirebaughRedirect lat/lon/zoom query params to hash
2013-07-19 Tom HughesMerge remote-tracking branch 'osmlab/map-ui'
2013-07-19 Tom HughesReplace `:nothing => true` with `:text => ""`
2013-07-09 Tom HughesUse the standard ruby instance_methods call
2013-07-09 Tom HughesThe ActiveRecord exists? method may not return an expli...
2013-07-09 Tom HughesRename test to avoid class name conflict with unit...
2013-07-08 Tom HughesUpdate tests for changes to user settings form
2013-07-08 Tom HughesUpdate tests for changes to signup form
2013-07-04 Tom HughesFix up user creation tests to handle cookie check
2013-06-30 Tom HughesSort tags to make comparision stable
next