Steve Boyd
e91e6e56f5
Merge branch '4.7' into 4
2021-03-21 10:26:05 +13:00
Steve Boyd
acbcf4660c
Merge branch '4.6' into 4.7
2021-03-21 10:25:47 +13:00
Maxime Rainville
1cd8b76426
Merge pull request #2642 from creative-commoners/pulls/4.6/fix/behat
...
MNT Fix archive button behat test
2021-03-19 17:32:10 +13:00
Steve Boyd
1ccf67b158
MNT Fix archive button behat test
2021-03-18 15:15:16 +13:00
Will Rossiter
db7efad6ca
FIX undefined variable inChangeSets
2021-03-05 14:48:08 +13:00
Steve Boyd
f9b6d58295
Update build status badge
2021-01-21 16:30:45 +13:00
Steve Boyd
7886e51f81
Merge branch '4.7' into 4
2021-01-02 10:48:03 +13:00
Steve Boyd
babc8a462e
Merge branch '4.6' into 4.7
2021-01-02 10:40:57 +13:00
Steve Boyd
3bbc4aa6b3
Merge branch '4.5' into 4.6
2021-01-02 10:17:51 +13:00
dependabot[bot]
8788d62bc4
Merge pull request #2623 from silverstripe/dependabot/npm_and_yarn/ini-1.3.7
2020-12-31 06:47:02 +00:00
Garion Herman
bae853837e
Merge branch '4.7' into 4
2020-12-22 14:22:49 +13:00
Garion Herman
0db4650147
Merge pull request #2619 from creative-commoners/pulls/4.7/travis-shared
...
MNT Travis shared config
2020-12-22 14:19:16 +13:00
Steve Boyd
53ec8880cd
MNT Travis shared config
2020-12-22 10:25:15 +13:00
Serge Latyntsev
99a4483a3d
Merge pull request #2627 from tomaszpirc/patch-3
...
UX updates of translation to Slovenian (for 4.6)
2020-12-22 08:22:57 +13:00
Tomasz Pirc
1cb6a1baf2
UX updates of translation to Slovenian (for 4.6)
...
Translations for later versions is corrected via transifex. Can you please use the latest corrections also for the 4.6 version. Thnx.
cc @dnsl48
2020-12-21 11:00:37 +01:00
dependabot[bot]
9136c8a55f
Bump ini from 1.3.5 to 1.3.7
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-11 03:48:11 +00:00
Garion Herman
99e2ac1fd9
Merge pull request #2618 from creative-commoners/pulls/4.7/translations
...
Revert translation changes
2020-12-09 15:06:11 +13:00
Garion Herman
af5f7fc445
FIX Re-patch language in behat reports test
...
The language string supporting the title of this report was updated, then
reverted, then updated again, but the related behat test didn't get re-updated
at the same time.
2020-12-09 14:34:16 +13:00
Ingo Schommer
7681b94f29
Merge pull request #2620 from unclecheese/pulls/4/linkable-revisions
...
BUGFIX: Restore, refactor getByLink plugin
2020-12-08 13:53:39 +13:00
Aaron Carlino
e22fda3fed
Remove duplicate injector entry
2020-12-08 13:52:35 +13:00
Ingo Schommer
df322a7d18
Merge pull request #2615 from unclecheese/pulls/4/plugin-away
...
NEW compatibility with new stateless plugins
2020-12-08 11:28:53 +13:00
Aaron Carlino
36a6fb002e
NEW: Compliance with new SchemaConfig API ( #2617 )
2020-12-08 11:26:59 +13:00
Aaron Carlino
e415d41856
BUGFIX: Restore, refactor getByLink plugin
2020-12-08 11:16:52 +13:00
Maxime Rainville
02b61efc22
Merge pull request #2591 from creative-commoners/fix-page-scrolling-treeview
...
Fixes pages not being scrolled to on treeview
2020-12-07 16:39:50 +13:00
Aaron Carlino
7b960c1537
NEW: Compliance with new SchemaConfig API ( #2617 )
2020-12-01 21:27:16 +13:00
Steve Boyd
7975fa0557
Revert translation changes
2020-11-25 16:03:47 +13:00
Andre Kiste
e67012d571
Merge pull request #2562 from kinglozzer/2561-virtualpage-savetreenode
...
FIX: Incorrect method call in savetreenode (fixes #2561 )
2020-11-19 10:12:28 +13:00
bergice
0ace2968b3
Fixes pages not being scrolled to on treeview
2020-11-18 11:37:46 +13:00
Maxime Rainville
88508a243f
ENH Update translations
2020-11-16 14:19:17 +13:00
Ingo Schommer
2ad7c609d5
Merge pull request #2614 from unclecheese/pulls/4/psr-sore
...
Move graphql legacy code to _legacy for PSR-4 compat
2020-11-16 13:34:34 +13:00
Andre Kiste
dad4aed529
Merge pull request #2604 from creative-commoners/pulls/4.6/top-level-create-permission
...
ENH Disable option to create top-level pages based on permissions
2020-11-16 12:36:08 +13:00
Maxime Rainville
f6c8fd0944
ENH Update translations
2020-11-16 10:51:05 +13:00
Aaron Carlino
ee3e51e5e5
Move graphql legacy code to _legacy for PSR-4 compat
2020-11-13 21:02:08 +13:00
Aaron Carlino
5577a29502
Clean up graphql 4 travis artifacts
2020-11-13 16:50:44 +13:00
Aaron Carlino
5ab1ff3e69
NEW: GraphQL Compatibility ( #2607 )
...
* Add GraphQL4 compatibility
* Add getPageByLink
* Blacklist sitetree fields
* Remove getByLink from default schema. use linkable plugin
* getByLink compatability with new readOne filter anything
* Remove return type
* Compliance with new modelConfig
* Prep for travis
* Improvements for versioned-admin compat
* BC class guards
* New graphql 3 compat
* Fix travis syntax error
* New backward graphqlphp dependency
* Lint, build
* New phpcs exclusion
* Tidy up travis
* Fix rollback mutation
* Update code/GraphQL/_legacy/ReadOneResolver.php
Co-authored-by: Ingo Schommer <ingo@silverstripe.com>
* Address ingo feedback
* Deprecated GraphQL v3 classes
* Remove deleted branches
Co-authored-by: Ingo Schommer <ingo@silverstripe.com>
Co-authored-by: Ingo Schommer <me@chillu.com>
2020-11-13 13:50:44 +13:00
Serge Latyntsev
9fdc550458
Merge pull request #2612 from creative-commoners/pulls/4.7/fix-behat-test
...
MNT Fix broken pages with no content behat test
2020-11-06 17:13:20 +13:00
Steve Boyd
9e2d04ab90
MNT Fix broken pages with no content behat test
2020-11-06 13:02:50 +13:00
Maxime Rainville
e23c486189
ENH Update translations
2020-11-02 15:55:58 +13:00
Steve Boyd
4e10bcfc51
ENH Disable option to create top-level pages based on permissions
2020-10-22 21:21:15 +13:00
Garion Herman
f9f440c35d
Merge pull request #2602 from creative-commoners/pulls/4/fix-pgsql-unit-test-run
...
MNT Fix unit tests not running on PGSQL build
2020-10-22 15:15:50 +13:00
Garion Herman
8a16d708d4
FIX Use Live stage to fetch results during SearchFormTest
...
This resolves an issue with the testUnpublishedPagesNotIncluded case
when running against PostgreSQL.
2020-10-22 14:42:27 +13:00
Maxime Rainville
fd2184e7d1
Merge branch '4.6' into 4
2020-10-22 13:33:16 +13:00
Maxime Rainville
64c4a119b7
Merge pull request #2603 from open-sausages/pulls/4.6/fix-typo
...
BUG Fix parsing error on CMSSiteTreeFilter
2020-10-22 13:11:56 +13:00
Maxime Rainville
f9c26cefa3
BUG Fix parsing error on CMSSiteTreeFilter
2020-10-22 11:52:02 +13:00
Maxime Rainville
f4edd35989
Merge branch '4.5' into 4.6
2020-10-22 10:50:44 +13:00
Garion Herman
21a228fd23
MNT Fix unit tests not running on PGSQL build
2020-10-21 16:10:22 +13:00
Steve Boyd
c56cf0686c
Merge pull request #2601 from open-sausages/pulls/4/fix-symfony-yml
...
BUG Escape % to work with Symhony 4
2020-10-21 09:18:42 +13:00
Maxime Rainville
96281e712d
BUG Escape % to work with Symhony 4
2020-10-20 19:05:16 +13:00
dependabot[bot]
7648963cb8
Merge pull request #2600 from silverstripe/dependabot/npm_and_yarn/npm-user-validate-1.0.1
2020-10-16 21:53:11 +00:00
dependabot[bot]
072d14e8ae
Bump npm-user-validate from 1.0.0 to 1.0.1
...
Bumps [npm-user-validate](https://github.com/npm/npm-user-validate ) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/npm/npm-user-validate/releases )
- [Commits](https://github.com/npm/npm-user-validate/compare/v1.0.0...v1.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-16 19:18:12 +00:00