Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #89 from QoboLtd/task-12216
Browse files Browse the repository at this point in the history
Drop cakephp-utils (task #12216)
  • Loading branch information
eliamariutti committed Mar 10, 2020
2 parents 0dbd54a + fb9daf8 commit da47711
Show file tree
Hide file tree
Showing 90 changed files with 1,674 additions and 4 deletions.
7 changes: 5 additions & 2 deletions composer.json
Expand Up @@ -28,8 +28,11 @@
}
],
"require": {
"qobo/cakephp-utils": "^13.0",
"muffin/slug": "^1.2"
"admad/cakephp-sequence": "^2.2",
"cakephp/cakephp": "^3.5 <3.7",
"muffin/slug": "^1.2",
"muffin/trash": "^2.1",
"riesenia/cakephp-duplicatable": "^3.0"
},
"require-dev": {
"qobo/cakephp-composer-dev": "^v1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/SurveysController.php
Expand Up @@ -120,7 +120,7 @@ public function view(string $id)
->order(['submit_date' => 'DESC']);
$entries = $query->all();

$this->set(compact('survey', 'questionTypes', 'submits', 'entries'));
$this->set(compact('survey', 'questionTypes', 'entries'));
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Template/Element/tinymce.ctp
Expand Up @@ -13,7 +13,7 @@
use Cake\Core\Configure;

// load tinyMCE editor and elFinder file manager
echo $this->Html->script('Qobo/Utils./plugins/tinymce/tinymce.min', ['block' => 'scriptBottom']);
echo $this->Html->script('Qobo/Survey./plugins/tinymce/tinymce.min', ['block' => 'scriptBottom']);

// initialize tinyMCE
echo $this->Html->scriptBlock(
Expand Down
618 changes: 618 additions & 0 deletions webroot/plugins/tinymce/changelog.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions webroot/plugins/tinymce/jquery.tinymce.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions webroot/plugins/tinymce/langs/readme.md
@@ -0,0 +1,3 @@
This is where language files should be placed.

Please DO NOT translate these directly use this service: https://www.transifex.com/projects/p/tinymce/

0 comments on commit da47711

Please sign in to comment.