Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Be more specific about the output from git remote-ls - anything except a ↵release/0.6.5 | Louise Crow | 2012-08-30 | -1/+1 |
| | | | | single commit hash and tag should cause us just to pull head. | |||
* | Be verbose for now to make any errors more obvious. | Louise Crow | 2012-08-30 | -1/+1 |
| | ||||
* | The exit-code flag to git ls-remote seems relatively recent. Check for a ↵ | Louise Crow | 2012-08-30 | -3/+3 |
| | | | | non-empty output from the tag query instead. | |||
* | Add note about new methods on PublicBodyCategories. | Louise Crow | 2012-08-30 | -0/+1 |
| | ||||
* | Bump ALAVETELI_VERSION. | Louise Crow | 2012-08-30 | -1/+1 |
| | ||||
* | Update CHANGES.md for release 0.6.5 | Louise Crow | 2012-08-30 | -0/+13 |
| | ||||
* | Latest translation files from Transifex. Just doing a pull for this release ↵ | Louise Crow | 2012-08-30 | -29/+29 |
| | | | | as there's only one new msgid, and not one that anyone will be needing in a hurry - it relates to external requests without a user_name. | |||
* | Allow serving of html versions of cached attachments by Apache, as well as ↵ | Louise Crow | 2012-08-30 | -1/+2 |
| | | | | the originals. | |||
* | Merge branch 'feature/repo-move' into develop | Louise Crow | 2012-08-30 | -120/+184 |
|\ | ||||
| * | Raise an error on a non-zero return code from the git pull command. | Louise Crow | 2012-08-29 | -0/+1 |
| | | ||||
| * | Handle absence of deprecated THEME_URL option. | Louise Crow | 2012-08-29 | -1/+2 |
| | | ||||
| * | Update references to point to the mySociety repo. | Louise Crow | 2012-08-29 | -79/+79 |
| | | ||||
| * | Update with mysociety repo. | Louise Crow | 2012-08-29 | -4/+4 |
| | | ||||
| * | Pass through verbose param, switch to false. | Louise Crow | 2012-08-29 | -4/+4 |
| | | ||||
| * | Update location of theme repositories - now in the mySociety account. | Louise Crow | 2012-08-29 | -2/+2 |
| | | ||||
| * | Move the installation of themes to a Rake task so that we can use the ↵ | Louise Crow | 2012-08-29 | -27/+86 |
| | | | | | | | | ALAVETELI_VERSION constant to check for tags in themes that indicate compatibility with this version of the Alaveteli codebase. | |||
| * | Add Alaveteli application version. | Louise Crow | 2012-08-29 | -8/+11 |
| | | ||||
* | | Give external request request event unique timestamp to fix spec failure ↵ | Louise Crow | 2012-08-29 | -1/+1 |
| | | | | | | | | caused by two requests with identical last event timestamps. | |||
* | | Update spec for previous commit. | Louise Crow | 2012-08-29 | -2/+2 |
| | | ||||
* | | Fix for the case where an external request has no user_name | Louise Crow | 2012-08-29 | -12/+22 |
| | | ||||
* | | Fix basic admin interface in case where external request without username is ↵ | Louise Crow | 2012-08-29 | -11/+22 |
| | | | | | | | | being displayed. | |||
* | | Add fixture for an external request without a username. | Louise Crow | 2012-08-29 | -12/+44 |
|/ | ||||
* | Merge branch 'release/0.6.4' into develop | Louise Crow | 2012-08-28 | -658/+4612 |
|\ | ||||
| * | Latest translation files downloaded from Transifex.release/0.6.4 | Louise Crow | 2012-08-28 | -24/+3819 |
| | | ||||
| * | Restore strings that were lost in the translation upload/download process - ↵ | Louise Crow | 2012-08-24 | -47/+47 |
| | | | | | | | | sometimes changes in the whitespace of the msgid seem to result in the msgstr being discarded. | |||
| * | Locale files with new msgids. | Louise Crow | 2012-08-24 | -679/+828 |
| | | ||||
| * | Fix typo. | Louise Crow | 2012-08-23 | -1/+1 |
| | | ||||
| * | Add changes in 0.6.4 | Louise Crow | 2012-08-23 | -2/+12 |
| | | ||||
* | | Add headings and by_heading accessors to PublicBodyCategories to allow ↵ | Louise Crow | 2012-08-28 | -5/+66 |
|/ | | | | easier access to headings and to tags associated with a particular heading. | |||
* | Now that external request followups can't be made and status can't be ↵ | Louise Crow | 2012-08-23 | -18/+114 |
| | | | | updated, don't show links or text that suggests they can. | |||
* | Don't allow status updates on external requests from the front end interface ↵ | Louise Crow | 2012-08-23 | -262/+347 |
| | | | | | | (they can still be changed from the admin interface). Final part of fix for #562. | |||
* | Don't show 'requester only' actions for an external request. | Louise Crow | 2012-08-23 | -31/+44 |
| | | | | Part of the fix for #562. | |||
* | Don't error on a request to followup an external request. | Louise Crow | 2012-08-23 | -0/+26 |
| | | | | Partial solution to #562. | |||
* | Handle the case where someone wants to add an annotation to a successful ↵ | Louise Crow | 2012-08-23 | -2/+22 |
| | | | | | | external request. Fixes #563. | |||
* | Merge branch 'release/0.6.3' into develop | Louise Crow | 2012-08-22 | -309/+4654 |
|\ | | | | | | | | | | | | | | | Conflicts: app/controllers/admin_public_body_controller.rb app/views/admin_public_body/import_csv.rhtml spec/controllers/admin_public_body_controller_spec.rb spec/models/info_request_spec.rb | |||
| * | Revert inadvertently committed development environment changes.release/0.6.3 | Louise Crow | 2012-08-22 | -3/+3 |
| | | ||||
| * | Rework the temporary storing of a csv file of public body info between a dry ↵ | Louise Crow | 2012-08-20 | -49/+175 |
| | | | | | | | | run and real load. Use a temp file, not the session for the data. Also fixes #503. | |||
| * | Add p tags to make blockquote html valid. | Louise Crow | 2012-08-20 | -15/+16 |
| | | ||||
| * | Rollback change to activerecord session store - whilst activerecord store ↵ | Louise Crow | 2012-08-15 | -2/+18 |
| | | | | | | | | has some advantages (notably avoiding permanent versus transient session hijack possibilities), I think it needs some more work/testing (we'd need to have good code for cleaning out stale activerecord sessions periodically - with activerecord store this is now our responsibility). We'd also need to reset the session key to kill all in progress sessions to prevent errors as rails tries to store long cookie keys in the limited key field of the activerecord store. For this release, it'll be more straightforward to fix the csv_upload file issue #526 in a more localized way. | |||
| * | Update commit list url to reflect the fact that develop, not master is now ↵ | Louise Crow | 2012-08-14 | -1/+1 |
| | | | | | | | | the default branch. | |||
| * | Add warning about regex censor rules. | Louise Crow | 2012-08-14 | -1/+3 |
| | | | | | | | | Fix spec to accommodate validation of text presence. | |||
| * | Validate presence of text to replace in censor rules. | Louise Crow | 2012-08-14 | -0/+7 |
| | | ||||
| * | Add basic validation for regexp censor rules that a valid regexp can be ↵ | Louise Crow | 2012-08-14 | -6/+53 |
| | | | | | | | | created with the text of the rule. | |||
| * | Make global validation work correctly for regex censor rules. | Louise Crow | 2012-08-14 | -3/+10 |
| | | ||||
| * | Whether a rule is a regex rule should not affect the redirect that happens ↵ | Louise Crow | 2012-08-14 | -2/+0 |
| | | | | | | | | after you create it. | |||
| * | Apply global and public body censor rules to binary files. | Louise Crow | 2012-08-14 | -32/+70 |
| | | ||||
| * | Add case of a regex censor rule to test of binary masking. | Louise Crow | 2012-08-14 | -13/+20 |
| | | ||||
| * | Handle regexp rules when running censor rules on binary files. | Louise Crow | 2012-08-14 | -11/+20 |
| | | ||||
| * | Add association between public bodies and censor rules, have info_request ↵ | Louise Crow | 2012-08-14 | -1/+10 |
| | | | | | | | | apply rules from its public body. | |||
| * | Add concept of global censor rules as orthogonal to regex censor rules. ↵ | Louise Crow | 2012-08-14 | -164/+270 |
| | | | | | | | | Apply global rules to every request, not regex rules. |