2008-02-05 |
Tom Hughes | Use a lower zoom level for partial postcode matches. |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Tom Hughes | Send email notifications when people comment on diary... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Tom Hughes | Disable keyboard control of the map as it causes proble... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Richard Fairhurst | some Yahoo improvements, still more to do... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Tom Hughes | Explain why we don't include the nodes in the way load. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Tom Hughes | Don't preload nodes as it seem to break ways with dupli... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Richard Fairhurst | fix for resizable Potlatch |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Tom Hughes | Remove pointless return statement. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Tom Hughes | Fix indentation. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Tom Hughes | Move in_world? to GeoRecord model and correct comment. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Tom Hughes | Add missing sanitise_boundaries method that the API... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Tom Hughes | Optimise the Potlatch whichways and getway calls a... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Tom Hughes | The OSM layers use the 900913 projection, not 41001. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Richard Fairhurst | Potlatch 0.7 |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Tom Hughes | Make ways_for_node work with the multipart primary... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Tom Hughes | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Nick Black | fixed bug in add version rake task |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Xin Zheng | patched controller section of #648 |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Steve Coast | Most of a method to delete a way and all its nodes... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Steve Coast | dont eager load tags (false primary key fucks all sorts... |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Nick Black | fixed null value bug in rake task |
commit | commitdiff | tree | snapshot |
2008-01-25 |
Xin Zheng | minor changes |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Xin Zheng | added experimental xml template which is not yet used... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Steve Coast | Lots of documentation updates, plus split out potlatch... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Steve Coast | Some node documentation |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Steve Coast | begin rdoc documentation |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Nick Black | commented out migration which deletes the ways column... |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Nick Black | fixes syntax error |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Xin Zheng | added module |
commit | commitdiff | tree | snapshot |
2008-01-24 |
Steve Coast | move potlatch presets to only be generated once, and... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Tom Hughes | - Add missing null constraints. |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Nick Black | added task to add version numbers to nodes table |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Nick Black | created a temporary old nodes table to add version |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Nick Black | removed unneeded migrations 015 and 014 |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Nick Black | migration 013 removes tags from nodes and old nodes... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Nick Black | added migration to add a primary key on nodes id and... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Xin Zheng | added application.yml, refactored map method |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Tom Hughes | Rename initialiser to fix typo. |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Tom Hughes | Allow a GPX to be fetched in XML format by fetching... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Nick Black | updated rake task to grab 1000 records at a time |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Nick Black | rake task to populate node_tags and current_node_tags... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Nick Black | adds two migrations to create old_node_tags and node_ta... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Tom Hughes | You need at least version 0.9.1 of the composite keys... |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Tom Hughes | Make things work with multipart keys. |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Richard Fairhurst | few bits of tidying |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Tom Hughes | Send UK postcode searches to the namefinder as well... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Xin Zheng | added some tests |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Tom Hughes | Revert to rails 2.0.1 again |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Tom Hughes | Put the daemons generator plugin back. |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Xin Zheng | un-commented sqlsessionstore |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Xin Zheng | added rspec on rails as external |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Tom Hughes | Rename requires.rb to composite_primary_keys.rb so... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Xin Zheng | removed require ruby-debug line |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Xin Zheng | added rspec folder/files |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Xin Zheng | changing back to rails 2.0.1 |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Xin Zheng | extracted require statement from environment.rb to... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Steve Coast | replace whichways with rails-friendly code |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Xin Zheng | added RSpec and RSpec on Rails |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Steve Coast | make amf_controller use rails objects, and stuff, in... |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Steve Coast | only show map to actual user |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Steve Coast | retab amf controller, it was getting annoying |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Richard Fairhurst | document amf_controller types for SteveC |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Xin Zheng | added mac os x instructions for db function creation |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Steve Coast | add last-modified header to relation read |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Steve Coast | emit last-modified headers on nodes and ways |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Steve Coast | Show nearby users map in account view page |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Richard Fairhurst | comments |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Richard Fairhurst | slight bugfixes and improved WinIE behaviour (?) |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Tom Hughes | Show comment counts in diary entry lists. |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Tom Hughes | Get pagination links right. |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Tom Hughes | Add pagination to diary entry lists. |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Richard Fairhurst | maybe this will work |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Richard Fairhurst | STUPID EVIL IE AAAAAARGH |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Richard Fairhurst | always redraw window if redopropertywindow is set |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Tom Hughes | Include a comment link in the diary RSS feed. |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Tom Hughes | Fix diary RSS feed. |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Tom Hughes | Add support for commenting on, and replying to, diary... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Richard Fairhurst | 0.6c: bunch of minor improvements and bugfixes |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Tom Hughes | Set MIME type correctly for diary RSS feeds. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Tom Hughes | Tidy up message sensitisation a bit more, and add sensi... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Tom Hughes | Make the message reply link prefill the title with... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Tom Hughes | Automatically convert links in diary postings into... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Tom Hughes | Add a few more escape calls to prevent nasty HTML being... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Richard Fairhurst | 0.6b: cycle through ways on top of each other |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Tom Hughes | Don't try and limit the address space if the OS does... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Tom Hughes | Escape message titles and bodies. This is an emergency... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Tom Hughes | Point people at the wiki when GPX imports fail. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Tom Hughes | Override options correctly. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Tom Hughes | Back out attempt to commit partial support for POIs... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Nick Whitelegg | began callback code for feature lookup |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Nick Whitelegg | began callback code for feature lookup |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Nick Whitelegg | checked in local db config unintentioally- reversed |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Nick Whitelegg | Began code for feature lookup: implemented code to... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Tom Hughes | Stop trying to report on the number of ways with tags... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Tom Hughes | Add migration to add an index on node_id to way_nodes... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Tom Hughes | Mark mails as auto submitted. Closes #627. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Tom Hughes | Fix typo. Closes #628. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Tom Hughes | Migrate web site to use rails 2.0.1. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Tom Hughes | Update GPX daemon control script to match current templ... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Tom Hughes | Fix picture generation to avoid truncating the sides... |
commit | commitdiff | tree | snapshot |
next |