This repository has been archived by the owner on May 9, 2023. It is now read-only.
Public Beta 7
·
36 commits
to master
since this release
- [new] UI/UX updates! We reworked navigation and separated the content management from the configuration thereof. Now you don't have to poop where you eat!
- [new] Password reset / account activation functionality. Added
user:forgot_password_form
,user:reset_password_form
. - [new] You can send account activation and password reset emails (or just copy the URLs) when editing a user in the CP.
- [new] You can override core email templates (eg. password reset) with your own templates.
- [new] Email templates can contain both html and text versions.
- [new] Error pages (403, 404, etc) are customizable through templates. They go in
templates/errors
by default. - [new] Glide-routed image URLs can have "vanity filenames". They're full of themselves now.
- [new] Glide can now perform focal point crops using
fit="crop-x-y"
orfit="crop_focal"
. - [new] You can now specify the focal point on image assets with a fun to use, sexy interface. Rated PG.
- [new] Assets can now have fieldsets! Promise fulfilled!
- [new] Added a
daily: true
option to thefile
logger, to save daily-timestamped log files. They can get long! - [new] Added a
404
Tag. - [new] Added a
gravatar
modifier. - [new] Added
Request::isCp()
. - [new]
Fieldset::get()
can now accept an array as the first parameter and will return the first one available. - [new] You can now configure a global set once it's already been created.
- [new] You can redirect by adding
redirect: url
to front-matter or a route. - [new] Added some example auth and user example templates to theRedwood theme. Did some organizing too.
- [new] Piles of little UI improvements
- [fix] Users without permission to manage roles won't have the ability to edit their own permissions.
- [fix] Fix issue where alphabetical entries were being saved with an order prefix like a dunce.
- [fix] Fix issue where the Date fieldtype wasn't saving anything.
- [fix] The Date fieldtype can save blank values, with the
allow_blank
option. - [fix] Remove the 'Actions' column heading from the Assets table.
- [fix] Fix fonts failing to load when using https.
- [fix] Fix extra slashes appearing in root level assets URLs.
- [fix] Make
id
available within an asset. - [fix] Adjust the mod_rewrite conditional language in the installer.
- [fix] Added the
quality
parameter to the Glide Tag. - [fix] Glide image responses will now serve 304 status codes when appropriate.
- [fix] Fix an issue where a
page:
variable was throwing an error. - [fix] Asset thumbnails will get cropped by the focal point if one has been defined.
- [break] Renamed
webroot()
global helper towebroot_path()
for consistency. - [break] Renamed
TermFactory::group()
totaxonomy()
.