aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Be more specific about the output from git remote-ls - anything except a sing...release/0.6.5Louise Crow2012-08-30-1/+1
* Be verbose for now to make any errors more obvious.Louise Crow2012-08-30-1/+1
* The exit-code flag to git ls-remote seems relatively recent. Check for a non-...Louise Crow2012-08-30-3/+3
* Add note about new methods on PublicBodyCategories.Louise Crow2012-08-30-0/+1
* Bump ALAVETELI_VERSION.Louise Crow2012-08-30-1/+1
* Update CHANGES.md for release 0.6.5Louise Crow2012-08-30-0/+13
* Latest translation files from Transifex. Just doing a pull for this release a...Louise Crow2012-08-30-29/+29
* Allow serving of html versions of cached attachments by Apache, as well as th...Louise Crow2012-08-30-1/+2
* Merge branch 'feature/repo-move' into developLouise Crow2012-08-30-120/+184
|\
| * Raise an error on a non-zero return code from the git pull command.Louise Crow2012-08-29-0/+1
| * Handle absence of deprecated THEME_URL option.Louise Crow2012-08-29-1/+2
| * Update references to point to the mySociety repo.Louise Crow2012-08-29-79/+79
| * Update with mysociety repo.Louise Crow2012-08-29-4/+4
| * Pass through verbose param, switch to false.Louise Crow2012-08-29-4/+4
| * Update location of theme repositories - now in the mySociety account.Louise Crow2012-08-29-2/+2
| * Move the installation of themes to a Rake task so that we can use the ALAVETE...Louise Crow2012-08-29-27/+86
| * Add Alaveteli application version.Louise Crow2012-08-29-8/+11
* | Give external request request event unique timestamp to fix spec failure caus...Louise Crow2012-08-29-1/+1
* | Update spec for previous commit.Louise Crow2012-08-29-2/+2
* | Fix for the case where an external request has no user_nameLouise Crow2012-08-29-12/+22
* | Fix basic admin interface in case where external request without username is ...Louise Crow2012-08-29-11/+22
* | Add fixture for an external request without a username.Louise Crow2012-08-29-12/+44
|/
* Merge branch 'release/0.6.4' into developLouise Crow2012-08-28-658/+4612
|\
| * Latest translation files downloaded from Transifex.release/0.6.4Louise Crow2012-08-28-24/+3819
| * Restore strings that were lost in the translation upload/download process - s...Louise Crow2012-08-24-47/+47
| * Locale files with new msgids.Louise Crow2012-08-24-679/+828
| * Fix typo.Louise Crow2012-08-23-1/+1
| * Add changes in 0.6.4Louise Crow2012-08-23-2/+12
* | Add headings and by_heading accessors to PublicBodyCategories to allow easier...Louise Crow2012-08-28-5/+66
|/
* Now that external request followups can't be made and status can't be updated...Louise Crow2012-08-23-18/+114
* Don't allow status updates on external requests from the front end interface ...Louise Crow2012-08-23-262/+347
* Don't show 'requester only' actions for an external request.Louise Crow2012-08-23-31/+44
* Don't error on a request to followup an external request.Louise Crow2012-08-23-0/+26
* Handle the case where someone wants to add an annotation to a successful exte...Louise Crow2012-08-23-2/+22
* Merge branch 'release/0.6.3' into developLouise Crow2012-08-22-309/+4654
|\
| * Revert inadvertently committed development environment changes.release/0.6.3Louise Crow2012-08-22-3/+3
| * Rework the temporary storing of a csv file of public body info between a dry ...Louise Crow2012-08-20-49/+175
| * Add p tags to make blockquote html valid.Louise Crow2012-08-20-15/+16
| * Rollback change to activerecord session store - whilst activerecord store has...Louise Crow2012-08-15-2/+18
| * Update commit list url to reflect the fact that develop, not master is now th...Louise Crow2012-08-14-1/+1
| * Add warning about regex censor rules.Louise Crow2012-08-14-1/+3
| * Validate presence of text to replace in censor rules.Louise Crow2012-08-14-0/+7
| * Add basic validation for regexp censor rules that a valid regexp can be creat...Louise Crow2012-08-14-6/+53
| * Make global validation work correctly for regex censor rules.Louise Crow2012-08-14-3/+10
| * Whether a rule is a regex rule should not affect the redirect that happens af...Louise Crow2012-08-14-2/+0
| * Apply global and public body censor rules to binary files.Louise Crow2012-08-14-32/+70
| * Add case of a regex censor rule to test of binary masking.Louise Crow2012-08-14-13/+20
| * Handle regexp rules when running censor rules on binary files.Louise Crow2012-08-14-11/+20
| * Add association between public bodies and censor rules, have info_request app...Louise Crow2012-08-14-1/+10
| * Add concept of global censor rules as orthogonal to regex censor rules. Apply...Louise Crow2012-08-14-164/+270