Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3695 from phil-davis/refactor_if_list_functions | Renato Botelho | 2017-04-20 | 1 | -1/+1 |
|\ | |||||
| * | Refactor get_configured_interface_list remove unused parameter | Phil Davis | 2017-04-16 | 1 | -1/+1 |
| | | |||||
* | | Refactor update_alias_names_upon_change | Phil Davis | 2017-04-16 | 1 | -10/+1 |
|/ | |||||
* | Add reasons to write_config() calls | doktornotor | 2017-03-05 | 1 | -3/+3 |
| | |||||
* | Remove useless add_base_packages_menu_items() function | doktornotor | 2017-03-05 | 1 | -35/+0 |
| | | | Not really sure what was the idea 7+ years ago, but the code just doesn't make sense now. | ||||
* | Merge pull request #3486 from phil-davis/diag-backup | Renato Botelho | 2017-02-07 | 1 | -8/+8 |
|\ | |||||
| * | diag_backup do not use button text for comparisons | Phil Davis | 2017-02-06 | 1 | -8/+8 |
| | | |||||
* | | Remove unused restore_ver from diag_backup | Phil Davis | 2017-02-06 | 1 | -14/+0 |
|/ | | | I cannot see where this is used any more. The functionality seems to now be done in diag_confbak | ||||
* | Merge pull request #3369 from phil-davis/breadcrumbs_detail | Renato Botelho | 2017-01-11 | 1 | -0/+1 |
|\ | |||||
| * | Breadcrumb links | Phil Davis | 2017-01-10 | 1 | -0/+1 |
| | | |||||
* | | Add security notes for privilege assignment pages | Phil Davis | 2017-01-02 | 1 | -0/+1 |
|/ | | | | Suggested solution for Redmine 2247 | ||||
* | Remove all calls to conf_mount_r* functions | Renato Botelho | 2016-10-12 | 1 | -6/+0 |
| | |||||
* | Simplify icmp conversion | stilez | 2016-09-13 | 1 | -43/+4 |
| | | | pprior code "converts" every icmp type - of which only 3 actually get changed (rest keep same value anyhow!). If also uses a SWITCH {} construct rather than lookup + foreach, which is longer and less efficient. | ||||
* | Move copyright from ESF to Netgate | Renato Botelho | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | Move to Apache License 2.0 | Renato Botelho | 2016-07-15 | 1 | -41/+9 |
| | |||||
* | Review license / copyright on all files (final round) | Renato Botelho | 2016-07-15 | 1 | -43/+42 |
| | |||||
* | Always use require_once | Phil Davis | 2016-06-27 | 1 | -1/+1 |
| | | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once(). | ||||
* | Allow to restore any ares of config | Phil Davis | 2016-04-14 | 1 | -1/+1 |
| | | | | If the existing config does not have a particular area in it, then the user should still be able to restore it from another config. Redmine #6144 | ||||
* | Fixes to linguistic issues introduced by recent commits | NewEraCracker | 2016-04-04 | 1 | -2/+2 |
| | | | | 1) encryption vs decryption typos. 2) unnecessary sprintf. | ||||
* | s/encryption/decryption/ | NOYB | 2016-04-03 | 1 | -1/+1 |
| | |||||
* | Diagnostics - Remove Personalizations | NOYB | 2016-04-03 | 1 | -7/+7 |
| | | | | Remove "you" personalizations. | ||||
* | Revert "Merge pull request #2728 from phil-davis/form_button" | Renato Botelho | 2016-03-15 | 1 | -4/+4 |
| | | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f. | ||||
* | Internationalize Form_Button text | Phil Davis | 2016-03-11 | 1 | -4/+4 |
| | | | | | | 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 | -8/+16 |
| | | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons. | ||||
* | Bring all calls of print_info_box to same standard | NewEraCracker | 2016-02-15 | 1 | -1/+1 |
| | | | | The call itself to print_info_box already echoes the content. There is no need of additionally using the short-open-echo tag on those calls to echo return value. The previous implementation shouldn't yell any visible issues as return is 'NULL' (undefined) which casts to an empty string when printing. But, just for the sake of conformity, this changes are advisable in my opinion. | ||||
* | Merge pull request #2637 from k-paulius/patch-6 | Stephen Beaver | 2016-02-14 | 1 | -4/+4 |
|\ | |||||
| * | Switch tabs places so that active tab is the first tab | k-paulius | 2016-02-14 | 1 | -1/+1 |
| | | |||||
| * | Rename 'Backup/Restore' to 'Backup & Restore' so it does not clash with ↵ | k-paulius | 2016-02-14 | 1 | -4/+4 |
| | | | | | | | | breadcrumb separator. | ||||
* | | Review alert wording. End sentence with period, remove redundant 'Warning', ↵ | k-paulius | 2016-02-14 | 1 | -2/+2 |
|/ | | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags. | ||||
* | Renamed 'Wake on LAN' to 'Wake-on-LAN' | k-paulius | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | Synchronize page titles with tab titles. Rename some titles in order to be ↵ | k-paulius | 2016-02-13 | 1 | -1/+1 |
| | | | | more consistent. Convert page title to title case. | ||||
* | Convert section titles to title case | k-paulius | 2016-02-10 | 1 | -3/+3 |
| | |||||
* | HTML Compliance - Diagnostics / Backup/Restore | NOYB | 2016-02-08 | 1 | -4/+8 |
| | | | | | Duplicate ID Submit. Suppressing unused ID Submit attributes. | ||||
* | Improvements to the priviledge filter functionality | Stephen Beaver | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | add call gettext function for translate | bruno | 2016-01-21 | 1 | -6/+6 |
| | |||||
* | Fix product_name syntax problem in diag_backup | Phil Davis | 2016-01-15 | 1 | -1/+1 |
| | | | | | Notice that the old line had $g['[product_name'] - a bonus "[" - that caused the product name to not actually appear in the output. In fixing that, I also wrapped this in sprintf() - that makes it more flexible for translation into languages where the word order of an instruction like this does not start with the verb. | ||||
* | FInished password hiding logic by ensuring $_POST['password'] != DMYPWD ↵ | Stephen Beaver | 2015-12-28 | 1 | -10/+4 |
| | | | | before updating | ||||
* | Added new addPassword method and password == password_confirm validation ↵ | Stephen Beaver | 2015-12-28 | 1 | -28/+11 |
| | | | | where required. | ||||
* | Take this conditional out, it wasn't enough, and we have a script example ↵ | jim-p | 2015-12-23 | 1 | -3/+0 |
| | | | | for how to handle this properly now while respecting CSRF | ||||
* | Only disable CSRF on diag_backup.php for the download action where it might ↵ | jim-p | 2015-12-21 | 1 | -1/+3 |
| | | | | be scripted. Other actions need its protection. | ||||
* | Only enable Restore Configuration if a file is selected | Phil Davis | 2015-12-20 | 1 | -1/+5 |
| | | | If the user clicks "Choose File" and then cancels the file selection dialog, disable the "Restore Configuration" button. | ||||
* | 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 | -4/+6 |
| | |||||
* | Rename of files to better match their position in the memory structure | Stephen Beaver | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | Fixed #5617 | Stephen Beaver | 2015-12-10 | 1 | -3/+7 |
| | | | | Fixed #5612 | ||||
* | Redmine #4279 Package reinstall displayed when shutting down before upgrade | Phil Davis | 2015-12-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Use a different flag file to indicate that a package reinstall is required after a reboot is done first. This avoids the possibility that the user navigates in the webGUI during the time while the shutdown is in progress and is accidentally presented with the reinstall all packages GUI button. Early in rc.bootup switch the flag file to use its ordinary name, so that all subsequent code in boot scripts and webGUI will work as it already does to handle the package reinstall and notifying the user that a package reinstall is about to be done or in progress... | ||||
* | add option to choose number of dashboard columns | Jared Dillard | 2015-12-01 | 1 | -3/+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. | ||||
* | Remove $Id stuff from comment headers | Phil Davis | 2015-11-09 | 1 | -1/+0 |
| | | | | Completes cleanup of header stuff for these files |