- Oct 09, 2015
-
-
TYPO3 Release Team authored
In our efforts to achieve a better interoperability with other PHP projects, the PHP code base of the TYPO3 Core switches to the PHP coding guideline standard PSR-2. See http://www.php-fig.org/psr/psr-2/ for more information. Resolves: #70515 Releases: master Change-Id: I734c0d838af157003decfeb5fc0a11dddcb87bf5 Reviewed-on: http://review.typo3.org/43918 Reviewed-by:
TYPO3 Release Team <typo3cms@typo3.org> Tested-by:
TYPO3 Release Team <typo3cms@typo3.org>
-
- Oct 08, 2015
-
-
Markus Klein authored
This change refactors the ElementBrowser and splits it into multiple dedicated classes for each mode. The former modes for file, folder and record selection are now placed in dedicated *Browser classes. The former mode "wizard", which defines its actual functionality via the "act" variable, is a separate controller now, which provides the API to be exensible. The integration of the various trees and lists is solved by a dedicated LinkParameterProviderInterface. Any class can provides link parameters now by implementing this interface. Other than that: * Lots of unused code is removed * All JS is moved into requireJS modules * Tree code is simplified by properly using constructors Part 2 will: * add Breaking and Feature documentation * finalize RTE re-integration * finally delete unused classes Resolves: #66369 Releases: master Change-Id: I0a28663ce4c91c2405abc9e2a13063699c6bb231 Reviewed-on: http://review.typo3.org/42951 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>
-
Nicole Cordes authored
This patch adds the input attribute autocomplete="off" to form fields in the Install Tool to prevent auto completion for username and password fields. Resolves: #70516 Releases: master Change-Id: I8f3d72e817e45569050baa89636d46242c13cd2f Reviewed-on: http://review.typo3.org/43919 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Wouter Wolters authored
Resolves: #70508 Releases: master Change-Id: Ifad9feb4ab07d201a769580631d0c1f3fb76b38c Reviewed-on: http://review.typo3.org/43577 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Nicole Cordes authored
To enforce developer to move TCA configuration to files in <extension>/Configuration/TCA the function to include a dynamicConfigFile in the 'ctrl' section of a table is deprecated now. Resolves: #70514 Releases: master Change-Id: I9a3d7db6858ab2305317ebb8b38f32426cdce649 Reviewed-on: http://review.typo3.org/43917 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> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Georg Ringer authored
Render the external url directly in menus instead of linking to the internal page and do a redirect afterwards. Change-Id: Iff407ae2730bd3c66c5b403030887d9f01758a0b Resolves: #62812 Releases: master Reviewed-on: http://review.typo3.org/43496 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>
-
Mathias Schreiber authored
Releases: master Resolves: #70513 Change-Id: I36bd4f211a7cfe6f0f714dbfe50486097f664b09 Reviewed-on: http://review.typo3.org/43916 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>
-
Wouter Wolters authored
Resolves: #70509 Releases: master Change-Id: If1132b6191501fa70161f2b87ea1a81048335d12 Reviewed-on: http://review.typo3.org/43913 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Ralf Zimmermann authored
Determine the file mime type with \TYPO3\CMS\Core\Type\File\FileInfo before a validation or other operations with the files are made. Resolves: #69956 Releases: master Change-Id: Iac0381b9847b82dfa7bc7a78f970c91ce51d4272 Reviewed-on: http://review.typo3.org/43836 Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Björn Jacob authored
Set the url parameter "format" only if is set in the configuration and skip the default extbase arguments. Resolves: #70474 Releases: master Change-Id: Ia8cdc3f75725da41c8ef5701cec864a39a0f3d35 Reviewed-on: http://review.typo3.org/43894 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Mathias Schreiber authored
Releases: master Resolves: #70351 Change-Id: Ib0352cc4b4035b2c237f12fac4e4f1ac664cb2f5 Reviewed-on: http://review.typo3.org/43776 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>
-
Stanislas Rolland authored
Problem: When selecting an item in the suggest wizard, a js error is raised and the select element is not updated. Solution: The value provided by FormEngineSuggest may be an integer. Make it a string before applying a match function. Resolves: #70238 Releases: master Change-Id: I9e1944d1def442a36e17980df8696c7f6078747e Reviewed-on: http://review.typo3.org/43672 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>
-
Josef Glatz authored
Check for default stream context. Resolves: #70374 Releases: master Change-Id: I88a3f49fa121e713707d54d7696ba1233a475220 Reviewed-on: http://review.typo3.org/43810 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Ronald Klomp <rklomp@zigwebsoftware.nl> Tested-by:
Ronald Klomp <rklomp@zigwebsoftware.nl> Reviewed-by:
Eva Wiggers <eva_wiggers@hotmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Daniel Goerz authored
The rootLevel of a table can be configured to 0, 1 or -1. Currently only 0 and 1 are respected by the Typo3DbQueryParser when building the pageId statement. This patch streamlines the statement building to work for -1 settings as well. Change-Id: Ide900548ef90ea0f933f33640757b1cb20e8767e Resolves: #63406 Releases: master Reviewed-on: http://review.typo3.org/43675 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Ralf Zimmermann authored
Bring back the class name mapping for camelcase json elements. Resolves: #70212 Releases: master Change-Id: Ibd6022383f19936dc92c764a696aa0204dea66ea Reviewed-on: http://review.typo3.org/43773 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Oliver Hader authored
* use paths (plural) instead of single path definition * allow access to the view to override/extend the paths to be used Resolves: #70439 Releases: master Change-Id: I4467834046de134ebbb1fb16e03b4dbcfa49d0e1 Reviewed-on: http://review.typo3.org/43864 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Markus Klein authored
Resolves: #70294 Releases: master Change-Id: Iaa96e5132f473a91e5ed3352cf3f6820a07fa8b3 Reviewed-on: http://review.typo3.org/43911 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Georg Ringer authored
If the doctype is explicitly set to html5, the attribute xmlns should still not be rendered. Resolves: #70300 Releases: master Change-Id: I61abc836926213c24a9fe04e3df50d3baf9d4a9c Reviewed-on: http://review.typo3.org/43875 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org>
-
Mathias Schreiber authored
Releases: master Resolves: #70364 Change-Id: Iffc192e479f9fb8a48bcd42d9e01ccbea2c40af4 Reviewed-on: http://review.typo3.org/43809 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Nicole Cordes authored
This patch moves the welcome page to a new action "about" and integrates it into the navigation. Furthermore the default action is changed to "importantActions" as this is the most needed action when accessing the Install Tool. Resolves: #67080 Releases: master Change-Id: I8cfe7a30e57668c3ef16987d08ed7611c741e874 Reviewed-on: http://review.typo3.org/43905 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>
-
Zsolt Molnar authored
This patch adds an additional TCA configuration for input fields to switch on or off auto completion. This is used for username and password fields for frontend and backend users. Resolves: #70126 Releases: master Change-Id: I1bda9e19826ca975a4e3f56d3f67b82e898e8c2e Reviewed-on: http://review.typo3.org/43883 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> 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>
-
Oliver Hader authored
Resolves: #70438 Releases: master Change-Id: Ib7c8191b6ed9fbdf3c8760423ce2fc4fc0c688be Reviewed-on: http://review.typo3.org/43865 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Mack authored
Resolves: #70266 Releases: master Change-Id: I216912131d2eeeeffab6986e49e38ca1bb99444b Reviewed-on: http://review.typo3.org/43694 Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Ralf Zimmermann authored
Use the f:form pageUid argument if an "action" property is set in the form configuration. Resolves: #70280 Releases: master Change-Id: Ic32a52d8ef3062aa5b7d230dc7a57627c80c4e25 Reviewed-on: http://review.typo3.org/43754 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Sebastian Wagner authored
Introduce ValueCheckbox to extend Checkbox that returns inputValue when retrieving its value. The xtype "typo3-form-wizard-valuecheckbox" is used for the following attributes: autofocus, checked, disabled, hidden, multiple, novalidate, readonly, required and selected The stored "TypoScript" contains inputValue and restores correct checking when opening the wizard again. Resolves: #70455 Releases: master Change-Id: I6fce9a86b8c1c107c4776aa38ee3764ef7f90233 Reviewed-on: http://review.typo3.org/43884 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Thomas Maroschik authored
The FormEngine refactoring changed the representation of field values, so that select boxes are now arrays. The condition evaluation cannot handle those values as prior to the refactoring and following the documentation. This patch changes the behavior to follow strictly the documentation. The = operator now compares only the first element in case of an array. The IN operator compares two potential lists for any match. Fixes: #70421 Releases: master Change-Id: I17e610215dede4c1c06c27d4d25ec1672bfccf83 Reviewed-on: http://review.typo3.org/43837 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>
-
Christian Kuhn authored
FormEngine splits in two parts: Data compilation and preparation and rendering. The patch separates the inline related data preparation out of the render containers and moves it into the data provider. TcaInline provider now resolves and compiles children and adds them to processedTca[columns][$field][children], so InlineControlContainer can just loop over them to render children. InlineRecordContainer, the second inline container that takes care of rendering single children records now no longer receives the full parent data, but only the specific child data array it should render. This leads to better encapsulation and allows some future performance improvements. While the inline stuff is still a very complex thing, this last main structural FormEngine change takes the opportunity to comment further details and dependencies and it simplifies the structures by better separation of concerns. Change-Id: Ia0ed276d7fc6f541f8ae27eaac3e17e3b8714ddf Resolves: #70490 Releases: master Reviewed-on: http://review.typo3.org/43755 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Ralf Hettinger authored
Adding the TS property plugin.tx_indexedsearch.forwardSearchWordsInResultLink.no_cache=boolean which allows disabling the no_cache=1 parameter for result page links when plugin.tx_indexedsearch.forwardSearchWordsInResultLink is enabled. Default is 1 so that there isn't change of behaviour in existing setups. Resolves: #47613 Releases: master Change-Id: I465acfd41db31b835f1387a168610137b6c298c9 Reviewed-on: http://review.typo3.org/20190 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Helmut Hummel authored
This patch was incomplete: * TCA still contains mounts for admins * Group mounts are still respected Besides that, there are options in the user record to disable that behavior. Besides that, it is the concept of mounts, that it is useful to see submounts of a global mount. This reverts commit f262ddef. Resolves: #70493 Reverts: #57587 Releases: master Change-Id: Id687402901d6246c66bfca38b800a7947d099308 Reviewed-on: http://review.typo3.org/42636 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Helmut Hummel authored
Resolves: #70492 Releases: master Change-Id: Ic17d7c3a86fecccbdc929fbd51c2534d4f3f19bb Reviewed-on: http://review.typo3.org/42323 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Oliver Hader authored
Copying a page with localized content elements in a workspace has some flaws. In a workspace a duplicated record will end up in a new-placeholder and the specific version record. The tranlation pointer field of the new-placeholder still contains the unmodified value of the original record, the specific version record is fine however. The reason for that is the special handling for cloning a page in DataHandler. Each record of a particular table is copied in reverse order. This way, the localization is created earlier than the record of the default language. This change is about skipping the direct copyRecord() call for records that will be processed inside another copyRecord() call for the record of the default language. Resolves: #61179 Releases: master, 6.2 Change-Id: I6647b02095343756d3a41b0c0e985b4777429cd8 Reviewed-on: http://review.typo3.org/32356 Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Helmut Hummel authored
In testing context and in non composer mode, the additional class loading information should be regenerated for each test run. The code for that never worked and is now fixed with this change. Resolves: #70482 Releases: master Change-Id: Ia8e23d9c4409e6e5ce17c6520458913634888913 Reviewed-on: http://review.typo3.org/43904 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Helmut Hummel authored
Evaluate autoload-dev from ext_emconf.php file as well (like it is done for autoload already) Resolves: #70472 Releases: master Change-Id: I9032911311be20f7fbfe24f088b380f90f4457cc Reviewed-on: http://review.typo3.org/43902 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Ralf Hettinger authored
The following TS properties now configure former php defined parameters: [plugin.tx_indexedsearch.results.] * titleCropAfter = 50 * titleCropSignifier = ... * summaryCropAfter = 180 * summaryCropSignifier = * hrefInSummaryCropAfter = 60 * hrefInSummaryCropSignifier = ... * markupSW_summaryMax = 300 * markupSW_postPreLgd = 60 * markupSW_postPreLgd_offset = 5 * markupSW_divider = ... Every TS property has the stdWrap property, too. Default settings do not change old behaviour. Resolves: #20875 Releases: master Change-Id: I01f4807cab208631233bf219dd987ba69da61344 Reviewed-on: http://review.typo3.org/20197 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Benjamin Mack authored
In ClickMenu the menu items history and delete are registered below the moreoption items. Within the more option items a check is done against the delete menu item which never exists at that point of code execution. Move this piece of code above moreoptions. Releases: master Resolves: #67415 Change-Id: I606e7717ca9e0be5d5256e66879b6a1b1a183887 Reviewed-on: http://review.typo3.org/43880 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>
-
- Oct 07, 2015
-
-
Daniel Goerz authored
This patch fixes the broken unit tests. Change-Id: Ie180a13dfc51c8a3a6fdb63a0a4842b69ff7236a Resolves: #70368 Releases: master Reviewed-on: http://review.typo3.org/43896 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
Ralf Zimmermann authored
It is possible to set a new themeName for a specific form but it is not possible to set it for the whole plugin via plugin.tx_form.settings.registeredElements.FORM.themeName = Mytheme Resolves: #70368 Releases: master Change-Id: I76e7584dd9b333c56c0dc4c05a7d5e78b0a7c225 Reviewed-on: http://review.typo3.org/43805 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>
-
Helmut Hummel authored
In non composer mode it has been impossible to register classes for tests to be loaded (e.g. fixture classes) as long as at least one autoload information was registered in the extension. With this change, we will now evaluate an autoload-dev section as well and also do not skip the scan of test classes when no autoload section is defined in the extension for better backwards compatibility. Resolves: #70472 Releases: master Change-Id: I05559e2d28e4262583ea3cf95dca52573ac4c18f Reviewed-on: http://review.typo3.org/43876 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Helmut Hummel authored
To be more consistent with composer mode, allow definition of alias maps in non composer mode as well. Read the composer manifest for that (which can be composer.json or ext_emconf.php) Resolves: #70437 Releases: master Change-Id: I2f888d7f95dbadc4da1785572fc793a084cf0991 Reviewed-on: http://review.typo3.org/43863 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:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Andreas Fernandez authored
Re-label the cancel to "Cancel" of the abort button used in modals in EditDocumentController appearing when deleting an IRRE element or the record itself. Resolves: #70462 Releases: master Change-Id: I1d084eecc26e2221568cb83ef9f7942aa51ed535 Reviewed-on: http://review.typo3.org/43882 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-