Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

Bugfix 6.2 #3

Open
wants to merge 5 commits into
base: aoe/1_12_8
Choose a base branch
from
Open

Conversation

felixsemmler
Copy link

Bugfixes for TYPO3 6.2

@@ -965,6 +965,11 @@ public function decodeSpURL($params) {
// relative to work properly.
$speakingURIpath = $this->pObj->siteScript{0} == '/' ? substr($this->pObj->siteScript, 1) : $this->pObj->siteScript;

if($this->isURIpathContainingAnProtocolWrapper($speakingURIpath)) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CGL: whitespace after if

@srotsch
Copy link

srotsch commented Apr 27, 2015

Hi,
could you please fix the CGL compliance issues?
Would also be cool if you could squash all commits into one before filing the pull request, this makes life easier for the one cherry-picking the AOE changeset on top of a new official release.

Cheers,
Stefan

…rapper)

[BUGFIX] url generation is not correct when doktype "external url" has an alias

Fix double quotes in sql statement in class tx_realurl_cachemgmt
Fix create databse statement for table tx_realurl_urldecodecache
Unskip fixed unittest
Refactoring unittests

Disable caching for unittest and set pageOverlayFields

Fix CGL compliance issues
@felixsemmler
Copy link
Author

Fixed CGL compliance issues

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants