index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
controllers
/
boards_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....
Go MAEDA
2024-06-12
1
-1
/
+1
*
Fix RuboCop offense Rails/HttpStatus (#39889).
Go MAEDA
2024-05-18
1
-2
/
+2
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Remove unnecessary use of instance variables in CSV and Atom response handler...
Go MAEDA
2024-01-24
1
-2
/
+2
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Deprecate and rename rss_* methods to atom_* methods (#15118).
Marius Balteanu
2022-03-19
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
remove spaces inside {} of BoardsController
Toshi MARUYAMA
2020-11-18
1
-3
/
+3
*
use "do end" instead of {} at BoardsController
Toshi MARUYAMA
2020-11-08
1
-6
/
+6
*
Reverts r19569 (#33071).
Go MAEDA
2020-03-14
1
-2
/
+0
*
Require sudo mode for actions to delete contents (#33071).
Go MAEDA
2020-03-10
1
-0
/
+2
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...
Toshi MARUYAMA
2019-10-22
1
-1
/
+2
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Set inverse_of on project boards association.
Jean-Philippe Lang
2017-06-10
1
-1
/
+1
*
Adds a flash message when deleting a board (#24535).
Jean-Philippe Lang
2017-01-08
1
-1
/
+3
*
Use head instead of render :nothing => true.
Jean-Philippe Lang
2016-07-17
1
-2
/
+2
*
Use .before_action instead of .before_filter.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
Sort messages by ids to avoid the left join.
Jean-Philippe Lang
2016-06-20
1
-5
/
+4
*
Forum list can be reordered with drag and drop (#12909).
Jean-Philippe Lang
2016-04-18
1
-2
/
+11
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
remove unneeded "references" of joins
Toshi MARUYAMA
2014-10-24
1
-1
/
+0
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-4
/
+5
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Preload boards projects.
Jean-Philippe Lang
2013-06-12
1
-1
/
+1
*
Use #per_page instead of #items_per_page.
Jean-Philippe Lang
2013-02-17
1
-1
/
+1
*
Fixed that messages are not sorted by last reply (#12243).
Jean-Philippe Lang
2013-02-17
1
-2
/
+3
*
replace tabs to spaces at app/controllers/boards_controller.rb
Toshi MARUYAMA
2013-02-17
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Deprecation warnings (#12774).
Jean-Philippe Lang
2013-01-08
1
-2
/
+2
*
Use named routes in controllers.
Jean-Philippe Lang
2012-12-11
1
-1
/
+1
*
Replaces find(:first/:all) calls.
Jean-Philippe Lang
2012-12-03
1
-7
/
+12
*
Eager loading and no extra count query.
Jean-Philippe Lang
2012-07-31
1
-1
/
+1
*
Fixed that sticky messages are not displayed first (#11170).
Jean-Philippe Lang
2012-06-16
1
-2
/
+2
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Fixed test_show_with_permission_should_display_the_new_message_form broken by...
Jean-Philippe Lang
2012-04-06
1
-1
/
+1
*
Prevent mass-assignment when adding/updating a forum (#10390).
Jean-Philippe Lang
2012-03-06
1
-3
/
+6
*
Removes all #verify calls in controllers. Verification is handled at routing ...
Jean-Philippe Lang
2012-03-03
1
-3
/
+0
*
Controller cleanup.
Jean-Philippe Lang
2011-12-01
1
-10
/
+1
*
Resourcified boards.
Jean-Philippe Lang
2011-12-01
1
-6
/
+17
*
remove trailing white-spaces from app/controllers/boards_controller.rb.
Toshi MARUYAMA
2011-08-30
1
-6
/
+6
*
Separation of RSS/API auth actions.
Jean-Philippe Lang
2011-07-09
1
-3
/
+3
*
Allow key authentication for Boards. #6132
Eric Davis
2010-08-16
1
-0
/
+1
*
Refactor: Split method
Eric Davis
2010-03-04
1
-1
/
+6
*
Refactor: Extract method
Eric Davis
2010-03-04
1
-3
/
+7
[next]