aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* fixed spellingskenaja2009-03-27-7/+7
|
* Only show start of messages by default, with JS toggle to see thetony2009-03-25-2/+23
| | | | remainder.
* Only show censor rules table if there are some.tony2009-03-25-18/+22
|
* Don't show annotations table if there aren't anytony2009-03-25-25/+31
|
* Use simple_format() to make text more readable, and wrap YAML in pretony2009-03-25-10/+17
| | | | tags.
* Use Flash.nowtony2009-03-24-3/+3
|
* Reform Trust seems to be dropping the JRSST Charitable Trust brand,francis2009-03-24-1/+1
| | | | as that page is broken now. So link to top level page.
* Pull in new script/spec_servertony2009-03-24-15/+45
|
* Show some stats on number of publication schemes entered.tony2009-03-24-1/+6
|
* Should use flash.now if not redirectingtony2009-03-23-2/+2
|
* from githubfrancis2009-03-23-0/+9
|
* add a validate_as_body helper method for teststony2009-03-22-0/+12
|
* Extract validate_html so can be used elsewheretony2009-03-22-10/+14
|
* Rebuild in an :alltony2009-03-22-6/+2
|
* Move Xapian tests into one file so they don't slow down normal modeltony2009-03-22-21/+40
| | | | tests. Add test for searching users.
* Add admin + banned tests to Usertony2009-03-22-0/+18
|
* Test for specific errors in Usertony2009-03-22-3/+3
|
* Add some new TrackThing teststony2009-03-22-1/+21
|
* split into distinct named teststony2009-03-22-10/+11
|
* rspec provides a useful errors_on testtony2009-03-22-4/+5
|
* Rollback 14514 and 14515 - model can't call methods in general_controllertony2009-03-22-25/+12
|
* use new xapian_requests method in Body controllertony2009-03-22-10/+6
|
* Add 'xapian_requests' methods to PublicBodytony2009-03-22-4/+18
|
* Tweak testtony2009-03-22-1/+7
|
* New view test for Bodytony2009-03-22-0/+71
|
* Make body controller use new model search methodtony2009-03-22-19/+8
|
* Add PublicBody.find_by_urlname method that falls back to historic namestony2009-03-22-1/+40
|
* Only rebuild the Xapian index once, rather than for each test, as we'retony2009-03-22-2/+1
| | | | not modifying the index between them.
* test should be for single bodytony2009-03-21-1/+1
|
* Use attribute-based finder rather than rolling our own query.tony2009-03-20-2/+3
|
* View test for recent requeststony2009-03-20-0/+50
|
* Switch recent request test from fixtures to stubstony2009-03-20-16/+4
|
* Pre-set body/user in test (harmonisation step)tony2009-03-20-13/+18
|
* add test for not allowing a user to use an email address as their nametony2009-03-20-1/+8
|
* Make script/spec worktony2009-03-20-1/+1
|
* Test that banned user can't create new requesttony2009-03-19-2/+9
|
* add test for preventing new requests when old ones uncategorisedtony2009-03-19-0/+31
|
* Use mocks instead of fixturestony2009-03-19-5/+5
|
* Set up test info request and user beforehandtony2009-03-19-4/+9
|
* We don't care what actual count is, just that it's increased by onetony2009-03-19-2/+2
|
* Don't attempt to validate HTML if integrate_views isn't turned on (as it ↵tony2009-03-19-0/+3
| | | | won't work)
* update comment to reflect new location for rspec docstony2009-03-19-1/+1
|
* Don't need to roll our own messages now we can easily time travel.tony2009-03-19-52/+16
|
* Don't mess with down.htmlfrancis2009-03-18-1/+3
|
* Not used don't think.francis2009-03-18-5/+5
|
* Index the notes field.francis2009-03-18-3/+32
|
* Yuck, needs a duplicate or erases actual list.francis2009-03-18-2/+2
|
* Paginate requests list on authorities page.francis2009-03-18-28/+53
|
* Don't range search index bodies and users, doesn't make sense really.francis2009-03-18-4/+2
|
* Fixtures have to be set in every class that needs them, as they could be run ↵francis2009-03-18-1/+2
| | | | | | | in any order. It doesn't seem to clear database between tests - just overwrite the fixtures that are set, so making it work if it happened to have the right one before.