aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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.
* Most put rebuild in begin, or else it just builds when the class loads.francis2009-03-18-1/+4
|
* Banned users can't make follow ups any more.francis2009-03-18-5/+16
|
* Wording change from Tony.francis2009-03-18-1/+1
|
* Whoops, didn't remove slashes from subjects.francis2009-03-17-3/+23
|
* Simplify wording morefrancis2009-03-17-5/+1
|
* Fix bug with slashes in attachment filenamesfrancis2009-03-17-4/+17
|
* Make it redirect to email subscription # reference in user page when youfrancis2009-03-17-4/+11
| | | | click unsubscribe link in email.
* Policy update explaining public interest test.francis2009-03-17-18/+24
|
* Can change time much more easily with RSpec's stubbingtony2009-03-17-10/+2
|
* Better days_overdue tests by overriding Time.nowtony2009-03-17-2/+20
|
* very basic days_overdue teststony2009-03-17-0/+2
|
* Do Date-Date arithmetic in days_overduetony2009-03-17-2/+2
|
* Add due date test for info_requesttony2009-03-16-0/+5
|
* Test that Time objects DTRTtony2009-03-16-0/+4
|
* Convert date/times into dates.francis2009-03-16-29/+31
|
* It didn't seem to rebuild unless I put it in begin like this.francis2009-03-16-1/+5
|
* Simple page for checking due dates with details of holidays skipped (nottony2009-03-16-1/+37
| | | | linked from anywhere public yet until it gets tidied up a lot more)
* Call rebuild_xapian_index in more tests to reduce order dependencytony2009-03-13-6/+8
|
* Fixture based migration wouldn't run on live server because PostgreSQL userfrancis2009-03-12-4/+56
| | | | doesn't have super powers to disable triggers.
* rails-post-deploy runs db:migrate, so need to do that separately. Shouldtony2009-03-12-5/+5
| | | | also remove config/rails_env.rb
* Use default Pg port in example db config as that's what most people willtony2009-03-12-10/+10
| | | | be using.
* Tweak Postgres configuration notestony2009-03-12-9/+12
|
* Note that libgems-ruby1.8 has been replaced by rubygems1.8tony2009-03-12-1/+4
|
* Issue permanent redirects for old-style atom feed requeststony2009-03-12-3/+8
|
* Move the report on what you're tracking to the bottom of your user page.tony2009-03-10-48/+48
|
* Restrict 'ten days old unclassified' on front page of admin to 50tony2009-03-10-5/+34
| | | | entries to speed up that page, and provide full list as separate page
* Admin page to list most popular authorities without Publication Scheme infotony2009-03-10-2/+25
|
* Move due date counting code into Holiday classtony2009-03-10-78/+84
|
* Change the holiday checking code to use new model class, rather thantony2009-03-09-58/+6
| | | | hardcoded table of data.
* Move the initial holiday data to a fixture and load it in the migration,tony2009-03-09-56/+172
| | | | so that it works in test mode too.