From bf3a452b002b14853a84a1739eefd8a53cb94e0e Mon Sep 17 00:00:00 2001 From: "Matthew J. Mucklo" Date: Sun, 10 Dec 2017 08:51:11 -0800 Subject: [PATCH 1/4] Adding mmucklo/grid-bundle --- .../4.0/config/packages/dtc_grid.yaml | 19 +++++++++++++++++++ mmucklo/grid-bundle/4.0/manifest.json | 8 ++++++++ mmucklo/grid-bundle/4.0/post-install.txt | 17 +++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 mmucklo/grid-bundle/4.0/config/packages/dtc_grid.yaml create mode 100644 mmucklo/grid-bundle/4.0/manifest.json create mode 100644 mmucklo/grid-bundle/4.0/post-install.txt diff --git a/mmucklo/grid-bundle/4.0/config/packages/dtc_grid.yaml b/mmucklo/grid-bundle/4.0/config/packages/dtc_grid.yaml new file mode 100644 index 00000000..6d990f2a --- /dev/null +++ b/mmucklo/grid-bundle/4.0/config/packages/dtc_grid.yaml @@ -0,0 +1,19 @@ +dtc_grid: + purl: 'https://cdnjs.cloudflare.com/ajax/libs/purl/2.3.1/purl.min.js' + jquery: + url: 'https://code.jquery.com/jquery-3.2.1.min.js' + integrity: sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4= + crossorigin: anonymous + datatables: + css: + - 'https://cdn.datatables.net/1.10.16/css/dataTables.bootstrap.min.css' + js: + - 'https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js' + - 'https://cdn.datatables.net/1.10.16/js/dataTables.bootstrap.min.js' + theme: + css: + - 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css' + - 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css' + js: + - 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js' + page_div_style: 'margin: 10px' diff --git a/mmucklo/grid-bundle/4.0/manifest.json b/mmucklo/grid-bundle/4.0/manifest.json new file mode 100644 index 00000000..a6ac0186 --- /dev/null +++ b/mmucklo/grid-bundle/4.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Dtc\\GridBundle\\DtcGridBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/mmucklo/grid-bundle/4.0/post-install.txt b/mmucklo/grid-bundle/4.0/post-install.txt new file mode 100644 index 00000000..d1a8b280 --- /dev/null +++ b/mmucklo/grid-bundle/4.0/post-install.txt @@ -0,0 +1,17 @@ + + What's next? + + + * Warning: make sure the twig engine is turned on in framework.yaml + + - If not, add the following to config/packages/framework.yaml: + +framework: + # ... + templating: + engines: ['twig'] + + * Then add the following to config/routes.yaml: + +dtc_grid: + resource: '@DtcGridBundle/Resources/config/routing.yml' From c0196fa5a8b53d50f2e68f88c6df82eca2890779 Mon Sep 17 00:00:00 2001 From: "Matthew J. Mucklo" Date: Sun, 10 Dec 2017 17:33:40 +0000 Subject: [PATCH 2/4] mmucklo/grid-bundle updating coloring in post-install.txt --- mmucklo/grid-bundle/4.0/post-install.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mmucklo/grid-bundle/4.0/post-install.txt b/mmucklo/grid-bundle/4.0/post-install.txt index d1a8b280..4793b257 100644 --- a/mmucklo/grid-bundle/4.0/post-install.txt +++ b/mmucklo/grid-bundle/4.0/post-install.txt @@ -2,16 +2,16 @@ What's next? - * Warning: make sure the twig engine is turned on in framework.yaml + * Warning: make sure the twig engine is turned on in framework.yaml - - If not, add the following to config/packages/framework.yaml: + - If not, add the following to config/packages/framework.yaml: -framework: +framework: # ... templating: engines: ['twig'] - * Then add the following to config/routes.yaml: + * Then add the following to config/routes.yaml: -dtc_grid: - resource: '@DtcGridBundle/Resources/config/routing.yml' +dtc_grid: + resource: '@DtcGridBundle/Resources/config/routing.yml' From e00e763334150bc0933ac4ffd541426a5fbafa47 Mon Sep 17 00:00:00 2001 From: "Matthew J. Mucklo" Date: Tue, 12 Dec 2017 20:52:11 -0800 Subject: [PATCH 3/4] update post-install.txt to remove custom coloring and add a config/routes/dtc_grid.yaml --- mmucklo/grid-bundle/4.0/config/routes/dtc_grid.yaml | 2 ++ mmucklo/grid-bundle/4.0/post-install.txt | 13 ++++--------- 2 files changed, 6 insertions(+), 9 deletions(-) create mode 100644 mmucklo/grid-bundle/4.0/config/routes/dtc_grid.yaml diff --git a/mmucklo/grid-bundle/4.0/config/routes/dtc_grid.yaml b/mmucklo/grid-bundle/4.0/config/routes/dtc_grid.yaml new file mode 100644 index 00000000..29132d48 --- /dev/null +++ b/mmucklo/grid-bundle/4.0/config/routes/dtc_grid.yaml @@ -0,0 +1,2 @@ +dtc_grid: + resource: '@DtcGridBundle/Resources/config/routing.yml' diff --git a/mmucklo/grid-bundle/4.0/post-install.txt b/mmucklo/grid-bundle/4.0/post-install.txt index 4793b257..568011e4 100644 --- a/mmucklo/grid-bundle/4.0/post-install.txt +++ b/mmucklo/grid-bundle/4.0/post-install.txt @@ -2,16 +2,11 @@ What's next? - * Warning: make sure the twig engine is turned on in framework.yaml + * Warning: make sure the twig engine is turned on in framework.yaml - - If not, add the following to config/packages/framework.yaml: + - If not, add the following to config/packages/framework.yaml: -framework: +framework: # ... templating: - engines: ['twig'] - - * Then add the following to config/routes.yaml: - -dtc_grid: - resource: '@DtcGridBundle/Resources/config/routing.yml' + engines: ['twig'] From 54f8842c6691be66c72544be5aef3631383c8c39 Mon Sep 17 00:00:00 2001 From: "Matthew J. Mucklo" Date: Tue, 12 Dec 2017 20:54:25 -0800 Subject: [PATCH 4/4] update messaging --- mmucklo/grid-bundle/4.0/post-install.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mmucklo/grid-bundle/4.0/post-install.txt b/mmucklo/grid-bundle/4.0/post-install.txt index 568011e4..75dfb59e 100644 --- a/mmucklo/grid-bundle/4.0/post-install.txt +++ b/mmucklo/grid-bundle/4.0/post-install.txt @@ -2,9 +2,9 @@ What's next? - * Warning: make sure the twig engine is turned on in framework.yaml +Warning: make sure the twig engine is turned on in framework.yaml - - If not, add the following to config/packages/framework.yaml: + - If not, add the following to config/packages/framework.yaml: framework: # ...