aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins
Commit message (Expand)AuthorAgeLines
* Move acts_as_xapian out of vendor/pluginsMark Longair2013-11-29-1382/+0
* Move has_tag_string out of vendor/pluginsMark Longair2013-11-29-168/+0
* Move strip_attributes out of vendor/pluginsMark Longair2013-11-29-257/+0
* Fix for an aborted transaction not being rolled-backMark Longair2013-10-07-1/+1
* Merge branch 'feature/issue-555-fix' into rails-3-developLouise Crow2013-09-17-20/+23
|\
| * Handle a race condition in index update requests.Louise Crow2013-09-17-6/+12
| * Add a failing spec for handling a race conditionLouise Crow2013-09-17-0/+6
| * Refactor duplicated code into one shared method.Louise Crow2013-09-17-19/+10
* | Don't dirty every attribute in checking for whitespace.Louise Crow2013-09-05-3/+6
|/
* Merge remote-tracking branch 'openaustralia_github/fix_search_highlight_non_a...Louise Crow2013-06-04-1/+4
|\
| * Fix word highlighting in acts_as_xapian for non-ascii characters. Fixes #505Matthew Landauer2013-03-25-1/+4
* | xapian:rebuild_index: fix for "SSL error: decryption failed or bad record mac"Mark Longair2013-05-24-2/+6
* | Revert "Workaround a Postgres connection error we are getting under Rails 3.1"Louise Crow2013-05-13-10/+2
* | Update RAILS_ROOT to Rails.rootLouise Crow2013-05-02-2/+2
* | Update comments to reflect deprecation of RAILS_ROOT in favour of Rails.rootLouise Crow2013-05-02-20/+20
* | Change email address in header of source code to hello@mysociety.orgMatthew Landauer2013-03-26-3/+3
|/
* Reinstate exception_notificationHenare Degan2013-03-05-516/+0
* RAILS_ENV is deprecatedHenare Degan2013-03-05-1/+1
* Workaround a Postgres connection error we are getting under Rails 3.1Henare Degan2013-03-05-2/+10
* Convert validators to newer, more Railsy ActiveModelHenare Degan2013-03-04-163/+0
* Merge branch 'develop' into rails-3-spikeHenare Degan2013-02-15-169/+0
|\
| * Remove interlock as it's not compatible with Rails 3 and is unmaintainedHenare Degan2013-01-18-10577/+0
| * Merge remote-tracking branch 'openaustralia_github/rails_xss' into developLouise Crow2013-01-16-0/+2887
| |\
| * | Remove mongrel_proctitle plugin because the standard configuration now uses p...Matthew Landauer2013-01-16-169/+0
* | | Fix bug to allow updating attributes when using strip_attributes and globalize3Henare Degan2013-02-07-7/+9
* | | Update strip_attribute tests to work with our existing modificationsHenare Degan2013-02-07-3/+3
* | | Remove rails_xss pluginMatthew Landauer2013-01-25-2887/+0
* | | Merge branch 'rails_xss' into rails-3-spikeMatthew Landauer2013-01-25-0/+2887
|\ \ \ | | |/ | |/|
| * | Switch from unofficial rails_xss gem to official rails plugin for rails_xssMatthew Landauer2013-01-15-0/+2887
| |/
* | Upgrade to latest version of acts_as_versionedMatthew Landauer2013-01-04-1536/+0
* | Add more spec helper methods and update acts_as_xapian to make info_request m...Henare Degan2012-12-12-1/+1
* | REVERT ME: Disabling some things during the upgrade so the test server can bootHenare Degan2012-12-11-1/+2
* | RAILS_ROOT is deprecatedHenare Degan2012-12-11-1/+1
* | Remove interlock as it's not compatible with Rails 3 and is unmaintainedHenare Degan2012-12-11-10577/+0
* | Upgrade globalizeHenare Degan2012-12-11-1895/+0
|/
* Allow Xapian db_path to be set directly.Louise Crow2012-11-21-44/+47
* Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-2/+0
* Remove vendored `gettext_i18n_rails` (we now use bundled version)Seb Bacon2012-06-14-1194/+0
* Revert small unintended changeRobin Houston2012-02-01-1/+1
* Close xapian db before opening it againRobin Houston2012-01-31-7/+10
* Do not require Xapian 1.2.7Robin Houston2012-01-19-1/+10
* Merge branch 'wdtk' of https://github.com/sebbacon/alaveteli into wdtkRobin Houston2012-01-19-1/+1
|\
| * Disable Xapian wildcardsRobin Houston2012-01-19-1/+1
* | Limit Xapian wildcard expansionsRobin Houston2012-01-19-0/+1
|/
* Actually do a proper ORed and partial match query, rather than fix parsing er...Seb Bacon2012-01-17-6/+9
* Fix constant name in stringRobin Houston2012-01-16-1/+1
* Fix "uninitialized class variable @@db in ActsAsXapian::QueryBase" bug introd...Seb Bacon2012-01-14-1/+1
* fix typoSeb Bacon2012-01-13-2/+2
* Make sure acts_as_xapian is loaded only onceRobin Houston2012-01-12-7/+11
* Retry if we get a DatabaseModifiedError from XapianRobin Houston2012-01-12-1/+24