- Jul 15, 2013
-
-
Stefan Neufeind authored
require-statements relying on the current working- directory and/or a certain include-path setting can cause unexpected behaviour. A path is added for those cases. For the current working-directory simply using __DIR__ is okay. Change-Id: I959c8f4a1d25ca1403e7dcecb0bc20826c7c5059 Resolves: #49991 Releases: 6.2 Reviewed-on: https://review.typo3.org/22270 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Markus Klein authored
TypoScriptFrontendController::initFEuser() calls $GLOBALS['TYPO3_DB']->cleanIntList() with a possible NULL argument. This leads to a PHP warning in GeneralUtility::trimExplode(). Resolves: #42921 Releases: 6.2, 6.1, 6.0, 4.7, 4.5 Change-Id: Id33ee8fe5e4177716af6ce8c9084e098b86c280c Reviewed-on: https://review.typo3.org/22327 Reviewed-by: Thorsten Kahler Tested-by: Thorsten Kahler Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Mario Rimann authored
While indexing externals (e.g. PDF files) the language of the page being rendered is not stored with the indexed file content. Thus the file is shown/not shown in the wrong situations. See detailed description in bug-report regarding the "situations". Change-Id: I69eb1e222eb186b052eba93eaa9d5a80dd1e87ab Resolves: #46261 Releases: 4.7, 6.0, 6.1, 6.2 Reviewed-on: https://review.typo3.org/18899 Reviewed-by: Henrik Ziegenhain Tested-by: Henrik Ziegenhain Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Wouter Wolters authored
Cleanup the entry classes inside typo3/ with the following changes: * Move language include to constructor * Remove not needed doc-comments * Make class available in $GLOBALS['SOBE'] Change-Id: Ie5bcf1f6f09a070a946a021d41d4809567ff6229 Resolves: #49454 Releases: 6.2 Reviewed-on: https://review.typo3.org/21669 Reviewed-by: Alexander Opitz Reviewed-by: Markus Klein Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
Markus Klein authored
Fixes a call to preg_replace with /e modifier, which is deprecated in PHP 5.5 now. Resolves: #49300 Releases: 6.2, 6.1 Change-Id: I6bd4b57d64801be912e0050772420a684b1aa237 Reviewed-on: https://review.typo3.org/21556 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
Wouter Wolters authored
The TCA property "requestUpdate" is sensitive to spaces, although this is documented nowhere. Indeed "foo1, foo2" will not work whereas "foo1,foo2" does. This patch strips spaces from the "requestUpdate" string before testing it. Resolves: #49872 Related: #42789 Releases: 6.2, 6.1, 6.0, 4.7, 4.5 Change-Id: I44410007503443843a3ecbff15f4738cd857b73c Reviewed-on: https://review.typo3.org/22314 Reviewed-by: Markus Klein Tested-by: Markus Klein
-
Markus Klein authored
This reverts commit acd257b5 The code has a wrong parentheses order. Backports are fixed, only master (6.2) affected. Releases: 6.2 Change-Id: I605730841fa8c86eb275d3d925c5a917049f386b Reviewed-on: https://review.typo3.org/22311 Reviewed-by: Markus Klein Tested-by: Markus Klein
-
- Jul 14, 2013
-
-
Wouter Wolters authored
The TCA property "requestUpdate" is sensitive to spaces, although this is documented nowhere. Indeed "foo1, foo2" will not work whereas "foo1,foo2" does. This patch strips spaces from the "requestUpdate" string before testing it. Change-Id: Ifbb1fe5be59077207316e48204d65a978592f878 Resolves: #49872 Related: #42789 Releases: 6.2, 6.1, 6.0, 4.7, 4.5 Reviewed-on: https://review.typo3.org/22283 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Frans Saris Reviewed-by: Markus Klein Tested-by: Markus Klein
-
Dmitry Dulepov authored
If the extension 'context_help' is not installed, the web server's error log sometimes shows exceptions like "Class 'TYPO3\CMS\ContextHelp\ExtDirect\ContextHelpDataProvider' not found" and "Invalid argument supplied for foreach()". This happens because the class in question is registered to ExtDirect without checking if the corresponding extension is loaded. Change-Id: Ic773cff2822912aac7841955be2f09d77169fdb9 Resolves: #48394 Releases: 6.0, 6.1, 6.2 Reviewed-on: https://review.typo3.org/20929 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Felix Kopp Reviewed-by: Stefan Neufeind Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Max Roesch authored
TsTemplate classes have been moved into a central directory. All uses of the classes now have the right new directory. Resolves: #49993 Releases: 6.2 Change-Id: I3b3168b0550d704ef2388304be30bac961e371f9 Reviewed-on: https://review.typo3.org/22273 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Max Roesch Tested-by: Max Roesch Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
The field usergroup_cached_list in be_users table is to small. Make it a text field. Change-Id: I45afa0880da20323329694073777a51dcfc2db4d Resolves: #49962 Releases: 6.2 Reviewed-on: https://review.typo3.org/22284 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Jigal van Hemert authored
After merging the Template related sysexts the save hook in T3Editor needs to refer to the new class. Change-Id: I6eb4eef2d703b9e50246b7faef808985f609cb7f Resolves: #50013 Releases: 6.2 Reviewed-on: https://review.typo3.org/22289 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
- Jul 13, 2013
-
-
Stefan Neufeind authored
If told to do so by TCA ContentObjectRenderer::DBgetDelete() will not immediately delete a row but mark it as deleted. This change updates the tstamp (if that column is configured) for that "updated" row as well, like on a regular update. Fixes: #47354 Releases: 6.2, 6.1 Change-Id: I61b9ce7d8608b73cfb974e79d2f9f59e6dc3547a Reviewed-on: https://review.typo3.org/20024 Tested-by: Dmitry Dulepov Reviewed-by: Dmitry Dulepov Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Markus Klein Tested-by: Markus Klein
-
Francois Suter authored
When the RTE creates a magic images it uses data-* attributes to keep a reference to the original FAL record. The upgrade wizard migrates the images, creates the sys_file entries but does not add the data-* attributes. Resolves: #49733 Releases: 6.1, 6.2 Change-Id: Ib483355336d1331892920ada847850a61c35a3af Reviewed-on: https://review.typo3.org/22019 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Stefan Neufeind Reviewed-by: Markus Klein Tested-by: Markus Klein
-
Wouter Wolters authored
In Linkvalidator backend module the gap between tabs and table is removed. Change-Id: Icaed87594cb7e9833810709fd3ae9acf40b963f7 Resolves: #49997 Related: #49133 Releases: 6.2 Reviewed-on: https://review.typo3.org/22276 Reviewed-by: Felix Kopp Tested-by: Felix Kopp
-
Felix Kopp authored
In Workspace backend module the gap between tabs and table is removed. Change-Id: I1031c1a8eed43a23bc87cf7415972b5bd1cd6055 Resolves: #49133 Releases: 6.2 Reviewed-on: https://review.typo3.org/22274 Reviewed-by: Max Roesch Tested-by: Max Roesch Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
- Jul 11, 2013
-
-
Wouter Wolters authored
Permissions backend module not accessible in "List" view. Change-Id: Ic1e4e06f387ee5450466e051162572c3392e3d53 Resolves: #49918 Releases: 6.2, 6.1, 6.0 Reviewed-on: https://review.typo3.org/22226 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
Jigal van Hemert authored
The target attribute for links is allowed according to w3c documentation in more doctypes than xhtml frameset and html5. Change-Id: Id4110399dec1c1f1d0a4d69342440021837b51a9 Resolves: #37710 Releases: 6.2, 6.1, 6.0 Reviewed-on: https://review.typo3.org/22215 Reviewed-by: Henrik Ziegenhain Tested-by: Patrick Broens Reviewed-by: Patrick Broens Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind
-
TYPO3 Release Team authored
Change-Id: Ia0b2a4cbfc50b71340e7d5133f699d62e4c46254 Reviewed-on: https://review.typo3.org/22211 Reviewed-by: TYPO3 Release Team Tested-by: TYPO3 Release Team
-
TYPO3 Release Team authored
Change-Id: Ib7566d7b13a7e2c091158ea77d7f8e2077d475e0 Reviewed-on: https://review.typo3.org/22210 Reviewed-by: TYPO3 Release Team Tested-by: TYPO3 Release Team
-
Ernesto Baschny authored
Resolves: #49889 Related: #49164 Releases: 6.2 Change-Id: I09276b37134f3f781e28ac098596966f7866ec04 Reviewed-on: https://review.typo3.org/22200 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Felix Kopp Tested-by: Felix Kopp
-
Anja Leichsenring authored
In preparation of the Alpha2 release of TYPO3 CMS 6.2 the latest changes in extbase were added to the ChangeLog file. Releases: 6.2 Resolves: #49896 Change-Id: Ib59f741a4427ba093e459545c823f9bfd0277d5e Reviewed-on: https://review.typo3.org/22203 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Anja Leichsenring authored
In preparation of the Alpha2 release of TYPO3 CMS 6.2 the latest changes in extbase were added to the ChangeLog file. Releases: 6.2 Resolves: #49894 Change-Id: I3ca728147dc4eed7c27dd5f2039336d1d2b52472 Reviewed-on: https://review.typo3.org/22202 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
- Jul 10, 2013
-
-
Francois Suter authored
The TCA property "requestUpdate" is sensitive to spaces, although this is documented nowhere. Indeed "foo1, foo2" will not work whereas "foo1,foo2" does. This patch strips spaces from the "requestUpdate" string before testing it. Resolves: #42789 Releases: 6.2, 6.1, 6.0, 4.7, 4.5 Change-Id: I340090e93e7b8645493f8db0c8c374cb1227f684 Reviewed-on: https://review.typo3.org/22174 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Francois Suter Tested-by: Francois Suter
-
Georg Ringer authored
There is no reason to hide those 2 fields in list view => extended view > fields and make them admin only Change-Id: I390e2b0ac974098edb53d7e36681d6f3df0124eb Resolves: #49810 Releases: 6.2 Reviewed-on: https://review.typo3.org/22157 Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
Wouter Wolters authored
Move all old language includes (php,xml) in the core to .xlf Change-Id: I804b5970a360cbfdc2940736632c55c535ccbd40 Resolves: #49832 Releases: 6.2 Reviewed-on: https://review.typo3.org/22167 Reviewed-by: Markus Klein Reviewed-by: Georg Ringer Tested-by: Georg Ringer
-
- Jul 09, 2013
-
-
Robert Vock authored
Logging PHP errors stopped working after changeset 3e309294 when the DatabaseConnection class was changed. The changed line tries to determine, if a database connection is available and only writes the log entry if the connection was already established. Resolves: #49645 Releases: 6.1, 6.2 Change-Id: Idee413ed911a8c2d23f034ceadd17c955c98a337 Reviewed-on: https://review.typo3.org/22166 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Ingo Renner authored
When installing extensions they may register plugins in ext_localconf.php. By doing so some default TypoScript is generated in Extensionutility::configurePlugin() that is then added using ExtensionManagementUtility::addTypoScript(). Parts of the generated TypoScript are stored in $TYPO3_CONF_VARS['FE']['contentRenderingTemplates']* and are loaded later during TypoScript parsing after including the content rendering template. These TS parts are used to resolve which classes and methods to call when a plugin needs to be rendered on a page. You can find them in tt_content.list.20.* "content default" used to be the old content rendering template with uid 43, today we use css_styled_content instead. The part in the TypoScript processing chain to load these generated snippets - TemplateService::includeStaticTypoScriptSources() - is only executed when loading the content rendering templates using the "Include static (from extensions)" field in template records. In return this means if you try to move as much TS to files as possible you will still have to include css_styled_content through the Template records in the backend. In other words when actually trying to include css_styled_content TS from a file, the generated snippets for tt_content.list.20.* will not be loaded and thus no plugin can be executed. Resolves: #49461 Resolves: #44983 Releases: 6.2, 6.1, 6.0 Change-Id: I77c0d64759fa0b5b27cac0ae1acd55e9abefe7f8 Reviewed-on: https://review.typo3.org/21679 Reviewed-by: Markus Klein Reviewed-by: Marc Bastian Heinrichs Tested-by: Marc Bastian Heinrichs Reviewed-by: Ingo Renner Tested-by: Ingo Renner
-
Francois Suter authored
File links made inside a RTE-enabled field are currently not migrated to FAL references. This patch adds such an update wizard. Resolves: #49233 Releases: 6.1, 6.2 Change-Id: I12b6d9da87b734c0a9d5f884d5067e3c9b08efc3 Reviewed-on: https://review.typo3.org/22002 Reviewed-by: Nico de Haen Tested-by: Nico de Haen Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Sebastian Michaelsen Tested-by: Sebastian Michaelsen Reviewed-by: Francois Suter Tested-by: Francois Suter
-
- Jul 08, 2013
-
-
Alexander Schnitzler authored
Currently we are using inject methods like: /* * @param $foo Foo */ public function injectFoo(Foo $foo) { $this->foo = $foo; } This patch removes these methods and introduces property annotations: /** * @var Foo * @inject */ protected $foo; Change-Id: I5b6f1aae29f95c31b9dd69629f05d8451fe30261 Releases: 6.2 Resolves: #46598 Reviewed-on: https://review.typo3.org/22006 Reviewed-by: Alexander Schnitzler Tested-by: Alexander Schnitzler Reviewed-by: Marc Bastian Heinrichs Tested-by: Marc Bastian Heinrichs Reviewed-by: Stefan Neufeind Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Andreas Wolf authored
Change-Id: I8ae556930bd378a3756edbaa9ab86530f159f0da Relases: 6.2 Resolves: #49784 Reviewed-on: https://review.typo3.org/22119 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
- Jul 07, 2013
-
-
Markus Klein authored
Resolves: #49765 Releases: 6.2, 6.1, 6.0 Change-Id: Ieb5e652bb35f406207f0f0b63db894c9efbb98ff Reviewed-on: https://review.typo3.org/22098 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Markus Klein authored
Resolves: #49764 Releases: 6.2 Change-Id: I7bd8aee2ff9897cbfd0ea117d4afb66f49d50012 Reviewed-on: https://review.typo3.org/22097 Tested-by: Philipp Gampe Reviewed-by: Philipp Gampe Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Stefan Neufeind authored
Change-Id: I43d6ef559b0b46e6302ea891b4d39501a99423a6 Resolves: #49745 Releases: 6.2 Reviewed-on: https://review.typo3.org/22041 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Philipp Gampe authored
When you want to add a link in the RTE-Editor, you can upload files in the "File" tab. When you select a file and want to upload it, the reloaded content in the create-link-overlay will throw an error. The method is feed with a translation of "none - new file". Bypass the file or folder lookup if we do not have an integer id and print the message instead. Resolves: #48219 Releases: 6.2, 6.1, 6.0 Change-Id: I9e1e6bc84b21fb04608841515ac414eec8c04130 Reviewed-on: https://review.typo3.org/20850 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Wouter Wolters authored
This reverts commit 2219d228 This breaks Travis big time! Change-Id: I7135b9478e01a5f95ad20df3a6b24bb5d9715ec8 Reviewed-on: https://review.typo3.org/22078 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Francois Suter authored
Improve the features provided by the BE container view helper so that extensions don't need to provide their own so often. Added features: - load several JS and CSS files instead of just one - load jQuery - load some inline language labels Note: the old way of loading a single JS and CSS file is preserved for backwards compatibility, but marked as deprecated. With this patch all BE modules in the Core can use the default BE container view helper. The Extension Manager needs some special initialization which is moved to a dedicated view helper. The customized BE container view helpers are removed. Resolves: #49749 Releases: 6.2 Change-Id: I236134451a31f08afe5886337cfb1144dac7ad90 Reviewed-on: https://review.typo3.org/22063 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Felix Kopp Tested-by: Felix Kopp
-
- Jul 06, 2013
-
-
Stefan Neufeind authored
When adding a file or requesting a file by an identifier cleanup any . and .. in the path before handing off to the driver so files are not indexed multiple times. Change-Id: I324c4637621165a56470fb95864eeff1254f62dc Fixes: #46989 Releases: 6.2, 6.1, 6.0 Reviewed-on: https://review.typo3.org/19684 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Felix Kopp authored
In order to decouple extensions from each other and to fasten bonding between files to specific extensions the folder typo3/stylesheets should be moved to EXT: backend. Change-Id: I2ecf68e9c8d412c1c9b097db63743bde518f52b0 Resolves: #49747 Releases: 6.2 Reviewed-on: https://review.typo3.org/22048 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Steffen Ritter authored
File is deleted by driver and deleted property of FileObject is set by ResourceStorage but new state is not persisted. Update deleted property in updateProperties array in FileObject and persist change. Reintroduced after fixing tests in f3778d8c. Change-Id: I0784c84af4bfb8021c648139c2feee577f3e9dc1 Fixes: #48336 Releases: 6.2, 6.1, 6.0 Reviewed-on: https://review.typo3.org/22056 Reviewed-by: Steffen Ritter Tested-by: Steffen Ritter
-