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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed that relations may not be refreshed when adding a follows relation (#13...
Jean-Philippe Lang
2013-02-24
1
-1
/
+1
*
Option to generate a random password on user creation/update.
Jean-Philippe Lang
2013-02-23
1
-4
/
+6
*
Adds helpers for query columns selection.
Jean-Philippe Lang
2013-02-23
1
-0
/
+2
*
Rename issues CSV and PDF exports.
Jean-Philippe Lang
2013-02-23
1
-2
/
+2
*
Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_...
Jean-Philippe Lang
2013-02-23
2
-2
/
+2
*
Fixed that requesting a message from an invalid forum should respond with 404...
Jean-Philippe Lang
2013-02-20
1
-1
/
+2
*
Makes all time entry columns available in the CSV export.
Jean-Philippe Lang
2013-02-19
1
-1
/
+2
*
Use #per_page instead of #items_per_page.
Jean-Philippe Lang
2013-02-17
5
-5
/
+5
*
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
*
remove trailing tabs from app/controllers/users_controller.rb
Toshi MARUYAMA
2013-02-17
1
-1
/
+1
*
remove trailing tabs from app/controllers/projects_controller.rb
Toshi MARUYAMA
2013-02-17
1
-1
/
+1
*
remove trailing tabs from app/controllers/admin_controller.rb
Toshi MARUYAMA
2013-02-17
1
-2
/
+2
*
remove trailing tab and white-spaces from app/controllers/issue_statuses_cont...
Toshi MARUYAMA
2013-02-17
1
-1
/
+1
*
Fixed that updating the issue form was broken by r4011 when user is not allow...
Jean-Philippe Lang
2013-02-16
1
-3
/
+7
*
Remove default for when changing custom field format.
Jean-Philippe Lang
2013-02-15
1
-0
/
+2
*
Adds token finder methods.
Jean-Philippe Lang
2013-02-14
1
-2
/
+2
*
Bulk watch/unwatch issues from the context menu (#7159).
Jean-Philippe Lang
2013-02-10
1
-14
/
+22
*
Use database LOWER instead of #downcase.
Jean-Philippe Lang
2013-01-31
1
-3
/
+3
*
Add/remove issue watchers via the REST API (#6727).
Jean-Philippe Lang
2013-01-30
1
-6
/
+12
*
Use POST instead of GET for logging out (#13022).
Jean-Philippe Lang
2013-01-30
1
-2
/
+7
*
Adds "sorted" scope to Principal and User and sort users/groups properly.
Jean-Philippe Lang
2013-01-23
1
-1
/
+1
*
Respond with 404 when params[:ids] is missing (#12898).
Jean-Philippe Lang
2013-01-20
1
-0
/
+3
*
Fixed that adding a blank/invalid block to my page renders a blank page (#128...
Jean-Philippe Lang
2013-01-20
1
-9
/
+10
*
Test failure.
Jean-Philippe Lang
2013-01-20
1
-3
/
+2
*
Don't use && return.
Jean-Philippe Lang
2013-01-20
2
-4
/
+5
*
Don't use && return.
Jean-Philippe Lang
2013-01-20
1
-3
/
+3
*
Safer find_by_ call.
Jean-Philippe Lang
2013-01-20
1
-2
/
+2
*
Fix 500 error for requests to the settings path for non-configurable plugins ...
Jean-Philippe Lang
2013-01-20
1
-0
/
+5
*
Adds pagination to users list when adding project or group members (#9549).
Jean-Philippe Lang
2013-01-18
3
-4
/
+7
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
46
-46
/
+46
*
Deprecation warnings (#12774).
Jean-Philippe Lang
2013-01-08
10
-19
/
+19
*
Login link unexpected logs you out (#12611).
Jean-Philippe Lang
2013-01-05
1
-1
/
+3
*
remove trailing white-space from app/controllers/wiki_controller.rb
Toshi MARUYAMA
2013-01-04
1
-1
/
+1
*
A column has been specified more than once in the order by list (#12713).
Jean-Philippe Lang
2013-01-03
1
-1
/
+1
*
Log an error when trying to send an attachment that cannot be read.
Jean-Philippe Lang
2012-12-26
1
-1
/
+6
*
Auto-populate fields while creating a new user with LDAP (#10286).
Jean-Philippe Lang
2012-12-26
1
-0
/
+14
*
Renamed #_issues_path to #_project_issues_path.
Jean-Philippe Lang
2012-12-23
2
-5
/
+5
*
Moved routes helper methods to an helper.
Jean-Philippe Lang
2012-12-23
1
-10
/
+2
*
Display 25 items.
Jean-Philippe Lang
2012-12-17
2
-2
/
+2
*
Use scoped models for pagination.
Jean-Philippe Lang
2012-12-17
3
-3
/
+3
*
Replaces the classic_pagination plugin with a simple pagination module.
Jean-Philippe Lang
2012-12-17
1
-0
/
+1
*
Code cleanup in AuthSource controller and views.
Jean-Philippe Lang
2012-12-13
1
-4
/
+10
*
Code cleanup: implement Plugin#to_param for generating routes.
Jean-Philippe Lang
2012-12-13
1
-1
/
+1
*
Use browser language as default when registering.
Jean-Philippe Lang
2012-12-12
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-12-11
2
-2
/
+1
*
Removed unused code.
Jean-Philippe Lang
2012-12-11
1
-47
/
+0
*
Code cleanup.
Jean-Philippe Lang
2012-12-11
1
-6
/
+7
*
Use named routes in controllers.
Jean-Philippe Lang
2012-12-11
19
-84
/
+113
*
Use named routes in controllers.
Jean-Philippe Lang
2012-12-11
11
-37
/
+42
[next]