summaryrefslogtreecommitdiffstats
path: root/app/controllers/boards_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* remove unneeded "references" of joinsToshi MARUYAMA2014-10-241-1/+0
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-4/+5
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Preload boards projects.Jean-Philippe Lang2013-06-121-1/+1
* Use #per_page instead of #items_per_page.Jean-Philippe Lang2013-02-171-1/+1
* Fixed that messages are not sorted by last reply (#12243).Jean-Philippe Lang2013-02-171-2/+3
* replace tabs to spaces at app/controllers/boards_controller.rbToshi MARUYAMA2013-02-171-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Deprecation warnings (#12774).Jean-Philippe Lang2013-01-081-2/+2
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-1/+1
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-031-7/+12
* Eager loading and no extra count query.Jean-Philippe Lang2012-07-311-1/+1
* Fixed that sticky messages are not displayed first (#11170).Jean-Philippe Lang2012-06-161-2/+2
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Fixed test_show_with_permission_should_display_the_new_message_form broken by...Jean-Philippe Lang2012-04-061-1/+1
* Prevent mass-assignment when adding/updating a forum (#10390).Jean-Philippe Lang2012-03-061-3/+6
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-3/+0
* Controller cleanup.Jean-Philippe Lang2011-12-011-10/+1
* Resourcified boards.Jean-Philippe Lang2011-12-011-6/+17
* remove trailing white-spaces from app/controllers/boards_controller.rb.Toshi MARUYAMA2011-08-301-6/+6
* Separation of RSS/API auth actions.Jean-Philippe Lang2011-07-091-3/+3
* Allow key authentication for Boards. #6132Eric Davis2010-08-161-0/+1
* Refactor: Split methodEric Davis2010-03-041-1/+6
* Refactor: Extract methodEric Davis2010-03-041-3/+7
* Contextual quick search (#3263).Jean-Philippe Lang2009-10-211-0/+1
* Adds single forum atom feed (#3181).Jean-Philippe Lang2009-04-241-13/+23
* Adds the ability to move threads between project forums (#2452). 'Edit messag...Jean-Philippe Lang2009-04-051-0/+1
* Reorder links refactoring (follows r2526).Jean-Philippe Lang2009-03-011-6/+0
* Prevent SQL error with old sessions after r2171.Jean-Philippe Lang2008-12-271-1/+1
* Validates sort_key and sort_order params (#2378).Jean-Philippe Lang2008-12-241-2/+4
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* New setting added to specify how many objects should be displayed on most pag...Jean-Philippe Lang2007-12-291-1/+1
* Forums enhancements:Jean-Philippe Lang2007-11-241-1/+1
* Fixed: error when sorting the messages if there's only one board for the proj...Jean-Philippe Lang2007-11-071-2/+1
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-3/+1
* Added watchers for message boards (watchers controller modified to support an...Jean-Philippe Lang2007-05-131-0/+2
* Per project forums added.Jean-Philippe Lang2007-05-131-0/+87