User tests: Successful: Unsuccessful:
If the URL "index.php" was given, it was converted into "http://http://<servername>/index.php", and an URL starting with "index.php" (e.g. "index.php/sample-sites") was converted into (in this example) "http://index.php/sample-sites". Now "index.php" and e.g. "index.php/sample-sites" are treated identically, they are converted into "http://<servername>/index.php" resp. "http://<servername>/index.php/sample-sites".
Labels |
Added:
?
|
I suppose that this should be added to 3.x also?
@b2z Initially I made this change as part of a greater change ("Allow relative URLs for links A/B/C in articles") both for 2.5.x and 3.x, but them infograf768 informed me that this is a new feature which will not be added to the 2.5.x branch, and he instructed me to only add the bug fix regarding index.php handling as a new PR to the 2.5.x branch.
So you find this bug fix as part of the PR #4310 for the 3.x branch. If desirable I could split that PR into one with the new feature ("Allow relative URLs ...") and another similar to PR #4321 ("correct index.php handling"), both for the 3.x branch.
@jo-sf thank you for explanation.
If desirable I could split that PR into one with the new feature ("Allow relative URLs ...") and another similar to PR #4321 ("correct index.php handling"), both for the 3.x branch.
I think that there is no need. #4310 is ok ;)
This comment was created with the J!Tracker Application at http://issues.joomla.org/.
Labels |
Added:
?
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-09-25 13:42:18 |
Labels |
Removed:
?
|
@test
This works here.