Commit Graph

48 Commits

Author SHA1 Message Date
Maxime Rainville
f274f85977
Merge pull request #281 from creative-commoners/pulls/3/indexable-canview
SearchableService canView()
2020-06-16 11:26:02 +12:00
Maxime Rainville
203127a684 Set up 3.7 branch 2020-06-16 05:55:42 +12:00
Steve Boyd
cfe937fbd1 NEW canView() check on record before indexing and before showing in search results 2020-06-10 17:22:20 +12:00
Steve Boyd
bfa2edee6a Improved search filtering based on visibility 2020-04-09 09:04:01 +12:00
Dan Hensby
f39fafcd6d
Merge branch '2' into 3 2020-04-07 08:53:59 +01:00
Robbie Averill
a724dc7117 FIX Restore PHP 5.6 support 2019-08-12 16:47:30 +12:00
Robbie Averill
f2e3db6586 NEW Bump minimum PHP to 7.1, SilverStripe to 3.7, replace PHP 7.2 incompatible code 2019-07-23 12:31:10 +02:00
Guy Marriott
2422f62ed2
Add missing branch alias 2019-05-09 14:07:34 +12:00
Dylan Wagstaff
e4fd283d11 remove composer branch alias 2018-10-17 12:21:42 +13:00
Andrew Aitken-Fincham
c218dca77e
add quickstart script into vendor/bin 2018-06-20 16:05:56 +01:00
Daniel Hensby
65204542c0
Merge branch '3.1' 2018-04-06 15:20:29 +01:00
Daniel Hensby
6e0d6bb48e
Merge branch '3.0' into 3.1 2018-04-06 15:19:39 +01:00
Daniel Hensby
0155aed186
Add symbiote/silverstripe-queuedjobs to composer.suggests 2018-04-05 17:06:34 +01:00
Robbie Averill
ba5a932c10 Merge branch '3.0' into 3.1 2018-03-15 11:04:25 +13:00
Robbie Averill
c0087fe2fc Remove obsolete branch alias 2018-03-15 11:02:14 +13:00
Raissa North
e7420a584d NEW Update to use proxied DB instead of self-proxied 2018-03-14 16:54:04 +13:00
Robbie Averill
de4e2ba889 NEW Use symfony/process to execute immediate system commands for reindexing 2018-02-16 12:05:46 +13:00
Robbie Averill
9b26af1290 API Remove Solr PHP client from thirdparty library and include with composer instead 2017-11-29 19:28:31 +13:00
Robbie Averill
7b72774890 FIX Update directory structure for PSR-4 compatibility and rename "code" to "src" 2017-11-29 15:13:46 +13:00
Robbie Averill
196fc383ff Update branch alias for 2.5.x-dev 2017-11-20 14:29:16 +13:00
Robbie Averill
e590132967 FIX Run phpcbf automated linting to fix PSR-2 code styles, add PSR-4 autoloader 2017-11-15 09:53:33 +13:00
Robbie Averill
1080d6444a FIX Update Travis configuration for SS4, add phpunit config and necessary composer updates 2017-11-15 09:43:36 +13:00
Robbie Averill
0de6f52b1f Merge remote-tracking branch 'upstream/master' into compat4/btasker 2017-11-14 16:31:16 +13:00
Robbie Averill
d56da217ac Update branch alias for 3.x-dev 2017-11-14 15:38:06 +13:00
Robbie Averill
5a69377b0f Update branch alias for 2.4.x-dev 2017-11-14 15:37:36 +13:00
Brett Tasker
4ff4404f9f SS 4.0 - Include PHPUnit in composer.json 2017-05-01 21:19:22 +12:00
Brett Tasker
73e4888715 SS 4.0 - Upgrade tests to SilverStripe 4.0 & Replace Phockito 2017-04-26 22:53:00 +12:00
Elliot Sawyer
b0436d7d52 Update composer.json 2017-02-23 20:04:55 +13:00
Elliot Sawyer
6fbb25abb1 Bump framework/cms to ^4.0@dev 2017-02-17 12:03:51 +13:00
Daniel Hensby
176014afaa
Merge branch '2.3' 2016-12-14 13:31:38 +00:00
Damian Mooyman
0ac3bb3668 Remove obsolete branch-alias 2016-11-17 10:15:58 +13:00
Damian Mooyman
190f4cb683
Re-alias master as 2.3 2016-11-16 11:22:06 +13:00
Damian Mooyman
372bde90e7 Add self as maintainer 2016-08-02 18:20:20 +12:00
Damian Mooyman
b9440061ec Update changelog for 2.2.0 2016-05-18 17:20:00 +12:00
helpfulrobot
05d8127c52 Added license to composer.json 2015-11-19 18:52:29 +13:00
Damian Mooyman
bc83546f24 Add changelog for 2.1.0 release 2015-11-19 16:59:18 +13:00
Damian Mooyman
10787bc310 Alias master as 2.0 2015-08-19 11:28:10 +12:00
Damian Mooyman
1683f776bd API QueuedJob support for Solr_Reindex
API Incremental clear and re-index of records rather than clearing all records from SolrIndex up front
2015-07-28 12:46:23 +12:00
Hamish Friedlander
799c8760af API Move local solr to own repo
The local solr server was very out of date (because changing it would be an API change)
and took up lots of space in the repository.

This commit removes it, and references a newly created package,
silverstripe/fulltextsearch-localsolr

Not only does this save on storage space when the example server
isnt needed (you shouldnt really be using it for production), it
also disconnects the server version from the module version, so
you can easily change one without changing the other
2013-11-08 16:28:51 +13:00
Hamish Friedlander
03a206109a Make tests run 2013-09-11 14:35:01 +12:00
Ingo Schommer
21a963d398 Fixed composer constraint to allow for RC releases (composer fixed its tilde behaviour now) 2013-08-14 11:58:35 +02:00
Hamish Friedlander
d6cf16c391 FIX Phockito-based tests to pass 2013-07-25 13:27:15 +12:00
Sam Minnee
d54f994193 FIX: Trying to get dependencies working properly. 2013-05-08 16:45:38 +12:00
Ingo Schommer
2aeab22214 Add subsites and cms modules to dev requirements (for tests) 2013-05-07 19:13:05 +02:00
Ingo Schommer
7b13730c01 Adding Phockito dependency 2013-05-07 18:44:25 +02:00
Ingo Schommer
5ab34b5c19 Fixed composer constraints 2013-05-07 13:45:53 +03:00
Sean Harvey
801aa48d07 Fixing SS 3.1 support. Changing minimum requirement to 3.1 as a result. 2013-04-03 15:43:08 +13:00
Sam Minnee
6287085f8b Add composer file 2012-11-03 12:31:41 +13:00