- Jan 13, 2018
-
-
Wolfgang Klinger authored
Output folder meta information (file count and total file size) next to the folder path in Filelist again. Additionally fix a typo in a condition above. Resolves: #83528 Releases: master, 8.7 Change-Id: I6969966405655d54528059ec937018078caea9d9 Reviewed-on: https://review.typo3.org/55318 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Jan 11, 2018
-
-
Andreas Fernandez authored
Resolves: #83537 Releases: master Change-Id: I8da8f31447bd2ca73aa7d7c22a929b918a085da8 Reviewed-on: https://review.typo3.org/55332 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Jan 09, 2018
-
-
Andreas Fernandez authored
Some values in the Application Information toolbar menu are too long any may exceed the box's width. The CSS is adjusted to break too long strings. Also, for better readability for very long values, the alignment is changed from `middle` to `top`. Resolves: #83443 Releases: master, 8.7 Change-Id: Ia85e92e086525c8f66fd8ab225160dfbdb313a73 Reviewed-on: https://review.typo3.org/55258 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Michael Schams <typo3.mschams@2017.schams.net> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
- Jan 06, 2018
-
-
Andreas Fernandez authored
Resolves: #82579 Releases: master Change-Id: Ic2d44d8567c2b144f9250f9011b6106fe73358e9 Reviewed-on: https://review.typo3.org/55169 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
- Jan 04, 2018
-
-
Andreas Fernandez authored
The DebugConsole used to render debug messages at the bottom of the TYPO3 backend is migrated to TypeScript. A feature sneaked in as an easter egg where the icon of the debug panel changes to a ":|" face on too many message groups has been dropped. Resolves: #82583 Releases: master Change-Id: Ied7a3e8f5563fb05029324db87c914ea1ef22953 Reviewed-on: https://review.typo3.org/55264 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Reiner Teubner <rteubner@me.com> Tested-by:
Reiner Teubner <rteubner@me.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Dec 19, 2017
-
-
Georg Ringer authored
Resolves: #83282 Releases: master Change-Id: I7899cfc9c3a98b41798d64d42f0aff9f02bea6c3 Reviewed-on: https://review.typo3.org/55160 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Dec 12, 2017
-
-
Christian Kuhn authored
As decided by core team leader, PHP minimum version requirement for core version 9.0 is 7.2.0. The patch sets this in root composer.json, together with config.platform.php, and adapts sysext/core/composer.json. Resolves: #83290 Related: #83289 Releases: master Change-Id: I813d0a2b69005c84ba5dedb45b3d4bd0388e43d8 Reviewed-on: https://review.typo3.org/55035 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Dec 11, 2017
-
-
Stephan Großberndt authored
Remove unused file EXT:backend/Resources/Private/Templates/Close.html In #68108 the file Close.html was erroneously moved to EXT:backend/Resources/Private/Templates/ which is a path that is not directly accessible for web users, but the file must be. In #83258 this was fixed by copying the file to EXT:backend/Resources/Public/Html/ to make this a non-breaking change back-portable down to 7.6. Releases: master Resolves: #83284 Related: #83258 Related: #68108 Change-Id: I4ece2b4d6069e0a573ecfa092c73b80d2c07a42f Reviewed-on: https://review.typo3.org/55023 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Dec 09, 2017
-
-
Georg Ringer authored
If the access to the element information is not allowed, show some information to the user instead of returning an empty string. Resolves: #83067 Releases: master, 8.7 Change-Id: Ie4ca3ba41556813a44802fc60befe164a17c4178 Reviewed-on: https://review.typo3.org/54811 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Frank Naegler authored
Resolves: #83248 Releases: master Change-Id: I1a61178131b358e4cc309bd11fc77278d9220a55 Reviewed-on: https://review.typo3.org/54958 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> 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>
-
- Dec 08, 2017
-
-
Stephan Großberndt authored
Clicking the close button in a editing popup accesses Close.html in Resources/Public/Html/ which is a folder accessible by a web user instead of Resources/Private/Templates/ which lead to a HTTP 403 error on closing the popup. Releases: master, 8.7, 7.6 Resolves: #83258 Related: #68108 Change-Id: Ibe7e328936240df436a3c9585e53122f1577dc6e Reviewed-on: https://review.typo3.org/54983 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- Nov 29, 2017
-
-
Felix Althaus authored
The link in system information menu "We have found 2 errors. Please check your system log" will now set the appropriate filter in log to only show errors. Before this patch user‘s last filter state was spawned. This could result in errors not even being displayed at all. Resolves: #76009 Releases: master Change-Id: Id90ac9950ff71cd1fb5db1724590cf939fc22823 Reviewed-on: https://review.typo3.org/48005 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Sebastian Hofer <sebastian.hofer@marit.ag> Tested-by:
Sebastian Hofer <sebastian.hofer@marit.ag> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Benni Mack authored
It was not possible due to a form name mixup to add online media files via the FileList in TYPO3 v9 anymore. Related: #82436 Related: #81763 Resolves: #83151 Releases: master Change-Id: Ica0ed049f685bf20b98f0a599adf61ec3874017a Reviewed-on: https://review.typo3.org/54847 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
- Nov 28, 2017
-
-
Andreas Fernandez authored
`top.TYPO3.Storage` is now globally available again, it's not necessary to load this module via RequireJS. Please keep in mind this module is deprecated. Resolves: #83049 Related: #82603 Releases: master Change-Id: I72796f377063c683f024a223818a599edade5367 Reviewed-on: https://review.typo3.org/54704 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Georg Ringer authored
Use the correct language file which changed by accident during the fluid transformation. Resolves: #83126 Releases: master, 8.7 Change-Id: I9da27976ac3c72a5c1161adf605d10fbf422bf6e Reviewed-on: https://review.typo3.org/54812 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Nov 27, 2017
-
-
Frank Naegler authored
This patch checks if a value is set before writing a possbile empty value to the field. Resolves: #83000 Releases: master, 8.7 Change-Id: I3badd9b9ff1a567351d971b5ae0199bf347e0f72 Reviewed-on: https://review.typo3.org/54731 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
- Nov 24, 2017
-
-
Frank Naegler authored
Because of the broken dependency manager logic in NPM this patch introduce yarn as dependency manager for node modules. Also this patch downgrade some libs, which was updated accidentally in past. To install node modules you have to install yarn first and call `yarn install`, do not use `yarn update` until you really want update a dependency. Resolves: #83038 Releases: master, 8.7 Change-Id: I842636241d76b88f2b9e3836230fdb6629d22fc3 Reviewed-on: https://review.typo3.org/54602 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com>
-
- Nov 23, 2017
-
-
Frank Naegler authored
Resolves: #82594 Resolves: #82608 Releases: master Change-Id: Ibc3fce2983d5a193db17d8acc1c4dab2baee31db Reviewed-on: https://review.typo3.org/54371 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
- Nov 09, 2017
-
-
Helmut Hummel authored
Because users have no access to deleted pages, the access check always fails, leading to delete page actions not being shown in the history despite being properly tracked. We now check this case and do a more lightweight check so that we still have the permissions checked, but can show deleted pages without disclosing unwanted information. Resolves: #45056 Releases: 7.6, 8.7, master Change-Id: Id919a24651c18a351f9723e86610b525a4f4726c Reviewed-on: https://review.typo3.org/54580 Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Nov 08, 2017
-
-
Cybercraft authored
Instead of having the new content element wizard in a separate module page it will be opened in a modal now. Resolves: #75676 Releases: master Change-Id: If117fe3f2d55a4163bcb5c153b47938953050348 Reviewed-on: https://review.typo3.org/52999 Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com>
-
- Oct 19, 2017
-
-
Andreas Fernandez authored
If a user who appears in the "Recently switched to" list became unavailable for some reason, only the placeholder avatar was rendered, giving a slight hint of life in the past. Such users are now deleted from UC and do not appear in the list anymore. Furthermore, the section label was slightly modified to be more understandable. For performance reasons, only one query is triggered now and sorting is done based on the array of UIDs stored in UC. Resolves: #82796 Related: #80581 Releases: master Change-Id: Ieff8a779639f277de1c0cb7feaa0fe2b82bd97c5 Reviewed-on: https://review.typo3.org/54433 Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Oct 16, 2017
-
-
Andreas Fernandez authored
The RequireJS module `TYPO3/CMS/Backend/Utility` is migrated to TypeScript. This patch marks the global object `TYPO3.Utility` as deprecated. Any occurrence is migrated to properly use the module instead. Resolves: #82609 Releases: master Change-Id: Ic0deaa29074080edd71928891fd09c3fb2af63fd Reviewed-on: https://review.typo3.org/54251 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Oct 13, 2017
-
-
Loek Hilgersom authored
Resolves: #82749 Releases: master, 8.7 Change-Id: I1de1157ca8e28da3a9fd3ffb3783bb73b1f8e845 Reviewed-on: https://review.typo3.org/54382 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Gianluigi Martino <gmartino27@gmail.com> Tested-by:
Gianluigi Martino <gmartino27@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frank Naegler authored
Resolves: #82604 Releases: master Change-Id: I9b9ff38c635902f2713602955ad9a3d04734ec88 Reviewed-on: https://review.typo3.org/54367 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Oct 06, 2017
-
-
Andreas Fernandez authored
The `Storage` RequireJS module is split into `Storage/Client` and `Storage/Persistent`. The `Storage` module itself is marked as deprecated and any occurrence is migrated to use the new modules. Resolves: #82603 Releases: master Change-Id: Ie4bbb2ac3c1801b15531f0b71e35507c8ed03f06 Reviewed-on: https://review.typo3.org/54240 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Sep 10, 2017
-
-
Andreas Fernandez authored
While #81763 was in development, some locations of the file operation handling were not adjusted. This patch fixes the left over places. Resolves: #82436 Related: #81763 Releases: master Change-Id: I450458f5ef687969b22a194a2387953330b8d17d Reviewed-on: https://review.typo3.org/54094 Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
- Sep 09, 2017
-
-
Matthias Vogel authored
Resolves: #82393 Releases: master Change-Id: I0782af0fa9dc36f7a1e54caec8b7ff24334e63c7 Reviewed-on: https://review.typo3.org/54046 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Heindl authored
We are introducing a new option to provide an optional footnote for the login screen. The footnote can provide for example legal information for the login screen image or a descriptive text. This option is now available in the backend extension configuration. Resolves: #82303 Releases: master Change-Id: I14f90ecfa8eee538234dcc9542576f6ab9f1d774 Reviewed-on: https://review.typo3.org/53918 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Kummer <typo3@enobe.de> Tested-by:
Joerg Kummer <typo3@enobe.de> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com>
-
Benni Mack authored
This change removes the availability of TYPO3.jQuery within the TYPO3 Core by default. The constants PageRenderer::JQUERY_NAMESPACE_DEFAULT / and PageRenderer: JQUERY_NAMESPACE_DEFAULT_NOCONFLICT namespace options "jQuery" are removed. This also means the removal of having custom namespaces of jQuery (e.g. TYPO3.bennis_jQuery) leaving "noConflict" to be used by default. Related: #79221 Resolves: #82378 Releases: master Change-Id: Ibc939999159dbf376b09f53aacac618ed7cc40e8 Reviewed-on: https://review.typo3.org/53237 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- Sep 08, 2017
-
-
Benni Mack authored
Before, the history module fetched info about "modified records" from sys_history+the authoritive user from a coupled sys_log entry. Info about "insert" and "delete" was fetched from sys_log solely. However, when using a scheduled cleanup task to truncate sys_log then all history information is useless (see bug report). The patch introduces a new RecordHistoryStore as an abstraction for adding history entries (currently done solely within DataHandler). It adds some additional, necessary SQL fields to sys_history to store all information in there and creates an update wizard to migrate all coupled sys_history/sys_log entries to a new sys_history entry itself. Additionally, the whole existing "RecordHistory" class is now only necessary for fetching the so-called ChangeLog, for a page or a specific record, and to do rollbacks, preparing the history records so they can be worked on. The whole logic for fetching the GET/POST parameters is moved into the "ElementHistoryController", everything that is only possible via Fluid is moved from the RecordHistory object and the ElementHistoryController into the view. Referencing from sys_log (Log module) into sys_history is now done the other way around, storing information about the corresponding history entry inside sys_log. As a side-effect, sys_log should load faster. Abstraction basis: - sys_history is the only source of truth about the history of a record - sys_log contains a reference to an history entry now (inside sys_log.log_data) to link from the backend log module - RecordHistoryStore exists for tracking changes to records - RecordHistory is for retrieving, compiling the history/changelog and rollbacks - ElementHistoryController is doing PSR-7 style request/response handling and preparing data for the view - Fluid is handling more view functionality now, removing the need for doing <f:format.raw> everywhere in the templates. Sidenotes: * Data within sys_history is now stored as JSON, not serialized anymore * Adding/deleting was previously stored in sys_log only, is now within sys_history * Moving records is now tracked (but not evaluated yet) * Highlight/Snapshot functionality within the Backend Module was removed This functionality is built so it can also be used within Extbase persistence and in FE in general in a future iteration. Resolves: #55298 Resolves: #71950 Releases: master Change-Id: I354317609099bac10c264b9932e331fa908c98be Reviewed-on: https://review.typo3.org/53195 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Kummer <typo3@enobe.de> Tested-by:
Joerg Kummer <typo3@enobe.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Aug 15, 2017
-
-
Frank Naegler authored
Resolves: #82088 Releases: master Change-Id: Ie0ad7a8ec6ed3f67300e88b8b8e0711c4f3dbbd2 Reviewed-on: https://review.typo3.org/53622 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Jul 19, 2017
-
-
Georg Ringer authored
Move language files to the proper extensions instead of misusing EXT:lang. Resolves: #81888 Releases: master Change-Id: I0ea028bc93843acf9a0381aad742377445efd95a Reviewed-on: https://review.typo3.org/53528 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Jul 15, 2017
-
-
Andreas Fernandez authored
After #81763, creating new media assets via "New file or folder" dialog is broken. This patch fixes the broken behaviour. Resolves: #81884 Related: #81763 Releases: master Change-Id: Ifeb64705847c6c8ce3e5c0dea95a84ba828ef32e Reviewed-on: https://review.typo3.org/53522 Reviewed-by:
Manuel Selbach <manuel_selbach@yahoo.de> Tested-by:
Manuel Selbach <manuel_selbach@yahoo.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Jul 03, 2017
-
-
Christian Kuhn authored
The patch integrates ext:wizard_sortpages and ext:wizard_crpages as context menu items in "more" of the page record context menus and gets rid of the two default "Functions" main module entries, effectively obsoleting ext:func, which will be extracted to TER for b/w compat in a second step. * Isolate ext:func by moving its language xml from ext:lang to ext:func * Routing configuration for "sort pages" and "create pages" in ext:backend * Context menu handling for "sort pages" and "create pages" in ext:backend * Free "sort pages" and "create pages" from dependency to ext:frontend by not calling PageRepository->getMenu() anymore * Proper use of request/response instead of _GP access * Better controller / view separation Change-Id: I2c7acbb79ddd8404fbef69a1c126d250b976629b Resolves: #81768 Releases: master Reviewed-on: https://review.typo3.org/53377 Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Andreas Fernandez authored
To simplify the overhaul of EXT:t3editor, the form to change a file's content is based on FormEngine now. Additionally, the file rename form has been streamlined to the overall backend visual appearance. Resolves: #81763 Releases: master Change-Id: Ifb9bc5513bff923a6d4cdbcb6046e87f4dcf3626 Reviewed-on: https://review.typo3.org/53129 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Jun 30, 2017
-
-
Mathias Brodala authored
Resolves: #81760 Releases: master, 8.7 Change-Id: Ib04e7bd994ae32f02649112e838115003a4a42c0 Reviewed-on: https://review.typo3.org/53370 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Jun 13, 2017
-
-
Oliver Hader authored
If edit forms have unsaved changes, changing the IFRAME URL is caught by explicitly sending interaction requests that are handled by individual client components, such as the FormEngine. This feature does not use the Window.beforeunload event, but some custom messaging API instead. Click events on the ExtJS page-tree are caught if those trigger a change request for the content component, however highlighting the clicked page node is not caught due to nested ExtJS event hierarchies. Resolves: #77268 Releases: master Change-Id: I3e2359cf27d95197b17e8d8489759ace403ce1af Reviewed-on: https://review.typo3.org/53075 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Jasmina Ließmann <code@frauliessmann.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
- Jun 05, 2017
-
-
Johannes Goslar authored
Resolves: #81416 Releases: master, 8.7 Change-Id: If7e3893baa73c1392f3317d5b871be51eeab41b5 Reviewed-on: https://review.typo3.org/53021 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
- Jun 03, 2017
-
-
Cybercraft authored
Resolves: #67884 Releases: master Change-Id: I7c14886e5dc1c81d7d816e5f2eb5d36afb8cdbf9 Reviewed-on: https://review.typo3.org/53040 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Tested-by:
Jasmina Ließmann <code@frauliessmann.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Jun 02, 2017
-
-
Daniel Windloff authored
Replaced icons: -icon-actions-selection-delete -icon-actions-close Use actions-remove for remove items from list actions, that do not change db entries. Resolves: #81422 Releases: master Change-Id: I8d11eea1e5801118ebe91faa04187ecda14e5a80 Reviewed-on: https://review.typo3.org/53039 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-