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
*
Disable "Select project modules" permission does not apply to the new project...
Jean-Philippe Lang
2016-08-30
2
-3
/
+19
*
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
*
Creating a wiki page named "Sidebar" without proper permission raises an exce...
Jean-Philippe Lang
2016-08-30
1
-1
/
+3
*
Test failure (#23410).
Jean-Philippe Lang
2016-08-20
1
-2
/
+8
*
New "Spent time" menu tab when spent time module is enabled on project (#23311).
Jean-Philippe Lang
2016-08-20
1
-1
/
+1
*
Issue#editable_custom_field_values very slow for issues with many custom fiel...
Jean-Philippe Lang
2016-08-20
1
-1
/
+2
*
New issue raises an error if no projects available (#23410).
Jean-Philippe Lang
2016-08-20
1
-7
/
+4
*
Wrong CSS classes in subtasks tree (#23391).
Jean-Philippe Lang
2016-08-20
1
-1
/
+1
*
Adds issue tracker and status columns and filters on spent time list (#23401).
Jean-Philippe Lang
2016-08-20
4
-5
/
+60
*
Don't use render :text => "".
Jean-Philippe Lang
2016-07-21
4
-7
/
+9
*
Don't error if an invalid setting is given.
Jean-Philippe Lang
2016-07-21
1
-1
/
+3
*
Don't check that params[:settings] is a Hash.
Jean-Philippe Lang
2016-07-21
1
-4
/
+5
*
Set preferences with #safe_attributes=.
Jean-Philippe Lang
2016-07-21
1
-1
/
+1
*
Changes required by functional tests updates.
Jean-Philippe Lang
2016-07-21
2
-2
/
+4
*
Removes calls to #assert_template and #assigns in functional tests.
Jean-Philippe Lang
2016-07-19
1
-8
/
+2
*
remove trailing white-space from app/models/time_entry_query.rb
Toshi MARUYAMA
2016-07-19
1
-1
/
+1
*
Removes calls to #assert_template and #assigns in functional tests.
Jean-Philippe Lang
2016-07-18
3
-2
/
+4
*
Don't respond with the error template when annotate is not available.
Jean-Philippe Lang
2016-07-17
2
-9
/
+15
*
Use safe_attributes for email addresses.
Jean-Philippe Lang
2016-07-17
2
-4
/
+5
*
Use safe_attributes for auth sources.
Jean-Philippe Lang
2016-07-17
2
-5
/
+28
*
Use safe_attributes for issue statuses.
Jean-Philippe Lang
2016-07-17
2
-2
/
+11
*
Use safe_attributes for custom field enumerations.
Jean-Philippe Lang
2016-07-17
2
-3
/
+17
*
Use safe_attributes for custom fields.
Jean-Philippe Lang
2016-07-17
3
-3
/
+32
*
Use safe_attributes for user preferences.
Jean-Philippe Lang
2016-07-17
4
-4
/
+12
*
Use head instead of render :nothing => true.
Jean-Philippe Lang
2016-07-17
14
-26
/
+26
*
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
3
-4
/
+4
*
Use named route.
Jean-Philippe Lang
2016-07-16
1
-2
/
+2
*
Don't pass conditions to #destroy_all.
Jean-Philippe Lang
2016-07-16
1
-1
/
+1
*
Use head instead of render :nothing => true.
Jean-Philippe Lang
2016-07-16
1
-1
/
+1
*
Don't compare with Hash.
Jean-Philippe Lang
2016-07-16
1
-2
/
+2
*
Use safe_attributes.
Jean-Philippe Lang
2016-07-16
2
-3
/
+15
*
Use safe_attributes.
Jean-Philippe Lang
2016-07-16
2
-3
/
+19
*
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
3
-7
/
+7
*
Don't pass conditions to #delete_all.
Jean-Philippe Lang
2016-07-14
1
-3
/
+3
*
Don't generate URL from params.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
Removes a call to alias_method_chain.
Jean-Philippe Lang
2016-07-14
1
-4
/
+2
*
Use .skip_before_action instead of .skip_before_filter.
Jean-Philippe Lang
2016-07-14
2
-2
/
+2
*
Use .before_action instead of .before_filter.
Jean-Philippe Lang
2016-07-14
48
-119
/
+119
*
Use .distinct instead of .uniq.
Jean-Philippe Lang
2016-07-14
8
-12
/
+12
*
Ability to delete multiple attachments while updating an issue (#13072).
Jean-Philippe Lang
2016-07-13
2
-3
/
+38
*
Make time entries groupable (#16843).
Jean-Philippe Lang
2016-07-13
12
-136
/
+154
*
Adds a link to spent time on version details (#13558).
Jean-Philippe Lang
2016-07-13
1
-1
/
+2
*
Adds a version filter on time entries (#13558).
Jean-Philippe Lang
2016-07-13
2
-2
/
+26
*
Remove special behaviour for listing issue time entries, use a filter for that.
Jean-Philippe Lang
2016-07-12
10
-41
/
+47
*
Helper is needed to render the sidebar (#14790).
Jean-Philippe Lang
2016-07-12
1
-0
/
+1
*
Display the list of saved queries in the sidebar (#14790).
Jean-Philippe Lang
2016-07-12
4
-6
/
+19
[next]