| 2008-12-09 | Shaun McDonald | Some improvements for the XML parsing, as there are... | tree | commitdiff | 
| 2008-12-08 | Shaun McDonald | the user id may be negative, so that osmosis can create... | tree | commitdiff | 
| 2008-12-08 | Shaun McDonald | Adding some amf create poi tests. Minor bugfix tweaks... | tree | commitdiff | 
| 2008-12-04 | Shaun McDonald | Refactoring the amf controller, and all models so that... | tree | commitdiff | 
| 2008-12-01 | Shaun McDonald | Actually set the instance var when closing the changeset | tree | commitdiff | 
| 2008-12-01 | Shaun McDonald | ensure that uploads that don't supply a lat and lon... | tree | commitdiff | 
| 2008-11-28 | Shaun McDonald | better handling of duplicate tags. Extra validation... | tree | commitdiff | 
| 2008-11-26 | Matt Amos | Moved transaction boundary to cover used-by tests on... | tree | commitdiff | 
| 2008-11-25 | Shaun McDonald | Some improvements to the error messages that are return... | tree | commitdiff | 
| 2008-11-25 | Shaun McDonald | More model validations. Fixing one test. | tree | commitdiff | 
| 2008-11-24 | Shaun McDonald | Make the role in relations optional, with a test to... | tree | commitdiff | 
| 2008-11-21 | Matt Amos | Fixed bug in changeset idle timeout. Fixed another... | tree | commitdiff | 
| 2008-11-20 | Shaun McDonald | Closes #1350 through updating amf_controller to use... | tree | commitdiff | 
| 2008-11-19 | Shaun McDonald | Changeset tag unit tests | tree | commitdiff | 
| 2008-11-19 | Shaun McDonald | More tag validations, and finishing the node/way/relati... | tree | commitdiff | 
| 2008-11-18 | Shaun McDonald | Remember whether the user set the public checkbox on... | tree | commitdiff | 
| 2008-11-18 | Shaun McDonald | Relation Tag testing. Also sort the belong_to/has_many... | tree | commitdiff | 
| 2008-11-18 | Shaun McDonald | Validations on the way tags, with unit tests | tree | commitdiff | 
| 2008-11-17 | Matt Amos | Migration to add close-time to changesets. This replace... | tree | commitdiff | 
| 2008-11-17 | Shaun McDonald | Adding validations for the length of node tags, and... | tree | commitdiff | 
| 2008-11-17 | Matt Amos | Implemented changeset tags updating via the update... | tree | commitdiff | 
| 2008-11-14 | Shaun McDonald | Adding some more unit test stubs that need filling... | tree | commitdiff | 
| 2008-11-13 | Shaun McDonald | Adding some more diary entry tests. Making the RSS... | tree | commitdiff | 
| 2008-11-11 | Shaun McDonald | more diary entry tests, and a minor fix to the relation... | tree | commitdiff | 
| 2008-11-10 | Andy Allan | nil protection - mysql however has a default for enums... | tree | commitdiff | 
| 2008-11-10 | Matt Amos | Made relations ordered. Added some tests for this.... | tree | commitdiff | 
| 2008-11-09 | Richard Fairhurst | 0.6-friendly Potlatch (work in progress). DO NOT SET... | tree | commitdiff | 
| 2008-11-09 | Dave Stubbs | a few more amf tests and associated bug fixes | tree | commitdiff | 
| 2008-11-09 | Dave Stubbs | update nodes/ways/relation XML to include user id as... | tree | commitdiff | 
| 2008-11-09 | Frederik Ramm | return user id AND name with changeset get request | tree | commitdiff | 
| 2008-11-09 | Frederik Ramm | fix SCALE, make changeset GET use floats | tree | commitdiff | 
| 2008-11-09 | Frederik Ramm | mini fix | tree | commitdiff | 
| 2008-11-08 | Shaun McDonald | Resyncing from head 10895:11795 | tree | commitdiff | 
| 2008-11-07 | Matt Amos | Added a query method for querying bounding boxes, times... | tree | commitdiff | 
| 2008-11-07 | Andy Allan | some boolean correctness work | tree | commitdiff | 
| 2008-11-07 | Andy Allan | use boolean flags when using boolean columns | tree | commitdiff | 
| 2008-11-07 | Andy Allan | Booleans should be true/false - coding style comments... | tree | commitdiff | 
| 2008-11-06 | Matt Amos | Implemented changeset bounding box handling for relatio... | tree | commitdiff | 
| 2008-11-04 | Matt Amos | Added first attempt at bounding box support in changese... | tree | commitdiff | 
| 2008-11-03 | Shaun McDonald | Adding a restriction to prevent more than 2000 nodes... | tree | commitdiff | 
| 2008-10-29 | Matt Amos | Added custom validator for UTF-8 strings. | tree | commitdiff | 
| 2008-10-23 | Matt Amos | Added tests for changeset upload code. Refactored diff... | tree | commitdiff | 
| 2008-10-21 | Matt Amos | Added tests for ways_for_node. Altered behaviour to... | tree | commitdiff | 
| 2008-10-21 | Matt Amos | Removed debugging code. | tree | commitdiff | 
| 2008-10-15 | Shaun McDonald | Adding a lower and upper length on various web site... | tree | commitdiff | 
| 2008-10-14 | Matt Amos | Cleaned up some unreachable code. Added first test... | tree | commitdiff | 
| 2008-10-14 | Matt Amos | Fixed up delete methods on nodes, ways and relations... | tree | commitdiff | 
| 2008-10-13 | Shaun McDonald | adding changeset stuff for the data browser | tree | commitdiff | 
| 2008-10-13 | Matt Amos | Added a bunch more tests on the API 0.6. Fixed node... | tree | commitdiff | 
| 2008-10-13 | Shaun McDonald | now you will actually save the changeset on updating... | tree | commitdiff | 
| 2008-10-13 | Shaun McDonald | fix so that changeset will be closed without an excepti... | tree | commitdiff | 
| 2008-10-13 | Matt Amos | All API 0.6 functional tests now pass. | tree | commitdiff | 
| 2008-10-13 | Shaun McDonald | Creating consistency check for creation of nodes, way... | tree | commitdiff | 
| 2008-10-13 | Matt Amos | Fixed problems with the relations functional tests. | tree | commitdiff | 
| 2008-10-13 | Matt Amos | Fixed xml method of old way model. | tree | commitdiff | 
| 2008-10-13 | Shaun McDonald | moving the check consistency to it's own file so that... | tree | commitdiff | 
| 2008-10-13 | Matt Amos | Fix to_xml method of old_relation model. | tree | commitdiff | 
| 2008-10-13 | Matt Amos | Fixed node functional tests. A couple of changes to... | tree | commitdiff | 
| 2008-10-12 | Tom Hughes | Disambiguate order clause. | tree | commitdiff | 
| 2008-10-12 | Tom Hughes | Hide diary entries and comments made by deleted users. | tree | commitdiff | 
| 2008-10-10 | Shaun McDonald | fix indentation. Get teh api version from the constant... | tree | commitdiff | 
| 2008-10-09 | Shaun McDonald | moving the conistency checks for updates and deletes... | tree | commitdiff | 
| 2008-10-08 | Shaun McDonald | adding the controller code to be able to get a specific... | tree | commitdiff | 
| 2008-10-08 | Shaun McDonald | Fix the data config, so that the development database... | tree | commitdiff | 
| 2008-10-07 | Shaun McDonald | some useful notes in code for ideas that require implem... | tree | commitdiff | 
| 2008-10-03 | Shaun McDonald | Fixing a bug in my foreign keys. I can now upload and... | tree | commitdiff | 
| 2008-09-30 | Shaun McDonald | changing the belongs_to and has_many items in the model... | tree | commitdiff | 
| 2008-09-25 | Shaun McDonald | Doing a resync from mainline 8633:10895. There was... | tree | commitdiff | 
| 2008-08-24 | Tom Hughes | Add basic support for logically deleting a user. | tree | commitdiff | 
| 2008-08-13 | Tom Hughes | Allow users to change their email address. Closes ... | tree | commitdiff | 
| 2008-08-13 | Tom Hughes | Allow a user's email address to be marked invalid,... | tree | commitdiff | 
| 2008-08-07 | Tom Hughes | Make the location of the GPX traces configurable. | tree | commitdiff | 
| 2008-07-31 | Tom Hughes | Ignore any files in an __MACOSX folder in a zip file... | tree | commitdiff | 
| 2008-07-30 | Tom Hughes | Rework GPX import daemon to use libxml2 for speed. | tree | commitdiff | 
| 2008-07-18 | Shaun McDonald | Make sure that there is a sender and a recipient of... | tree | commitdiff | 
| 2008-07-18 | Tom Hughes | Cope with being asked to find relations for any empty... | tree | commitdiff | 
| 2008-07-18 | Tom Hughes | Merge potlatch_010 properly. | tree | commitdiff | 
| 2008-07-18 | Tom Hughes | Revert broken attempt at potlatch_010 merge. | tree | commitdiff | 
| 2008-07-18 | Tom Hughes | Merged 8899:9136 and 9145 from trunk. | tree | commitdiff | 
| 2008-07-18 | Tom Hughes | Merge potlatch_010 branch to head. | tree | commitdiff | 
| 2008-07-16 | Tom Hughes | Optimise finding of relations, partially reversing... | tree | commitdiff | 
| 2008-07-15 | Tom Hughes | Minor tidyups. | tree | commitdiff | 
| 2008-07-15 | Tom Hughes | Rename unique_nodes to unshared_node_ids to make it... | tree | commitdiff | 
| 2008-07-09 | Tom Hughes | Revert Potlatch 0.10 from the trunk - we will keep... | tree | commitdiff | 
| 2008-07-09 | Richard Fairhurst | Potlatch 0.10 | tree | commitdiff | 
| 2008-07-08 | Shaun McDonald | Removing the in_world test from the model since it... | tree | commitdiff | 
| 2008-07-07 | Tom Hughes | Tidy up a bit after shaun's merge... | tree | commitdiff | 
| 2008-07-07 | Shaun McDonald | Fixing the resync that I had done wrong at the end... | tree | commitdiff | 
| 2008-07-03 | Shaun McDonald | Merge changes from trunk 7673:8632. | tree | commitdiff | 
| 2008-07-03 | Shaun McDonald | Now all the unit tests work | tree | commitdiff | 
| 2008-06-27 | Tom Hughes | Merge data browser branch to trunk. | tree | commitdiff | 
| 2008-06-24 | Tom Hughes | Railsify relation selection (aka ripping out the f... | tree | commitdiff | 
| 2008-06-24 | Tom Hughes | Improve the layout of the object browser views. | tree | commitdiff | 
| 2008-06-22 | Tom Hughes | Merge 8381:8390 from trunk. | tree | commitdiff | 
| 2008-06-22 | Tom Hughes | Merge 8377:8381 from trunk. | tree | commitdiff | 
| 2008-06-22 | Tom Hughes | Make the polymorphic relation association work properly. | tree | commitdiff | 
| 2008-06-22 | Tom Hughes | Merge 7922:8377 from trunk. | tree | commitdiff | 
| 2008-06-21 | Tom Hughes | Use a polymorphic association to model relation members... | tree | commitdiff | 
| 2008-06-21 | Tom Hughes | Removed bogus belongs_to user declaration. | tree | commitdiff | 
| 2008-06-07 | Tom Hughes | Work around the fact that exists? no longer works for... | tree | commitdiff | 
| next |