summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_backup.php
Commit message (Collapse)AuthorAgeFilesLines
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Unset any previous datErmal LUÇI2014-11-271-0/+1
|
* Use the pfsense module functions rather than execing. Fixes also possible ↵Ermal LUÇI2014-11-271-0/+7
| | | | attack vectors.
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Tidy up "diag_backup.php" XHTMLColin Fleming2014-05-171-21/+24
| | | | | | | | Add CDATA sections to SCRIPTS Add SUMMARY to TABLES Update HTML Boolean operators Close INPUT tags Add missing closing P tag
* replaced uppercase html tags with lowercaseayvis2014-03-191-2/+2
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* xhtml Complianceayvis2014-03-141-3/+3
| | | replaced <br>, <br/> and </br> with <br />
* Fix order of parameters to explode() herejim-p2014-03-101-1/+1
|
* Fix OpenVPN XML section namePhil Davis2014-03-101-1/+1
| | | Forum https://forum.pfsense.org/index.php?topic=73479.0
* Improve look of button = change classCharlie Marshall2013-07-291-1/+1
|
* Fix #3079, add a section for DHCPv6 Server backupRenato Botelho2013-07-081-0/+1
|
* Encrypt backup after rrd data is added, it fixes #2836Renato Botelho2013-02-241-5/+5
|
* Fix indent and whitespacesRenato Botelho2013-02-241-38/+38
|
* Adjust backup settings to new captive portal zonesRenato Botelho2013-02-061-3/+8
|
* Display only needed Reinstall and Clear Package Lock buttonsPhil Davis2013-02-011-7/+11
| | | Make the code a bit smarter, so the user only sees whichever of the reinstall and clear package lock buttons that are actually relevant.
* Allow clear package lock when 1st install failsPhil Davis2013-02-011-1/+1
| | | | I upgraded a system this morning. An issue during the 1st package reinstall caused the package lock to be set, but no packages installed. The Backup/Restore GUI page did not show the section for resetting the package lock, because it only displays that if there is at least 1 package installed - catch-22. This fixes that odd condition.
* Don't auto-toggle the "do not backup rrd" setting - we do not want this on ↵jim-p2012-05-211-4/+0
| | | | unless the user explicitly selects it. It makes for very, very large backup files and must default to off.
* - also rename $section arg to $section_name in some functions to clarifyDarren Embry2012-05-171-12/+15
| | | | | - also robustify parsing for <tagname> and bulletproof the handling of certain errors
* more verbose log_error on rrdtool restore failureDarren Embry2012-05-171-1/+1
|
* restore_rrddata() adds log_error calls and uses -fDarren Embry2012-05-171-12/+27
|
* add rrddata to backup/restore dropdowns.Darren Embry2012-05-171-12/+48
|
* indentation cleanupDarren Embry2012-05-171-100/+102
|
* move certain code to new function restore_rrddata()Darren Embry2012-05-171-23/+28
|
* Feature #2123 Backup RRD files using the xml dump and restore from RRD toolsDarren Embry2012-04-121-26/+50
| | | | http://redmine.pfsense.org/issues/2123
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-2/+2
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* Add a button here to clear the package lock.jim-p2011-06-031-1/+10
|
* In update_alias_names_upon_change function add capability to access more ↵Erik Fonnesbeck2011-02-131-9/+6
| | | | deeply nested sections and fields.
* handle alternate xml_rootobj correctly when doing config backups w/RRD dataChris Buechler2011-01-241-3/+3
|
* Revert "nuke content size."Scott Ullrich2011-01-111-1/+1
| | | | This reverts commit 456962bde2b5b64f2feca58728d96c9c45463f1d.
* nuke content size.Scott Ullrich2011-01-051-1/+1
|
* Ticket #802. During a config restore detect if the vlan interfaces need ↵Ermal2010-12-281-0/+7
| | | | reassignment too. This might be problematic for other type of interfaces on 2.0!
* Disable CSRF checks on the backup page.Scott Ullrich2010-11-151-0/+1
|
* Fix typo: s/write_confg/write_config/Vinicius Coque2010-09-021-1/+1
|
* Just fix some space and tab problemsRenato Botelho2010-08-121-1/+1
|
* gettext() fixes on diag_backup.phpCarlos Eduardo Ramos2010-08-111-5/+5
|
* The pipe character is not valid for the interface description, so don't ↵Erik Fonnesbeck2010-08-021-1/+1
| | | | consider it valid. ( | is not an "or" in regular expression character classes)
* Checked gettext() implementation on diag_backup.phpCarlos Eduardo Ramos2010-07-121-1/+1
|
* Corrections gettext implementation on diag_backup.phpCarlos Eduardo Ramos2010-07-081-2/+2
|
* Corrections gettext implementation on diag_backup.phpCarlos Eduardo Ramos2010-07-081-1/+1
|
* Corrections gettext implementation on diag_backup.phpCarlos Eduardo Ramos2010-07-081-1/+1
|
* Few adjustements on gettextRenato Botelho2010-06-211-8/+8
|
* Remove spaces and tabs from EOLRenato Botelho2010-06-211-13/+13
|
* changing <php gettext() to <php=gettext() in files? diag_arg.php ↵Neriberto C.Prado2010-06-171-15/+15
| | | | diag_authentication.php diag_backup.php
* translate of the files: diag_arp.php diag_authentication.php diag_backup.phpNeriberto C.Prado2010-06-161-56/+56
|
* Compress RRD backup data. Results are dramatic.jim-p2010-05-261-2/+11
|
* Default to NOT backup RRD data. It can get quite large, and should be chosen ↵jim-p2010-05-261-1/+1
| | | | deliberately by the user.
* Add captive portal voucher configuration backup area option Ticket #609Scott Ullrich2010-05-201-0/+1
|
* Fix post-restore reboot on NanoBSD. Fixes #602jim-p2010-05-191-1/+1
|
* Fix config backup download on IE8+HTTPS. Reported-By: Seth on the Dev listjim-p2010-05-061-0/+7
|
* Update alias names on new NAT Port Forward xml tagsRenato Botelho2010-04-121-1/+4
|
OpenPOWER on IntegriCloud