2009-05-27 |
Shaun McDonald | Actually set the locale from the users browser request... |
tree | commitdiff |
2009-05-22 |
Tom Hughes | Don't ask the backend directly for the available locale... |
tree | commitdiff |
2009-05-22 |
Shaun McDonald | First stage of i18n. Some migrations and extra plugins. |
tree | commitdiff |
2009-05-21 |
Tom Hughes | Rationalise API error classes by getting of the render_... |
tree | commitdiff |
2009-05-21 |
Tom Hughes | Fix some comments to reflect reality. |
tree | commitdiff |
2009-05-21 |
Matt Amos | Use utility method for error reporting. |
tree | commitdiff |
2009-05-21 |
Shaun McDonald | Raising an exception in Ruby requires a .new. Add a... |
tree | commitdiff |
2009-05-21 |
Tom Hughes | Give the API error handler a generic rescue that return... |
tree | commitdiff |
2009-05-21 |
Richard Fairhurst | Potlatch 1.0 |
tree | commitdiff |
2009-05-20 |
Tom Hughes | Add a global timeout that is applied to most API requests. |
tree | commitdiff |
2009-05-20 |
Matt Amos | Using an around_handler for catching and rendering... |
tree | commitdiff |
2009-05-20 |
Tom Hughes | Log arguments to AMF read methods. |
tree | commitdiff |
2009-05-15 |
Tom Hughes | Arrays of object IDs are a bad idea. |
tree | commitdiff |
2009-05-15 |
Tom Hughes | Optimise retrieval of full relations. |
tree | commitdiff |
2009-05-14 |
Richard Fairhurst | Apply #1824. |
tree | commitdiff |
2009-05-13 |
Richard Fairhurst | always set new node id when updating/deleting (to be... |
tree | commitdiff |
2009-05-12 |
Shaun McDonald | Actually mark a trace as being public based on the... |
tree | commitdiff |
2009-05-12 |
Matt Amos | Removed updatetimeout method, as it isn't needed any... |
tree | commitdiff |
2009-05-12 |
Matt Amos | Fixed bug #1816 - the timeout updating logic should... |
tree | commitdiff |
2009-05-10 |
Tom Hughes | Add an internal geocoder for lat/lon positions. |
tree | commitdiff |
2009-05-09 |
Tom Hughes | Add a warning about whitelisting webmaster@openstreetma... |
tree | commitdiff |
2009-05-08 |
Tom Hughes | Move geocoder constants to application configuration... |
tree | commitdiff |
2009-05-08 |
Shaun McDonald | No need to define a constand for the appconfig var... |
tree | commitdiff |
2009-05-04 |
Richard Fairhurst | Potlatch 0.11b |
tree | commitdiff |
2009-05-02 |
Thomas Wood | Data browser changes, make links more user friendly... |
tree | commitdiff |
2009-04-30 |
Shaun McDonald | We don't need an extra method for the amf controller... |
tree | commitdiff |
2009-04-30 |
Richard Fairhurst | Potlatch 0.11a |
tree | commitdiff |
2009-04-28 |
Tom Hughes | Eager load node and way details when processing a map... |
tree | commitdiff |
2009-04-28 |
Tom Hughes | Eager load nodes and node tags for the way when doing... |
tree | commitdiff |
2009-04-28 |
Tom Hughes | Add a changeset cache to stop us looking up the same... |
tree | commitdiff |
2009-04-28 |
Tom Hughes | Reject any AMF request which is not a POST request. |
tree | commitdiff |
2009-04-28 |
Tom Hughes | Don't log the contents of the changeset. |
tree | commitdiff |
2009-04-26 |
Tom Hughes | Finish removing old request counting logic. |
tree | commitdiff |
2009-04-26 |
Tom Hughes | Remove old code to exit after 10000 requests as the... |
tree | commitdiff |
2009-04-26 |
Shaun McDonald | Make the report_error function support any http status... |
tree | commitdiff |
2009-04-24 |
Richard Fairhurst | a couple of minor revert fixes |
tree | commitdiff |
2009-04-24 |
Richard Fairhurst | pass common API error text through to Potlatch so it... |
tree | commitdiff |
2009-04-24 |
Richard Fairhurst | lots of relations changes for speed and version management |
tree | commitdiff |
2009-04-24 |
Matt Amos | Patching better 412 error messages from mis-commit... |
tree | commitdiff |
2009-04-23 |
Shaun McDonald | The render method needs to be last, otherwise the error... |
tree | commitdiff |
2009-04-23 |
Richard Fairhurst | fix another way-node/Way-Node problem in amf_controller... |
tree | commitdiff |
2009-04-23 |
Richard Fairhurst | actually delete nodes on deleteway (might help) |
tree | commitdiff |
2009-04-23 |
Richard Fairhurst | fix nodes bug |
tree | commitdiff |
2009-04-22 |
Richard Fairhurst | change relation_member 'type' case, to match change... |
tree | commitdiff |
2009-04-22 |
Shaun McDonald | adding the maximum number of elements in a changeset... |
tree | commitdiff |
2009-04-21 |
Richard Fairhurst | fix id/relid inconsistency |
tree | commitdiff |
2009-04-21 |
Tom Hughes | Fixed search controller to have some chance of working. |
tree | commitdiff |
2009-04-21 |
Tom Hughes | Force selection to fail when no traces match the tag. |
tree | commitdiff |
2009-04-21 |
Tom Hughes | Don't generate an IN condition with an empty list. |
tree | commitdiff |
2009-04-21 |
Tom Hughes | Use correct names for member types. |
tree | commitdiff |
2009-04-21 |
Thomas Wood | Slight performance improvement (a reported 2s) by skipp... |
tree | commitdiff |
2009-04-21 |
Tom Hughes | Add an expiry header to trace images. |
tree | commitdiff |
2009-04-21 |
Richard Fairhurst | Make error messages more helpful |
tree | commitdiff |
2009-04-21 |
Richard Fairhurst | Split out subscript to see which one is erroring |
tree | commitdiff |
2009-04-21 |
Richard Fairhurst | Fix MySQL dependency |
tree | commitdiff |
2009-04-20 |
Thomas Wood | Ensure :not_found status is returned, catching RecordNo... |
tree | commitdiff |
2009-04-20 |
Thomas Wood | Expose relation version to api and fix remaining server... |
tree | commitdiff |
2009-04-20 |
Shaun McDonald | Apply patch by Lars from osm dev list with the typo |
tree | commitdiff |
2009-04-20 |
Tom Hughes | Add missing files from api06 merge. |
tree | commitdiff |
2009-04-20 |
Tom Hughes | Merge vendor tree from api06 branch. |
tree | commitdiff |
2009-04-20 |
Tom Hughes | Merge api06 branch to trunk. |
tree | commitdiff |
2009-04-19 |
Thomas Wood | Add condition for user not found in trace controller. |
tree | commitdiff |
2009-04-19 |
Tom Hughes | Send replies to the right user. Closes #1720. |
tree | commitdiff |
2009-04-16 |
Tom Hughes | Reject uploads unless the user has made their edits... |
tree | commitdiff |
2009-04-16 |
Tom Hughes | Fixed to work with merged changes to api availability... |
tree | commitdiff |
2009-04-16 |
Tom Hughes | Merge 14394:14533 from trunk. |
tree | commitdiff |
2009-04-15 |
Shaun McDonald | Railsify the relation member model, type attribute... |
tree | commitdiff |
2009-04-15 |
Tom Hughes | Fix database check in browse controller. |
tree | commitdiff |
2009-04-15 |
Tom Hughes | Fix spelling mistake. |
tree | commitdiff |
2009-04-14 |
Tom Hughes | Add a "database readonly" state that allows all writes... |
tree | commitdiff |
2009-04-12 |
Shaun McDonald | More tests, found a bug in the data browser, no fix... |
tree | commitdiff |
2009-04-09 |
Thomas Wood | Use the right keyword this time... |
tree | commitdiff |
2009-04-09 |
Thomas Wood | Add exceptions for remaing cases where XML::Parser... |
tree | commitdiff |
2009-04-08 |
Tom Hughes | Merge 14059:14394 from trunk. |
tree | commitdiff |
2009-03-29 |
Matt Amos | Fixed a problem where rails was setting the ID column... |
tree | commitdiff |
2009-03-29 |
Matt Amos | Moved a bunch of time functions into UTC. Fixes bugs... |
tree | commitdiff |
2009-03-26 |
Richard Fairhurst | fix user:pass auth for Potlatch |
tree | commitdiff |
2009-03-25 |
Matt Amos | Fixing failing potlatch tests. Someone who knows what... |
tree | commitdiff |
2009-03-24 |
Harry Wood | show a 'no bbox specified' message for the moment at... |
tree | commitdiff |
2009-03-23 |
Thomas Wood | Rather than referring how to view a bbox history, just... |
tree | commitdiff |
2009-03-23 |
Thomas Wood | More fixes to the changeset viewer, including logged... |
tree | commitdiff |
2009-03-23 |
Thomas Wood | Fix various auth bugs with the changeset listing stuff... |
tree | commitdiff |
2009-03-23 |
Harry Wood | Add 'history' tab + Move 'recent changes' changeset... |
tree | commitdiff |
2009-03-20 |
Tom Hughes | Refactor the GPX upload to try and avoid the import... |
tree | commitdiff |
2009-03-12 |
Tom Hughes | Merged 14009:14059 from trunk. |
tree | commitdiff |
2009-03-08 |
Tom Hughes | Merge 12304:14009 from trunk. |
tree | commitdiff |
2009-03-08 |
Tom Hughes | Fix for libxml 1.0.0 changes. |
tree | commitdiff |
2009-03-08 |
Tom Hughes | Update to use libxml 1.0.0 gem. |
tree | commitdiff |
2009-02-26 |
Richard Fairhurst | fix backspacing through way to delete it |
tree | commitdiff |
2009-02-25 |
Richard Fairhurst | history stuff should be working now (haha) |
tree | commitdiff |
2009-02-25 |
Richard Fairhurst | further work on 0.6 history (not quite complete yet) |
tree | commitdiff |
2009-02-19 |
Tom Hughes | Add an ACL system to allow key/value pairs to be attach... |
tree | commitdiff |
2009-02-13 |
Richard Fairhurst | be a bit smarter about enlarging the bbox (note to... |
tree | commitdiff |
2009-02-07 |
Matt Amos | Fixed bug in changeset closing and querying where the... |
tree | commitdiff |
2009-02-05 |
Tom Hughes | Back out hack to setMapCenter and fix the problem in... |
tree | commitdiff |
2009-01-23 |
Thomas Wood | Set params to sane defaults if unset by client. |
tree | commitdiff |
2009-01-23 |
Thomas Wood | Require auth on calls to /trace/create, and pass throug... |
tree | commitdiff |
2009-01-14 |
Shaun McDonald | Move the ActiveRecord::RecordNotFound to the block... |
tree | commitdiff |
2009-01-13 |
Richard Fairhurst | swap way write with node deletion as per dev@ |
tree | commitdiff |
2009-01-11 |
Richard Fairhurst | small versioning fix (plus history rework in progress) |
tree | commitdiff |
next |