]> git.openstreetmap.org Git - rails.git/history - app/models
Add yet more foreign keys.
[rails.git] / app / models /
2009-05-06 Thomas WoodTests for PreconditionFailed error messages.
2009-05-06 Thomas WoodOne final (I've checked the rest now!) mis-referenced...
2009-05-06 Matt AmosPotential fix for slow relation precondition checking...
2009-05-05 Shaun McDonaldbe a bit more specific when a way is a member of a...
2009-05-02 Thomas WoodFix another mis-referenced error message id!
2009-05-02 Thomas WoodData browser changes, make links more user friendly...
2009-05-01 Tom HughesGet rid of foreign_class specification which is no...
2009-04-30 Tom HughesUse association names with :joins instead of writing...
2009-04-30 Shaun McDonaldgive a id when a way is a member of a relation
2009-04-30 Shaun McDonaldWe don't need an extra method for the amf controller...
2009-04-30 Thomas WoodFix another error reporting bug similar to previous...
2009-04-30 Thomas WoodFix grammar/referred relation id in precondition failed...
2009-04-30 Richard FairhurstPotlatch 0.11a
2009-04-29 Matt AmosFixed 'raw' raises by converting them to the appropriat...
2009-04-28 Tom HughesUse the alias for the conditions as well...
2009-04-28 Tom HughesUse an alias for current_relation_members to avoid...
2009-04-28 Tom HughesAdd a changeset cache to stop us looking up the same...
2009-04-28 Tom HughesRemove debugging statement.
2009-04-27 Shaun McDonaldImprove the node/way/relation already deleted error...
2009-04-26 Shaun McDonaldFix typo of missing .new for some of the errors. Tests...
2009-04-25 Tom HughesNull descriptions are not allowed.
2009-04-25 Matt AmosFixed bug in exception creation.
2009-04-24 Matt AmosFixed dumb copy-and-paste mistake.
2009-04-24 Matt AmosPatching better 412 error messages from mis-commit...
2009-04-23 Tom HughesBackout broken attempt at making case insensitive authe...
2009-04-23 Shaun McDonaldHack a way to make the email and display name case...
2009-04-23 Matt AmosAdded better error messages on 412 precondition failed.
2009-04-21 Matt AmosQuick and dirty fix for relation tags issue.
2009-04-21 Shaun McDonaldHopefully fix the old_node_controller tests.
2009-04-21 Tom HughesArrays have a length method, not a count method.
2009-04-20 Tom HughesAdd missing files from api06 merge.
2009-04-20 Tom HughesMerge vendor tree from api06 branch.
2009-04-20 Tom HughesMerge api06 branch to trunk.
2009-04-16 Tom HughesMerge 14394:14533 from trunk.
2009-04-16 Tom HughesCope with MySQL and Postgres.
2009-04-15 Shaun McDonaldRailsify the relation member model, type attribute...
2009-04-14 Shaun McDonaldShould have a .new when raising error
2009-04-13 Shaun McDonaldreverting last change, which included posgres config...
2009-04-13 Shaun McDonaldRemove duplication that is in the test helper. Adding...
2009-04-09 Thomas WoodAdd exceptions for remaing cases where XML::Parser...
2009-04-09 Thomas WoodAdd has_valid_bbox? method to Changeset model to tidy...
2009-04-08 Tom HughesMerge 14059:14394 from trunk.
2009-03-29 Matt AmosFixed a problem where rails was setting the ID column...
2009-03-29 Matt AmosMoved a bunch of time functions into UTC. Fixes bugs...
2009-03-29 Matt AmosFix for correct boolean handling in query.
2009-03-27 Matt AmosFixed a couple of bugs with changeset bounding box...
2009-03-23 Thomas WoodShut up libxml's "Must specify a string with one or...
2009-03-12 Tom HughesMerged 14009:14059 from trunk.
2009-03-08 Tom HughesCommit ACL related files from earlier merges as svn...
2009-03-08 Tom HughesMerge 12304:14009 from trunk.
2009-03-08 Tom HughesUpdate to use libxml 1.0.0 gem.
2009-02-25 Richard Fairhursthistory stuff should be working now (haha)
2009-02-25 Richard Fairhurstfurther work on 0.6 history (not quite complete yet)
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...
next