Commit Graph

23978 Commits

Author SHA1 Message Date
github-actions
b01afbe99b Merge branch '4' into 5.0 2023-09-09 14:23:41 +00:00
github-actions
e28457cfa7 Merge branch '4.13' into 4 2023-09-09 14:23:38 +00:00
Steve Boyd
5aa92359ab Merge branch '5.1' into 5 2023-09-07 12:59:58 +12:00
Steve Boyd
724d8c9047 Merge branch '5.0' into 5.1 2023-09-07 12:59:45 +12:00
Steve Boyd
62eea1c1e0 Merge branch '5.0' into 5 2023-09-07 10:13:10 +12:00
Guy Sartorelli
2c9beab760
Merge pull request #10937 from creative-commoners/pulls/5.0/fix-validation
FIX Call Textarea validation extension
2023-09-07 09:13:05 +12:00
Steve Boyd
17c33231c4 FIX Call Textarea validation extension 2023-09-05 16:08:20 +12:00
Guy Sartorelli
7ea25bf9e1
FIX Call addToQuery on all DBFields (#10936) 2023-09-05 15:06:53 +12:00
github-actions
e588005a4b Merge branch '5.1' into 5 2023-09-02 14:23:41 +00:00
github-actions
c59aa5e13f Merge branch '5.0' into 5.1 2023-09-02 14:23:40 +00:00
github-actions
a0493cffff Merge branch '4' into 5.0 2023-09-02 14:23:38 +00:00
github-actions
a67b4bd671 Merge branch '4.13' into 4 2023-09-02 14:23:36 +00:00
Guy Sartorelli
374771d4d7
FIX Correctly implement backwards compatible null comparisons (#10935) 2023-08-31 12:26:40 +12:00
Sabina Talipova
c5be3fc487
Merge pull request #10931 from tjbwsk/4.13
added missing maxLength validation
2023-08-31 08:45:10 +12:00
Rastislav Brandobur
7ae7e9ff47 added maxLength validation tests 2023-08-30 10:56:21 +02:00
Guy Sartorelli
fb5ad120c5
Merge branch '5.0' into 5 2023-08-29 20:26:08 +12:00
Guy Sartorelli
15eade8280
Merge branch '4' into 5.0 2023-08-29 20:25:45 +12:00
Guy Sartorelli
9a79b40eac
Merge branch '4.13' into 4 2023-08-29 20:23:12 +12:00
Loz Calver
2c577aa17f
Merge pull request #10921 from forsdahl/php8.2-compatibility
PHP 8.2 compatibility fixes
2023-08-29 09:16:00 +01:00
Guy Sartorelli
2513ef6a3d
Merge pull request #10934 from creative-commoners/pulls/5.0/module-standardiser-1693278675
MNT Run module-standardiser
2023-08-29 17:08:00 +12:00
Maxime Rainville
d01ae8029e
ENH Update logo (#10922) 2023-08-29 15:53:07 +12:00
Guy Sartorelli
b4463d9050
NEW Enable ArrayList and EagerLoadedList to use search filters (#10925) 2023-08-29 15:40:19 +12:00
Steve Boyd
fe493261dd MNT Run module-standardiser 2023-08-29 15:11:15 +12:00
Rastislav Brandobur
d6c39e7d36 added missing maxLength validation 2023-08-28 10:51:43 +02:00
Steve Boyd
c17138b6f5 Merge branch '5.0' into 5 2023-08-28 18:26:22 +12:00
github-actions
69549f2a23 Merge branch '4' into 5.0 2023-08-26 14:23:32 +00:00
github-actions
da1f74ea5b Merge branch '4.13' into 4 2023-08-26 14:23:30 +00:00
Niklas Forsdahl
88c70b3234 Fixed deprecation notices in php 8.2 by using the AllowDynamicProperties
annotation on classes that set dynamic properties
2023-08-25 11:07:48 +03:00
Guy Sartorelli
2e92b89b54
Merge pull request #10923 from kinglozzer/10821-mmtl-changetracking
FIX: Stop ManyManyThroughList join records incorrectly showing as changed (fixes #10821)
2023-08-24 09:05:38 +12:00
Loz Calver
1fd495449b FIX: Stop ManyManyThroughList join records incorrectly showing as changed (fixes #10821) 2023-08-23 16:43:56 +01:00
Guy Sartorelli
5ee77b69f1
Merge pull request #10924 from kinglozzer/10689-typo-in-test-class-name
FIX: Typo in CheckboxSetFieldMultiEnumTest class name (closes #10689)
2023-08-23 11:11:14 +12:00
Steve Boyd
00cade0d38 Merge branch '5.0' into 5 2023-08-22 15:32:50 +12:00
Steve Boyd
ee0468e5b7 Merge branch '4.13' into 5.0 2023-08-22 15:32:38 +12:00
Loz Calver
57cb55d6ae FIX: Typo in CheckboxSetFieldMultiEnumTest class name (closes #10689) 2023-08-21 15:49:09 +01:00
Guy Sartorelli
3e72f5e694
ENH Update translations (#10920) 2023-08-21 12:32:21 +12:00
github-actions
9248454fb3 Merge branch '4.13' into 4 2023-08-19 14:23:33 +00:00
Guy Sartorelli
8745890d84
ENH Update translations (#10918) 2023-08-17 18:15:25 +12:00
Guy Sartorelli
765aeb7200
Merge pull request #10917 from sunnysideup/5-2
MINOR: set a default password encryption for a member, if no password encryption…
2023-08-15 17:22:30 +12:00
Sunny Side Up
6c2b5bdbe1
Update src/Security/Member.php
Co-authored-by: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com>
2023-08-15 17:06:46 +12:00
Sunny Side Up
93d03f71ef
MINOR: set a default password encryption for a member, if no password encryption is set. 2023-08-15 16:29:52 +12:00
Guy Sartorelli
9a26bebf9e
Merge pull request #10909 from creative-commoners/pulls/5/module-standardiser-1691550112
MNT Run module-standardiser
2023-08-15 12:09:51 +12:00
Guy Sartorelli
c7cd26299a
Fix ArrayList canFilterBy to work with ArrayData (#10915) 2023-08-15 11:31:20 +12:00
Guy Sartorelli
cdbc50cb7e
Merge pull request #10913 from lekoala/dbcomposite
DBComposite::writeToManipulation() is never called
2023-08-15 10:52:05 +12:00
Thomas Portelange
637859a1f4
Update tests/php/ORM/DBCompositeTest.php
Co-authored-by: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com>
2023-08-14 09:26:33 +02:00
Steve Boyd
61d764c8fc MNT Run module-standardiser 2023-08-14 15:45:26 +12:00
Thomas Portelange
0d4231abb8
comment test for ss4 2023-08-11 13:24:01 +02:00
Guy Sartorelli
b178647dee
Merge pull request #10844 from lekoala/patch-40
update IPUtils
2023-08-11 20:47:09 +12:00
Thomas
d621d00eea
DBComposite::writeToManipulation() is never called 2023-08-11 09:56:37 +12:00
github-actions
613dc1620c Merge branch '5.0' into 5 2023-08-09 23:47:19 +00:00
Guy Sartorelli
15e4cbeb7a
Merge branch '4' into 5.0 2023-08-10 11:46:33 +12:00