summaryrefslogtreecommitdiffstats
path: root/modules-available/minilinux/page.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [minilinux] Introduce new "installed" state: brokenSimon Rettberg2024-02-071-9/+10
| | | | | | | | Avoid marking broken (i.e. missing/corrupted files) versions as "not installed", which could in turn lead to complete deletions of versions from the database without removing the according (broken) files from the filesystem. Instead, properly mark them as broken in the DB so we keep them but can handle them differently (UI: to be done).
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-13/+13
|
* [minilinux] Minor design tweaks to listSimon Rettberg2023-06-121-0/+5
| | | | | | - Hackish way to hide sort-order inlined in title - Border for change-log - Shorten cooldown for list update to 3 minutes (was 10)
* [minilinux] Add support for branch colors and changelogsSimon Rettberg2022-11-031-3/+9
|
* [minilinux] Add quicknav at top of version listSimon Rettberg2022-05-271-11/+25
|
* Moderize Database handlingSimon Rettberg2021-05-111-1/+1
| | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries
* [minilinux] Show which menu(entries) and locations use a versionSimon Rettberg2020-08-281-4/+8
|
* [minilinux] Lower update disable to 5 mins (was 10)Simon Rettberg2020-07-101-1/+1
|
* [minilinux] Show warning if stage4 cannot be replicatedSimon Rettberg2020-02-261-0/+3
|
* [minilinux] Set downloaded linux as default if it's the first/only oneSimon Rettberg2020-01-151-9/+1Star
|
* [minilinux] Make branches collapsibleSimon Rettberg2020-01-151-0/+1
|
* [minilinux] Remove duplicate DL button; hide it for orphaned versionsSimon Rettberg2020-01-141-2/+1Star
|
* [minilinux] Split version list and source list into separate sub-menusSimon Rettberg2019-10-301-24/+32
|
* [minilinux] Slightly better busy-wait for update checkSimon Rettberg2019-10-301-2/+5
|
* [minilinux] Fix: Query description for minilinux branch on displaySimon Rettberg2019-10-291-1/+1
|
* [minilinux] Create symlink for PXELINUX menu supportSimon Rettberg2019-10-241-0/+8
|
* [minilinux] Add missing permissions checksSimon Rettberg2019-10-211-0/+2
|
* [serversetup-bwlp-ipxe/minilinux] Further improvementsSimon Rettberg2019-10-171-1/+1
| | | | | | * Distinction between BIOS and EFI for ipxe hook in minilinux * Debug KCL modifier customizable by update meta data * Bugfixes, minor refactoring...
* [serversetup-bwlp-ipxe/minilinux] Implement minilinux hook for ipxeSimon Rettberg2019-10-161-25/+67
|
* [minilinux] Rewrite for multiple version/sources handlingSimon Rettberg2019-10-091-97/+202
| | | | | | | | | | | * You can supply multiple sources for updates (URLs) * Sources can provide multiple branches * Each branch can supply multiple versions (eg. updates) TODO: Set global default version TODO: Supply hook to serversetup-ipxe to add specific boot entries TODO: UX polish TODO: phpdoc/polish
* [minilinux] Visual feedback when loading ML version listSimon Rettberg2019-03-061-3/+0Star
| | | | Disable all the controls while loading...
* [minilinux] permission 'show' => 'view'Simon Rettberg2018-03-271-1/+1
| | | | Refs #3338
* [minilinux] Use new permission helpersSimon Rettberg2018-02-141-42/+38Star
|
* Merge branch 'master' into permission-managerSimon Rettberg2018-02-091-1/+2
|\
| * [minilinux] Check md5 if filesize and mtime failed to hint at changed filesSimon Rettberg2018-01-171-1/+2
| |
* | [minilinux] implemented permission-system. you can't see the side without ↵Christian Hofmaier2018-01-161-36/+44
|/ | | | any permission. there are only 2 permissions: show the side and update content (which includes the show permission).
* [install] Add/refine more module's install scriptsSimon Rettberg2016-06-091-2/+3
|
* Migrated messages to modulesSimon Rettberg2016-05-101-1/+1
|
* WIPSimon Rettberg2016-05-031-0/+128