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
*
fix test failure on Ruby 1.8.7 PostgreSQL (#17484)
Toshi MARUYAMA
2014-08-13
1
-1
/
+1
*
Add time entries custom fields to the context menu for quick bulk edit (#17484).
Jean-Philippe Lang
2014-07-29
4
-0
/
+46
*
Fixed an error when member's project is nil (#17486).
Jean-Philippe Lang
2014-07-29
1
-2
/
+2
*
WARNING: Can't mass-assign protected attributes: user_id, type.
Jean-Philippe Lang
2014-07-14
1
-1
/
+1
*
Fixed that query roles are not copied when copying a project (#17202).
Jean-Philippe Lang
2014-07-14
1
-0
/
+1
*
Use type="button" instead of return false; (#17401).
Jean-Philippe Lang
2014-07-14
1
-2
/
+2
*
Don't prepend project name if the version is not shared.
Jean-Philippe Lang
2014-07-14
2
-1
/
+6
*
Adds version date as title in #link_to_version (#17431).
Jean-Philippe Lang
2014-07-14
1
-1
/
+2
*
Moved #link_to_version to ApplicationHelper (#17431).
Jean-Philippe Lang
2014-07-14
2
-5
/
+6
*
remove unneeded statement from Issue#parent_issue_id=
Toshi MARUYAMA
2014-07-13
1
-1
/
+0
*
remove trailing white-spaces from app/models/user.rb
Toshi MARUYAMA
2014-07-11
1
-3
/
+3
*
Fixed relative "source" links in email notifications (#3483).
Jean-Philippe Lang
2014-07-05
1
-1
/
+1
*
Option to render boolean custom fields as a single check box or radio buttons...
Jean-Philippe Lang
2014-07-05
2
-3
/
+7
*
Don't redirect to another suburi (#16530).
Jean-Philippe Lang
2014-07-05
1
-12
/
+31
*
remove trailing white-space from app/models/workflow_permission.rb
Toshi MARUYAMA
2014-07-03
1
-1
/
+1
*
use \A instead of ^ for RegExp (#16190)
Toshi MARUYAMA
2014-07-02
1
-1
/
+1
*
only ignore undesirable Auto-Submitted headers defined in RFC3834 (#16190)
Toshi MARUYAMA
2014-07-02
1
-1
/
+1
*
fix file upload broken on Chrome 36 (#17151)
Toshi MARUYAMA
2014-07-01
1
-1
/
+3
*
prevent "can't modify frozen String" exception when mail sending error (#17235)
Toshi MARUYAMA
2014-07-01
1
-1
/
+1
*
revert r13183 (#17151)
Toshi MARUYAMA
2014-06-25
1
-3
/
+1
*
fix file upload broken on Chrome 36 (#17151)
Toshi MARUYAMA
2014-06-25
1
-1
/
+3
*
fix variable name confusion at AttachmentsController#thumbnail
Toshi MARUYAMA
2014-06-08
1
-3
/
+3
*
remove redundant empty lines from app/models/auth_source_ldap.rb
Toshi MARUYAMA
2014-05-25
1
-4
/
+0
*
Remove useless settings when editing a query from the gantt (#16747).
Jean-Philippe Lang
2014-05-24
1
-4
/
+10
*
Count users with a single query on group list (#16905).
Jean-Philippe Lang
2014-05-24
2
-5
/
+13
*
replace tabs to spaces (#16795)
Toshi MARUYAMA
2014-05-24
1
-1
/
+1
*
Fixed that Member#destroy triggers after_destroy callbacks twice (#16795).
Jean-Philippe Lang
2014-05-24
1
-0
/
+12
*
Improve performance of Principal.member_of scope
Jean-Baptiste Barth
2014-05-19
1
-1
/
+1
*
fix typo of app/models/repository/mercurial.rb
Toshi MARUYAMA
2014-05-03
1
-1
/
+1
*
fix typo of app/models/repository/cvs.rb
Toshi MARUYAMA
2014-05-03
1
-1
/
+1
*
Repository identifiers can be reserved words (#16564).
Jean-Philippe Lang
2014-05-02
1
-1
/
+1
*
Mailer.token_for generates invalid message_id when using from address with fu...
Jean-Philippe Lang
2014-05-02
1
-1
/
+1
*
Field set as read-only still available in the issues list context menu (#16755).
Jean-Philippe Lang
2014-05-02
2
-1
/
+6
*
introduce request_store to ensure that the current user doesn't leak across r...
Toshi MARUYAMA
2014-05-01
1
-2
/
+2
*
Missing type=array attributes in custom fields API (#16739).
Jean-Philippe Lang
2014-04-26
1
-2
/
+2
*
Don't submit the form when tabs are inside a form (#16708).
Jean-Philippe Lang
2014-04-26
1
-2
/
+2
*
Redmine links not working with html escpaed characters (#16668).
Jean-Philippe Lang
2014-04-26
1
-0
/
+1
*
Set default start date on issues created by email if default_issue_start_date...
Jean-Philippe Lang
2014-04-26
1
-0
/
+1
*
fix non-ascii attachment file name get corrupted in IE11 (#16711)
Toshi MARUYAMA
2014-04-17
1
-1
/
+1
*
fix typo at app/controllers/repositories_controller.rb
Toshi MARUYAMA
2014-04-16
1
-1
/
+1
*
replace tabs to spaces at app/models/repository/cvs.rb
Toshi MARUYAMA
2014-04-15
1
-3
/
+3
*
replace tabs to spaces at app/models/query.rb
Toshi MARUYAMA
2014-04-15
1
-2
/
+2
*
mark deprecated Enumeration#overridding_change? which was changed in r13056
Toshi MARUYAMA
2014-04-08
1
-0
/
+6
*
remove trailing white-spaces from Issue#count_and_group_by SQL
Toshi MARUYAMA
2014-04-08
1
-6
/
+6
*
remove trailing white-spaces from Issue#by_subproject SQL
Toshi MARUYAMA
2014-04-08
1
-5
/
+5
*
remove trailing white-spaces from app/models/issue.rb
Toshi MARUYAMA
2014-04-08
1
-9
/
+9
*
code format clean up Issue#update_versions_from_hierarchy_change
Toshi MARUYAMA
2014-04-08
1
-1
/
+4
*
fix typos of source comments at Query model
Toshi MARUYAMA
2014-04-07
1
-1
/
+1
*
fix typos of source comments at Project model
Toshi MARUYAMA
2014-04-07
1
-3
/
+3
*
fix typos of source comments at Member model
Toshi MARUYAMA
2014-04-07
1
-1
/
+1
[next]