Frontend editing for TYPO3
Find a file
Benjamin Mack 58abaf0821 [TASK] Make Backend Module URLs absolute
In the approach to remove all occurences of dealing with
relative URL referencing in the TYPO3 Backend, the main mod.php
calls are now always prefixed with "/{possiblesubfolder/}typo3/" so
no backPath parameter and calculations are needed anymore.

The patch thus removes all locations of the JavaScript
variable "top.TS.PATH_typo3" containing the backpath and
makes the "relative" path to BackendUtility::getModuleUrl()
always a absolute prefix relative to the PATH_typo3 structure.

Resolves: #66052
Releases: master
Change-Id: Ie8192f227b8d1715be90efff8746482adf252ac7
Reviewed-on: http://review.typo3.org/38246
Reviewed-by: Markus Klein <klein.t3@reelworx.at>
Tested-by: Markus Klein <klein.t3@reelworx.at>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Benjamin Mack <benni@typo3.org>
Tested-by: Benjamin Mack <benni@typo3.org>
2015-03-28 00:14:17 +01:00
Classes [TASK] Make Backend Module URLs absolute 2015-03-28 00:14:17 +01:00
composer.json [TASK] Set extension version and dependencies to 7.2 2015-02-24 22:25:58 +01:00
ext_emconf.php [TASK] Set extension version and dependencies to 7.2 2015-02-24 22:25:58 +01:00
ext_icon.png [TASK] Adapt extension icons to App icon 2015-02-01 16:08:12 +01:00
ext_localconf.php [TASK] Use name-resolution instead of strings where possible: 16 2014-12-03 20:08:00 +01:00