aboutsummaryrefslogtreecommitdiffstats
path: root/config/systempatches/system_patches.php
Commit message (Collapse)AuthorAgeFilesLines
* systempatches - some code style cosmeticsdoktornotor2015-08-111-9/+11
| | | | - Fix copyright header - Some XHTML fixes
* Systen Patches package code stylePhil Davis2015-08-061-112/+135
|
* Revert "Add status column and other GUI improvement" Fixes #4895jim-p2015-07-281-31/+20
| | | | This reverts commit c0ce84e71c7c63d3289bc225f4590953f17ee56c.
* Add status column and other GUI improvementstilez2015-07-231-20/+31
| | | | | | For ease of use 1) Add a single "Status" column 2) Merge "Apply" and "Revert" into a single column (they are mutually exclusive reverses of each other so it flows better)
* Do not show "Apply Changes" on System Patches package info box (which does ↵jim-p2015-01-141-1/+1
| | | | nothing). Fixes #4215
* Fix call-time pass-by-reference in System Patches, bump versionjim-p2014-05-071-1/+1
|
* Fix column alignment.jim-p2013-05-231-1/+1
|
* Add "auto apply" bit to system patches which will attempt to apply a patch ↵jim-p2013-03-291-1/+5
| | | | during earlyshellcmd at boot time, to help patches survive across reboots and upgrades.
* Update HTML code in System PatchesColin Fleming2013-02-061-35/+37
| | | | | | Close off the head statement and move the scripts and style sheets inside the head statment, close the BR, INPUT and IMG tags add ALT to IMG tags and SUMMARY to TABLES
* Fix validation for pasting in a patch alone, make sure not to offer re-fetch ↵jim-p2012-05-091-1/+1
| | | | if location is blank. version bump.
* Add a way to view the full output from a test patch apply/revertjim-p2012-05-071-0/+15
|
* Fix the name of this field/var to more accurately reflect what it does.jim-p2012-05-071-1/+1
|
* Add a System Patches package to apply and maintain patches on a box. Should ↵jim-p2012-05-041-0/+272
make it easier to test and deliver fixes.