Skip to content

Releases: maiconpinto/cakephp-adminlte-theme

Release 2.0.2

Choose a tag to compare

@maiconpinto maiconpinto released this 04 Oct 19:29
ab79502

Fixing uppercase typo Bake.

Release 2.0.1

Choose a tag to compare

@maiconpinto maiconpinto released this 04 Oct 19:04
045d42e

This release fix errors:

  • Notice: Deprecated (16384): element tag is deprecated. Use element() function instead.
  • Too few arguments to function Cake\ORM\Table::newEntity(), 0 passed

Notice: Deprecated (16384): element tag is deprecated. Use element() function instead.

2020-10-04 19:01:37 Notice: Deprecated (16384): `element` tag is deprecated. Use `element()` function instead. - C:\wamp\www\cakephp-adminlte-theme\vendor\twig\twig\src\Parser.php, line: 182
 You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. in [C:\wamp\www\cakephp-adminlte-theme\vendor\cakephp\cakephp\src\Core\functions.php, line 305]
Trace:
Cake\Error\BaseErrorHandler::handleError() - CORE\src\Error\BaseErrorHandler.php, line 188
deprecationWarning - CORE\src\Core\functions.php, line 305
Cake\TwigView\Twig\TokenParser\ElementParser::parse() - ROOT\vendor\cakephp\twig-view\src\Twig\TokenParser\ElementParser.php, line 44
Twig\Parser::subparse() - ROOT\vendor\twig\twig\src\Parser.php, line 182
Twig\Parser::parse() - ROOT\vendor\twig\twig\src\Parser.php, line 95
Twig\Environment::parse() - ROOT\vendor\twig\twig\src\Environment.php, line 479
Twig\Environment::compileSource() - ROOT\vendor\twig\twig\src\Environment.php, line 507
Twig\Environment::loadTemplate() - ROOT\vendor\twig\twig\src\Environment.php, line 348
Twig\Environment::load() - ROOT\vendor\twig\twig\src\Environment.php, line 309
Cake\TwigView\View\TwigView::_evaluate() - ROOT\vendor\cakephp\twig-view\src\View\TwigView.php, line 300
Cake\View\View::_render() - CORE\src\View\View.php, line 1134
Bake\View\BakeView::render() - ROOT\vendor\cakephp\bake\src\View\BakeView.php, line 96
Bake\Utility\TemplateRenderer::generate() - ROOT\vendor\cakephp\bake\src\Utility\TemplateRenderer.php, line 101
Bake\Command\TemplateCommand::getContent() - ROOT\vendor\cakephp\bake\src\Command\TemplateCommand.php, line 387
Bake\Command\TemplateCommand::execute() - ROOT\vendor\cakephp\bake\src\Command\TemplateCommand.php, line 136
Bake\Command\AllCommand::execute() - ROOT\vendor\cakephp\bake\src\Command\AllCommand.php, line 102
Cake\Console\BaseCommand::run() - CORE\src\Console\BaseCommand.php, line 179
Cake\Console\CommandRunner::runCommand() - CORE\src\Console\CommandRunner.php, line 336
Cake\Console\CommandRunner::run() - CORE\src\Console\CommandRunner.php, line 171
[main] - ROOT\bin\cake.php, line 12

Too few arguments to function Cake\ORM\Table::newEntity(), 0 passed

Too few arguments to function Cake\ORM\Table::newEntity(), 0 passed in C:\wamp\www\cakephp-adminlte-theme\src\Controller\UsersController.php on line 50 and at least 1 expected

Release 1.1.0

Choose a tag to compare

@maiconpinto maiconpinto released this 24 Dec 22:40
4b8d7cd

What's the news

The AdminLTE was updated version to 2.4.5.

The CakePHP was updated version compatible to 3.7.0.

This release 1.1.0 is can be considered the stable version, as indicated in the SemVer.org recommendations.

Release 1.0.7

Choose a tag to compare

@maiconpinto maiconpinto released this 26 Aug 17:40

This new release fix the error that was created on 1.0.6 version.

When you was using the AdminLTEView with AdminLTE.FormHelper, a error happening. There are this error fix on this release.

Release 1.0.6

Choose a tag to compare

@maiconpinto maiconpinto released this 12 Aug 12:36

