aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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.
* Update models and schema for new tabletony2009-03-09-35/+61
|
* Move holidays to the databasetony2009-03-09-0/+73
|
* Make holiday list a hash instead of a list, so we can report what thetony2009-03-09-13/+49
| | | | skipped days were
* Combine the search and publication scheme suggestionstony2009-03-09-11/+14
|
* Spelling mistake.francis2009-03-09-1/+1
|
* Note about exim log checking stuff.francis2009-03-09-7/+8
|
* add some tests for InfoRequest.calculate_statustony2009-03-09-0/+40
|
* Use user_or_you_capital_link instead of hand-rollingtony2009-03-09-1/+1
|
* use have_tag() to narrow the test to the correct scopetony2009-03-09-3/+4
|
* Close stray paragraph tag to stop spec have_match() complainingtony2009-03-09-1/+1
|
* Link to publication scheme (if known) when making a new request.tony2009-03-09-16/+16
|
* Ordering by version is better than by id.tony2009-03-09-1/+2
|
* Explicitly sort old versions by id (versions() doesn't seem to alwaystony2009-03-09-1/+1
| | | | order correctly. See BBC for example)
* Updatefrancis2009-03-09-7/+5
|
* Option to ban users.francis2009-03-09-52/+126
|
* Display link to publication scheme (if known) on authority page.tony2009-03-07-0/+3
|
* Display "You" as username in comments you've made.tony2009-03-07-1/+21
|
* Conditional link to admin page for commenttony2009-03-07-0/+3
|
* Blank out emails in outgoing messages. Hope I've got every case.francis2009-03-07-20/+53
|
* Change email warning a bit, and make a few warnings into red errors, rather ↵francis2009-03-07-6/+8
| | | | than green notices.