Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Internationalization of various status*.php | Phil Davis | 2016-01-27 | 1 | -3/+3 |
| | |||||
* | add call 'gettext' function in the status menu files | bruno | 2016-01-22 | 1 | -3/+3 |
| | |||||
* | Fixed #5789 | Stephen Beaver | 2016-01-21 | 1 | -9/+9 |
| | |||||
* | All simple php echo to short | NewEraCracker | 2016-01-14 | 1 | -2/+2 |
| | | | | Short version is far more used than long php echo. This brings all code to same standard where possible. | ||||
* | Convert short open tags to full tags | NewEraCracker | 2016-01-07 | 1 | -2/+2 |
| | | | | | | Short open tag is discouraged since it is only available if enabled See https://secure.php.net/manual/en/language.basic-syntax.phptags.php | ||||
* | Add back display description option for status_graph | Phil Davis | 2016-01-04 | 1 | -0/+1 |
| | | | | | | | | | The code that provides the data for this is already in bandwidth_by_ip.php in both 2.2.* and master 2.3. The description option is in the Display dropdown list in 2.2.*, but it got missed in the bootstrap conversion and integration process. With just this 1-line addition the Display Description option can be selected and works. | ||||
* | Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵ | Renato Botelho | 2015-12-15 | 1 | -3/+0 |
| | | | | was the reason they were added, it was never finished and it's not being used | ||||
* | Code style status* | Phil Davis | 2015-12-15 | 1 | -8/+11 |
| | |||||
* | 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. | ||||
* | Added use of class autoloading (GUI stuff only) | Doug Wollison | 2015-11-23 | 1 | -2/+0 |
| | | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader. | ||||
* | fix Bug #5410 | heper | 2015-11-11 | 1 | -1/+1 |
| | |||||
* | Eliminate a few more cases of $config['ipsec']['enable']. | Luiz Otavio O Souza | 2015-11-10 | 1 | -4/+3 |
| | | | | Mostly when dealing with enc0 interface. | ||||
* | 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 |
| | |||||
* | Copyright updates Batch 2 of 3 | Stephen Beaver | 2015-11-06 | 1 | -29/+53 |
| | |||||
* | Moved action-buttons in-line styling to pfSense.css | Stephen Beaver | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | bootstrap, use require_once for classes/Form.class.php | PiBa-NL | 2015-08-31 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into bootstrap | Renato Botelho | 2015-08-26 | 1 | -224/+135 |
| | |||||
* | Move main pfSense content to src/ | Renato Botelho | 2015-08-25 | 1 | -0/+352 |