2009-05-08 |
Shaun McDonald | Updating for rails 2.2.2
|
commit | commitdiff | tree |
2009-05-08 |
Shaun McDonald | fix the user unit test so that it doesn't use a depricated...
|
commit | commitdiff | tree |
2009-05-08 |
Shaun McDonald | No need to define a constand for the appconfig var...
|
commit | commitdiff | tree |
2009-05-08 |
Shaun McDonald | more changeset tests. No need for @ vars in the tests
|
commit | commitdiff | tree |
2009-05-07 |
Shaun McDonald | Some more tests
|
commit | commitdiff | tree |
2009-05-07 |
Shaun McDonald | fix typo which meant that it was testing the node twice...
|
commit | commitdiff | tree |
2009-05-06 |
Shaun McDonald | fixing the tests I broke earlier due to the fixture...
|
commit | commitdiff | tree |
2009-05-06 |
Shaun McDonald | More trace tests
|
commit | commitdiff | tree |
2009-05-05 |
Shaun McDonald | some tests for the site and export controllers
|
commit | commitdiff | tree |
2009-05-05 |
Shaun McDonald | be a bit more specific when a way is a member of a...
|
commit | commitdiff | tree |
2009-05-01 |
Shaun McDonald | a fix for the relation controller test
|
commit | commitdiff | tree |
2009-04-30 |
Shaun McDonald | couple of fixes to the changeset upload delete
|
commit | commitdiff | tree |
2009-04-30 |
Shaun McDonald | give a id when a way is a member of a relation
|
commit | commitdiff | tree |
2009-04-30 |
Shaun McDonald | We don't need an extra method for the amf controller...
|
commit | commitdiff | tree |
2009-04-29 |
Shaun McDonald | fix more of the tests, particularly changeset controller...
|
commit | commitdiff | tree |
2009-04-29 |
Shaun McDonald | More changeset test improvements. Another fixture was...
|
commit | commitdiff | tree |
2009-04-27 |
Shaun McDonald | Fix the node and relation tests from when the users...
|
commit | commitdiff | tree |
2009-04-27 |
Shaun McDonald | Improve the node/way/relation already deleted error...
|
commit | commitdiff | tree |
2009-04-26 |
Shaun McDonald | Make node update work with the new require data public...
|
commit | commitdiff | tree |
2009-04-26 |
Shaun McDonald | Make the report_error function support any http status...
|
commit | commitdiff | tree |
2009-04-26 |
Shaun McDonald | Fix typo of missing .new for some of the errors. Tests...
|
commit | commitdiff | tree |
2009-04-23 |
Shaun McDonald | The render method needs to be last, otherwise the error...
|
commit | commitdiff | tree |
2009-04-23 |
Shaun McDonald | Hack a way to make the email and display name case...
|
commit | commitdiff | tree |
2009-04-22 |
Shaun McDonald | Fixing the create relation test, which now also tests...
|
commit | commitdiff | tree |
2009-04-22 |
Shaun McDonald | adding the maximum number of elements in a changeset...
|
commit | commitdiff | tree |
2009-04-22 |
Shaun McDonald | fixing some of the relation tests. Some adjustments...
|
commit | commitdiff | tree |
2009-04-21 |
Shaun McDonald | Add new fixtures for testing multiple tags on a relation.
|
commit | commitdiff | tree |
2009-04-21 |
Shaun McDonald | Hopefully fix the old_node_controller tests.
|
commit | commitdiff | tree |
2009-04-20 |
Shaun McDonald | fix bug in the case of the action in the data browser...
|
commit | commitdiff | tree |
2009-04-20 |
Shaun McDonald | Apply patch by Lars from osm dev list with the typo
|
commit | commitdiff | tree |
2009-04-18 |
Shaun McDonald | Fixing some of the tests, adding the new tests to make...
|
commit | commitdiff | tree |
2009-04-15 |
Shaun McDonald | Railsify the relation member model, type attribute...
|
commit | commitdiff | tree |
2009-04-14 |
Shaun McDonald | Should have a .new when raising error
|
commit | commitdiff | tree |
2009-04-14 |
Shaun McDonald | Remove function that is in the test help from functional...
|
commit | commitdiff | tree |
2009-04-14 |
Shaun McDonald | Remove function that is in the test help from functional...
|
commit | commitdiff | tree |
2009-04-13 |
Shaun McDonald | remove the dup methods from the test helper. Add tests...
|
commit | commitdiff | tree |
2009-04-13 |
Shaun McDonald | reverting last change, which included posgres config...
|
commit | commitdiff | tree |
2009-04-13 |
Shaun McDonald | Remove duplication that is in the test helper. Adding...
|
commit | commitdiff | tree |
2009-04-12 |
Shaun McDonald | More tests, found a bug in the data browser, no fix...
|
commit | commitdiff | tree |
2009-04-03 |
Shaun McDonald | Adding a versionless capabilities to head, so that...
|
commit | commitdiff | tree |
2009-01-14 |
Shaun McDonald | Move the ActiveRecord::RecordNotFound to the block...
|
commit | commitdiff | tree |
2008-12-16 |
Shaun McDonald | Fix UTF-8 encoding error char in source file that RichardF...
|
commit | commitdiff | tree |
2008-12-15 |
Shaun McDonald | Some extra stubs in the amf controller test
|
commit | commitdiff | tree |
2008-12-15 |
Shaun McDonald | Fix the transactions, need to set anything that will...
|
commit | commitdiff | tree |
2008-12-15 |
Shaun McDonald | bug fix. Adding some transactions to amf controller...
|
commit | commitdiff | tree |
2008-12-14 |
Shaun McDonald | Return, rather than allow a second render to happen...
|
commit | commitdiff | tree |
2008-12-12 |
Shaun McDonald | resync from rails_port 11795:12304
|
commit | commitdiff | tree |
2008-12-12 |
Shaun McDonald | Log the request on a few requests when there is a bad...
|
commit | commitdiff | tree |
2008-12-12 |
Shaun McDonald | removing debug statement
|
commit | commitdiff | tree |
2008-12-12 |
Shaun McDonald | Improving the not found handling of preferences. adding...
|
commit | commitdiff | tree |
2008-12-12 |
Shaun McDonald | capture the too many way nodes error, and give the...
|
commit | commitdiff | tree |
2008-12-11 |
Shaun McDonald | Making amf controller act more like the xml apis
|
commit | commitdiff | tree |
2008-12-11 |
Shaun McDonald | Don't give an error when you access the login page...
|
commit | commitdiff | tree |
2008-12-11 |
Shaun McDonald | some more progress towards making amf_controller do...
|
commit | commitdiff | tree |
2008-12-10 |
Shaun McDonald | some further progress to amf controller checking the...
|
commit | commitdiff | tree |
2008-12-09 |
Shaun McDonald | Some improvements for the XML parsing, as there are...
|
commit | commitdiff | tree |
2008-12-08 |
Shaun McDonald | count -> size for compatibility with ruby 1.8.6
|
commit | commitdiff | tree |
2008-12-08 |
Shaun McDonald | the user id may be negative, so that osmosis can create...
|
commit | commitdiff | tree |
2008-12-08 |
Shaun McDonald | Adding the ability to see the min/max lat/lon for a...
|
commit | commitdiff | tree |
2008-12-08 |
Shaun McDonald | Adding some amf create poi tests. Minor bugfix tweaks...
|
commit | commitdiff | tree |
2008-12-05 |
Shaun McDonald | Fix for the refactoring commited yesterday, based on...
|
commit | commitdiff | tree |
2008-12-04 |
Shaun McDonald | Refactoring the amf controller, and all models so that...
|
commit | commitdiff | tree |
2008-12-04 |
Shaun McDonald | turning the session off for the changeset controller...
|
commit | commitdiff | tree |
2008-12-03 |
Shaun McDonald | Deal with active record not found exceptions when creating...
|
commit | commitdiff | tree |
2008-12-02 |
Shaun McDonald | adding link to download the full changeset xml
|
commit | commitdiff | tree |
2008-12-01 |
Shaun McDonald | Actually set the instance var when closing the changeset
|
commit | commitdiff | tree |
2008-12-01 |
Shaun McDonald | ensure that uploads that don't supply a lat and lon...
|
commit | commitdiff | tree |
2008-11-28 |
Shaun McDonald | better handling of duplicate tags. Extra validation...
|
commit | commitdiff | tree |
2008-11-27 |
Shaun McDonald | Adding pagination to the changesets, thus allowing...
|
commit | commitdiff | tree |
2008-11-26 |
Shaun McDonald | Renaming the include action to expand_bbox in the changeset...
|
commit | commitdiff | tree |
2008-11-25 |
Shaun McDonald | Some improvements to the error messages that are returned...
|
commit | commitdiff | tree |
2008-11-25 |
Shaun McDonald | More model validations. Fixing one test.
|
commit | commitdiff | tree |
2008-11-24 |
Shaun McDonald | Make the role in relations optional, with a test to...
|
commit | commitdiff | tree |
2008-11-20 |
Shaun McDonald | Closes #1350 through updating amf_controller to use...
|
commit | commitdiff | tree |
2008-11-19 |
Shaun McDonald | Changeset tag unit tests
|
commit | commitdiff | tree |
2008-11-19 |
Shaun McDonald | More tag validations, and finishing the node/way/relation...
|
commit | commitdiff | tree |
2008-11-18 |
Shaun McDonald | Remember whether the user set the public checkbox on...
|
commit | commitdiff | tree |
2008-11-18 |
Shaun McDonald | Relation Tag testing. Also sort the belong_to/has_many...
|
commit | commitdiff | tree |
2008-11-18 |
Shaun McDonald | Validations on the way tags, with unit tests
|
commit | commitdiff | tree |
2008-11-17 |
Shaun McDonald | Make the dates and times that the server deals with...
|
commit | commitdiff | tree |
2008-11-17 |
Shaun McDonald | Adding validations for the length of node tags, and...
|
commit | commitdiff | tree |
2008-11-17 |
Shaun McDonald | Verify that the key and value isn't getting mixed up...
|
commit | commitdiff | tree |
2008-11-15 |
Shaun McDonald | Freezing composite primary key so that we can apply...
|
commit | commitdiff | tree |
2008-11-14 |
Shaun McDonald | More unit test stubs
|
commit | commitdiff | tree |
2008-11-14 |
Shaun McDonald | Unit tests work again. Fixed the set fixture class...
|
commit | commitdiff | tree |
2008-11-14 |
Shaun McDonald | Adding some more unit test stubs that need filling...
|
commit | commitdiff | tree |
2008-11-13 |
Shaun McDonald | Adding some more diary entry tests. Making the RSS...
|
commit | commitdiff | tree |
2008-11-12 |
Shaun McDonald | Covering the case of an entry not being found. More...
|
commit | commitdiff | tree |
2008-11-11 |
Shaun McDonald | more diary entry test
|
commit | commitdiff | tree |
2008-11-11 |
Shaun McDonald | more diary entry tests, and a minor fix to the relation...
|
commit | commitdiff | tree |
2008-11-10 |
Shaun McDonald | slight more work on the diary test
|
commit | commitdiff | tree |
2008-11-09 |
Shaun McDonald | adding first integration for testing user diaries,...
|
commit | commitdiff | tree |
2008-11-09 |
Shaun McDonald | fixing the tests due to a osm -> diffChange and moving...
|
commit | commitdiff | tree |
2008-11-09 |
Shaun McDonald | bumping the version of composite primary keys for the...
|
commit | commitdiff | tree |
2008-11-08 |
Shaun McDonald | fixing one cmd that was missed in the resync
|
commit | commitdiff | tree |
2008-11-08 |
Shaun McDonald | Resyncing from head 10895:11795
|
commit | commitdiff | tree |
2008-11-08 |
Shaun McDonald | Adding some diary fixtures and test stubs
|
commit | commitdiff | tree |
2008-11-07 |
Shaun McDonald | fix the indentation only
|
commit | commitdiff | tree |
2008-11-06 |
Shaun McDonald | Doing the update version part of the migration in chunks...
|
commit | commitdiff | tree |
2008-11-06 |
Shaun McDonald | Removing depricated config option in the development env
|
commit | commitdiff | tree |
next |