]> git.openstreetmap.org Git - rails.git/history - app/models
Refactor to remove some code duplication.
[rails.git] / app / models /
2008-06-24 Tom HughesImprove the layout of the object browser views.
2008-06-22 Tom HughesMerge 8381:8390 from trunk.
2008-06-22 Tom HughesMerge 8377:8381 from trunk.
2008-06-22 Tom HughesMake the polymorphic relation association work properly.
2008-06-22 Tom HughesMerge 7922:8377 from trunk.
2008-06-21 Tom HughesUse a polymorphic association to model relation members...
2008-06-21 Tom HughesRemoved bogus belongs_to user declaration.
2008-06-07 Tom HughesWork around the fact that exists? no longer works for...
2008-05-28 Tom HughesMerge 7744:7922 from trunk.
2008-05-20 Shaun McDonaldAdd a check to make sure that a node/way/relation doesn...
2008-05-09 Tom HughesMerge 7452:7744 from trunk.
2008-05-04 Tom HughesGo back to using user_id+k as the primary key for user...
2008-04-27 Tom HughesMake sure the recorded first point for a trace really...
2008-04-27 Tom HughesInclude tags in GPX success and failure mails. Closes...
2008-04-20 Christopher SchmidtAdd tags_as_hash to old_nodes
2008-03-21 Steve Coastnicer fix I think for nil / [] issue
2008-03-21 Steve Coastmore madness
2008-03-21 Richard Fairhurstfix problem with blank areas throwing a 500
2008-03-21 Richard Fairhurstvarious relations fixes
2008-03-19 Richard FairhurstPotlatch 0.8 - be afraid, be very, very afraid
2008-03-06 Tom HughesWork round ruby's half assed Tempfile class which,...
2008-02-23 Steve Coastremove deleteway logic from amf_controller (yay!) TomH...
2008-02-23 Steve Coastuser images
2008-02-23 Steve CoastUser prference system basically done
2008-02-23 Steve Coastpreference stuff
2008-02-04 Tom HughesSend email notifications when people comment on diary...
2008-02-03 Tom HughesMove in_world? to GeoRecord model and correct comment.
2008-02-03 Tom HughesOptimise the Potlatch whichways and getway calls a...
2008-02-01 Richard FairhurstPotlatch 0.7
2008-01-28 Tom HughesFix typo.
2008-01-25 Steve CoastMost of a method to delete a way and all its nodes...
2008-01-25 Steve Coastdont eager load tags (false primary key fucks all sorts...
2008-01-25 Xin Zhengminor changes
2008-01-24 Steve CoastSome node documentation
2008-01-24 Steve Coastmove potlatch presets to only be generated once, and...
2008-01-23 Tom HughesAllow a GPX to be fetched in XML format by fetching...
2008-01-23 Tom HughesMake things work with multipart keys.
2008-01-22 Steve Coastreplace whichways with rails-friendly code
2008-01-22 Steve Coastmake amf_controller use rails objects, and stuff, in...
2008-01-17 Tom HughesAdd support for commenting on, and replying to, diary...
2008-01-15 Tom HughesMake the message reply link prefill the title with...
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.
next