summaryrefslogtreecommitdiffstats
path: root/test/functional/my_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Display calendar in vertical list layout on mobile screens (#33682).Go MAEDA2023-08-271-17/+15
* Fix incorrect argument format for assert_select that causes ArgumentError wit...Go MAEDA2023-07-021-4/+12
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Add missing fixture issue_categories to MyControllerTest (#37477).Go MAEDA2022-07-211-1/+1
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-191-9/+9
* Change the default value for "Time span format" from "decimal" to "minutes" (...Go MAEDA2022-01-081-2/+2
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-291-4/+4
* Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).Marius Balteanu2021-08-011-2/+2
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* more strictly assertion at MyControllerTest#test_page_with_calendarToshi MARUYAMA2020-11-181-1/+1
* prevent random failure of MyControllerTest#test_page_with_calendarToshi MARUYAMA2020-11-181-6/+24
* add my page calendar functional testToshi MARUYAMA2020-11-061-0/+27
* shorten long line of MyControllerTestToshi MARUYAMA2020-10-021-7/+24
* shorten long line of MyControllerTestToshi MARUYAMA2020-09-261-7/+27
* fix source indent of MyControllerTestToshi MARUYAMA2020-09-241-25/+73
* add space after comma to MyControllerTestToshi MARUYAMA2020-09-241-2/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Code cleanup: RuboCop: Fix Layout/EmptyLinesAroundMethodBody in test/function...Go MAEDA2020-01-211-1/+0
* Enable users to receive email notifications about high issues (only) (#32628).Go MAEDA2020-01-211-0/+37
* cleanup: rubocop: fix Layout/AlignArguments in test/functional/my_controller_...Toshi MARUYAMA2019-11-231-3/+5
* test_page_with_activity fails depending on the current time and zone (#30288).Go MAEDA2019-06-251-1/+2
* Enables API access to /my/account for updating user account data (#31399).Go MAEDA2019-06-161-2/+2
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Add avatar_server_url configuration option in order to support Libravatar (#9...Go MAEDA2019-05-041-3/+5
* New My page block: Updated issues (#30975).Go MAEDA2019-04-301-1/+27
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Filter out issues from closed projects in the following widgets (#29449):Go MAEDA2018-10-291-0/+88
* Remove trailing whitespaces from test/functional/my_controller_test.rbGo MAEDA2018-10-291-7/+7
* Fix a test failure in test/functional/my_controller_test.rb that depends on t...Go MAEDA2018-08-091-1/+1
* Add a missing fixture (#2471).Go MAEDA2018-07-291-1/+1
* Add my activities to my page (#2471).Go MAEDA2018-07-111-0/+18
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-211-3/+3
* Adds a few tests.Jean-Philippe Lang2017-07-311-0/+8
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-32/+76
* Don't hardcode the groups on My page.Jean-Philippe Lang2017-04-041-2/+16
* Fix tests (#1565).Jean-Philippe Lang2017-03-161-2/+6
* Allow multiple instances of custom queries on My page (#1565).Jean-Philippe Lang2017-03-161-4/+33
* Fix link to issues when displaying a project query (#1565).Jean-Philippe Lang2017-03-151-2/+23
* Let user display a custom query on "My page" (#1565).Jean-Philippe Lang2017-03-151-1/+53
* Clear settings for blocks that are no longer used.Jean-Philippe Lang2017-03-151-4/+5
* Let user choose columns and sort order of issue lists on "My page" (#1565).Jean-Philippe Lang2017-03-141-0/+41
* Don't reload the page when adding/removing a block.Jean-Philippe Lang2017-03-131-3/+16
* Removes MyControllerTest#page_layout (#25297).Jean-Philippe Lang2017-03-091-8/+3
* My page - Spent time: configurable number of days to display (#8761).Jean-Philippe Lang2016-10-301-0/+12
* Moves blocks definition to Redmine::MyPage.Jean-Philippe Lang2016-10-291-1/+1