Skip to content
Snippets Groups Projects
  • Helmut Hummel's avatar
    [TASK] Cleanup Ajax URL inline settings · 7ccbb22f
    Helmut Hummel authored
    This change streamlines the use of Ajax URLs
    by auto-publishing all Ajax URLs to JavaScript
    inline settings.
    
    All Ajax URLs can now also be looked up in
    JavaScript by providing the AjaxID like that:
    
    var ajaxUrl = TYPO3.settings.ajaxUrls['TxMyExt::process'];
    
    All code has been adapted to reflect this change.
    
    Resolves: #57096
    Documentation: #56347
    Releases: 6.2
    Change-Id: I4a441f51dcb3551874082077c52918b3fc6a9b0f
    Reviewed-on: https://review.typo3.org/28602
    Reviewed-by: Markus Klein
    Tested-by: Markus Klein
    Reviewed-by: Stefan Neufeind
    Tested-by: Stefan Neufeind
    7ccbb22f
To find the state of this project's repository at the time of any of these versions, check out the tags.
NEWS.md 9.16 KiB

TYPO3 CMS 6.2 - WHAT'S NEW

TYPO3 is an open source PHP based web content management system released under the GNU GPL. TYPO3 is copyright (c) 1999-2013 by Kasper Skaarhoj.

This document provides information about what is new in the 6.2 release of TYPO3. An up-to-date version of this document also containing links to further in depth information can be found here:

http://wiki.typo3.org/TYPO3_6.2

System requirement changes

Minimum PHP version requirement raised to PHP 5.3.7. Please upgrade PHP first, if you plan to update from an older TYPO3 installation to 6.2!

PHP 5.4 or later is recommended for improved performance.

Consult INSTALL.md for complete system requirements.

Changes and Improvements

Removed and moved components