| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
| |
The deployment system should deal with putting logs in the desired
place. As this script gets run on a variety of systems it can cause
problems for non-mySociety reinstallers.
|
|\
| |
| |
| | |
ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
Bank holiday is quite a UK-centric term, so replace with public holiday
for easier understanding among international reusers
|
|/ / |
|
|\ \ |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Defining the basic css for status icons here so that themes can just set
colours and add their own icons.
|
| |\ \ |
|
| |\ \ \ |
|
|\ \ \ \ \
| | |_|_|/
| |/| | |
| | | | | |
ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Recommended setup includes creating a template (d0a8e9b) so specify that in the
database configuration example too.
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
Renamed with alaveteli_ prefix rather than foi_ in 3cd30c9 so keep the
example consistent.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes bug introduced in 039fb5cc0f2965346ef23a4ba1b9d20f6cf73805
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
|
| |\ \ \ \ |
|
| | | | | | |
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It's producing too many style messages at the moment. Consistent style
is good, but we don't want it at the risk of discouraging contributions.
Maybe we can restore it when we have a more consistent house style to
work from.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
https://houndci.com/configuration
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Moves the magic 'site_administration' tag logic to the PublicBody
model. Easier to make the string passed to `PublicBody#has_tag?` configurable
if we want to allow this to be set per install.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Shouldn't include non-visible bodies
- Shouldn't include internal admin bodies
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- SRP: Do one thing. PublicBodyCSV converts a
collection of bodies in to a CSV formatted
String
- Adds some parenthesis around parameters in
PublicBodyController#list_all_csv
- Let the controller handle what records to pull
out for the CSV export
Arguably this doesn't really need to be anything
to do with PublicBody, but it allows us to set
nice defaults.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The last remaining usage was removed in c1ee22fe
|
|\ \ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Stemming returns 'bore' as the word to highlight which can't be matched
in the original phrase.
Also removes duplicates from the results
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Backport of https://github.com/rails/rails/pull/11793/
Contains integration tests to check that it works
as expected with ActsAsXapian.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- Ignore stopwords
- Use Stemming
- Wrap words with regex for use in a highlighter (optional)
|
|\ \ \ \ \ \ \ |
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Less manual editing for reinstallers.
Existing backwards-compatibility:
$ bundle exec rake config_files:convert_crontab \
DEPLOY_USER=deploy \
VHOST_DIR=/home/vagrant/ \
VCSPATH=alaveteli \
SITE=alaveteli \
CRONTAB=config/crontab-example | grep 'MAILTO='
MAILTO=cron-alaveteli@mysociety.org
New optional MAILTO option:
$ bundle exec rake config_files:convert_crontab \
DEPLOY_USER=deploy \
VHOST_DIR=/home/vagrant/ \
VCSPATH=alaveteli \
SITE=alaveteli
CRONTAB=config/crontab-example \
MAILTO=cron@example.org | grep 'MAILTO='
MAILTO=cron@example.org
|
|\ \ \ \ \ \ \ |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Mutes assets pipeline log messages in development mode
|
|\ \ \ \ \ \ \ \ |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Then re-installers don't have to compile anything.
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|
| | | | | | | | |
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Most useful documentation now at alaveteli.org
|
|\| | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes typo in 6bd0bfe
|
| |\ \ \ \ \ \ |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Picks these up in `rake notes` and adds semantic meaning
|
| |\ \ \ \ \ \ \ |
|