]> git.openstreetmap.org Git - rails.git/history - app
new translations (mainly email)
[rails.git] / app /
2009-05-27 Shaun McDonaldRemove the languages hash since we are now storing...
2009-05-27 Shaun McDonaldtranslating the listing of diary entries. Adding some...
2009-05-27 Shaun McDonaldUse a nicer less error prone version of the select...
2009-05-27 Shaun McDonaldActually set the locale from the users browser request...
2009-05-26 Matt AmosWorking around mysql bug...
2009-05-26 Matt AmosAdded missing ordering to relation members. This was...
2009-05-26 Matt AmosBetter testing of bbox handling in relations. Maybe...
2009-05-26 Tom HughesUse SOTM logo to link to the SOTM site.
2009-05-25 Richard Fairhurstfix #1849
2009-05-23 Tom HughesRename language_code to code - language_code is tautolo...
2009-05-22 Tom HughesDon't ask the backend directly for the available locale...
2009-05-22 Richard Fairhurstadapt for larger fonts on Linux; fix indexing with...
2009-05-22 Shaun McDonaldFirst stage of i18n. Some migrations and extra plugins.
2009-05-22 Andy AllanOverride interestingTagsExclude in GML layer - improve...
2009-05-21 Shaun McDonaldReverting earlier change that means that zoom isn't...
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 Shaun McDonaldallow the user to pass in a gpx and a zoom
2009-05-21 Matt AmosAdded locking around update and delete methods on main...
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 Harry Woodlabel changesets as (big) based on their bbox area
2009-05-15 Tom HughesArrays of object IDs are a bad idea.
2009-05-15 Tom HughesOptimise retrieval of full relations.
2009-05-14 Matt AmosFixed precondition failed message which was trying...
2009-05-14 Richard FairhurstApply #1824.
2009-05-13 Shaun McDonaldRemove a rescue, which is stopping a more detailed...
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-11 Tom HughesUse a local lookup table for country bounding boxes...
2009-05-11 Matt AmosA better optimisation, as suggested by TomH.
2009-05-11 Matt AmosAdded optimisation for way checking. Same method as...
2009-05-11 Tom HughesDestroy OL objects which use the dataLayer before we...
2009-05-10 Tom HughesAdd an internal geocoder for lat/lon positions.
2009-05-10 Matt AmosFixed problem where tag lengths were generating a 422...
2009-05-09 Tom HughesAdd a warning about whitelisting webmaster@openstreetma...
2009-05-09 Tom HughesSet a custom return path so that we can ignore bounces.
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-07 Thomas WoodOne last commit tonight :P
2009-05-07 Thomas WoodDe-duplicate some of the changeset stuff out to a new...
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-04 Richard FairhurstPotlatch 0.11b
2009-05-04 Thomas WoodSort the tags for the databrowser output.
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 Thomas WoodFix html: closing <a> tag.
2009-04-30 Richard FairhurstPotlatch 0.11a
2009-04-29 Matt AmosFixed 'raw' raises by converting them to the appropriat...
2009-04-28 Tom HughesEager load node and way details when processing a map...
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 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 HughesRemove debugging statement.
2009-04-28 Tom HughesDon't log the contents of the changeset.
2009-04-27 Thomas WoodQuick fix to reference relation rather than relation_me...
2009-04-27 Thomas WoodFurther clarify descriptive texts regarding public...
2009-04-27 Shaun McDonaldImprove the node/way/relation already deleted error...
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-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 Richard Fairhursta couple of minor revert fixes
2009-04-24 Matt AmosFixed dumb copy-and-paste mistake.
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 Tom HughesBackout broken attempt at making case insensitive authe...
2009-04-23 Shaun McDonaldThe render method needs to be last, otherwise the error...
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-23 Richard Fairhurstfix another way-node/Way-Node problem in amf_controller...
2009-04-23 Harry Woodchange updatelinks params so that Potlatch can pass...
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 Thomas WoodFix multiple issues with links to /history from the...
2009-04-22 Shaun McDonaldadding the maximum number of elements in a changeset...
2009-04-21 Frederik Rammthere is not HTML attribute named "padding". either...
2009-04-21 Matt AmosQuick and dirty fix for relation tags issue.
next