index
:
pfsense
RELENG_1_2
RELENG_2_0
RELENG_2_1
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4_0
RELENG_2_4_4
master
Raptor Engineering's fork of the main repository for pfSense
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr
/
local
/
www
/
system_firmware.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add global to hide download tab
Scott Ullrich
2011-09-26
1
-4
/
+5
*
Simplify message
Scott Ullrich
2011-09-26
1
-3
/
+1
*
Hide warning until firmware update enabled = true
Scott Ullrich
2011-09-26
1
-0
/
+3
*
Make the manual firmware upgrade screen look a little less busy.
Scott Ullrich
2011-09-25
1
-23
/
+34
*
Add restore full backup tab
Scott Ullrich
2011-09-25
1
-0
/
+2
*
Add option to perform full backup prior to upgrade. First commit of 2011 pfS...
Scott Ullrich
2011-09-25
1
-0
/
+5
*
don't show platform here (rebrands)
Chris Buechler
2011-01-19
1
-1
/
+1
*
Do not center hard drive upgrade image
Scott Ullrich
2011-01-05
1
-1
/
+1
*
Turn off csrf checks
Scott Ullrich
2010-12-29
1
-0
/
+2
*
gettext fixes
Renato Botelho
2010-08-12
1
-2
/
+2
*
This page is System: Firmware, not Diagnostics: Firmware
Erik Fonnesbeck
2010-06-10
1
-1
/
+1
*
Fix gettext issues
Renato Botelho
2010-04-29
1
-3
/
+3
*
Fixing gettext() on multiline strings
Vinicius Coque
2010-04-29
1
-3
/
+3
*
Fix : for translations
Renato Botelho
2010-04-27
1
-2
/
+2
*
Remove extra space
Renato Botelho
2010-04-27
1
-1
/
+1
*
Reviewing gettext()
Carlos Eduardo Ramos
2010-04-27
1
-8
/
+8
*
Addin gettext functions do system::firmware
Vinicius Coque
2010-04-26
1
-42
/
+42
*
Ticket #318. Add an option to updater settings to allow updates for images wi...
Ermal
2010-03-24
1
-2
/
+2
*
Prompt for the correct image extension when updating firmware. (.img.gz for n...
jim-p
2009-12-04
1
-1
/
+5
*
fix typo
Chris Buechler
2009-10-11
1
-1
/
+1
*
Add note about uncompressed images/files
Scott Ullrich
2009-10-11
1
-2
/
+3
*
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to includ...
Scott Ullrich
2009-09-14
1
-1
/
+5
*
Use ['name'] instead of ['tmp_name']
Scott Ullrich
2009-09-10
1
-3
/
+3
*
Use stristr just in case of case sensitive nanobsd name
Scott Ullrich
2009-09-06
1
-1
/
+1
*
Move nano check to top of function
Scott Ullrich
2009-09-06
1
-4
/
+4
*
Check globals variable
Scott Ullrich
2009-09-06
1
-1
/
+1
*
Check for nanobsd in the filename for nanobsd upgrades since it is not a tar ...
Scott Ullrich
2009-09-06
1
-0
/
+6
*
Use unlink()
Scott Ullrich
2009-09-04
1
-1
/
+1
*
Use == false for better readability with file_is_for_platform() function
Scott Ullrich
2009-08-31
1
-1
/
+1
*
Correct typo for filename
Scott Ullrich
2009-08-31
1
-1
/
+1
*
Add function that extracts etc/platform from an upgrade file and compares to ...
Scott Ullrich
2009-08-31
1
-1
/
+15
*
Add a flag to keep track of nanobsd firmware upload
Scott Ullrich
2009-07-05
1
-1
/
+3
*
Add function to explain the error code
Scott Ullrich
2009-07-04
1
-4
/
+23
*
Pass along php error number if it happens. New in 5.3. Lovely.
Scott Ullrich
2009-07-04
1
-2
/
+4
*
Clear guiconfig from all sort junk functions and put them on the specific pag...
Ermal Luçi
2009-06-30
1
-3
/
+3
*
* Reorganize the 'apply' button infrustructure in the GUI.
Ermal Luçi
2009-06-30
1
-12
/
+10
*
Check $_FILES['ulfile']['name'] and not ['tmpname'] since it will not tell us
Scott Ullrich
2009-06-27
1
-2
/
+2
*
Add missing );
Scott Ullrich
2009-06-26
1
-1
/
+1
*
Add NanoBSD support
Scott Ullrich
2009-06-25
1
-1
/
+3
*
Move firmware update text format to globals.inc
Scott Ullrich
2009-05-14
1
-1
/
+1
*
remove progress bar for now. We will need to upgrade to lighttpd 1.5 for
Scott Ullrich
2008-11-24
1
-17
/
+16
*
Switch back over to upload_progress_meter now that it is a freebsd port.
Scott Ullrich
2008-11-24
1
-11
/
+11
*
Unbreak disable / enable when rfc1867 is use
Scott Ullrich
2008-11-24
1
-67
/
+73
*
Rescue upload progress bar from the dead!!! OMG, Zombies!
Scott Ullrich
2008-11-24
1
-7
/
+11
*
Add plugins folder for firmware_upgrade
Scott Ullrich
2008-10-19
1
-0
/
+2
*
Rewrite the pfsense privilege system with the following goals in mind ...
Matthew Grooms
2008-08-01
1
-0
/
+8
*
Misc fixes
Scott Ullrich
2008-05-24
1
-1
/
+3
*
Just because elvis is dead, does not mean our auto updating system
Scott Ullrich
2008-05-24
1
-2
/
+7
*
Set php max execution and input to 3600 seconds. See: http://forum.pfsense.or...
Mark Crane
2008-04-27
1
-0
/
+4
*
When bdiff is detected in the filename, invoke the binary update
Scott Ullrich
2008-02-17
1
-1
/
+4
[next]