]> git.openstreetmap.org Git - rails.git/history - app/models
Merge branch 'master' into openid
[rails.git] / app / models /
2009-02-19 Tom HughesAdd an ACL system to allow key/value pairs to be attach...
2009-02-07 Matt AmosFixed bug in changeset closing and querying where the...
2009-01-23 Thomas WoodRequire auth on calls to /trace/create, and pass throug...
2008-12-23 Matt Amosremoved comments which apparently no-one bothers to...
2008-12-18 Richard FairhurstPotlatch for API 0.6 now saving ways happily with node...
2008-12-15 Thomas WoodAdd validations for diary entry lat/lons and tests...
2008-12-12 Shaun McDonaldresync from rails_port 11795:12304
2008-12-11 Shaun McDonaldMaking amf controller act more like the xml apis
2008-12-09 Shaun McDonaldSome improvements for the XML parsing, as there are...
2008-12-08 Shaun McDonaldthe user id may be negative, so that osmosis can create...
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-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-26 Matt AmosMoved transaction boundary to cover used-by tests on...
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-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-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 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 AmosImplemented changeset tags updating via the update...
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-11 Shaun McDonaldmore diary entry tests, and a minor fix to the relation...
2008-11-10 Andy Allannil protection - mysql however has a default for enums...
2008-11-10 Matt AmosMade relations ordered. Added some tests for this....
2008-11-09 Richard Fairhurst0.6-friendly Potlatch (work in progress). DO NOT SET...
2008-11-09 Dave Stubbsa few more amf tests and associated bug fixes
2008-11-09 Dave Stubbsupdate nodes/ways/relation XML to include user id as...
2008-11-09 Frederik Rammreturn user id AND name with changeset get request
2008-11-09 Frederik Rammfix SCALE, make changeset GET use floats
2008-11-09 Frederik Rammmini fix
2008-11-08 Shaun McDonaldResyncing from head 10895:11795
2008-11-07 Matt AmosAdded a query method for querying bounding boxes, times...
2008-11-07 Andy Allansome boolean correctness work
2008-11-07 Andy Allanuse boolean flags when using boolean columns
2008-11-07 Andy AllanBooleans should be true/false - coding style comments...
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 a restriction to prevent more than 2000 nodes...
2008-10-29 Matt AmosAdded custom validator for UTF-8 strings.
2008-10-23 Matt AmosAdded tests for changeset upload code. Refactored diff...
2008-10-21 Matt AmosAdded tests for ways_for_node. Altered behaviour to...
2008-10-21 Matt AmosRemoved debugging code.
2008-10-15 Shaun McDonaldAdding a lower and upper length on various web site...
2008-10-14 Matt AmosCleaned up some unreachable code. Added first test...
2008-10-14 Matt AmosFixed up delete methods on nodes, ways and relations...
2008-10-13 Shaun McDonaldadding changeset stuff for the data browser
2008-10-13 Matt AmosAdded a bunch more tests on the API 0.6. Fixed node...
2008-10-13 Shaun McDonaldnow you will actually save the changeset on updating...
2008-10-13 Shaun McDonaldfix so that changeset will be closed without an excepti...
2008-10-13 Matt AmosAll API 0.6 functional tests now pass.
2008-10-13 Shaun McDonaldCreating consistency check for creation of nodes, way...
2008-10-13 Matt AmosFixed problems with the relations functional tests.
2008-10-13 Matt AmosFixed xml method of old way model.
2008-10-13 Shaun McDonaldmoving the check consistency to it's own file so that...
2008-10-13 Matt AmosFix to_xml method of old_relation model.
2008-10-13 Matt AmosFixed node functional tests. A couple of changes to...
2008-10-12 Tom HughesDisambiguate order clause.
2008-10-12 Tom HughesHide diary entries and comments made by deleted users.
2008-10-10 Shaun McDonaldfix indentation. Get teh api version from the constant...
2008-10-09 Shaun McDonaldmoving the conistency checks for updates and deletes...
2008-10-08 Shaun McDonaldadding the controller code to be able to get a specific...
2008-10-08 Shaun McDonaldFix the data config, so that the development database...
2008-10-07 Shaun McDonaldsome useful notes in code for ideas that require implem...
2008-10-03 Shaun McDonaldFixing a bug in my foreign keys. I can now upload and...
2008-09-30 Shaun McDonaldchanging the belongs_to and has_many items in the model...
2008-09-25 Shaun McDonaldDoing a resync from mainline 8633:10895. There was...
2008-08-24 Tom HughesAdd basic support for logically deleting a user.
2008-08-13 Tom HughesAllow users to change their email address. Closes ...
2008-08-13 Tom HughesAllow a user's email address to be marked invalid,...
2008-08-07 Tom HughesMake the location of the GPX traces configurable.
2008-07-31 Tom HughesIgnore any files in an __MACOSX folder in a zip file...
2008-07-30 Tom HughesRework GPX import daemon to use libxml2 for speed.
2008-07-18 Shaun McDonaldMake sure that there is a sender and a recipient of...
2008-07-18 Tom HughesCope with being asked to find relations for any empty...
2008-07-18 Tom HughesMerge potlatch_010 properly.
2008-07-18 Tom HughesRevert broken attempt at potlatch_010 merge.
2008-07-18 Tom HughesMerged 8899:9136 and 9145 from trunk.
2008-07-18 Tom HughesMerge potlatch_010 branch to head.
2008-07-16 Tom HughesOptimise finding of relations, partially reversing...
2008-07-15 Tom HughesMinor tidyups.
2008-07-15 Tom HughesRename unique_nodes to unshared_node_ids to make it...
2008-07-09 Tom HughesRevert Potlatch 0.10 from the trunk - we will keep...
2008-07-09 Richard FairhurstPotlatch 0.10
2008-07-08 Shaun McDonaldRemoving the in_world test from the model since it...
2008-07-07 Tom HughesTidy up a bit after shaun's merge...
2008-07-07 Shaun McDonaldFixing the resync that I had done wrong at the end...
2008-07-03 Shaun McDonaldMerge changes from trunk 7673:8632.
2008-07-03 Shaun McDonaldNow all the unit tests work
2008-06-27 Tom HughesMerge data browser branch to trunk.
next