Commit Graph

23948 Commits

Author SHA1 Message Date
github-actions
919eeac3e2 Merge branch '4.13' into 4 2023-09-30 14:23:58 +00:00
Guy Sartorelli
7d5c62ed5f
NEW Add rightJoin method to DataList (#10961) 2023-09-27 15:24:32 +13:00
Sabina Talipova
071d8b7b09
Merge pull request #10959 from creative-commoners/pulls/4.13/add-fixed-fields
FIX Ensure all fixed fields are added
2023-09-26 12:00:59 +13:00
Guy Sartorelli
55e42683f8
FIX Match multi-line JOIN statements (#10960) 2023-09-26 10:30:55 +13:00
Guy Sartorelli
7bb72eb7c5
FIX Ensure all fixed fields are added 2023-09-25 15:35:34 +13:00
Guy Sartorelli
157317d7ee
Merge pull request #10956 from creative-commoners/pulls/5/sql-union
NEW Add sql UNION abstraction
2023-09-25 12:55:34 +13:00
Guy Sartorelli
76da701b6b
NEW Add sql UNION abstraction 2023-09-25 12:33:30 +13:00
Guy Sartorelli
fac3356739
ENH Enable allowing collisions for field statements (#10957) 2023-09-25 12:32:40 +13:00
Guy Sartorelli
bbc0295f86
NEW Add abstraction for sql RIGHT JOIN (#10954) 2023-09-25 12:32:26 +13:00
Guy Sartorelli
b28749db44
ENH Allow selecting multiple (or no) tables (#10953) 2023-09-25 12:32:19 +13:00
Guy Sartorelli
b3b1d07616
ENH Deprecate old password encryptors (#10948) 2023-09-19 18:22:08 +12:00
github-actions
9ccba6bc73 Merge branch '5.1' into 5 2023-09-16 14:23:47 +00:00
github-actions
24db72a5f5 Merge branch '5.0' into 5.1 2023-09-16 14:23:45 +00:00
github-actions
ff4a091d93 Merge branch '4' into 5.0 2023-09-16 14:23:44 +00:00
github-actions
5f72f9c9de Merge branch '4.13' into 4 2023-09-16 14:23:42 +00:00
Guy Sartorelli
58696e3ed5
FIX Set tableName on DBField before calling addToQuery (#10946) 2023-09-14 11:01:36 +12:00
Guy Sartorelli
95944448a3
Merge pull request #10942 from tjbwsk/4.13
added missing returns (fluent setter)
2023-09-13 09:57:32 +12:00
Rastislav Brandobur
17733aa84a added missing returns (fluent setter) 2023-09-11 10:58:11 +02:00
github-actions
b8665a70d5 Merge branch '5.1' into 5 2023-09-09 14:23:44 +00:00
github-actions
0b89d32f8c Merge branch '5.0' into 5.1 2023-09-09 14:23:42 +00:00
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