summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/index.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+3
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Completed #5499Stephen Beaver2015-11-201-9/+3
|
* Redmine #5492 case of acronyms in widget namesPhil Davis2015-11-201-0/+7
| | | | | | | | | | I am not sure how else to do this. If someone in future writes a widget about "Smart Carp" (an intelligent species of fish) then it will get turned into "SMART CARP". The other strings are not English words, or parts of English words, so not likely to be matched wrongly in future. Note 1: The redmine issue also mentions changing "Dyn DNS Status" to "Dynamic DNS Status". For that reason I put a special entry to change any "dyn dns" to "Dynamic DNS". I also put the "dns" to "DNS" in case there are ever any other occurrences of "dns" in other widget names that would need to be changed to "DNS". Note 2: "gmirror" to "gmirror" is not a mistake. str_ireplace() is case-insensitive. So this will replaces stuff like "Gmirror" with "gmirror". Note 3: None of this stuff has gettext() translation support. But it did not in 2.2.* either. That is something else for future thought - how to take text that is generated from file names found at run-time and give translators a chance to translate it.
* Fix widgetname variablesPhil Davis2015-11-201-3/+3
| | | | These were wrong. But actually I don't think any widgets use this mechanism of $config['widgets']['mywidget-config'] - they seem to do their own thing making names for the keys they use in $config['widgets'] to store their settings. So I didn't find anything actually broken because of this.
* Ticket #5470 fix dashboard breadcumbsJared Dillard2015-11-191-1/+1
|
* Completed #5470Stephen Beaver2015-11-191-1/+1
|
* Fix icon in dashboardStephen Beaver2015-11-181-1/+1
|
* DEBUG code for Redmine: 5463Stephen Beaver2015-11-181-1/+6
|
* Ticket #5471 another convert batch to font-awesome iconsJared Dillard2015-11-181-12/+12
|
* Move the widget icons back to the rightStephen Beaver2015-11-181-2/+2
|
OpenPOWER on IntegriCloud