This project is mirrored from https://git.typo3.org/typo3/typo3.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 01 Dec, 2016 1 commit
-
-
Move languages files from the root of ext:lang to Resources/Private/Language/ Resolves: #78647 Releases: master Change-Id: I9271442c98f2fcf705a38a639a6d503caeba1759 Reviewed-on: https://review.typo3.org/50584 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:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
- 26 Oct, 2016 1 commit
-
-
To remove the susceptiblity to errors of SQL injections within the core the principle of prepared statements should be followed for all queries. Even variables which will be casted to e.g. an integer should use setParameter(), setParameters() or createNamedParameter(). Change-Id: I7d6d256a199ba05f75791eb01f38b3b89b421989 Resolves: #78437 Releases: master Reviewed-on: https://review.typo3.org/50090 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:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 08 Oct, 2016 1 commit
-
-
Use the following icons to indicate different kinds of "edit actions": * actions-open: single edit action * actions-document-open: multi edit action * actions-page-open: edit page properties Resolves: #77963 Releases: master Change-Id: I2d3198b56755eef5eb715058caf5d8574124c9ca Reviewed-on: https://review.typo3.org/49946 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Tomasz Stępniak <stempl88@gmail.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
- 30 Aug, 2016 1 commit
-
-
As decided during T3ACME we will use the short array syntax in master. The 7.6 branch will also be done to make backporting easier. Resolves: #77692 Releases: master,7.6 Change-Id: I37e9484b1012fc9161148257a842054c24d162ba Reviewed-on: https://review.typo3.org/49651 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
- 28 Jul, 2016 1 commit
-
-
Resolves: #77291 Releases: master Change-Id: Ide336171ccfabb2d347dbad0a7e2f801c062f4e3 Reviewed-on: https://review.typo3.org/49252 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
- 27 Jul, 2016 2 commits
-
-
This patch corrects the IRRE header for sys_file_references. Resolves: #77248 Related: #76399 Related: #76668 Related: #76900 Releases: master, 7.6 Change-Id: Ic0791d71b7ff5aa3e9caf098ea75fa254efa6c4b Reviewed-on: https://review.typo3.org/49206 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Wouter Wolters authored
When opening a window with a file reference in a full window it is not possible to click the edit metadata button. Use a normal href to avoid the issue with choosing the correct frame. Resolves: #76729 Releases: master,7.6 Change-Id: Iaa140f28104782870c50ef0d876e472067a09fed Reviewed-on: https://review.typo3.org/48667 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Tested-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 25 Jul, 2016 1 commit
-
-
This patch removes default record title escaping in resolved DataProvider data and adds proper escaping where html output is generated. Resolves: #76399 Resolves: #76668 Resolves: #76900 Releases: master, 7.6 Change-Id: I03cf41c5200e920088116d1a67a2e342e46142d3 Reviewed-on: https://review.typo3.org/48779 Tested-by:
Bamboo TYPO3com <info@typo3.com> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Tested-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- 11 Jul, 2016 1 commit
-
-
Migrate the first part of DB calls of EXT:backend Resolves: #76624 Releases: master Change-Id: Iac323bed36af22e5c38eb4fb8a0e0f72bbee6d93 Reviewed-on: https://review.typo3.org/48574 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
- 10 Jun, 2016 1 commit
-
-
Helmut Hummel authored
Resolves: #76449 Releases: master Change-Id: Ie0a7302d8a2f2d9aabfb7a351114f7e91e7d7ac8 Reviewed-on: https://review.typo3.org/48442 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>
-
- 28 May, 2016 1 commit
-
-
Remove the second parameter of sL and replace it with htmlspecialchars directly in the code. Resolves: #76325 Related: #71917 Releases: master Change-Id: I6668eea01d80446a6b6f2ec95435c6e3d93cb0c3 Reviewed-on: https://review.typo3.org/48346 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 16 May, 2016 1 commit
-
-
The exceptions show now the affected class that does not implement the required interface. Where possible, the FQCN in the exception message string was replaced with the shorter ::class syntax. Resolves: #76187 Releases: master, 7.6 Change-Id: Id2c290a0cf29bdec5da504a8959996bb747f1c27 Reviewed-on: https://review.typo3.org/48115 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>
-
- 24 Apr, 2016 2 commits
-
-
Christian Kuhn authored
Use processedTca instead of $GLOBALS access and improve validation to avoid notice level errors. Change-Id: I9f2f2a455875e509c16cad17e29e629e8b21fe6d Resolves: #75647 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/47892 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
In InlineRecordContainer the enable column for disabled is not used correctly but instead "hidden" is hardcoded. Use the enable column from the foreign table. Resolves: #75647 Releases: master, 7.6 Change-Id: I8d6dc05f368c4e358694572d0dfcbe1f996d72b8 Reviewed-on: https://review.typo3.org/47888 Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 03 Mar, 2016 1 commit
-
-
This patch streamline the usage and design of FlashMessages in the BE. The markup is now centralized in a method of the FlashMessage class. In all places where FlashMessages rendered, this method is called. Resolves: #73698 Releases: master Change-Id: I5ef18a95ea15949e8cede71227101f2cc1ce30d3 Reviewed-on: https://review.typo3.org/46927 Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Timo Schmidt <timo-schmidt@gmx.net> Tested-by:
Timo Schmidt <timo-schmidt@gmx.net>
-
- 26 Feb, 2016 2 commits
-
-
This patch removes the usage of the deprecated FlashMessage->render method and add a custom markup instead. Resolves: #73703 Releases: master, 7.6 Change-Id: I1c84aa0c353a26fdc62d7d16fca5cdfc22326156 Reviewed-on: https://review.typo3.org/46916 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> 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>
-
Replace calls to deprecated method render() and to the function getFlashMessageForMissingFile() with appropriate html code. Resolves: #72508 Releases: master, 7.6 Change-Id: I90846f8349726e88dfa6aa77ab595fe28280e81b Reviewed-on: https://review.typo3.org/45554 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 16 Jan, 2016 1 commit
-
-
Using ProcessedFile::CONTEXT_IMAGEPREVIEW respects the ratio and produces nicer thumbnails. Change-Id: I8d98dc8ff0a6883c7e03c4dddbdb6d085608904a Resolves: #71670 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/45996 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- 21 Dec, 2015 1 commit
-
-
Fix the javascript selector used to get the field storing the hidden state of an IRRE record so that the toggle icon changes the state again. Also fixes reapplying the latest hidden state after expanding a previously closed panel. If there were unsaved changes to the hidden state of the record these got overwritten by the results of the AJAX call to load the record details. Resolves: #71991 Releases: master Change-Id: I31970abab7eed877ed13a0038245b03cb569a566 Reviewed-on: https://review.typo3.org/45345 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- 13 Dec, 2015 1 commit
-
-
Andreas Allacher authored
The expanded/collapsed state of inline and combination child records is determined within the TcaInlineExpandCollapseState provider instead of the display container so that the concerns are appropriately separated. Change-Id: I8152a9f4f689b1c409a9f14d2e29515ab3d91860 Resolves: #71728 Releases: master Reviewed-on: https://review.typo3.org/44826 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- 06 Dec, 2015 1 commit
-
-
Benni Mack authored
The option to disable thumbnails globally for every backend user in various places does not work anymore, but is still quite useful. The patch re-introduces the option to not show the thumbnail in various places. Resolves: #60497 Releases: master Change-Id: I28e8bf86563032df8008c7de9aa7861bb5c0e2c0 Reviewed-on: https://review.typo3.org/45138 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- 20 Nov, 2015 1 commit
-
-
Resolves: #71738 Releases: master Change-Id: I71edcdb8ed1804bf94479237bd7f6c120420f779 Reviewed-on: https://review.typo3.org/44834 Reviewed-by:
Martin Kutschker <martin.kutschker@ymail.com> Tested-by:
Martin Kutschker <martin.kutschker@ymail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- 06 Nov, 2015 1 commit
-
-
Christian Kuhn authored
Fetch the last pieces from InlineRecordContainer record title preparation to record title data provider. Refactor InlineRecordContainer to be better readable. Handle expand / collapse state within data provider to only calculate all record fields if the record is opened. Not always adding collapsed records to the calculation has significant performance advantages especially in nested inline scenarious. Change-Id: I83a457bd798dc47cc12a8dfb096132394d6bd357 Resolves: #71353 Releases: master Reviewed-on: https://review.typo3.org/44557 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- 04 Nov, 2015 1 commit
-
-
If a driver of a storage isn't available anymore (e.g. because an extension was deactivated), an exception is thrown and the backend stops working on multiple sites. This patch catches the InvalidArgumentException which is thrown by the DriverRegistry and ensures a proper working mode. The exception is caught when: - editing a record with inline record to a file of that storage - editing a record with image manipulation of a file of that storage - opening the element browser where the last folder was within that storage Resolves: #71296 Releases: master Change-Id: Ide83d411ab6c0e1850ff9cb9eec894753e73727f Reviewed-on: https://review.typo3.org/44523 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com>
-
- 31 Oct, 2015 4 commits
-
-
To streamline the FormEngine, the rendering of the formattedLabel_userFunc is moved to the TcaRecordTitle DataProvider Resolves: #71144 Releases: master Change-Id: Ia30c6d3c755e797d72ff6de732fd132b093cbfae Reviewed-on: https://review.typo3.org/44377 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>
-
Sebastian Fischer authored
Add a data provider to set isOnSymetricSide on data aggregation and change all calculations to use the new flag in result array. Add parent and topmost parent uid, field and table to result to replace as many InlineStackProcessor calls as possible. Resolves: #71193 Releases: master Change-Id: I8d4ec0b2c855cc42b0d03cb34f0b87f5a08a256a Reviewed-on: https://review.typo3.org/44435 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
The FormDataProvider refactoring changed DB values from strings to arrays when used with select fields. The code usage in InlineRecordContainer is adopted to use the new data structure. Resolves: #70951 Releases: master Change-Id: Id992232c36521622a06fbd8892e66398dcede35c Reviewed-on: https://review.typo3.org/44254 Reviewed-by:
Sebastian Fischer <typo3@evoweb.de> Tested-by:
Sebastian Fischer <typo3@evoweb.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
I have changed then-part with else-part, because in case of fields of type "inline" it is not possible to have values like tx_table_123. Resolves: #71002 Releases: master Change-Id: Ib274b0f8b477001cabd4b681da505b6dde71f156 Reviewed-on: https://review.typo3.org/44265 Reviewed-by:
Ruud Silvrants <ruudsilvrants@gmail.com> Reviewed-by:
Sebastian Fischer <typo3@evoweb.de> Tested-by:
Sebastian Fischer <typo3@evoweb.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 30 Oct, 2015 2 commits
-
-
Each inline child gets flags added that reflect the state they are in while being processed. Another patch will later use more of these flags. Resolves: #71136 Releases: master Change-Id: Id86c5efdc6660caba8836691967f09cd69ae1ca7 Reviewed-on: https://review.typo3.org/44379 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>
-
Jan Helke authored
Resolves: #71152 Releases: master Change-Id: I76ef42a782d6720e97744efc65aa10799b18f952 Reviewed-on: https://review.typo3.org/44384 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- 29 Oct, 2015 1 commit
-
-
Sebastian Fischer authored
This patch removes all code from inline record related classes that covered the handling of dangling children. Resolves: #71131 Releases: master Change-Id: Ic98e201e63f6703d23c395a3e9c48ccc003d1490 Reviewed-on: https://review.typo3.org/44363 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- 20 Oct, 2015 1 commit
-
-
Add missing quote before the title tag to fix the onClick event handler. Resolves: #70878 Related: #68820 Releases: master Change-Id: Iadd321fcb37bfccad4e62bf2d6ae564b8485c63d Reviewed-on: https://review.typo3.org/44185 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info>
-
- 17 Oct, 2015 1 commit
-
-
Resolves: #70434 Resolves: #70245 Releases: master Change-Id: I14e187532b7f5eafa2e73c54ab8056a8033d0822 Reviewed-on: http://review.typo3.org/44126 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 08 Oct, 2015 2 commits
-
-
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>
-
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>
-
- 06 Oct, 2015 1 commit
-
-
There are a few leftover parts when ajax.php was used, before the refactoring of typo3/index.php and PSR-7 AJAX Routes. Resolves: #70251 Releases: master Change-Id: I400fa04e08a574a5922d62a68d588220c51be0e1 Reviewed-on: http://review.typo3.org/43841 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>
-
- 05 Oct, 2015 1 commit
-
-
Resolves: #70417 Releases: master Change-Id: Ie855b996636b749562acf3baa67b1756c2ad3db2 Reviewed-on: http://review.typo3.org/43826 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 28 Sep, 2015 1 commit
-
-
Resolves: #70127 Releases: master Change-Id: I3e7f3576f32414ac418adf470cae267550070a78 Reviewed-on: http://review.typo3.org/43607 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- 20 Sep, 2015 1 commit
-
-
Implement replacement and replace all core usages of IconUtility::getSpriteIconForRecord() with IconFactory->getIconForRecord(). Register and fix several icon definitions for core tables. Resolves: #69754 Releases: master Change-Id: I5adf4f58a0331c77458049e19c7c8ca441b9e4cf Reviewed-on: http://review.typo3.org/43272 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 12 Sep, 2015 1 commit
-
-
Resolves: #69696 Releases: master Change-Id: I34ad88ae8713e07b7a084b3ba3646b61176c0c1f Reviewed-on: http://review.typo3.org/43228 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-