summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_check.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-5/+5
| | | | | | | 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-12/+19
|
* Fix lineup of copyright linesPhil Davis2015-01-011-2/+2
| | | | | 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
|
* Tidy up "system_firware" XHTMLColin Fleming2014-05-271-1/+8
| | | | Remove WRAP from TEXTAREA and add Javascript to add wrap hard
* xhtml Complianceayvis2014-03-141-1/+1
| | | replaced <br>, <br/> and </br> with <br />
* Use htmlspecialchars(), a better solution for #2952Renato Botelho2014-02-171-1/+1
|
* Fix #2952, escape necessary chars to avoid xss injectionRenato Botelho2014-02-141-1/+1
|
* Remove remaining hardcoded theme namesRenato Botelho2013-07-171-4/+4
|
* Tidy up "system_firmware_check.php" XHTMLColin Fleming2013-04-031-25/+30
| | | | | | | | | Remove closing HEAD tag Move height and colspacing parameters into a style statement Update background in TD tag to correct syntax Add ALT parameter and close IMG tag Add CDATA section to SCRIPT tags Add missing closing P 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-39/+39
|
* convert javascript code to jQuery on system* filesVinicius Coque2011-09-271-2/+2
|
* 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/+5
|
* These html tags are not required since they are used in head.inc which is ↵Warren Baker2011-08-241-2/+0
| | | | included.
* Do a more strict check on the return value of the download function. Fixes #1309jim-p2011-02-261-1/+1
|
* Fix update check fix. Skipped a parameter.jim-p2011-02-131-1/+1
|
* Make update check a little more robust. Timeout after a few seconds, and if ↵jim-p2011-02-131-3/+2
| | | | we get a non-200 http code, ignore the response.
* 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.
* Modify various (s)printf format strings to allow translations to change the ↵Erik Fonnesbeck2010-08-111-1/+1
| | | | order of the inserted strings.
* Detect if nanobsd or nanobsd-vga image must be used for upgradeRenato Botelho2010-07-121-1/+6
|
* Fix NanoBSD automatic update checks.jim-p2010-06-211-1/+10
|
* Fix : for translationsRenato Botelho2010-04-271-4/+4
|
* Separate string and '\n' to make it easier to translatorsRenato Botelho2010-04-271-1/+1
|
* Implement gettext()Carlos Eduardo Ramos2010-04-271-17/+17
|
* Beef up the version comparison code. This should let us compare several ↵jim-p2010-04-161-20/+21
| | | | combinations of local and remote versions and properly determine if the current version is older or the same as the remote version.
* Fail over update check to report the supplied version from the remote server ↵jim-p2010-04-151-7/+7
| | | | if it is not a build time/datestamp.
* Fix whitespacejim-p2010-04-151-16/+16
|
* Do not output twice the same textErmal2010-03-191-2/+0
|
* Fix auto update checking and showing always there is an update available.Ermal2010-03-191-44/+40
|
* Increase colspan to 90sullrich2009-12-051-1/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* cleanup minor javascript issuesBill Marquette2009-03-131-2/+2
|
* fix generation of pgtitleBill Marquette2009-03-131-2/+1
|
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-131-2/+0
| | | | duplication
* Use correct css fileScott Ullrich2008-10-251-1/+1
|
* 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
* increase textarea cols to 80Scott Ullrich2008-07-301-1/+1
|
* Show correct updating URL source when it is overriden by adminScott Ullrich2008-07-081-1/+1
|
* make tabs all the sameScott Dale2008-07-081-1/+1
|
* match tabs to other pagesScott Dale2008-07-061-1/+1
|
* Update (C)Scott Ullrich2008-05-241-2/+4
|
* Be more verbode on auto upgrade details.Scott Ullrich2008-05-241-1/+5
|
* Recognize 404 errors correctlyScott Ullrich2008-05-241-0/+6
|
* Correct URLsScott Ullrich2008-05-241-2/+2
| | | | VS: ----------------------------------------------------------------------
* Honor URL and clear old contents correctlyScott Ullrich2008-05-241-0/+2
|
OpenPOWER on IntegriCloud