Go MAEDA
|
4e0bb4990c
|
Display calendar in vertical list layout on mobile screens (#33682).
Patch by Takashi Kato.
git-svn-id: https://svn.redmine.org/redmine/trunk@22283 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2023-08-27 06:40:59 +00:00 |
|
Go MAEDA
|
006c6a4e01
|
Use the new pagination style for the calendars view (#27346).
Patch by Bernhard Rohloff.
git-svn-id: https://svn.redmine.org/redmine/trunk@22235 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2023-05-07 00:18:33 +00:00 |
|
Go MAEDA
|
1481c721a2
|
Use require_relative instead of require File.expand_path(..., __FILE__) (#38093).
Patch by Go MAEDA.
git-svn-id: https://svn.redmine.org/redmine/trunk@22016 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2023-01-01 07:13:39 +00:00 |
|
Go MAEDA
|
92bd67c279
|
Update copyright year to 2023 (#38141).
git-svn-id: https://svn.redmine.org/redmine/trunk@22013 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2023-01-01 06:19:35 +00:00 |
|
Go MAEDA
|
3686b77eb6
|
Update copyright year in source files to 2022 (#36379).
git-svn-id: http://svn.redmine.org/redmine/trunk@21342 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-01-02 05:29:10 +00:00 |
|
Go MAEDA
|
3e36b5c452
|
Update copyright year in source files to 2021 (#33069).
git-svn-id: http://svn.redmine.org/redmine/trunk@20846 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2021-03-25 06:58:56 +00:00 |
|
Toshi MARUYAMA
|
19b5dc0ea9
|
add functional calendar test of same start and due dates issue
git-svn-id: http://svn.redmine.org/redmine/trunk@20363 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-11-13 12:41:05 +00:00 |
|
Toshi MARUYAMA
|
e703e3851f
|
add cross project version calendar functional test
git-svn-id: http://svn.redmine.org/redmine/trunk@20333 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-11-10 11:11:02 +00:00 |
|
Toshi MARUYAMA
|
0991be3560
|
add version calendar functional test
git-svn-id: http://svn.redmine.org/redmine/trunk@20320 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-11-09 13:25:35 +00:00 |
|
Toshi MARUYAMA
|
a4a3d292bc
|
add issue due date calendar functional test
git-svn-id: http://svn.redmine.org/redmine/trunk@20306 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-11-08 13:02:57 +00:00 |
|
Toshi MARUYAMA
|
f3b52a5775
|
add calendar assertion to CalendarsControllerTest#test_cross_project_calendar
git-svn-id: http://svn.redmine.org/redmine/trunk@20268 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-11-05 13:43:02 +00:00 |
|
Toshi MARUYAMA
|
0c61cfe6ea
|
remove start date assertion from CalendarsControllerTest#test_show
git-svn-id: http://svn.redmine.org/redmine/trunk@20256 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-11-05 13:06:47 +00:00 |
|
Toshi MARUYAMA
|
86633c8a11
|
more strictly start date assertion at CalendarsControllerTest#test_show
git-svn-id: http://svn.redmine.org/redmine/trunk@20254 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-11-04 14:44:37 +00:00 |
|
Toshi MARUYAMA
|
a53ac863ce
|
more strictly start date assertion at CalendarsControllerTest#test_show
git-svn-id: http://svn.redmine.org/redmine/trunk@20241 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-11-03 15:12:38 +00:00 |
|
Toshi MARUYAMA
|
576706b6cb
|
add start date to assert_select of CalendarsControllerTest#test_show
git-svn-id: http://svn.redmine.org/redmine/trunk@20240 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-11-03 14:56:20 +00:00 |
|
Toshi MARUYAMA
|
f557d1f67a
|
add text to assert_select of CalendarsControllerTest#test_show
git-svn-id: http://svn.redmine.org/redmine/trunk@20228 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-10-28 14:43:29 +00:00 |
|
Toshi MARUYAMA
|
9fbbfd6017
|
add assert issue link for calendar in CalendarsControllerTest#test_show
git-svn-id: http://svn.redmine.org/redmine/trunk@20133 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-10-05 15:48:47 +00:00 |
|
Toshi MARUYAMA
|
5986b580a7
|
more strictly assert gravatar for calendar in CalendarsControllerTest#test_show
git-svn-id: http://svn.redmine.org/redmine/trunk@20121 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-10-03 15:37:37 +00:00 |
|
Toshi MARUYAMA
|
5843b72e7c
|
more strictly div assert for calendar in CalendarsControllerTest#test_show
git-svn-id: http://svn.redmine.org/redmine/trunk@20108 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-10-02 12:59:37 +00:00 |
|
Toshi MARUYAMA
|
bcd747da37
|
add issue id to assert_select of CalendarsControllerTest#test_show
git-svn-id: http://svn.redmine.org/redmine/trunk@20090 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-09-26 15:02:57 +00:00 |
|
Toshi MARUYAMA
|
e768465783
|
fix source indent of CalendarsControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20053 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-09-21 13:02:59 +00:00 |
|
Go MAEDA
|
907e0173e4
|
Update copyright year in source files to 2020 (#33069).
git-svn-id: http://svn.redmine.org/redmine/trunk@19553 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-03-03 00:24:10 +00:00 |
|
Go MAEDA
|
4082069c75
|
Update copyright year.
git-svn-id: http://svn.redmine.org/redmine/trunk@18198 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-05-25 07:36:06 +00:00 |
|
Go MAEDA
|
904e77e8a0
|
CalendarsControllerTest#test_show fails depending on the date (#31131).
Contributed by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@18088 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-04-27 15:06:17 +00:00 |
|
Go MAEDA
|
4f5a3a156c
|
Enable frozen_string_literal for some files under test directory (#26561).
git-svn-id: http://svn.redmine.org/redmine/trunk@17978 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-03-16 15:03:47 +00:00 |
|
Go MAEDA
|
5861160ffc
|
Add "frozen_string_literal: false" for all files (#26561).
This will be changed to true in the future.
git-svn-id: http://svn.redmine.org/redmine/trunk@17947 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-03-15 01:32:57 +00:00 |
|
Go MAEDA
|
c9f460bb7d
|
Add "nwday" class to non-working days in calendar (#27096).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@17798 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-01-14 05:19:31 +00:00 |
|
Go MAEDA
|
6765505b2d
|
Add missing fixtures to several tests (#30276).
Patch by Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@17780 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-01-09 14:26:56 +00:00 |
|
Go MAEDA
|
4a5a68f19c
|
Add assignee's icon to tooltips in gantt and calendar (#29306).
Patch by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@17493 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2018-09-18 23:44:42 +00:00 |
|
Go MAEDA
|
0f4fb452e7
|
Add right-click context menu in calendar (#28067).
Patch by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@17186 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2018-01-30 08:03:00 +00:00 |
|
Jean-Philippe Lang
|
10f96ab2ab
|
Adds tests for #27153.
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@17156 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2018-01-07 22:28:37 +00:00 |
|
Jean-Philippe Lang
|
2c68178861
|
Add test assertions to the four controller test cases (#26125).
Patch by Mischa The Evil.
git-svn-id: http://svn.redmine.org/redmine/trunk@16704 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2017-06-25 15:17:21 +00:00 |
|
Jean-Philippe Lang
|
7fd04e1f8d
|
Update copyright.
git-svn-id: http://svn.redmine.org/redmine/trunk@16685 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2017-06-25 08:40:31 +00:00 |
|
Jean-Philippe Lang
|
b834e81d7f
|
Use Rails 5 syntax for functional tests.
git-svn-id: http://svn.redmine.org/redmine/trunk@16585 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2017-05-31 17:32:34 +00:00 |
|
Jean-Philippe Lang
|
ec31b61698
|
Removes calls to #assert_template and #assigns in functional tests.
git-svn-id: http://svn.redmine.org/redmine/trunk@15695 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2016-07-18 21:26:30 +00:00 |
|
Jean-Philippe Lang
|
2e4e610930
|
Adds our own class for controller tests.
git-svn-id: http://svn.redmine.org/redmine/trunk@15661 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2016-07-14 09:35:49 +00:00 |
|
Jean-Philippe Lang
|
cda9c63d9c
|
Updates copyright for 2016.
git-svn-id: http://svn.redmine.org/redmine/trunk@15238 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2016-03-13 10:30:10 +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 |
|
Toshi MARUYAMA
|
b63123ac1e
|
add missing fixtures to CalendarsControllerTest
Tests fail randomly.
<pre>
1) Error:
CalendarsControllerTest#test_cross_project_calendar:
ActionView::Template::Error: undefined method `name' for nil:NilClass
app/helpers/issues_helper.rb:57:in `render_issue_tooltip'
app/views/common/_calendar.html.erb:17:in `block in _app_views_common__calendar_html_erb__4084073314711523042_57686480'
app/views/common/_calendar.html.erb:12:in `each'
app/views/common/_calendar.html.erb:12:in `_app_views_common__calendar_html_erb__4084073314711523042_57686480'
app/views/calendars/show.html.erb:30:in `_app_views_calendars_show_html_erb___1639405444546230501_53808060'
test/functional/calendars_controller_test.rb:44:in `test_cross_project_calendar'
</pre>
git-svn-id: http://svn.redmine.org/redmine/trunk@13503 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-10-24 04:13:17 +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 |
|
Toshi MARUYAMA
|
61b5a44b1a
|
Rails4: fix "assert_template 'calendar'" fails at CalendarsControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@12800 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-04 23:51:23 +00:00 |
|
Toshi MARUYAMA
|
35cc911192
|
update copyright year (#15977)
Contributed by Daniel Felix.
git-svn-id: http://svn.redmine.org/redmine/trunk@12736 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-01-29 22:45:39 +00:00 |
|
Jean-Philippe Lang
|
888c3581eb
|
Role based custom queries (#1019).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11994 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-07-11 17:45:10 +00:00 |
|
Jean-Philippe Lang
|
b0de1b1908
|
Removed some shoulda context.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11439 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-02-18 17:30:11 +00:00 |
|
Jean-Philippe Lang
|
e396a0eebe
|
Copyright for 2013 (#12788).
Patch by Daniel Felix.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11169 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-01-12 09:29:31 +00:00 |
|
Jean-Philippe Lang
|
3976d5e740
|
Use #assert_select instead of #assert_tag.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11066 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2012-12-22 09:35:35 +00:00 |
|
Jean-Philippe Lang
|
ab066317e6
|
Adds STI to Query model. Issue queries are now IssueQuery instances.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10964 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2012-12-09 14:10:49 +00:00 |
|
Jean-Philippe Lang
|
4cc4e8bfd3
|
Functional tests cleanup.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10936 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2012-12-03 22:23:23 +00:00 |
|
Jean-Philippe Lang
|
7dbc3e4774
|
Removed some generate! calls.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9078 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2012-03-04 12:15:57 +00:00 |
|
Jean-Philippe Lang
|
a9161a3fde
|
Don't use auth_sources fixtures when not needed.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8915 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2012-02-19 21:51:03 +00:00 |
|