Commit Graph

641 Commits

Author SHA1 Message Date
Steve Boyd 860d8be9fa Merge branch '3.10' into 3.11 2022-08-02 18:49:54 +12:00
Guy Sartorelli 20c2a4efa7
Merge pull request #329 from creative-commoners/pulls/3.10/standardise-modules
MNT Standardise modules
2022-08-02 15:11:26 +12:00
Steve Boyd 03da5016bf MNT Standardise modules 2022-08-01 16:22:01 +12:00
Steve Boyd c0a3d3a5ba Merge branch '3.10' into 3.11 2022-07-22 11:28:40 +12:00
Steve Boyd a6657f76d6 Merge branch '3.9' into 3.10 2022-07-22 11:28:01 +12:00
Guy Sartorelli 78d4907eab
Merge pull request #328 from creative-commoners/pulls/3.9/unit-test
MNT Fix unit test
2022-07-22 11:27:09 +12:00
Steve Boyd a536434581 MNT Fix unit test 2022-07-22 11:03:26 +12:00
Guy Sartorelli 8da777409d
Merge pull request #327 from creative-commoners/pulls/3.10/module-standards
MNT Use GitHub Actions CI
2022-07-15 16:45:04 +12:00
Steve Boyd f4a2ad1f45 MNT Use GitHub Actions CI 2022-07-08 12:10:39 +12:00
Steve Boyd 66956c682f
Merge pull request #326 from creative-commoners/pulls/3.11/proxy-db
DEP Require proxy-db ^1
2022-05-30 16:18:38 +12:00
Steve Boyd ef2d27fba9 DEP Require proxy-db ^1 2022-05-30 15:49:37 +12:00
Steve Boyd 35c9484f05
Merge pull request #278 from open-sausages/pulls/3/autosoftcommit
NEW Ensure commits are visible to seachers (fixes #274)
2022-05-17 11:39:36 +12:00
Steve Boyd 7ac991a82a Merge branch '3.10' into 3 2022-05-03 10:13:04 +12:00
Guy Sartorelli 0560e8a180
Merge pull request #322 from creative-commoners/pulls/3.10/proxydb
DEP Require proxy-db ^1
2022-05-03 09:59:28 +12:00
Steve Boyd bd9501a1d5 DEP Require proxy-db ^1 2022-05-03 09:38:29 +12:00
Guy Sartorelli 6d90b3ca35
Merge pull request #319 from creative-commoners/pulls/3/php81
ENH PHP 8.1 compatibility
2022-04-26 17:58:14 +12:00
Guy Sartorelli 72722e83d8
Merge pull request #321 from creative-commoners/pulls/3/use-fork
DEP Use silverstripe fork
2022-04-26 12:17:33 +12:00
Steve Boyd 24b53e65ca DEP Use silverstripe fork 2022-04-26 09:53:30 +12:00
Steve Boyd 302af21cad ENH PHP 8.1 compatibility 2022-04-13 11:24:03 +12:00
Steve Boyd 1d9e98cd3b Merge branch '3.9' into 3 2022-03-23 17:23:42 +13:00
Maxime Rainville f9ace692f4
Merge pull request #318 from creative-commoners/pulls/3.9/db-active
FIX Ensure DB is active before processing
2022-03-23 17:22:25 +13:00
Steve Boyd b544d93121 FIX Ensure DB is active before processing 2022-03-23 14:31:55 +13:00
Steve Boyd fad7c0421c Merge branch '3.9' into 3 2022-03-04 14:12:42 +13:00
Tim Oliver 30ed311386
FIX Don't double-escape state field (#317)
Symfony now escapes each component separately.
See https://github.com/silverstripe/silverstripe-fulltextsearch/issues/311
2022-03-04 14:10:15 +13:00
Steve Boyd 9da3c2b331 Merge branch '3.9' into 3 2022-03-03 15:00:15 +13:00
Michal Kleiner 0788dc4e81
[Backport] Let symfony/process escape each command part separately (#315) 2022-03-03 14:57:44 +13:00
Steve Boyd 7a1047320b Merge branch '3.9' into 3 2022-02-21 08:40:17 +13:00
Maxime Rainville c8e997ae89
Merge pull request #314 from creative-commoners/pulls/3.9/travis
MNT Use php 7.4 for job
2022-02-18 15:57:25 +13:00
Steve Boyd b39b5c6801 MNT Use php 7.4 for job 2022-02-18 15:17:02 +13:00
Steve Boyd 4947961d5a
Symfony process constructor fix (#312) (#313)
* FIX: #311 Update Symfony process to at least 3.4

* FIX Separate out all command components so Solr_Reindex works in dev mode.

Co-authored-by: Kirk Mayo <kirk.mayo@stats.govt.nz>
Co-authored-by: GuySartorelli <36352093+GuySartorelli@users.noreply.github.com>

Co-authored-by: Kirk Mayo <textagroup@gmail.com>
Co-authored-by: Kirk Mayo <kirk.mayo@stats.govt.nz>
Co-authored-by: GuySartorelli <36352093+GuySartorelli@users.noreply.github.com>
2022-02-18 14:47:46 +13:00
Kirk Mayo adefb3fddf
Symfony process constructor fix (#312)
* FIX: #311 Update Symfony process to at least 3.4

* FIX Separate out all command components so Solr_Reindex works in dev mode.

Co-authored-by: Kirk Mayo <kirk.mayo@stats.govt.nz>
Co-authored-by: GuySartorelli <36352093+GuySartorelli@users.noreply.github.com>
2022-02-18 14:40:14 +13:00
Daniel Hensby 8befac8f65
Merge pull request #310 from creative-commoners/pulls/3/php74
DEP Set PHP 7.4 as the minimum version
2022-02-10 11:57:48 +00:00
Steve Boyd eac962d103 DEP Set PHP 7.4 as the minimum version 2022-02-10 16:44:14 +13:00
GuySartorelli 767fa29bab
DOC Change "SilverStripe" to "Silverstripe" in readme (#307) 2022-02-02 10:15:16 +13:00
Steve Boyd 5282cdc3ed Merge branch '3.9' into 3 2022-02-01 14:03:34 +13:00
Steve Boyd e0ec87a0ed Merge branch '3.8' into 3.9 2022-02-01 14:02:48 +13:00
GuySartorelli 2c0e2df02d
FIX Don't assume DataObject::canView always returns bool (#306)
Because there is no return value typehinting in DataObject::canView, the value returned from that method can be of any type. We must cast to boolean before returning the value to avoid possible errors with non-boolean return types.
2022-01-27 11:23:19 +13:00
Michal Kleiner f0e781da36
Merge pull request #309 from GuySartorelli/patch-3
FIX Separate out all command components so Solr_Reindex works in dev mode
2022-01-26 22:05:03 +13:00
GuySartorelli b1675d4df1
FIX Separate out all command components so Solr_Reindex works in dev mode. 2022-01-26 15:37:07 +13:00
Steve Boyd a5ce0e8781
Merge pull request #305 from dhensby/pulls/3.8/close-curl-handles
Close curl handles after use
2022-01-12 16:34:53 +13:00
Daniel Hensby fbe899e85f
Close curl handles after use 2022-01-07 10:40:31 +00:00
Steve Boyd 355e928ec9 Merge branch '3.9' into 3 2021-12-22 10:28:26 +13:00
Maxime Rainville 8ac7964220
Merge pull request #303 from creative-commoners/pulls/3.9/handle-deprecation
FIX Allow deprecated warnings
2021-12-16 11:40:22 +13:00
Steve Boyd a621f77380 FIX Allow deprecated warnings 2021-12-15 15:09:25 +13:00
Steve Boyd 573fbf9edc Merge branch '3.9' into 3 2021-12-15 14:41:40 +13:00
Steve Boyd 95f50f6ce2 Merge branch '3.8' into 3.9 2021-12-15 14:40:47 +13:00
Steve Boyd ec054c666b Merge branch '3.9' into 3 2021-12-15 14:39:43 +13:00
Steve Boyd 8ed79dd893 Merge branch '3.8' into 3.9 2021-12-15 14:39:36 +13:00
Steve Boyd 94bb78fc7f
Merge pull request #300 from chrometoasters/pulls/webdav-error-message
ENH Show error message instead of error code on WebDAV check
2021-12-15 14:36:09 +13:00
Maxime Rainville 5611e24e10
Merge pull request #301 from creative-commoners/pulls/3.9/symfony4
DEP Allow symfony 4
2021-12-10 15:57:49 +13:00