Mohamed Wael Khobalatte
f29f111083
Use newer gon gem API
9 years ago
Alex Coles
0ad3cfb4b2
Prefer do…end for controller respond_to blocks
...
`rubocop -a` does not currently normalise formatting consistently
(see ec1bb39f
).
Signed-off-by: Alex Coles <alex@alexbcoles.com>
9 years ago
Alex Coles
ec1bb39f9b
Fix syntax (w/Rubocop) in (Rails) controllers
...
Signed-off-by: Alex Coles <alex@alexbcoles.com>
10 years ago
Alex Coles
64b288af36
Remove MessagesHelper includes
...
Signed-off-by: Alex Coles <alex@alexbcoles.com>
10 years ago
Alex Coles
e0191e759c
Update year in copyright header to 2015
...
[ci skip]
10 years ago
Alex Coles
bb0e6e6aa5
Fix syntax (w/Rubocop) in (Rails) controllers
...
Signed-off-by: Alex Coles <alex@alexbcoles.com>
10 years ago
Alex Coles
336446c59d
Use 1.9+ Hash syntax in (Rails) controllers
...
Signed-off-by: Alex Coles <alex@alexbcoles.com>
10 years ago
Hagen Schink
affbb9056e
Extract preference creation
10 years ago
Hagen Schink
bb9e666ef1
Set user preferences for messages
10 years ago
Alex Coles
1900e9b55d
Fix whitespace in (Rails) controllers
...
Signed-off-by: Alex Coles <alex@alexbcoles.com>
11 years ago
Hagen Schink
5380ea33f1
Fix activity link for last forum message
11 years ago
Hagen Schink
f3b164885c
Pass timezone to messages controller
11 years ago
Hagen Schink
8233dc21bb
Sort messages asychronously
11 years ago
Hagen Schink
c7e2cdad47
Add RABL message templates
11 years ago
Hagen Schink
359597c913
Fix test
11 years ago
slawa
67c0eaa0f3
Respect sticky date in message order
11 years ago
Johannes Wollert
8b096975fe
updates copyright headers
...
updates more copyright
more copyright headers
11 years ago
Martin Linkhorst
b05f104261
make those tests pass :)
11 years ago
Philipp Tessenow
16d8ede493
use permitted params for board
11 years ago
Michael Frister
ae867777fd
Fix board edit/update validations, add success flash message
11 years ago
Hagen Schink
6b59ba73eb
Redirects to boards tab
11 years ago
Hagen Schink
6043f43c55
Fixes forum reordering
11 years ago
Jens Ulferts
6e33d70572
refactors into before_filter
11 years ago
Jens Ulferts
1d8e8ca7f2
removes another find_project before filter
11 years ago
Jens Ulferts
eb877ed03d
renders new action if board is invalid for create
11 years ago
Philipp Tessenow
a1e67dd460
new copyright header #1903
11 years ago
Jens Ulferts
6c720a8d5d
changes the last controllers to will_paginate
...
Uses page_param and per_page_param calculation from PaginationHelper for all of the controllers
Adapts the api views
12 years ago
Jens Ulferts
54b604b494
uses will_paginate for boards and messages
12 years ago
Jens Ulferts
21459a384f
provide every possible file with a short copyright notice
...
This was done using the rake task: rake copyright:update
12 years ago
Philipp Tessenow
ec3829e11b
be careful with nested namespace'd controllers in our controllers
12 years ago
Jens Ulferts
9cd5d4f26a
resourcified boards
12 years ago
Holger Just
91070236db
Set source encoding to UTF-8
13 years ago
Holger Just
07185fb169
[ #436 ] Remove trailing whitespace
14 years ago
Eric Davis
99507a0391
[ #197 ] Upgrade the copyright in the code files
14 years ago
Eric Davis
e131c3b531
[ #197 ] Remove old copyrights
14 years ago
Eric Davis
1eee7312f6
[ #289 ] Remove single helpers in favor of :all in ApplicationController
14 years ago
Felix Schäfer
7e99e2714b
404 on board index when no board configured. #64
14 years ago
Eric Davis
758feaccab
Merged r3942 from trunk.
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.0-stable@3992 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 years ago
Eric Davis
d2b0a51848
Allow key authentication for Boards. #6132
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3942 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 years ago
Eric Davis
3a99f18913
Refactor: Split method
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3535 e93f8b46-1217-0410-a6f0-8f06a7374b81
15 years ago
Eric Davis
ca6df3d78d
Refactor: Extract method
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3534 e93f8b46-1217-0410-a6f0-8f06a7374b81
15 years ago
Jean-Philippe Lang
07aa3c55bd
Contextual quick search ( #3263 ).
...
Eg. when viewing issues, the quick search will search issues only.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2943 e93f8b46-1217-0410-a6f0-8f06a7374b81
15 years ago
Jean-Philippe Lang
a7e32302a6
Adds single forum atom feed ( #3181 ).
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2682 e93f8b46-1217-0410-a6f0-8f06a7374b81
16 years ago
Jean-Philippe Lang
ca166b30e1
Adds the ability to move threads between project forums ( #2452 ). 'Edit message' permission is required.
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2649 e93f8b46-1217-0410-a6f0-8f06a7374b81
16 years ago
Jean-Philippe Lang
47f5713b1e
Reorder links refactoring (follows r2526).
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2546 e93f8b46-1217-0410-a6f0-8f06a7374b81
16 years ago
Jean-Philippe Lang
fb1f72a09c
Prevent SQL error with old sessions after r2171.
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2183 e93f8b46-1217-0410-a6f0-8f06a7374b81
16 years ago
Jean-Philippe Lang
5c97a83a70
Validates sort_key and sort_order params ( #2378 ).
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2171 e93f8b46-1217-0410-a6f0-8f06a7374b81
16 years ago
Jean-Philippe Lang
2fdf4426cd
Moves @layout 'base'@ to ApplicationController.
...
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1727 e93f8b46-1217-0410-a6f0-8f06a7374b81
17 years ago
Jean-Philippe Lang
9a1b46fe42
New setting added to specify how many objects should be displayed on most paginated lists.
...
Default is: 25, 50, 100 (users can choose one of these values).
If one value only is entered in this setting (eg. 25), the 'per page' links are not displayed (prior behaviour).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1026 e93f8b46-1217-0410-a6f0-8f06a7374b81
17 years ago
Jean-Philippe Lang
29b3614bcb
Forums enhancements:
...
* messages can now be edited/deleted (explicit permissions need to be given)
* topics can be locked so that no reply can be added (only by users allowed to edit messages)
* topics can be marked as sticky so that they always appear at the top of the list (only by users allowed to edit messages)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@926 e93f8b46-1217-0410-a6f0-8f06a7374b81
17 years ago