Files
grav-ouidade.com/user/plugins/admin/CHANGELOG.md
T

262 lines
8.8 KiB
Markdown

# v1.0.0-rc.4
## 10/29/2015
1. [](#improved)
* Changed admin menu event hook to `onAdminMenu()`
* Minor improvements for admin page location
* Additional lang strings for Grav 1.0.0-rc.3
# v1.0.0-rc.3
## 10/27/2015
1. [](#improved)
* Rely on context-language for active language
* Improved some Russian translations
* Only show login if not already logged in
1. [](#bugfix)
* Disable asset pipeline in admin only
* Fix Editor cursor insertion point when text is selected in some actions
# v1.0.0-rc.2
## 10/23/2015
1. [](#bugfix)
* Reverted lang redirect code. Needs to be reworked to be more reliable
# v1.0.0-rc.1
## 10/23/2015
1. [](#new)
* Redirect to non-language URL except for `pages/`
1. [](#improved)
* New language strings for new `system.yaml` fields
* Improved Russian translations
* Improved compatibility with PECL Yaml parser
1. [](#bugfix)
* Redirect to correct page if you change folder/slug
* Fix issue with Asset pipeline not being disabled in admin
* Fix for HTML in text input fields
* Fixed various icons in headers
# v0.6.2
## 10/15/2015
1. [](#improved)
* Use `title` rather than `menu` in Page listing
* Wrapped language strings in double-quotes
* New language strings for new fields
1. [](#bugfix)
* Fixed issue with IE not able to save pages
# v0.6.1
## 10/07/2015
1. [](#new)
* Added the ability to render front-end templates in markdown preview
* Option to disable Google-based fonts. Useful for Cyrillic languages.
* Couple of new static helper methods used by new page blueprints
* New `fieldset` form field (thanks @Sommerregen!)
1. [](#improved)
* Hide editor buttons in preview mode
* Improved support for admin when offline
* Use relative URL in Login form
* Added some more missing lang strings
* Improved German translation
* Compressed CSS files for improved performance
* Only get last 7 days in week count calculation
1. [](#bugfix)
* Fix saving pages in local-specific languages
* Only track 'human' page hits in statistics
* Responsive fixes for 'wordy' languages
* Fixed delete issue with array field type
* Fixed some hardcoded `admin` references to allow admin path change
* Fix for issue with lang code being added twice
* Fix language name in admin buttons
# v0.6.0
## 09/16/2015
1. [](#new)
* Support for custom markdown editor buttons!
* Added Russian translations
* Added Japanese translations
* Ajax session keep-alive when editing forms
1. [](#improved)
* Added missing Italian translations
* Added additional options field into the pages form field
1. [](#bugfix)
* Fix GPM errors in offline mode
* Fix for duplicate status messages
# v0.5.0
## 09/11/2015
1. [](#new)
* Responsive layout for mobile compatibility (thanks @Vivalldi!)
* Added page type and many other new filters to Page list view
* Added granular ACL requirements to admin pages
* Ability to define page date format
* Added `onAdminTemplateNavPluginHook` to allow for plugins to hook into sidebar
* Added YAML Twig filters (to and from)
* Support for nested metadata
* Added ability to disable automatic update checks via admin plugin configuration
* Initial Spanish translation
1. [](#improved)
* Check for existence of a user account
* Various language additions
* Refactored form fields to remove duplicates from form plugin
* Improved date picker
* Improved display field
* Add page template type to page list view
* Various UI fixes
* Added some default field 'focus' to save clicking
* Only allow "Add Modular" if the theme has modular templates
* Updated `chartist.js` library
* Updated 'fontawesome' fonts to the latest v4.4
1. [](#bugfix)
* Fix for "drag-n-drop" of non-image media
* Fix a fatal error in GPM when offline
* Fix a z-index bug with tooltips
* Fix a z-index bug in lang dropdowns
* Don't allow deleting of last empty array field
* Fix for images with parenthesis in filenames
* Fix for page title visualization when not set
* Fix for cursor position in folder/array fields
# v0.4.3
## 08/31/2015
1. [](#new)
* Added Japanese translation
* Support for independent file name and template override
1. [](#improved)
* Improved slug generation using `slugify.js`
* Allow the `title` twig variables to set the page title
* Improved Page media handling with several bugfixes
* Prevent error when there are no pages on a site
* If all updates are applied, show "Fully Updated" text in dashboard
* Better preview link (requires `rtrim` filter from Grav 0.9.40)
* Order all plugins and themes alphabetically
* Removed duplicate language entries
1. [](#bugfix)
* Fix for redirect after saving when multilang not enabled
* Fix for deleting responsive media
* Fix for HTML encoding in markdown field
# v0.4.2
## 08/25/2015
1. [](#bugfix)
* Fix for current admin lang not showing up in page lang dropdown
* Fix for incorrect NAME/CONTENT lang keys
* Fix for incorrect site link
# v0.4.1
## 08/24/2015
1. [](#bugfix)
* Fix for broken **Add Page** - Doh!
* Fix for empty site link when at root
# v0.4.0
## 08/24/2015
1. [](#new)
* Multi-language Page support!!!
* Admin languages configurable per user
* Toastr messages for `check updates`
* new `tu` filter for admin translations
* Italian and German admin translations
* Added a save location in system and site configuration
* Page metadata now uses flexible array field
1. [](#improved)
* Allow subpages of modular pages to display in pages list
* Open external pages in new tabs
* Reworked `visibility` of pages
* Use `PLUGIN_ADMIN` prefix for translations
* Added link to gravatar.com to avoid confusion on avatar
* Limit page count to 200 in ordering field
* Fixed various Safari _flex_ issues
* Use `rawRoute()` for page links
* Minor `param separator` fixes
* Various CSS fixes
* Improved CodeMirror to force spaces
* Added **Selectize** dropdowns to various forms and modals
1. [](#bugfix)
* Fix for `Call to a member function path() on non-object` error
* Fixed dropdown z-index issues
* Correctly set the filename including language if set
* Fix for empty taxonomies on page save
* Fix for page not redirecting properly on folder change
* Fix for table headers styling
* Added missing translation strings
* Unique page counting in total page counts
* Fixed JS warning with page filtering and deleting
# v0.3.0
## 08/11/2015
1. [](#new)
* Show current date in form date format fields
* Added a new **check for updates** button to flush GPM
* Added session timeout configuration for admin
* Added `isSymlink` logic for Grav
* Added new `phpinfo` page
1. [](#improved)
* Improved toggleables
* Support `param_separator` for Apache on windows
* Logout now goes to interstitial to provide session messages
* Updated hints and improved formatting
* Encoding URI for images in editor preview
* Create user `system.yaml` and `site.yaml` if they are missing
* Open external links in new tab by default
* Set edit mode to `normal` by default
* Disable CSS/JS pipelining in the admin
1. [](#bugfix)
* Fixed form submission not working in IE
* Fix fatal error when deleting homepage
* Prevent admin plugin activating when the URL of a page contains partial route
# v0.2.0
## 08/06/2015
1. [](#new)
* Added multiple **clear cache** types
* Added back to themes link when adding new themes
* Properly handles visibility and ordering and guesses best option on new
* Added new templates field with support for custom (unsupported) template type
* Added new display field for displaying simple text value
* **Update Grav** button now works
* Added spanish translation
* Added german translation
1. [](#improved)
* Improved page order handling logic
* Implemented 2-step theme switching logic with warning
* Force `modular` page class for modular template
* Clear page cache on page delete (ghost pages still showing)
* Clears route on page save so changes such as `slug` are picked up
* Fix dashboard layout in Safari
* Added tooltips for official 'Team Grav' themes/plugins
1. [](#bugfix)
* Handle modular page templates on create
* Fixed Firefox JS error for arrays
* Ensure we don't change page type to empty and save (causing page to be deleted)
* Fixed some minor CSS issues with editor
* Fixed link to RocketTheme.com
* Disabled fields now stay properly disabled
# v0.1.1
## 08/04/2015
1. [](#bugfix)
* Fixed GitHub URLs
* Hiding toggle for disabling Admin plugin
* Removed extra text not needed
# v0.1.0
## 08/04/2015
1. [](#new)
* ChangeLog started...