]> git.openstreetmap.org Git - rails.git/history - app/models/relation.rb
Fix title alignment in Outlook/WindowsMail
[rails.git] / app / models / relation.rb
2017-02-05 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1347...
2016-12-21 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1395'
2016-12-18 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1367'
2016-11-28 Tom HughesClone objects before saving in case of a retry
2016-11-09 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1350'
2016-10-31 Tom HughesFix rubocop warnings
2016-10-27 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1344'
2016-10-26 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1339'
2016-10-26 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1338'
2016-10-26 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1337'
2016-10-26 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1336'
2016-10-26 Andy AllanSuppress XML parsing errors.
2016-09-15 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1285'
2016-09-15 Tom HughesFix new rubocop warnings
2016-08-15 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1004'
2016-03-20 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/954'
2016-03-14 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/954'
2016-03-09 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1120'
2016-03-09 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1122'
2016-02-05 Tom HughesFix new rubocop warnings
2016-01-19 Tom HughesFix rubocop warnings
2015-08-27 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/891'
2015-08-27 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/903'
2015-06-13 Matt AmosFix bug allowing created elements to reference deleted...
2015-04-14 Tom HughesFix style issues found by new rubocop version
2015-03-02 Tom HughesTest changeset and note comment notification emails
2015-02-27 Tom HughesImprove test coverage
2015-02-26 Tom HughesFix some rubocop rails style issues
2015-02-24 Tom HughesFix more rubocop style issues
2015-02-20 Tom HughesStandardise on double quoted strings
2015-02-20 Tom HughesFix rubocop style issues
2015-02-20 Tom HughesFix rubocop lint issues
2015-02-20 Tom HughesFix most auto-correctable rubocop issues
2015-02-20 Tom HughesCleanup trailing whitespace
2014-03-08 Richard FairhurstMerge pull request #14 from tomhughes/routing
2014-03-08 Tom HughesMerge remote-tracking branch 'origin/master' into routing
2014-03-08 Matt AmosMerge remote-tracking branch 'upstream/master' into...
2014-02-26 Tom HughesRemove unused (and non-functioning) code
2013-12-05 Tom HughesSimplify a number of object model methods
2013-12-04 Tom HughesMore refactoring of common code in object models
2013-12-04 Simon LegnerRefactor generation of object metadata in API calls
2013-09-21 Tom HughesEliminate deprecated scope and association arguments
2012-11-20 Tom HughesMerge branch 'master' into notes
2012-10-22 John FirebaughAvoid unnecessary array allocations
2012-10-13 Tom HughesMerge branch 'master' into notes
2012-09-21 Matt AmosAdded a test for trac ticket 4471, and fixed the issue.
2012-08-22 Tom HughesMerge branch 'master' into openstreetbugs
2012-04-05 Matt AmosAdding first cut of Redactions support
2012-03-08 Tom HughesMerge branch 'master' into openstreetbugs
2012-02-15 Tom HughesMake sure we don't inherit old tags when parsing XML...
2012-02-15 Tom HughesReplace deprecated methods with modern equivalents
2012-01-05 Tom HughesMerge branch 'master' into openstreetbugs
2011-11-14 Tom HughesRename all ID columns that aren't unique
2011-11-14 Tom HughesUpdate some more queries to use AREL in place of deprec...
2011-11-14 Tom HughesUpdate ActiveRecord queries to use arel
2009-08-13 Tom HughesMerge 16891:17044 from trunk.
2009-08-06 Matt AmosMade XML parsing routines raise an exception if the...
2009-06-19 Thomas Woodmerge 15807:16012 from rails_port
2009-06-11 Shaun McDonaldGive a nice error message when parsing the nwr tags...
2009-06-10 Shaun McDonaldCleanup the Relation.from_xml to come in line with...
2009-05-31 Tom HughesMerge 15165:15373 from trunk.
2009-05-26 Matt AmosBetter testing of bbox handling in relations. Maybe...
2009-05-21 Matt AmosAdded locking around update and delete methods on main...
2009-05-20 Matt AmosUsing an around_handler for catching and rendering...
2009-05-15 Tom HughesOptimise retrieval of full relations.
2009-05-14 Matt AmosFixed precondition failed message which was trying...
2009-05-13 Shaun McDonaldRemove a rescue, which is stopping a more detailed...
2009-05-10 Matt AmosFixed problem where tag lengths were generating a 422...
2009-05-06 Thomas WoodTests for PreconditionFailed error messages.
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-04-30 Tom HughesUse association names with :joins instead of writing...
2009-04-30 Thomas WoodFix grammar/referred relation id in precondition failed...
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-24 Matt AmosPatching better 412 error messages from mis-commit...
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-20 Tom HughesMerge api06 branch to trunk.
2009-04-16 Tom HughesMerge 14394:14533 from trunk.
2009-04-15 Shaun McDonaldRailsify the relation member model, type attribute...
2009-04-08 Tom HughesMerge 14059:14394 from trunk.
2009-03-29 Matt AmosMoved a bunch of time functions into UTC. Fixes bugs...
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 HughesMerge 12304:14009 from trunk.
2009-03-08 Tom HughesUpdate to use libxml 1.0.0 gem.
2008-12-12 Shaun McDonaldresync from rails_port 11795:12304
2008-12-09 Shaun McDonaldSome improvements for the XML parsing, as there are...
2008-12-04 Shaun McDonaldRefactoring the amf controller, and all models so that...
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 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...
next