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
*
Preserve username when authentification failed (#11846).
Jean-Philippe Lang
2012-10-11
1
-2
/
+7
*
Adds an optional X-Redmine-Switch-User header to let admin users swicth user ...
Jean-Philippe Lang
2012-10-11
1
-0
/
+15
*
Adds a setting to allow subtasks to belong to other projects (#5487).
Jean-Philippe Lang
2012-10-10
5
-8
/
+43
*
Fixed that issue notes preview is broken by r10547 (#1554).
Jean-Philippe Lang
2012-10-09
1
-1
/
+1
*
Add "last 2 weeks" preset to time entries reporting (#11862).
Jean-Philippe Lang
2012-10-09
2
-0
/
+4
*
Fixed that export: links are broken (#12050).
Jean-Philippe Lang
2012-10-09
1
-3
/
+2
*
Restyles the issue counts.
Jean-Philippe Lang
2012-10-07
1
-1
/
+1
*
remove trailing white-spaces from app/controllers/application_controller.rb
Toshi MARUYAMA
2012-10-05
1
-2
/
+2
*
Adds label_any string for filters.
Jean-Philippe Lang
2012-10-04
1
-1
/
+1
*
Passing the format in the template name is deprecated.
Jean-Philippe Lang
2012-10-04
1
-1
/
+1
*
Adds no_issue_in_project operator for relations filter (#3265).
Jean-Philippe Lang
2012-10-04
1
-6
/
+8
*
sort custom field issue filter by type and position (#12018)
Toshi MARUYAMA
2012-10-04
3
-2
/
+29
*
move CustomFieldsHelper tabs variable to model constant for common use (#12018)
Toshi MARUYAMA
2012-10-04
2
-10
/
+22
*
change "is_private" issue filter order from 15 to 16 (#12018)
Toshi MARUYAMA
2012-10-04
1
-1
/
+1
*
change "status" issue filter order from 1 to 0 (#12018)
Toshi MARUYAMA
2012-10-04
1
-1
/
+1
*
split QueriesHelper filters_options_for_select method and add new unit test (...
Toshi MARUYAMA
2012-10-04
1
-1
/
+4
*
Private issue notes (#1554).
Jean-Philippe Lang
2012-10-03
10
-27
/
+108
*
code layout cleanup Query available_filters method
Toshi MARUYAMA
2012-10-02
1
-33
/
+71
*
code cleanup r10542 changes (#10937)
Toshi MARUYAMA
2012-10-01
1
-1
/
+1
*
add new user format "lastname" (#10937)
Toshi MARUYAMA
2012-10-01
1
-1
/
+6
*
pin user format order at setting panel (#10937)
Toshi MARUYAMA
2012-10-01
2
-6
/
+27
*
Call sort for array with more than one element only.
Jean-Philippe Lang
2012-09-29
1
-2
/
+2
*
Test failure.
Jean-Philippe Lang
2012-09-29
1
-1
/
+1
*
Display visible relations in API response.
Jean-Philippe Lang
2012-09-29
1
-1
/
+1
*
Makes related issues available for display and filtering on the issue list (#...
Jean-Philippe Lang
2012-09-29
6
-12
/
+115
*
Do not link copied issues when copying a project (#6899).
Jean-Philippe Lang
2012-09-27
2
-2
/
+2
*
Fixed that issue author is assigned with current user when the edit form is u...
Jean-Philippe Lang
2012-09-27
1
-1
/
+1
*
Don't display the dropdown if no transition is allowed.
Jean-Philippe Lang
2012-09-27
1
-1
/
+1
*
Adds a "Copied from/to" relation when copying issue(s) (#6899).
Jean-Philippe Lang
2012-09-27
2
-5
/
+18
*
explicitly define route at scm diff view (#11966)
Toshi MARUYAMA
2012-09-27
1
-2
/
+3
*
code layout cleanup app/views/issues/_list.html.erb
Toshi MARUYAMA
2012-09-25
1
-11
/
+16
*
remove trailing white-spaces from app/models/query.rb
Toshi MARUYAMA
2012-09-25
1
-3
/
+3
*
replace tab to space at app/models/query.rb
Toshi MARUYAMA
2012-09-25
1
-1
/
+1
*
Fixed JSON escaping of filters (#11929).
Jean-Philippe Lang
2012-09-25
2
-5
/
+10
*
Use eager loaded #principal association instead of #user (#11904).
Jean-Philippe Lang
2012-09-22
1
-1
/
+1
*
Use eager loaded #principal association instead of #user (#11904).
Jean-Philippe Lang
2012-09-22
1
-1
/
+1
*
Avoid to run one SQL query per member on Project#assignable_users (#11904).
Jean-Philippe Lang
2012-09-22
1
-1
/
+1
*
Potential can't dup NilClass error in UserPreference (#11905).
Jean-Philippe Lang
2012-09-22
1
-1
/
+1
*
Anonymous users should always see public issues only (#11872).
Jean-Philippe Lang
2012-09-20
3
-19
/
+26
*
New relation form Cancel link is broken with Chrome 21 (#11036).
Jean-Philippe Lang
2012-09-20
1
-1
/
+1
*
Anonymous users should not see private issues with anonymous author (#11872).
Jean-Philippe Lang
2012-09-19
1
-6
/
+14
*
use radio buttons instead of a select at attachment as same as r10426 repository
Toshi MARUYAMA
2012-09-18
1
-7
/
+5
*
Use radio buttons instead of a select.
Jean-Philippe Lang
2012-09-18
1
-5
/
+3
*
Fixed that git diff displays deleted files as /dev/null (#11868).
Jean-Philippe Lang
2012-09-18
3
-3
/
+4
*
scm: bazaar: use log encoding as path encoding (#11834)
Toshi MARUYAMA
2012-09-18
1
-0
/
+22
*
fix deprecation warning of the format in the template name
Toshi MARUYAMA
2012-09-18
2
-2
/
+2
*
Fixed #onthefly_creation_failed broken by r9940 (#11850).
Jean-Philippe Lang
2012-09-17
1
-1
/
+1
*
Attachments should be available to the text formatter when previewing an exis...
Jean-Philippe Lang
2012-09-16
3
-2
/
+6
*
scm: bazaar: remove unused scm.revisions ":with_paths => true" option from fe...
Toshi MARUYAMA
2012-09-16
1
-1
/
+1
*
Do not consider that versions that are due today are completed.
Jean-Philippe Lang
2012-09-16
1
-1
/
+1
[next]