Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replaced uppercase html tags with lowercase | ayvis | 2014-03-19 | 1 | -2/+2 |
| | | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript" | ||||
* | xhtml Compliance | ayvis | 2014-03-14 | 1 | -3/+3 |
| | | | replaced <br>, <br/> and </br> with <br /> | ||||
* | Fix order of parameters to explode() here | jim-p | 2014-03-10 | 1 | -1/+1 |
| | |||||
* | Fix OpenVPN XML section name | Phil Davis | 2014-03-10 | 1 | -1/+1 |
| | | | Forum https://forum.pfsense.org/index.php?topic=73479.0 | ||||
* | Improve look of button = change class | Charlie Marshall | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | Fix #3079, add a section for DHCPv6 Server backup | Renato Botelho | 2013-07-08 | 1 | -0/+1 |
| | |||||
* | Encrypt backup after rrd data is added, it fixes #2836 | Renato Botelho | 2013-02-24 | 1 | -5/+5 |
| | |||||
* | Fix indent and whitespaces | Renato Botelho | 2013-02-24 | 1 | -38/+38 |
| | |||||
* | Adjust backup settings to new captive portal zones | Renato Botelho | 2013-02-06 | 1 | -3/+8 |
| | |||||
* | Display only needed Reinstall and Clear Package Lock buttons | Phil Davis | 2013-02-01 | 1 | -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 fails | Phil Davis | 2013-02-01 | 1 | -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-p | 2012-05-21 | 1 | -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 clarify | Darren Embry | 2012-05-17 | 1 | -12/+15 |
| | | | | | - also robustify parsing for <tagname> and bulletproof the handling of certain errors | ||||
* | more verbose log_error on rrdtool restore failure | Darren Embry | 2012-05-17 | 1 | -1/+1 |
| | |||||
* | restore_rrddata() adds log_error calls and uses -f | Darren Embry | 2012-05-17 | 1 | -12/+27 |
| | |||||
* | add rrddata to backup/restore dropdowns. | Darren Embry | 2012-05-17 | 1 | -12/+48 |
| | |||||
* | indentation cleanup | Darren Embry | 2012-05-17 | 1 | -100/+102 |
| | |||||
* | move certain code to new function restore_rrddata() | Darren Embry | 2012-05-17 | 1 | -23/+28 |
| | |||||
* | Feature #2123 Backup RRD files using the xml dump and restore from RRD tools | Darren Embry | 2012-04-12 | 1 | -26/+50 |
| | | | | http://redmine.pfsense.org/issues/2123 | ||||
* | The function split() is replaced by the function explode(). Starting with ↵ | smos | 2012-01-19 | 1 | -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-p | 2011-06-03 | 1 | -1/+10 |
| | |||||
* | In update_alias_names_upon_change function add capability to access more ↵ | Erik Fonnesbeck | 2011-02-13 | 1 | -9/+6 |
| | | | | deeply nested sections and fields. | ||||
* | handle alternate xml_rootobj correctly when doing config backups w/RRD data | Chris Buechler | 2011-01-24 | 1 | -3/+3 |
| | |||||
* | Revert "nuke content size." | Scott Ullrich | 2011-01-11 | 1 | -1/+1 |
| | | | | This reverts commit 456962bde2b5b64f2feca58728d96c9c45463f1d. | ||||
* | nuke content size. | Scott Ullrich | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Ticket #802. During a config restore detect if the vlan interfaces need ↵ | Ermal | 2010-12-28 | 1 | -0/+7 |
| | | | | reassignment too. This might be problematic for other type of interfaces on 2.0! | ||||
* | Disable CSRF checks on the backup page. | Scott Ullrich | 2010-11-15 | 1 | -0/+1 |
| | |||||
* | Fix typo: s/write_confg/write_config/ | Vinicius Coque | 2010-09-02 | 1 | -1/+1 |
| | |||||
* | Just fix some space and tab problems | Renato Botelho | 2010-08-12 | 1 | -1/+1 |
| | |||||
* | gettext() fixes on diag_backup.php | Carlos Eduardo Ramos | 2010-08-11 | 1 | -5/+5 |
| | |||||
* | The pipe character is not valid for the interface description, so don't ↵ | Erik Fonnesbeck | 2010-08-02 | 1 | -1/+1 |
| | | | | consider it valid. ( | is not an "or" in regular expression character classes) | ||||
* | Checked gettext() implementation on diag_backup.php | Carlos Eduardo Ramos | 2010-07-12 | 1 | -1/+1 |
| | |||||
* | Corrections gettext implementation on diag_backup.php | Carlos Eduardo Ramos | 2010-07-08 | 1 | -2/+2 |
| | |||||
* | Corrections gettext implementation on diag_backup.php | Carlos Eduardo Ramos | 2010-07-08 | 1 | -1/+1 |
| | |||||
* | Corrections gettext implementation on diag_backup.php | Carlos Eduardo Ramos | 2010-07-08 | 1 | -1/+1 |
| | |||||
* | Few adjustements on gettext | Renato Botelho | 2010-06-21 | 1 | -8/+8 |
| | |||||
* | Remove spaces and tabs from EOL | Renato Botelho | 2010-06-21 | 1 | -13/+13 |
| | |||||
* | changing <php gettext() to <php=gettext() in files? diag_arg.php ↵ | Neriberto C.Prado | 2010-06-17 | 1 | -15/+15 |
| | | | | diag_authentication.php diag_backup.php | ||||
* | translate of the files: diag_arp.php diag_authentication.php diag_backup.php | Neriberto C.Prado | 2010-06-16 | 1 | -56/+56 |
| | |||||
* | Compress RRD backup data. Results are dramatic. | jim-p | 2010-05-26 | 1 | -2/+11 |
| | |||||
* | Default to NOT backup RRD data. It can get quite large, and should be chosen ↵ | jim-p | 2010-05-26 | 1 | -1/+1 |
| | | | | deliberately by the user. | ||||
* | Add captive portal voucher configuration backup area option Ticket #609 | Scott Ullrich | 2010-05-20 | 1 | -0/+1 |
| | |||||
* | Fix post-restore reboot on NanoBSD. Fixes #602 | jim-p | 2010-05-19 | 1 | -1/+1 |
| | |||||
* | Fix config backup download on IE8+HTTPS. Reported-By: Seth on the Dev list | jim-p | 2010-05-06 | 1 | -0/+7 |
| | |||||
* | Update alias names on new NAT Port Forward xml tags | Renato Botelho | 2010-04-12 | 1 | -1/+4 |
| | |||||
* | Ticket #375. When choosing to export only a subsystem by default do not ↵ | Ermal Luçi | 2010-02-24 | 1 | -2/+12 |
| | | | | export rrd data. | ||||
* | Reboot after uploading config | sullrich | 2009-12-07 | 1 | -2/+8 |
| | |||||
* | Define full path to binaries | sullrich | 2009-11-29 | 1 | -2/+2 |
| | |||||
* | Remove Header | sullrich | 2009-11-29 | 1 | -1/+0 |
| | |||||
* | Post against reboot.php and reboot instead of reinventing the wheel. Ticket ↵ | sullrich | 2009-11-29 | 1 | -6/+9 |
| | | | | #191 |