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 |
2008-12-31 |
Thomas Wood | Revert last commit - too many test failures |
tree | commitdiff |
2008-12-31 |
Thomas Wood | DateTime => Time for consistency in changeset code... |
tree | commitdiff |
2008-12-31 |
Thomas Wood | Only show changesets that are actually closed in the... |
tree | commitdiff |
2008-12-23 |
Thomas Wood | Make browse controller index show recently closed chang... |
tree | commitdiff |
2008-12-23 |
Thomas Wood | Pass the to_user to the view. Tests may follow. Closes... |
tree | commitdiff |
2008-12-23 |
Richard Fairhurst | session management on only for :list |
tree | commitdiff |
2008-12-23 |
Richard Fairhurst | view changesets by user |
tree | commitdiff |
2008-12-18 |
Richard Fairhurst | Potlatch for API 0.6 now saving ways happily with node... |
tree | commitdiff |
2008-12-17 |
Richard Fairhurst | some more putway fixes - this actually creates new... |
tree | commitdiff |
2008-12-16 |
Shaun McDonald | Fix UTF-8 encoding error char in source file that Richa... |
tree | commitdiff |
2008-12-16 |
Richard Fairhurst | bit more putway stuff |
tree | commitdiff |
2008-12-16 |
Richard Fairhurst | yet more rewriting of putway... |
tree | commitdiff |
2008-12-15 |
Shaun McDonald | Fix the transactions, need to set anything that will... |
tree | commitdiff |
2008-12-15 |
Shaun McDonald | bug fix. Adding some transactions to amf controller... |
tree | commitdiff |
2008-12-14 |
Shaun McDonald | Return, rather than allow a second render to happen... |
tree | commitdiff |
2008-12-12 |
Shaun McDonald | resync from rails_port 11795:12304 |
tree | commitdiff |
2008-12-12 |
Shaun McDonald | Log the request on a few requests when there is a bad... |
tree | commitdiff |
2008-12-12 |
Shaun McDonald | Improving the not found handling of preferences. adding... |
tree | commitdiff |
2008-12-12 |
Tom Hughes | Optimise lookup of traces with a given tag. |
tree | commitdiff |
2008-12-12 |
Shaun McDonald | capture the too many way nodes error, and give the... |
tree | commitdiff |
2008-12-11 |
Shaun McDonald | Making amf controller act more like the xml apis |
tree | commitdiff |
2008-12-11 |
Shaun McDonald | Don't give an error when you access the login page... |
tree | commitdiff |
2008-12-11 |
Shaun McDonald | some more progress towards making amf_controller do... |
tree | commitdiff |
next |