summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/index.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixed #5463Stephen Beaver2015-11-171-3/+3
|
* Make the display of hardware crypto information more reliable at least for ↵Luiz Otavio O Souza2015-11-101-2/+3
| | | | | | AESNI. Issue: #4911
* Copyright and license cleanupRenato Botelho2015-11-091-2/+2
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-1/+3
|
* Remove unnecessary functions verify_all_package_servers() and ↵Renato Botelho2015-10-201-5/+0
| | | | check_package_server_ssl()
* Further refinement to #5223Stephen Beaver2015-10-071-3/+7
| | | | Prevent "Store widget configutation" button from apeparing when opening/closing the available widgets panel.
* Comment fixStephen Beaver2015-10-071-2/+2
|
* Fixed #5280Stephen Beaver2015-10-071-3/+9
|
* update widget header color and fix collapse toggleJared Dillard2015-10-061-10/+12
|
* Fixed #5236Stephen Beaver2015-10-021-7/+37
|
* Fixed #5234Stephen Beaver2015-10-021-1/+1
| | | | Javascript Base64 class was MIA
* improve spacing for non form panelsJared Dillard2015-10-011-0/+4
|
* Use product_name global variable in more placesRenato Botelho2015-09-301-1/+1
|
* Corrected page title (which was using incorect PHP format)Stephen Beaver2015-09-301-1/+1
|
* Corrected logo hyperlinkStephen Beaver2015-09-301-40/+42
| | | | Changed Jumbotron font to white so you can actually read the text
* To not try to include files that don't existRenato Botelho2015-09-151-1/+7
|
* Fix comment styleRenato Botelho2015-09-151-1/+1
|
* head.inc modal notices display now calls index.php via ajax to clear any ↵Stephen Beaver2015-09-091-3/+2
| | | | pending notices
* index.php code formatPhil Davis2015-09-041-14/+14
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-612/+248
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+799
OpenPOWER on IntegriCloud