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
/
models
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow Journal to return empty Array instead nil in Journal#attachments (#24308).
Jean-Philippe Lang
2016-11-18
1
-1
/
+1
*
My page - Spent time: configurable number of days to display (#8761).
Jean-Philippe Lang
2016-10-30
1
-0
/
+18
*
Adds #add_block and #remove_block methods.
Jean-Philippe Lang
2016-10-29
1
-0
/
+18
*
Moves blocks definition to Redmine::MyPage.
Jean-Philippe Lang
2016-10-29
1
-0
/
+8
*
Add option to set a new version as default directly from New Version page (#2...
Jean-Philippe Lang
2016-10-23
1
-0
/
+26
*
Option to specify allowed extensions for a file custom field (#6719).
Jean-Philippe Lang
2016-10-23
2
-7
/
+23
*
Adds file custom field format (#6719).
Jean-Philippe Lang
2016-10-23
3
-12
/
+39
*
Role#copy_from should copy managed roles.
Jean-Philippe Lang
2016-10-20
1
-0
/
+1
*
Fixed that r15668 prevents from setting managed roles.
Jean-Philippe Lang
2016-10-20
1
-0
/
+1
*
Set @available_filters as an empty hash if nil.
Jean-Philippe Lang
2016-10-20
1
-0
/
+1
*
Consider custom fields that correspond to the project only (#24014).
Jean-Philippe Lang
2016-10-08
1
-2
/
+12
*
Adds accessors for report_last_commit.
Jean-Philippe Lang
2016-10-04
1
-5
/
+7
*
Speedup remove_inherited_roles (#22850).
Jean-Philippe Lang
2016-10-02
2
-5
/
+2
*
Translate statuses in the version status filter (#23215).
Jean-Philippe Lang
2016-10-02
1
-1
/
+1
*
Add the possibility to filter issues after Target Version's Status and Due Da...
Jean-Philippe Lang
2016-10-02
1
-0
/
+25
*
Edit/delete links displayed on issue even if project is closed (#23969).
Jean-Philippe Lang
2016-10-02
1
-0
/
+5
*
Add support for updating attachments over REST API (#22356).
Jean-Philippe Lang
2016-10-01
1
-0
/
+3
*
Closing all subtasks causes error if default priority is not defined and prio...
Jean-Philippe Lang
2016-10-01
1
-2
/
+3
*
Let the API accept project identifier for creating issues (#23766).
Jean-Philippe Lang
2016-10-01
1
-2
/
+7
*
Error with MS SQL when displaying an issue from a list grouped and sorted by ...
Jean-Philippe Lang
2016-10-01
1
-1
/
+1
*
closed_on field of copied issue is always set to source issue's value (#23764).
Jean-Philippe Lang
2016-10-01
1
-2
/
+2
*
"Cvs".classify => "Cv" (#23758).
Jean-Philippe Lang
2016-09-05
1
-1
/
+1
*
Be more conservative when fetching constants in Repository.factory (#23758).
Jean-Philippe Lang
2016-09-04
1
-4
/
+8
*
Journalize values that are cleared after project or tracker change (#21623).
Jean-Philippe Lang
2016-09-03
1
-12
/
+20
*
When copying an issue, all statuses for new issue should be available (#14696).
Jean-Philippe Lang
2016-09-03
1
-34
/
+35
*
Fixed that progress of parent should be calculated with total estimated hours...
Jean-Philippe Lang
2016-09-01
1
-10
/
+15
*
Enable filtering versions on Project -> Settings -> Versions (#22608).
Jean-Philippe Lang
2016-08-30
1
-0
/
+11
*
Adds pagination to admin project list.
Jean-Philippe Lang
2016-08-30
1
-1
/
+4
*
User preference for monospaced / variable-width font in textareas (#23653).
Jean-Philippe Lang
2016-08-30
1
-1
/
+7
*
Disable "Select project modules" permission does not apply to the new project...
Jean-Philippe Lang
2016-08-30
1
-2
/
+18
*
Filter on issue ID with between/lesser/greater operator does not work (#23596).
Jean-Philippe Lang
2016-08-30
1
-4
/
+9
*
Fixed that restricted custom permissions on for non member/anonymous does not...
Jean-Philippe Lang
2016-08-30
1
-1
/
+3
*
Issue#editable_custom_field_values very slow for issues with many custom fiel...
Jean-Philippe Lang
2016-08-20
1
-1
/
+2
*
Adds issue tracker and status columns and filters on spent time list (#23401).
Jean-Philippe Lang
2016-08-20
2
-3
/
+59
*
Don't error if an invalid setting is given.
Jean-Philippe Lang
2016-07-21
1
-1
/
+3
*
remove trailing white-space from app/models/time_entry_query.rb
Toshi MARUYAMA
2016-07-19
1
-1
/
+1
*
Use safe_attributes for email addresses.
Jean-Philippe Lang
2016-07-17
1
-0
/
+4
*
Use safe_attributes for auth sources.
Jean-Philippe Lang
2016-07-17
1
-0
/
+16
*
Use safe_attributes for issue statuses.
Jean-Philippe Lang
2016-07-17
1
-0
/
+7
*
Use safe_attributes for custom field enumerations.
Jean-Philippe Lang
2016-07-17
1
-1
/
+11
*
Use safe_attributes for custom fields.
Jean-Philippe Lang
2016-07-17
2
-1
/
+27
*
Use safe_attributes for user preferences.
Jean-Philippe Lang
2016-07-17
1
-0
/
+8
*
Don't use add_on_empty.
Jean-Philippe Lang
2016-07-16
1
-1
/
+1
*
Don't use an argument to reload.
Jean-Philippe Lang
2016-07-16
1
-1
/
+2
*
Don't pass conditions to #delete_all.
Jean-Philippe Lang
2016-07-16
2
-2
/
+2
*
Don't pass conditions to #destroy_all.
Jean-Philippe Lang
2016-07-16
1
-1
/
+1
*
Use safe_attributes.
Jean-Philippe Lang
2016-07-16
1
-0
/
+9
*
Use safe_attributes.
Jean-Philippe Lang
2016-07-16
1
-0
/
+13
*
Don't pass conditions to #delete_all.
Jean-Philippe Lang
2016-07-16
1
-1
/
+1
*
Handle admin and login with safe_attributes.
Jean-Philippe Lang
2016-07-14
1
-1
/
+6
[next]