- Dec 30, 2014
-
-
Xavier Perseguers authored
Method getAdditionalAttributes() returns an array of HTML attributes. Resolves: #64058 Releases: master Change-Id: I38022eceffd8eb8d0121046e5323b9f81d56092b Reviewed-on: http://review.typo3.org/35670 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
- Dec 29, 2014
-
-
Wouter Wolters authored
Resolves: #64036 Releases: master Change-Id: I7899481c2229ee3f9c5dfcca695cf025cec0cb33 Reviewed-on: http://review.typo3.org/35667 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Benjamin Mack authored
When loading RequireJS modules, it is sometimes helpful to execute custom code or set inline settings coming from the server side. A second parameter in the PageRenderer->loadRequireJsModule allows to work exactly like using the JS code directly for require([module], function() { customCode(); }); This is used as a basis to allow proper coding of JS changes like the legacy tree functionality. See the current Storage API change for an example on how to use this. Releases: master Resolves: #64036 Change-Id: I7a84f930f7aeab8e46fcf93639055576f751a304 Reviewed-on: http://review.typo3.org/35635 Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Mathias Schreiber authored
This lowers the memory usage. Iterate on the original array instead of an array_keys()-copy which lowers memory usage and enhances performance. Change-Id: If65fae1665e242667d621f086a55a22a8d5309ed Resolves: #64004 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/35373 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Andreas Fernandez authored
The ContainerViewHelper in EXT:beuser is removed due to identical functionality introduced in Ie8464963eb421eca65c0a3c750920037bcee78bc. Resolves: #64053 Related: #63913 Releases: master Change-Id: Ic918a090c605a01a63de6b46d45e91fb4a2378e9 Reviewed-on: http://review.typo3.org/35662 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
Resolves: #64051 Releases: master Change-Id: I7a36da752fb72d30b5504003cc494feb835a8592 Reviewed-on: http://review.typo3.org/35661 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Mathias Schreiber authored
Resolves: #62837 Releases: master Change-Id: I34ed297bc2b1d2616219ec27b3e3b796ea55c7cd Reviewed-on: http://review.typo3.org/35613 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
Andreas Fernandez authored
Add $includeRequireJsModules to ContainerViewHelper that loads RequireJS modules, if given. Resolves: #63913 Releases: master Change-Id: Ie8464963eb421eca65c0a3c750920037bcee78bc Reviewed-on: http://review.typo3.org/35488 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
- Dec 26, 2014
-
-
Helmut Hummel authored
Reverts: #63275 Resolves: #64044 Related: #7848 This reverts commit e235c9ad. Change-Id: I71a134469b9b44f892ad13be52d828ca653c03f1 Reviewed-on: http://review.typo3.org/35648 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Frank Nägler authored
Add missing file extension to rst file. Resolves: #58929 Releases: master Change-Id: I39e9286914eb92db70dfd68bcd837b9fe0183f2f Reviewed-on: http://review.typo3.org/35647 Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
Stefan Neufeind authored
When passing an array for a "contains"-comparison Typo3DbQueryParser generates SQL like [...] WHERE uid_local='1','3' [...] which simply needs an "IN" statement for the operand2. Change-Id: Id3a6e73dcbd55d46a5279037b156f604dafa9888 Resolves: #63275 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/34514 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
Benjamin Mack authored
The core currently has two places where a loading indicator is shown: * Loading iframes, using a mask created by ExtJS * Loading IRRE elements via AJAX, hand-made for IRRE This behaviour should be unified with a new and clean API using the JS library nprogress (MIT license). Some old CSS code can safely removed, as it is not used anymore. Releases: master Resolves: #64035 Change-Id: Iaf45af96aa022571195d1a27cfaa9dfd0f4ad63a Reviewed-on: http://review.typo3.org/34242 Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
- Dec 23, 2014
-
-
Andreas Fernandez authored
This patch introduces a new BE API for modals. We introduce only a confirm method, because the modal should be used as few as possible and only for small information or confirm dialogs. Resolves: #63729 Releases: master Change-Id: Ie2ed6742fbebbc982afabb4eff01045fb2318492 Reviewed-on: http://review.typo3.org/35313 Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Leon de Rijke authored
Currently, there is only a hook for the `tt_content_drawItem` function in the PageLayoutView. Since 6.0 the info fields for a tt_content element (hidden,starttime,endtime,fe_group,spaceBefore,spaceAfter) are rendered in a footer, so there is no way to alter the rendering of the info fields or add information to the footer. This change adds a hook to the `tt_content_drawFooter` function responsible for rendering the footer. Resolves: #58929 Releases: master Change-Id: I23c54eefd3a511fddd480b4bf08d6a3977757973 Reviewed-on: http://review.typo3.org/31309 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
Wouter Wolters authored
Adds a trailing slash on input and a call to onchange for that field. Change-Id: Ib17216aba9c0190018a44a04e2081cac19c0b84a Resolves: #25946 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/19766 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
Georg Ringer authored
If the selected page doesn't contain any records to edit, the module is completly empty. This looks like an error ("white page"). Show a flash message instead. Resolves: #58743 Releases: master Change-Id: I4b3fa45d36e42a06ba9855d9d72f0995eac3b0dd Reviewed-on: http://review.typo3.org/35505 Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
Wouter Wolters authored
Resolves: #63993 Releases: master Change-Id: I157be570d1d226685511f83e37fe287e244b9fb2 Reviewed-on: http://review.typo3.org/35329 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
Alexander Opitz authored
Fix small leftovers after ::class change. Resolves: #64022 Releases: master Change-Id: I6873492921cd2205fa621da8842fa186d485e4df Reviewed-on: http://review.typo3.org/35618 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
- Dec 22, 2014
-
-
Stanislas Rolland authored
The RequireJS paths set by page renderer for jQuery components is wrong in frontend. Add missing backpath. Releases: master Resolves: #63759 Change-Id: If82ddbf820e03acaf6d8266d3b76f14a95348e38 Reviewed-on: http://review.typo3.org/35281 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com>
-
- Dec 21, 2014
-
-
Georg Ringer authored
The width of the element browser is sadly hardcoded to 600 and 650. In many situations the element browser would need more place and with this tiny change it would be easily possible to change that behaviour without overloading the whole file. The patch allows to set dimensions on a per-user basis via userTSconfig. Resolves: #58031 Resolves: #20929 Resolves: #22976 Releases: master Change-Id: Ida3d01c7fd0457b4a88a33a10b0c19792ba9751a Reviewed-on: http://review.typo3.org/29618 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Jan Helke authored
Based on the existing typolink view helper. This is a variant to just return the URI. Resolves: #62931 Releases: master Change-Id: Iedf7972917a0b5ee1b7b25112cbe9238026236f7 Reviewed-on: http://review.typo3.org/34106 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Frederic Gaus authored
This patch fixes the notice of the install tool protection status in the reports module, which has been accidentally been removed with #57072 Change-Id: Idfad1340a1bd395b67c9ff2a60fec69e6a0add97 Resolves: #64003 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/35612 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- Dec 20, 2014
-
-
Wouter Wolters authored
With the replacing of the DateTimePicker two ViewHelpers became obsolete. Both are removed without substitution. Resolves: #40189 Releases: master Change-Id: Ic5b16875ed8213d693f54604d09faec53f98aca8 Reviewed-on: http://review.typo3.org/35603 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Roman Schuermann authored
In order to allow HTML5 validation, the Textfield ViewHelper needs "pattern" as an attribute. Resolves: #62428 Releases: master Change-Id: Idbb35fafec2220c255e2ae3f82ad30f8fe84133d Reviewed-on: http://review.typo3.org/35601 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
Helmut Hummel authored
The audio and video tag renderer fails to properly encode the URI of the files for HTML. Fix this and adapt the tests. Resolves: #64000 Releases: master Change-Id: Iac6d06ce9cabac31545e8cb5f542f3d096990ebe Reviewed-on: http://review.typo3.org/35600 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Roman Schürmann <roman.schuermann@wmdb.de> Tested-by:
Roman Schürmann <roman.schuermann@wmdb.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Helmut Hummel authored
Using the alias map is misleading as it is only used to force the class loader to cache class names with lowercased identifier to be able to load the class with "wrong" casing. Use the autoload map for that instead and clarify in that file that it must not be removed for now. Resolves: #63999 Related: #63576 #63577 Releases: master Change-Id: I8f683ff1d68480a3530a8d2fea62208e66ca947d Reviewed-on: http://review.typo3.org/35599 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Ralf Hettinger authored
Adding the TS property plugin.tx_indexedsearch.linkSectionTitles = boolean which allows turing on/off linking of the sections' titles. Default is 1 to keep current behaviour. Resolves: #16794 Releases: master Change-Id: I0aa32ed49a16dcdd737907324a69d15057598920 Reviewed-on: http://review.typo3.org/20193 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Mathias Schreiber authored
When a link points to a content element by using it's anchor behind the page UID the reference index contains two entries for this link, one for the linked page and one for the linked content element. Since the content element is already checked when the page link is validated by extracting the anchor element from the URL it is not required to handle any other references than those starting with "pages:". This prevents content elements from being treated as pages. Resolves: #50772 Releases: master, 6.2 Change-Id: I5337ea01614eee2228fe09936f49a88b5ea96e5d Reviewed-on: http://review.typo3.org/26512 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Helmut Hummel authored
The default Extbase ActionController::errorAction does a lot of different things, which makes it hard to customize a controller to a desired behavior without copying all or some of its code. Extracting the different responsibilities to separate methods simplifies such customizations. Resolves: #55178 Releases: master Change-Id: I324a504c745649eec11eec65d4e6a718a5e434bd Reviewed-on: http://review.typo3.org/26944 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- Dec 19, 2014
-
-
Susanne Moog authored
The test for renumberKeysToAvoidLeaps were accidentally removed. Add them again. Change-Id: Ib51cc8f96d7745ae199ecd2c1e77d728611fde78 Resolves: #63986 Releases: master Reviewed-on: http://review.typo3.org/35582 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frank Nägler authored
Follow-up: only deprecate unused method, not remove. Resolves: #62925 Releases: master Change-Id: Icce2e9756d74c1c3297fd57e125f67c27056b087 Reviewed-on: http://review.typo3.org/35580 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Frank Nägler authored
This patch replaces the ExtJS DateTimePicker with a bootstrap based alternative. The DatePicker is used in the EXT:belog module, FormEngine and in the EXT:scheduler module Resolves: #62925 Releases: master Change-Id: I012e907dda7b8ab0f8583bab2c55cff82c93179e Reviewed-on: http://review.typo3.org/34094 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Frank Nägler authored
This patch deprecates FormEngine::$renderReadonly and removes the dependency from all form element classes. Resolves: #63847 Releases: master Change-Id: I4c998c53a3d206586ce6c464696c6e6a4b2f99af Reviewed-on: http://review.typo3.org/35500 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com>
-
Wouter Wolters authored
This patch modifies the reports of the install module. Now it behaves similar to the install tool and issues an error or a warning status when there is a new version available. Currently this function only works for the current minor version (e.g. 6.2.X). It will not notify about updates to e.g. 7.X.X. Besides it does not take care about development versions at all. Version information is downloaded from get.typo3.org. If this is not possible, the old functionality is still working (which is printing out the version information only with Status::NOTIFY. With the version information it is checked if the current version is up-to-date. If it is, the version is printed out with Status::OK. If not, it checks if there is a security issue in the current version. If yes, the status get severity Status::ERROR, otherwise Status::WARNING is used. Resolves: #62444 Related: #62649 Releases: master Change-Id: Ifdb62e3a4c34f700a73087271d7bff7daf6b8838 Reviewed-on: http://review.typo3.org/33745 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Dec 18, 2014
-
-
Stephan Großberndt authored
If the openssl environment is not set up correctly (in Install Tool: "PHP OpenSSL extension not working") the unit test TYPO3\CMS\Rsaauth\Tests\Unit\Backend\PhpBackendTest causes a fatal PHP error "Call to a member function isReady() on a non-object". This happens because $this->subject->createNewKeyPair() returns NULL if something goes wrong while setting up a openssl keypair. Assert the keypair is not null before calling $keypair->isReady(). Resolves: #63948 Releases: master, 6.2 Change-Id: Iffde2b7eafe160d387568d08f627a2bb9852f32f Reviewed-on: http://review.typo3.org/35531 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Stanislas Rolland authored
Wrong wizard name is used. Releases: master, 7.0 Resolves: #63938 Change-Id: If8ce8a6efb7ef6b96cc2ce904ab0eb8953492f07 Reviewed-on: http://review.typo3.org/35568 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
Stanislas Rolland authored
Releases: master Resolves: #63983 Change-Id: Idffdd3facd8e7cf9c0f4de9f7f2df7d344ba2b94 Reviewed-on: http://review.typo3.org/35575 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
Wouter Wolters authored
Resolves: #63969 Releases: master Change-Id: If6559f99998ad9f188b40466830556db507d9eda Reviewed-on: http://review.typo3.org/35550 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Stanislas Rolland authored
Cleanup the cleanup operations. Releases: master Resolves: #63971 Change-Id: I81706a18cdbd39f13d78fdf9738720682ab56d71 Reviewed-on: http://review.typo3.org/35557 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
Stanislas Rolland authored
Force status bar update on initialization and before each toolbar update. Releases: master Resolves: #63970 Change-Id: I39833e1256b9b5df2ad0400238278d59921f00c0 Reviewed-on: http://review.typo3.org/35556 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-