summaryrefslogtreecommitdiffstats
path: root/test/functional/my_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-191-24/+20
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Security notifications when password or email adress is changed (#21421).Jean-Philippe Lang2016-02-051-0/+31
* Keep track of valid user sessions (#21058).Jean-Philippe Lang2015-10-241-12/+0
* Adds a configuration setting to enable sudo mode, disabled by default (#19851).Jean-Philippe Lang2015-06-191-1/+0
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-191-0/+7
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-1/+1
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-3/+3
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-201-2/+2
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* Expire other sessions on password change (#17796).Jean-Baptiste Barth2014-09-161-0/+12
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Adds settings for disabling browser language detection and language preferenc...Jean-Philippe Lang2014-01-241-0/+14
* Fixed that adding a blank/invalid block to my page renders a blank page (#128...Jean-Philippe Lang2013-01-201-0/+5
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Test case cleanup.Jean-Philippe Lang2012-12-031-7/+0
* Add a test for my page with all blocks.Jean-Philippe Lang2012-12-031-0/+11
* Use 8+ characters long passwords in tests.Jean-Philippe Lang2012-11-271-7/+7
* Upgrade to Rails 3.2.8 (#11758).Jean-Philippe Lang2012-09-021-1/+1
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-221-1/+1
* Removes most of the ajax stuff on my page layout.Jean-Philippe Lang2012-07-181-4/+4
* Fixed that the issue link is escaped on my page spent time (#10991).Jean-Philippe Lang2012-05-251-1/+16
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Additional test for MyController.Jean-Philippe Lang2012-04-181-1/+9
* Adds the ability for users to delete their own account (#10664). Can be disab...Jean-Philippe Lang2012-04-151-0/+39
* Adds a helper for displaying validation error messages.Jean-Philippe Lang2012-02-261-1/+1
* Test cleanup.Jean-Philippe Lang2012-01-011-64/+34