- Jan 05, 2015
-
-
Benjamin Kott authored
- Drop crontrib normalize css in favor of bootstrap normalize - Drop .t3-table use bootstrap classes instead - Drop .t3-button use bootstrap classes instead - Use comments with // that are protected from compiling - Lighten default button color - Move Extension Manager SCSS files to t3skin LESS - Remove copyrights from every included less file - Remove TYPO3/visual/_module_web_list.less not used anymore - Remove TYPO3/visual/_module_web_info.less not used anymore - Add Legacy Support javascript for t3-table This patch aims to reduce CSS size and remove duplicated css definitions as much as possible. It may break some stuff that needs to be cleaned up in a followup. We need to drop .t3-table and .t3-button to reduce weight of the css file and make overrides more easy. Resolves: #64102 Releases: master Change-Id: Id6195b5aa10984da22af83fdb175af1e286d67d8 Reviewed-on: http://review.typo3.org/35763 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>
-
Georg Ringer authored
After clicking the button "Create template for a new site", the user is redirected to the new template record. Resolves: #62195 Releases: master, 6.2 Change-Id: I8d999760f09f5e81a5286a9a3790f6292bf3eb39 Reviewed-on: http://review.typo3.org/35791 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Georg Ringer authored
The used label in the template must be changed to an existing one. Resolves: #51113 Releases: master, 6.2 Change-Id: I8fbb2e69912a34a5203ca2342b39c94447fd77f7 Reviewed-on: http://review.typo3.org/35792 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>
-
Benjamin Mack authored
The HMENU special=browse with a previous/next button does not exclude "no search" pages at query level, as well as the nav_hide option. Additionally, the option: HMENU.special.excludeNoSearchPages can be included for special=browse right now. Releases: master Resolves: #57178 Change-Id: Ief780ff104853e94b9a63f8d1f5fa89d935fefdf Reviewed-on: http://review.typo3.org/28638 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:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com>
-
Markus Klein authored
When using the Languages view in Page module the Backend Layout columns are now sorted correctly. Releases: master, 6.2 Resolves: #60389 Change-Id: I74c010512ff405b143352755f8c862a55ef6c391 Reviewed-on: http://review.typo3.org/35757 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com>
-
Markus Klein authored
Releases: master, 6.2 Resolves: #64126 Change-Id: I985cf10a97b742bc5f3357d3822aaa5256ff86e7 Reviewed-on: http://review.typo3.org/35787 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Mathias Schreiber authored
In order to manipulate the title tag in a flexible manner, the stdWrap option for the title tag is introduced with the following parameter: config.pageTitle As an example, one can now make the title tag contents all uppercase. config.pageTitle.case = upper Resolves: #33491 Releases: master Change-Id: I60cbc7aa1d8c6bf33a1ac96c1389a01ff01dbaa7 Reviewed-on: http://review.typo3.org/35691 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Helmut Hummel authored
This reverts commit 8b8ad8e4 64k will not be enough space for session data which can get larger in certain usecases (e.g. workspaces). Reverts: #59771 Releases: master Change-Id: I09244ede46c91a7fd11eb0e9733dc3111ebbf0df Reviewed-on: http://review.typo3.org/35762 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Torben Hansen authored
A 5 years old bug in script.aculo.us leads to the problem, that autocomplete results of the suggest wizzard are displayed at a wrong position for Internet Explorer browsers. Depending on the screen resolution, the autocomplete results may even be out of the visual area of the users screen. Since script.aculo.us seems to be unmaintained, the patch is directly applied to the script.aculo.us source files, so we at least can provide a bugfix for TYPO3 users using Internet Explorer. This patch also fixes an IE fix in script.aculo.us. Instead of using javascript:false we now use about:blank as source for the IE fix iframe, which prevents the text “false” being displayed when autocompletion results appear in IE. Resolves: #63604 Releases: master, 6.2 Change-Id: Ib0421a308bb0652b9aed8be73ab6c78900ebe13d Reviewed-on: http://review.typo3.org/35339 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>
-
Stephan Großberndt authored
The hook ['SC_OPTIONS']['GLOBAL']['softRefParser_GL'] has been deprecated. It was a hook to add a general softRefParser which parsed every SoftReference regardless of its type. The "softRefParser_GL"-hook was undocumented and used neither in core nor in any known extension. Resolves: #64109 Releases: master Change-Id: I1a69097f50e8002e559bd89d39b9ed72dfa18e03 Reviewed-on: http://review.typo3.org/35773 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
Currently, when using a TypoScript CASE cObject and the key property is not available then the default key is used. If the default key is not existent a TS warning is thrown. According to the documentation an empty string should be returned. Releases: master, 6.2 Resolves: #39772 Change-Id: I2c7872b066523b8075983fb7cabb6821fdfef54d Reviewed-on: http://review.typo3.org/35709 Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org>
-
- Jan 04, 2015
-
-
Benjamin Mack authored
There are a few occurrences where simple preg_replace calls are used even though this can be accomplished with rtrim() or ltrim(). This improves readability and (maybe ;)) speed. Resolves: #60534 Releases: master Change-Id: Id834ce49df0f60a75f855c403ec15a79381d928d Reviewed-on: http://review.typo3.org/31763 Reviewed-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Frank Nägler authored
This patch introduce an AJAX call for delete records in ListModule. The confirm message is build with a bootstrap modal. instead of JavaScript confirm function. Resolves: #63715 Releases: master Change-Id: I7ed26e78029d61198d686aa5c21a07734ac6cea6 Reviewed-on: http://review.typo3.org/35203 Tested-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Benjamin Mack <benni@typo3.org>
-
Stephan Großberndt authored
Due to improper checking for an empty array in BackendUtility->explodeSoftRefParserList multiple trimExplode-calls per record are executed. Fixing this check leads to an early return and speeds up bulk inserting. Resolves: #63674 Releases: master, 6.2 Change-Id: Id8969c33d8ebb109018159ada6a277ab5bfdd13c Reviewed-on: http://review.typo3.org/35187 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.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>
-
- Jan 03, 2015
-
-
Benjamin Mack authored
The WEBMOUNTS variable is holding the BackendUsers' DB mounts which are always accessible via $BE_USER->returnWebmounts() The bootstrap for the Backend is now a tiny bit faster. The few left-over places are changed. The global variable FILEMOUNTS was already removed with the introduction of FAL. Resolves: #64070 Releases: master Change-Id: I1a681afacd7e0c0092a87ebff07008eb069872f2 Reviewed-on: http://review.typo3.org/35697 Reviewed-by:
Frederic Gaus <gaus@flagbit.de> Tested-by:
Frederic Gaus <gaus@flagbit.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Andreas Fernandez authored
Port the JavaScript of the Extension Manager to RequireJS. This patch is just the base for further improvements. Releases: master Resolves: #63910 Change-Id: Ia9322c9b7b518535c95916467643078f17d9a14f Reviewed-on: http://review.typo3.org/35485 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
All HTML of BackendController was moved to Fluid Standalone, and is now more flexible with the TemplatePath variable. Some variables are cleaned up now. Resolves: #62881 Releases: master Change-Id: Id98677e265aab6a664b764cb2c48607c734ba019 Reviewed-on: http://review.typo3.org/34020 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Frederic Gaus <gaus@flagbit.de> Tested-by:
Frederic Gaus <gaus@flagbit.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Marco Huber authored
Allows multiple HTTP headers of the same type in config.additionalHeaders by extending the configuration possibilities: mypage.config.additionalHeaders { 10 { #the header string header = WWW-Authenticate: Negotiate #replace previous headers with the same name #optional, default is 1 (yes) replace = 0 #force the HTTP response code #optional httpResponseCode = 401 } } See also: http://php.net/header Resolves: #56236 Releases: master Change-Id: I25b4c755459b3ad718624426a32f217055c189e5 Reviewed-on: http://review.typo3.org/27814 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:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Wouter Wolters authored
Resolves: #64098 Releases: master, 6.2 Change-Id: Ic71b026e18160fb92c8e215ecf2cfb6c86703661 Reviewed-on: http://review.typo3.org/35758 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:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Markus Klein authored
Resolves: #63651 Releases: master, 6.2 Change-Id: Ica4b9dab922be15bffd67f1dbd90ea8e4522838d Reviewed-on: http://review.typo3.org/35147 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 core lacks a unified API to load and update the Backend users UC, and to address the browsers' localStorage. The new TYPO3.Storage object allows to fetch and manipulate data in a unified way. Followup patches will replace previous hacks and ExtJS calls with the new API. Releases: master Resolves: #64031 Change-Id: I53907f0beb93f300f8d8ca7a17721cab1376b9c7 Reviewed-on: http://review.typo3.org/35627 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>
-
Mathias Schreiber authored
Do not list deleted task groups as option when creating new tasks. Display tasks assigned to a deleted group in the un-grouped block. Resolves: #63973 Releases: master, 6.2 Change-Id: I0f9b4a01f03f49881883d9dafad2354bb7526fb2 Reviewed-on: http://review.typo3.org/35558 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Benjamin Mack <benni@typo3.org>
-
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>
-