- Dec 16, 2011
-
-
Francois Suter authored
t3lib_BEfunc::getProcessedValue() is used throughout the Core to transform values stored as indices into human-readable values. However for select-type fields based on a list of items (and not a foreign table) where multiple selections are possible, t3lib_BEfunc::getProcessedValue() fails to display anything. This is due to t3lib_BEfunc::getLabelFromItemlist(), being unable to handle several values. This patch introduces a new method to avoid breaking compatibility. Change-Id: I074099cd5fc06a346a86246bdf7620ebdc7b18cb Resolves: #31374 Releases: 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/6379 Reviewed-by: Björn Pedersen Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Francois Suter Tested-by: Francois Suter
-
Felix Kopp authored
Adds an option to disable Page Information function in Web > Page. Fixes: #32086 Releases: 4.7 Change-Id: Ie1b157e425a20b2495e7e953bbda71fd55c15e83 Reviewed-on: http://review.typo3.org/6916 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Stefan Neufeind Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Stanislas Rolland authored
1. Migrate RTE. 2. Add soft hyphen insertion feature. Change-Id: Ic81ecf9f682ead18680475534e27a267d6cc59e8 Resolves: #32200 Releases: 4.7 Reviewed-on: http://review.typo3.org/7106 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter Reviewed-by: Georg Ringer
-
Mario Rimann authored
Adds a Typoscript option to make the the separator string that is used between the site title and the page title configurable. Change-Id: I8fd088ee15d09a0c2414d48d30058c2ed85a1b98 Resolves: #17030 Releases: 4.7 Reviewed-on: http://review.typo3.org/7041 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Dominique Feyer authored
Currently the l10n parser cache can only be cleared manually, by adding this in locallang.php: $GLOBALS['TYPO3_CONF_VARS']['SYS']['lang']['cache']['clear_menu'] = TRUE; This patch change the default behavior. By default the l10n cache is cleared on "clear all cache", if the clear l10n menu item is enabled, it's not cleared on clear all cache. Change-Id: I969a76d4a17ed847f39884883a887f4e0cb9c3a3 Fixes: #32600 Releases: 4.7, 4.6 Reviewed-on: http://review.typo3.org/7283 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Dmitry Dulepov authored
Reports module changes from issue #30695 introduced a check for the saltedpasswords extension and a report about users, whose passwords are not protected by the saltedpasswords. That check queries database directly and uses internal knowledge of saltedpasswords about marking the password with certain characters. This can break reports module if saltedpasswords adds a new scheme to salt passwords. Only saltedpasswords should know about those prefixes. Other extensions should use the API of saltedpasswords to query the information. Change-Id: Iec27610c2227ed15537f37b53e1b26443b5a276f Resolves: #32136 Releases: 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/6953 Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Stanislas Rolland authored
1. Remove custom resizer. 2. Migrate date and time picker. 3. Migrate other custom classes Change-Id: I32bc6d6e98db7be4677d552caf923c3f999683a1 Resolves: #32196 Releases: 4.7 Reviewed-on: http://review.typo3.org/7105 Reviewed-by: Georg Ringer Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
TYPO3 v4 Release Team authored
Change-Id: I1f8fd1d6ab8149a9dc8d6f0486794e2e6c4147d4 Reviewed-on: http://review.typo3.org/7301 Reviewed-by: TYPO3 v4 Release Team Tested-by: TYPO3 v4 Release Team
-
Stanislas Rolland authored
Solution: Fallback to the default contentCSS file when the file specified in Page TS Config does not exist or is of zero size. Change-Id: I18fe77f5fad13a244e4dc8570bbdf940b0721fcc Resolves: #29899 Releases: 4.5, 4.6, 4.7 Reviewed-on: http://review.typo3.org/6650 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
- Dec 15, 2011
-
-
Oliver Hader authored
Add possibility to define http-equiv in meta tags, currently this is only done if using the property "refresh". Change-Id: I114fa763eb8522aea2b4de1a18e2bb0f1dde568b Resolves: #31936 Related: #31938 Releases: 4.7 Reviewed-on: http://review.typo3.org/6742 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
- Dec 13, 2011
-
-
Christian Kuhn authored
Change-Id: Id4c3ba2810c8ec87011cee7650655678d3817550 Resolves: #32471 Releases: 4.7 Reviewed-on: http://review.typo3.org/7222 Reviewed-by: Mario Rimann Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter Reviewed-by: Christoph Niewerth Tested-by: Christoph Niewerth Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Oliver Hader authored
1. Migrate page tree. 2. Migrate context menu. Change-Id: I53502d25a11bfa61ffd66f600875f2952e930f8d Resolves: #32191 Releases: 4.7 Reviewed-on: http://review.typo3.org/7103 Tested-by: Stefan Neufeind Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Stanislas Rolland authored
1. Migrate BE viewport.js 2. Migrate BE module menu. 3. Migrate BE top bar components 4. Migrate context help. 5. Migrate notifications. Change-Id: I324f4679da0d02e52b93cf265e0befe5762e4013 Resolves: #32189 Releases: 4.7 Reviewed-on: http://review.typo3.org/7096 Tested-by: Stefan Neufeind Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Stanislas Rolland authored
1. Delete the extjs component of t3skin. 2. Add extjs component of t3skin based on ExtJS 4. 3. Adapt t3skin/ext_tables.php. Change-Id: I70d7b63e570456e79c5bc747a12263eefc4c2fac Resolves: #32187 Releases: 4.7 Reviewed-on: http://review.typo3.org/7094 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter Tested-by: Stefan Neufeind
-
Stanislas Rolland authored
1. Delete ExtJS 3.4 library 2. Add ExtJS 4.0.7 library 3. Adapt t3lib_pagerenderer Change-Id: I59e5a896eb78c59066bb09192e60606a838fcc0a Resolves: #32186 Releases: 4.7 Reviewed-on: http://review.typo3.org/7092 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter Tested-by: Stefan Neufeind
-
- Dec 12, 2011
-
-
Christian Kuhn authored
tx_aboutmodules_Functions was used in the good old days to render the main module menus. Now, the only code that used this class was the about module extension. The patch refactors the about module and moves the needed code of the tx_aboutmodules_Functions to its own class. This makes the extension way easier to maintain. tx_aboutmodules_Functions is declared obsolete and unmaintained. Change-Id: I15402c995a00f16006e20ecc40bd841d6b42c1cb Resolves: #31296 Releases: 4.7 Reviewed-on: http://review.typo3.org/6338 Reviewed-by: Oliver Hader Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Sebastian Fischer authored
Add central hook object registration in the sys_action task which gets used for two hook methods. One that modifies the transfered data before the process of the task self acts on them. The other hook that enables custom error checking. Like special checks on the submitted password for complexity or similier. Change-Id: I2a2a2ffdfb896d798ce0b96c3d48334956cf49b7 Fixes: #32055 Releases: 4.7 Reviewed-on: http://review.typo3.org/6915 Reviewed-by: Oliver Hader Tested-by: Oliver Hader Tested-by: Steffen Ritter
-
Simon Schaufelberger authored
Change-Id: Id2ffafb17b3f9e81d6fb0f623528021c7b958ec1 Resolves: #32062 Releases: 4.7 Reviewed-on: http://review.typo3.org/6902 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert Reviewed-by: Oliver Klee Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
- Dec 11, 2011
-
-
Markus Klein authored
Disabling ImageMagick causes t3lib_stdgraphic to throw a RuntimeException when checking for version compatibility. Change-Id: I3a13ce95c923487cbc7488ac30fd747c52d60904 Fixes: #32433 Releases: 4.7, 4.6 Reviewed-on: http://review.typo3.org/7190 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
- Dec 07, 2011
-
-
Oliver Hader authored
Menu rendering using sectionIndex is broken due to a wrong sql_free_result() call. Change-Id: I8d5c1fac0705ab03a5888abfba7cf73169a9f80f Fixes: #32375 Releases: 4.7 Reviewed-on: http://review.typo3.org/7145 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Tolleiv Nietsch authored
The field names generated for the suggest wizard are not compatible with "flex" fields. This changes loads the datastructure for the field and expands the field name as needed. Change-Id: I8d25594ba0376f7d35aa7f52860cad975014cc0a Fixes: #22231 Releases: 4.5, 4.6 Reviewed-on: http://review.typo3.org/5703 Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Felix Kopp authored
The table to display languages in page module next to each other gets the same width as page module table to display columns. Styles language table head cell background correctly. Change-Id: I5e67cf22a2667a4fe7a81257ac844e019c281546 Resolves: #30206 Releases: 4.7 Reviewed-on: http://review.typo3.org/5229 Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Markus Klein Reviewed-by: Sebastian Fischer Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
- Dec 06, 2011
-
-
Mario Rimann authored
This patch removes "mysql" and "information_schema" from the list of databases that the install tool offers to choose from. Change-Id: I4f407e5571e65005f24cba0b7cdf36e3782bf1c0 Resolves: #19278 Releases: 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/7068 Reviewed-by: Oliver Klee Reviewed-by: Dmitry Dulepov Tested-by: Dmitry Dulepov
-
- Dec 05, 2011
-
-
Stanislas Rolland authored
Solution: Workaround IE bookmarking not being possible on control range Change-Id: I72767041702ca03498ed6cdca04cf7e68512b0b7 Resolves: #30631 Releases: 4.5, 4.6, 4.7 Reviewed-on: http://review.typo3.org/7002 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
- Nov 29, 2011
-
-
TYPO3 v4 Release Team authored
Change-Id: I1fa12261372988845ea2ff5596ce3936038d8985 Reviewed-on: http://review.typo3.org/6984 Reviewed-by: TYPO3 v4 Release Team Tested-by: TYPO3 v4 Release Team
-
TYPO3 v4 Release Team authored
Change-Id: I47687a250fb350fcd6af077ba2b177cb5bd4e946 Reviewed-on: http://review.typo3.org/6983 Reviewed-by: TYPO3 v4 Release Team Tested-by: TYPO3 v4 Release Team
-
Oliver Hader authored
The confirmation action (back to form or send mail) relies only on the label value. To solve this, the confirmation-true and confirmation-false arguments are introduced. Change-Id: I6dbbb881396ccb1c215a89e7237766115dd03717 Fixes: #31560 Releases: 4.6, 4.7 Reviewed-on: http://review.typo3.org/6530 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
The system extension form renders elements with a wrapped class like "csc-form-1" which just states the order or elements. To enable more specific styling, a schema like the following is integrated: csc-form-<id> csc-form-element csc-form-element-<type> Change-Id: I0c03d047a757e8865f99b6200cc01bad19d06605 Fixes: #31561 Releases: 4.6, 4.7 Reviewed-on: http://review.typo3.org/6531 Reviewed-by: Georg Ringer Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
This reverts commit fb6f0573. Change-Id: I5a0265895e7506daf0173cea4aa44872259ac743 Reviewed-on: http://review.typo3.org/6980 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Steffen Ritter authored
For backwards compatibility we keep versions of the CSS Styled Content TypoScript configuration files selectable as rendering template. Change-Id: I9096b79abf8b1272905ab3c048be44a96dd96054 Resolves: #32160 Reviewed-on: http://review.typo3.org/6973 Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Stanislas Rolland authored
The key requirements of accessible media rendering are having synchronized closed captions (taken from the media resource or provided by an external SRT file) and a synchronized additional audio description layer. videoJS offers these functionality by using plain HTML5 features and Flowplayer is used as fallback to deliver the content with a Flash application. Editors can then chose in the media content element which strategy of content delivery to use. These changes are a result of the BLE project and are taken from git://git.typo3.org/TYPO3v4/Incubator.git project-accessibility Change-Id: I00990ca18e2d9743a67a2d248ff23a2cf2ee8b12 Resolves: #31770 Releases: 4.7 Reviewed-on: http://review.typo3.org/6639 Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Dmitry Dulepov authored
Pages and TS cache may contain a lot of data. According to studies found on the Internet, saving long BLOBs to the database may cause a major performance decrease. Enable compression to make chunks of page and TS caches smaller. This patch enables compression for cache_pages and cache_pagesection. Change-Id: Ic40c5a419573e7890d475eab8bb55b3bb2d963bc Resolves: #30605 Releases: 4.7 Reviewed-on: http://review.typo3.org/5595 Reviewed-by: Markus Klein Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Simon Schaufelberger Tested-by: Simon Schaufelberger Reviewed-by: Georg Ringer Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Oliver Hader authored
These changes are a result of the BLE project and are taken from git://git.typo3.org/TYPO3v4/Incubator.git project-accessibility Change-Id: I4b87d916bf95fd1670fea1d01201e2e2242cbb36 Resolves: #31767 Related: #31768 Reviewed-on: http://review.typo3.org/6638 Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Ingo Pfennigstorf authored
All input elements are wrapped by a list element that only has one css class containing the element id of the field. To avoid unneccesary barriers to ie. hide inputs field of the type "hidden" an extra class is added to the list element to determine the field type of the wrapped element, ie. hidden, text, ... . Change-Id: Ia14641d488f10e2a60f9ba0fafdc10f31d0eeb1d Resolves: #30851 Releases: 4.6 Reviewed-on: http://review.typo3.org/5745 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Stefan Neufeind Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Oliver Hader authored
Integrate system extension linkvalidator as Git submodule. git://git.typo3.org/TYPO3v4/Extensions/linkvalidator.git Change-Id: Idd931c0864692e4fc73d048192467205492f7497 Resolves: #32075 Reviewed-on: http://review.typo3.org/6911 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Dmitry Dulepov authored
If the table exists in $TCA but does not exist in the database, "Update reference index" in "Tools">"DB Check" will throw warnings. Implement a check and a descriptive error message in the system log. Change-Id: I29bca987a7897530a383b30b19bd8cfa008afd57 Resolves: #21590 Releases: 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/6874 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Steffen Ritter authored
The core currently lacks a common way of handling "sets of data" in a generic way. This set of interfaces define these common way of accessing data-sets within TYPO3. Change-Id: I1d698a89f0add4cd4d1aaebc99fe0ed37dac333d Resolves: #32146 Releases: 4.7 Reviewed-on: http://review.typo3.org/6967 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Fabien Udriot Tested-by: Fabien Udriot Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
- Nov 28, 2011
-
-
Oliver Hader authored
Each page can have a target defined, which can also be a typeNum that gets added to the generated URL. Now if RealURL is used, the "&type=" part will be just added to the final URL which looks like "page.html&type=1". A question mark is missing here to get a valid query part. Change-Id: I7c8c95db7eeb80709f5a9628d56be431ce1bdd76 Fixes: #31622 Releases: 4.7, 4.6, 4.5, 4.4 Reviewed-on: http://review.typo3.org/6565 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Stefan Neufeind Reviewed-by: Simon Schaufelberger Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Markus Klein authored
Removes all deprecated code marked for deletion in 4.7. Change-Id: Ice9c95b62d08cc6e6f3c0854f9cf12837f8df7aa Resolves: #32108 Releases: 4.7 Reviewed-on: http://review.typo3.org/6943 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Lorenz Ulrich authored
The changeset introduces new Typoscript properties for setting the path to the filetype icons, the extension of the filetype icons and the width and height attribute of the img tag when using the Filelinks/"uploads" cObject. If no special configuration is set, the old defaults are taken (icons from tslib/media/fileicons/, extension gif, width 18, height 16). New sub properties of filelink.icon: * path : path to icon set (default: tslib/media/fileicons/) * ext : extension of icons (default: gif) * widthAttribute : width of icons (default: 18) * heightAttribute : height of icons (default: 16) Change-Id: I69781a5ece9ff32ae51220e669b0c740638f5329 Resolves: #23624 Releases: 4.7 Reviewed-on: http://review.typo3.org/3921 Reviewed-by: Markus Klein Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Lorenz Ulrich Tested-by: Lorenz Ulrich Reviewed-by: Simon Schaufelberger Tested-by: Simon Schaufelberger Reviewed-by: Stefan Neufeind Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-