- Sep 14, 2014
-
-
Felix Kopp authored
Kick-Off patch to bring semantic HTML5 for checkbox+label groups in the backend. Bootstrap compatible HTML5 mark-up for improved semantics. Adapts Web>Page and Web>List and Tools>Config. Resolves: #61577 Releases: master Change-Id: Ia0f030a3e3970462390563722d51f0bb0d4eb4de Reviewed-on: http://review.typo3.org/32762 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> 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>
-
Felix Kopp authored
We have box-models in CSS. They define how the dimensions of elements are calculated. Modern CSS is based on the border-box outline definition where the *outer* dimensions are defined and not the *inner* dimensions. Bootstrap, Foundation and ExtJS 4 use the modern box sizing "border-box". This is the default now. ExtJS 3 CSS is based on the "old" content-box definition. Since CMS still uses ExtJS 3 we need to move ExtJS elements back into the former box-sizing mode. This patch sets box-sizing back to the previous content-box for input fields. Most dimensions in other widgets and elements are calculated with the help of JS and not based on CSS itself. Thus .x-form-field should be enought for the start. Resolves: #61574 Related: #32954 Releases: master Change-Id: Iacb9b0d3628940718ac5ba0099398320769f14ac Reviewed-on: http://review.typo3.org/32760 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>
-
Felix Kopp authored
Adapt Bootstrap variables to well-known EXT:t3skin layout: colors+gray, typography, paddings, table, buttons, inputs. Use as much bullet-proof CSS of Bootstrap as possible: Reduces inidividual CSS code in EXT: t3skin. Resolves: #61568 Releases: master Change-Id: Id5d6ea008692045f5b872fc13425fcb94caa5767 Reviewed-on: http://review.typo3.org/32751 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> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Anja Leichsenring authored
This reverts commit b0134053. Change-Id: I46c056975813bc59867782a7fa667d7ec127ecbb Reviewed-on: http://review.typo3.org/32757 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Alexander Stehlik authored
Since the rendering in the Frontend does not merge the values the mergeIfNotBlank setting is replaced with prefixLangTitle for the alternative, description and title field. For the link field the mergeIfNotBlank setting is removed because a prefix does not make sense there. Releases: 6.3, 6.2 Resolves: #59972 Change-Id: I242b687a7ce851270022b86561f13eacea4d3949 Reviewed-on: http://review.typo3.org/31212 Reviewed-by:
Marcin Sągol <marcin@soee.pl> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Anja Leichsenring authored
In order to unify removal of files and directories created by unit tests, the basic UnitTestCase class get a property to register created files and directories. Removing those files is implemented in tearDown(). Tests now just need to add created files to $this->testFilesToDelete to get the automatically cleaned up after test run. The method is constructed to only remove stuff within typo3conf/ext and typo3temp to reduce the risk of removing too, it throws an exception if this rule is not followed. Change-Id: Ibca2b3a006432f2335fff8f0b0c05c62e363878c Resolves: #60123 Releases: 6.3 Reviewed-on: http://review.typo3.org/31359 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Michael Schams authored
This patch fixes two minor typos in the method description (comment) in class TYPO3\CMS\Extbase\Persistence\Generic\Query.php for method logicalAnd(). Resolves: #61569 Releases: 6.3, 6.2 Change-Id: I8fbf2cb6729b8086565ed9f09aa094fe707a6d53 Reviewed-on: http://review.typo3.org/32754 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Wouter Wolters authored
Use dispatching for file_newfolder.php Resolves: #61215 Releases: 6.3 Change-Id: If2ae411543b2a543c828cf029f2596666e0a1296 Reviewed-on: http://review.typo3.org/32405 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Fabien Udriot authored
In the context of Functional Tests, makes sure the storage record in initialized with caseSensitive "1" which prevents the on-the-fly storage creation by the Framework as this setting is dependent on the OS. Change-Id: I0baa8d7743968adc1106768be02671cc5a81628a Releases: master, 6.2 Resolves: #59527 Reviewed-on: http://review.typo3.org/30693 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>
-
- Sep 13, 2014
-
-
Benjamin Mack authored
The TemplateService class contains the functionality to parse the TypoScript constants that haven't been replaced yet. This is done each time in the frontend, although it is only useful when $this->tt_track is active, thus when a BE user is logged in, who can read the info. The improvement in this patch is to skip the strstr() check if not set, thus making first-hit page calls a bit quicker and the code more readable. Releases: 6.3 Resolves: #61512 Change-Id: I8ebdb5e4bdc643e24dc9328ef48ed91a67376636 Reviewed-on: http://review.typo3.org/32706 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Felix Kopp authored
Inherit input field styles from bootstrap for login screen. Resolves: #61557 Releases: master Change-Id: I5036841fe2c5c10f4d62dfc40534039d6f5dddd9 Reviewed-on: http://review.typo3.org/32740 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>
-
Georg Ringer authored
* The field "alternative" of the file should be used if filled. * The field "title" of the reference should be preferred over the name if filled. Resolves: #60429 Releases: 6.3, 6.2 Change-Id: I969dbb49a292f9980b9efa0e5e72ff2a9bc7e2f3 Reviewed-on: http://review.typo3.org/32640 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Sep 12, 2014
-
-
Wouter Wolters authored
If the startModule is not available the fallback mechanism doesn't work. The check returns always true. Use jQuery to check the length of the submodule. Resolves: #61562 Releases: 6.3 Change-Id: I4b163ef6df86e9603da4ef50e2fb5a94193b31fb Reviewed-on: http://review.typo3.org/32744 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>
-
Jigal van Hemert authored
Deal with empty mod.SHARED and fill activeColPosList with colPosList in case the TSconfig setting is empty. Resolves: #39967 Releases: 6.2, 6.3 Change-Id: I5e2e4420de8f1d603e13a03758f97803e545d9a3 Reviewed-on: http://review.typo3.org/32712 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Helmut Hummel authored
Resolves: #60523 Releases: 6.3 Change-Id: I38d9379277b173ba03c0761576ca60569b2bc88a Reviewed-on: http://review.typo3.org/32736 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
- Sep 11, 2014
-
-
Francois Suter authored
\TYPO3\CMS\Core\Utility\RootlineUtility::enrichWithRelationFields() tries to resolve relations to the current page record, including fields with MM-relations. But it wrongly tests only for the "foreign_table" property, whereas group-type fields will use the "allowed" property. This patch checks for "allowed" first and falls back on "foreign_table". Furthermore a check is added to ensure the final implode is indeed working on an array. Resolves: #50396 Releases: 6.3, 6.2, 6.1 Change-Id: I43427061a5051298a25e45584aa995846ebb877c Reviewed-on: http://review.typo3.org/29493 Reviewed-by:
Jacob Rasmussen <jacob@omnius.dk> Tested-by:
Jacob Rasmussen <jacob@omnius.dk> Reviewed-by:
Mattias Nilsson <tollepjaer@gmail.com> Tested-by:
Mattias Nilsson <tollepjaer@gmail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Sep 10, 2014
-
-
Helmut Hummel authored
The internal property activeColPosList is intermediately set to an array and not converted to a comma separated list any more, which breaks related code. Resolves: #39967 Releases: 6.2, 6.3 Change-Id: I6f2e4710174ad5277f9de47c2d7b2cbb7a5ebb80 Reviewed-on: http://review.typo3.org/32697 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Jo Hasenau <info@cybercraft.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Wouter Wolters authored
Syntax error in line 298 Releases: 6.3 Resolves: #55136 Change-Id: I497e0e2b65b40a87ef1f8af205a0991b4dd92f74 Reviewed-on: http://review.typo3.org/32698 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Georg Ringer authored
Move the lines of the hook of extra_page_cm_options into EXT:backend to cleanup up the core. Resolves: #55136 Releases: 6.3 Change-Id: I318888775f4ec02caec6b0cb35f1e461f748224d Reviewed-on: http://review.typo3.org/32665 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Benjamin Mack authored
The functionality for using direct resources with TypoScript templates was removed with TYPO3 CMS 6.1. However the code still supports the resources, also the resolving of the resources and files within tslib/media - a directory which does not even exist anymore. The patch removes all functionality in the core. Resolves: #55442 Releases: 6.3 Change-Id: Idc3f4585a2ed59a5814ec9629c0a1f256da69b91 Reviewed-on: http://review.typo3.org/27130 Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Sep 09, 2014
-
-
Wouter Wolters authored
Use dispatching for file_edit.php Resolves: #56743 Releases: 6.3 Change-Id: Ib25745dd29642a83aa5700752c83cda8e11ea7fa Reviewed-on: http://review.typo3.org/28238 Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Wouter Wolters authored
In #60633 the rewrite of the module menu was done but can lead to an error if the backend user startModule is set to help_aboutmodules. Check all backend users and update the setting if needed. Resolves: #61485 Releases: 6.3 Change-Id: Ib6f21c4bd4d4315e76cc7d51bebf08c9fa01b924 Reviewed-on: http://review.typo3.org/32692 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Felix Kopp authored
Base TYPO3 CMS backend on twbs bootstrap. Brings bootstrap variables adapted for TYPO3 CMS t3skin. There is no visual change. This patch is the first step in a list of CSS refactorings. Next steps: Base more TYPO3 CMS backend widgets on twbs components. Resolves: #61471 Releases: 6.3 Change-Id: I38df90a4925306a5aa8dd6ce5934ce5bd454a1db Reviewed-on: http://review.typo3.org/32679 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Nicole Cordes authored
Resolves: #61478 Releases: 6.3 Change-Id: I81a8ae747e59649999c5372b51b8fc866a4dd4dd Reviewed-on: http://review.typo3.org/32687 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Nicole Cordes authored
composer.lock and everything below typo3conf/ should be excluded if the core checkout is used as document root directly. Resolves: #61483 Releases: 6.3, 6.2 Change-Id: I34e706c510c38d953a98f0f30789f87fc968ae52 Reviewed-on: http://review.typo3.org/32690 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Fabien Udriot <fabien.udriot@ecodev.ch> Tested-by:
Fabien Udriot <fabien.udriot@ecodev.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Markus Klein authored
The present Documentation/README.txt refers to totally outdated information and contains old links. The new documentation can be found within the central Core documentation. Resolves: #61480 Releases: master Change-Id: I1bf43e0a244fc2e4d45aa5267af4411a5eb713d1 Reviewed-on: http://review.typo3.org/32689 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Francois Suter authored
Class CategoryMenuUtility which is used when rendering a list of categorized pages calls on \TYPO3\CMS\Core\Category\Collection\CategoryCollection to collect the pages. This is wrong in a FE context as all pages will be collected (hidden, deleted, workspace copies, etc.). It must use \TYPO3\CMS\Frontend\Category\Collection\CategoryCollection instead. Resolves: #59440 Releases: 6.2, 6.3 Change-Id: Ia8df04f5f615f3b6f09d2f67fbfadf69baca8f21 Reviewed-on: http://review.typo3.org/32064 Reviewed-by:
Tomita Militaru <militarutomita@gmail.com> Reviewed-by:
Tomas Norre Mikkelsen <tomasnorre@gmail.com> Reviewed-by:
Fabien Udriot <fabien.udriot@ecodev.ch> Tested-by:
Fabien Udriot <fabien.udriot@ecodev.ch> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Francois Suter <francois@typo3.org> Tested-by:
Francois Suter <francois@typo3.org>
-
Felix Kopp authored
Registers a signal to EXT:Backend\Utility\IconUtility to manipulate the generated html code for sprite icons. Resolves: #61289 Releases: 6.3 Change-Id: Ie61e09b2033114b2258bf14eaaba9e068410bcfc Reviewed-on: http://review.typo3.org/32542 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> Reviewed-by:
Felix Kopp <felix-source@phorax.com> Tested-by:
Felix Kopp <felix-source@phorax.com> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Benjamin Mack authored
In order to streamline the javascript variables in frontend rendering the functionality for using JSimagecode (used by GMENU) should add its code to the generic $additionalJavaScript and not the hardly used "public $JSImgCode". Releases: 6.3 Resolves: #60523 Change-Id: Iec3b5623348ce448c1827e30a831acb3fb82a415 Reviewed-on: http://review.typo3.org/31758 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Nicole Cordes authored
To improve cache handling during development, missing class information shouldn't be cached anymore. Otherwise each time a class was misspelled and not found we have to clear the classes_cache. Resolves: #61475 Releases: 6.3, 6.2 Change-Id: I7de24348e84bd89afd81164b90f776a996fcb8d9 Reviewed-on: http://review.typo3.org/32685 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Frans Saris authored
The Typo3DbBackend doesn't respect the columns tablenames and fieldname when updating mm releations. As result wrong relations are adjusted. Resolves: #61268 Releases: 6.2, 6.3 Change-Id: Ica1c04fb54b2f152ccf0f9bd766091854f01721a Reviewed-on: http://review.typo3.org/32505 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Steffen Müller authored
An additional option "typo3DatabaseSocket" can be set to configure a custom DB socket when running functional tests from the commandline interface. Resolves: #61465 Releases: 6.3, 6.2 Change-Id: If34526264bdc8b91c7c45785dde06a10fb606526 Reviewed-on: http://review.typo3.org/32667 Reviewed-by:
Nicole Cordes <typo3@cordes.co> 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>
-
Helmut Hummel authored
* Remove side effects from class file * Move registration script to Resources/PHP folder Resolves: #61467 Releases: 6.3 Change-Id: I0786a1d2bddefac17780168acbd2e088c2e5690a Reviewed-on: http://review.typo3.org/32668 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> 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>
-
Georg Ringer authored
The content element "table" is not configured as the other content elements because the configuration of the TCA is overriden inside EXT:css_styled_content again. * Introduce the appearance tab * Introduce the palettes for the tab access Change-Id: I8f122ad9e13faac4d5126c421ebf966a555242cd Resolves: #56972 Releases: 6.3 Reviewed-on: http://review.typo3.org/28455 Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Jo Hasenau <info@cybercraft.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
When IE6 is used a message is shown that IE6 is not supported. IE6 support was already dropped since TYPO3 CMS 4.6 so we now remove this warning. Resolves: #60640 Releases: 6.3 Change-Id: Ib964fef63fcd987eef4cc04264fff0c7cc761d47 Reviewed-on: http://review.typo3.org/31883 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> 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>
-
Wouter Wolters authored
In InfoModuleController and VersionModuleController a property $be_user_Array is defined but unused. Resolves: #61461 Releases: 6.3 Change-Id: I32146421b211ee10c705e0b7079bb09b782e87d5 Reviewed-on: http://review.typo3.org/32662 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Wouter Wolters authored
In PageInformationController there is unused code initialized. The stat_type is unused and can be removed. Resolves: #61462 Releases: 6.3 Change-Id: I61e59b8c10d32bd907ffd90d86aecabb39394c30 Reviewed-on: http://review.typo3.org/32663 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Georg Ringer authored
* Use current table implementation * Use lead class for 1st paragraph * Use h3 for headlines of both check Resolves: #61453 ReleaseS: 6.3 Change-Id: Ie3e00423949acfee5f8ccadb7f4e46b44660baf2 Reviewed-on: http://review.typo3.org/32652 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-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
Labels in the module menu cannot be in multiple lines. this is especially a problem when the labels are translated. The patch introduces a new class for each submodule item label and adds the proper CSS. Resolves: #57590 Releases: 6.3 Change-Id: I37b6331d41bd1e6e014bf79596ad928430441f7e Reviewed-on: http://review.typo3.org/29558 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Sep 08, 2014
-
-
Felix Kopp authored
Brings Bootstrap 3.2 and FontAwesome 4.2 dependency for require-dev. Resolves: #61454 Releases: 6.3 Change-Id: I07e9258eecdef509825c6122096ff2f1c5e7fca7 Reviewed-on: http://review.typo3.org/32656 Reviewed-by:
Thomas Maroschik <tmaroschik@dfau.de> Tested-by:
Thomas Maroschik <tmaroschik@dfau.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Jo Hasenau <info@cybercraft.de> Tested-by:
Jo Hasenau <info@cybercraft.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-