- Jan 03, 2015
-
-
Pascal Dürsteler authored
This refactors the copy-pasted method from ext:recycler into LanguageService.php. Resolves: #57225 Releases: master Change-Id: I0312068b70583feeff9d4cbf5f96fbac75baa793 Reviewed-on: http://review.typo3.org/28694 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>
-
Georg Ringer authored
Currently only non ssl urls are automatically identified and transformed to a link. Now also links starting with https:// are identified. Resolves: #63616 Releases: master, 6.2 Change-Id: I3a35c73263e2248c571ba835212ac59b3d7ec68b Reviewed-on: http://review.typo3.org/35117 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> 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>
-
Wouter Wolters authored
* Migrate JavaScript to jQuery AMD module * Cleanup the code * Migrate CSS to less * Use correct table styles * Use dyntabmenu instead of ExtJs * Replace $GLOBALS with corresponding getter Resolves: #62164 Releases: master Change-Id: I5021366f4f78ec129f1e769825a6beeed3525454 Reviewed-on: http://review.typo3.org/33262 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> 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>
-
Stefan Neufeind authored
In order to ensure valid options and consistency, the 500+ lines of code for generating special=XY menus in HMENU can be safely moved into separate methods within the same class. Additionally, when subclassing HMENU, the functions can be overridden easier. The makeMenu() function gets smaller and the new methods are a good target for creating unit tests. Releases: master Resolves: #57366 Change-Id: I1c5be14e4249fe60f7c14f808b762b2af3155680 Reviewed-on: http://review.typo3.org/28900 Reviewed-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:
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>
-
Sebastian Fischer authored
This patch enables the usage of a displayCond defined as 'USER:\Example\Namespace\UserClass->functionName:any:other:parameter' Releases: master Resolves: #62944 Change-Id: I9e915e9098494715a3fb5961836af6b16eb12b27 Reviewed-on: http://review.typo3.org/34728 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>
-
Anja Leichsenring authored
Add a title attribute to the view page button in page module, when language mode is active. Change-Id: I3c991173b2a46e33dcdff5ad6827b4ef6d4dc5fe Resolves: #64095 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/35753 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>
-
Benjamin Mack authored
Existing tree components that are not using ExtJS are mainly within the ElementBrowser and the FolderTree, which is the navigation component inside filelist. However, the "old" version of the original pagetree still exists, and has support for IE5.5 as well, and an option to filter for items within the pagetree (please note: this feature was never added to the foldertree). The old pagetree navigation component itself is now deprecated (it can still be used in own modules). The filter functionality is completely removed in the old pagetree. The necessary JavaScript code for drag+drop and expand/collapse of the tree was migrated to RequireJS, which avoids some more loading of scriptaculous and prototype. Releases: master Resolves: #64059 Change-Id: If8de627d0284d77accdfe55cffe12c591f32df7a Reviewed-on: http://review.typo3.org/34239 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:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Benjamin Mack authored
hide record type when not necessary The pages_language_overlay table has a sys_language_uid field, but (like all other records) it is filled with "default". However, due to the concept of two tables for translations with pages and pages_language_overlay, the default value does not make any sense and rather causes trouble within the core when set to "0" / "default". The patch removes the static entry from the language dropdown of a pages_language_overlay record. See also further discussion on forge. Releases: master Resolves: #34823 Change-Id: I258a8e2e31411779cc46005d56bc54e2a7a78b7d Reviewed-on: http://review.typo3.org/35695 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Wouter Wolters authored
Resolves: #64096 Releases: master Change-Id: I0b567eebcdab759a380f99e4aba8d52de810bfc9 Reviewed-on: http://review.typo3.org/35754 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>
-
Mathias Schreiber authored
Greenify SchedulerModuleController Releases: master Resolves: #64094 Change-Id: Ie9293d4ecebf0e4d4df4aaaef2fb0af500aa09ab Reviewed-on: http://review.typo3.org/35752 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> 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>
-
Benjamin Mack authored
The code for Backend and Frontend TS conditions uses static calls to parent:: instead of using $this->, which is common throughout the rest of the TYPO3 Core. Resolves: #64090 Releases: master Change-Id: I672e4828490732a16571de7dbbb6b3da64855222 Reviewed-on: http://review.typo3.org/35748 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>
-
Frederic Gaus authored
Decouple \TYPO3\CMS\Reports\Report\SecurityStatus from install tools. In this status report several checks are made which are closely coupled to the install tool. This patch decouples them by introducing a security status check in the install tool extension Change-Id: I50e26107a8fc249a3fbe7592a67751c5513388e6 Resolves: #64002 Releases: master Reviewed-on: http://review.typo3.org/35611 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Benjamin Mack authored
There are two inconsistencies within FormEngine: 1) Styling of records without tabs (e.g. filemounts) 2) Invalid HTML structure within pre-loaded IRRE elements The patch fixes both parts as they are connected to each other. Resolves: #64061 Releases: master Change-Id: I5f7d93af9ec1269ef4b6d6b9098f41a0a68c6b47 Reviewed-on: http://review.typo3.org/35674 Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Benjamin Mack authored
When opening the element browser (e.g. via the field "reference records" as CType in tt_content), it is actually possible to edit all title fields / headlines of a record. This is done after sorting a field. However, some JS variables are not set in the element browser. Resolves: #19830 Releases: master Change-Id: Ic2058a825dea1b2ef18c049bfff92eb94de630df Reviewed-on: http://review.typo3.org/35677 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
- Jan 02, 2015
-
-
Mathias Schreiber authored
In order to reduce the amount of processing time spent while getting the reference count the amount of records is being calculated by the database now. Resolves: #63394 Releases: master Change-Id: Ib0a04678809d4ce16f0366c900c860da4450af64 Reviewed-on: http://review.typo3.org/35744 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org>
-
Stefan Neufeind authored
Make the feature for custom TypoScript-conditions available in both frontend (was already there) and backend (new) by moving it to the AbstractConditionMatcher. Resolves: #63600 Related: #61489 Releases: master Change-Id: I653f8cca53b23f6c16d81ed5ea3f2bc853e98a2e Reviewed-on: http://review.typo3.org/35068 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Philipp Gampe authored
Follow-up to #46624 Restructure the code to make it more readable. Resolves: #64088 Releases: master Change-Id: Ib5bb2bd853fe8bfd0483fbc3df00fa5b9225325a Reviewed-on: http://review.typo3.org/35740 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>
-
Caspar Stuebs authored
The selected page is now respected when selecting the parent page to use. An upgrade wizard ensures that existing shortcuts will not break by removing the currently selected page. The 6.2 version of this patch will only adjust the label to not mention the "selected page" part, so the label matches the current behaviour. Change-Id: I51bc9239871d93728e84a4fe2e3b8bc9bb4a7404 Resolves: #57089 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/28542 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Christian Ludwig authored
ExtensionManagementUtility::removeDuplicatesForInsertion() ignores --linebreak-- fields when looking for duplicates. In addition the method uses less regular expressions to make it more performant and easier to understand. Resolves: #57824 Releases: master, 6.2 Change-Id: Ia064abe81501ec4649dc8fb1fe613d5e5497ff9c Reviewed-on: http://review.typo3.org/34019 Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Cornel Boppart authored
Always delete a file with corrupt relations. Additionally issue a flash message informing about the broken references. Resolves: #62480 Releases: master, 6.2 Change-Id: I3bfbcc1ec0dae4ebfe8356905ac2f0548bfaa12b Reviewed-on: http://review.typo3.org/33562 Reviewed-by:
Cornel Boppart <cboppart@snowflake.ch> Tested-by:
Cornel Boppart <cboppart@snowflake.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Benjamin Mack authored
The headline in that file says it would document issue #53568 [sic], which is a typo. In fact it is #53658. Resolves: #63528 Releases: master Change-Id: Id11c8b48d11281f63cb9515634cf246103173c71 Reviewed-on: http://review.typo3.org/35742 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Johannes Feustel authored
For consistency and to improve usability all record icons are linked with context menu (clickmenu) actions. Change-Id: I154d1ada104ffed5a8a05c40ec168d1e45ac3bc0 Resolves: #56281 Releases: master Reviewed-on: http://review.typo3.org/27855 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>
-
Benjamin Mack authored
Some words are missing in QuerySettingsInterface method header comments. Also, all places within Extbase referring to FLOW3 are changed to TYPO3.Flow. Resolves: #61570 Releases: master Change-Id: Iafbc8215ae647fca532de2fe8526f4215a157a03 Reviewed-on: http://review.typo3.org/35738 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>
-
Mathias Schreiber authored
Shows a meaningful error message if a module relies on submodules that have not been registered yet. Resolves: #21975 Releases: master, 6.2 Change-Id: Ibaf0ccae2a4d8f2aae066323d58dbacf321d107a Reviewed-on: http://review.typo3.org/35730 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Benjamin Mack authored
In CSS Styled Content the CSS rule ul.csc-uploads img { float: left; padding-right: 1em; vertical-align: top; } causes images to be squeezed when they have the width-attr (default=150, through tt_content.uploads.20.renderObj.10.file.width) set because the 1em is calculated inside the given dimensions. The padding should be changed to margin, otherwise all images are squeezed horizontally regardless of the actual dimension settings. Releases: master, 6.2 Resolves: #59124 Change-Id: I171e4f3b048f0a0dc05476890d7af6f88c864874 Reviewed-on: http://review.typo3.org/35724 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>
-
Benjamin Mack authored
There are several cases where editors manually link to files (<LINK file:123>Download PDF</LINK>), f.e. in bulletlists, so they need a easy way to find the uid of a specific file. A good place would be the mouseover-text of files in the filelist – like as the pages or tt_content elements have their uid shown in the element's icon mouseover text. Resolves: #59866 Releases: master, 6.2 Change-Id: Iec3e5043d01bfb3fac60d738ef7749fc0126c6b2 Reviewed-on: http://review.typo3.org/35731 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>
-
Benjamin Mack authored
The ses_date field of the DB table be_sessions can hold up to 4GB of data, which is never used. It also does not work on HHVM (see forge ticket). Changing it to type text is sufficient. Resolves: #59771 Releases: master Change-Id: I4693ba26e0497cd8ca02fc720a5714684e133406 Reviewed-on: http://review.typo3.org/35732 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>
-
Benjamin Mack authored
When having email addresses as usernames the field fe_users.username gets too small. Resizing to 255 characters solves a lot of problems. Same goes for the email field. Releases: master, 6.2 Resolves: #55484 Change-Id: I03e4fe1228a6b22d24ad222a9fab578059917847 Reviewed-on: http://review.typo3.org/35718 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> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Wouter Wolters authored
Make the code simpler and more readable. Resolves: #64062 Releases: master Change-Id: Ie46f49e8cc5b6982391004bfcdfd712bfbab1a03 Reviewed-on: http://review.typo3.org/35209 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Jan 01, 2015
-
-
Wouter Wolters authored
The include_once array inside module functions is obsolete and removed. The autoloader should be used instead. Resolves: #63464 Releases: master Change-Id: I5027d42537124bde170ad55f7bb49850c03f1606 Reviewed-on: http://review.typo3.org/34829 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Benjamin Mack authored
The TypoScript option for setting XHTML 2.0 for the frontend output config.xhtmlDoctype = xhtml_2 is deprecated and marked for removal with CMS8. XHTML2.0 was dropped by the W3C in favor of HTML5 in 2010. Releases: master Resolves: #24387 Change-Id: I3bdf46ac8b42a162f46f29de5d8fc088acf578ba Reviewed-on: http://review.typo3.org/35682 Reviewed-by:
Frederic Gaus <gaus@flagbit.de> Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Mathias Schreiber authored
Enable locallang override from TSConfig with reference (LLL:) or value. Use the following instructions : TCEFORM.[table name].[field].altLabels.[key] For check fields, [key] is the index of the checkbox. For radio fields, [key] is the value of the radio button. Change-Id: I3e5ec9074c2b2429d983168994950e482b025d49 Resolves: #58033 Releases: master Reviewed-on: http://review.typo3.org/29559 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>
-
Torben Hansen authored
Since the introduction of FAL to TYPO3, the rendering of images using CSS styled content with renderMethod = table is broken. Using a single image results in the image being rendered twice and if you have multiple images in one content object, only the last image is rendered multiple times (depending on the amount of images in the content object). This patch resolves both issues and loads the current image file reference to the contentObjectRenderer while looping through the images of the content object. Resolves: #46864 Related: #47004 Releases: master, 6.2 Change-Id: If120267111e30de6438cecc5e14cea34bc6fa235 Reviewed-on: http://review.typo3.org/35407 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> 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>
-
Benjamin Mack authored
There are a few quirks left from prototype which should be removed before completely moving to a requireJS module in a separate task. The following changes allow prototype to be disabled in FormEngine with IRRE elements. Tested via Text w/ Image and EXT:styleguide. Releases: master Resolves: #64042 Change-Id: I78f6ee5ff23bce5014afdc1a23e0e619efe64868 Reviewed-on: http://review.typo3.org/35645 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
- Dec 31, 2014
-
-
Alexander Stehlik authored
To determine if a link should be handled by the linkhandler link type in the linkvalidator, the "type" entry in the $value array will be checked instead of the $type variable which is always empty. Resolves: #38639 Releases: master, 6.2 Change-Id: I8183bfca0e4662518063f0d3ec9ba6bab0ff58bf Reviewed-on: http://review.typo3.org/26498 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 Serfhos authored
While link checker adds the broken links in the database the content element can have an empty header. Make sure the inserted record does not fail of empty headline. Change-Id: I9cd750a278fd514f6154659c9c8466c2713adfe7 Resolves: #63952 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/35539 Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Lorenz Ulrich authored
Files that are referenced in a flexform <type>group</type><internal_type>file_reference</internal_type> will be deleted by deleteRecord_flexFormCallBack() in t3lib_TCEmain, independent of the path or usage by other records. For normal record fields (e.g. tt_content.images), only file with the internal_type "file" are deleted. Files of internal_type "file_reference" are respected and will not be deleted. There is an appropriate condition in t3lib_TCEmain::extFileFunctions(). But for flexform fields, this differentiation in handling between both internal_types is missing. Therefore using lowlevel_cleaner or the delete option in the recycler will delete files that may be still in use. The flexFormCallBack must be changed to delete only files of internal_type "file". Change-Id: I8519705f2155bf0d49ae10316c6622f670189e28 Fixes: #40052 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/16239 Reviewed-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Steffen Müller authored
Reverts #56771 which introduced brittle feature + tests to validEmail() which were beyond the scope of the function. This reverts commit 5033a33d. Change-Id: Ib2b25af1e65ac93c4174117dc15f2e27e5466288 Reverts: #56771 Resolves: #64064 Release: master Reviewed-on: http://review.typo3.org/35683 Reviewed-by:
Steffen Müller <typo3@t3node.com> Tested-by:
Steffen Müller <typo3@t3node.com>
-
- Dec 30, 2014
-
-
Georg Ringer authored
Responsive images must also use the absRefPrefix as prefix. Resolves: #53292 Releases: master, 6.2 Change-Id: I12f4ece9b2dda6fb1f56684aefd4013b4ee907a9 Reviewed-on: http://review.typo3.org/25138 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Frederic Gaus <gaus@flagbit.de> Tested-by:
Frederic Gaus <gaus@flagbit.de> Reviewed-by:
Steffen Müller <typo3@t3node.com> Tested-by:
Steffen Müller <typo3@t3node.com>
-
Mathias Schreiber authored
Allow for TMENU/GMENU to have a new option called "additionalWhere" to narrow down the SQL query put in the makeMenu function in the PageRepository. The patch adds a new TypoScript option which is just sending an extra parameter to the getMenu() function. This is possible for all HMENU options supported by the TYPO3 CMS core. Releases: master Resolves: #46624 Change-Id: Ia96b6aa95049ea6de9ecfd4a5adb69e71ccde2b7 Reviewed-on: http://review.typo3.org/19242 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-