aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/general_controller.rb
Commit message (Collapse)AuthorAgeLines
* Patch from Tony Bowden to make front page work without Xapian set up.francis2009-03-03-5/+9
|
* Default to sorting by newest if the query is structured.francis2009-01-08-2/+15
|
* Commercial copyright.francis2009-01-05-1/+1
|
* Make just search submit from centre of front page work.francis2008-11-17-1/+2
|
* Collapse by titlefrancis2008-09-08-2/+2
|
* Rename new_frontpage to frontpage.francis2008-09-08-15/+2
| | | | Remove public_body_query, only used by old frontpage.
* More bits removed from old frontpage.francis2008-09-08-8/+1
|
* Remove old frontpagefrancis2008-09-08-40/+3
|
* Just hard code list for nowfrancis2008-09-05-2/+21
|
* Random was too slow.francis2008-09-05-2/+10
|
* Fixs routing related bugs in search (I think caused by rails upgrade).francis2008-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.francis2008-09-04-2/+3
|
* Don't let bots crawl search results or similar request pages.francis2008-09-03-1/+4
|
* Get query rightfrancis2008-09-03-2/+2
|
* Playing with a new frontpage.francis2008-09-03-1/+5
|
* Fix bug which stopped front page search for abbreviated names working.francis2008-08-19-2/+2
|
* Feeds/alerts for authorities and users now includes responses and followups asfrancis2008-08-07-1/+2
| | | | | well as original requests. Add RSS autodetection.
* Oops - make it actually do substring searches still, just using like rather ↵francis2008-07-28-2/+2
| | | | than ilike.
* ILIKE is not in the SQL standard, but is a PostgreSQL extension. Stop using it.francis2008-07-28-2/+2
|
* Bullet list in credits on about page.francis2008-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.francis2008-05-19-2/+2
|
* Allow search by described.francis2008-05-19-3/+3
|
* Fix broken next page stuff.francis2008-05-18-2/+8
|
* Track things for arbitary search queries.francis2008-05-15-1/+3
|
* Separate out three kinds of search resultfrancis2008-05-15-4/+12
|
* Fix up test code with Xapian.francis2008-04-30-1/+3
|
* Do collapsing for search, but not for email or RSSfrancis2008-04-30-3/+3
|
* Get date range searches working.francis2008-04-30-4/+9
|
* Change from acts_as_solr to acts_as_xapianfrancis2008-04-24-2/+2
|
* Store incoming and outgoing message id in the table for info request events, ↵francis2008-04-15-1/+3
| | | | so has proper foreign key.
* Skeleton of tracking / alerting / email.francis2008-04-01-2/+2
|
* Use search query for front page part.francis2008-04-01-2/+4
|
* Make the list pages into searches (so RSS can be the same)francis2008-04-01-39/+5
|
* Sort order specially for RSSfrancis2008-03-31-1/+3
|
* Fix error in null search.francis2008-03-31-2/+2
|
* Preserve search order when you edit a queryfrancis2008-03-31-3/+5
|
* Search index by events, rather than by requests/messagesfrancis2008-03-31-5/+3
|
* Test code for search and the front page.francis2008-03-19-10/+11
|
* Order search resultsfrancis2008-03-13-4/+16
|
* Public body search goes to page about bodyfrancis2008-03-10-2/+2
|
* Test route.francis2008-03-10-1/+7
|
* Notes, commentsfrancis2008-03-10-1/+4
|
* Improve highlightingfrancis2008-03-10-2/+14
|
* Index first message text with info requests themselves.francis2008-03-07-6/+10
| | | | | | | Fix routing for search queries with full stops in. Public body search indexing. User search indexing. Link to specific users out of ones with same name.
* Highlightingfrancis2008-03-06-1/+6
|
* Pagination of search results.francis2008-03-06-2/+4
|
* First pass at indexing info requests with solrfrancis2008-03-06-0/+66