- Jan 17, 2012
-
-
TYPO3 v4 Release Team authored
Change-Id: Ife0a38aca4287cdbb170673bde535deb00505342 Reviewed-on: http://review.typo3.org/7833 Reviewed-by: TYPO3 v4 Release Team Tested-by: TYPO3 v4 Release Team
-
TYPO3 v4 Release Team authored
Change-Id: I7d00c83d7d9c9bc002b9f86123601fe8ab44d674 Reviewed-on: http://review.typo3.org/7832 Reviewed-by: TYPO3 v4 Release Team Tested-by: TYPO3 v4 Release Team
-
Oliver Hader authored
Change-Id: Ib352841b0a22f94152b54c94e868e0a07080138a Resolves: #32864 Related: #30271 Reviewed-on: http://review.typo3.org/7831 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
Change-Id: I553031b98e47371120e6c25b0427a6318d016b42 Resolves: #32864 Related: #30271 Reviewed-on: http://review.typo3.org/7830 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
Change-Id: I2a615341fe2630e23fc056ac4d8edbda74a50662 Reviewed-on: http://review.typo3.org/7829 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Helmut Hummel authored
Add a processing authorization service to be able to treat (decrypt, hash) passwords transmitted for other services that then can only compare the credentials. Resolves: #30271 Releases: 4.7 Change-Id: Ic8ebeaa58d1cc1662083b0799f670b5a79e43971 Reviewed-on: http://review.typo3.org/5326 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Georg Ringer authored
use t3lib_BEfunc::date and ::datetime() instead of native date(). Change-Id: Ie8679c345efabd5415f2f9bde1e6f9f4f31239ce Resolves: #23055 Releases: 4.7 Reviewed-on: http://review.typo3.org/7780 Reviewed-by: Philipp Gampe Reviewed-by: Wouter Wolters Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter Reviewed-by: Dominik Mathern Tested-by: Dominik Mathern
-
Ingmar Schlecht authored
This is useful for IRRE when used with foreign_selector, if you want to hide the relation field in the child record. By using the hidden palette feature you can just put it to such a hidden palette, which makes sure IRRE will still work, but the relation field is never displayed. Change-Id: I78d04469ab1e902b98710dec633f8566814b4390 Resolves: #33044 Releases: 4.7 Reviewed-on: http://review.typo3.org/7698 Reviewed-by: Philipp Gampe Reviewed-by: Dominik Mathern Tested-by: Dominik Mathern Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Philipp Kitzberger authored
Enables the switching of BE users when the BE is in adminOnly mode. Change-Id: I5fb6606acbe53885335619e2edfe9448b6988458 Fixes: #32686 Releases: 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/7469 Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Dmitry Dulepov authored
If config.absRefPrefix is set, page renderer provides incorrect file references to compressor. It prepends absRefPrefix to JS and CSS file names. This causes two problems: (1) compressor cannot fetch those files because it always prepends site path to the file name and (2) compressor fetches local files using HTTP (performance!). The result is that all default styles from extensions are missing when compressor is enabled but a reference to an empty CSS file is added to the page. Change-Id: I30e58eab1e1ac2f76d2cddb27499e778adb5fc27 Resolves: #32397 Releases: 4.7, 4.6 Reviewed-on: http://review.typo3.org/7165 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Felix Kopp authored
There is a permanent flashMessage in user settings module to indicate the possible necessity to reload the whole backend after changing settings. Move the reload notice in user settings module to the top and display it only after saving. Change-Id: I3189e8b4fc47e5bf22c23aa7e02ee9b04abd2705 Resolves: #32891 Releases: 4.7 Reviewed-on: http://review.typo3.org/7639 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Oliver Klee Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Georg Ringer authored
The access module got those nice red/green icons but many people don't know that those are clickable because the cursor icon is wrong. Change-Id: I8a050fdb32af875c0e8345427713cb68c0925d11 Fixes: #33230 Releases: 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/7821 Reviewed-by: Susanne Moog Tested-by: Susanne Moog Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Michael Klapper authored
The use of "require_once" statements will help to define custom caching backends. Change-Id: I6c04644ca7711e4ca7b7e59df3f71c16115b3ae9 Fixes: #32986 Releases: 4.7 Reviewed-on: http://review.typo3.org/7679 Reviewed-by: Philipp Gampe Reviewed-by: Georg Ringer Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Andy Grunwald Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Nils Seinschedt authored
Implement a hook to be able to influence the concatenated and compressed resource files before they get wrapped in tags. Resolves: #33234 Releases: 4.6, 4.7 Change-Id: I0f1a1337ab5b3fbe50692c7f342ecaccc282d052 Reviewed-on: http://review.typo3.org/7822 Reviewed-by: Susanne Moog Tested-by: Susanne Moog Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Stanislas Rolland authored
Cleanup methods deprecated since TYPO3 4.5. Change-Id: I8fd88887ef5a486949f21e2d8504604d1c92f688 Resolves: #33238 Releases: 4.7 Reviewed-on: http://review.typo3.org/7825 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
- Jan 16, 2012
-
-
Sven Burkert authored
fe_adminLib.inc calls preg_spliti() which does not exist. Change-Id: I7c16c2590ddc193fcad99e970ab8c6975e369261 Fixes: #32773 Releases: 4.7, 4.6, 4.5, 4.4 Reviewed-on: http://review.typo3.org/7487 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Philipp Gampe Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Stanislas Rolland authored
Rely on page renderer for script compression/concatenation. Remove extension configuration variable for script compression. Remove RTE cache. Change-Id: I8aca81b28741d31ec58c823315663e29822f86a1 Resolves: #33207 Releases: 4.7 Reviewed-on: http://review.typo3.org/7815 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
- Jan 15, 2012
-
-
Stanislas Rolland authored
IE6 not being supported anymore in BE, scripts may now be included in head, as they should be. Change-Id: I813445d0f73fbc639d8773ec059a2e3e036f8dc9 Resolves: #33206 Releases: 4.7 Reviewed-on: http://review.typo3.org/7814 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
Xavier Perseguers authored
When a shortcut page is accessed with ?type=123 in the URL, the redirect is calculated without this parameter. Change-Id: I6638d34fcbc1a3862f65783e4ad3a226de1dd3e0 Fixes: #31333 Releases: 4.7, 4.6 Reviewed-on: http://review.typo3.org/6775 Reviewed-by: Oliver Hader Tested-by: Oliver Hader Reviewed-by: Stefan Neufeind Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
Steffen Gebert authored
Several developers abuse t3lib_TCEmain and instantiate it also in other contexts than BE, for which it never was made. As this breaks several extensions that use it in FE or CLI mode and the fix is trivial, avoid crashing. Change-Id: I0998b4fc36bb803f82becbbca0137a7dfd43eb8a Fixes: #28007 Releases: 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/7633 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Wouter Wolters Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
- Jan 14, 2012
-
-
Dmitry Dulepov authored
When adding the very first page to the page tree, TYPO3 asks to select a position and offers a weird looking selector (see the attachment in the bug report). Instead, it should proceed straight to the page properties window (or redirect to it). Change-Id: Ia55a1c1959d70c5f755281a4c6a6f77aa179ed5f Resolves: #32111 Releases: 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/7075 Reviewed-by: Stefan Neufeind Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-
Ingmar Schlecht authored
This patch request adds the possibility to define foreign_match_fields (similar to MM_match_fields) for IRRE inline relations. This is required for the upcoming file abstraction layer in TYPO3. Example: 'my_parent_fieldname' => array ( 'config' => array ( 'type' => 'inline', 'foreign_table' => 'tx_myext_childtable', 'foreign_field' => 'parent_record_pointer', 'foreign_match_fields' => array( 'parent_field_pointer' => 'my_parent_fieldname', ), ) ), Change-Id: I6b97126dcf9704bd3f37bebda1a1f2f0213c9aa9 Fixes: #29296 Releases: 4.7 Reviewed-on: http://review.typo3.org/7669 Reviewed-by: Björn Pedersen Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
Dmitry Dulepov authored
Function t3lib_div::validPathStr() fails on file names with Unicode characters. Adding 'u' modifier to the regular expression solves the problem. Change-Id: I9dfb31090d12133798f4e8d47e7394e6c7be51a6 Resolves: #32046 Releases: 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/7032 Reviewed-by: Oliver Klee Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Stefan Neufeind Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
Markus Klein authored
The deprecation log lacks specific and necessary information about include and require calls, which makes it hard to actually follow a stack trace. Add special treatment of this sort of functions and display additional path information. Change-Id: If816432d3204454954079c636f539243eb3fa55b Resolves: #31300 Releases: 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/6343 Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert Reviewed-by: Wouter Wolters Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
Mario Rimann authored
According to the documentation, "-1" is a valid setting for PHP's memory_limit and means "unlimited". So far this value has caused the system status report to report this value as an error. Change-Id: I79e43d2e4300bce5d673296a844b9bd3416cd3da Fixes: #32231 Releases: 4.7, 4.6, 4.5 Reviewed-on: http://review.typo3.org/7040 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Wouter Wolters Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
-
- Jan 13, 2012
-
-
Stanislas Rolland authored
This feature adds a button and/or shortcut to insert a soft hyphen at the current cursor position in the RTE content. This feature was sponsored by BLE (Bundesanstalt für Landwirtschaft und Ernährung). Change-Id: Id87fcde001b042ff6d0423bf3135d741aa3f2a4f Resolves: #33184 Releases: 4.7 Reviewed-on: http://review.typo3.org/7787 Reviewed-by: Stanislas Rolland Tested-by: Stanislas Rolland
-
Oliver Hader authored
Change-Id: I5495441993fb62232edbcd34271a53a7e6591829 Reviewed-on: http://review.typo3.org/7778 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
The current core_autoload.php is missing some files. This is a new version, generated with the latest SVN version of extdeveval. Change-Id: Ia93eddf0811a1062ec808ba64b524f68a216f54e Resolves: #33047 Related: #33164 Reviewed-on: http://review.typo3.org/7701 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
This reverts commit e149a551. Change-Id: I79d0cb2d8c721909a67ae672968b9dc688c80351 Resolves: #33164 Releases: 4.7 Reviewed-on: http://review.typo3.org/7776 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
This reverts commit 62f27741. Change-Id: I1c4ea0153f08b7430c510f3b1b9afceedb64712c Resolves: #33164 Releases: 4.7 Reviewed-on: http://review.typo3.org/7775 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
This reverts commit 8f10c28b. Change-Id: If0efdb9ec9346edcfae58dbd49defdbf6f829620 Resolves: #33164 Releases: 4.7 Reviewed-on: http://review.typo3.org/7774 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
This reverts commit 69f28918. Change-Id: I13d818471b2d3ed92ff623b25b0d752b244aa3bc Resolves: #33164 Releases: 4.7 Reviewed-on: http://review.typo3.org/7773 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
This reverts commit 1a1930c8. Change-Id: I5382dd50da464ce85db6eb09d7161e56d35266bd Resolves: #33164 Releases: 4.7 Reviewed-on: http://review.typo3.org/7772 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
This reverts commit 463526e5. Change-Id: Iaa4eb001026000bd50f9cf9c05462632bf746c3e Resolves: #33164 Releases: 4.7 Reviewed-on: http://review.typo3.org/7771 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
This reverts commit 7e9c99a2. Change-Id: I69e7e0450156a69429824ffa306064e9ba45b62b Resolves: #33164 Releases: 4.7 Reviewed-on: http://review.typo3.org/7770 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
This reverts commit 0618526d. Change-Id: Ic05027f1fca2811ade7e9d244dd255fd9ea128e9 Resolves: #33164 Releases: 4.7 Reviewed-on: http://review.typo3.org/7769 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
This reverts commit f4926ae6. Change-Id: I24ce3e57972ec4cce4147fcfafc53dfa09be9b10 Resolves: #33164 Releases: 4.7 Reviewed-on: http://review.typo3.org/7768 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
This reverts commit 8d378484. Change-Id: I9a7b88a87f228e323002d2ccdf99db99f2166aaf Resolves: #33164 Releases: 4.7 Reviewed-on: http://review.typo3.org/7767 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
This reverts commit b6f26329. Change-Id: If82c6bfe6ae0b3a9dfa77966b07f1889137b75c2 Resolves: #33164 Releases: 4.7 Reviewed-on: http://review.typo3.org/7765 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-
Oliver Hader authored
This reverts commit 103287a3. Change-Id: I389c7112d4f31c59edf26a04faaea047caf75418 Resolves: #33164 Releases: 4.7 Reviewed-on: http://review.typo3.org/7766 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
-