summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/index.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix Redmine #6097NewEraCracker2016-05-051-1/+1
| | | | Replace '/usr/bin/grep -vi warning' with '/bin/cat'
* Merge pull request #2837 from phil-davis/weStephen Beaver2016-04-051-1/+1
| | | | (cherry picked from commit f4d13d55d7b15449780b5eb521f54d76d8279df5)
* Merge pull request #2827 from NOYB/Status_-_Remove_PersonalizationsStephen Beaver2016-04-041-1/+1
| | | | (cherry picked from commit 94463e858131f23d44bfdb72cd3c8b053cf6ed28)
* Suppress dashboard save icon until needed.Stephen Beaver2016-03-181-2/+10
|
* point css files to the new locationJared Dillard2016-03-161-1/+1
|
* Status / Dashboard - Conceal save icon when not dirty.NOYB2016-03-161-1/+5
|
* remove troubleshooting codeJared Dillard2016-03-151-2/+2
|
* Fixed #5953 Dashboard widget alignment issuesJared Dillard2016-03-151-3/+5
|
* Limit widget column to dashboardcolumnsPhil Davis2016-03-061-0/+6
| | | | | | | Stops widgets from "going missing" when the user reduces the dashboard columns in System, General Setup. If the user just lowers dashboard columns to see what happens, then increases it again, the actual column settings are preserved in the config, so the widgets go back where they were. That seems a good thing. If the user lowers dashboard columns and then also saves the dashboard, the newly-limited column settings will be saved. Forum: https://forum.pfsense.org/index.php?topic=107865.0
* Fix for but #5901NOYB2016-02-171-2/+0
| | | | Move the widgets save out of index.php jquery and into head.inc php along with it's counterpart the available widgets icon.
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-1/+1
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Improvements to the priviledge filter functionalityStephen Beaver2016-02-031-1/+1
|
* Remove Non-Existent Class - help-iconNOYB2016-01-311-1/+1
| | | | Remove non-existent help-icon class statements from index and head.
* Remove no longer needed functionStephen Beaver2016-01-251-4/+0
|
* rules -> widgetsStephen Beaver2016-01-251-1/+1
|
* TypoStephen Beaver2016-01-251-1/+1
|
* Add gettext to icon titleStephen Beaver2016-01-251-1/+1
|
* evised #5796Stephen Beaver2016-01-251-9/+10
|
* Completed #5796Stephen Beaver2016-01-251-7/+25
|
* Internationalization graph guiconfig head indexPhil Davis2016-01-211-2/+2
|
* Special Panels - Show/HideNOYB2016-01-201-2/+13
| | | | | Add configuration option to show or hide special panels. When a panel is hidden a button is displayed on the page title bar to toggle the panel display.
* Small tunning to all aspects involving widgetsNewEraCracker2016-01-181-10/+6
| | | | 1) Perform exclusion of non .inc files while reading directory. 2) Be more strict when checking for widget title. 3) We are in the PHP 5.5 age. We can convert certain pieces to anonymous functions and overall better coding.
* Improved widget sorting (case insensitive)Stephen Beaver2016-01-181-4/+5
|
* Final Fixd #5774Stephen Beaver2016-01-161-5/+3
|
* Temporarily fixed #5774Stephen Beaver2016-01-161-1/+1
|
* Revise sorting to accommodate firewall logs name (logs)Stephen Beaver2016-01-151-1/+6
|
* Consistent panel-heading h2Phil Davis2016-01-141-19/+23
| | | | | | Make all the panel-heading uses also have consistent <h2 class="panel-title"> so they all display the same size. Forum https://forum.pfsense.org/index.php?topic=105275.0
* Sort the Available Widgets before displayStephen Beaver2016-01-131-23/+6
| | | | Remove unused modal
* print_info_box successPhil Davis2016-01-081-1/+2
| | | | | | | | | | | | In most situations we want the print_info_box() of $savemsg to be 'success'. If there was some problem saving, then it can be 'warning'. These are a few places I have found so far that need this sort of fixing up - more to come but sleep calls just now! I made the change to index.php also to be consistent with the others, even though it does not actually change anything "for real" because 'warning' is the default anyway. It will make it easy for people in future to see that is the case, specially if they are adding other $savemsg things that need to be 'success'.
* Fixed #5659Stephen Beaver2015-12-181-0/+10
|
* Fixed #5653Stephen Beaver2015-12-181-4/+5
| | | | | Removed bogus code that forced system information to be first in the list Added JS to always add system_information to col 1
* Merge pull request #2265 from phil-davis/r017Stephen Beaver2015-12-171-7/+6
|\
| * Use different var name looping through columnsPhil Davis2015-12-171-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is some problem with the var $i getting reset somehow somewhere related to the include of each widget PHP code. I found that this was doing $i = 1, $i = 2 and then $i = 2 again and I got fatal errors because each widget code was being included twice. Crash report begins. Anonymous machine information: amd64 10.2-STABLE FreeBSD 10.2-STABLE #245 1b7c029(devel): Mon Dec 14 04:17:47 CST 2015 root@pfs23-amd64-builder:/usr/home/pfsense/pfsense/tmp/obj/usr/home/pfsense/pfsense/tmp/FreeBSD-src/sys/pfSense Crash report details: PHP Errors: [17-Dec-2015 10:10:50 Asia/Kathmandu] PHP Fatal error: Cannot redeclare getServerDateItems() (previously declared in /usr/local/www/widgets/widgets/ntp_status.widget.php:64) in /usr/local/www/widgets/widgets/ntp_status.widget.php on line 64 [17-Dec-2015 10:10:50 Asia/Kathmandu] PHP Stack trace: [17-Dec-2015 10:10:50 Asia/Kathmandu] PHP 1. {main}() /usr/local/www/index.php:0 [17-Dec-2015 10:10:53 Asia/Kathmandu] PHP Fatal error: Cannot redeclare getServerDateItems() (previously declared in /usr/local/www/widgets/widgets/ntp_status.widget.php:64) in /usr/local/www/widgets/widgets/ntp_status.widget.php on line 64 [17-Dec-2015 10:10:53 Asia/Kathmandu] PHP Stack trace: [17-Dec-2015 10:10:53 Asia/Kathmandu] PHP 1. {main}() /usr/local/www/index.php:0 [17-Dec-2015 10:11:27 Asia/Kathmandu] PHP Fatal error: Cannot redeclare getServerDateItems() (previously declared in /usr/local/www/widgets/widgets/ntp_status.widget.php:64) in /usr/local/www/widgets/widgets/ntp_status.widget.php on line 64 [17-Dec-2015 10:11:27 Asia/Kathmandu] PHP Stack trace: [17-Dec-2015 10:11:27 Asia/Kathmandu] PHP 1. {main}() /usr/local/www/index.php:0
* | Merge pull request #2266 from ↵Stephen Beaver2015-12-171-1/+1
|\ \ | | | | | | | | | NOYB/HTML_Compliance_-_Dashboard_-_Widget_Config_Panel
| * | HTML Compliance - Dashboard - Widget Config PanelNOYB2015-12-161-1/+1
| |/ | | | | | | | | | | | | | | Bad value #widget-system_information .panel-footer for attribute href on element a: Illegal character in fragment: not a URL code point. Fix the widget config/wrench icon href. Add matching widgetname id tag to widgets configuration panel div element. Note: Thermal Sensors widget config panel already had a different id tag. Couldn't find anything that referenced it though. If that is correct then it should be safe to change it to widgetname to be consistent with the other widgets.
* | HTML Compliance - DashboardNOYB2015-12-161-7/+7
|/ | | | | | | | | Rename duplicate id's. Fix available widgets collapsible section href with id. Where obsolete replace name attribute with id. The .panel-footer requires mod to the widgets with config options. So will submit separate commit so it can be handled independently. Bad value #widget-system_information .panel-footer for attribute href on element a: Illegal character in fragment: not a URL code point.
* Code style index.phpPhil Davis2015-12-171-4/+5
| | | Couple of little bits here.
* Further refinement to widget configStephen Beaver2015-12-161-1/+1
|
* Fixed the broken widget config action (again)Stephen Beaver2015-12-161-1/+1
|
* no longer usedJared Dillard2015-12-161-1/+0
|
* fixed issue where if all widgets were in col2, no col1 was createdJared Dillard2015-12-161-41/+44
|
* Reverted commit 677d8bdfebace3321da677a57a0756a27332d505, PR 2218Stephen Beaver2015-12-161-12/+11
| | | | because it broke all of the widget configuration actions.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style g-iPhil Davis2015-12-151-20/+22
|
* HTML Compliance - DashboardNOYB2015-12-131-10/+10
| | | | | | | | HTML compliance (aside from the active widgets). Rename duplicate id's. Fix available widgets collapsible section href with id. Where obsolete replace name attribute with id.
* Use the _title var to make the widget titlePhil Davis2015-12-101-29/+40
| | | | | | | | | | Each widget has an include file that already has the required widget title in a var like $dyn_dns_status_title $carp_status_title etc. Use that var to set the displayed title of the widget, rather than the stuff that was capitalizing the file name and then having a list of special cases... This meant the loop that includes the widget include files had to be moved higher up in the code.
* Added status page links to widget titlesStephen Beaver2015-12-081-3/+14
|
* remove commentJared Dillard2015-12-011-1/+0
|
* add option to choose number of dashboard columnsJared Dillard2015-12-011-5/+17
|
* Experimental changes to Form_Section() to allow the panel to be made ↵Stephen Beaver2015-12-011-34/+1
| | | | | | collapsable in the same way that dashboard widgets are. Currently used on diag_logs_filter.php ONLY
OpenPOWER on IntegriCloud