This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
Releases: mirko-pagliai/me-cms
Releases · mirko-pagliai/me-cms
2.32.2
- the
UsersTable
belongs toUsersGroups
and no longer toGroups
(the name of the association has changed). This
avoids using a reserved word for mysql. The property name (group
) remained unchanged; assertSqlEndsWith()
andassertSqlEndsNotWith()
methods have been replaced withassertStringEndsWith()
and
assertStringEndsNotWith()
. ThequoteIdentifiers
option for tests has been disabled;- requires
axllent/jquery
and no longercomponents/jquery
; - updated for me-tools 2.24.1.
What's Changed
- the
UsersTable
belongs toUsersGroups
and no longer toGroups
(… by @mirko-pagliai in #307 - Develop quotes by @mirko-pagliai in #308
- Develop by @mirko-pagliai in #309
- added conflict package by @mirko-pagliai in #310
Full Changelog: 2.32.1...2.32.2
2.32.1
- 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
- Develop by @mirko-pagliai in #306
Full Changelog: 2.32.0...2.32.1
2.32.0
- as for
me-tools
2.24.0, it usesConfigure::readFromPlugins()
withConfigFiles
,WritableDirs
andVendorLinks
keys instead of the oldCONFIG_FILES
,WRITABLE_DIRS
andVENDOR_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 theMeCms\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 theMeCms.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
- Develop by @mirko-pagliai in #305
Full Changelog: 2.31.9...2.32.0
2.31.9
- fixed little bug for
IdentityHelper::isGroup()
; - added
AbstractMenuHelper
. EveryMenuHelper
class must extend this abstract class; - many code and tags improvements suggested by
phpstorm
.
What's Changed
- Develop by @mirko-pagliai in #304
Full Changelog: 2.31.8...2.31.9
2.31.8
- added
getid()
andisGroup()
methods to theAuthenticationComponent
, with tests; - improved
MenuHelperTestCase
; - some little fixes of code and tags;
- updated for cakephp-recaptcha-mailhide
1.4.12
.
What's Changed
- Develop by @mirko-pagliai in #300
- Develop by @mirko-pagliai in #301
- fixed by @mirko-pagliai in #302
- updated by @mirko-pagliai in #303
Full Changelog: 2.31.7...2.31.8
2.31.7
- new passwords also require the presence of a capital letter (in addition to the previous rules);
- added the
AuthenticationComponent
, with theafterIdentify()
event method. This event is dispatched after the
identity and takes care of its management. Some code has been moved from theUsersController::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 thepriority-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
- Develop by @mirko-pagliai in #298
- Develop by @mirko-pagliai in #299
Full Changelog: 2.31.6...2.31.7
2.31.6
- fixed the
connector.minimal.php
file for ElFinder and theFixElFinderCommand
: the Composer autoload is now
correctly loaded via absolute path; - removed the default
userbar
and all code related; - little fixes.
What's Changed
- removed the default
userbar
and all code related by @mirko-pagliai in #296 - Develop by @mirko-pagliai in #297
Full Changelog: 2.31.5...2.31.6
2.31.5
login
layout changed tosingle-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
- removed the
cookies_policy
template element, theSystemsController::acceptCookies()
method and all code related to
privacy for cookies (you need to integrate your privacy cookie); - added
MeCms.default.other_css
andMeCms.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
andMeCms.default.other_js
configur… by @mirko-pagliai in #292
Full Changelog: 2.31.3...2.31.4
2.31.3
- 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
- fixed Roboto fonts by @mirko-pagliai in #290
Full Changelog: 2.31.2...2.31.3