]> git.openstreetmap.org Git - rails.git/history - app/models
Move db engine changing into db adaptor monkeypatch
[rails.git] / app / models /
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.
2008-06-24 Tom HughesRailsify relation selection (aka ripping out the f...
2008-06-24 Tom HughesImprove the layout of the object browser views.
2008-06-22 Tom HughesMerge 8381:8390 from trunk.
2008-06-22 Tom HughesMerge 8377:8381 from trunk.
2008-06-22 Tom HughesMake the polymorphic relation association work properly.
2008-06-22 Tom HughesMerge 7922:8377 from trunk.
2008-06-21 Tom HughesUse a polymorphic association to model relation members...
2008-06-21 Tom HughesRemoved bogus belongs_to user declaration.
2008-06-07 Tom HughesWork around the fact that exists? no longer works for...
2008-06-02 Shaun McDonaldFixing indentation
2008-06-02 Shaun McDonaldFixing indentation
2008-05-28 Tom HughesMerge 7744:7922 from trunk.
2008-05-20 Shaun McDonaldAdd a check to make sure that a node/way/relation doesn...
2008-05-12 Gabriel Ebnerapi06: s/delete_with_relations_and_history/delete_with_...
2008-05-12 Gabriel Ebnerapi06: Move version-checking into the models, raising...
2008-05-12 Christopher Schmidtnode.tags is now (apparently) the same as tags_as_hash.
2008-05-11 Christopher Schmidtundo composite keys change on old_ndoe
2008-05-11 Christopher Schmidtfrom_xml sets a version on nodes
2008-05-11 Christopher Schmidtadd to_xml method for oldnode
2008-05-11 Christopher Schmidtspit out whether the changeset is open in the xml
2008-05-11 Christopher Schmidtadd FIXME FIXME FIXME for serializing changes in a...
2008-05-11 Christopher SchmidtAdd support for accessing changesets as XML through...
2008-05-09 Tom HughesMerge 7452:7744 from trunk.
2008-05-05 Gabriel Ebnerapi06: Fix normal way and relation uploading (i.e....
2008-05-04 Gabriel Ebnerapi06: Fix diff uploading (still doesn't give a useful...
2008-05-04 Gabriel Ebnerapi06: Preliminary support for diff uploading. This...
2008-05-04 Tom HughesMerge 7649:7673 from trunk.
2008-05-04 Tom HughesGo back to using user_id+k as the primary key for user...
2008-05-04 Gabriel Ebnerapi06: Merge changesets code from Frederik.
2008-05-04 Frederik Ramminitial changeset support
2008-05-04 Gabriel Ebnerapi06: Return version ids in XML responses.
2008-05-04 Gabriel Ebnersplit_node_tags: Remove old unused files.
2008-05-04 Gabriel Ebnersplit_node_tags: Merge changes in main branch up to...
2008-05-03 Gabriel Ebnersplit_node_tags: Remove the left-over pre-merge files.
2008-05-03 Gabriel Ebnersplit_node_tags:
2008-05-03 Nick Blackmerged node and old node models for normalised node...
2008-05-03 Nick Blacknode models for normalised node tags - pre merge
2008-05-03 Nick Blackadds a temporary old_node object for use during migration
2008-05-03 Gabriel Ebnersplit_node_tags: Merge changes from main branch.
2008-05-03 Nick Blackadding node tag models
2008-04-27 Tom HughesMake sure the recorded first point for a trace really...
next