Fix wrong sorting in mode=3 caused by array_multisort.
Do not add table name to pid field for tl_undo table.
Do not check existence of pid field in mode 3.
Simplified the join routine, fixed potential issue that PID was no lo…
…nger numeric but the parent table's value
Merge pull request #1 from aschempp/dctable_listview_mode3_sorting
Please see diff
Automatically set a foreignKey if necessary, otherwise the group labe…
…ls would not be translated. Previously they were replaced, but that means the "pid" field is not an integer in label_callback.
The parent table field is in list->sorting->fields, causing it to req…
…uire a placeholder in list->sorting->format. This does not make much sense, because there is no such field in the result record, everyone just needs to include an empty placeholder for sprint...
Merge pull request #2 from aschempp/dctable_listview_mode3_sorting
Do not use JOIN, it could cause issue with filters
Extend getCountries hook and add $countries as second hook parameter.
The pagination menu fix was missing in the listing, search and RSS re…
…ader modules (see #4292)
Finally added a SOAP_COMPRESSION_GZIP patch
The PHP team seems unable to fix this (see https://bugs.php.net/bug.php?id=61423)