summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_check.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Just because elvis is dead, does not mean our auto updating systemScott Ullrich2008-05-241-204/+122
| | | | | | 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
|
* Make sure items are an array if we foreach() through them.Scott Ullrich2006-02-091-10/+16
| | | | Ticket #829
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* updating files to use theme imagesErik Kristensen2005-07-211-7/+7
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* I can tell who failed school...7 f's is bad!!!Bill Marquette2005-07-171-2/+2
|
* Use string compare so that x.xx.10 > x.xx.[0-9]John Fleming2005-07-041-1/+1
|
* More round tablesBill Marquette2005-07-031-8/+4
|
* Fix page titlesBill Marquette2005-07-031-1/+1
|
* Use $pgtitleBill Marquette2005-07-031-6/+4
| | | | small code cleanups
* * Curve bottom of grey areas if neededScott Ullrich2005-07-021-0/+6
| | | | | * Curve tabs * Cleanup
* Remove extra <br>Bill Marquette2005-07-021-2/+1
|
* Cleanup and add rounded corners.Scott Ullrich2005-07-021-7/+4
|
* Convert System Firmware tabs to rounded aka (display_top_tabs() callsScott Ullrich2005-07-021-5/+7
|
* fixed broken table and reformatting the code to be more readable againHolger Bauer2005-07-011-152/+179
| | | | - by pfjason
* Fix error when no updates are available.Colin Smith2005-06-291-1/+0
|
* Add "needed updates" screen, which displays release date, update type, ↵Colin Smith2005-06-291-12/+76
| | | | version, update category, and size.
OpenPOWER on IntegriCloud