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
*
Extract grouping logic to an helper.
Jean-Philippe Lang
2015-02-07
2
-5
/
+21
*
TimeEntry acts_as_activity_provider scope should joins(:project) (#18818).
Jean-Philippe Lang
2015-02-07
1
-1
/
+1
*
Sort helper undefined to_a for string (#18817).
Jean-Philippe Lang
2015-02-07
1
-1
/
+1
*
Respect cross-project subtask setting on issue bulk edit form (#18711).
Jean-Philippe Lang
2015-02-07
1
-1
/
+1
*
Raise an error if version is not found (#18983).
Jean-Philippe Lang
2015-02-07
1
-2
/
+5
*
Allow filtering of Redmine Reminders by Version (#18983).
Jean-Philippe Lang
2015-02-07
1
-0
/
+3
*
Make search results per page configurable (#19005).
Jean-Philippe Lang
2015-02-07
2
-1
/
+5
*
Show long text custom field changes as a diff (#15236).
Jean-Philippe Lang
2015-01-31
2
-6
/
+23
*
Removed :update key and use :edit instead.
Jean-Philippe Lang
2015-01-27
2
-9
/
+8
*
The :change_status permission was removed in r1043.
Jean-Philippe Lang
2015-01-27
1
-1
/
+1
*
Adds support for macro and Redmine links in PDF export (#13051).
Jean-Philippe Lang
2015-01-25
9
-8
/
+12
*
Use named route.
Jean-Philippe Lang
2015-01-24
1
-1
/
+1
*
Link to the anchor only.
Jean-Philippe Lang
2015-01-24
1
-1
/
+1
*
Use .klass instead of .class_name.constantize.
Jean-Philippe Lang
2015-01-24
1
-1
/
+1
*
Memorize journal details value name to display.
Jean-Philippe Lang
2015-01-24
1
-6
/
+10
*
Use journalized attachments to prevent a query when displaying added file.
Jean-Philippe Lang
2015-01-24
1
-1
/
+2
*
Set :inverse_of on details association.
Jean-Philippe Lang
2015-01-24
1
-1
/
+1
*
Don't check if attachments are editable individually.
Jean-Philippe Lang
2015-01-24
2
-4
/
+9
*
Memorize project override roles.
Jean-Philippe Lang
2015-01-24
1
-1
/
+4
*
Set :inverse_of option on journals association.
Jean-Philippe Lang
2015-01-21
1
-1
/
+1
*
Fixed that group is not displayed when the first group is a boolean custom fi...
Jean-Philippe Lang
2015-01-19
1
-3
/
+3
*
Fixed that boolean custom field groups have same label for blank and false va...
Jean-Philippe Lang
2015-01-19
1
-1
/
+1
*
fix code indent at app/models/repository/cvs.rb
Toshi MARUYAMA
2015-01-18
1
-1
/
+1
*
use "where" instead of find_by_ at Repository::Cvs class
Toshi MARUYAMA
2015-01-18
1
-3
/
+3
*
revert r13901
Toshi MARUYAMA
2015-01-18
1
-10
/
+3
*
workaround unit cvs test failure on sqlite3
Toshi MARUYAMA
2015-01-18
1
-3
/
+10
*
Prevents calling #truncate on nil.
Jean-Philippe Lang
2015-01-18
1
-1
/
+1
*
Use attribute writers instead of before_create callback to normalize comments...
Jean-Philippe Lang
2015-01-18
1
-3
/
+11
*
Upgrade to Rails 4.2.0 (#14534).
Jean-Philippe Lang
2015-01-17
4
-23
/
+28
*
Send password reset email to the email used in lost password form (#4244).
Jean-Philippe Lang
2015-01-17
2
-4
/
+8
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
19
-49
/
+369
*
Copyright update.
Jean-Philippe Lang
2015-01-11
159
-159
/
+159
*
Fixed: Custom field is rendered, even if its value is empty (for multiple) (#...
Jean-Philippe Lang
2015-01-10
3
-8
/
+15
*
Fixed open div tag position.
Jean-Philippe Lang
2015-01-10
1
-1
/
+1
*
Option to search open issues only (#10734).
Jean-Philippe Lang
2015-01-10
3
-2
/
+5
*
Option to search attachment filenames and description (#4383).
Jean-Philippe Lang
2015-01-09
3
-3
/
+25
*
Search custom fields and journals with different queries to take advantage of...
Jean-Philippe Lang
2015-01-08
1
-7
/
+2
*
Same fix as r13582 for trackers and statuses (#18769).
Jean-Philippe Lang
2015-01-07
4
-4
/
+4
*
Redirect to the current page when reordering roles (#18769).
Jean-Philippe Lang
2015-01-07
2
-2
/
+2
*
Skip validation if attribute did not change.
Jean-Philippe Lang
2015-01-07
1
-2
/
+2
*
Deprecates Project#set_allowed_parent!.
Jean-Philippe Lang
2015-01-07
1
-1
/
+2
*
Fixed that project copy triggers a 500 error if project validation fails.
Jean-Philippe Lang
2015-01-07
1
-1
/
+2
*
Cleans up parent project assignment in ProjectsController.
Jean-Philippe Lang
2015-01-07
2
-61
/
+47
*
Moved Project#hierarchy to NestedSet::Traversing.
Jean-Philippe Lang
2015-01-07
1
-9
/
+0
*
Replaces awesome_nested_set gem with a simple and more robust implementation ...
Jean-Philippe Lang
2015-01-07
2
-97
/
+21
*
remove duplicated :remote key from app/views/messages/show.html.erb
Toshi MARUYAMA
2015-01-04
1
-1
/
+0
*
remove duplicated :id key from app/views/timelog/report.html.erb
Toshi MARUYAMA
2015-01-04
1
-2
/
+2
*
The descendant count in the issues delete confirmation message is wrong if is...
Jean-Philippe Lang
2014-12-30
1
-10
/
+10
*
Preload wiki page content for search results.
Jean-Philippe Lang
2014-12-26
1
-1
/
+1
*
Fixed duplicate content_url tag introduced in r13806 (#18707).
Jean-Philippe Lang
2014-12-26
1
-1
/
+0
[next]