Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | tidy up "blog" page; use twitter widget to display tweets; get feed ↵ | Seb Bacon | 2011-07-07 | -17/+12 |
| | | | | locations from config file | |||
* | Changes required to get selishta (Kosovo) fork merges to pass tests. ↵ | Seb Bacon | 2011-07-06 | -4/+5 |
| | | | | Includes new "REPLY_LATE_AFTER_DAYS" config option. | |||
* | initial merge of Kosovan branch; still need to get tests passing, factor out ↵ | Seb Bacon | 2011-07-06 | -7/+19 |
|\ | | | | | | | Kosovan-specific code | |||
| * | I18n fix | Faton Selishta | 2011-06-02 | -3/+12 |
| | | ||||
* | | allow search and publicbody examples to be provided in config file, falling ↵ | Seb Bacon | 2011-06-14 | -1/+15 |
|/ | | | | back to a vaguely sensible default based on existing data if not present. Note that the fallback is a slow query on a large database! | |||
* | add a "custom_css" template, so we can easily overlay it from plugins | Seb Bacon | 2011-03-10 | -0/+6 |
| | ||||
* | make site_name a globally available helper | Seb Bacon | 2011-03-10 | -16/+1 |
| | ||||
* | Link to Atom JSON equivalents in HTTP header. Document. | Francis Irving | 2010-10-09 | -1/+1 |
| | ||||
* | Cope with either xmlsimple path | FOI site testharness | 2010-09-10 | -1/+7 |
| | ||||
* | Reorganise list page structure | Francis Irving | 2010-09-03 | -2/+2 |
| | ||||
* | Use interlock and memcached to cache front page with interlocking | Francis Irving | 2010-09-03 | -29/+29 |
| | | | | view/controller fragments. | |||
* | Include tweets | Francis Irving | 2010-07-20 | -3/+11 |
| | ||||
* | Path to include xmlsimple seems to need lib/ on now, odd | Francis Irving | 2009-12-04 | -1/+1 |
| | ||||
* | Whoops broke all searches - fix so default is right. | Francis Irving | 2009-11-28 | -1/+4 |
| | ||||
* | Allow choosing length of page. | Francis Irving | 2009-11-28 | -1/+2 |
| | ||||
* | Random requests. | francis | 2009-10-03 | -1/+7 |
| | ||||
* | Slight tidy on bad queries. | francis | 2009-10-02 | -2/+8 |
| | ||||
* | Syndicate blog from www.mysociety.org WDTK category | francis | 2009-09-09 | -1/+17 |
| | ||||
* | Remove some obsolete no_crawl, now in robots.txt. | francis | 2009-09-09 | -9/+1 |
| | | | | Make it not go deep into page listings of requests. | |||
* | Better order | francis | 2009-09-04 | -4/+4 |
| | ||||
* | Fix sorting. | francis | 2009-09-04 | -2/+3 |
| | ||||
* | Tweaks to front page. | francis | 2009-09-03 | -9/+18 |
| | ||||
* | Add Vary header. | francis | 2009-07-14 | -2/+2 |
| | ||||
* | Cache a few more things with Squid. | francis | 2009-07-14 | -2/+2 |
| | ||||
* | Cache some popular main pages. | francis | 2009-07-14 | -1/+3 |
| | ||||
* | Patch from Tony Bowden to make front page work without Xapian set up. | francis | 2009-03-03 | -5/+9 |
| | ||||
* | Default to sorting by newest if the query is structured. | francis | 2009-01-08 | -2/+15 |
| | ||||
* | Commercial copyright. | francis | 2009-01-05 | -1/+1 |
| | ||||
* | Make just search submit from centre of front page work. | francis | 2008-11-17 | -1/+2 |
| | ||||
* | Collapse by title | francis | 2008-09-08 | -2/+2 |
| | ||||
* | Rename new_frontpage to frontpage. | francis | 2008-09-08 | -15/+2 |
| | | | | Remove public_body_query, only used by old frontpage. | |||
* | More bits removed from old frontpage. | francis | 2008-09-08 | -8/+1 |
| | ||||
* | Remove old frontpage | francis | 2008-09-08 | -40/+3 |
| | ||||
* | Just hard code list for now | francis | 2008-09-05 | -2/+21 |
| | ||||
* | Random was too slow. | francis | 2008-09-05 | -2/+10 |
| | ||||
* | Fixs routing related bugs in search (I think caused by rails upgrade). | francis | 2008-09-05 | -11/+28 |
| | | | | | Add stuff so when you search for bodies from front page gives different help. Make new front page live. | |||
* | Show better list of sample stuff on new front page. | francis | 2008-09-04 | -2/+3 |
| | ||||
* | Don't let bots crawl search results or similar request pages. | francis | 2008-09-03 | -1/+4 |
| | ||||
* | Get query right | francis | 2008-09-03 | -2/+2 |
| | ||||
* | Playing with a new frontpage. | francis | 2008-09-03 | -1/+5 |
| | ||||
* | Fix bug which stopped front page search for abbreviated names working. | francis | 2008-08-19 | -2/+2 |
| | ||||
* | Feeds/alerts for authorities and users now includes responses and followups as | francis | 2008-08-07 | -1/+2 |
| | | | | | well as original requests. Add RSS autodetection. | |||
* | Oops - make it actually do substring searches still, just using like rather ↵ | francis | 2008-07-28 | -2/+2 |
| | | | | than ilike. | |||
* | ILIKE is not in the SQL standard, but is a PostgreSQL extension. Stop using it. | francis | 2008-07-28 | -2/+2 |
| | ||||
* | Bullet list in credits on about page. | francis | 2008-05-21 | -1/+3 |
| | | | | | | | | | | | Rename rss_at to described_at. Email alerts based on date of description, not just creation date (so don't miss things that were created before alert but described only recently) Tidy up when described vs. newest is used for sort order. Caching of text extracted from attachments, and display in search results. Add some tests for things that aren't tested. (alright, maybe we *should* use git/hg if I'm going to keep doing this many separate commits on a train) | |||
* | Use described order for success lists. | francis | 2008-05-19 | -2/+2 |
| | ||||
* | Allow search by described. | francis | 2008-05-19 | -3/+3 |
| | ||||
* | Fix broken next page stuff. | francis | 2008-05-18 | -2/+8 |
| | ||||
* | Track things for arbitary search queries. | francis | 2008-05-15 | -1/+3 |
| | ||||
* | Separate out three kinds of search result | francis | 2008-05-15 | -4/+12 |
| |