summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_auto.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove a blank row in the tab display during firmware updateErmal LUÇI2014-11-261-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-2/+2
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Tidy up "pkg_mgr_install.php" XHTMLColin Fleming2014-09-141-0/+1
| | | | | | While using the widescreen theme, when you update the firmware or add a new package the TEXTAREAs are side-by-side which doesn't look neat. Add BR tag between TEXTAREA
* Tidy up "system_firware" XHTMLColin Fleming2014-05-271-2/+10
| | | | Remove WRAP from TEXTAREA and add Javascript to add wrap hard
* Remove remaining hardcoded theme namesRenato Botelho2013-07-171-4/+4
|
* Auto codeset change for pfsense-utils.inctechnical502013-05-101-1/+1
| | | Codeset auto checking pfsense-utils.inc do not need anymore 8859-1 charset
* Tidy up "system_firmware_auto.php" XHTMLColin Fleming2013-04-031-21/+24
| | | | | | | | | | | Add closehead variable Move META and LINK tags into HEAD and manually close HEAD Tidy up the TABLE tag, move height and colspacing in to STYLE paramenter Update TD tag with correct background syntax Add CDATA sections to SCRIPT tag Move end BODY and end HTML tags to the end of the file, this helps reduce the error count from 600-1000+ as the scripts to update the progress bar are now within the BODY tag.
* Fix whitespaces, indent and unclosed html tagsRenato Botelho2013-02-271-49/+51
|
* mwexec_bg() already uses nohupErmal2013-02-131-1/+1
|
* Add global to hide download tabScott Ullrich2011-09-261-4/+5
|
* Add restore full backup tabScott Ullrich2011-09-251-0/+1
|
* Add checkbox to invoke full backup prior to upgradeScott Ullrich2011-09-251-0/+3
|
* Remove any previous file with the same name as the one that will be ↵Ermal2011-02-121-0/+1
| | | | downloaded. This avoid the gui to always show update availble even though the site could not be reached.
* Increase textarea column size.Scott Ullrich2011-01-051-2/+2
|
* Clarify a few lines of textScott Ullrich2011-01-051-2/+2
|
* Set status field to upgrade in progtress during upgradeScott Ullrich2011-01-051-2/+4
|
* Turn off csrf checksScott Ullrich2010-12-291-0/+2
|
* Detect if nanobsd or nanobsd-vga image must be used for upgradeRenato Botelho2010-07-121-1/+6
|
* Correct NanoBSD update filenamejim-p2010-06-211-3/+7
|
* Fix NanoBSD automatic update checks.jim-p2010-06-211-3/+9
|
* Unbreak automatic updates.jim-p2010-05-181-9/+8
|
* add ')' at end line 149Carlos Eduardo Ramos2010-04-281-1/+1
|
* Implementing gettext()Vinicius Coque2010-04-281-1/+1
|
* Implement gettext()Renato Botelho2010-04-281-21/+21
|
* Implement gettext()Carlos Eduardo Ramos2010-04-281-5/+5
|
* Fix code to show warnings properly.Ermal2010-03-251-19/+14
|
* Ticket #318. Add an option to updater settings to allow updates for images ↵Ermal2010-03-241-2/+9
| | | | with no signature. This makes auto-updater work and will not display an confirmation message during manual update.
* Fix auto update checking and showing always there is an update available.Ermal2010-03-191-17/+32
|
* Unbreak auto ugprade. Resolves #181sullrich2009-12-021-1/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-5/+8
| | | | include 2009 on files that I have asserted (C) on
* Use sha256 -q instead of | awkRenato Botelho2009-08-191-1/+1
|
* Save update file on $g[upload_path] instead of /tmpRenato Botelho2009-07-311-9/+17
|
* Check for nanobsd updateRenato Botelho2009-07-301-1/+7
|
* Check if file exists before unlinkRenato Botelho2009-07-301-2/+4
|
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-1/+1
| | | | | | pages where they are needed. Remove some sort functions not used.
* this is firmware upgrade, not package installationBill Marquette2009-03-141-1/+1
|
* Add 19 more - so it is longer than present textScott Ullrich2008-10-251-2/+2
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* DRY up the code a tad, download_file_with_progress_bar isn't related toBill Marquette2008-07-241-40/+3
| | | | | | packages only anymore, move into pfsense-utils and allow for multiple file write functions (firmware upgrades use a different one than our standard)
* removed extra JS update.progressbar. This was killing the webupdate page and ↵Scott Dale2008-07-061-3/+2
| | | | causing thousands of JS errors.
* Misc fixesScott Ullrich2008-05-241-0/+1
|
* Add manifests option (Default Auto Update URLS)Scott Ullrich2008-05-241-2/+28
|
* Correct URLsScott Ullrich2008-05-241-2/+4
| | | | VS: ----------------------------------------------------------------------
* Just because elvis is dead, does not mean our auto updating systemScott Ullrich2008-05-241-94/+146
| | | | | | needs to be. Bring it back from the dead and make it match the new world order. Add a custom URL firmware update page which will have snapshot support shortly.
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Turn off auto update and friends until Colins work is redone since he is MIA.Scott Ullrich2006-04-151-0/+3
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* updating files to use theme imagesErik Kristensen2005-07-211-1/+1
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* More round tablesBill Marquette2005-07-031-3/+4
|
OpenPOWER on IntegriCloud