Commit Graph

270 Commits

Author SHA1 Message Date
Aaron Carlino 9988c9af88 NEW: More complete block content, unique images with watermarks 2021-05-03 13:36:06 +12:00
Ingo Schommer c91459f6be
Merge pull request #88 from creative-commoners/pulls/4/g4-config
FIX Unindent models config
2021-02-26 10:10:45 +13:00
Steve Boyd 4105903dc7 FIX Unindent models config 2021-02-26 10:05:34 +13:00
Ingo Schommer 4412afe822
Merge pull request #87 from creative-commoners/pulls/4/graphql4-fix-and-tablenames
FIX GraphQL4 config, add table names to pages
2021-02-26 09:45:55 +13:00
Steve Boyd 3c83a61988 FIX GraphQL4 config, add table names to pages 2021-02-25 23:51:25 +13:00
Serge Latyntsev 5dd2c795d2
Merge pull request #86 from creative-commoners/pulls/4/extend-page
FIX Extend Page instead of SiteTree so that this works with GraphQL3
2021-02-25 16:23:56 +13:00
Steve Boyd 47cb51360d FIX Extend Page instead of SiteTree so that this works with GraphQL3 2021-02-25 14:44:26 +13:00
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
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