summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove bdiff supportRenato Botelho2015-07-301-2/+0
|
* Code spacingPhil Davis2015-06-151-2/+2
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style system firmwarePhil Davis2015-05-301-97/+125
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Nowdays there is no real difference between the kernels apart the ZFS ↵Ermal2014-04-141-23/+1
| | | | support. So do not keep a distinction anymore
* xhtml Complianceayvis2014-03-141-7/+7
| | | replaced <br>, <br/> and </br> with <br />
* Tidy up "system_firmware.php" XHTMLColin Fleming2013-04-031-21/+20
| | | | | | | | Close P, BR and INPUT tags Remove duplicate end TD tag Remove closing SPAN tag Add missing closing TR tag Add missing closing FORM tag
* Hide 'Perform full backup prior to upgrade' option on nano, also hide ↵Renato Botelho2013-02-271-0/+2
| | | | restore full backup. Fixes #2844
* Fix whitespaces, indent and unclosed html tagsRenato Botelho2013-02-271-41/+41
|
* Call rc.firmware for propper platform during manual upgradeErmal2013-02-131-26/+28
|
* Cleanup unused pages that was supposed for upload_progress barsErmal2013-01-051-5/+0
|
* Always commit the session fast to allow other consumers to proceed to their ↵Ermal2013-01-031-1/+4
| | | | requests. This unbreaks now the lock up the GUI had allowing only one action from same source per time. Now even if you run a command that blocks indefinitely for example the GUI want lock anymore but allow you to proceed to other actions
* Remove other potential places where someone could select a kernel we no ↵jim-p2012-11-201-4/+2
| | | | longer ship. Try to improve kernel detection a little more.
* Eliminate system calls here, use PHP instead.jim-p2012-10-041-2/+2
|
* Verify posted kernel type against a defined list of good values.jim-p2012-10-041-5/+11
| | | | Discovered-By: Yann CAM
* Add global to hide download tabScott Ullrich2011-09-261-4/+5
|
* Simplify messageScott Ullrich2011-09-261-3/+1
|
* Hide warning until firmware update enabled = trueScott Ullrich2011-09-261-0/+3
|
* Make the manual firmware upgrade screen look a little less busy.Scott Ullrich2011-09-251-23/+34
|
* Add restore full backup tabScott Ullrich2011-09-251-0/+2
|
* Add option to perform full backup prior to upgrade. First commit of 2011 ↵Scott Ullrich2011-09-251-0/+5
| | | | pfSense hackathon!
* don't show platform here (rebrands)Chris Buechler2011-01-191-1/+1
|
* Do not center hard drive upgrade imageScott Ullrich2011-01-051-1/+1
|
* Turn off csrf checksScott Ullrich2010-12-291-0/+2
|
* gettext fixesRenato Botelho2010-08-121-2/+2
|
* This page is System: Firmware, not Diagnostics: FirmwareErik Fonnesbeck2010-06-101-1/+1
|
* Fix gettext issuesRenato Botelho2010-04-291-3/+3
|
* Fixing gettext() on multiline stringsVinicius Coque2010-04-291-3/+3
|
* Fix : for translationsRenato Botelho2010-04-271-2/+2
|
* Remove extra spaceRenato Botelho2010-04-271-1/+1
|
* Reviewing gettext()Carlos Eduardo Ramos2010-04-271-8/+8
|
* Addin gettext functions do system::firmwareVinicius Coque2010-04-261-42/+42
|
* Ticket #318. Add an option to updater settings to allow updates for images ↵Ermal2010-03-241-2/+2
| | | | with no signature. This makes auto-updater work and will not display an confirmation message during manual update.
* Prompt for the correct image extension when updating firmware. (.img.gz for ↵jim-p2009-12-041-1/+5
| | | | nano and .tgz for others)
* fix typoChris Buechler2009-10-111-1/+1
|
* Add note about uncompressed images/filesScott Ullrich2009-10-111-2/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+5
| | | | include 2009 on files that I have asserted (C) on
* Use ['name'] instead of ['tmp_name']Scott Ullrich2009-09-101-3/+3
|
* Use stristr just in case of case sensitive nanobsd nameScott Ullrich2009-09-061-1/+1
|
* Move nano check to top of functionScott Ullrich2009-09-061-4/+4
|
* Check globals variableScott Ullrich2009-09-061-1/+1
|
* Check for nanobsd in the filename for nanobsd upgrades since it is not a tar ↵Scott Ullrich2009-09-061-0/+6
| | | | gzipped file similar to the full upgrades.
* Use unlink()Scott Ullrich2009-09-041-1/+1
|
* Use == false for better readability with file_is_for_platform() functionScott Ullrich2009-08-311-1/+1
|
* Correct typo for filenameScott Ullrich2009-08-311-1/+1
|
* Add function that extracts etc/platform from an upgrade file and compares to ↵Scott Ullrich2009-08-311-1/+15
| | | | the file on disk. This replaces the dumb filename platform check.
* Add a flag to keep track of nanobsd firmware uploadScott Ullrich2009-07-051-1/+3
|
OpenPOWER on IntegriCloud