]> git.openstreetmap.org Git - rails.git/history - app/controllers
Remove the languages hash since we are now storing the languages in a table. Translat...
[rails.git] / app / controllers /
2009-05-27 Shaun McDonaldActually set the locale from the users browser request...
2009-05-22 Tom HughesDon't ask the backend directly for the available locale...
2009-05-22 Shaun McDonaldFirst stage of i18n. Some migrations and extra plugins.
2009-05-21 Tom HughesRationalise API error classes by getting of the render_...
2009-05-21 Tom HughesFix some comments to reflect reality.
2009-05-21 Matt AmosUse utility method for error reporting.
2009-05-21 Shaun McDonaldRaising an exception in Ruby requires a .new. Add a...
2009-05-21 Tom HughesGive the API error handler a generic rescue that return...
2009-05-21 Richard FairhurstPotlatch 1.0
2009-05-20 Tom HughesAdd a global timeout that is applied to most API requests.
2009-05-20 Matt AmosUsing an around_handler for catching and rendering...
2009-05-20 Tom HughesLog arguments to AMF read methods.
2009-05-15 Tom HughesArrays of object IDs are a bad idea.
2009-05-15 Tom HughesOptimise retrieval of full relations.
2009-05-14 Richard FairhurstApply #1824.
2009-05-13 Richard Fairhurstalways set new node id when updating/deleting (to be...
2009-05-12 Shaun McDonaldActually mark a trace as being public based on the...
2009-05-12 Matt AmosRemoved updatetimeout method, as it isn't needed any...
2009-05-12 Matt AmosFixed bug #1816 - the timeout updating logic should...
2009-05-10 Tom HughesAdd an internal geocoder for lat/lon positions.
2009-05-09 Tom HughesAdd a warning about whitelisting webmaster@openstreetma...
2009-05-08 Tom HughesMove geocoder constants to application configuration...
2009-05-08 Shaun McDonaldNo need to define a constand for the appconfig var...
2009-05-04 Richard FairhurstPotlatch 0.11b
2009-05-02 Thomas WoodData browser changes, make links more user friendly...
2009-04-30 Shaun McDonaldWe don't need an extra method for the amf controller...
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)
next