- 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>
-
- Feb 27, 2017
-
-
Georg Ringer authored
Fix the position of the page path in DocHeader. Resolves: #80045 Releases: master Change-Id: If50725fcb4342011562b008fd98d248a0367a4be Reviewed-on: https://review.typo3.org/51875 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Jasmina Liessmann authored
Use Bootstrap grid for arrangement of navigation items. Shorten the characters of the current page title in DocHeader to title length defined in user settings or default to '50'. Resolves: #79849 Releases: master Change-Id: I0825818cd961b8bb7f928cb1389537506d5ed40b Reviewed-on: https://review.typo3.org/51831 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Kummer <service@enobe.de> Tested-by:
Joerg Kummer <service@enobe.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Dec 01, 2016
-
-
Wouter Wolters authored
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>
-
- Mar 14, 2016
-
-
Michael Oehlhof authored
The DocHeader has now a reserved area for the nprogress loading indicator for use within modules. The area has a fixed position to ensure visibility in every case. The code of the Recycler and Extension manager have been adjusted to use that element for the progress bar. Resolves: #71509 Releases: master, 7.6 Change-Id: I07cacf61a1634357d4da0fe292ea22ba34a6100e Reviewed-on: https://review.typo3.org/45199 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
- Oct 29, 2015
-
-
Andreas Fernandez authored
Do not show the path on the upper right of a module if there is no record information. Resolves: #70510 Releases: master Change-Id: I234a18d83a6553adbd6db12786446a11da96effa Reviewed-on: https://review.typo3.org/44357 Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- Oct 03, 2015
-
-
Benjamin Kott authored
You can now show or hide the top menu in any module, depending on the scroll speed used. Resolves: #70328 Releases: master Change-Id: I744058151ccd0b64c4e818544ae2c5272ffc1b2e Reviewed-on: http://review.typo3.org/43763 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Mathias Schreiber authored
A new class structure around "ModuleTemplate" is introduced to substitute the rusty "DocumentTemplate". The architecture can be seen as wrapper around the main html content a backend controller action creates. ModuleTemplate provides an API especially for the "doc header" and unifies its display and creation. The patch releases single controller actions from fiddling with doc header details like actual button HTML and hands over this concern to the framework, so it can steer these parts at a central place. Since this API and its embedding in the framework is a rather complex task that will require further tweaks, this main API is mostly marked as "experimental" for now: It will further settle with 8. For extension authors it means that *if* this API is used, there may be code adaptions required in version 8 since parts of the API will be adapted to further needs. Resolves: #69814 Releases: master Change-Id: I81cb9f01ebc4b13d8d88a928811e563d83ec97cd Reviewed-on: htt...
-