]> git.openstreetmap.org Git - rails.git/history - app/controllers
Potlatch 0.11a
[rails.git] / app / controllers /
2009-04-30 Richard FairhurstPotlatch 0.11a
2009-04-28 Tom HughesEager load node and way details when processing a map...
2009-04-28 Tom HughesEager load nodes and node tags for the way when doing...
2009-04-28 Tom HughesAdd a changeset cache to stop us looking up the same...
2009-04-28 Tom HughesReject any AMF request which is not a POST request.
2009-04-28 Tom HughesDon't log the contents of the changeset.
2009-04-26 Tom HughesFinish removing old request counting logic.
2009-04-26 Tom HughesRemove old code to exit after 10000 requests as the...
2009-04-26 Shaun McDonaldMake the report_error function support any http status...
2009-04-24 Richard Fairhursta couple of minor revert fixes
2009-04-24 Richard Fairhurstpass common API error text through to Potlatch so it...
2009-04-24 Richard Fairhurstlots of relations changes for speed and version management
2009-04-24 Matt AmosPatching better 412 error messages from mis-commit...
2009-04-23 Shaun McDonaldThe render method needs to be last, otherwise the error...
2009-04-23 Richard Fairhurstfix another way-node/Way-Node problem in amf_controller...
2009-04-23 Richard Fairhurstactually delete nodes on deleteway (might help)
2009-04-23 Richard Fairhurstfix nodes bug
2009-04-22 Richard Fairhurstchange relation_member 'type' case, to match change...
2009-04-22 Shaun McDonaldadding the maximum number of elements in a changeset...
2009-04-21 Richard Fairhurstfix id/relid inconsistency
2009-04-21 Tom HughesFixed search controller to have some chance of working.
2009-04-21 Tom HughesForce selection to fail when no traces match the tag.
2009-04-21 Tom HughesDon't generate an IN condition with an empty list.
2009-04-21 Tom HughesUse correct names for member types.
2009-04-21 Thomas WoodSlight performance improvement (a reported 2s) by skipp...
2009-04-21 Tom HughesAdd an expiry header to trace images.
2009-04-21 Richard FairhurstMake error messages more helpful
2009-04-21 Richard FairhurstSplit out subscript to see which one is erroring
2009-04-21 Richard FairhurstFix MySQL dependency
2009-04-20 Thomas WoodEnsure :not_found status is returned, catching RecordNo...
2009-04-20 Thomas WoodExpose relation version to api and fix remaining server...
2009-04-20 Shaun McDonaldApply patch by Lars from osm dev list with the typo
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-19 Thomas WoodAdd condition for user not found in trace controller.
2009-04-19 Tom HughesSend replies to the right user. Closes #1720.
2009-04-16 Tom HughesReject uploads unless the user has made their edits...
2009-04-16 Tom HughesFixed to work with merged changes to api availability...
2009-04-16 Tom HughesMerge 14394:14533 from trunk.
2009-04-15 Shaun McDonaldRailsify the relation member model, type attribute...
2009-04-15 Tom HughesFix database check in browse controller.
2009-04-15 Tom HughesFix spelling mistake.
2009-04-14 Tom HughesAdd a "database readonly" state that allows all writes...
2009-04-12 Shaun McDonaldMore tests, found a bug in the data browser, no fix...
2009-04-09 Thomas WoodUse the right keyword this time...
2009-04-09 Thomas WoodAdd exceptions for remaing cases where XML::Parser...
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-26 Richard Fairhurstfix user:pass auth for Potlatch
2009-03-25 Matt AmosFixing failing potlatch tests. Someone who knows what...
2009-03-24 Harry Woodshow a 'no bbox specified' message for the moment at...
2009-03-23 Thomas WoodRather than referring how to view a bbox history, just...
2009-03-23 Thomas WoodMore fixes to the changeset viewer, including logged...
2009-03-23 Thomas WoodFix various auth bugs with the changeset listing stuff...
2009-03-23 Harry WoodAdd 'history' tab + Move 'recent changes' changeset...
2009-03-20 Tom HughesRefactor the GPX upload to try and avoid the import...
2009-03-12 Tom HughesMerged 14009:14059 from trunk.
2009-03-08 Tom HughesMerge 12304:14009 from trunk.
2009-03-08 Tom HughesFix for libxml 1.0.0 changes.
2009-03-08 Tom HughesUpdate to use libxml 1.0.0 gem.
2009-02-26 Richard Fairhurstfix backspacing through way to delete it
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-13 Richard Fairhurstbe a bit smarter about enlarging the bbox (note to...
2009-02-07 Matt AmosFixed bug in changeset closing and querying where the...
2009-02-05 Tom HughesBack out hack to setMapCenter and fix the problem in...
2009-01-23 Thomas WoodSet params to sane defaults if unset by client.
2009-01-23 Thomas WoodRequire auth on calls to /trace/create, and pass throug...
2009-01-14 Shaun McDonaldMove the ActiveRecord::RecordNotFound to the block...
2009-01-13 Richard Fairhurstswap way write with node deletion as per dev@
2009-01-11 Richard Fairhurstsmall versioning fix (plus history rework in progress)
2008-12-31 Thomas WoodRevert last commit - too many test failures
2008-12-31 Thomas WoodDateTime => Time for consistency in changeset code...
2008-12-31 Thomas WoodOnly show changesets that are actually closed in the...
2008-12-23 Thomas WoodMake browse controller index show recently closed chang...
2008-12-23 Thomas WoodPass the to_user to the view. Tests may follow. Closes...
2008-12-23 Richard Fairhurstsession management on only for :list
2008-12-23 Richard Fairhurstview changesets by user
2008-12-18 Richard FairhurstPotlatch for API 0.6 now saving ways happily with node...
2008-12-17 Richard Fairhurstsome more putway fixes - this actually creates new...
2008-12-16 Shaun McDonaldFix UTF-8 encoding error char in source file that Richa...
2008-12-16 Richard Fairhurstbit more putway stuff
2008-12-16 Richard Fairhurstyet more rewriting of putway...
2008-12-15 Shaun McDonaldFix the transactions, need to set anything that will...
2008-12-15 Shaun McDonaldbug fix. Adding some transactions to amf controller...
2008-12-14 Shaun McDonaldReturn, rather than allow a second render to happen...
2008-12-12 Shaun McDonaldresync from rails_port 11795:12304
2008-12-12 Shaun McDonaldLog the request on a few requests when there is a bad...
2008-12-12 Shaun McDonaldImproving the not found handling of preferences. adding...
2008-12-12 Tom HughesOptimise lookup of traces with a given tag.
2008-12-12 Shaun McDonaldcapture the too many way nodes error, and give the...
2008-12-11 Shaun McDonaldMaking amf controller act more like the xml apis
2008-12-11 Shaun McDonaldDon't give an error when you access the login page...
2008-12-11 Shaun McDonaldsome more progress towards making amf_controller do...
2008-12-10 Shaun McDonaldsome further progress to amf controller checking the...
2008-12-10 Matt AmosAdded missing version to the pure rails AMF controller...
2008-12-10 Matt AmosSome fixes to the rails part of the AMF controller...
next