summaryrefslogtreecommitdiffstats
path: root/test/functional/admin_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix plugins test to use correct plugin name and directory (#31110).Go MAEDA2019-04-191-3/+5
* 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
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-4/+13
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-17/+6
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-161-1/+1
* 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
* The test email action should only be accessible with POST (#20203).Jean-Philippe Lang2015-06-291-2/+2
* 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
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-201-2/+2
* Don't clear plugins in tests (#16258).Jean-Philippe Lang2014-03-211-1/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Fixed that locking and unlocking a user resets the email notification checkbo...Jean-Philippe Lang2013-05-131-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Code cleanup: implement Plugin#to_param for generating routes.Jean-Philippe Lang2012-12-131-8/+11
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-2/+2
* Stub Mailer with mocha.Jean-Philippe Lang2012-05-061-15/+1
* fix error of AdminControllerTest test_test_email_failure_should_display_the_e...Toshi MARUYAMA2012-05-051-1/+15
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Don't use #delete on String in Mailer.Jean-Philippe Lang2012-03-121-0/+5
* More function tests for AdminController.Jean-Philippe Lang2012-03-101-0/+9
* Test cleanup.Jean-Philippe Lang2012-03-041-7/+0
* Renamed Mailer#test to Mailer#test_email.Jean-Philippe Lang2012-03-041-1/+1
* Do not do assertions on mail class.Jean-Philippe Lang2012-02-251-1/+1
* Adds named scopes for projects index.Jean-Philippe Lang2011-12-041-0/+9
* Adds test for test email failure.Jean-Philippe Lang2011-12-031-0/+7
* remove trailing white-spaces from test/functional/admin_controller_test.rb.Toshi MARUYAMA2011-08-261-21/+21
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Add some assertions on the default data loading test to debug a Ruby 1.9 fail...Eric Davis2010-06-201-0/+2
* Move more routing tests into the routing integration test.Eric Davis2010-04-201-7/+0
* Fixes broken admin menu extension (#4351).Jean-Philippe Lang2009-12-071-0/+15
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-0/+7
* Slight changes in functional tests.Jean-Philippe Lang2009-01-041-1/+1
* Adds url and author_url plugin attributes (#2162).Jean-Philippe Lang2008-11-161-2/+2
* Adds a few Plugin tests.Jean-Philippe Lang2008-11-161-0/+22
* Moves plugin list to its own administration menu item.Jean-Philippe Lang2008-11-161-0/+8
* Adds the ability to search for a project name or identifier on the administra...Jean-Philippe Lang2008-10-241-0/+19
* Admin settings screen split to tabs.Jean-Philippe Lang2008-01-061-13/+1
* Default configuration data can now be loaded from the administration screen.Jean-Philippe Lang2008-01-051-1/+27
* Added some functional tests and a CVS test repository.Jean-Philippe Lang2007-12-131-0/+61