Commit Graph

409 Commits

Author SHA1 Message Date
github-actions
8d48dbcfa1 Merge branch '4.1' into 4 2024-09-30 20:31:28 +00:00
github-actions
50974abea9 Merge branch '4.0' into 4.1 2024-09-30 20:31:26 +00:00
Guy Sartorelli
bef2090565
Merge pull request #308 from lekoala/patch-4
fix multiple things in EditHandler
2024-10-01 09:21:46 +13:00
Thomas Portelange
1cf36022b1
update icons 2024-09-30 09:06:17 +02:00
Thomas Portelange
d2ae01ef24
update syntax 2024-09-30 08:53:57 +02:00
Thomas Portelange
901c64f7a7
fix multiple things in EditHandler 2024-09-19 16:45:50 +02:00
Guy Sartorelli
4bd3542d0b
Merge pull request #303 from sitelease/onbulkupload-enhancement-new
API Added fileID and record variables to onBulkUpload hook (Revision 2)
2024-08-20 09:24:34 +12:00
Benjamin Blake
13809b999a API Added fileID and record variables to onBulkUpload hook 2024-08-19 13:30:08 -06:00
Guy Sartorelli
50e092d283
Merge branch '4.0' into 4 2024-08-05 14:53:14 +12:00
Guy Sartorelli
dd8a557c85
TLN Update translations (#300) 2024-08-05 14:45:37 +12:00
Guy Sartorelli
e639dd4d83
MNT Remove branch alias (#299) 2024-08-05 14:44:26 +12:00
github-actions
d4dc056cc6 Merge branch '4.0' into 4 2024-08-02 06:45:00 +00:00
Guy Sartorelli
a620e13898
MNT Run module-standardiser (#298) 2024-08-01 18:27:06 +12:00
Guy Sartorelli
7c3da4d721
Merge branch '4.0' into 4 2024-06-20 16:00:15 +12:00
Guy Sartorelli
a13e101581
DEP Update eslint-config dependency (#292) 2024-06-20 15:52:35 +12:00
Steve Boyd
a17b999ad3 Merge branch '4.0' into 4 2024-06-19 15:42:05 +12:00
Guy Sartorelli
0fd4d5a1dc
MNT Fix scss lint warnings (#289) 2024-06-12 11:47:51 +12:00
github-actions
334b6abb6b Merge branch '4.0' into 4 2024-05-31 06:41:37 +00:00
Guy Sartorelli
285580f439
MNT Run module-standardiser (#288) 2024-05-31 09:31:06 +12:00
Guy Sartorelli
e6b27ac501
FIX No more floating checkboxes (#286) 2024-05-30 09:52:52 +12:00
Guy Sartorelli
0ffc6c9e08
Merge pull request #284 from creative-commoners/pulls/4/module-standardiser-1715910749
MNT Run module-standardiser
2024-05-21 16:19:06 +12:00
Steve Boyd
73b1f15eb8 MNT Run module-standardiser 2024-05-17 15:01:18 +12:00
Guy Sartorelli
59dad15214
Merge pull request #283 from creative-commoners/pulls/4/module-standardiser-1715810995
MNT Run module-standardiser
2024-05-17 09:15:16 +12:00
Steve Boyd
0c0cc32b1f MNT Run module-standardiser 2024-05-16 14:36:48 +12:00
Steve Boyd
72be484b4e Merge branch '4.0' into 4 2024-05-09 12:55:41 +12:00
Steve Boyd
f6b96e7f4b Merge branch '3' into 4.0 2024-05-09 12:35:53 +12:00
Steve Boyd
ea7946ac77 Merge branch '3.1' into 3 2024-05-09 12:32:34 +12:00
Guy Sartorelli
3f0ef1bd92
Merge pull request #282 from colymba/pulls/3.1/nvmrc
MNT Add .nvmrc
2024-05-09 12:20:53 +12:00
Steve Boyd
37b4cce829 MNT Add .nvmrc 2024-05-09 10:44:17 +12:00
Guy Sartorelli
dfd07f78f6
TLN Update translations (#280) 2024-05-07 15:12:56 +12:00
Sabina Talipova
6e5d02c0db
Merge pull request #278 from colymba/pulls/4.0/lint-sass
MNT Update lint script
2024-05-01 10:20:00 +12:00
Steve Boyd
4a41729fae MNT Update lint script 2024-05-01 09:39:48 +12:00
Guy Sartorelli
0601e4f35e
Merge pull request #277 from lekoala/patch-3
fix missing import
2024-04-30 09:02:49 +12:00
Thomas Portelange
f842a301cd
fix missing import 2024-04-29 09:39:24 +02:00
Guy Sartorelli
e79111af44
Merge pull request #275 from creative-commoners/pulls/4.0/stylelint
MNT Replace sass-lint with stylelint
2024-04-29 09:10:14 +12:00
Sabina Talipova
af6f926ae7 MNT Replace sass-lint with stylelint 2024-04-26 12:53:25 +12:00
Guy Sartorelli
2bd8c35374
Merge pull request #272 from colymba/pulls/4.0/update-js-deps
DEP Update JS dependencies
2024-04-03 15:38:17 +13:00
Steve Boyd
3c38967ab6 DEP Update JS dependencies 2024-04-02 16:58:40 +13:00
Guy Sartorelli
734090af68
Merge pull request #271 from pschiffe/3.1
FIX `HTTPBulkToolsResponse.addSuccessRecords()` fn
2024-03-08 14:13:00 +13:00
Peter Schiffer
379fda091b
FIX HTTPBulkToolsResponse.addSuccessRecords() fn
This function was trying to merge 2 arrays with PHP fn `array_push()`
which was failing if the second parameter was array as well. This fix
replaces `array_push()` with `array_merge()` fn.

Resolves #187
2024-03-04 15:01:35 +01:00
Guy Sartorelli
bdefd141ec
Merge pull request #270 from pschiffe/3.1
TLN Allow to translate column name `Select`
2024-03-04 11:36:11 +13:00
Peter Schiffer
1e4b319110
TLN Allow to translate column name Select
Fixes #268
2024-02-29 13:31:10 +01:00
Guy Sartorelli
b7c1f98d07
MNT Run module-standardiser (#265) 2024-02-02 13:50:32 +13:00
Bram de Leeuw
9a8cc3792e
FIX Remove deprecated convert API for SS5.0 (#260) 2023-11-22 22:00:44 +13:00
Guy Sartorelli
643547608c
Merge pull request #258 from creative-commoners/pulls/3.1/tx-1699396068
TLN Update translations
2023-11-13 09:57:23 +13:00
Steve Boyd
fab0f953bf TLN Update translations 2023-11-08 11:27:48 +13:00
Guy Sartorelli
741a20272a
Merge pull request #238 from purplespider/ss5-fix-json2array
SS5 Fix: Replace json2array with json_decode
2023-10-18 15:06:03 +13:00
Guy Sartorelli
5b214779a5
DEP Update javascript dependencies (#254) 2023-10-04 09:49:51 +13:00
Guy Sartorelli
dd0f49adc1
Merge pull request #246 from creative-commoners/pulls/4.0/module-standardiser-1693278318
MNT Run module-standardiser
2023-08-29 17:03:13 +12:00
Steve Boyd
0add9ff375 MNT Run module-standardiser 2023-08-29 15:05:18 +12:00