Toshi MARUYAMA
c2e75254b7
remove trailing white-spaces from app/models/user.rb
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13287 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-07-11 08:04:52 +00:00
Jean-Philippe Lang
5f4ba3d6d5
Fixed relative "source" links in email notifications ( #3483 ).
...
Patch by William Baum.
git-svn-id: http://svn.redmine.org/redmine/trunk@13219 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-07-05 10:43:45 +00:00
Jean-Philippe Lang
b91cbcaa03
Option to render boolean custom fields as a single check box or radio buttons ( #17003 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13216 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-07-05 09:59:17 +00:00
Jean-Philippe Lang
0125ba14f6
Don't redirect to another suburi ( #16530 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13213 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-07-05 09:02:38 +00:00
Toshi MARUYAMA
1b01a7ab5e
remove trailing white-space from app/models/workflow_permission.rb
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13209 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-07-03 23:03:39 +00:00
Toshi MARUYAMA
45a744d77d
use \A instead of ^ for RegExp ( #16190 )
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13207 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-07-02 16:13:33 +00:00
Toshi MARUYAMA
4b55bb913c
only ignore undesirable Auto-Submitted headers defined in RFC3834 ( #16190 )
...
Contributed by Felix Schäfer.
git-svn-id: http://svn.redmine.org/redmine/trunk@13206 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-07-02 16:13:18 +00:00
Toshi MARUYAMA
1b750f3192
fix file upload broken on Chrome 36 ( #17151 )
...
Contributed by Felix Schäfer.
git-svn-id: http://svn.redmine.org/redmine/trunk@13199 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-07-01 03:52:43 +00:00
Toshi MARUYAMA
cb7b57815e
prevent "can't modify frozen String" exception when mail sending error ( #17235 )
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13198 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-07-01 03:52:27 +00:00
Toshi MARUYAMA
a8389c4019
revert r13183 ( #17151 )
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13186 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-06-25 17:09:15 +00:00
Toshi MARUYAMA
5f99260cc2
fix file upload broken on Chrome 36 ( #17151 )
...
Contributed by Felix Schäfer.
git-svn-id: http://svn.redmine.org/redmine/trunk@13183 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-06-25 13:23:52 +00:00
Toshi MARUYAMA
c1f17037e4
fix variable name confusion at AttachmentsController#thumbnail
...
This is suggested by Rails team.
https://github.com/rails/rails/issues/15471#issuecomment-45419147
git-svn-id: http://svn.redmine.org/redmine/trunk@13176 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-06-08 04:23:59 +00:00
Toshi MARUYAMA
d0c741c88c
remove redundant empty lines from app/models/auth_source_ldap.rb
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13169 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-05-25 14:37:56 +00:00
Jean-Philippe Lang
b189d85dde
Remove useless settings when editing a query from the gantt ( #16747 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13168 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-05-24 17:01:16 +00:00
Jean-Philippe Lang
8aeab43247
Count users with a single query on group list ( #16905 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13149 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-05-24 10:41:13 +00:00
Toshi MARUYAMA
5368af4847
replace tabs to spaces ( #16795 )
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13142 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-05-24 10:15:43 +00:00
Jean-Philippe Lang
1fd5346c3c
Fixed that Member#destroy triggers after_destroy callbacks twice ( #16795 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13140 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-05-24 09:55:39 +00:00
Jean-Baptiste Barth
1914d1a159
Improve performance of Principal.member_of scope
...
The 'join' turns to be slow for large numbers of members (>20k). Using a
sub-query like in Principal.not_member_of is more efficient and performance
is the same for smaller values.
git-svn-id: http://svn.redmine.org/redmine/trunk@13139 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-05-19 21:17:55 +00:00
Toshi MARUYAMA
a87cc86b99
fix typo of app/models/repository/mercurial.rb
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13129 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-05-03 23:21:01 +00:00
Toshi MARUYAMA
6eaba1137a
fix typo of app/models/repository/cvs.rb
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13128 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-05-03 23:20:45 +00:00
Jean-Philippe Lang
ef4cacdb66
Repository identifiers can be reserved words ( #16564 ).
...
Patch by Felix Schäfer.
git-svn-id: http://svn.redmine.org/redmine/trunk@13127 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-05-02 08:09:33 +00:00
Jean-Philippe Lang
53deb6ca88
Mailer.token_for generates invalid message_id when using from address with full name ( #16619 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13126 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-05-02 07:56:11 +00:00
Jean-Philippe Lang
382ca5055a
Field set as read-only still available in the issues list context menu ( #16755 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13124 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-05-02 07:32:41 +00:00
Toshi MARUYAMA
a599442d05
introduce request_store to ensure that the current user doesn't leak across request boundaries ( #16685 )
...
Contributed by Holger Just.
git-svn-id: http://svn.redmine.org/redmine/trunk@13110 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-05-01 00:44:01 +00:00
Jean-Philippe Lang
9fdd0862f7
Missing type=array attributes in custom fields API ( #16739 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13109 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-26 07:56:00 +00:00
Jean-Philippe Lang
ddd6ac8cd4
Don't submit the form when tabs are inside a form ( #16708 ).
...
Patch by Nicolas Rodriguez.
git-svn-id: http://svn.redmine.org/redmine/trunk@13108 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-26 07:48:28 +00:00
Jean-Philippe Lang
a4fa0364d4
Redmine links not working with html escpaed characters ( #16668 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13106 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-26 07:34:11 +00:00
Jean-Philippe Lang
43c9d69bf2
Set default start date on issues created by email if default_issue_start_date_to_creation_date is set ( #16655 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13104 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-26 06:57:09 +00:00
Toshi MARUYAMA
709211cb9c
fix non-ascii attachment file name get corrupted in IE11 ( #16711 )
...
Contributed by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@13101 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-17 18:21:23 +00:00
Toshi MARUYAMA
4b1f75e611
fix typo at app/controllers/repositories_controller.rb
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13092 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-16 00:19:57 +00:00
Toshi MARUYAMA
bec603eb9b
replace tabs to spaces at app/models/repository/cvs.rb
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13089 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-15 22:49:48 +00:00
Toshi MARUYAMA
3270a3af40
replace tabs to spaces at app/models/query.rb
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13088 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-15 22:49:30 +00:00
Toshi MARUYAMA
c777f75edd
mark deprecated Enumeration#overridding_change? which was changed in r13056
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13086 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-08 12:38:55 +00:00
Toshi MARUYAMA
ce2b12957f
remove trailing white-spaces from Issue#count_and_group_by SQL
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13084 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-08 11:23:05 +00:00
Toshi MARUYAMA
05d24e64f7
remove trailing white-spaces from Issue#by_subproject SQL
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13083 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-08 11:22:49 +00:00
Toshi MARUYAMA
3c6d46beec
remove trailing white-spaces from app/models/issue.rb
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13082 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-08 11:22:33 +00:00
Toshi MARUYAMA
20496b516f
code format clean up Issue#update_versions_from_hierarchy_change
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13081 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-08 11:22:17 +00:00
Toshi MARUYAMA
cebcd67704
fix typos of source comments at Query model
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13076 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-07 08:07:59 +00:00
Toshi MARUYAMA
e9399e16d2
fix typos of source comments at Project model
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13075 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-07 08:07:43 +00:00
Toshi MARUYAMA
3aeb85bfd5
fix typos of source comments at Member model
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13074 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-07 08:07:25 +00:00
Toshi MARUYAMA
66f0a5c2ef
fix typos of source comments at Issue model
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13073 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-07 08:07:08 +00:00
Toshi MARUYAMA
071d2d7f47
fix typos of source comments at Enumeration model
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13072 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-07 08:06:50 +00:00
Toshi MARUYAMA
9250994088
fix typos of source comments at ApplicationHelper
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13071 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-07 08:06:32 +00:00
Toshi MARUYAMA
f773219426
fix typos of source comments at Version model
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13062 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-07 00:22:11 +00:00
Toshi MARUYAMA
3e89c2ff3e
fix typos of source comments at WikiContent model
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13058 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-06 14:14:40 +00:00
Toshi MARUYAMA
597d042ec2
fix typos of source comments at Project model
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13057 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-06 14:14:23 +00:00
Toshi MARUYAMA
5e0d93b689
fix typo of Enumeration#overridding_change?
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13056 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-06 13:32:35 +00:00
Jean-Philippe Lang
22b2a1f699
Fixed that Link custom fields are not displayed as links on the issue list ( #16496 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13054 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-06 11:11:52 +00:00
Jean-Philippe Lang
5b8a96472f
Missing closing tag ( #3177 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13052 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-06 11:03:57 +00:00
Jean-Philippe Lang
25ddc672a1
Adds strings to locales ( #3177 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13044 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-04-05 14:08:18 +00:00