| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
Include the usual generate new .pot file, gettext-merge, push to
Transifex, pull from Transifex step.
|
|
|
|
|
|
|
|
| |
This adds support in `script/setup` for generating a local `general.yml`
if it doesn't already exist and is run as the `vagrant` user. This is
called from the `Vagrantfile` when using the FixMyStreet Vagrant box.
[skip ci]
|
| |
|
|
|
|
|
| |
When running on a Mac, the dev server only
watches changes to directories, not files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If debug is enabled, using the CATALYST_DEBUG/FIXMYSTREET_APP_DEBUG
environment variables, add a debug toolbar to the output, including
request/response details and a database query log.
This uses Plack middleware, so works by switching our dev server to
use Starman with plack directly, rather than via the script runner.
We remove the GZip compression as this interferes, and take a local
copy of the QueryLog::AdoptPlack trait as it needs a tweak to work.
Make sure the CSP header is not output in debug mode, as that would
prevent the toolbar JavaScript from running.
|
|
|
|
|
| |
Along the model of GitHub’s scripts, add generic scripts to
bootstrap, update, test or run a server.
|
|
|
|
|
| |
Call the necessary boilerplate in each script so you can call them
directly. Remove boilerplate from files that don't need it.
|
|
|
|
|
| |
change suffix to .cgi so that default conf applies
add library paths
|
|
|