summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/guiconfig.inc
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused var in get_std_save_messagePhil Davis2016-01-071-1/+0
| | | $d_sysrebootreqd_path seems to be a leftover from some ancient group of global $d_* vars that are no longer used.
* Fixup AJAX stuff so dynamic updating works.NOYB2016-01-041-0/+18
| | | | Move getGETPOSTsettingvalue function to be more centrally located in guiconfig.inc.
* Use Bootstraps text alignment classesColin Fleming2015-12-191-2/+2
| | | | | As per "http://getbootstrap.com/css/#type-alignment", use CLASS statement instead in inline STYLE statement (much tidier)
* Nuke fifolog support. It was never used or fully implemented, no GUI option, ↵jim-p2015-12-171-68/+9
| | | | | | and didn't end up working out. It buffered writes too long, users could never see the most current log data.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style g-iPhil Davis2015-12-151-30/+45
|
* Set language early on a common place included everywhere. This fix some tar ↵Renato Botelho2015-12-141-9/+0
| | | | warnings 'Failed to set locale'
* Don't allow log specific setting to override grepreverse option.NOYB2015-12-111-2/+2
|
* Status - System Logs - Manage LogNOYB2015-12-111-0/+10
| | | | | | | Build up th manage log section with options to override the "General Logging Options" settings on an individual log basis. Remove over exuberant gettext's. Set/adjust filter form field widths to be better fitting for the field types. Open/Close filter form based on filtering state.
* Merge branch 'Status-System_Logs-Firewall-Filter' of ↵Stephen Beaver2015-12-041-0/+3
|\ | | | | | | | | | | | | | | | | | | | | https://github.com/NOYB/pfsense * 'Status-System_Logs-Firewall-Filter' of https://github.com/NOYB/pfsense: Revert "gettext it up" gettext it up Src & Dst port fields as number breaks regex. Fix filter button. Status-System Logs-Firewall-Filter
| * Status-System Logs-Firewall-FilterNOYB2015-12-021-0/+3
| | | | | | | | | | | | | | Spruce it up. Use the cool filter button. Use the cool clear button. Add no logs to display notice.
* | fix #5591heper2015-12-031-3/+2
|/
* Tidy up Boolean operators for HTML5Colin Fleming2015-11-291-2/+2
| | | | | Remove the XHTML standard Boolean operators (makes reading HTML much simpler).
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-6/+2
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Remove layer7 components. Ticket #5508Chris Buechler2015-11-201-3/+0
|
* remove old function callJared Dillard2015-11-201-13/+0
|
* added support flash messagesbruno2015-11-191-0/+15
|
* System update settings UI implementedStephen Beaver2015-11-181-1/+1
|
* Ticket #5471 partial convert to font-awesome fontsJared Dillard2015-11-171-1/+1
|
* proposed fix Bug #5433heper2015-11-131-1/+1
|
* Fixed #5433Stephen Beaver2015-11-121-1/+1
|
* Fixed #5395Stephen Beaver2015-11-091-4/+5
|
* Try to use default timezone from globals.inc when possible. Stop setting ↵Renato Botelho2015-11-091-2/+7
| | | | timezone on pkg_mgr_installed.php
* Fixed #5385Stephen Beaver2015-11-071-8/+17
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-1/+3
|
* Completed #5356Stephen Beaver2015-10-291-2/+1
| | | | Refactor row toggle javascript
* Fixed #5333Stephen Beaver2015-10-231-1/+2
|
* Rework the way GUI reads packages tabs, it fixes #5311Renato Botelho2015-10-221-15/+15
|
* Remove more references to theme, ticket #5333Renato Botelho2015-10-221-15/+0
|
* Fixed #5286Stephen Beaver2015-10-081-1/+22
| | | | COnverted pop-up format to table and added description
* Fixed #5282Stephen Beaver2015-10-071-3/+3
|
* Fixed #5282Stephen Beaver2015-10-071-2/+2
|
* Fixed #5233Stephen Beaver2015-10-021-2/+0
|
* Improved styling of page title prevents spurious underlineStephen Beaver2015-10-011-2/+2
|
* Page title now hyperlink to pageStephen Beaver2015-10-011-2/+2
|
* Fixed 5225Stephen Beaver2015-10-011-42/+48
|
* Retire PPTP server, fixes #4226:Renato Botelho2015-09-151-1/+1
| | | | | | | - Remove PPTP server and all related code - Bump config version 12.2 - Write upgrade config code to remove pptpd section and also cleanup firewall and NAT rules using PPTP interface or src/des
* bootstrap www gh minor editsPhil Davis2015-09-021-15/+15
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-257/+225
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+1252
OpenPOWER on IntegriCloud