aboutsummaryrefslogtreecommitdiffstats
path: root/config/systempatches
Commit message (Collapse)AuthorAgeFilesLines
* Add the most common values as default in system patches for path strip, ↵jim-p2013-08-162-1/+5
| | | | base, and whitespace. Also bump version.
* Declare these vars global. It might help with post-upgrade auto-apply on ↵jim-p2013-07-162-1/+2
| | | | ALIX when memory is low.
* Fix column alignment.jim-p2013-05-231-1/+1
|
* Fix System Patches for NanoBSD (it was missing rw/ro remounts). Bump to 0.9, ↵jim-p2013-05-232-1/+3
| | | | call it release while we're at it, it's stable, not a beta anymore.
* Add "auto apply" bit to system patches which will attempt to apply a patch ↵jim-p2013-03-295-4/+90
| | | | during earlyshellcmd at boot time, to help patches survive across reboots and upgrades.
* Merge pull request #409 from PiBa-NL/systempatches_htmlspecialcharsJim P2013-03-151-1/+1
|\ | | | | systempatches, fix editing patch containing html code using: htmlspecialchars
| * systempatches, fix editing patch containing html code using: htmlspecialcharsPiBa-NL2013-03-151-1/+1
| |
* | update repo locationChris Buechler2013-03-111-2/+2
|/
* Fix whitespace testjim-p2013-02-171-1/+1
|
* Update HTML code in System PatchesColin Fleming2013-02-063-55/+57
| | | | | | 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-092-3/+3
| | | | if location is blank. version bump.
* Ensure we don't save DOS style newlines from the textarea.jim-p2012-05-071-1/+2
|
* Add a way to view the full output from a test patch apply/revertjim-p2012-05-072-9/+25
|
* Add an option to specify a base directory for the patchjim-p2012-05-072-4/+16
|
* Fix the name of this field/var to more accurately reflect what it does.jim-p2012-05-073-12/+12
|
* Uncomment the cleanup line here, it was disabled during debugging.jim-p2012-05-051-1/+1
|
* Add a System Patches package to apply and maintain patches on a box. Should ↵jim-p2012-05-044-0/+689
make it easier to test and deliver fixes.