summaryrefslogtreecommitdiffstats
path: root/app/models/board.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+0
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Forum list can be reordered with drag and drop (#12909).Jean-Philippe Lang2016-04-181-1/+1
* Replaces acts_as_list with an implementation that handles #position= (#12909).Jean-Philippe Lang2016-04-171-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* remove unneeded "references" of joinsToshi MARUYAMA2014-10-241-1/+0
* Replaced Board#topics with a regular method.Jean-Philippe Lang2014-10-221-1/+5
* Code cleanup, use array instead of handcrafted update.Jean-Philippe Lang2014-10-221-4/+4
* Removed unneeded :foreign_key option on belongs_to associations.Jean-Philippe Lang2014-10-221-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-3/+6
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#update_all at Board modelToshi MARUYAMA2014-01-081-3/+3
* remove trailing white-space from app/models/board.rbToshi MARUYAMA2013-02-101-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Rewrites named scopes with ARel queries.Jean-Philippe Lang2012-12-071-2/+3
* Support for subforums (#3831).Jean-Philippe Lang2012-07-311-2/+35
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* model: replace Rails2 "named_scope" to Rails3 "scope"Toshi MARUYAMA2012-04-261-1/+1
* Prevent mass-assignment when adding/updating a forum (#10390).Jean-Philippe Lang2012-03-061-0/+3
* Wiki links for news and forums (#9600).Jean-Philippe Lang2011-11-191-0/+3
* remove trailing white-spaces from app/models/board.rb.Toshi MARUYAMA2011-08-311-9/+9
* Fixed: messages attachments/watchers are not deleted when deleting a project ...Jean-Philippe Lang2010-11-271-1/+1
* Makes user unwatch what he can no longer view after its permissions have chan...Jean-Philippe Lang2009-12-131-0/+4
* Adds single forum atom feed (#3181).Jean-Philippe Lang2009-04-241-0/+4
* Adds the ability to move threads between project forums (#2452). 'Edit messag...Jean-Philippe Lang2009-04-051-0/+13
* Added watchers for message boards (watchers controller modified to support an...Jean-Philippe Lang2007-05-131-0/+1
* Per project forums added.Jean-Philippe Lang2007-05-131-0/+28