.. include:: /Includes.rst.txt
.. converted from Markdown:
pandoc --from markdown --to rst CHANGELOG.md -o CHANGELOG.rst
Changelog
=========
All notable changes to this project will be documented in this file.
The format is based on `Keep a
Changelog `__, and this project
adheres to `Semantic
Versioning `__.
[12.0.1] - 2023-09-03
---------------------
Changed
~~~~~~~
- Changelog can now be included in reST documentation (Thankss to
Martin Bless)
- Refactored controller
- Moved error messages to locallang file
- Use LanguageService->sL() instead of deprecated getLL()
Added
~~~~~
- Documentation in reST format (also rendered on docs.typo3.org)
- Links in Changelog to differences between version in GitLab
- README.md
Removed
~~~~~~~
- Old documentation in OpenOffice.org format
- Lots of unused code in AdminController
- README.txt
Fixed
~~~~~
- Format of CHANGELOG.md
- Calculation of path to adminer now relies soly on core functions and
works with both paths like ``typo3conf/ext/`` and ``/_assets/``
.. _section-1:
`12.0.0 `__ - 2023-08-18
-----------------------------------------------------------------------------------------------------------------------------
.. _fixed-1:
Fixed
~~~~~
- v11 renderType and v12 type for datetime fields are now rendered as
readable dates
- Styling with Adminer 4.8.2
.. _added-1:
Added
~~~~~
- Compatibility with TYPO3 v12
- Compatibility with PHP 8.2
.. _changed-1:
Changed
~~~~~~~
- Updated to Adminer 4.8.2 (new maintainer)
- Core icons are now inline in CSS
- Updated syntax in XLIFF files
- Icon registration compatible with v11/12
.. _section-2:
`11.0.0 `__ - 2022-07-26
-----------------------------------------------------------------------------------------------------------------------------
.. _fixed-2:
Fixed
~~~~~
- Version 11.0.0 released
- Defaults for a few settings to be compatible with TYPO3 v11
.. _changed-2:
Changed
~~~~~~~
- Raised minimum requirement to TYPO3 11.0.0
.. _section-3:
`10.0.1 `__ - 2022-04-10
-----------------------------------------------------------------------------------------------------------------------------
.. _fixed-3:
Fixed
~~~~~
- Version raised to 10.0.1
.. _removed-1:
Removed
~~~~~~~
- Deprecated entries in ext_emconf.php
.. _added-2:
Added
~~~~~
- autoload configuration in ext_emconf.php for non-composer
installations
.. _section-4:
`10.0.0 `__ - 2022-04-10
----------------------------------------------------------------------------------------------------------------------------
.. _fixed-4:
Fixed
~~~~~
- Icons changed to new paths in TYPO3 (thanks to cwieske)
.. _changed-3:
Changed
~~~~~~~
- Raised minimum requirement to TYPO3 10.4.10
- Update to Adminer 4.8.1
.. _section-5:
`9.6.0 `__ - 2022-04-08
--------------------------------------------------------------------------------------------------------------------------
.. _changed-4:
Changed
~~~~~~~
- Updated PHP dependency to 7.2.0-7.4.999 in ext_emconf.php
.. _added-3:
Added
~~~~~
- section ‘extra’ in composer.json to add extension key
.. _section-6:
`9.5.0 `__ - 2021-02-20
--------------------------------------------------------------------------------------------------------------------------
.. _changed-5:
Changed
~~~~~~~
- Switched to markdown in Changelog
- Switched to markdown in Readme
- Updated to Adminer 4.7.7
- Updated dependency on PHP to 7.2.0-7.4.0
- Updated plugins to latest version (re-applying modifications) (Thanks
to Benjamin Serfhos)
.. _fixed-5:
Fixed
~~~~~
- Blocked output of cache headers to prevent errors when restarting the
session inside Adminer
.. _section-7:
`9.4.0 `__ - 2020-04-22
--------------------------------------------------------------------------------------------------------------------------
.. _added-4:
Added
~~~~~
- Added support for “p:” prefix in host for persistent connections
(thanks to Patrick Schriner)
.. _changed-6:
Changed
~~~~~~~
- Update to Adminer 4.7.6
- Compatible with TYPO3 9.5 and 10.0
- Clean up of session data on logout (thanks to Lex Frolenko)
.. _section-8:
`9.3.0 `__ - 2019-03-16
--------------------------------------------------------------------------------------------------------------------------
.. _changed-7:
Changed
~~~~~~~
- Compatible with PHP 7.3 and TYPO3 10.0.0-dev
- Update to Adminer 4.7.1
.. _section-9:
[9.2.0] - 2018-10-01
--------------------
.. _added-5:
Added
~~~~~
- Access restricted to system maintainers(!)
- Readable dates now support the date fields defined in the TCA ctrl
section
- Added support for SQLite
.. _changed-8:
Changed
~~~~~~~
- Compatibility only for TYPO3 v9 LTS
- Update to Adminer 4.6.3
- Used new APIs from TYPO3 v9
- Cleaned up some variable names
.. _removed-2:
Removed
~~~~~~~
- Removed usage of deprecated function (and thus only support TYPO3 v9
in this release)
.. _section-10:
`9.1.0 `__ - 2018-04-25
--------------------------------------------------------------------------------------------------------------------------
.. _changed-9:
Changed
~~~~~~~
- Compatibility for TYPO3 9.3-dev
- Update to Adminer 4.6.2
- Plug-ins adapted to changes in Adminer (Thanks to Sebastian Fischer
for the PR)
- Switched to XLIFF files
- Used icon registry
.. _removed-3:
Removed
~~~~~~~
- Removed unused code and images
.. _section-11:
`9.0.0 `__ - 2017-12-26
--------------------------------------------------------------------------------------------------------------------------
.. _changed-10:
Changed
~~~~~~~
- Compatibility for TYPO3 9.0
- Compatibility for PHP 7.2
.. _added-6:
Added
~~~~~
- Plug-in to display UNIX timestamps in readable format (based on TCA
config)
- Plug-in to scroll to the selected table in table list column
- Table list can scroll sideways to show long table names
.. _removed-4:
Removed
~~~~~~~
- Removed some unused images
.. _section-12:
`8.0.1 `__ - 2017-06-23
--------------------------------------------------------------------------------------------------------------------------
.. _fixed-6:
Fixed
~~~~~
- Bugfix, missing adminer sources
.. _section-13:
`8.0.0 `__ - 2016-08-31
---------------------------------------------------------------------------------------------------------------------------
.. _changed-11:
Changed
~~~~~~~
- Update to Adminer 4.3.1
- Compatibility for TYPO3 8.7 LTS only (finally! Sorry it took me soooo
long)
- Thanks to Dan Untenzu, Simon Schaufelberger for their contributions
- Use other svg filename for “add” icon for future compatibility
.. _fixed-7:
Fixed
~~~~~
- Fix DBMS driver detection
.. _added-7:
Added
~~~~~
- Adds port to host name if it is set (suggestion by Cedric Ziel)
.. _section-14:
[7.0.10] - 2016-08-31
---------------------
.. _changed-12:
Changed
~~~~~~~
- Compatible with TYPO3 8.3
- Update to Adminer 4.2.5
.. _fixed-8:
Fixed
~~~~~
- Fix composer.json
.. _section-15:
[7.0.9] - 2016-07-18
--------------------
.. _changed-13:
Changed
~~~~~~~
- Compatibility with TYPO3 8.2
.. _added-8:
Added
~~~~~
- Add composer.json
.. _section-16:
[7.0.8] - 2016-04-12
--------------------
.. _changed-14:
Changed
~~~~~~~
- Compatibility with TYPO3 8.1 (new database configuration)
.. _section-17:
[7.0.7] - 2016-03-12
--------------------
.. _changed-15:
Changed
~~~~~~~
- Upgrade to Adminer 4.2.4
- Updated plugin.php for compatibility with PHP 7.0
- Updated plugins for compatibility with PHP 7.0
.. _added-9:
Added
~~~~~
- Added language keys for Bosnian and Finnish
[noversion] - 2015-12-10
------------------------
.. _changed-16:
Changed
~~~~~~~
- Renamed classes to Classes for classloader compatibility
- Changed registration of module for compatibility with TYPO3 8.0
.. _section-18:
[7.0.4] - 2015-12-03
--------------------
.. _changed-17:
Changed
~~~~~~~
- Upgrade to Adminer 4.2.3
- Changed images to SVG, dropping FontAwesome completely
- Module icon is SVG now
- Compatibility for 7LTS only (7.6.0 and higher)
.. _added-10:
Added
~~~~~
- Added language keys for Bulgarian, Galician en Greek
.. _section-19:
[7.0.3] - 2015-10-03
--------------------
.. _changed-18:
Changed
~~~~~~~
- Upgrade to Adminer 4.2.2
- Minor styling issues
.. _section-20:
[7.0.2] - 2015-10-01
--------------------
Security
~~~~~~~~
- Security fix! Version 7.0.2
[noversion] - 2015-04-12
------------------------
.. _changed-19:
Changed
~~~~~~~
- Upgrade to Adminer 4.2.1
.. _added-11:
Added
~~~~~
- Added Danish language key
.. _fixed-9:
Fixed
~~~~~
- Fixed #65522 Missing icons (path to FontAwesome)
[noversion] - 2015-03-02
------------------------
.. _changed-20:
Changed
~~~~~~~
- Upgrade to Adminer 4.2.0
- Compatible with TYPO3 CMS 7
.. _added-12:
Added
~~~~~
- New module icon for TYPO3 CMS 7
[noversion] - 2014-05-07
------------------------
.. _changed-21:
Changed
~~~~~~~
- Upgrade to Adminer 4.1.0
.. _added-13:
Added
~~~~~
- Added plugin to disable version check in JS
- Added plugin to disable redirect to hide referrer
- Added and modified plugin to add option to store exports on server
- Styling added for two new options
- Added new language keys
.. _fixed-10:
Fixed
~~~~~
- Styling fixes for IE
- Styling fixes for flash messages, selected table headers
[noversion] - 2014-03-26
------------------------
.. _changed-22:
Changed
~~~~~~~
- Upgrade to Adminer 4.0.3
- Styling adjusted for new features
- Styling updated to match TYPO3 6.2
[noversion] - 2013-05-22
------------------------
.. _changed-23:
Changed
~~~~~~~
- Upgrade to Adminer 3.7.0
.. _added-14:
Added
~~~~~
- Added styling for paginator in Adminer
.. _fixed-11:
Fixed
~~~~~
- Fixed CSS icon for descending sorting and TYPO3 4.x compatibility
- Fixed #48395 TYPO3 6.2 compatibility
[noversion] - 2013-01-27
------------------------
.. _changed-24:
Changed
~~~~~~~
- Upgrade to Adminer 3.6.3
- Small CSS update to style table header actions
[noversion] - 2012-09-20
------------------------
.. _changed-25:
Changed
~~~~~~~
- Upgrade to Adminer 3.6.1
- Compatibility with TYPO3 6.0
.. _fixed-12:
Fixed
~~~~~
- Small CSS fix for upgrade and TYPO3 6.0 compatibility
.. _added-15:
Added
~~~~~
- Added languages Indonesian (Malay), Serbian. Bengali isn’t supported
by TYPO3
.. _section-21:
[1.0.1] - 2012-03-31
--------------------
.. _changed-26:
Changed
~~~~~~~
- Updated manual with new screenshots
- Small clean-up of comments, missing PHPdoc headers, etc.
.. _fixed-13:
Fixed
~~~~~
- Fixed #35224 Upgrade to Adminer 3.3.4
- Fixed #35423 Support TYPO3 4.6+ language codes
.. _added-16:
Added
~~~~~
- Added support for new languages of Adminer
[noversion] - 2012-02-27
------------------------
.. _changed-27:
Changed
~~~~~~~
- Tested compatibility with TYPO3 4.7
.. _fixed-14:
Fixed
~~~~~
- Fixed #32501 PHP Fatal error: Call to a member function endPage() on
a non-object
- Fixed tiny CSS issue with grey bar in second column
- Fixed styling of messages / errors in second column
[beta] - 2011-08-29
-------------------
.. _changed-28:
Changed
~~~~~~~
- Updated Adminer to 3.3.3
- Tested extension with TYPO3 4.6 and updated dependency
.. _added-17:
Added
~~~~~
- Added TYPO3 styling to add/up/down/delete buttons in create/alter
table
.. _section-22:
[0.0.3] - 2011-08-07
--------------------
.. _security-1:
Security
~~~~~~~~
- Security Fix! version 0.03
.. _fixed-15:
Fixed
~~~~~
- Fixed #28780 sometimes the uid column is missing (CSS issue)
- Fixed #28348 Update to Adminer 3.3.0 (3.3.1 now included)
[noversion] - 2011-07-29
------------------------
.. _changed-29:
Changed
~~~~~~~
- Updated Adminer to 3.3.1 which fixes a XSS issue (thanks to Georg
Ringer)
.. _fixed-16:
Fixed
~~~~~
- Fixed problem that adminer script could be called outside the
extension (still needed login to database)
- Fixed session problem (after logging out the session data of
t3adminer was still present)
[noversion] - 2011-07-07
------------------------
.. _fixed-17:
Fixed
~~~~~
- Fixed #27624 Design problem with Opera 11
- Fixed #27626 adminer.css - adding linear-gradient
.. _section-23:
[0.0.2] - 2011-06-09
--------------------
.. _added-18:
Added
~~~~~
- made styling of table list similar to pagetree (active item only
working in IE / Safari because Firefox / Chrome use Ajax call to only
load content block)
- [feature] two options for IP restriction added
.. _changed-30:
Changed
~~~~~~~
- changed styling of links on top to tabs similar to TYPO3 backend (the
content below can’t be in a block because of the HTML generated by
Adminer)
.. _fixed-18:
Fixed
~~~~~
- various small CSS issues fixed (tested in Firefox 4, IE9, Safari and
Chrome)
[noversion] - 2011-06-04
------------------------
.. _fixed-19:
Fixed
~~~~~
- fixed styling for edit links in table list, logout button
[noversion] - 2011-05-26
------------------------
.. _added-19:
Added
~~~~~
- initial code generated with kickstarter