summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_backup.php
Commit message (Collapse)AuthorAgeFilesLines
* Allow to restore any ares of configPhil Davis2016-04-151-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
* Merge pull request #2832 from NewEraCracker/lang-fixesStephen Beaver2016-04-041-2/+2
| | | | (cherry picked from commit c67308d9b8e36fc73cb3c4381861698aa73bee00)
* Merge pull request #2830 from NOYB/Diagnostics_-_Remove_PersonalizationsStephen Beaver2016-04-041-7/+7
| | | | (cherry picked from commit 235d9db9da3f871d6daefa4130abb8fb960a0222)
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-4/+4
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-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-p2016-03-091-8/+16
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* Bring all calls of print_info_box to same standardNewEraCracker2016-02-151-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-6Stephen Beaver2016-02-141-4/+4
|\
| * Switch tabs places so that active tab is the first tabk-paulius2016-02-141-1/+1
| |
| * Rename 'Backup/Restore' to 'Backup & Restore' so it does not clash with ↵k-paulius2016-02-141-4/+4
| | | | | | | | breadcrumb separator.
* | Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-2/+2
|/ | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Renamed 'Wake on LAN' to 'Wake-on-LAN'k-paulius2016-02-131-1/+1
|
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent. Convert page title to title case.
* Convert section titles to title casek-paulius2016-02-101-3/+3
|
* HTML Compliance - Diagnostics / Backup/RestoreNOYB2016-02-081-4/+8
| | | | | Duplicate ID Submit. Suppressing unused ID Submit attributes.
* Improvements to the priviledge filter functionalityStephen Beaver2016-02-031-1/+1
|
* add call gettext function for translatebruno2016-01-211-6/+6
|
* Fix product_name syntax problem in diag_backupPhil Davis2016-01-151-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 Beaver2015-12-281-10/+4
| | | | before updating
* Added new addPassword method and password == password_confirm validation ↵Stephen Beaver2015-12-281-28/+11
| | | | where required.
* Take this conditional out, it wasn't enough, and we have a script example ↵jim-p2015-12-231-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-p2015-12-211-1/+3
| | | | be scripted. Other actions need its protection.
* Only enable Restore Configuration if a file is selectedPhil Davis2015-12-201-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 Botelho2015-12-151-5/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style usr local www a-ePhil Davis2015-12-141-4/+6
|
* Rename of files to better match their position in the memory structureStephen Beaver2015-12-111-1/+1
|
* Fixed #5617Stephen Beaver2015-12-101-3/+7
| | | | Fixed #5612
* Redmine #4279 Package reinstall displayed when shutting down before upgradePhil Davis2015-12-071-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 columnsJared Dillard2015-12-011-3/+3
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Remove $Id stuff from comment headersPhil Davis2015-11-091-1/+0
| | | | Completes cleanup of header stuff for these files
* Diag reviewPhil Davis2015-11-091-3/+3
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-1/+3
|
* Remove unused call to update_status_output()Renato Botelho2015-10-271-2/+0
|
* Addresses #5159 by removing hide/show/disable/enable functions to included fileStephen Beaver2015-10-011-38/+0
|
* Ticket #5204 a clean up pass of the jquery sectionsJared Dillard2015-09-241-1/+3
|
* Fixed #5187Stephen Beaver2015-09-221-2/+3
| | | | Added multipart encoding to form
* Ticket #5182 change show/hide functionalityJared Dillard2015-09-221-8/+83
|
* Retire PPTP server, fixes #4226:Renato Botelho2015-09-151-2/+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
* Merge with bootstrapPhil Davis2015-09-031-1/+1
|\
| * bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
| |
* | bootstrap usr/local/www a to e minor editsPhil Davis2015-08-311-2/+2
|/
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-292/+254
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+818
OpenPOWER on IntegriCloud