Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Required fields in diagnostics | Phil Davis | 2017-01-30 | 1 | -1/+1 |
| | | | | (cherry picked from commit 3e2028f4dca359e715058d2c35ae0df5b939657e) | ||||
* | Remaining required fields for Diag pages | Phil Davis | 2017-01-30 | 1 | -2/+2 |
| | | | | (cherry picked from commit fe54f09154f4116ceea6897bff54a624f1eb63bc) | ||||
* | Move copyright from ESF to Netgate | Renato Botelho | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | Review license / copyright on all files (final round) | Renato Botelho | 2016-07-15 | 1 | -44/+43 |
| | |||||
* | Diagnostics - Menu - Punctuation | NOYB | 2016-04-26 | 1 | -2/+2 |
| | | | | | | Clean up some punctuation. (cherry picked from commit 3728bbe5a5340a770ebe3feb526485c28888cdde) | ||||
* | replace apparently pointless function in 2 files | stilez | 2016-03-21 | 1 | -13/+1 |
| | | | | | Code loops through all return values of get_possible_traffic_source_addresses(true) to create a list of key=>descript list, but the original function returned exactly such a list anyhow with no other data associated with the keys. So the code seems pointless as it replicates exactly the original return value from possible_traffic_source_addresses(). A quick search shows the rewritten code in this PR is already used in diag_testport.php line 287 and status_logs_settings.php line 356 (repo search: https://github.com/pfsense/pfsense/search?utf8=%E2%9C%93&q=get_possible_traffic_source_addresses ) | ||||
* | Revert "Merge pull request #2728 from phil-davis/form_button" | Renato Botelho | 2016-03-15 | 1 | -1/+1 |
| | | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f. | ||||
* | Internationalize Form_Button text | Phil Davis | 2016-03-11 | 1 | -1/+1 |
| | | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones. | ||||
* | Bring some consistency to the way most buttons are displayed (color, icons, ↵ | jim-p | 2016-03-09 | 1 | -1/+9 |
| | | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons. | ||||
* | add call gettext function for translate | bruno | 2016-01-21 | 1 | -1/+1 |
| | |||||
* | Internationalization batch 1 | Phil Davis | 2016-01-16 | 1 | -2/+2 |
| | |||||
* | Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵ | Renato Botelho | 2015-12-15 | 1 | -5/+0 |
| | | | | was the reason they were added, it was never finished and it's not being used | ||||
* | Code style usr local www a-e | Phil Davis | 2015-12-14 | 1 | -6/+10 |
| | |||||
* | 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. | ||||
* | For Diag > Ping and Diag > Traceroute, only perform the action on POST, not ↵ | jim-p | 2015-11-11 | 1 | -7/+6 |
| | | | | by following a link/GET. Fixes #5400 | ||||
* | fix Bug #5400 | heper | 2015-11-11 | 1 | -2/+4 |
| | |||||
* | Diag review | Phil Davis | 2015-11-09 | 1 | -2/+2 |
| | |||||
* | Fixed #5382 | Stephen Beaver | 2015-11-07 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Fixed #5267 | Stephen Beaver | 2015-10-06 | 1 | -57/+49 |
| | |||||
* | Merge with bootstrap | Phil Davis | 2015-09-03 | 1 | -1/+1 |
|\ | |||||
| * | bootstrap, use require_once for classes/Form.class.php | PiBa-NL | 2015-08-31 | 1 | -1/+1 |
| | | |||||
* | | bootstrap usr/local/www a to e minor edits | Phil Davis | 2015-08-31 | 1 | -3/+3 |
|/ | |||||
* | Merge branch 'master' into bootstrap | Renato Botelho | 2015-08-26 | 1 | -142/+168 |
| | |||||
* | Move main pfSense content to src/ | Renato Botelho | 2015-08-25 | 1 | -0/+202 |