aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeLines
* Merge remote-tracking branch 'openaustralia/redirect_email_for_testing' into ...Robin Houston2012-09-28-0/+8
|\
| * Extract methodMatthew Landauer2012-09-27-1/+1
| * Add option to override all public body request emailsMatthew Landauer2012-09-27-0/+8
* | Add spec fixtures for theme views, missing from 6b6e943ab17b53ef4b20e303a079e...Louise Crow2012-09-27-0/+6
|/
* Remove debug line.Louise Crow2012-09-26-1/+0
* Make template finding for themes work with multipart mails. Fixes #628.Louise Crow2012-09-25-2/+155
* Test for the presence of the explanatory text as well when checking the respo...Louise Crow2012-09-25-1/+4
* Merge remote-tracking branch 'openaustralia_github/calendar_days' into developLouise Crow2012-09-24-33/+70
|\
| * Rename methodMatthew Landauer2012-09-24-4/+4
| * Handle times passed to Holiday.due_date_from_calendar_daysMatthew Landauer2012-09-24-0/+4
| * Add due date calculation based on calendar days rather than working daysMatthew Landauer2012-09-24-30/+63
* | Updating spec for 550f143.Louise Crow2012-09-20-35/+36
* | Add an option to disable comments on a requestRobin Houston2012-09-19-1/+37
* | Ensure non-nil publication_scheme in fixtures so that example data worksMatthew Landauer2012-09-18-0/+3
|/
* Paginate the timeline to allow it to render in a reasonable amount of time. I...Louise Crow2012-09-13-12/+33
* Allow InfoRequest.find_old_unclassified to accept an offset param so it can b...Louise Crow2012-09-13-0/+8
* Add appropriate counter caches for public body fixtures.Louise Crow2012-09-12-5/+9
* Memoize the notes_without_html calculated value for the life of the model ins...Louise Crow2012-09-12-0/+14
* Move default value setting for publication scheme to before_save callback rat...Louise Crow2012-09-12-5/+9
* Merge branch 'develop' of ssh://git.mysociety.org/data/git/public/alaveteli i...Louise Crow2012-09-11-20/+72
|\
| * Add a since_date parameter to the API feedRobin Houston2012-09-10-0/+15
| * Update other testsRobin Houston2012-09-07-20/+25
| * Merge branch 'develop' of github.com:mysociety/alaveteli into developRobin Houston2012-09-04-0/+4
| |\
| * | API errors should be JSONRobin Houston2012-09-04-0/+32
* | | Bugfix in spec.Louise Crow2012-09-11-1/+1
* | | Ignore spacing differences when checking generated SQL, use caps for SQL rese...Louise Crow2012-09-11-9/+24
* | | Record a status update by someone other than the request owner as a request c...Louise Crow2012-09-11-2/+12
* | | Add some more efficient methods for getting old unclassified request counts, ...Louise Crow2012-09-11-11/+40
| |/ |/|
* | Quote name correctly in query. Fixes #598.Louise Crow2012-09-04-0/+4
|/
* Merge branch 'feature/repo-move' into developLouise Crow2012-08-30-46/+46
|\
| * Update references to point to the mySociety repo.Louise Crow2012-08-29-46/+46
* | 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-11/+21
* | Fix basic admin interface in case where external request without username is ...Louise Crow2012-08-29-0/+5
* | Add fixture for an external request without a username.Louise Crow2012-08-29-12/+44
|/
* Add headings and by_heading accessors to PublicBodyCategories to allow easier...Louise Crow2012-08-28-0/+42
* Now that external request followups can't be made and status can't be updated...Louise Crow2012-08-23-12/+104
* Don't allow status updates on external requests from the front end interface ...Louise Crow2012-08-23-259/+331
* Don't show 'requester only' actions for an external request.Louise Crow2012-08-23-0/+12
* Don't error on a request to followup an external request.Louise Crow2012-08-23-0/+16
* Handle the case where someone wants to add an annotation to a successful exte...Louise Crow2012-08-23-0/+20
* Merge branch 'release/0.6.3' into developLouise Crow2012-08-22-86/+360
|\
| * Rework the temporary storing of a csv file of public body info between a dry ...Louise Crow2012-08-20-18/+98
| * Add warning about regex censor rules.Louise Crow2012-08-14-1/+1
| * Validate presence of text to replace in censor rules.Louise Crow2012-08-14-0/+6
| * Add basic validation for regexp censor rules that a valid regexp can be creat...Louise Crow2012-08-14-1/+35
| * Make global validation work correctly for regex censor rules.Louise Crow2012-08-14-2/+9
| * Apply global and public body censor rules to binary files.Louise Crow2012-08-14-23/+60
| * Add case of a regex censor rule to test of binary masking.Louise Crow2012-08-14-13/+20