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
*
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
*
Adds scopes for retrieving the appropriate queries (#14790).
Jean-Philippe Lang
2016-07-12
2
-8
/
+8
*
Moves sidebar queries rendering to QueriesHelper (#14790).
Jean-Philippe Lang
2016-07-12
2
-34
/
+34
*
Makes spent time queries savable (#14790).
Jean-Philippe Lang
2016-07-12
7
-22
/
+51
*
Pull up query visibility methods.
Jean-Philippe Lang
2016-07-11
3
-51
/
+65
*
Makes QueriesController able to handle other Query subclasses.
Jean-Philippe Lang
2016-07-11
2
-8
/
+18
*
Removes action caching on /robots.txt.
Jean-Philippe Lang
2016-07-10
2
-7
/
+0
*
Don't generate urls with params.
Jean-Philippe Lang
2016-07-10
7
-10
/
+23
*
Don't generate urls with params.
Jean-Philippe Lang
2016-07-10
5
-9
/
+9
*
Don't generate urls with params.
Jean-Philippe Lang
2016-07-10
5
-8
/
+8
*
Don't generate back url with params.
Jean-Philippe Lang
2016-07-10
2
-2
/
+2
*
Don't generate sort links with params.
Jean-Philippe Lang
2016-07-10
1
-6
/
+1
*
Preload issues project.
Jean-Philippe Lang
2016-07-10
1
-0
/
+1
*
Preload email addresses for displaying avatars.
Jean-Philippe Lang
2016-07-10
2
-4
/
+5
*
Renames #render_private_notes to #render_private_notes_indicator (#22575).
Jean-Philippe Lang
2016-07-10
3
-3
/
+3
*
Code cleanup (#22575).
Jean-Philippe Lang
2016-07-10
1
-18
/
+20
*
Wrap journal attributes with a journal parameter and use safe_attributes (#22...
Jean-Philippe Lang
2016-07-10
4
-8
/
+15
*
Enable updating private_notes property on journal edit form (#22575).
Jean-Philippe Lang
2016-07-10
5
-2
/
+16
*
Adds attachments accessor to WikiContent::Version (#23242).
Jean-Philippe Lang
2016-07-09
1
-0
/
+4
*
Wrong filters are applied when exporting issues to CSV with blank filter (#23...
Jean-Philippe Lang
2016-07-09
1
-0
/
+2
*
Show thumbnails on messages (#22941).
Jean-Philippe Lang
2016-07-03
1
-2
/
+2
*
Show thumbnails on documents (#22941).
Jean-Philippe Lang
2016-07-03
1
-1
/
+1
*
Hide wiki attachments by default and add thumbnails (#22941).
Jean-Philippe Lang
2016-07-03
1
-15
/
+17
*
2 spaces instead of a tab.
Jean-Philippe Lang
2016-07-02
1
-1
/
+1
*
Group versions by status in issue filters (#10412).
Jean-Philippe Lang
2016-07-02
2
-1
/
+12
*
Removed #link_to_content_update.
Jean-Philippe Lang
2016-06-30
6
-12
/
+8
*
Don't render an empty li tag (#23192).
Jean-Philippe Lang
2016-06-30
1
-2
/
+2
[next]