| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
| |
Links to view the reports on ZWN weren't being generated properly because
_email_report_list.txt was expecting 'data' to be in a particular format and
'cobrand' to be available.
|
|
|
|
|
|
|
| |
Historically, emails sent offline (alerts, questionnaires, etc) used a
different templating system from those sent by the website (e.g. login
emails), though the newer system was also being used for the site name
and signature of offline emails.
|
| |
|
|
|
|
| |
Command line scripts don't need a full blown app, just database.
|
| |
|
| |
|
|
|
|
|
| |
Call the necessary boilerplate in each script so you can call them
directly. Remove boilerplate from files that don't need it.
|
|
|
|
|
| |
Remove some unneeded scripts, move others to cobrand-specific
directories.
|
|
|
|
|
| |
Also add warning to Geocoder to pass on server error if you are running
in development.
|
|
|
|
|
|
|
|
| |
This caused issues with the comment.problem_state column constraints
when running on the vhost as some problems were marked as hidden
(under normal circumstances you can't add a comment to a hidden
problem). Because this column is nullable we simply don't add it
to avoid this issue.
|
|
comments
|