Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove comment | Jared Dillard | 2015-12-01 | 1 | -1/+0 |
| | |||||
* | add option to choose number of dashboard columns | Jared Dillard | 2015-12-01 | 1 | -5/+17 |
| | |||||
* | Experimental changes to Form_Section() to allow the panel to be made ↵ | Stephen Beaver | 2015-12-01 | 1 | -34/+1 |
| | | | | | | collapsable in the same way that dashboard widgets are. Currently used on diag_logs_filter.php ONLY | ||||
* | Type up SCRIPT tags | Colin Fleming | 2015-11-29 | 1 | -1/+3 |
| | |||||
* | Calling all of these "Page" in the privilege name is redundant since they ↵ | jim-p | 2015-11-25 | 1 | -1/+1 |
| | | | | are all pages and the "WebCfg" prefix implies they are pages. | ||||
* | Completed #5499 | Stephen Beaver | 2015-11-20 | 1 | -9/+3 |
| | |||||
* | Redmine #5492 case of acronyms in widget names | Phil Davis | 2015-11-20 | 1 | -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 variables | Phil Davis | 2015-11-20 | 1 | -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 breadcumbs | Jared Dillard | 2015-11-19 | 1 | -1/+1 |
| | |||||
* | Completed #5470 | Stephen Beaver | 2015-11-19 | 1 | -1/+1 |
| | |||||
* | Fix icon in dashboard | Stephen Beaver | 2015-11-18 | 1 | -1/+1 |
| | |||||
* | DEBUG code for Redmine: 5463 | Stephen Beaver | 2015-11-18 | 1 | -1/+6 |
| | |||||
* | Ticket #5471 another convert batch to font-awesome icons | Jared Dillard | 2015-11-18 | 1 | -12/+12 |
| | |||||
* | Move the widget icons back to the right | Stephen Beaver | 2015-11-18 | 1 | -2/+2 |
| | |||||
* | Fixed #5463 | Stephen Beaver | 2015-11-17 | 1 | -3/+3 |
| | |||||
* | Make the display of hardware crypto information more reliable at least for ↵ | Luiz Otavio O Souza | 2015-11-10 | 1 | -2/+3 |
| | | | | | | AESNI. Issue: #4911 | ||||
* | Copyright and license cleanup | Renato Botelho | 2015-11-09 | 1 | -2/+2 |
| | | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces | ||||
* | EOL whitespace and header consistency for www | Phil Davis | 2015-11-09 | 1 | -1/+0 |
| | |||||
* | Correction per Phil Davis | Stephen Beaver | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | First batch of copyright updates | Stephen Beaver | 2015-11-05 | 1 | -1/+3 |
| | |||||
* | Remove unnecessary functions verify_all_package_servers() and ↵ | Renato Botelho | 2015-10-20 | 1 | -5/+0 |
| | | | | check_package_server_ssl() | ||||
* | Further refinement to #5223 | Stephen Beaver | 2015-10-07 | 1 | -3/+7 |
| | | | | Prevent "Store widget configutation" button from apeparing when opening/closing the available widgets panel. | ||||
* | Comment fix | Stephen Beaver | 2015-10-07 | 1 | -2/+2 |
| | |||||
* | Fixed #5280 | Stephen Beaver | 2015-10-07 | 1 | -3/+9 |
| | |||||
* | update widget header color and fix collapse toggle | Jared Dillard | 2015-10-06 | 1 | -10/+12 |
| | |||||
* | Fixed #5236 | Stephen Beaver | 2015-10-02 | 1 | -7/+37 |
| | |||||
* | Fixed #5234 | Stephen Beaver | 2015-10-02 | 1 | -1/+1 |
| | | | | Javascript Base64 class was MIA | ||||
* | improve spacing for non form panels | Jared Dillard | 2015-10-01 | 1 | -0/+4 |
| | |||||
* | Use product_name global variable in more places | Renato Botelho | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | Corrected page title (which was using incorect PHP format) | Stephen Beaver | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | Corrected logo hyperlink | Stephen Beaver | 2015-09-30 | 1 | -40/+42 |
| | | | | Changed Jumbotron font to white so you can actually read the text | ||||
* | To not try to include files that don't exist | Renato Botelho | 2015-09-15 | 1 | -1/+7 |
| | |||||
* | Fix comment style | Renato Botelho | 2015-09-15 | 1 | -1/+1 |
| | |||||
* | head.inc modal notices display now calls index.php via ajax to clear any ↵ | Stephen Beaver | 2015-09-09 | 1 | -3/+2 |
| | | | | pending notices | ||||
* | index.php code format | Phil Davis | 2015-09-04 | 1 | -14/+14 |
| | |||||
* | Merge branch 'master' into bootstrap | Renato Botelho | 2015-08-26 | 1 | -612/+248 |
| | |||||
* | Move main pfSense content to src/ | Renato Botelho | 2015-08-25 | 1 | -0/+799 |