Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Releases: mirko-pagliai/me-cms

2.32.2

29 May 16:23
1baa527
Compare
Choose a tag to compare
  • the UsersTable belongs to UsersGroups and no longer to Groups (the name of the association has changed). This
    avoids using a reserved word for mysql. The property name (group) remained unchanged;
  • assertSqlEndsWith() and assertSqlEndsNotWith() methods have been replaced with assertStringEndsWith() and
    assertStringEndsNotWith(). The quoteIdentifiers option for tests has been disabled;
  • requires axllent/jquery and no longer components/jquery;
  • updated for me-tools 2.24.1.

What's Changed

Full Changelog: 2.32.1...2.32.2

2.32.1

10 May 14:42
bd4492a
Compare
Choose a tag to compare
  • improved the query filter for posts and pages in the admin panel: now the title field works for both title and slug;
  • User::_getLastLogins() returns an array and no longer a collection.

What's Changed

Full Changelog: 2.32.0...2.32.1

2.32.0

04 May 13:08
04f7359
Compare
Choose a tag to compare
  • as for me-tools 2.24.0, it uses Configure::readFromPlugins() with ConfigFiles, WritableDirs and VendorLinks
    keys instead of the old CONFIG_FILES, WRITABLE_DIRS and VENDOR_LINKS keys;
  • added MeCms\View\View\Admin\AppView::getAllMenuHelpers() method. The admin sidebar template has been rewritten;
  • the MenuHelper has been removed and replaced with more classes under the MeCms\View\Helper\MenuHelper namespace
    (one class for each menu, instead of one method for each menu in the helper itself). The helper list is set in the
    bootstrap, with the MeCms.MenuHelpers config key (and the other plugins will have to do the same);
  • AbstractMenuHelper has been completely rewritten, with new methods to be implemented by menu helpers that extend it;
  • MenuBuilderHelper no longer exists (and is not being replaced).

What's Changed

Full Changelog: 2.31.9...2.32.0

2.31.9

14 Apr 14:37
abe5817
Compare
Choose a tag to compare
  • fixed little bug for IdentityHelper::isGroup();
  • added AbstractMenuHelper. Every MenuHelper class must extend this abstract class;
  • many code and tags improvements suggested by phpstorm.

What's Changed

Full Changelog: 2.31.8...2.31.9

2.31.8

12 Apr 15:48
bb366ce
Compare
Choose a tag to compare
  • added getid() and isGroup() methods to the AuthenticationComponent, with tests;
  • improved MenuHelperTestCase;
  • some little fixes of code and tags;
  • updated for cakephp-recaptcha-mailhide 1.4.12.

What's Changed

Full Changelog: 2.31.7...2.31.8

2.31.7

05 Apr 13:09
9c3524d
Compare
Choose a tag to compare
  • new passwords also require the presence of a capital letter (in addition to the previous rules);
  • added the AuthenticationComponent, with the afterIdentify() event method. This event is dispatched after the
    identity and takes care of its management. Some code has been moved from the UsersController::login() method;
  • custom messages have been restored when, at login, the user account has been banned or is not yet active. Improved all
    tests related to the login code;
  • improved admin view for users;
  • added the PriorityBadgeHelper. This replaces the priority-badge template element;
  • every user can view his last logins;
  • little fixes for admin template elements;
  • vertical alignment is used for admin interface tables.

What's Changed

Full Changelog: 2.31.6...2.31.7

2.31.6

15 Mar 17:50
e01b517
Compare
Choose a tag to compare
  • fixed the connector.minimal.php file for ElFinder and the FixElFinderCommand: the Composer autoload is now
    correctly loaded via absolute path;
  • removed the default userbar and all code related;
  • little fixes.

What's Changed

Full Changelog: 2.31.5...2.31.6

2.31.5

07 Mar 17:36
db5487a
Compare
Choose a tag to compare
  • login layout changed to single-column. This name clarifies that it can be used for various purposes (login, sign
    up, but also error views);
  • fixed a little bug for iframes on articles.

2.31.4

28 Feb 17:27
ad2516d
Compare
Choose a tag to compare
  • removed the cookies_policy template element, the SystemsController::acceptCookies() method and all code related to
    privacy for cookies (you need to integrate your privacy cookie);
  • added MeCms.default.other_css and MeCms.default.other_js configuration values. These are used directly by the
    default layout, to allow you to easily load css and js files from the application.

What's Changed

  • removed the cookies_policy template element, the `SystemsController… by @mirko-pagliai in #291
  • added MeCms.default.other_css and MeCms.default.other_js configur… by @mirko-pagliai in #292

Full Changelog: 2.31.3...2.31.4

2.31.3

27 Feb 17:50
e664108
Compare
Choose a tag to compare
  • fixed a small bug for css files that contain relative paths (and therefore shouldn't be used with AssetHelper);
  • fixed Roboto fonts.

What's Changed

Full Changelog: 2.31.2...2.31.3