aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/about.t
Commit message (Collapse)AuthorAgeLines
* Switch all Norwegian tests to Swedish.Dave Arter2019-05-28-4/+4
| | | | | | | | | | On Macs, the Norwegian locale is no_NO, whereas on Debian it is nb_NO: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=206474 This can cause issues running the Norwegian tests on Macs with certain setups (e.g. on my machine a Homebrew installation of perl and gettext fails, but MacPorts and system pass). As Swedish is sv_SE in both, the easiest solution is to switch the tests to Swedish.
* Update a number of packages.Matthew Somerville2019-05-13-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update: * Catalyst * Specify Catalyst::DispatchType::Regex explicitly * Remove Catalyst::Plugin::Unicode::Encoding * Catalyst::Plugin::SmartURI * Specify URI::SmartURI explicitly * Catalyst::Plugin::Static::Simple * CGI * Class::Load * DateTime * DateTime::TimeZone * DBD::Pg * DBIx::Class * DBIx::Class::EncodedColumn. * Email::Address. * Email::MIME * ExtUtils::MakeMaker * ExtUtils::ParseXS (for Params::Classify upgrade) * File::ChangeNotify * Image::Size * IO::Socket::SSL * local::lib * Moo * Moose (and some related others due to deprecations) * namespace::autoclean * Net::Server * Net::SSLeay * Number::Phone * Plack * Starman * Template * Test::PostgreSQL * Test::WWW::Mechanize::Catalyst * Text::CSV * YAML carton install was run on a wheezy box, the oldest that is supported, to make sure the required minimal vesions of core modules weren't removed from the snapshot. Cpanel::JSON::XS, Devel::GlobalDestruction::XS, and MooseX::NonMoose were then put back in the snapshot, in case another system needs them (e.g. system Perl on Mac looks for MooseX::NonMoose).
* Allow static home page template override.Matthew Somerville2017-07-14-0/+24
| | | | | | If an /about/homepage.html template exists in your cobrand, it will be used as the front page, and the normal front page will be available at /report.
* Auto-add strict/warnings/Test::More with TestMech.Matthew Somerville2017-05-31-7/+2
|
* Update tests for cobrand/template changes.Matthew Somerville2016-04-20-12/+6
|
* Fix test that fetched page removed in last commit.Matthew Somerville2016-03-11-2/+2
|
* Add generic static route handler.Matthew Somerville2015-10-29-0/+9
| | | | | This puts all static pages under /about, and lets you add new static pages by placing new HTML in your about template directory.
* Don't generate unused special templates/po files.Matthew Somerville2014-11-19-2/+2
|
* Fix test suite to run regardless of config setup.Matthew Somerville2013-10-24-5/+4
|
* Fix about controller testChris Mytton2013-08-30-1/+1
|
* Fix tests with new ALLOWED_COBRANDS structure, fix admin test to skip Barnet ↵Matthew Somerville2012-05-01-1/+1
| | | | tests if not present.
* Tidy up a bit of CSS.Matthew Somerville2011-09-08-1/+1
|
* Simple cron wrapper to run in correct environment.Matthew Somerville2011-06-10-1/+1
|
* Some text updates from/for locale file.Matthew Somerville2011-06-03-1/+1
|
* CHeck that 'emptyhomes' cobrand is available before using it in testsEdmund von der Burg2011-05-03-10/+15
|
* Match title now that it has newlines in itEdmund von der Burg2011-04-14-3/+3
|
* Explicitly set gettext_dir so that it does not matter where calling script ↵Edmund von der Burg2011-02-24-5/+7
| | | | file is located
* More work on the Cobrand and setting for requestEdmund von der Burg2011-02-23-2/+8
| | | | test to see welsh about us page
* Added About controllerEdmund von der Burg2011-02-23-0/+18
put 'loc' stub in place for i18n in templates server static files