You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MODx Revo < 2.20 it was possible to specify external urls ('http://www.somedomain/somefile.pdf') for file/image TVs. @[[*filetv]]@ would then output the external url only, without any baseUrl prepended.
Unfortunately, Revo 2.20 breaks this behavior, it always prepends the baseUrl, and the output looks like this:
@baseUrl/http://www.somedomain/somefile.pdf@
Maybe there were reasons to remove this feature in MODx 2.20. But at least for me it had been quite useful. Currently, I have to remove the baseUrl using an output filter.
The text was updated successfully, but these errors were encountered:
Merge branch 'release-2.2'
* release-2.2: (213 commits)
Bump version for 2.2.1-pl release
Fix uninstalled state to report 503 error
[xPDO] Updated xPDO to 2.2.4-pl release
Override modAccess->getOne for Principal aggregate
Add Group/UserPrincipal aggregates to modAccess
Fix CSS for windows
[modxcms#7387] Add New Category button to Element tree toolbar
[modxcms#7518] Fix issue that prevented absolute URLs in media-source bound TVs
[modxcms#7521] Allow filtering of usergroup by request on users page
Update of Czech translation
Oprava 'kriticke chyby'
Correction of Czech translation
Correction of Czech translation in settings
Refactor aggregate/composite criteria support
Remove deprecated comments
[ReUp] Add assets_path field to modNamespace
Fix xPDOObject::_loadInstance for graph objects
Refactor schema parsing using SimpleXML
Translated new phrases in default.inc.php and user.inc.php to German
Scale back prior commit a bit to prevent issues with field loading
...
* release-2.2:
Bump version for 2.2.1-pl release
Fix uninstalled state to report 503 error
[xPDO] Updated xPDO to 2.2.4-pl release
Override modAccess->getOne for Principal aggregate
Add Group/UserPrincipal aggregates to modAccess
Fix CSS for windows
[modxcms#7387] Add New Category button to Element tree toolbar
[modxcms#7518] Fix issue that prevented absolute URLs in media-source bound TVs
[modxcms#7521] Allow filtering of usergroup by request on users page
Update of Czech translation
Oprava 'kriticke chyby'
Correction of Czech translation
Correction of Czech translation in settings
Oprava 'kriticke chyby'
Correction of Czech translation
Correction of Czech translation in settings
mschlegel created Redmine issue ID 7518
In MODx Revo < 2.20 it was possible to specify external urls ('http://www.somedomain/somefile.pdf') for file/image TVs. @[[*filetv]]@ would then output the external url only, without any baseUrl prepended.
Unfortunately, Revo 2.20 breaks this behavior, it always prepends the baseUrl, and the output looks like this:
@baseUrl/http://www.somedomain/somefile.pdf@
Maybe there were reasons to remove this feature in MODx 2.20. But at least for me it had been quite useful. Currently, I have to remove the baseUrl using an output filter.
The text was updated successfully, but these errors were encountered: