Jean-Philippe Lang
|
76a4668f52
|
Fixed rendering of multivalued custom fields in the issue history (#19225).
git-svn-id: http://svn.redmine.org/redmine/trunk@14054 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2015-03-08 09:07:20 +00:00 |
|
Jean-Philippe Lang
|
f821eaf722
|
Adds the date format for ambiguous dates (#19243).
git-svn-id: http://svn.redmine.org/redmine/trunk@14048 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2015-03-07 08:12:08 +00:00 |
|
Jean-Philippe Lang
|
3642626052
|
Fixed Stack level too deep error when calling #find_name_by_reflection for missing record.
git-svn-id: http://svn.redmine.org/redmine/trunk@14002 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2015-02-14 08:57:22 +00:00 |
|
Jean-Philippe Lang
|
e11f77a4b0
|
Show long text custom field changes as a diff (#15236).
git-svn-id: http://svn.redmine.org/redmine/trunk@13954 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2015-01-31 10:42:41 +00:00 |
|
Jean-Philippe Lang
|
c9dd7dbe15
|
Set proper locale.
git-svn-id: http://svn.redmine.org/redmine/trunk@13912 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2015-01-18 20:43:04 +00:00 |
|
Toshi MARUYAMA
|
eacd619f5f
|
add missing fixtures
git-svn-id: http://svn.redmine.org/redmine/trunk@13911 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2015-01-18 18:11:19 +00:00 |
|
Jean-Philippe Lang
|
d85f73a30d
|
Upgrade to Rails 4.2.0 (#14534).
git-svn-id: http://svn.redmine.org/redmine/trunk@13892 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2015-01-17 17:02:55 +00:00 |
|
Jean-Philippe Lang
|
000124f44f
|
Copyright update.
git-svn-id: http://svn.redmine.org/redmine/trunk@13872 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2015-01-11 09:09:50 +00:00 |
|
Jean-Philippe Lang
|
bfdd9f7c29
|
The descendant count in the issues delete confirmation message is wrong if issues share some descendants.
git-svn-id: http://svn.redmine.org/redmine/trunk@13818 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-12-30 11:24:00 +00:00 |
|
Jean-Philippe Lang
|
744ceaf61f
|
Use DOM assertions as attributes order changes from a Rails version to another.
git-svn-id: http://svn.redmine.org/redmine/trunk@13778 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-12-20 14:41:04 +00:00 |
|
Jean-Philippe Lang
|
c32d75a697
|
Rewrites assertions.
git-svn-id: http://svn.redmine.org/redmine/trunk@13776 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-12-20 14:30:33 +00:00 |
|
Jean-Philippe Lang
|
f86d4940e1
|
Removed that quote in a fixture subject.
git-svn-id: http://svn.redmine.org/redmine/trunk@13775 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-12-20 14:22:50 +00:00 |
|
Toshi MARUYAMA
|
e52ecb494b
|
add missing fixture to MembersHelperTest
Test fails randomly.
<pre>
1) Error:
MembersHelperTest#test_render_principals_for_new_members:
ActiveRecord::RecordInvalid: Validation failed: trackers is invalid, trackers is invalid, trackers is invalid
test/object_helpers.rb:38:in `generate!'
test/unit/helpers/members_helper_test.rb:29:in `test_render_principals_for_new_members'
</pre>
It can be reproduced on clean database and following change.
<pre>
- fixtures :projects, :users, :members, :member_roles
+ fixtures :projects, :users, :members, :member_roles,
+ :trackers
</pre>
git-svn-id: http://svn.redmine.org/redmine/trunk@13749 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-12-13 15:38:49 +00:00 |
|
Jean-Philippe Lang
|
d4ebbe5ba8
|
Adds some helpers tests.
git-svn-id: http://svn.redmine.org/redmine/trunk@13735 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-12-11 17:58:08 +00:00 |
|
Jean-Philippe Lang
|
4d2688e7a8
|
Group filters in the filter select list (#13849).
git-svn-id: http://svn.redmine.org/redmine/trunk@13662 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-11-28 09:31:56 +00:00 |
|
Jean-Philippe Lang
|
eac3b2b27d
|
Fixed that Redmine links should not be parsed inside links (#18301).
git-svn-id: http://svn.redmine.org/redmine/trunk@13596 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-11-14 21:31:27 +00:00 |
|
Jean-Philippe Lang
|
67c4936908
|
Restores commits reverted when rails-4.1 branch was merged (#18174).
Patch by Mischa The Evil.
git-svn-id: http://svn.redmine.org/redmine/trunk@13504 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-10-24 18:41:35 +00:00 |
|
Toshi MARUYAMA
|
44a5eedf8f
|
add missing fixtures to test/unit/helpers/routes_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@13495 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-10-23 04:55:37 +00:00 |
|
Jean-Philippe Lang
|
2d1866d966
|
Merged rails-4.1 branch (#14534).
git-svn-id: http://svn.redmine.org/redmine/trunk@13482 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-10-22 17:37:16 +00:00 |
|
Jean-Philippe Lang
|
8b998ec05b
|
Adds css classes to get sort order on the issue list (#17993).
git-svn-id: http://svn.redmine.org/redmine/trunk@13425 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-10-04 09:36:35 +00:00 |
|
Jean-Philippe Lang
|
2e9b28906d
|
Removes routes for time entries nested under project/issues.
git-svn-id: http://svn.redmine.org/redmine/trunk@13424 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-10-04 09:14:17 +00:00 |
|
Jean-Philippe Lang
|
4fba4ca691
|
Fixed: Issues counters in roadmap only link to issues in the same project (#9660).
Contributed by Sridhar Dhanapalan.
git-svn-id: http://svn.redmine.org/redmine/trunk@13398 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-09-14 09:41:39 +00:00 |
|
Jean-Philippe Lang
|
2e04614e21
|
Don't prepend project name if the version is not shared.
git-svn-id: http://svn.redmine.org/redmine/trunk@13325 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-07-14 11:26:29 +00:00 |
|
Jean-Philippe Lang
|
579d687580
|
Adds version date as title in #link_to_version (#17431).
git-svn-id: http://svn.redmine.org/redmine/trunk@13324 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-07-14 11:03:44 +00:00 |
|
Toshi MARUYAMA
|
be33ac6fc0
|
add missing fixture to ApplicationHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@13172 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-06-02 17:02:38 +00:00 |
|
Toshi MARUYAMA
|
bbaccc347b
|
fix ProjectsHelperTest fails when config.threadsafe! is enabled (#12097)
git-svn-id: http://svn.redmine.org/redmine/trunk@13170 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-05-25 14:38:12 +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 |
|
Toshi MARUYAMA
|
a581f35dff
|
fix typo at test/unit/helpers/application_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@13093 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-04-16 00:20:15 +00:00 |
|
Jean-Philippe Lang
|
83ce5c1687
|
Don't run the test if Redcarpet is not available (#16236).
git-svn-id: http://svn.redmine.org/redmine/trunk@12997 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-03-21 04:07:56 +00:00 |
|
Jean-Philippe Lang
|
273aa42900
|
Fixed: right-aligned table of contents (TOC) not working with markdown (#16236).
git-svn-id: http://svn.redmine.org/redmine/trunk@12989 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-03-21 01:35:21 +00:00 |
|
Jean-Philippe Lang
|
1114bf5e99
|
Fixed: Export CSV - Custom field true/false not using translation (#16081).
git-svn-id: http://svn.redmine.org/redmine/trunk@12896 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-15 09:18:01 +00:00 |
|
Toshi MARUYAMA
|
7a594a2c3d
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_wiki_links
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12877 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-13 06:29:34 +00:00 |
|
Toshi MARUYAMA
|
889a5ed77a
|
Rails4: replace hard-coded html with class at IssuesHelperTest
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12872 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-11 07:27:30 +00:00 |
|
Jean-Philippe Lang
|
ff46e9d0a4
|
Makes #watcher_link return an empty string when given nil.
git-svn-id: http://svn.redmine.org/redmine/trunk@12869 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-09 12:04:44 +00:00 |
|
Toshi MARUYAMA
|
833068207c
|
fix source indent of ApplicationHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@12857 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-07 12:12:09 +00:00 |
|
Toshi MARUYAMA
|
3817f1e304
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_wiki_links_within_wiki_page_context
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12843 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-06 04:45:54 +00:00 |
|
Toshi MARUYAMA
|
50eed3f9ab
|
use escaped "Can't" constant at IssuesHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@12842 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-06 04:45:38 +00:00 |
|
Toshi MARUYAMA
|
ae7a4b9678
|
Rails4: add ApplicationHelper#truncate_single_line_raw method replacing truncate_single_line
git-svn-id: http://svn.redmine.org/redmine/trunk@12830 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-06 03:33:33 +00:00 |
|
Toshi MARUYAMA
|
e4d152e84a
|
add tests of ApplicationHelper#link_to_issue subject and title
git-svn-id: http://svn.redmine.org/redmine/trunk@12829 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-06 02:38:37 +00:00 |
|
Toshi MARUYAMA
|
b6668e3ebf
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_pre_content_should_not_parse_wiki_and_redmine_links
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12828 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-06 01:30:45 +00:00 |
|
Toshi MARUYAMA
|
fab81930f7
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_link_to_user_should_link_to_locked_user_if_current_user_is_admin
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12827 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-06 01:30:29 +00:00 |
|
Toshi MARUYAMA
|
54de8a19d1
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_link_to_user
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12826 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-06 01:30:12 +00:00 |
|
Toshi MARUYAMA
|
789523db5f
|
do stricter ApplicationHelperTest#test_truncate_single_line
git-svn-id: http://svn.redmine.org/redmine/trunk@12825 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-06 01:29:56 +00:00 |
|
Toshi MARUYAMA
|
fc4004d0ba
|
add tests of ApplicationHelper#truncate_single_line
git-svn-id: http://svn.redmine.org/redmine/trunk@12824 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-06 00:36:50 +00:00 |
|
Toshi MARUYAMA
|
325b3db186
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_wiki_links_anchor_option_should_prepend_page_title_to_href
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12823 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-05 08:56:35 +00:00 |
|
Toshi MARUYAMA
|
936052f9f6
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_link_to_project
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12822 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-05 08:56:19 +00:00 |
|
Toshi MARUYAMA
|
89920d2714
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_link_to_attachment
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12821 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-05 08:56:03 +00:00 |
|
Toshi MARUYAMA
|
7928ce3797
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_cross_project_redmine_links
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12820 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-05 08:55:49 +00:00 |
|
Toshi MARUYAMA
|
0a54a50813
|
code format clean up ApplicationHelperTest#test_cross_project_redmine_links
git-svn-id: http://svn.redmine.org/redmine/trunk@12819 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-05 08:55:32 +00:00 |
|
Toshi MARUYAMA
|
47353387c1
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_attachment_links
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12813 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-05 04:14:58 +00:00 |
|