]> git.openstreetmap.org Git - rails.git/history - app
Limit the size that a rails process can grow to.
[rails.git] / app /
2007-09-16 Dan KarranInclude message body in notification emails for conveni...
2007-09-14 Tom HughesAllow column names in area conditions to be qualified...
2007-09-12 Tom HughesFill in the tile ID before saving a trace point. Also...
2007-09-12 Tom HughesDropping duplicate GPS points is very expensive and...
2007-09-12 Tom HughesUse QuadTiling in GPS point queries.
2007-09-12 Richard FairhurstPotlatch v0.2a: display GPS traces, some bugfixes
2007-09-05 Dan KarranSend an email notification out when a new message is...
2007-09-05 Tom HughesUse BETWEEN for the node selection in the map API call...
2007-09-05 Dan KarranHiding new diary entry map by default to save some...
2007-09-04 Tom HughesDon't bother deleting points which don't exist before...
2007-09-04 Steve Coasta few message prettyness things
2007-09-04 Tom HughesRevert SteveC's edit as blank title are now banned.
2007-09-04 Tom HughesAdd extra validation to messages and diary entries.
2007-09-04 Steve Coastlink to 'no subject' if message title/subject is blank
2007-09-03 Dan KarranAdding geo microformat to trace viewing pages.
2007-09-03 Dan KarranAllow people to add coordinates to diary entries, add...
2007-09-03 Dan KarranAdding 'New diary post' link to main Users' diaries...
2007-09-02 Richard Fairhursttypo
2007-09-02 Richard Fairhurstfix dragging, add some new pois (already!)
2007-09-02 Richard FairhurstPotlatch v0.2 with POI editing
2007-09-01 Tom HughesGet the timestamp outside the transactionso everything...
2007-09-01 Tom HughesFix typo.
2007-08-31 Tom HughesSplit the transaction used for ways so that we recover...
2007-08-31 Tom HughesLet exceptions propagate to the default handler for...
2007-08-31 Tom HughesDon't allow Potlatch to be started with a zoom below 11.
2007-08-31 Tom HughesSplit the createuniquenodes query in two as MySQL was...
2007-08-31 Tom HughesAllow exceptions processing node and segment requests...
2007-08-30 Tom HughesThe search help has now moved to the Search page on...
2007-08-30 Tom HughesSetup the layers before adding any marker so that the...
2007-08-29 Tom HughesMake the search URLs include a marker.
2007-08-29 Tom HughesProvide proper URLs in search results.
2007-08-26 Tom HughesLink trace owner to their user page.
2007-08-25 Tom HughesCorrect calculation of reciprocal angles.
2007-08-24 Tom HughesInclude a general location from GeoNames in the reverse...
2007-08-24 Tom HughesDon't break when the user isn't logged in...
2007-08-24 Tom HughesMore search improvements - a "Where am I?" link that...
2007-08-24 Tom HughesOnly include the home link if the user is logged in.
2007-08-24 Tom HughesOnly put the 'home' link in the top left on the map...
2007-08-24 Tom HughesIf a search only finds one result then jump straight...
2007-08-23 Tom HughesFix automatic size detection for map popups.
2007-08-22 Tom HughesPut the option to delete GPS traces back. Fixes #405.
2007-08-22 Tom HughesFix thinko.
2007-08-22 Tom HughesOnly allow users to read their own messages.
2007-08-22 Tom HughesFix typo.
2007-08-22 Tom HughesFix diary entry creation...
2007-08-22 Tom HughesCleanup.
2007-08-22 Tom HughesImprove diary post screen.
2007-08-21 Tom HughesTidy up some views.
2007-08-21 Tom HughesAdd a capabilities API call. Fixes #410.
2007-08-20 Tom HughesHandle errors a bit better.
2007-08-20 Tom HughesSet the display name correctly in the image URL.
2007-08-19 Tom HughesAdd additional validation to the user model and tidy...
2007-08-19 Tom HughesInclude the home location in API user details response.
2007-08-19 Tom HughesMove tag validation to the right place.
2007-08-19 Tom HughesThrow an exception if saving the imported trace fails.
2007-08-18 Tom HughesHandle files uploaded via the API properly.
2007-08-18 Dan KarranMoving inbox styling definitions into the stylesheet.
2007-08-17 Dan KarranShowing all messages in inbox, but sorting by date...
2007-08-16 Tom HughesMake the gpx/id/data API call work, and make gpx/create...
2007-08-16 Tom HughesIgnore exceptions looking up a user from a session.
2007-08-15 Tom HughesTidy up trace handling a bit, and add support for per...
2007-08-15 Tom HughesOnly initialize creation_time if it isn't already set.
2007-08-14 Tom HughesFix tag links.
2007-08-14 Tom HughesFix exception when username is not known.
2007-08-14 Tom HughesSalt passwords so that two users with the same password...
2007-08-14 Tom HughesVarious updates to the user management, including the...
2007-08-14 Tom HughesImprove handling of user to user messages.
2007-08-14 Tom HughesDon't create sessions for API calls.
2007-08-14 Tom HughesAdd the author name to RSS feeds.
2007-08-14 Tom HughesRemove bogus setting of title attribute.
2007-08-09 Tom HughesAdd a model for sessions.
2007-08-09 Tom HughesFix title and tidy up a few things.
2007-08-09 Tom HughesMake tag links work again.
2007-08-09 Tom HughesEnable compression for object history API calls.
2007-08-09 Tom HughesReturn "404 Not Found" for users and traces which don...
2007-08-08 Tom HughesUse the rails paginator to paginate the trace list...
2007-08-08 Tom HughesPut the link to the map key back.
2007-08-08 Tom HughesLink to new search help page.
2007-08-08 Tom HughesCope with results from the OSM Namefinder that have...
2007-08-08 Tom HughesUse David Earl's arrow icon to show the position of...
2007-08-08 Tom HughesUse IP GeoLocation to choose a default view for the...
2007-08-08 Tom HughesUpdate OpenSearch plugin to work with new search system.
2007-08-08 Tom HughesAdd some help to the search box.
2007-08-07 Tom HughesOnly use the actual name that matched as the link,...
2007-08-07 Tom HughesAdd an explicit message when no results are found for...
2007-08-07 Tom HughesRecognise UK postcodes with a space in the middle.
2007-08-07 Tom HughesAdd a marker to the map when clicking on a search result.
2007-08-07 Tom HughesCope with the OSM NameFinder returning a result with...
2007-08-07 Tom HughesRemove old geocoder views and add new one.
2007-08-07 Tom HughesCommit SteveC's removal of the mappam ads.
2007-08-07 Tom HughesNew improved geocoder with extra added AJAX and OSM...
2007-08-03 Richard Fairhurstvarious bugfixes, new natural presets
2007-07-31 Tom HughesRemoved unused preferences method from the user control...
2007-07-30 Tom HughesGive up after reporting that the query found too many...
2007-07-29 Tom HughesBloomin Americans that can't spell...
2007-07-29 Tom HughesFix typo.
2007-07-29 Tom HughesAdd support for displaying a map covering a specified...
2007-07-29 Tom HughesRemember which layers are active in the cookie and...
2007-07-28 Tom HughesBack out previous change, and use the name in the ...
2007-07-28 Tom HughesLink to a user's details from their diary page.
next