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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removes unneeded inclusions of sort_helper.
Jean-Philippe Lang
2017-03-13
3
-6
/
+0
*
Get rid of sort_helper when using queries.
Jean-Philippe Lang
2017-03-13
11
-146
/
+89
*
Fix sort handle on "My page".
Jean-Philippe Lang
2017-03-11
2
-1
/
+2
*
Get the count by group from the query directly.
Jean-Philippe Lang
2017-03-09
8
-15
/
+15
*
Use local variables in issues/list partial.
Jean-Philippe Lang
2017-03-09
2
-4
/
+4
*
Removes MyControllerTest#page_layout (#25297).
Jean-Philippe Lang
2017-03-09
4
-50
/
+42
*
Test broken by r16381 (#25289).
Jean-Philippe Lang
2017-03-08
1
-1
/
+1
*
Adding a subtask should default to a tracker without disabled parent field (#...
Jean-Philippe Lang
2017-03-08
1
-2
/
+9
*
Adds a test for #25289.
Jean-Philippe Lang
2017-03-08
1
-1
/
+2
*
Adding a principal to 2 projects with member inheritance leads to an error (#...
Jean-Philippe Lang
2017-03-08
1
-2
/
+4
*
Emails with no text or html Content not handled properly (#25269, #25256).
Jean-Philippe Lang
2017-03-07
1
-2
/
+8
*
Issue description filter's 'none' operator does not match issues with blank d...
Jean-Philippe Lang
2017-03-07
1
-2
/
+2
*
Preload journal's user (#6375).
Jean-Philippe Lang
2017-03-05
1
-1
/
+1
*
Fix loading of last visible journal (#1474, #6375).
Jean-Philippe Lang
2017-03-05
1
-9
/
+13
*
Password reset should count as a password change for User#must_change_passwd ...
Jean-Philippe Lang
2017-03-05
1
-7
/
+12
*
Span elements should not contain a div.
Jean-Philippe Lang
2017-03-05
1
-1
/
+1
*
Mail parts with empty content should be ignored (#25256).
Jean-Philippe Lang
2017-03-05
1
-10
/
+10
*
Load only last journal with notes (#1474).
Jean-Philippe Lang
2017-03-05
1
-2
/
+1
*
Don't load all issues' journals (#1474).
Jean-Philippe Lang
2017-03-05
1
-6
/
+8
*
Show Last Comment in Issue list (#1474).
Jean-Philippe Lang
2017-03-05
6
-3
/
+46
*
Last updated by colum in issue list (#6375).
Jean-Philippe Lang
2017-03-05
2
-0
/
+35
*
REST API: option to get the project activities for time entries (#7506).
Jean-Philippe Lang
2017-03-03
1
-1
/
+6
*
The cancel operation in the issue edit mode doesn't work (#21579).
Jean-Philippe Lang
2017-03-03
1
-1
/
+1
*
Add attachment information to issues.xml in REST API (#12181).
Jean-Philippe Lang
2017-03-03
1
-0
/
+6
*
Allow to disable description field in tracker setting (#25052).
Jean-Philippe Lang
2017-03-02
1
-2
/
+2
*
Filter out current issue from the related issues autocomplete (#25055).
Jean-Philippe Lang
2017-03-02
1
-1
/
+1
*
Flash messages on CustomFields destroy (#24801).
Jean-Philippe Lang
2017-03-02
1
-1
/
+3
*
Priority should always be preloaded as it's used to render issue links.
Jean-Philippe Lang
2017-03-02
1
-1
/
+2
*
Adds a filter on issue attachments (#2783).
Jean-Philippe Lang
2017-03-02
1
-0
/
+15
*
Fixes uploading of empty files (#25115).
Jean-Philippe Lang
2017-02-28
1
-3
/
+1
*
remove trailing white space from app/controllers/issues_controller.rb
Toshi MARUYAMA
2017-02-09
1
-1
/
+1
*
revert r16322 (#24970)
Toshi MARUYAMA
2017-02-02
1
-2
/
+2
*
replace depricated Net::LDAP::LdapError by Net::LDAP::Error (#24970)
Toshi MARUYAMA
2017-02-02
1
-2
/
+2
*
Clean up sort orders.
Jean-Philippe Lang
2017-01-31
1
-4
/
+4
*
Time entry queries should be copied and deleted too.
Jean-Philippe Lang
2017-01-31
1
-3
/
+3
*
Removes default order on Project#versions association.
Jean-Philippe Lang
2017-01-31
1
-1
/
+1
*
Redirect to the parent issue after adding a subtask.
Jean-Philippe Lang
2017-01-30
3
-6
/
+10
*
Set thumbnail width on image tag to avoid too wide white boxes on Firefox (#2...
Jean-Philippe Lang
2017-01-30
1
-1
/
+2
*
Whitespace-only reorg of ApplicationHelper#thumbnail_tag (#24927).
Jean-Philippe Lang
2017-01-30
1
-3
/
+11
*
Hires (2x DPR) image support for Thumbnails (#24927).
Jean-Philippe Lang
2017-01-30
1
-1
/
+1
*
Add support for @2x, @3x, etc. hires images (#24922).
Jean-Philippe Lang
2017-01-30
1
-1
/
+10
*
Disable description and columns when checking "Default columns" (#24907).
Jean-Philippe Lang
2017-01-29
1
-3
/
+3
*
Show visible spent time link for users allowed to view time entries (#20661).
Jean-Philippe Lang
2017-01-29
2
-1
/
+6
*
Redirect with token in session (#24416).
Jean-Philippe Lang
2017-01-29
1
-2
/
+10
*
Always send images user-uploaded images with Content-Disposition: attachment ...
Jean-Philippe Lang
2017-01-29
2
-2
/
+2
*
Only show issue details in time entry activity events if the issue is visible...
Jean-Philippe Lang
2017-01-29
1
-1
/
+5
*
Check permission of wiki pages before generating a link to it (#23793).
Jean-Philippe Lang
2017-01-29
1
-1
/
+1
*
Adds odd_even class to time entries (#15361).
Jean-Philippe Lang
2017-01-26
1
-1
/
+1
*
Use ids for testing inclusion.
Jean-Philippe Lang
2017-01-25
1
-2
/
+4
*
Use ids for testing inclusion.
Jean-Philippe Lang
2017-01-25
1
-1
/
+2
[next]