summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix display of widgets with configuration controls in IE. From Gertjan on ↵jim-p2012-04-301-3/+4
| | | | the forum. See http://forum.pfsense.org/index.php/topic,42977.0.html
* Adding dashboard hookScott Ullrich2011-07-181-0/+2
|
* Revert "Add php errors (non warnings) to the crash reporter"Scott Ullrich2011-07-041-7/+2
| | | | This reverts commit cb61dad8ab812a3740648dc0e3f4b74959713ef3.
* Add php errors (non warnings) to the crash reporterScott Ullrich2011-07-041-2/+7
|
* Add a global g option named disablecrashreporter which defaults to false for ↵Scott Ullrich2011-02-071-10/+12
| | | | rebrands
* Fix check to ignore minfree (and the rest of $skip_files)jim-p2011-02-071-4/+2
|
* Move routine under includes. Simplify the file skip checkScott Ullrich2011-02-061-18/+15
|
* s/We have/product name has/Scott Ullrich2011-02-061-1/+1
|
* Fix typoScott Ullrich2011-02-061-1/+1
|
* Simplify message for crash reportsScott Ullrich2011-02-061-1/+1
|
* Simplify message for crash reportsScott Ullrich2011-02-061-1/+1
|
* Set a savemsg when a crash report exists and show across top instead of ↵Scott Ullrich2011-02-061-4/+6
| | | | redirecting
* Ignore minfree fileScott Ullrich2011-02-061-0/+2
|
* Correctly detect amount of files in /var/crashScott Ullrich2011-02-061-1/+11
|
* Redirect to crash reporter if a crash exists for processing. The crash ↵Scott Ullrich2011-02-061-0/+8
| | | | reporter will either upload the data per the operators consent and or delete the data afterwards and redirect back.
* Only unlink /conf/needs_package_sync if no packages are installed, otherwise ↵Erik Fonnesbeck2010-12-301-4/+5
| | | | leave it to the package manager to take care of it.
* Move unlink back to the correct line.Erik Fonnesbeck2010-12-301-1/+1
|
* Undo last commit. Need to add an additional check for opackage count == 0Scott Ullrich2010-12-271-0/+1
|
* Unlink needs_package_sync after one pkg has installed OK which means that ↵Scott Ullrich2010-12-271-1/+0
| | | | our internet connection is up.
* Turn off csrf for dashboardScott Ullrich2010-12-211-0/+3
|
* Set page title to Status: Dashboard for consistencyScott Ullrich2010-11-301-1/+1
|
* Make the change here, too.Erik Fonnesbeck2010-10-291-2/+2
|
* Update this text to match the current default.Erik Fonnesbeck2010-10-101-1/+1
|
* Replace hard coded pfSense with product_name.Warren Baker2010-10-101-1/+1
|
* Fixing gettext calls on index.phpCarlos Eduardo Ramos2010-08-101-1/+1
|
* Fix gettext implementation on index.phpCarlos Eduardo Ramos2010-08-021-1/+1
|
* Fix gettext implementation on index.phpCarlos Eduardo Ramos2010-08-021-8/+8
|
* Implement gettext() calls on index.phpRafael Lucas2010-08-011-10/+10
|
* Revert "Implemment gettext() calls"Renato Botelho2010-06-301-1/+1
| | | | | | | | | This reverts commit 7502ef0a698a49d9652cd3616447eb717cba707d. A lot of mistakes Conflicts: usr/local/www/firewall_nat.php
* Implemment gettext() callsJeann2010-06-291-1/+1
|
* We should still delete this file if it's found, or the GUI can go into an ↵jim-p2010-06-191-0/+3
| | | | infinite loop reinstalling packages. Fixes #678
* If packages are reinstalled during bootup than there is no need to reinstall ↵Ermal2010-06-181-3/+0
| | | | them again during GUI login.
* Properly match SafeNet crypto cards. See ↵jim-p2010-06-161-1/+1
| | | | http://forum.pfsense.org/index.php/topic,26056.0.html
* Show when Padlock is activeScott Ullrich2010-06-021-1/+1
|
* Fix widget settings in general. Initialize widget list before use. Fixes #285.jim-p2010-05-061-35/+36
|
* Reinstall packages even on nanobsd.Ermal Luçi2010-03-081-2/+2
|
* Fix typojim-p2010-02-151-1/+1
|
* Link to javascript file instea of including it on every request saving WAN ↵Scott Ullrich2010-02-071-4/+5
| | | | bandwidth
* Stop using the inline output function to include javascript and css files. ↵Scott Ullrich2010-02-061-4/+6
| | | | Even with this function speeding up embedded installs it slows down all installation via WAN links since it is loading so much data on every request.
* Do not output prototype.js twiceScott Ullrich2009-12-311-1/+0
|
* Adding smtp auth support for notifications. Requested-by: pmi@bluegrass.netScott Ullrich2009-12-311-1/+1
|
* Lower buffer to 1000. This reduces page load from 1.2 to 0.9sullrich2009-12-031-1/+1
|
* Increase buffer to 500000sullrich2009-12-031-1/+1
|
* Rework includes a bitsullrich2009-12-031-2/+1
|
* Make item a globalsullrich2009-12-031-1/+2
|
* Include priv.incsullrich2009-12-031-0/+1
|
* Formatting cleanups. Increase buffer sizesullrich2009-12-021-10/+2
|
* Default to only system information and interfaces widgets. This reduces ↵Scott Ullrich2009-11-211-0/+6
| | | | load time on RSPRO from 9+ seconds to 2.5
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-5/+2
| | | | Simplify get_memory(). Tested on mips/i386
* Instead of showing just <AES for Hardware crypto show the entire supported ↵Scott Ullrich2009-10-191-1/+1
| | | | family. EX: o AES-CBC,SHA1,SHA256
OpenPOWER on IntegriCloud