summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
Commit message (Collapse)AuthorAgeFilesLines
* No need to treat PHP errors as a crash on -RELEASE for now.jim-p2013-09-101-5/+0
|
* Remove remaining hardcoded theme namesRenato Botelho2013-07-171-2/+2
|
* Fix whitespace and indentRenato Botelho2013-05-211-133/+133
|
* Remove if statementCharlie Marshall2013-05-181-1/+1
|
* No need to set nocsrf from my testingErmal2013-03-211-4/+1
|
* Tidy up HTML errors in INDEX.PHPColin Fleming2013-02-211-43/+40
| | | | | | | | | | | Without any "widgets" selected, INDEX.PHP (i.e. the "dashboard") produces 230+ HTML errors, so: Remove the "closehead" php variable Close INPUT, BR and IMG tags Add ALT parameter to IMG tags Add CDATA sections to SCRIPT tags Heading tags cannot contain DIV tags
* Fix build list of widgetsRenato Botelho2013-01-171-0/+3
| | | | | Only consider files ending in ".php" to restrict widgets and avoid load wrong files. It should fix #2761
* improve alias popup in firewall_rulesCharlie Root2012-06-161-1/+4
| | | | | | | | include url_table list up to 10000 items read alias only on mouseover use table to list columns show edit shortcut show total items value on popup description
* Generalize the Crypto hardware option and add GUI support for AES-NI.jim-p2012-06-121-1/+7
|
* convert menu alerts/notices to jquery + domttMarcello Coutinho2012-06-081-6/+9
|
* Show the PHP errors reported on the index page in the crash report so users ↵jim-p2011-11-231-1/+1
| | | | are not confused by an empty report screen. Include them in the report and also clear them after sending.
* Fix display of widgets with configuration controls in IE. From Gertjan on ↵jim-p2011-11-211-3/+4
| | | | the forum. See http://forum.pfsense.org/index.php/topic,42977.0.html
* Converting from scriptaculous to jQueryVinicius Coque2011-11-161-52/+45
| | | | Adding jQuery UI, so now we can use effects and widgets provided by this library and remove scriptaculous code. Building the dashboard using the widget jQuery UI sortable
* Use jQuery fadeout effectVinicius Coque2011-09-271-3/+4
|
* Convert dashboard ajax code from Prototype to jQueryVinicius Coque2011-09-271-7/+10
|
* Adding dashboard hookScott Ullrich2011-07-181-0/+2
|
* Revert "Revert "Add php errors (non warnings) to the crash reporter""Scott Ullrich2011-07-041-2/+7
| | | | This reverts commit eac584f3b61de3513baf54633d9a9b854ff6eb03.
* 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
|
OpenPOWER on IntegriCloud