- Mar 27, 2015
-
-
Frank Nägler authored
This patch introduces the new JavaScript Notification API and removes the refactoring of the FlashMessage API which was made for TYPO3 CMS 7.0 The compatibility layer for TYPO3.FlashMessage has changed to use the new Notification API and will be removed with TYPO3 CMS 9. Resolves: #66047 Releses: master Change-Id: I025fea5ba735bec42658420917e73daa54d97553 Reviewed-on: http://review.typo3.org/38270 Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Benjamin Mack authored
The Bootstrap DateTimePicker library previously located in "typo3/contrib/twbs" is now fetched via bower and copied to the public JavaScript folder via Grunt. The LESS inclusion path is modified as well. Resolves: #66076 Releases: master Change-Id: Iea302310f59d729c4c16012bc572e9471e2c433e Reviewed-on: http://review.typo3.org/38285 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Mar 26, 2015
-
-
Alexander Opitz authored
The EM finds now extension updates for extension versions which aren't in TER data. Resolves: #65341 Releases: master, 6.2 Change-Id: Ia8c280f85b9c9f903334437bc059fad841c760da Reviewed-on: http://review.typo3.org/37236 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Benjamin Mack authored
The jQuery UI library previously located in "typo3/contrib/jqueryui" is now fetched via bower and copied to the public JavaScript folder via Grunt. The unused typo3/contrib/jqueryui/ folder is now completely removed. Resolves: #66075 Releases: master Change-Id: I72e86291b9d2c254a8d5bbd04d7aae58006e61f6 Reviewed-on: http://review.typo3.org/38283 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Daniel Sattler <sattler@b13.de> Tested-by:
Daniel Sattler <sattler@b13.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Wouter Wolters authored
Change TYPO3 6.2 CMS to TYPO3 CMS 6.2 Releases: master,6.2 Resolves: #65836 Change-Id: I5486d6fef6a09923ee1c211442675bd2f3b6def0 Reviewed-on: http://review.typo3.org/37942 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Benjamin Mack authored
The datatables library previously located in "typo3/contrib/jquery" is now fetched via bower and copied to the public JavaScript folder via Grunt. Resolves: #66074 Releases: master Change-Id: I31ca133438d8fc75d3b59e70e71a92e639205d11 Reviewed-on: http://review.typo3.org/38279 Reviewed-by:
Daniel Sattler <sattler@b13.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Daniel Sattler <sattler@b13.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Benjamin Mack authored
The nprogress.js library "typo3/contrib/nprogress" is now fetched via bower and copied to the public JavaScript folder via Grunt. Resolves: #66072 Releases: master Change-Id: I956b735291e880740f81db5830f8808503b8ae3b Reviewed-on: http://review.typo3.org/38275 Reviewed-by:
Daniel Sattler <sattler@b13.de> Tested-by:
Daniel Sattler <sattler@b13.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Benjamin Mack authored
The moment.js library "typo3/contrib/moment.js" is now fetched via bower and copied to the public JavaScript folder via Grunt. Resolves: #66071 Releases: master Change-Id: Ib22a6986fbb94363a5a97ad0a5ee966007155b0f Reviewed-on: http://review.typo3.org/38274 Reviewed-by:
Daniel Sattler <sattler@b13.de> Tested-by:
Daniel Sattler <sattler@b13.de> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de>
-
Frans Saris authored
GeneralUtility::split_fileref($fileName) expects the given $fileName to be an existing file as it checks if the given file is a directory or not using is_dir(). The ResourceStorage only provides the name of the file without path when calling it. Checking is_dir() on a file without correct path on systems with open_basedir restrictions triggers the PHP Warning: 'is_dir(): open_basedir restriction in effect'. Replace the calls to split_fileref() with PathUtility::pathinfo() as this function doesn't check/care whether the path is real. Document the behavior of split_fileref(). Resolves: #66033 Releases: master, 6.2 Change-Id: I5b4c953461ed3e9e374614a5ca6037842cc18546 Reviewed-on: http://review.typo3.org/38221 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
Andreas Fernandez authored
Check for data-description in CSH manual before sending a request to the server. Resolves: #65928 Releases: master Change-Id: I6c8e8024253c8f73e0e2852c06cf7504c070a26e Reviewed-on: http://review.typo3.org/38118 Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Daniel Sattler authored
This task is used to keep the installed npm and Bower components up to date. Just run: "$ grunt update" on the command line. As a first example, RequireJS is now loaded via Bower and will be automatically copied to "typo3/sysext/core/Resources/Public/JavaScript/Contrib/requirejs/" so that it also can be loaded from the PageRenderer. See http://wiki.typo3.org/Grunt_Bower for more documentation. Resolves: #66061 Releases: master Change-Id: I8422d77159ddae9d8b18170cabeca5e9e8168635 Reviewed-on: http://review.typo3.org/38259 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de>
-
Patrick Broens authored
The Last-Modifed header needs to change whenever there is a change related to that page. Not only the page properties or records located on that page, but every change which should be reflected on that page, like menus, TypoScript or layout. Currently this is not happening and has huge impact to make it work. This patch removes the Last-Modified response header. The ETag response header has kind of the same function, so no harm is done by deleting Last-Modified. Resolves: #63927 Releases: master, 6.2 Change-Id: Ic5d14225c2f90cc63e1c4413d5426565ea5e1e41 Reviewed-on: http://review.typo3.org/38265 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de>
-
Markus Klein authored
Re-inject the correct page title gathered from a cached page into the TypoScriptFrontendController, such that when writing the page title again to the PageRenderer the original value is not overwritten. Releases: master, 6.2 Resolves: #62080 Change-Id: Iceb602ff7db9a4679eeb9ce6e2295790f71215f8 Reviewed-on: http://review.typo3.org/37938 Reviewed-by:
Georg Schönweger <georg.schoenweger@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Mack authored
The backend logo in the left corner was rendered via it's own simple class which can easily be replaced by Fluid and the logic for that. The old LogoView class is now marked for deprecation. Resolves: #66065 Releases: master Change-Id: Ief36fece1fcde3633cf67367153db4f75985e166 Reviewed-on: http://review.typo3.org/38263 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de>
-
Jan Helke authored
This patch adds a new tooltip to the button to toggle the tree area. It also chenges the tooltip for the drag area, because the action did not affact the "tree" itself but the "tree area". Resolves: #66037 Releases: master Change-Id: I196edd5cef14bb9bb10f87412914537ddb787b9f Reviewed-on: http://review.typo3.org/38226 Reviewed-by:
Cedric Ziel <cedric@cedric-ziel.com> 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>
-
Benjamin Kott authored
- Adjusting colors to be more friendly - Move position of javascript flashmessages - Adding icons to have visual state representation Releases: master Resolves: #66058 Change-Id: If26229612de56f31ae1c2c50ab2fa5647185bf0f Reviewed-on: http://review.typo3.org/38257 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Daniel Sattler <sattler@b13.de> Tested-by:
Daniel Sattler <sattler@b13.de> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
Benjamin Mack authored
Introduce "bower" as a component dependency management for loading all JS/CSS related libraries. This patch introduces bower to install web-related components into EXT:core/Resources/Contrib/components/ which is excluded from the Git Repository. The main LESS file of t3skin, which is currently the only place where the current third-party library (previously from composer) were used. The code is adapted accordingly. The new file .bowerrc holds the information where to install the components, bower.json contains the dependencies needed. Currently there are only development-related components in bower.json. For more information about bower see http://bower.io. Resolves: #66042 Releases: master Change-Id: I4ee7e7a5a47d39a3c66c674556e59643d0ff2336 Reviewed-on: http://review.typo3.org/38238 Reviewed-by:
Daniel Sattler <sattler@b13.de> Tested-by:
Daniel Sattler <sattler@b13.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Frank Nägler authored
A new functionality is introduced that asks the editor to confirm closing an editform with unsaved changes. Resolves: #65996 Releases: master Change-Id: I8b606ec0635690ab2b05624412887b6d2fa7c9c5 Reviewed-on: http://review.typo3.org/38134 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Daniel Sattler <sattler@b13.de> Tested-by:
Daniel Sattler <sattler@b13.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Mack authored
Resolves: #65292 Releases: master Change-Id: Ib94e59bf5d9896186aa6923eab50a2236308bd6a Reviewed-on: http://review.typo3.org/38113 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Oliver Hader authored
If ContentObjectRenderer::getImgResource is called without any data, there is no need to execute all possibilities and lookup files with an empty identifier. For instance TextMenuContentObject::getBeforeAfter triggers this at lot. Resolves: #66028 Releases: master, 6.2 Change-Id: Iee7a3ce0f2956cd6ddae8c2e3d194f3cf2855c49 Reviewed-on: http://review.typo3.org/38162 Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Frank Nägler authored
The layout of the search-toolbar is broken. This patch adjust some CSS. Resolves: #66031 Releases: master Change-Id: I049c07cde25318f123ded47013f458a8a5268790 Reviewed-on: http://review.typo3.org/38172 Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Daniel Sattler <sattler@b13.de> Tested-by:
Daniel Sattler <sattler@b13.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Mar 25, 2015
-
-
Benjamin Mack authored
With FAL and the generation of preview images in the backend via FAL, thumbs.php and its controller are no longer in use. The corresponding code can therefore safely be marked for removal. The only place still in use was filelist() in the frontend, where FAL is now used for rendering icon / preview images. Resolves: #64068 Releases: master Change-Id: Ice806fc1684fddc303468878e351866e52a5d8e4 Reviewed-on: http://review.typo3.org/35694 Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Benjamin Mack authored
Due to the removal of ExtJS in file list the drag uploader throws a JS error when loading the file list. The patch replaces the ExtJS logic with the plain array structure introduced with TYPO3.lang. Resolves: #66003 Releases: master Change-Id: I069d7f3d450bc8ec33b9ee18ef4319dbf0f24d3f Reviewed-on: http://review.typo3.org/38140 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
Benjamin Mack authored
In order to move all existing "media" functionality in its separate extension the last part (MediaWizard functionality) is moved as well. All leftover class alias maps are streamlined as well, thus, marking the last change of migrating all media-related code to a separate system extension. Releases: master Resolves: #65778 Change-Id: I0ec7a3070c9033e87c7d68b609295e8414350e28 Reviewed-on: http://review.typo3.org/37890 Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Andreas Fernandez authored
Improve the choice of the permission icons for visually handicapped people. Resolves: #66030 Releases: master Change-Id: I68dfd1d16d5da0cb2ea3cd3594f9f469509d5725 Reviewed-on: http://review.typo3.org/38166 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org>
-
Frank Nägler authored
This patch add tooltips for action icons in ListModule Resolves: #65742 Releases: master Change-Id: Id66f410de822af73ef74055f5b687dd1aef285d2 Reviewed-on: http://review.typo3.org/37852 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Daniel Sattler <sattler@b13.de> Tested-by:
Daniel Sattler <sattler@b13.de> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
Nicole Cordes authored
The default upload folder has to be writable to add new files. Do not return a default folder if the user does not have add permissions for it. Releases: master, 6.2 Resolves: #59589 Change-Id: Iacb7fa8b9b9bdbcb6788485f12f1db00d42b34ae Reviewed-on: http://review.typo3.org/37481 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Benjamin Mack authored
All files in EXT:t3skin/icons/gfx/ and typo3/gfx/ which are not in use anymore (by LESS/CSS) are removed. All files which are still in use, but are overridden by t3skin through "skinImgAutoCfg" are moved to typo3/gfx/ to replace the old (pre 4.0) default files. Releases: master Resolves: #66000 Change-Id: I0591d951cd7295041a05a963efa6321403c66642 Reviewed-on: http://review.typo3.org/38136 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Frans Saris authored
Resolves: #65983 Releases: master, 6.2 Change-Id: I3565ff6e7bae2266ff40f610fca8dc7a6f5beb1c Reviewed-on: http://review.typo3.org/38125 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Wouter Wolters authored
* use strict checks * remove count() were possible Resolves: #65984 Releases: master Change-Id: I3434a201d5db3c725c7923b658f27cc413335288 Reviewed-on: http://review.typo3.org/38127 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Benjamin Kott authored
- Improve dropzones - Improve button sizes - Improve color balance - Cleanup LESS Releases: master Resolves: #65999 Change-Id: If092627ae355bcfec63947ee811977786c47d3ba Reviewed-on: http://review.typo3.org/38135 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Benjamin Mack authored
In a result of best practices with composer as well as taking the tarball distributions (typo3_src.zip) into account, the directory Packages/ is not necessarily optimal now for either development and shipping a package. Distributions (like the composer-installer for TYPO3) can still use the Packages/ directory in their webroot for other packages. This means: The TYPO3 source will not contain any third party library anymore in its GIT repository but instead these are installed via composer. For development purposes this means that a "composer install" command will install all required dev-dependencies into typo3/contrib/vendor/ which is now ignored by git and no changes are installed anymore. For the packaging process a "composer install --no-dev -o" will be executed when building the tarball and zip files on each release, downloading the necessary third-party libraries directly into "typo3/contrib/vendor/". Existing developer installations need to run "rm -rf typo3/contrib/vendor/ bin/ Packages/Libraries/ composer.lock" inside the typo3 repository directory and do a "composer install" again after applying this patch. This way, there is no conflict between autoloader as well as the Packages/ directory anymore for the TYPO3 CMS Core. The typo3/contrib/vendor/ folder is completely removed from Git as it is now handled via composer. Resolves: #66001 Releases: master Change-Id: I70ff4e1427f2b9d888b7de336e577851116b93cf Reviewed-on: http://review.typo3.org/38138 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Benjamin Mack authored
The filelist still loads prototype even though it is not used anymore. Resolves: #66002 Releases: master Change-Id: I6a3b68c078571aadb5b1eb80ed63fca0870e0764 Reviewed-on: http://review.typo3.org/38139 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
Benjamin Kott authored
Fixes floating problem on buttongroups in docheader. Resolves: #65990 Releases: master Change-Id: Ib2a64d7ee542130003a13c4118d0c11437aa60cd Reviewed-on: http://review.typo3.org/38141 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-
Daniel Sattler authored
Cleanup the t3skin LESS files: * order and group LESS statements * remove duplicate stuff Resolves: #65990 Releases: master Change-Id: I1c498e11d9daa7ee8913d0f1fb16d1b16a9f7aeb Reviewed-on: http://review.typo3.org/38131 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de>
-
- Mar 24, 2015
-
-
Andreas Fernandez authored
This patch allows the selection of vtt files in EXT:mediace as caption file. Additionally, the mandatory "default" attribute is rendered. Resolves: #65936 Releases: master, 6.2 Change-Id: I7f94857150503e6c03713a61fa3a4d2e093cf326 Reviewed-on: http://review.typo3.org/38102 Reviewed-by:
Carla Froitzheim <cf@computer-foto.de> Tested-by:
Carla Froitzheim <cf@computer-foto.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de>
-
Benjamin Mack authored
The third-party library is now fetched via composer into typo3/contrib/vendor. The additional require_once statement in GeneralUtility is therefore not needed anymore. Resolves: #65987 Releases: master Change-Id: Ib7dabba5f7fb697a68ef4178b5ae5f15c56dd4df Reviewed-on: http://review.typo3.org/38129 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Nicole Cordes authored
Currently for editors the request for page tree actions fails with error "Access Error: You don't have access to this module.". This is because there is an access check to web module, which can't be enabled for users anymore. As the page tree checks access by user and group definitions, the scripts don't need any check themselves. Resolves: #65972 Releases: master Change-Id: I57ef845508eaa64bd2156f793a13ace7a39b2cbd Reviewed-on: http://review.typo3.org/38110 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Benjamin Mack authored
The shortcut variable for having the anchorPrefix within $TSFE is set when a baseURL is defined and does the same as config.prefixLocalAnchors = auto. It is solely used for Indexed Search and only if baseURL is activated. The patch deprecates this property and implements the functionality directly when needed within indexed_search. Resolves: #65938 Releases: master Change-Id: Ie57f57501f15f69ef5f6859d0517f7c0bcced117 Reviewed-on: http://review.typo3.org/38040 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Mack authored
The interface for the Pear Package HTTP_Request2 is now migrated to a composer package which resides inside typo3/contrib/vendor and loads all files of that package via the composer class loader. Resolves: #65955 Releases: master Change-Id: I14b0356601795b2bc198d011c81a67b3d5578c20 Reviewed-on: http://review.typo3.org/38071 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-