aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/update.admin.php
Commit message (Collapse)AuthorAgeFilesLines
* Redesign guest pages for better accessibilityCarl Schwan2022-07-271-8/+6
| | | | | | | - Use white box and put content on it - Improve focus indicator Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* l10n: Addition of "The"Valdnet2020-05-131-1/+1
|
* l10n: Changing the word "These" to "Following"Valdnet2020-05-111-1/+1
|
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use numeric placeholders if there are multiple, so that RTL languages can ↵Joas Schilling2018-10-091-1/+1
| | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com>
* Accessibility and design fixes for update and redirect pagesJan-Christoph Borchardt2018-10-021-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Use images instead of inline SVG and unicodeJan-Christoph Borchardt2018-08-031-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix triangle on update pageJan-Christoph Borchardt2018-08-011-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* reduce info on update screens, introduce button to refreshJan-Christoph Borchardt2016-08-041-1/+3
|
* switch nested containers in update to semibold styleJan-Christoph Borchardt2016-08-031-2/+2
|
* remove svg classesHendrik Leppelsack2016-07-011-1/+1
|
* Add detailed logs hidden and show them on requestMorris Jobke2016-04-041-0/+2
|
* Show individual sql schema migration steps during upgrade - on web as well ↵Thomas Müller2016-04-041-1/+7
| | | | as on the command line
* update page: fix heading whitespace and unbold less important sectionsJan-Christoph Borchardt2015-11-251-3/+3
|
* do not bold header of update screenJan-Christoph Borchardt2015-11-051-2/+2
|
* fix wording of update headerJan-Christoph Borchardt2015-08-201-2/+2
|
* Additions to update pageVincent Petry2015-08-201-6/+5
| | | | | | | Apps to update and to disable will always be shown. Main title changes only when apps need updated, not core. Added bullet style. Exclude incompatible apps from updated apps list.
* Display app names in update page for app updatesVincent Petry2015-08-191-0/+15
| | | | | Whenever the update page is displayed for apps, show app names instead of the core update text.
* Read version and product name from update templateVincent Petry2015-01-141-1/+1
| | | | | | During upgrade, the config settings aren't always available due to base.php changes. This fix makes the update info page read the product name and version from the update template, which already had them.
* Added upgrade notice to avoid timeoutsVincent Petry2014-08-181-0/+4
|
* Fixed DOM elements, styling and code style issuesVincent Petry2014-05-281-19/+14
| | | | | - Reduced number of DOM elements - Also added mention of "config" backup.
* Fixed styles in update overview pageVincent Petry2014-05-271-9/+9
|
* Now showing disabled apps as upgrade status lineVincent Petry2014-05-271-2/+2
| | | | | - Added app id in update overview. - Added status message for disabled app for CLI upgrade and web upgrade
* Added update overview pageVincent Petry2014-05-271-6/+32
|
* Changed update message to be more instructive, changed update style to be ↵Ramiro Aparicio2013-10-241-0/+6
less aggresive Fix br tags Improve english messages