aboutsummaryrefslogtreecommitdiffstats
path: root/config/systempatches
Commit message (Collapse)AuthorAgeFilesLines
* Make sure config item is an array before try to foreach. Bump version 1.0.8Renato Botelho2015-11-162-1/+6
|
* systempatches - make fetch work if pfsense is behind proxy (fixes Bug #4369)doktornotor2015-11-121-1/+14
|
* Fixes #5000:Renato Botelho2015-09-182-1/+7
| | | | | | - Detect new pfSense repo structure, where files that were present on / in the past now lie in /src, and automatically set pathstrip to 2 - Bump package version to 1.0.6
* systempatches - some code style cosmeticsdoktornotor2015-08-111-1/+3
| | | - Fix copyright header; add missing space.
* systempatches - some code style cosmeticsdoktornotor2015-08-111-9/+11
| | | | - Fix copyright header - Some XHTML fixes
* systempatches - some code style cosmeticsdoktornotor2015-08-111-2/+3
| | | | - Fix copyright header - Switch GitHub to HTTPS.
* systempatches - some code style cosmeticsdoktornotor2015-08-111-14/+12
| | | Fix copyright header and nuke pointless tags.
* Systen Patches package code stylePhil Davis2015-08-064-138/+175
|
* 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-142-2/+2
| | | | nothing). Fixes #4215
* Change style of call for pre-2.1 call-time pass-by-reference in System ↵jim-p2014-05-082-2/+2
| | | | Patches (thanks-to: garga), bump.
* Missed this character somehowjim-p2014-05-071-1/+1
|
* Fix call-time pass-by-reference in System Patches, bump versionjim-p2014-05-072-2/+6
|
* Fixup URLs:Renato Botelho2014-03-181-4/+4
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* 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.