Compare commits

...

14 Commits

Author SHA1 Message Date
github-actions 26936f33e4 Merge branch '3.4' into 3 2024-02-07 11:15:05 +00:00
Guy Sartorelli 5badc345de
TLN Update translations (#111) 2024-02-07 16:12:33 +13:00
github-actions eb858ca76e Merge branch '3.4' into 3 2023-08-23 11:14:45 +00:00
Guy Sartorelli 19603c31bc
ENH Update translations (#101) 2023-08-21 13:16:40 +12:00
Steve Boyd 17411fbb95 Merge branch '3.4' into 3 2023-06-16 12:09:40 +12:00
Guy Sartorelli 404ae173d0
Merge pull request #98 from creative-commoners/pulls/3.4/tx-1686724855
ENH Update translations
2023-06-15 10:06:13 +12:00
Steve Boyd afbcf59ec4 ENH Update translations 2023-06-14 18:40:55 +12:00
Guy Sartorelli 5742971245
Merge branch '3.4' into 3 2023-04-26 12:46:05 +12:00
Guy Sartorelli 23843cd97f
MNT Revert erroneous dependency changes (#95) 2023-03-28 17:02:59 +13:00
Maxime Rainville 6ef3acd518
Merge pull request #94 from creative-commoners/pulls/3.4/no-deprecations
FIX Don't use deprecated API
2023-03-28 11:18:04 +13:00
Guy Sartorelli 3f62dfd4a4
FIX Don't use deprecated API 2023-03-28 10:23:53 +13:00
Maxime Rainville 7c81d075d6
Merge pull request #93 from creative-commoners/pulls/3/dispatch-ci
MNT Use gha-dispatch-ci
2023-03-23 14:19:24 +13:00
Steve Boyd 04aefedeef MNT Use gha-dispatch-ci 2023-03-21 13:41:47 +13:00
Guy Sartorelli 754bcee5da
MNT Update development dependencies 2023-03-10 16:32:56 +13:00
8 changed files with 26 additions and 21 deletions

View File

@ -4,13 +4,8 @@ on:
push:
pull_request:
workflow_dispatch:
# Every Saturday at 11:10am UTC
schedule:
- cron: '10 11 * * 6'
jobs:
ci:
name: CI
# Only run cron on the silverstripe account
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1

16
.github/workflows/dispatch-ci.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Dispatch CI
on:
# At 11:10 AM UTC, only on Saturday and Sunday
schedule:
- cron: '10 11 * * 6,0'
jobs:
dispatch-ci:
name: Dispatch CI
# Only run cron on the silverstripe account
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
runs-on: ubuntu-latest
steps:
- name: Dispatch CI
uses: silverstripe/gha-dispatch-ci@v1

View File

@ -1,14 +0,0 @@
<?php
/**
* Default configuration settings for the Spam Protection module.
*
* You should not put your own configuration in here rather use your
* mysite/_config.php file
*
* @package spamprotection
*/
use SilverStripe\Dev\Deprecation;
Deprecation::notification_version('3.0', 'spamprotection');

View File

@ -18,7 +18,7 @@
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "4.13.0-beta1"
"silverstripe/framework": "^4.10"
},
"require-dev": {
"phpunit/phpunit": "^9.5",

View File

@ -7,3 +7,4 @@ en:
SINGULARNAME: 'Spam Protection Field'
SPAMFIELDMAPPING: 'Spam Field Mapping'
SPAMFIELDMAPPINGDESCRIPTION: 'Select the form fields that correspond to any relevant spam protection identifiers'
db_SpamFieldSettings: 'Spam field settings'

View File

@ -7,3 +7,4 @@ eo:
SINGULARNAME: 'Spamprotekta kampo'
SPAMFIELDMAPPING: 'Spamkampa mapigo'
SPAMFIELDMAPPINGDESCRIPTION: 'Elektu la kampojn kiuj rilatas al eventualaj rilataj spamprotektaj identigiloj'
db_SpamFieldSettings: 'Spamkampaj agordoj'

View File

@ -2,9 +2,9 @@ it:
SilverStripe\SpamProtection\EditableSpamProtectionField:
PLURALNAME: 'Campi di Prevenzione Spam'
PLURALS:
many: '{count} Campi di Prevenzione Spam'
one: 'Un Campo di Prevenzione Spam'
other: '{count} Campi di Prevenzione Spam'
many: '{count} Campi di Prevenzione Spam'
SINGULARNAME: 'Campo di Prevenzione Spam'
SPAMFIELDMAPPING: 'Mappatura Campo Spam'
SPAMFIELDMAPPINGDESCRIPTION: 'Selezionare i campi della form che forniscono una qualche protezione dallo spam'

View File

@ -1,6 +1,12 @@
sk:
SilverStripe\SpamProtection\EditableSpamProtectionField:
PLURALNAME: 'Polia ochrany proti spamu'
PLURALS:
few: '{count} polia ochrany proti spamu'
many: '{count} polí ochrany proti spamu'
one: 'Pole ochrany proti spamu'
other: '{count} polí ochrany proti spamu'
SINGULARNAME: 'Pole ochrany proti spamu'
SPAMFIELDMAPPING: 'Mapovanie spamového poľa'
SPAMFIELDMAPPINGDESCRIPTION: 'Vyberte polia formulára, ktoré zodpovedajú všetkým príslušným identifikátorom ochrany proti spamu'
db_SpamFieldSettings: 'Nastavenia poľa spamu'