aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins
Commit message (Collapse)AuthorAgeLines
* From git.francis2008-08-20-2/+5
|
* From gitfrancis2008-08-19-0/+2
|
* Merges from git.francis2008-08-06-4/+9
|
* Updates from git.francis2008-07-28-3/+6
|
* From git.francis2008-07-21-2/+17
|
* From git.francis2008-07-21-2/+3
|
* Make sure simple search results and front page listings don't require ↵francis2008-07-17-0/+103
| | | | | | | loading of raw_data in. Add lazy load, so raw_data attribute doesn't get loaded until needed. This is performance stuff, as the transfer for large raw data entries takes a while.
* Cache results if called more than once for same query object.francis2008-07-17-0/+7
|
* Pulled from git.francis2008-07-15-29/+60
|
* Better wordingfrancis2008-07-13-2/+2
|
* Mention Ultrasphinxfrancis2008-07-13-1/+1
|
* Make Xapian bindings a bit more optionalfrancis2008-07-09-4/+25
|
* Print error always, even when not verbose.francis2008-06-23-2/+2
|
* Carry on even if error indexing one thing.francis2008-06-23-21/+29
|
* Verbose option.francis2008-06-23-9/+17
|
* link to real home page of acts_as_xapianfrancis2008-05-22-0/+5
|
* Bullet list in credits on about page.francis2008-05-21-1/+5
| | | | | | | | | | | 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)
* 100 didn't seem required really.francis2008-05-18-2/+2
|
* Try 100francis2008-05-18-2/+2
|
* Remove spurious extra initialize call.francis2008-05-18-5/+13
|
* Show similar requests, based on important terms.francis2008-05-18-42/+134
|
* Typofrancis2008-05-18-1/+1
|
* Merge of Mike Boone's changesfrancis2008-05-16-65/+96
|
* Highlight search terms in emails.francis2008-05-16-2/+2
|
* Textile formatting.francis2008-05-15-59/+80
|
* move documentation into its own file.francis2008-05-15-157/+174
|
* Tested those bits.francis2008-05-15-9/+4
|
* MIT license for acts_as_xapian, as standard for Rails plugins.francis2008-05-14-0/+21
|
* Move tasks to right placefrancis2008-05-13-0/+0
|
* Remove acts_as_solrfrancis2008-05-07-9130/+0
|
* Slightly better error.francis2008-04-30-3/+11
|
* Reopen db each timefrancis2008-04-30-8/+8
|
* AND OR etc. shouldn't be highlightedfrancis2008-04-30-3/+5
|
* Slightly nicer highlighting - at least ignore the prefix and date range bits.francis2008-04-30-5/+19
|
* Index HTML attachments.francis2008-04-30-1/+2
|
* Get date range searches working.francis2008-04-30-137/+64
|
* Make destroying Xapian records work.francis2008-04-29-6/+14
|
* Say version of xapian requiredfrancis2008-04-29-1/+3
|
* Todofrancis2008-04-25-2/+2
|
* Make it properly rebuild the database.francis2008-04-24-60/+92
|
* Eager loading and iffrancis2008-04-24-22/+55
|
* Can. Not. Believe. How. Easy. It. Was. To. Add. Spelling. Correction.francis2008-04-24-2/+13
|
* Comments.francis2008-04-24-3/+11
|
* Completely remake database.francis2008-04-24-18/+39
|
* Documentation.francis2008-04-24-38/+129
| | | | Rake tasks.
* Offline indexing, with a table to store what needs indexing.francis2008-04-24-12/+132
| | | | Take list of classes in search.
* Ignorefrancis2008-04-23-1/+1
|
* Separate out writable db stufffrancis2008-04-23-38/+83
|
* Check consistency of values across models.francis2008-04-23-34/+85
| | | | | Handle dates and types. Slightly clear doc comments for main acts_as_xapian function.
* Finally got tired of acts_as_solr/Solr/Lucene.francis2008-04-23-0/+229
|