Task #63479
Converting parameter names for Datatables 1.10
100%
Description
In Task #62993 only the version of Datatables has been updated form 1.9 to 1.10, but in Datatables 1.10 they changed the naming scheme see:
http://datatables.net/upgrade/1.10-convert
Associated revisions
[TASK] Update dataTables to 1.10.4 and fix parameter names
In 1.10 version the parameter names need to be converted to
their new names. See http://datatables.net/upgrade/1.10-convert
fnCookieCallback is removed without substiution. Therefore
removed in this patch.
Resolves: #63479
Releases: master
Change-Id: If564b1797a81ce63730ebf2601cc62058940493c
Reviewed-on: http://review.typo3.org/34893
Reviewed-by: Stefan Neufeind <typo3.neufeind@speedpartner.de>
Tested-by: Stefan Neufeind <typo3.neufeind@speedpartner.de>
[TASK] Followup: Update dataTables to 1.10.4 and fix parameter names
Use DataTables instead of dataTables to access the API.
Also switch to the new API.
https://datatables.net/reference/api/
Followup to change-id If564b1797a81ce63730ebf2601cc62058940493c
Change-Id: I81e2024f5a7d4032cfa65def91699bf9cbdd2982
Resolves: #63479
Releases: master
Reviewed-on: http://review.typo3.org/34897
Reviewed-by: Christoph Hofmann <typo3@its-hofmann.de>
Tested-by: Christoph Hofmann <typo3@its-hofmann.de>
Reviewed-by: Markus Klein <klein.t3@reelworx.at>
Tested-by: Markus Klein <klein.t3@reelworx.at>
[BUGIX] Follow up: Apply API change in DataTables
In change If564b1797a81ce63730ebf2601cc62058940493c, DataTables was
updated to the latest version.
The interal API has changed, the property name for sorting was
renamed in the new version.
Resolves: #63500
Related: #63479
Releases: master
Change-Id: Ica273c34fa79dae7ef1341ac0b04c0ce623d5a6d
Reviewed-on: http://review.typo3.org/34904
Reviewed-by: Alexander Opitz <opitz.alexander@googlemail.com>
Tested-by: Alexander Opitz <opitz.alexander@googlemail.com>
Reviewed-by: Mathias Schreiber <mathias.schreiber@wmdb.de>
Tested-by: Mathias Schreiber <mathias.schreiber@wmdb.de>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
History
#1
Updated by Gerrit Code Review about 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34893
#2
Updated by Gerrit Code Review about 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34893
#3
Updated by Job Rutgers about 5 years ago
Not all the parameters are changed jet.
dataTable should be DataTable otherwise it returns a jQuery object (this is the 1.9- style)
fnFilter should be something like search
And maybe some more things
#4
Updated by Wouter Wolters about 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d3c28fb6b9b27ee23a57c51ff615fde1c0713e79.
#5
Updated by Gerrit Code Review about 5 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/34897
#6
Updated by Stefan Neufeind about 5 years ago
- Status changed from Under Review to Resolved
Applied in changeset 03ba418637883f785575ef40476ffc95f0396363.
#7
Updated by Riccardo De Contardi about 2 years ago
- Status changed from Resolved to Closed