| Commit message (Collapse) | Author | Age | Lines |
... | |
| | | | | | |
|
| | | | | | |
|
| |/ / / / |
|
| |\ \ \ \ |
|
| | |\ \ \ \ |
|
| | | | |_|/
| | | |/| |
| | | | | |
| | | | | |
| | | | | | |
The install script generates a config from this, which we want to
default to development.
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
en_RW and en_UG are not handled by Transifex, so doing this by hand.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
https://github.com/mysociety/alaveteli/issues/2046#event-215248421
has discussion.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
They're not handled by Transifex.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
They're only visible in the admin interface. See
https://github.com/mysociety/alaveteli/issues/1353
for details.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Also manual removal of identity card number attribute which had
crept in from a theme.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Mapping file https://gist.github.com/crowbot/76f706150a3ee3754212
We're running this as we've made a few text tweaks as part of
revising the process of making a new request - some of these are
just rephrasings so we don't want to require all translators to
retranslate them.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Basic handling that is the same as for other process errors - just write to
stderr. Add TODO for allowing the calling code to specify an error stream
to allow other handling. In different circumstances, the calling code might want
to raise an exception, write to the log, or do something else. At the
moment this code assumes a cron context and writes to stderr, which will
cause an email to be sent from the cron process, but that's not always the
context the calling code is being run in. So we may be missing errors that are, for
example, being written to stderr during the request cycle.
In fact, this code may be called from the same
place with different contexts (i.e. as part of a cron reindexing task and
in the request cycle), so at the moment some substantial refactoring of the
calling code would be required to make sure calls to this code handle errors
appropriately for each context.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
To make it easier to find them in other output.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Clarify grouping of command and arguments with quotes.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
There may be cases where the input is binary but the output is encoded
text.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Document :timeout as a possible option key.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Open4 seems to have the best support across versions of ruby
http://ku1ik.com/2010/09/18/open3-and-the-pid-of-the-spawn.html
|
| |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| | | |_|/
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | | |
We don't really want to make all the translators retranslate strings
that are basically the same but slightly tweaked in the English version.
So this task just replaces the msgid in the app.po files for each locale.
|
| |\ \ \ \
| | | |_|/
| | |/| |
| | | | | |
'origin/2140-translations-failed-validation-r3d' into rails-3-develop
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes submission of form containing both existing and new
translations
|
| | | | | |
|
| |/ / / |
|
| |\ \ \ |
|
| |/ / /
| | | |
| | | | |
Just updating to first caps to match GUI context
|
| |\ \ \
| | |/ /
| |/| | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Only `su` to the app user if the app user is not running the script.
If the app user is running the script, its unlikely they'll have sudo
permissions so the `su` call prompts for a password.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
The app user needs to be able to restart the app because of the current
capistrano setup. The deploy user should not really be the app runner.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- daemon_name defaults to "alaveteli"
- daemon_name can be set per-environment in config/deploy.yml
|
| |/ /
| | |
| | |
| | | |
Other code for this data migration was removed in e6511423e9334973ecd8d808c3b73c1b4e312935.
|
| |\ \ |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
For hosts with multiple alaveteli services
|
| |/ / |
|
| |\ \ |
|