Project

General

Profile

Actions

Feature #33767

closed

Task #33745: Integrate File Abstraction Layer

Integrate possibility to build URL

Added by Oliver Hader about 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2012-02-08
Due date:
% Done:

100%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:

Description

The PHP function parse_url() allows to split up URLs into separate parts.
However, TYPO3 lacks the possibility to build an URL with the same arguments.

Example (round-trip):
$url = t3lib_utility_Http::buildUrl(
parse_url('http://typo3.org/')
);

Actions #1

Updated by Gerrit Code Review about 12 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8909

Actions #2

Updated by Gerrit Code Review about 12 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8909

Actions #3

Updated by Andreas Wolf about 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF