2007-06-23 |
Tom Hughes | Make per-user diary entry lists go through the diary_en... |
commit | commitdiff | tree | snapshot |
2007-06-23 |
Dan Karran | Adding tag name to title if available. |
commit | commitdiff | tree | snapshot |
2007-06-23 |
Dan Karran | Removing list of nearby users from account page (now... |
commit | commitdiff | tree | snapshot |
2007-06-23 |
Dan Karran | Adding trace link to logged in user's profile too. |
commit | commitdiff | tree | snapshot |
2007-06-23 |
Dan Karran | Adding titles to trace lists |
commit | commitdiff | tree | snapshot |
2007-06-23 |
Dan Karran | Link from user profile to view traces and to set home... |
commit | commitdiff | tree | snapshot |
2007-06-23 |
Tom Hughes | Show the most recent entries first when viewing a user... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Tom Hughes | Correctly record which user deleted an object. |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Tom Hughes | Fill in the visible flag correctly when updating the... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Tom Hughes | Fixup the base migration so that it creates a database... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Tom Hughes | Avoid reading traces and trace images into memory when... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Tom Hughes | Add support for segment/:id/ways and node/:id/segments... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Tom Hughes | Only treat a user as logged in if the user object has... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Tom Hughes | Support tar archives of traces, with optional gzip... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Tom Hughes | Set the map units to something OpenLayers? actually... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Tom Hughes | Revert accidental commit. |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Tom Hughes | Set the map units to something OpenLayers actually... |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Dan Karran | Seperating message receiving off into 'inbox' function. |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Tom Hughes | Make "nearby users" show all those within 50km rather... |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Tom Hughes | Make the map on the user account page work. |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Tom Hughes | Adding missing parentheses. |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Tom Hughes | Remove empty directories. |
commit | commitdiff | tree | snapshot |
2007-06-20 |
Tom Hughes | Add missing CSS and image resources from OpenLayers... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Tom Hughes | Close a number of holes in the API by making it validat... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Tom Hughes | Cope with the degenerate case of a GPX file with only... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Tom Hughes | Return usernames correctly. |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Tom Hughes | Use DateTime instead of Time for GPX timestamps as... |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Tom Hughes | Add support for bzip2 compressed trace files. |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Tom Hughes | Tell users if the reason they can't login is because... |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Tom Hughes | Make it clear that new accounts need to be actived... |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Dan Karran | Starting to tidy up user profiles, adding nearby user... |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Dan Karran | Adding a guid element to feed items, replicates URL. |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Dan Karran | Using RFC-822 date for RSS feeds. |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Dan Karran | Setting correct XML content-type for trace RSS feeds. |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Dan Karran | Adding titles to some more pages, adding a redirect... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Tom Hughes | Allow access to all zoom levels again. |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Tom Hughes | Don't try and apply pngfix to OpenLayers tile images. |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Tom Hughes | Upgrade OpenLayers to the 2.4 release. |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Tom Hughes | Don't load pngfix.js on IE7 as it isn't needed. |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Tom Hughes | Fix rm call to actually work... |
commit | commitdiff | tree | snapshot |
2007-06-14 |
Tom Hughes | When a new user confirms their email address, log them... |
commit | commitdiff | tree | snapshot |
2007-06-14 |
Tom Hughes | Make as executable. |
commit | commitdiff | tree | snapshot |
2007-06-14 |
Tom Hughes | Check for GPX files to import every five minutes. |
commit | commitdiff | tree | snapshot |
2007-06-14 |
Tom Hughes | Add a daemon to cleanup stale sessions. |
commit | commitdiff | tree | snapshot |
2007-06-14 |
Tom Hughes | Don't try and update links on nodes whose names match... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Tom Hughes | Make sure we always put a valid URL on the edit tab... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Tom Hughes | Add the search boxes to the edit page. |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Tom Hughes | Be a bit more intelligent when trying to update the... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Tom Hughes | Set the lat and long on the view and edit tabs when... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Tom Hughes | Improve reporting of errors in GPX uploads, and allow... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Tom Hughes | Allow users to change their password from the account... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Tom Hughes | Make field names consistent with the account editing... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Tom Hughes | Improve handling of login/logout some more to improve... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Dan Karran | Adding routes for overall diary RSS, user-specific... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Dan Karran | Adding RSS feed to main diary page, with space for... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Dan Karran | left a bit in previous commit that shouldn't have been... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Dan Karran | #499: Making GeoRSS class more reusable and stopping... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Richard Fairhurst | remove timeout |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Tom Hughes | Make sure we get the display name from the database... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Tom Hughes | Don't allow [/;.,?] to be used in display names, as... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Tom Hughes | Make next and previous links on user/XXX/traces work... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Tom Hughes | Avoid warnings about spaces in method calls. |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Tom Hughes | Use messages.empty? instead of the deprecated has_messa... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Tom Hughes | User form_tag/end instead of start_form_tag/end_form_ta... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Richard Fairhurst | start editing at the correct lat/lon, not slightly off |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Tom Hughes | Use params[] instead of @params[] to avoid deprecation... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Dan Karran | Link OSM logo in site layout to the site's homepage... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Tom Hughes | Only validate the presence of a description on create... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Tom Hughes | Change server_settings to smtp_settings to avoid deprec... |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Tom Hughes | Refactor GPX import code to make reimporting old traces... |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Tom Hughes | Mark user as active when issuing a new password - this... |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Tom Hughes | Validate passwords properly when creating an account... |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Dan Karran | #374: changing W3C geo tags to use 'long' instead of... |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Dan Karran | Allow the page titles to be edited by other parts of... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Richard Fairhurst | unwayed segments fix |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Richard Fairhurst | warning/retry uploads if server is being dozy |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Richard Fairhurst | TomH's way history patch |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Richard Fairhurst | Extra check that nodes/segments in ways are visible |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Nick Black | announcement for SOTM to site on front page |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Dan Karran | #493: tweaking some notification messages in user_contr... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Richard Fairhurst | start of unwayed segments support |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Steve Coast | fix based from TomH-Home |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Richard Fairhurst | Latest Potlatch, plus TomH's GPX fix |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Richard Fairhurst | TomH's 500 patch |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Dirk-Lüder... | rm double "this" |
commit | commitdiff | tree | snapshot |
2007-05-29 |
Steve Coast | various things from TomH |
commit | commitdiff | tree | snapshot |
2007-05-28 |
Richard Fairhurst | queue uploads; better tolerance on click vs drag |
commit | commitdiff | tree | snapshot |
2007-05-28 |
Richard Fairhurst | no longer deletes nodes used in other segments ('H... |
commit | commitdiff | tree | snapshot |
2007-05-28 |
Richard Fairhurst | TomH's patches |
commit | commitdiff | tree | snapshot |
2007-05-28 |
John McKerrell | Hiding the element and then, shortly after, redisplayin... |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Damian Sulewski | applied TomH patch for lost password site |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Steve Coast | apply patch from TomH for #477 and dont require http... |
commit | commitdiff | tree | snapshot |
2007-05-22 |
Steve Coast | return a blank 0.4 osm xml doc when on data found |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Richard Fairhurst | update timestamp/uid in current_ways |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Richard Fairhurst | direction of new ways fixed |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Richard Fairhurst | big nodes especially for SteveC |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Richard Fairhurst | whichways now only returns visible ways |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Steve Coast | various ruby bits |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Nick Whitelegg | (no commit message) |
commit | commitdiff | tree | snapshot |
2007-05-19 |
Steve Coast | patch from Martijn van Oosterhout |
commit | commitdiff | tree | snapshot |
next |