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
*
Ability to delete a version from a wiki page history (#10852).
Jean-Philippe Lang
2012-10-23
4
-2
/
+32
*
Wiki page versions routes cleanup.
Jean-Philippe Lang
2012-10-21
3
-4
/
+4
*
Don't show watch, lock/unlock, delete links on previous wiki page versions.
Jean-Philippe Lang
2012-10-21
1
-7
/
+10
*
Handle deleted wiki page versions (#10852).
Jean-Philippe Lang
2012-10-21
3
-11
/
+20
*
Let the attachment filename be specified on upload (#12125).
Jean-Philippe Lang
2012-10-18
1
-1
/
+1
*
Reverts r10676 that broke a test.
Jean-Philippe Lang
2012-10-18
1
-1
/
+2
*
Code cleanup.
Jean-Philippe Lang
2012-10-18
1
-2
/
+1
*
Use named route.
Jean-Philippe Lang
2012-10-18
1
-3
/
+1
*
Use named route.
Jean-Philippe Lang
2012-10-18
1
-1
/
+1
*
Adds links to locked users when current user is admin.
Jean-Philippe Lang
2012-10-18
3
-3
/
+14
*
Code cleanup.
Jean-Philippe Lang
2012-10-18
1
-1
/
+1
*
Fixed that invalid start date is ignored (#12092).
Jean-Philippe Lang
2012-10-18
1
-1
/
+5
*
Makes enumerations available through the REST API.
Jean-Philippe Lang
2012-10-17
3
-3
/
+26
*
Use named route (#12113).
Jean-Philippe Lang
2012-10-17
1
-1
/
+1
*
Use parent tracker as the default tracker when adding a subtask (#12113).
Jean-Philippe Lang
2012-10-17
1
-1
/
+5
*
Adds a helper for displaying a link to add a subtask (#12113).
Jean-Philippe Lang
2012-10-17
2
-1
/
+6
*
Use a local variable.
Jean-Philippe Lang
2012-10-17
1
-1
/
+3
*
Fixed that entering #nnn as parent task should validate (#11979).
Jean-Philippe Lang
2012-10-14
1
-1
/
+2
*
Make sure that custom field format cannot be changed.
Jean-Philippe Lang
2012-10-13
1
-0
/
+5
*
remove trailing white-spaces from app/controllers/issue_categories_controller.rb
Toshi MARUYAMA
2012-10-12
1
-2
/
+2
*
Expose roles details via REST API (#11502).
Jean-Philippe Lang
2012-10-12
2
-4
/
+18
*
Fixed: No validation errors when entering an invalid "Parent task" (#11979).
Jean-Philippe Lang
2012-10-12
1
-6
/
+12
*
Fixed that User#allowed_to? should return true or false (#12078).
Jean-Philippe Lang
2012-10-12
1
-7
/
+7
*
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
[next]