summaryrefslogtreecommitdiffstats
path: root/usr/local/www/guiconfig.inc
Commit message (Collapse)AuthorAgeFilesLines
* Remoive <br>Scott Ullrich2005-07-031-1/+0
|
* Only show apply changes button if apply is in the message.Scott Ullrich2005-07-031-3/+5
|
* Consolidate Apply changes button into the info box on the right hand sideScott Ullrich2005-07-031-4/+9
|
* Break msg into its own table to protect from wrapping under iconScott Ullrich2005-07-031-11/+13
|
* Move image to the right some more.Scott Ullrich2005-07-021-1/+1
|
* Cleanup alert message.Scott Ullrich2005-07-021-5/+15
|
* * Set $d_hostsdirty_path in guiconfig.incScott Ullrich2005-06-301-0/+1
| | | | * Turn back on checking of $d_hostsdirty_path
* Merge IPsec defines from m0n0wallScott Ullrich2005-06-221-5/+6
|
* add ipsec_ca_sort()Scott Ullrich2005-06-221-1/+11
|
* Restore guiconfig.inc and remove comonly used functions.Scott Ullrich2005-06-221-10/+72
| | | | Somehow I forgot we already cleaned up this mess.
* sync w/ m0n0wallScott Ullrich2005-06-211-73/+1
|
* Import ipsec_ca_sort() from m0n0wallScott Ullrich2005-06-211-0/+10
|
* Reorder tcpflags in a more logical fashion that is for loop safeScott Ullrich2005-06-211-1/+1
|
* Initial commit of dnsmasq domain overridesScott Ullrich2005-06-141-1/+1
| | | | | | | | Submitted-to-m0n0wall-dev-by: Joe Suhre The patch adds the ability to make use of dnsmasq's --server=/domain/auth_server ARG in order to force queries for domain to a specific dns server rather then doing a full recursive query
* Don't remove preg_grep just yet.Colin Smith2005-06-111-1/+13
|
* Remove package handling from dump_clog.Colin Smith2005-06-111-26/+1
|
* Require pkg-utils.inc instead of xmlparse_pkg (and make it exclusive to ↵Colin Smith2005-06-061-3/+2
| | | | dump_clog instead of global).
* add require_once("pkg-utils.inc");Scott Ullrich2005-06-061-0/+2
|
* Don't use the package parser anymore.Colin Smith2005-06-061-1/+1
|
* corrected slight color mismatchHolger Bauer2005-06-011-1/+1
|
* Remove cURL functions.Colin Smith2005-05-301-102/+0
|
* Force package installation, even if dependency installation fails. This ↵Colin Smith2005-05-251-1/+1
| | | | addresses ticket (#100), but is a bit ugly.
* Authentication is now PHP basedBill Marquette2005-05-161-0/+4
|
* Remove more duplicate codeBill Marquette2005-05-151-0/+9
|
* Remove duplicate codeBill Marquette2005-05-151-0/+64
|
* Add support for <exclude_dependency>.Colin Smith2005-05-021-1/+3
|
* Don't attempt to get errors from the cURL handle after it's closed.Colin Smith2005-04-271-5/+0
|
* Always ignore packages.Colin Smith2005-04-271-5/+1
|
* Add an option to ignore package log entries. This has the convenient side ↵Colin Smith2005-04-271-5/+19
| | | | effect of moving package installation and deletion messages to the package log page (if it's defined) while moving them back to the main log page upon deinstallation.
* Fix formatting.Colin Smith2005-04-231-1/+1
|
* Fix package installation.Colin Smith2005-04-231-8/+18
|
* Use packages-5.4-release as our default package location, at least until I ↵Colin Smith2005-04-221-1/+1
| | | | can find a better way to determine where exactly we should be fetching a particular depend from.
* Don't forget the closing }.Colin Smith2005-04-221-0/+1
|
* Log all dependencies found but already installed.Colin Smith2005-04-221-1/+4
|
* Do not set lastseen to -1 each timeScott Ullrich2005-04-201-1/+2
|
* Do not report progress past 100%Scott Ullrich2005-04-201-1/+1
|
* $lastseen should be a global variableScott Ullrich2005-04-201-1/+1
|
* Only send javascript update messages when the percentage changes. This ↵Scott Ullrich2005-04-191-14/+8
| | | | avoids sending the clients firefox utilization to 100%
* Redirect stderr to stdout.Colin Smith2005-04-121-1/+1
|
* Clean up print_r().Colin Smith2005-04-121-1/+1
|
* Make pkg_add output more verbose to aid in debugging.Colin Smith2005-04-121-1/+1
|
* * Minor cleanup.Colin Smith2005-04-121-3/+3
| | | | * Log pkg_add output in pkg_fetch_recursive.
* *Rework package installation interface.Colin Smith2005-04-111-7/+38
| | | | | | | | * Use progress bar to indicate download progress. * Handle nested dependencies. * Handle dependencies needed by more than one package/depend (please test) * Some minor optimizations. *Add pkg_fetch_recursive().
* Move download/progress bar functions to guiconfig.inc - they'll be used in ↵Colin Smith2005-04-111-0/+64
| | | | the package installer shortly.
* If $grepfor isn't an array, make it one.Colin Smith2005-04-061-2/+1
|
* Retool dump_clog to use preg_grep instead of a shelled-out grep sequence.Colin Smith2005-04-061-19/+9
|
* Fix multiple grepping.Colin Smith2005-04-061-2/+3
|
* Support multiple "grep" statements. This should really be replaced by a ↵Colin Smith2005-04-061-5/+20
| | | | preg_match or equivalent.
* Add default argument for dump_clog's $grepfor.Colin Smith2005-04-051-1/+1
|
* Make dump_clog more versatile and move it to guiconfig.inc.Colin Smith2005-04-051-0/+28
|
OpenPOWER on IntegriCloud