News:

  • The Flash Message is no longer overwritten
  • Removed $theme var, now only use Configure::read and Configure::write
  • FormHelper recreated
  • Integrating the DatePicker with the Bake, now it generates by default date fields with active DatePicker
  • Created DatepickerBehavior, and integrated with pt_BR
  • New "Theme.Skin" configuration, allowing you to choose the theme
  • Updated version of from AdminLTE de 2.3.2 to 2.3.11
  • BIGGEST NEWS of this release: overwrite template files and element files in easy way

Minor fixes:

  • Fixed the index.php file of the Bake, integrated with dataTables
  • Created the edit.php file template of the Bake
  • Created the "LICENSE: MIT" file

Release 1.0.5

Choose a tag to compare

@maiconpinto maiconpinto released this 12 Nov 00:59

New Theme config: folder

<?php
Configure::write('Theme', [
    // more old config
    'folder' => ROOT
]);

Was updated the following files:

  • src/Template/Element/aside-control-sidebar.ctp
  • src/Template/Element/aside-main-sidebar.ctp
  • src/Template/Element/aside/form.ctp
  • src/Template/Element/aside/sidebar-menu.ctp
  • src/Template/Element/aside/user-panel.ctp
  • src/Template/Element/footer.ctp
  • src/Template/Element/nav-top.ctp

Thanks @ooprogramador

Minor updates

  • Fixed some bake templates
  • Update some terms to Locale
  • Removed option that disable input password and file on edit
  • Fixed the width of search field in index.ctp (Tks @ooprogramador)

Release 1.0.4

Choose a tag to compare

@maiconpinto maiconpinto released this 17 Aug 04:51

Page debug

Now you have the same default page as CakePHP, you can check if everything is right.

Release 1.0.3

Choose a tag to compare

@maiconpinto maiconpinto released this 12 Aug 20:42

Login

Update Layout/login.ctp and Template/Pages/login.ctp.

Add Configuration to show or hide elements.

<?php
Configure::write('Theme', [
    'login' => [
        'show_remember' => true,
        'show_register' => true,
        'show_social' => true
    ]
]);

Locale

If you want to translate the terms into Portuguese. Create the src/Locale/pt_BR/default.po file into your project.

Copy content of this default.po file to your new default.po file.

To enable the pt_BR language, you must change the App.defaultLocale key from en_US to pt_BR in your Config/app.php

Minor updates

  • Added element footer.ctp
  • Fixed the title and footer in all layout templates
  • Deleted src/Template/Users/index.ctp file

Release 1.0.2

Choose a tag to compare

@maiconpinto maiconpinto released this 12 Nov 00:58

Minors updates:

  • Translate README file from Portuguese to English.
  • Separate Layout default in elements
  • Added Configure::read('Theme') config

Release 1.0.1

Choose a tag to compare

@maiconpinto maiconpinto released this 12 Nov 00:57

Added all theme structure.

Layouts:

  • boxed.ctp
  • collapsed.ctp
  • default.ctp
  • documentation.ctp
  • fixed.ctp
  • lockscreen.ctp
  • login.ctp (Update)
  • print.ctp
  • register.ctp
  • top.ctp

... and added all the theme contents pages.

Pages:

  • charts/
    • chartjs.ctp
    • flot.ctp
    • inline.ctp
    • morris.ctp
  • examples/
    • 404.ctp
    • 500.ctp
    • blank.ctp
    • invoice-print.ctp
    • invoce.ctp
    • lockscreen.ctp
    • login.ctp
    • pace.ctp
    • profile.ctp
    • register.ctp
  • forms/
    • advanced.ctp
    • editors.ctp
    • general.ctp
  • layout/
    • boxed.ctp
    • collapsed-sidebar.ctp
    • fixed.ctp
    • top-nav.ctp
  • mailbox/
    • composer.ctp
    • mailbox.ctp
    • read-mail.ctp
  • tables/
    • data.ctp
    • simple.ctp
  • ui/
    • buttons.ctp
    • general.ctp
    • icons.ctp
    • modals.ctp
    • sliders.ctp
    • timeline.ctp
  • calendar.ctp
  • documentation.ctp
  • home.ctp
  • home2.ctp
  • starter.ctp
  • widgets.ctp

Bake:

  • Element/
    • form.ctp
  • Template/
    • add.ctp
    • index.ctp

Helpers:

  • FormHelper.php

Webroot:

  • Added more CSS files and JS files, beyond IMG files

README updated, but in Portuguese.