- Jun 14, 2011
-
-
TYPO3 v4 Release Team authored
Change-Id: I4eec17d8e9c90f03890e1df5fbcc67cc62c713d9 Reviewed-on: http://review.typo3.org/2746 Reviewed-by: TYPO3 v4 Release Team Tested-by: TYPO3 v4 Release Team
-
TYPO3 v4 Release Team authored
Change-Id: Icd87bb0c28325308c6a0f42f6096bb0fc1d271c5 Reviewed-on: http://review.typo3.org/2745 Reviewed-by: TYPO3 v4 Release Team Tested-by: TYPO3 v4 Release Team
-
TYPO3 v4 Release Team authored
Change-Id: Ifdd9737accef7f7d0b45a5dbc7a7e1bff4d96dd9 Reviewed-on: http://review.typo3.org/2744 Reviewed-by: TYPO3 v4 Release Team Tested-by: TYPO3 v4 Release Team
-
Oliver Hader authored
Change-Id: I6637620820258b3b5c78b650ee6cd94871b9892b Resolves: #27446 Reviewed-on: http://review.typo3.org/2739 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Xavier Perseguers authored
Add a parser to support XLIFF + LLXML file as localization file format. This patch includes: * A parser factory to support multiple internationalization formats (actually LLXML and XLIFF, parser for PHP array is not implemented, yet). New parsers can be added in the future. * A new parser for XLIFF (supporting plurals, based on the parser of FLOW3) * Autoload for sysext 'lang' * Update the existing localization method (FE, BE, Extbase) to support the new format of the LOCAL_LANG array * New caching class based on the caching framework or file based * Autodetection igbinary for cache un/serialization * htmlArea RTE: update of the localization API Currently the localization method works as before (only key-based localization). More functionality will be implemented in the new localization API (plurals, ...). The current parser can be used on a TYPO3 instance with LLXML and/or XLIFF files. However if an extension uses XLIFF, the language pack (typo3conf/l10n) MUST use the same format. The parser and the format priority (by default: xlf, xml, php), can be configured in $TYPO3_CONF_VARS['SYS']['lang']. Change-Id: I84d0a463f1b5448b4bca3f7d200315f397f4ea18 Resolves: #25397 Reviewed-on: http://review.typo3.org/2572 Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers
-
Andy Grunwald authored
When tasks are executed manually via the Scheduler BE module, their status icons should be changed to "running". Change-Id: Iae0140f5d9b8a9b622a189fbe12a55bc2d0032c5 Resolves: #25669 Releases: 4.5, 4.6 Reviewed-on: http://review.typo3.org/2449 Reviewed-by: Francois Suter Tested-by: Francois Suter
-
Francois Suter authored
The new Scheduler module unit test class uses the assertType() method from phpUnit, which is deprecated. Replace it with assertInternalType() as recommended by phpUnit. Change-Id: I268a14c6b4cd4f9e24eab67d70adcc8e968fba6c Reviewed-on: http://review.typo3.org/2735 Reviewed-by: Francois Suter Tested-by: Francois Suter
-
Oliver Hader authored
Change-Id: I15a309c36c41c3152c73058cf3e3251c4ddff870 Reviewed-on: http://review.typo3.org/2734 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Andy Grunwald authored
The visibility of tx_scheduler_Module::checkDate($string) is changed from protected to public to make it possible to use this method in custom DataFieldProviders (Scheduler custom fields). Furthermore this makes it possible to test this method with unit tests. Change-Id: I9c97f64c6461b38ce29ac57e5421be0134726a06 Resolves: #25668 Releases: 4.6 Reviewed-on: http://review.typo3.org/2445 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Francois Suter authored
Pretty much everything is configurable in the new record wizard (typo3/db_new.php), except for the three links to create new pages (after, inside and select position). This change introduces new Page TSconfig options to that effect. Change-Id: I7efd0fb710f8026b34c1c9cbbbe8f8f1d43693cc Resolves: #24616 Releases: 4.6 Reviewed-on: http://review.typo3.org/2450 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Francois Suter Tested-by: Francois Suter
-
- Jun 12, 2011
-
-
Soren Malling authored
The use of settings in the "Appearance" tab are most likely related to setting in tabs placed before the "Access" tab. The "Appearance" should be moved before the "Access" tab to give a correct workflow Change-Id: I1cd6683f11d79e8b5684f06310b4c1649295049a Resolves: #27345 Reviewed-on: http://review.typo3.org/2628 Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Rens Admiraal authored
Now t3lib_befunc->getFlexFormDS supports pointers to a file, or to a table containing the XML for the datastructure. I'm currently in the need of storing a file location in this reference table, which is not possible in current method. My suggestion would be to validate the datastructure field in the database to see if it's a file or XML, and handle it depending on the outcome. Suggestion for a solution can be found in this changeset. See the mantis bug report for a test extension to reproduce this. Change-Id: Iae7b096b3b722dfc9eb2b59da10527e5f8febbf8 Resolves: #M17532 Reviewed-on: http://review.typo3.org/1175 Reviewed-by: Rens Admiraal Tested-by: Rens Admiraal Reviewed-by: Julian Hofmann Reviewed-by: Tolleiv Nietsch Reviewed-by: Christian Mueller Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Stefan Neufeind authored
Separate class-fetching from HTML-rendering. Change-Id: Ic8994aebaf4c1c22919054b7a6720b51bdcbc4c5 Resolves: #27367 Reviewed-on: http://review.typo3.org/2646 Reviewed-by: Markus Klein Reviewed-by: Kay Strobach Tested-by: Kay Strobach Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Andreas Wolf authored
All toolbar menu items currently have no hover. This patch adds a hover to tr and li classes inside these menus. Original patch by Steffen Kamper. Change-Id: If6b2ceb6df6977c8b92d1871f115d710107854da Resolves: #18397 Releases: 4.6 Reviewed-on: http://review.typo3.org/2594 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Kay Strobach Tested-by: Kay Strobach Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
- Jun 11, 2011
-
-
Johannes Feustel authored
Backend fails if using an IDN (international domain name) like täst.org Change-Id: Iddd0f821bdf61d98f898fd3cdf07b0af83e081d3 Resolves: #20519 Releases: 4.6, 4.5 Reviewed-on: http://review.typo3.org/2528 Reviewed-by: Georg Ringer Reviewed-by: Kay Strobach Tested-by: Kay Strobach Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert
-
- Jun 10, 2011
-
-
TYPO3 v4 Release Team authored
Change-Id: I494fa0bbb4228bbd0c53c100c5a85c64ecb6ba6a Reviewed-on: http://review.typo3.org/2638 Reviewed-by: TYPO3 v4 Release Team Tested-by: TYPO3 v4 Release Team
-
Georg Ringer authored
There is a little confusion in the files of t3editor as the name of the setting noScale is called once noScale and once noRescale. The correct name is noScale. Nobrainer. Change-Id: I6164882bece82c80d9b856666776e92348932999 Resolves: #26534 Reviewed-on: http://review.typo3.org/2611 Reviewed-by: Mario Rimann Reviewed-by: Stephan Petzl Tested-by: Stephan Petzl Reviewed-by: Tobias Liebig Tested-by: Tobias Liebig
-
- Jun 09, 2011
-
-
TYPO3 v4 Release Team authored
Change-Id: I2792f416d35069d838740b190345fd5f36c0071f Reviewed-on: http://review.typo3.org/2608 Reviewed-by: TYPO3 v4 Release Team Tested-by: TYPO3 v4 Release Team
-
- Jun 08, 2011
-
-
Susanne Moog authored
Currently there is no way to disable the output of the default CSS from extensions (_CSS_DEFAULT_STYLE). You can only disable it per extension. This change adds a config option - removeDefaultCss - which allows to disable it globally. Change-Id: I1bf2566e14b2f50e16ee0ed4b64a29c3acc1f563 Resolves: #17634 Reviewed-on: http://review.typo3.org/1810 Reviewed-by: Markus Klein Reviewed-by: Stefan Neufeind Tested-by: Markus Klein Reviewed-by: Dmitry Dulepov Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Steffen Gebert authored
As we now can rely on the cache lifetimes of TYPO3's page cache (thanks to #20473), we can now safely enable editors to also define start and stop times with a precision of a minute, not only per day. Thus evaluate the fields as datetime, not only as date. Change-Id: I1a6a63cc4dd60d51139562979553a4f432ef6642 Resolves: #27228 Reviewed-on: http://review.typo3.org/2534 Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Thomas Juhnke authored
This patch makes the element browser more conform in the three parts by adding padding to the upload/create folder forms. And move the "display thumbnails" checkbox to the top of the right tree navigation (right below the bulk actions). Furthermore, the three parts are visually splitted by a border which made it necessary to add new id attributes to the both forms in order to make them adressable in the stylesheets. Resolves #25320 Change-Id: I80211a8ace933fe4c44002a5eeb504bfa3360439 Reviewed-on: http://review.typo3.org/1165 Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
- Jun 07, 2011
-
-
Bjoern Pedersen authored
In the Developer Logs there are complaints about the missing destructor. Fix: add it. Change-Id: I42595a7ebbc3c941bf64bc0699ff908059c107bb Resolves: #25278 Reviewed-on: http://review.typo3.org/1092 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Oliver Klee Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
- Jun 06, 2011
-
-
Rens Admiraal authored
class.t3lib_tstemplate.php uses if (is_object($GLOBALS['TSFE'])) to check for the frontend environment, this should be if (TYPO3_MODE == 'FE') This patch already has a +1 on the core list. Made this changeset to get it into gerrit. Change-Id: I57fbbc9258b6db4af20a983791b38087f71ed31d Resolves: #M17725 Reviewed-on: http://review.typo3.org/1174 Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Georg Ringer authored
logoutHeader_stdWrap and logoutMessage_stdWrap do exist, but are not used. Change-Id: I8f12b10ec8f4fd0165904a38d7be913b97242a8d Resolves: #26758 Reviewed-on: http://review.typo3.org/2547 Reviewed-by: Markus Klein Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Sven Teuber authored
When creating a menu with showAccessRestrictedPages set to any PID, links to pages that inherit an access restriction ("include subpages" set on a parent page) won't be substituted. Change-Id: I98ea123ccdf1e370f28103546191b0a7234076f4 Resolves: #15984 Reviewed-on: http://review.typo3.org/1186 Reviewed-by: Susanne Moog Tested-by: Susanne Moog Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Christian Mueller Reviewed-by: Georg Ringer Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Patrick Schriner authored
There's a bug in the PHP time zone implementation - set in t3lib/config_default.php and overridden in localconf.php. The timeZone variable used to set the default timezone takes the value from TYPO3_CONF_VARS[phpTimeZone], which does not exist. It needs to be corrected to TYPO3_CONF_VARS[SYS][phpTimeZone]. The effect is that the time zone for TYPO3 is always set to the server time zone and is not set by the localconf.php / Install Tool value of phpTimeZone. This looks like it may have been an issue since phpTimeZone was added. Thanks to Todd Hossack for the patch Resolves: #26779 Releases: 4.6, 4.5 Change-Id: I599e06c63747a089aefebc4d5745452383dfd8af Reviewed-on: http://review.typo3.org/2301 Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Markus Klein authored
This patch fixes the handling of relative paths of pageNotFound_handling. Due to a missing check, the relative path is prefixed with http_host only, causing a wrong Location header. Change-Id: I664250d34b05a26bdaf1e2a839027b80c1e4f607 Resolves: #25725 Releases: 4.6, 4.5, 4.4 Reviewed-on: http://review.typo3.org/1712 Reviewed-by: Kurt Kunig Tested-by: Kurt Kunig Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Benjamin Mack authored
Add another stdWrap case option "capitalize" Change-Id: I05e4c8850a80b302a9789415e4fe15a3127692b4 Resolves: #17896 Reviewed-on: http://review.typo3.org/2381 Reviewed-by: Fabien Udriot Tested-by: Fabien Udriot Reviewed-by: Stefan Neufeind Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Andy Grunwald Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Steffen Gebert authored
Due to a JavaScript error the corresponding radio button in Step 2 of the 1-2-3 wizard is not automatically checked, when the dropdown menu to select an existing database changes. Change-Id: Idc7c65a268bd7dd67004a88a4c49457f11c022de Resolves: #11765 Reviewed-on: http://review.typo3.org/2505 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Kai Vogel authored
Flexform sheet description, short description and language meta settings are now editable via TSConfig. Change-Id: Ib60c96eb74494444aff14a80d677e52895102f84 Resolves: #26771 Reviewed-on: http://review.typo3.org/2086 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Bjoern Pedersen authored
* Some spaces where missing * The session handling had been buried inside the update classes. Change-Id: I73fe6f24bc6dae1fb926259acae07984f92cb9c2 Resolves: #27235 Releases: 4.6 Reviewed-on: http://review.typo3.org/2537 Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
- Jun 05, 2011
-
-
Thorsten Kahler authored
The language selector in the top of BE forms is intended to show (and switch between) all translations of a certain record. All records in non-default languages, that are not bound to a record in the default language are shown as translations of each other. The patch adds a distinction between translated records and records in a non-default language to render the dropdowns labels and functions. Additionally fixes PHPDoc and indentation of SC_alt_doc::languageSwitch(). Change-Id: Iec7ee3dffbeab2e1fce45cd96c17ceffcc75f7aa Resolves: #24958 Reviewed-on: http://review.typo3.org/1141 Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Francois Suter authored
Android system is not properly detected by t3lib_utility_Client::getBrowserInfo() because it currently detects Android devices as variants of a Linux system. However some browsers don't send "Linux" in the User-Agent, so Android does not get detected at all. This patch moves Android detection outside of the Linux detection block. It also comes before Linux detection, so that Android devices don't get rolled up into Linux computers. Change-Id: I0d870a0b8e7a00bce0dbbf964338f1e83ca821cc Resolves: #26734 Releases: 4.6, 4.5 Reviewed-on: http://review.typo3.org/2000 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Fedir RYKHTIK Tested-by: Fedir RYKHTIK Reviewed-by: Georg Ringer Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert
-
Oliver Hader authored
Cleanup the NEWS.txt for TYPO3 4.6 and add accordant information. Change-Id: I2f4bd78feaf2e29e064562f7a9181a081ae9e39c Reviewed-on: http://review.typo3.org/2071 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert
-
- Jun 04, 2011
-
-
Steffen Müller authored
If a content element has a starttime/endtime or a tt_news item has such dates, they are not taken into account when cached. This change adds an automatism for tt_content records. Records in other tables can be defined as tablename:pid in TypoScript, to be taken into account while calculating the page's cache lifetime. Change-Id: I75479d193772905093f53fcd24299df849478fba Resolves: #20473 Releases: 4.6 Reviewed-on: http://review.typo3.org/2393 Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Stefan Neufeind Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Stefan Neufeind authored
Replaced "Create" with "Created". Date refers to when the record was "created". Change-Id: I68d991af19acbb87a132cb2706841e4f4cbb6a51 Resolves: #5539 Releases: 4.4, 4.5, 4.6 Reviewed-on: http://review.typo3.org/2522 Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
-
Markus Klein authored
An extension that provides static data shows up in the extension manager with a list of checkboxes for each table to import. The table names are not clickable, one has to target the tiny checkbox. This fix adds the missing <label> tags around the table names. Thanks to Christian Weiske for providing this patch. Change-Id: Icba748674a854cb3bda032cdfc797c4ad5584639 Resolves: #26926 Releases: 4.6 Reviewed-on: http://review.typo3.org/2322 Reviewed-by: Christian Weiske Tested-by: Christian Weiske Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Mario Rimann authored
This is to make the media field of the pages_language_overlay table behave the same as the media field in the pages table (TCA for both are identical) Change-Id: I05298e8429384da7af6ffdef78587198532030f0 Resolves: #26142 Reviewed-on: http://review.typo3.org/2513 Reviewed-by: Björn Pedersen Reviewed-by: Stefan Neufeind Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Mario Rimann authored
Change-Id: I317234a5d90d41785f9f9338459fc39a64e85663 Resolves: #26360 Reviewed-on: http://review.typo3.org/2512 Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert
-
- Jun 03, 2011
-
-
Ernesto Baschny authored
Change-Id: Ie76570ebce5ea227a947132180e8555c79fbcc48 Resolves: #27173 Reviewed-on: http://review.typo3.org/2494 Reviewed-by: Mario Rimann Tested-by: Mario Rimann Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert
-