summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp-ipxe/inc/ipxemenu.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [serversetup-bwlp-ipxe] Call parent constructor IPxeMenuSimon Rettberg2024-01-151-3/+6
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-10/+9Star
|
* [serversetup-bwlp-ipxe] Fix pvsmgr hack (accessed wrong field)Simon Rettberg2022-05-021-5/+9
|
* [serversetup-bwlp-ipxe] Remove dead codeSimon Rettberg2022-05-021-8/+0Star
|
* [serversetup-bwlp-ipxe] Force default boot entry to MiniLinux for dedicated ↵Simon Rettberg2022-05-021-7/+66
| | | | PVSmgr
* Moderize Database handlingSimon Rettberg2021-05-111-2/+2
| | | | | | | * 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
* [serversetup-bwlp-ipxe] Empty menu item title = use bootentry titleSimon Rettberg2020-10-261-2/+2
| | | | | | | | | | We now leave the input box for the menu item title empty, which shows the matching bootentry's title as the placeholder. This will then also be what's displayed in the actual menu. This way, updating the boot entry's title will update the displayed menu item, if it wasn't overridden previously. Closes #3690
* [serversetup-bwlp-ipxe] Progress on new structure (+bash)Simon Rettberg2020-07-101-2/+2
|
* [serversetup-bwlp-ipxe] Start refactoring ipxe script generatorSimon Rettberg2020-06-101-55/+31Star
| | | | | | | This is WIP. Mostly restored all the old functionality. Boot entries are fetched when selected, not embedded in the main script, so password protection is a bit stronger. Hopefully allows for other script generators in the future.
* [serversetup-bwlp-ipxe]Simon Rettberg2019-09-241-1/+1
|
* [serversetup-bwlp-ipxe] Show default selection of inherited menuSimon Rettberg2019-04-171-0/+12
|
* [serversetup-bwlp-ipxe] Make sure we always have a default entrySimon Rettberg2019-04-161-0/+4
|
* [serversetup-bwlp-ipxe] Show parent menu in location assign dialogSimon Rettberg2019-04-161-0/+5
|
* [serversetup-bwlp-ipxe] Direct boot for menus with one itemSimon Rettberg2019-03-251-0/+23
|
* [serversetup-bwlp-ipxe] Implement cascaded menusSimon Rettberg2019-03-191-2/+2
|
* [serversetup-bwlp-ipxe] Fix: Module name is locations, not locationSimon Rettberg2019-03-111-2/+2
|
* [serversetup*] PXELinux and iPXE side-by-sideSimon Rettberg2019-02-121-0/+142