- Oct 26, 2016
-
-
Marc Willmann authored
Resolves: #78436 Releases: master Change-Id: I31e1d290f58ac01749091a05002025ee4598a49c Reviewed-on: https://review.typo3.org/50377 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Gianluigi Martino <gmartino27@gmail.com> Tested-by:
Gianluigi Martino <gmartino27@gmail.com> Reviewed-by:
Daniel Lorenz <info@extco.de> Tested-by:
Daniel Lorenz <info@extco.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Manuel Selbach authored
To remove the susceptiblity to errors of SQL injections within the core the principle of prepared statements should be followed for all queries. Even variables which will be casted to e.g. an integer should use setParameter(), setParameters() or createNamedParameter(). Change-Id: I7d6d256a199ba05f75791eb01f38b3b89b421989 Resolves: #78437 Releases: master Reviewed-on: https://review.typo3.org/50090 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Oct 24, 2016
-
-
Marc Willmann authored
$backendUser may be null, this would cause an error. Add an additional type check to prevent this. Resolves: #78392 Releases: master Change-Id: Ifa2b2f30283f5740a60edddb5670be9291706f90 Reviewed-on: https://review.typo3.org/50337 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Marc Willmann authored
Resolves: #77852 Change-Id: I60aae1b35219ac91e74d62cc57e1a48ec630a831 Reviewed-on: https://review.typo3.org/49865 Reviewed-by:
Marco Bresch <marco.bresch@starfinanz.de> Tested-by:
Marco Bresch <marco.bresch@starfinanz.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
- Oct 21, 2016
-
-
Christopher Orth authored
Adds the possibility to pass and set status parameter TYPO3\CMS\Backend\Toolbar\Enumeration\InformationStatus through addSystemInformation() in SystemInformationToolbarItem. Resolves: #78103 Releases: master Change-Id: I9a6027ec6f144a1aee4341fc592f362e0e7f2681 Reviewed-on: https://review.typo3.org/50060 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Josef Glatz <josef.glatz@typo3.org> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
- Oct 10, 2016
-
-
Kay Strobach authored
A responsive CSS viewport replaces the legacy the ExtJS component TYPO3.Viewport. Resolves: #52877 Releases: master Change-Id: I6d9c6c4e32cf67df3eeb072448e6b4322853d10c Reviewed-on: https://review.typo3.org/47637 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Sep 19, 2016
-
-
Markus Hoelzle authored
This patch adds the information about the current TYPO3 version to the system information toolbar item. Releases: master Resolves: #77785 Change-Id: Ib7660351a7c640c03de89d2c15d46934758f494c Reviewed-on: https://review.typo3.org/49757 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Ralf Merz <info@merzilla.de> Tested-by:
Ralf Merz <info@merzilla.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Matthias Vogel <typo3@kanti.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- Aug 30, 2016
-
-
Wouter Wolters authored
As decided during T3ACME we will use the short array syntax in master. The 7.6 branch will also be done to make backporting easier. Resolves: #77692 Releases: master,7.6 Change-Id: I37e9484b1012fc9161148257a842054c24d162ba Reviewed-on: https://review.typo3.org/49651 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
- Aug 03, 2016
-
-
Tobias Adolph authored
Add a new method to the ConnectionPool class to retrieve a list of all currently configured database connections. Enhance the system information tooltip to show information about all database connections instead of only the default connection. Resolves: #77371 Releases: master Change-Id: I82948d45c29e8edd47209fde30850f26681404c4 Reviewed-on: https://review.typo3.org/49340 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- Jun 06, 2016
-
-
Jan Helke authored
Releases: master Resolves: #75697 Change-Id: I9105289b14a3c2dba07275ff2690291c5cfba508 Reviewed-on: https://review.typo3.org/47719 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Peter Foerger <pfoerger@mac.com> Tested-by:
Peter Foerger <pfoerger@mac.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- Jun 03, 2016
-
-
Helmut Hummel authored
To make the set of restrictions that are in effect when creating queries with the QueryBuilder becomes more understandable, we need to remove the QueryContext and the magic applied to that and replace it with the following behavior: delete, hidden, starttime, endtime restrictions are always enabled and need to be removed if needed. Other restrictions need to be provided manually depending on the desired result. Resolves: #76167 Resolves: #76264 Releases: master Change-Id: Iaf0cb08475ed44966838c3fbdd5756d3ba6ebcc1 Reviewed-on: https://review.typo3.org/48049 Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> 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> Reviewed-by:
Christian Kuhn <lolli@schwarzbu...>
-
- May 28, 2016
-
-
Stephan Großberndt authored
Since the introduction of doctrine getDatabaseConnection in SystemInformationToolbarItem is no longer used and can be removed. Resolves: #76354 Releases: master Change-Id: I675ada2355bfe48b93de66cea03a3f0fc290d382 Reviewed-on: https://review.typo3.org/48365 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- May 16, 2016
-
-
Andreas Fernandez authored
The exceptions show now the affected class that does not implement the required interface. Where possible, the FQCN in the exception message string was replaced with the shorter ::class syntax. Resolves: #76187 Releases: master, 7.6 Change-Id: Id2c290a0cf29bdec5da504a8959996bb747f1c27 Reviewed-on: https://review.typo3.org/48115 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>
-
- May 03, 2016
-
-
Christian Kuhn authored
With the simplification of the clear cache items in toolbar the clearCacheSystem TYPO3_CONF_VARS was rendered obsolete. The patch removes last occurences in toolbar and simplifies the visibility restrictions again: The clear all toolbar item is now shown if user is admin and the TSconfig option is not explictly disabling the option for an admin, or a non-admin has the TSconfig options.clearCache.all set to 1. Change-Id: I5608baf2d4fe0c21dcc38f09fc17e550fcbfe8ff Resolves: #75844 Releases: master Reviewed-on: https://review.typo3.org/47835 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Apr 19, 2016
-
-
Michael Oehlhof authored
Resolves: #75707 Releases: master Change-Id: I98ebd90c10b40ee8233ec044ac9c4f2afae802a8 Reviewed-on: https://review.typo3.org/47727 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Apr 18, 2016
-
-
Wouter Wolters authored
Due to the removal of the extbase Install Tool module, some links to the Install Tool aren't working anymore. Fix this by using the new name for the module. Resolves: #75654 Releases: master Change-Id: I5edb11f877cab4ed4381ad1ab586c38ae1c7869f Reviewed-on: https://review.typo3.org/47751 Reviewed-by:
Richard Haeser <richardhaeser@gmail.com> Tested-by:
Richard Haeser <richardhaeser@gmail.com> Reviewed-by:
Christoph Kratz <ckr@rtp.ch> Tested-by:
Christoph Kratz <ckr@rtp.ch> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
- Apr 14, 2016
-
-
Christian Kuhn authored
With change #75581 the backend toolbar cache handling the "system" options are obsolete and can be deprecated. Additionally, the label change is moved to an own label to not clash with 7.6 and the now obsolete labels are deleted. Change-Id: I666d73a97251beeddba78fba1940c0ea7fa29e58 Resolves: #75625 Related: #75581 Releases: master Reviewed-on: https://review.typo3.org/47673 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
- Apr 13, 2016
-
-
Frank Naegler authored
The cache clearing system has been simplified by removing options in cache clear menu and install tool. Resolves: #75581 Releases: master Change-Id: Ia784efb13e443705b1be3326ba12107b885e8268 Reviewed-on: https://review.typo3.org/47580 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de>
-
- Apr 12, 2016
-
-
Morton Jonuschat authored
The Doctrine DBAL library is added as a composer dependency as a foundation to replace the current DatabaseConnection class, EXT:dbal and EXT:adodb. Doctrine DBAL is encapsulated within a ConnectionPool class that manages the connections to all defined database connections. The main parts of the patch consist of the connection management, convenience methods for simple SQL queries, a QueryBuilder to build complex queries in a database platform independent way and a QueryRestriction Builder that aims to replace deleteClause and BEenableFields in the backend context as well as enableFields in frontend context. Documentation and an example implementation of using the API will follow in separate patches. Releases: master Resolves: #75454 Change-Id: I47837d9e77331132807bbb7fb956c359031b4f16 Reviewed-on: https://review.typo3.org/47111 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Apr 01, 2016
-
-
Patrick Schriner authored
Contrary to the documentation given for extending the System Information Panel via SignalSlot only a single item can be added for each slot due to improper use of the SignalSlot pattern. The return value of both signals is assumed to be only one item. This patch passes the Controller as an argument and adds two methods to add items. The two signals were marked as internal, so this is not considered a breaking patch. Resolves: #70567 Releases: master, 7.6 Change-Id: I268296860ac2f0eb2344f84604a096999bdccac0 Reviewed-on: https://review.typo3.org/43973 Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- Mar 24, 2016
-
-
Benni Mack authored
The Clear Cache Menu on top of the TYPO3 Backend contains the URLs to call tce_db which has an additional GET parameter called "ajaxCall" which is not evaluated anymore and can be removed. Further cleanup could use the ajax action to fetch additional data and evalute that data. Resolves: #75246 Releases: master Change-Id: I9b5f5816c5d3ac9d72cf0b382b5646e7631d0afe Reviewed-on: https://review.typo3.org/47377 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Mar 05, 2016
-
-
Benni Mack authored
Already translated module labels were previously resolved and stored within $GLOBALS[LANG]. Several checks and calls were then made to ModuleLoader and $LANG. All information about the module, as well as all labels are now stored within ModuleLoader, a addLabelsForModule() method and a getLabelsForModule() method are placed within that method, where labels are stored (but not resolved to the language yet). The language service then is only used when outputting the labels in various places. The method $LANG->addModuleLabels() and the public property $LANG->moduleLabels were deprecated. Resolves: #72340 Releases: master Change-Id: I82f01e7641b1395d81895d246ef22f11206d927d Reviewed-on: https://review.typo3.org/46702 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3...>
-
- Mar 03, 2016
-
-
Wouter Wolters authored
Change-Id: Ie0b546d6baf962ee4d80f5fb08aeaadf54ca1a66 Reviewed-on: https://review.typo3.org/47019 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Feb 19, 2016
-
-
Wouter Wolters authored
Resolve the todo's for translations and notification. Resolves: #73505 Releases: master, 7.6 Change-Id: I43cb48fcd7efeb388ed5c54c9df7464ee4e0472d Reviewed-on: https://review.typo3.org/46728 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- Feb 11, 2016
-
-
Andreas Fernandez authored
The issue counter of the "Application Overview" menu gets capped if there are more than 99 issues by appending a "+" sign. This solves a overflow issue if there are too many "unread" issues, that may occur e.g. after creating a new admin user. Change-Id: I285f930c79b1d56384affbbae77a196aaaa5b65e Resolves: #73084 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/46451 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Feb 09, 2016
-
-
Benni Mack authored
The Icon API with icon identifiers is now used throughout the core when rendering module icons. This avoids some additional custom code on several places to identify backpaths etc. Resolves: #73186 Releases: master Change-Id: Ic146017a25e5872d0f835e7aae5ff6f00755926c Reviewed-on: https://review.typo3.org/46174 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Jan 29, 2016
-
-
Eric Chavaillaz authored
If the context is in development mode, the clear cache system icon is always shown in the toolbar, even if the user is not an admin. Resolves: #72964 Releases: master, 7.6, 6.2 Change-Id: I674df49fee14ded4b2190cca098ddf146047e5f0 Reviewed-on: https://review.typo3.org/46264 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> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Jan 23, 2016
-
-
Benni Mack authored
Somehow on earth, regular (non-extbase) modules register their module icons via [labels][tabs_images][tab] when using addModule(). The icon is not related to the labels at all, and can be simplified. All icons registered are available via the module configuration option "icon" and old formats are migrated automatically (with a deprecation warning), and always stored in an absolute format. Using "icon" now in the available places makes it easier and is unified in ModuleLoader, FormEngine, EXT:about and the Module Menu. Resolves: #72827 Releases: master Change-Id: Ie5770539bcb94921a9319a1d8d53d981c49fbcd8 Reviewed-on: https://review.typo3.org/46100 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
- Jan 09, 2016
-
-
Helmut Hummel authored
Resolves: #72525 Releases: master, 7.6 Change-Id: Ie641953ee3e534135fd5f8738cdf912a15236b19 Reviewed-on: https://review.typo3.org/45568 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Jan 07, 2016
-
-
Michael Oehlhof authored
Use htmlspecialchars instead of the 2nd Parameter in getLL/sL for all files in backend\Classes\Backend Resolves: #72280 Releases: master Change-Id: I68c5c0e209c544a46581c2478e722b9d3b6926d6 Reviewed-on: https://review.typo3.org/45326 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Dec 11, 2015
-
-
Frank Nägler authored
Resolves: #72178 Releases: master Change-Id: Ia1de64625280ad0cd50e56c80f3ea6efc2c0e86a Reviewed-on: https://review.typo3.org/45212 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- Dec 10, 2015
-
-
Michael Oehlhof authored
If a transparent avatar image is assigned the default avatar no longer shines through. Resolves: #70220 Releases: master Change-Id: I889c706616876d45d0d9a371b96591ec27aa264c Reviewed-on: https://review.typo3.org/45191 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Nov 21, 2015
-
-
Patrick Schriner authored
Currently the check whether a module is accessible is only done for non-admins. Clicking on a shortcut that leads to an inaccessible module leads to an error. Move the check outside so that those shortcuts are at least not shown after a backend reload. Change-Id: I0bfcb50913bc4a45ad8442221dc45649f75cf554 Resolves: #71700 Releases: master Reviewed-on: https://review.typo3.org/44802 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Nov 20, 2015
-
-
Wouter Wolters authored
Resolves: #71726 Releases: master Change-Id: I4a356c8da668acee555149eee9cf56ccdb4dc0ee Reviewed-on: https://review.typo3.org/44822 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Stefan Neufeind authored
Change-Id: I450ef2985bf1086fb8cc247406a94cce8971f061 Resolves: #71714 Releases: master Reviewed-on: https://review.typo3.org/44812 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- Nov 16, 2015
-
-
Claus Due authored
Change-Id: Ibd5f4905f273921a1377a6c2113f69ba4063c4b2 Resolves: #71612 Releases: master Reviewed-on: https://review.typo3.org/44740 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Andreas Fernandez authored
Add the ``fa-fw`` class to enforce a fixed width for each icon to align the labels next to the icons correctly. Resolves: #71594 Releases: master Change-Id: I274dbd195a72291d7ff2101f65c23d2eaabe01b8 Reviewed-on: https://review.typo3.org/44731 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Daniel Lorenz <forge@extco.de> Reviewed-by:
Josef Glatz <josef.glatz@typo3.org> Tested-by:
Josef Glatz <josef.glatz@typo3.org> Tested-by:
Daniel Lorenz <forge@extco.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de>
-
- Nov 07, 2015
-
-
Markus Klein authored
This API is incomplete and has some design flaws. This patch declares those extension points as internal, so further improvements can be made later. Resolves: #71390 Releases: master Change-Id: Ie305df810a07749f7cbe97ed56388901b8964f3c Reviewed-on: https://review.typo3.org/44595 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>
-
- Nov 05, 2015
-
-
Wouter Wolters authored
No space between attributes. Resolves: #71334 Releases: master Change-Id: I5b785467a74569194e7268df6199710379c7635e Reviewed-on: https://review.typo3.org/44545 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Oct 29, 2015
-
-
Michael Oehlhof authored
Resolves: #71013 Releases: master Change-Id: I22f16df64871c9dc6783509b8eae45965b191c66 Reviewed-on: https://review.typo3.org/44275 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-