Guy Sartorelli
377dc1ef93
Merge pull request #358 from Sitetools/link_color_fix
...
Make link color white.
2023-12-19 13:57:29 +13:00
Robin
1637e78ea1
Make link color white.
2023-12-19 13:54:08 +13:00
Loz Calver
e7d7178719
Merge pull request #372 from creative-commoners/pulls/3.6/manymanythrough-editablecolumns
...
FIX Allow editing extra fields from ManyManyThroughList.
2023-08-21 09:06:49 +01:00
Guy Sartorelli
1e5a1e8056
ENH Update translations ( #373 )
2023-08-21 13:21:15 +12:00
Guy Sartorelli
47171ee4c2
FIX Allow editing extra fields from ManyManyThroughList.
2023-08-21 09:02:42 +12:00
Guy Sartorelli
1284046e10
Merge pull request #365 from creative-commoners/pulls/3.6/tx-1686725015
...
ENH Update translations
2023-06-15 10:06:20 +12:00
Steve Boyd
665d23170b
ENH Update translations
2023-06-14 18:43:35 +12:00
Sabina Talipova
504b3bd822
Merge pull request #364 from creative-commoners/pulls/3.6/tx-1685417567
...
ENH Update translations
2023-05-31 11:29:33 +12:00
Steve Boyd
89a7301b67
ENH Update translations
2023-05-30 15:32:47 +12:00
Guy Sartorelli
bb6c0396f1
Merge branch '3.5' into 3.6
2023-04-06 10:40:35 +12:00
Guy Sartorelli
bd783a4a24
Merge pull request #361 from creative-commoners/pulls/3.5/arrays
...
FIX Handle arrays in default_sort
2023-04-06 10:39:18 +12:00
Steve Boyd
17f92d08ba
FIX Handle arrays in default_sort
2023-04-06 10:30:12 +12:00
Guy Sartorelli
b0addcb5bd
ENH Update translations ( #359 )
2023-03-09 14:53:24 +13:00
Maxime Rainville
d5d438c5cc
Merge pull request #334 from josephlewisnz/feature/republish-live-records-3
...
Feature/republish live records 3
2022-11-18 15:38:05 +13:00
Sabina Talipova
e9f202f003
Merge pull request #351 from creative-commoners/pulls/3/stop-depr
...
API Stop using deprecated API
2022-11-11 12:06:57 +13:00
Steve Boyd
aa6ac7a1a2
API Stop using deprecated API
2022-11-03 11:45:10 +13:00
Chris Penny
23a5154c97
ENH: Update reorderItems() to use ORM where possible ( #336 )
...
* ENH: Update reorderItems() to use ORM where possible
* Increase test coverage of orderable rows
2022-08-04 10:51:40 +12:00
Steve Boyd
7a8f244df0
Merge branch '3.4' into 3
2022-08-03 14:26:22 +12:00
Steve Boyd
378b3af799
Merge branch '3.3' into 3.4
2022-08-03 14:26:18 +12:00
Guy Sartorelli
77e811459e
Merge pull request #346 from creative-commoners/pulls/3.3/standardise-modules
...
MNT Standardise modules
2022-08-03 14:19:05 +12:00
Steve Boyd
aec306bae2
MNT Standardise modules
2022-08-03 13:54:28 +12:00
Guy Sartorelli
4d99f83bbf
Merge pull request #347 from creative-commoners/pulls/3.4/remove-travis
...
MNT Remove travis
2022-08-03 12:30:03 +12:00
Steve Boyd
2cfe6db9a7
MNT Remove travis
2022-08-03 12:12:02 +12:00
bumbus
f56bf67e40
FIX Fixes GridFieldEditableColumns::isChanged method for non-string values (e.g. arrays for has_many / many_many relations) ( #343 )
...
* fixes GridFieldEditableColumns::isChanged method for non-string values (e.g. arrays for has_many / many_many relations)
* revert formatting
Co-authored-by: Bumbus <sf@arillo.ch>
2022-08-01 13:22:09 +12:00
Guy Sartorelli
acacac2563
Merge pull request #329 from creative-commoners/pulls/3/default-sort-unit-test
...
MNT Add unit tests for default sort
2022-08-01 11:25:29 +12:00
Steve Boyd
dc99a8e04d
Merge branch '3.4' into 3
2022-07-25 11:51:34 +12:00
Steve Boyd
7f90426987
Merge branch '3.3' into 3.4
2022-07-25 11:51:30 +12:00
Guy Sartorelli
c6dfea0598
Merge pull request #345 from creative-commoners/pulls/3.3/module-standards
...
MNT Use GitHub Actions CI
2022-07-15 13:59:06 +12:00
Steve Boyd
cfc764e3b5
MNT Use GitHub Actions CI
2022-07-15 13:57:33 +12:00
Steve Boyd
1574be36db
Merge branch '3.4' into 3
2022-06-16 13:37:02 +12:00
Steve Boyd
0405d919fc
Merge pull request #341 from silverstripeltd/pull/performance-fixes
...
ENH: Add performance fixes on saving editable columns
2022-06-16 13:35:24 +12:00
Mo Alsharaf
547ec8aa50
ENH: Add performance fixes on saving editable columns
...
- Use one query to fetch all items needed to be saved.
- Only save items that are changed.
2022-06-16 13:02:16 +12:00
Steve Boyd
71d60b0734
Merge pull request #338 from creative-commoners/pulls/3/php81
...
ENH PHP 8.1 compatibility
2022-04-22 16:48:56 +12:00
Steve Boyd
93e4379c3d
ENH PHP 8.1 compatibility
2022-04-13 17:44:44 +12:00
Guy Sartorelli
ec93c994f8
NEW Extend new AbstractGridFieldComponent class ( #332 )
...
This makes this module's `GridFieldComponent` classes `Injectable`, and allows any future enhancements in the new abstract class to automatically apply without requiring additional changes in this module.
The class is introduced in silverstripe/framework 4.11.0 so the dependency constraint needs to be updated.
Also update docs to encourage use of dependency injection.
2022-03-04 10:12:24 +13:00
Guy Sartorelli
8c4e924bfa
ENH: Prefer dependency injection over use of new
keyword. ( #333 )
...
* ENH: Prefer dependency injection over use of `new` keyword.
* MNT Fix phpcs linting error.
2022-02-18 16:44:54 +13:00
josephlewisnz
2928504b3c
removed param
2022-02-18 08:39:59 +13:00
josephlewisnz
8e77095de0
updated to create syntax
2022-02-17 13:10:44 +13:00
josephlewisnz
07c97e45b2
Added the ability to autopublish items that are already live
2022-02-17 12:53:13 +13:00
Daniel Hensby
8e9ee0bace
Merge pull request #330 from creative-commoners/pulls/3/php74
...
DEP Set PHP 7.4 as the minimum version
2022-02-10 11:36:30 +00:00
Steve Boyd
78da0c31fe
DEP Set PHP 7.4 as the minimum version
2022-02-10 17:59:26 +13:00
Steve Boyd
607a9bcdf9
MNT Add unit tests for default sort
2022-02-02 15:36:25 +13:00
David Toews
6d6cf4a225
ENH applies default sort order to CMS ordering ( #325 )
...
* (cms interface) applies default sort order to CMS ordering
This allows secondary sort ordering to be applied when it exists and when the objects have not been sorted manually
* (sort logic) adds additional checks for non DataList or unsorted cases
* Update src/GridFieldOrderableRows.php
Co-authored-by: Michal Kleiner <mk@011.nz>
Co-authored-by: Michal Kleiner <mk@011.nz>
2022-02-02 15:29:57 +13:00
Maxime Rainville
baa6a8d147
Merge pull request #327 from creative-commoners/pulls/3/sapphire-test-nine
...
API phpunit 9 support
2021-11-09 13:14:44 +13:00
Steve Boyd
5e3037bd2f
API phpunit 9 support
2021-11-09 11:43:41 +13:00
Steve Boyd
b52fd75f0e
Update README.md
2021-06-18 14:03:25 +12:00
Marcus
7738a0b89b
Merge pull request #319 from ntd/inline-row-with-defaults
...
FIX: use default values in new inline rows (#64 )
2021-05-13 10:11:36 +10:00
Marcus
719c0ed547
Merge pull request #302 from lpostiglione/patch-1
...
Fix support for dot notation in GridFieldOrderableRows
2021-05-13 10:09:52 +10:00
Nicola Fontana
3d4986432c
FIX: use default values in new inline rows ( #64 )
2021-03-24 20:32:02 +01:00
Steve Boyd
74126ed6a7
Merge branch '3.2' into 3
2021-03-20 14:14:24 +13:00