Commit Graph

10523 Commits

Author SHA1 Message Date
Scott Ullrich
c308730345 * Remove non-needed td and cleanup blank whitespace
* Make enable match the rest
2008-11-25 01:11:51 +00:00
Scott Ullrich
afc04d5851 remove progress bar for now. We will need to upgrade to lighttpd 1.5 for
this to work correctly.
2008-11-24 23:48:52 +00:00
Scott Ullrich
57ef369212 Turn off APC upload progress support, we're using the pecl extension
now.
2008-11-24 21:49:48 +00:00
Scott Ullrich
ac94a233ae Do not sleep, just exit 2008-11-24 04:22:39 +00:00
Scott Ullrich
af44f9c27e Correct upload completed check 2008-11-24 04:17:56 +00:00
Scott Ullrich
f525af81bb Remove non-needed \n 2008-11-24 04:05:09 +00:00
Scott Ullrich
0cf5aa69c0 Remove lighttpd files on reboot. 2008-11-24 04:01:19 +00:00
Scott Ullrich
7e9153a013 Inculde uploadprogress.so 2008-11-24 03:53:16 +00:00
Scott Ullrich
34047b62e6 Split out long html lines into blocks 2008-11-24 03:29:14 +00:00
Scott Ullrich
e1142a0c5d Even more formatting. No functional changes. 2008-11-24 03:25:17 +00:00
Scott Ullrich
f5811c1ba4 Fix missing tr, td tags 2008-11-24 03:21:40 +00:00
Scott Ullrich
ee0b88a6e2 Untangle the if / else mess 2008-11-24 03:17:33 +00:00
Scott Ullrich
8999038a6c Switch back over to upload_progress_meter now that it is a freebsd port. 2008-11-24 03:12:07 +00:00
Scott Ullrich
660b5c0405 Backout apc / cli cache 2008-11-24 02:38:33 +00:00
Scott Ullrich
77a89fb6a0 Unbreak disable / enable when rfc1867 is use 2008-11-24 02:22:08 +00:00
Scott Ullrich
0045dfd17a Rescue upload progress bar from the dead!!! OMG, Zombies! 2008-11-24 01:06:44 +00:00
Scott Ullrich
5a54464bbe Turn on apc.rfc1867 = on (upload progress bar support which is apparently)
native to APC.
2008-11-24 00:07:55 +00:00
Scott Ullrich
20bcfd8125 Turn on apc for cli 2008-11-24 00:04:16 +00:00
Scott Ullrich
e1cb970ef4 Minor text cleanups 2008-11-23 23:48:52 +00:00
Scott Ullrich
3f179a5572 * Split more code into a function
* Move all functions to top
* Wait for PHP to restart
* Really use correct rules.debug files
2008-11-23 23:46:44 +00:00
Scott Ullrich
dbec18e1d4 * Use system
* Use correct filename
2008-11-23 23:38:29 +00:00
Ermal Luçi
48d7fcbf5a There is a 'type' knob now. 2008-11-23 23:26:06 +00:00
Scott Ullrich
c4110081ca Show rule differences (rules.debug) after a sync. Handy if you have
changed filter.inc.
2008-11-23 23:07:46 +00:00
Ermal Luçi
eefa2b49b0 Remove hardcoded checks and substitute with more generic method. 2008-11-23 22:52:20 +00:00
Ermal Luçi
f699ed89d6 More fixes to the switch to the FilterIflist. 2008-11-23 22:44:45 +00:00
Ermal Luçi
4027959675 Fix System aliases. 2008-11-23 21:41:16 +00:00
Ermal Luçi
4095351687 Fix errors introduced during moving to FilterIflist array from actual functions.
Reported-by: smos@
2008-11-23 21:38:15 +00:00
Seth Mos
96ae3e8636 Multiply delay value from rrd by 1000 to get milliseconds 2008-11-23 19:02:15 +00:00
Scott Ullrich
8e90702881 Remove non-working check 2008-11-23 06:20:43 +00:00
Scott Ullrich
211dff5564 Update firmware lock (upgrade) variable 2008-11-23 06:18:36 +00:00
Scott Ullrich
0aa65a5eb9 Do not allow ro mount when an upgrade is in progress 2008-11-23 06:13:30 +00:00
Scott Ullrich
bfd1cd6b22 Minor formatting and text refinements 2008-11-23 00:11:15 +00:00
Scott Ullrich
0c15a74777 Correctly set nobackup flag 2008-11-23 00:04:03 +00:00
Scott Ullrich
eb95ba843a Output welcome banner after globals.inc is required 2008-11-23 00:00:19 +00:00
Scott Ullrich
6680b6d141 * Exclude /var/dhcpd/dev/ from backups
* Split out long excludes into shorter assignments
2008-11-22 23:59:20 +00:00
Scott Ullrich
17653781d5 Add missing exit 2008-11-22 23:55:04 +00:00
Scott Ullrich
edfde77111 Exit before upgrade, etc on failure 2008-11-22 23:54:34 +00:00
Scott Ullrich
fe92851916 Test php after cvssync. If you go backwards in time your PHP will puke.
If php pukes and a previous backup exists, just restore it.
2008-11-22 23:53:56 +00:00
Scott Ullrich
864b397664 Create a backup of the configuration prior to package installation. 2008-11-22 23:42:14 +00:00
Scott Ullrich
1b02bfb7cc Add missing / 2008-11-22 23:30:31 +00:00
Scott Ullrich
d87218810d When a new user home directory is created, copy the . (dot) root files. 2008-11-22 23:27:33 +00:00
Scott Ullrich
a18a5e6106 Remove stray " 2008-11-22 23:20:39 +00:00
Scott Ullrich
8098302a5a Unbreak javascript. 2008-11-22 23:06:34 +00:00
Scott Ullrich
886f1f6977 Mist formatting. Eliminate unneeded { and }. Format javascript.
Use / instead of </script>CVS: ----------------------------------------------------------------------
2008-11-22 23:04:34 +00:00
Scott Ullrich
095836579e Formatting part II. No functional changes. 2008-11-22 23:01:43 +00:00
Scott Ullrich
98f43e13d3 Cleanup all HTML formatting. At this point the entire file has been
reformatted.   No functional changes (yet).
2008-11-22 22:46:24 +00:00
Seth Mos
c444db249c Switch over to apinger rrd files. 2008-11-22 22:15:46 +00:00
Seth Mos
7340c126e7 Remove quality graph backend, this is now apinger territory 2008-11-22 22:03:14 +00:00
Seth Mos
ede99c94dd Reverse name fields to be compatible with current graph frontend 2008-11-22 21:59:26 +00:00
Seth Mos
1bce2729a5 Create RRD file for each gateway name, not the gateway address which can change a lot or be plain
bogus.
2008-11-22 21:54:27 +00:00