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
...
*
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
*
Moved search logic to Redmine::Search (#18631).
Jean-Philippe Lang
2014-12-20
1
-47
/
+18
*
Use logger.info? (#18605).
Jean-Philippe Lang
2014-12-14
1
-1
/
+1
*
Use a simple count query.
Jean-Philippe Lang
2014-12-13
1
-1
/
+3
*
Don't show roles without issue add/edit permission in workflow setup (#15988).
Jean-Philippe Lang
2014-12-13
1
-1
/
+1
*
Use projects association.
Jean-Philippe Lang
2014-12-13
1
-1
/
+1
*
Rewrites search engine to properly paginate results (#18631).
Jean-Philippe Lang
2014-12-12
1
-27
/
+29
*
Don't create a journal when creating an issue with attachments.
Jean-Philippe Lang
2014-12-08
1
-1
/
+1
*
Un-inline statement.
Jean-Philippe Lang
2014-12-05
1
-1
/
+3
*
Use :only instead of :except option in IssueRelationsController filters.
Jean-Philippe Lang
2014-12-05
1
-4
/
+6
*
Removed unimplemented JournalsController#edit html response and added some te...
Jean-Philippe Lang
2014-12-05
1
-4
/
+1
*
Rescue RecordNotSaved in #save_with_content.
Jean-Philippe Lang
2014-12-03
1
-5
/
+0
*
Localisation not set correctly on authenticity token errors (#18499).
Jean-Philippe Lang
2014-11-29
1
-0
/
+1
*
Configurable behavour for linking issues on copy (#18500).
Jean-Philippe Lang
2014-11-29
1
-2
/
+15
*
Edit attachments after upload (#1326).
Jean-Philippe Lang
2014-11-29
1
-3
/
+39
*
Error raised on project settings after project wiki is deleted (#18429).
Jean-Philippe Lang
2014-11-28
1
-1
/
+1
*
Move wiki page to other project (#5450).
Jean-Philippe Lang
2014-11-23
1
-3
/
+8
*
Moved new group user to its own action GroupsController#new_users.
Jean-Philippe Lang
2014-11-16
1
-0
/
+3
*
Moved new project member to its own action MemberController#new.
Jean-Philippe Lang
2014-11-15
1
-3
/
+7
*
Fixed 500 error when displaying a news with comments in reverse order (#18332).
Jean-Philippe Lang
2014-11-14
1
-1
/
+1
*
Don't load user activity for API responses (#18128).
Jean-Philippe Lang
2014-11-11
1
-4
/
+5
*
Adds a role setting for controlling visibility of users: all or members of vi...
Jean-Philippe Lang
2014-11-11
2
-14
/
+14
*
Moved controller code to new method Project#add_default_member.
Jean-Philippe Lang
2014-11-02
1
-4
/
+1
*
Adds a 'sorted' scope to Project.
Jean-Philippe Lang
2014-11-02
2
-6
/
+7
*
Code cleanup, #roadmap no longer exists.
Jean-Philippe Lang
2014-11-02
1
-1
/
+0
*
Removed unused helpers.
Jean-Philippe Lang
2014-11-02
1
-6
/
+0
*
Code cleanup, removed conditions on request method.
Jean-Philippe Lang
2014-11-02
1
-5
/
+5
*
Default status per tracker (#5991).
Jean-Philippe Lang
2014-11-02
1
-10
/
+12
*
Fixed that IssueRelation should not be responsible for calling Issue#init_jou...
Jean-Philippe Lang
2014-11-02
2
-0
/
+3
*
Code cleanup.
Jean-Philippe Lang
2014-10-26
1
-8
/
+4
*
remove unneeded "references" of joins
Toshi MARUYAMA
2014-10-24
1
-1
/
+0
[prev]
[next]