]> git.openstreetmap.org Git - rails.git/history - app/models
began callback code for feature lookup
[rails.git] / app / models /
2008-01-06 Tom HughesMark mails as auto submitted. Closes #627.
2007-11-28 Richard Fairhurstshow nearest 10 users (request by Blackadder)
2007-11-25 Tom HughesForce new users to enter their email address twice...
2007-11-24 Tom HughesFix tag splitting.
2007-11-21 Mikel Maronmessage outbox
2007-11-21 Tom HughesAdd escaping of semicolon and equals in node tags.
2007-10-30 Tom HughesTidy up mail notifiers and make them more rails style...
2007-10-26 Frederik Rammway history needs to reference nodes with ref=... not...
2007-10-11 Dan KarranActually showing the closest neighbours instead of...
2007-10-10 Tom HughesFactor out common code for models which deal with geogr...
2007-10-10 Dan KarranReduce number of nearby people listed to the closest...
2007-10-08 Dan KarranImproving friend capabilities so you can now add and...
2007-10-07 Gabriel EbnerMerge rails_port_0.5
2007-10-04 Gabriel Ebnerrails_port_0.5: Merge rails_port.
2007-09-30 Gabriel Ebnerrails_port_0.5: Merge rails_port.
2007-09-29 Gabriel Ebnerrails_port_0.5: Merge rails_port.
2007-09-28 Tom HughesMake the name of the lon/lng virtual attribute on trace...
2007-09-27 Gabriel Ebnerrails_port_0.5: Merge rails_port.
2007-09-26 Gabriel Ebnerrails_port_0.5: Merge rails_port.
2007-09-25 Gabriel Ebnerrails_port_0.5: Merge rails_port.
2007-09-23 Gabriel Ebnerrails_port_0.5: Merge rails_port r4664.
2007-09-22 Gabriel Ebnerrails_port_0.5: Merge rails_port r4643
2007-09-21 Tom HughesUse quadtiling for the node tables.
2007-09-20 Gabriel EbnerMerge rails_port as of r4613 & fix tests.
2007-09-19 Tom HughesInclude a reply link in email notifications of messages.
2007-09-18 Tom HughesChange the gps_points table to store latitude and longi...
2007-09-16 Dan KarranInclude message body in notification emails for conveni...
2007-09-12 Tom HughesFill in the tile ID before saving a trace point. Also...
2007-09-12 Tom HughesUse QuadTiling in GPS point queries.
2007-09-05 Dan KarranSend an email notification out when a new message is...
2007-09-04 Tom HughesDon't bother deleting points which don't exist before...
2007-09-04 Tom HughesAdd extra validation to messages and diary entries.
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 Frederik Rammchanged from nd id=... to nd ref=...
2007-08-31 Tom HughesLet exceptions propagate to the default handler for...
2007-08-31 Tom HughesAllow exceptions processing node and segment requests...
2007-08-29 Frederik Rammpreliminary commit 0.5 API with relations / untested...
2007-08-29 Frederik Rammsegment stuff removed
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-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-15 Tom HughesOnly initialize creation_time if it isn't already set.
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-09 Tom HughesAdd a model for sessions.
2007-07-27 Tom HughesHandle segments which do not exist correctly and indica...
2007-07-20 Tom HughesDon't bother setting user_id for each tracepoint -...
2007-07-18 Tom HughesUse a full path to find the file command.
2007-07-17 Tom HughesImprove MIME type determination for trace files.
2007-07-17 Tom HughesProvide a more sensible suggested filename when downloa...
2007-06-29 Tom HughesBring some sort of sanity to sequence numbers for segme...
2007-06-27 Tom HughesMake negative caching of users work.
2007-06-27 Tom HughesSplit the rest action into sparate read, update and...
2007-06-24 Tom HughesMake sure we get the list of tags and segments to save...
2007-06-23 Tom HughesFix the segs and tags methods for old_ways so they...
2007-06-23 Tom HughesMake sure the associations with segments and old ways...
2007-06-23 Tom HughesShow the most recent entries first when viewing a user...
2007-06-22 Tom HughesFill in the visible flag correctly when updating the...
2007-06-21 Tom HughesAvoid reading traces and trace images into memory when...
2007-06-21 Tom HughesSupport tar archives of traces, with optional gzip...
2007-06-20 Tom HughesMake "nearby users" show all those within 50km rather...
2007-06-19 Tom HughesClose a number of holes in the API by making it validat...
2007-06-19 Tom HughesReturn usernames correctly.
2007-06-18 Tom HughesAdd support for bzip2 compressed trace files.
2007-06-18 Tom HughesTell users if the reason they can't login is because...
2007-06-15 Tom HughesFix rm call to actually work...
2007-06-12 Tom HughesImprove reporting of errors in GPX uploads, and allow...
2007-06-12 Tom HughesAllow users to change their password from the account...
2007-06-11 Tom HughesDon't allow [/;.,?] to be used in display names, as...
2007-06-10 Tom HughesOnly validate the presence of a description on create...
2007-06-09 Tom HughesRefactor GPX import code to make reimporting old traces...
2007-06-09 Tom HughesValidate passwords properly when creating an account...
2007-06-07 Steve Coastfix based from TomH-Home
2007-06-06 Richard FairhurstLatest Potlatch, plus TomH's GPX fix
2007-05-29 Steve Coastvarious things from TomH
2007-05-19 Steve Coastpatch from Martijn van Oosterhout
2007-05-10 Steve Coastvarious gpx bits
2007-05-10 Steve Coastupdates to api
2007-05-10 John McKerrellAdded trackpoint serving support to 0.4 API
2007-05-09 Steve Coastvarious fixes
2007-05-06 Nick Blackadded messaging and friend stuff that wasn't checked in
2007-05-06 Steve Coastupdates from hacking day
2007-05-05 Nick Blackmessaging stuff and home location selection
2007-05-05 John McKerrellDon't list yourself in the nearby mappers
2007-05-05 Nick Blackresolved user.rb conflict
2007-05-05 John McKerrellMade nearest method work with nil home lat/lon.
2007-05-05 Nick Blackmessaging stuff
2007-05-04 Nick Blackadded user stuff inc beginning of messages
2007-04-30 Nick Blackmap view defaults to a home lat and lon
2007-04-26 Nick BlackAdded user home lat and lon
2007-04-22 Nick BurchWhen calling .tags or .segs on a way, if it's an existi...
2007-04-07 Steve Coastvarious diary bits
2007-04-07 Steve Coastdiary / user bits
next