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
*
Require password re-entry for sensitive actions (#19851).
Jean-Philippe Lang
2015-06-19
10
-0
/
+22
*
Deprecates Project#member_principals.
Jean-Philippe Lang
2015-06-18
1
-6
/
+4
*
Adds a form to manually submit an email to the mail handler.
Jean-Philippe Lang
2015-06-15
1
-0
/
+4
*
Ability to limit member management to certain roles (#19707).
Jean-Philippe Lang
2015-05-31
1
-10
/
+8
*
Adds a role setting that viewing all or own time entries (#8929).
Jean-Philippe Lang
2015-05-30
1
-1
/
+1
*
Fixed that copying issues always copy subtasks and attachments even if option...
Jean-Philippe Lang
2015-05-23
1
-3
/
+6
*
Add the ability to expire passwords after a configurable number of days (#194...
Jean-Philippe Lang
2015-05-10
1
-0
/
+1
*
Set a back_url when forcing new login after session expiration (#19655).
Jean-Philippe Lang
2015-05-09
1
-2
/
+2
*
Adds flash messages to files_controller#create (#19793).
Jean-Philippe Lang
2015-05-09
1
-3
/
+10
*
Can't bulk edit own time entries with "Edit own time entries" (#18580).
Jean-Philippe Lang
2015-05-09
2
-3
/
+4
*
Preload changeset associations (#19706).
Jean-Philippe Lang
2015-05-09
1
-1
/
+1
*
When create by copying the issue, status can not be changed to default (#19553).
Jean-Philippe Lang
2015-04-11
1
-1
/
+1
*
Fixed that the bulk edit form shows additional custom fields (#19163).
Jean-Philippe Lang
2015-03-21
1
-1
/
+1
*
Fixed that the bulk edit form shows additional custom fields (#19163).
Jean-Philippe Lang
2015-03-21
1
-1
/
+1
*
Don't render the issue form if issue.project is nil (#19276).
Jean-Philippe Lang
2015-03-20
1
-1
/
+7
*
API: creating an issue with an invalid project_id should return 422 instead o...
Jean-Philippe Lang
2015-03-20
1
-1
/
+1
*
Don't let users be sorted by email (#19161).
Jean-Philippe Lang
2015-03-20
1
-1
/
+1
*
Use named routes.
Jean-Philippe Lang
2015-03-10
1
-2
/
+2
*
Fixed that #require_login should respond for other request types (#19325).
Jean-Philippe Lang
2015-03-10
1
-1
/
+4
*
Fixed undefined method `compact!' error when additional_user_ids is empty (#1...
Jean-Philippe Lang
2015-03-07
1
-1
/
+1
*
Send a better content type than application/octet-stream (#19131).
Jean-Philippe Lang
2015-02-19
1
-1
/
+1
*
Escape flash messages (#19117).
Jean-Philippe Lang
2015-02-17
2
-4
/
+4
*
Workaround for timestamps rounding issues with Rails4.2 and mysql5.7 that may...
Jean-Philippe Lang
2015-02-15
1
-1
/
+1
*
Adds custom fields to documents (#7249).
Jean-Philippe Lang
2015-02-14
1
-0
/
+1
*
Don't include unused helper modules.
Jean-Philippe Lang
2015-02-14
1
-7
/
+0
*
Updated code comments.
Jean-Philippe Lang
2015-02-14
1
-4
/
+4
*
Implements /issues/new form for creating issues outside a project (#1003).
Jean-Philippe Lang
2015-02-14
1
-24
/
+31
*
IssuesController#edit as XML is not implemented.
Jean-Philippe Lang
2015-02-13
1
-1
/
+0
*
Removed IssuesController#update_form action, use #new and #edit instead.
Jean-Philippe Lang
2015-02-13
1
-29
/
+21
*
Added Issue#attributes_editable?
Jean-Philippe Lang
2015-02-13
1
-2
/
+0
*
Moved users list diplayed as available watchers on the new issue form to an h...
Jean-Philippe Lang
2015-02-13
1
-4
/
+0
*
Adds a :copy_issues permission (#18855).
Jean-Philippe Lang
2015-02-08
2
-1
/
+26
*
Removed :move_issues permission (#18855).
Jean-Philippe Lang
2015-02-08
2
-9
/
+6
*
Make search results per page configurable (#19005).
Jean-Philippe Lang
2015-02-07
1
-1
/
+3
*
Show long text custom field changes as a diff (#15236).
Jean-Philippe Lang
2015-01-31
1
-2
/
+10
*
Removed :update key and use :edit instead.
Jean-Philippe Lang
2015-01-27
1
-1
/
+0
*
The :change_status permission was removed in r1043.
Jean-Philippe Lang
2015-01-27
1
-1
/
+1
*
Adds support for macro and Redmine links in PDF export (#13051).
Jean-Philippe Lang
2015-01-25
2
-8
/
+4
*
Send password reset email to the email used in lost password form (#4244).
Jean-Philippe Lang
2015-01-17
1
-2
/
+5
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
2
-1
/
+106
*
Copyright update.
Jean-Philippe Lang
2015-01-11
47
-47
/
+47
*
Option to search open issues only (#10734).
Jean-Philippe Lang
2015-01-10
1
-1
/
+2
*
Option to search attachment filenames and description (#4383).
Jean-Philippe Lang
2015-01-09
1
-1
/
+3
*
Same fix as r13582 for trackers and statuses (#18769).
Jean-Philippe Lang
2015-01-07
2
-2
/
+2
*
Redirect to the current page when reordering roles (#18769).
Jean-Philippe Lang
2015-01-07
1
-1
/
+1
*
Cleans up parent project assignment in ProjectsController.
Jean-Philippe Lang
2015-01-07
1
-23
/
+3
*
Allow attachment thumbnails from REST API (#18707).
Jean-Philippe Lang
2014-12-26
1
-1
/
+1
*
Send the content type as parameter when uploading a file.
Jean-Philippe Lang
2014-12-21
1
-0
/
+1
*
Error when adding user to group where he is already assigned (#18665).
Jean-Philippe Lang
2014-12-21
2
-8
/
+16
*
Cache search result ids for faster search pagination (#18631).
Jean-Philippe Lang
2014-12-20
1
-3
/
+1
[next]