Commit Graph

314 Commits

Author SHA1 Message Date
Garion Herman
0119d5946e
Merge pull request #85 from creative-commoners/pulls/4/behat-fixtures
NEW Add MultiTabPage behat fixture
2021-02-10 16:07:10 +13:00
Steve Boyd
297997df73 NEW Add MultiTabPage behat fixture 2021-02-10 13:56:21 +13:00
dependabot[bot]
ef020d89b7
Bump node-sass from 4.5.3 to 4.14.1
Bumps [node-sass](https://github.com/sass/node-sass) from 4.5.3 to 4.14.1.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.5.3...v4.14.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-04 03:11:59 +00:00
Ingo Schommer
38eb9e5701
Merge pull request #83 from silverstripe/dependabot/npm_and_yarn/ini-1.3.7
Bump ini from 1.3.4 to 1.3.7
2021-02-04 16:07:40 +13:00
Ingo Schommer
f530e0f177
Merge pull request #80 from silverstripe/dependabot/npm_and_yarn/is-my-json-valid-2.20.5
Bump is-my-json-valid from 2.16.0 to 2.20.5
2021-02-04 16:06:40 +13:00
Ingo Schommer
77be6c92be
Merge pull request #79 from silverstripe/dependabot/npm_and_yarn/lodash.mergewith-4.6.2
Bump lodash.mergewith from 4.6.0 to 4.6.2
2021-02-04 16:06:28 +13:00
Ingo Schommer
378eda24c2
Merge pull request #78 from silverstripe/dependabot/npm_and_yarn/handlebars-4.7.6
Bump handlebars from 4.0.10 to 4.7.6
2021-02-04 16:06:15 +13:00
dependabot[bot]
afc18c31a7
Bump ini from 1.3.4 to 1.3.7
Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.4...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-11 07:16:09 +00:00
dependabot[bot]
73d61184cc
Bump is-my-json-valid from 2.16.0 to 2.20.5
Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) from 2.16.0 to 2.20.5.
- [Release notes](https://github.com/mafintosh/is-my-json-valid/releases)
- [Commits](https://github.com/mafintosh/is-my-json-valid/compare/v2.16.0...v2.20.5)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-07 21:27:40 +00:00
dependabot[bot]
ca399fd955
Bump lodash.mergewith from 4.6.0 to 4.6.2
Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.0 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-07 21:27:38 +00:00
dependabot[bot]
ac663c7c6e
Bump handlebars from 4.0.10 to 4.7.6
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.10 to 4.7.6.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.10...v4.7.6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-07 21:27:37 +00:00
Ingo Schommer
b8403b9628
Merge pull request #77 from open-sausages/pulls/4/generate-blocks
NEW Generate blocks
2020-12-08 10:26:49 +13:00
Ingo Schommer
efbc66d941 NEW Generate blocks 2020-11-03 18:06:45 +13:00
Aaron Carlino
030208712a
NEW GraphQL 4 Compatability (#72)
* Initial compat for graphql4
* Fix graphql config
2020-10-22 15:00:29 +13:00
Steve Boyd
fd800a3a79
Merge pull request #76 from creative-commoners/pulls/4/test-registry-classes-required
Amend TestRegistry* classes declaration
2020-10-12 14:46:16 +13:00
Serge Latyntcev
b529dc6353 Amend TestRegistry* classes declaration 2020-10-12 12:30:07 +13:00
Dan Hensby
c5191b5f78
Merge pull request #75 from open-sausages/pull/4/better-validate 2020-09-18 16:51:53 +01:00
Maxime Rainville
4d2d3628e0 BUG Update Company validate method to reflect best practices. 2020-09-17 15:13:47 +12:00
Robbie Averill
11c4dd857b
Merge pull request #74 from open-sausages/pulls/require-registry
Require silverstripe/registry
2020-08-17 12:46:02 -07:00
Ingo Schommer
82a660dadc Require silverstripe/registry
Those class_exists() check don't work with class manifests.
Check the logic in ClassManifestVisitor - it just parses PHP until it finds
class definitions. Which means you'll have those files in the manifest,
but when dev/build tries to instantiate them it fails
with an InjectorNotFoundException.

We could argue that this should be fixed in core,
but I'm not sure that this style of conditional classes
needs to be supported.
2020-08-13 20:48:30 +12:00
Serge Latyntsev
dc3f096e20
Merge pull request #71 from open-sausages/pulls/4/pre-array-glue-implosion
BUG Move the glu before the array when calling implode
2020-07-21 15:35:44 +12:00
Maxime Rainville
967a140cde BUG Move the glu before the array when calling implode 2020-07-21 15:10:00 +12:00
Steve Boyd
1af91b43c6
Merge pull request #68 from open-sausages/pulls/better-file-maker-default
Improve the file maker default and make the protected attribute configuration flags like they are menat to be
2020-06-17 15:22:35 +12:00
Maxime Rainville
04918fa862 Improve the file maker default and make the protected attribute configuration flags like they are menat to be 2020-06-17 15:14:41 +12:00
Serge Latyntsev
fc7d41930d
Merge pull request #66 from creative-commoners/pulls/master/increase-limits
WIP: Increase limits
2020-03-03 14:17:39 +13:00
Steve Boyd
5f4cfaedc0 Create a scenario where files end up in the wrong asset store 2020-03-03 14:01:22 +13:00
Ingo Schommer
120c3155df
Merge pull request #62 from open-sausages/pulls/4/file-maker-thumbs
NEW Generate thumbs in FTFileMakerTask
2019-06-21 10:51:04 +12:00
Guy Marriott
f6d9f054f0
Merge pull request #63 from creative-commoners/pulls/master/update-class-references
Update UploadField namespace reference
2019-05-07 12:04:08 +12:00
Garion Herman
ffad8c6e39 Update UploadField namespace reference 2019-05-07 12:00:07 +12:00
Ingo Schommer
14b6eeffd6 NEW Generate thumbs in FTFileMakerTask 2019-04-11 13:06:32 +12:00
Maxime Rainville
4886c996b9
Merge pull request #58 from creative-commoners/pulls/0/registry-defaults
NEW Adding a default registry page
2019-01-23 19:55:09 +13:00
Robbie Averill
eb89c30b08
FIX Typo in completion message
Co-Authored-By: ScopeyNZ <guy@scopey.co.nz>
2019-01-23 16:16:04 +13:00
Guy Marriott
2f672ae2ca
NEW Adding a default registry page 2019-01-18 13:56:58 +13:00
Guy Marriott
6dd60fdd3b
Merge pull request #56 from open-sausages/pulls/0/graphql-scaffolding
MINOR Scaffold some DataObject for testing graphql
2018-12-17 16:22:42 +13:00
Guy Marriott
dd06638b0a
Merge pull request #57 from open-sausages/pulls/extra-class
Test addExtraClass()
2018-12-12 23:34:57 +13:00
Ingo Schommer
9e65247cd1 Test addExtraClass() 2018-12-11 16:05:58 +13:00
Maxime Rainville
8bd432bef3
Undo debug statement. 2018-12-05 12:12:29 +13:00
Maxime Rainville
c89dd1f5e1 MINOR Scaffold some DataObject for testing graphql 2018-11-26 15:01:22 +13:00
Ingo Schommer
cace7979aa
Merge pull request #55 from open-sausages/pulls/4/tweak-framework-test
Update Frameworktest to be a vendormodule and tweaks
2018-10-18 17:27:03 +13:00
Maxime Rainville
98d9ec95f2 MINOR Make the Employee search form ridiculously convoluted. 2018-10-18 16:16:54 +13:00
Maxime Rainville
987fb56d5a Use ResourceMonitorLoader to fetch image url. 2018-10-18 14:11:38 +13:00
Maxime Rainville
50fd800918 correct tupo in composer file. 2018-10-18 11:04:28 +13:00
Maxime Rainville
c8bb177b9b MINOR upgrade to module to be a vendor-module. 2018-10-18 10:58:59 +13:00
Ingo Schommer
1876c02597
Merge pull request #53 from open-sausages/pulls/rename-table
Less conflicting TestPage table name
2018-09-24 15:19:11 +12:00
Ingo Schommer
41d323b683 Less conflicting TestPage table name
See https://github.com/silverstripe/cwp-recipe-kitchen-sink/pull/14#issuecomment-423417352
2018-09-24 11:23:42 +12:00
Aaron Carlino
87b77e5551
Merge pull request #48 from open-sausages/pulls/get-off-my-gridfield
Add a tab with 2 gridfields, one after the other
2018-04-09 16:59:12 +12:00
Luke Edwards
9909f97f81 Add a tab with 2 gridfields, one after the other 2018-04-04 14:35:25 +12:00
Damian Mooyman
fe4aa6e623
Merge pull request #45 from open-sausages/feature/test-page-types
ENHANCEMENT: Add page type creator task
2017-12-13 15:36:49 +13:00
Aaron Carlino
59feb76a49 formatting 2017-11-30 10:37:10 +13:00
Aaron Carlino
e4f9bb4cc3 new gitignore 2017-11-29 11:46:19 +13:00