summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_settings.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-318/+0
|
* Fix some low-hanging potential security issues.jim-p2015-06-161-3/+3
|
* Code style system firmwarePhil Davis2015-05-301-150/+187
|
* Fix lineup of copyright linesPhil Davis2015-01-011-3/+3
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Base URL must be specified when alturlenable onPhil Davis2014-12-121-0/+7
| | | | | | | | | | | | I had a 2.1.5 system that I was wondering why the dashboard always said it could not check for updates. I discovered it had "Use an unofficial server for firmware upgrades" checked, but the "Base URL" field was empty. That can easily be checked with input validation - might as well catch dumb things like that. I thought about making it parse the string to see if it seemed like a "valid" URL. But so many strings seem like valid URLs: var_dump(parse_url("abc")); array(1) { ["path"]=> string(3) "abc" } It seemed a bit pointless to bother - if the user puts something in then hope that it might point to something some day.
* Change copyright statement to reflect realityJim Thompson2014-11-101-2/+2
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-1/+2
|
* System: Firmware: SettingsN0YB2014-07-181-2/+2
| | | | | | | | | | | Updater Settings Tab system_firmware_settings.php Line 488, Column 43: value of attribute "type" cannot be "input"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button" <input name="repositoryurl" type="input" class="formfld url" id="repositoryurl"… Line 494, Column 36: value of attribute "type" cannot be "input"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button" <input name="branch" type="input" class="formfld unknown" id="branch" size="…
* xhtml Complianceayvis2014-03-141-2/+2
| | | replaced <br>, <br/> and </br> with <br />
* fix text, remove product_website mentions here since that's not actually ↵Chris Buechler2014-03-131-2/+2
| | | | used anyway.
* Respect g['tmp_path']Renato Botelho2014-02-141-3/+3
|
* Tidy up "system_firmware_settings.php" XHTMLColin Fleming2013-04-031-18/+24
| | | | | | Add closehead variable and move SCRIPT into HEAD Add CDATA section to SCRIPT tags Close BR and INPUT tags
* Bold and note manifest entries that match the current architecture, and add ↵jim-p2013-01-141-2/+11
| | | | a note cautioning against a cross-architecture upgrade.
* Add option to disable the dashboard auto-update checkjim-p2012-09-271-4/+17
|
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-2/+2
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* Removing scriptaculous effects, now we use jQuery UI for visual effectsVinicius Coque2011-11-211-1/+1
|
* Add global to hide download tabScott Ullrich2011-09-261-4/+5
|
* Add restore full backup tabScott Ullrich2011-09-251-0/+1
|
* Only display gitsync settings on supported platforms.Erik Fonnesbeck2011-02-281-1/+1
|
* Fix wordingjim-p2011-02-161-2/+2
|
* Display the last used repository and branch and add a couple more descriptions.Erik Fonnesbeck2011-02-041-1/+36
|
* Add option to System: Firmware: Settings for running gitsync after ↵Erik Fonnesbeck2010-11-101-0/+38
| | | | installing an update, hidden/disabled if git has not been installed yet.
* Fix some printfs and some text.Erik Fonnesbeck2010-08-121-1/+1
|
* gettext fixesRenato Botelho2010-08-121-2/+2
|
* Fix some errors in spelling, punctuation, grammar, etc.Larry Gilbert2010-06-121-3/+3
|
* Add a space here.jim-p2010-06-101-1/+1
|
* Add a missing gettext() callRenato Botelho2010-04-271-1/+1
|
* Implement gettext()Carlos Eduardo Ramos2010-04-271-15/+15
|
* Ticket #318. Add an option to updater settings to allow updates for images ↵Ermal2010-03-241-0/+19
| | | | with no signature. This makes auto-updater work and will not display an confirmation message during manual update.
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-2/+5
| | | | include 2009 on files that I have asserted (C) on
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-131-2/+0
| | | | duplication
* Remove extra "Scott Ullrich2008-12-151-1/+1
|
* Remove bogus <br>Scott 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
* Fix page break issue.Scott Ullrich2008-07-101-0/+1
|
* Note where the updates are coming from on this pageScott Ullrich2008-05-241-1/+1
|
* Misc fixesScott Ullrich2008-05-241-1/+2
|
* Add visual indicator from scritaculous when we populate textbox fromScott Ullrich2008-05-241-2/+3
| | | | the select dropdown.
* Clear textbox when checkbox is unchecked.Scott Ullrich2008-05-241-1/+2
|
* Do not include blank entries in the foreach loopScott Ullrich2008-05-241-1/+2
|
* Note that when using a custom URL the digital signature is not checked.Scott Ullrich2008-05-241-1/+6
|
* Add manifests option (Default Auto Update URLS)Scott Ullrich2008-05-241-2/+22
|
* 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-65/+7
| | | | | | 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.
* Add product_copyright re-branding supportScott Ullrich2007-12-161-1/+1
| | | | | | | | Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Fixing css layoutSeth Mos2007-09-011-2/+2
|
* Turn off auto update and friends until Colins work is redone since he is MIA.Scott Ullrich2006-04-151-0/+3
|
* Use red dashesScott Ullrich2006-01-041-1/+1
|
OpenPOWER on IntegriCloud