Commit Graph

19384 Commits

Author SHA1 Message Date
Vinicius Coque
b1678e2d72 Convert dashboard ajax code from Prototype to jQuery 2011-09-27 19:31:19 -03:00
Vinicius Coque
9cd55a6611 Add jQuery javascript library 2011-09-27 19:31:18 -03:00
Scott Ullrich
b7027baee4 Adding pbi_ suite of tools 2011-09-27 17:50:59 -04:00
Scott Ullrich
af422d559c Adding pbi_create 2011-09-27 17:50:58 -04:00
jim-p
b6d748733b Fixup relayd to handle DNS load balancing as well as standard TCP load balancing. 2011-09-27 17:13:02 -04:00
Vinicius Coque
64f39f0b42 Merge branch 'jquery' of github.com:vcoque/pfsense into jquery 2011-09-27 15:22:26 -03:00
Vinicius Coque
0e7d168632 Convert prototype code to jQuery 2011-09-27 15:22:02 -03:00
Vinicius Coque
81017bc0a7 Convert dashboard ajax code from Prototype to jQuery 2011-09-27 15:22:02 -03:00
Vinicius Coque
0ce64219ff Add jQuery javascript library 2011-09-27 15:22:02 -03:00
Scott Ullrich
3ff3956616 Add global to hide download tab 2011-09-26 18:22:13 -04:00
Scott Ullrich
612650702a Remove . 2011-09-26 18:16:40 -04:00
Scott Ullrich
7e2ad1be0f Fix filename 2011-09-26 18:11:52 -04:00
Scott Ullrich
ceb3515dea Add download feature 2011-09-26 18:10:33 -04:00
Scott Ullrich
68e14a6bbc Simplify message 2011-09-26 02:42:25 -04:00
Scott Ullrich
09b964a29a Hide warning until firmware update enabled = true 2011-09-26 02:38:35 -04:00
Scott Ullrich
110603e4e2 Disable download and revisit tomorrow 2011-09-25 23:17:17 -04:00
Scott Ullrich
9249074503 Use escapeshellcmd 2011-09-25 23:04:43 -04:00
Scott Ullrich
f54a278cd3 Fix path 2011-09-25 23:03:35 -04:00
Scott Ullrich
ea76bdaf51 Add download backup feature 2011-09-25 22:49:08 -04:00
Scott Ullrich
7c1260e3bb Include functions first. Just saw a APC cache bug for getAllowedPages() 2011-09-25 22:40:15 -04:00
Scott Ullrich
e70f748f35 Use format_bytes() 2011-09-25 22:34:18 -04:00
Scott Ullrich
d337fd0e8a Center text 2011-09-25 22:08:22 -04:00
Scott Ullrich
9930d49481 Increase colspan 2011-09-25 22:07:42 -04:00
Scott Ullrich
f0f8bee2ce Add delete full backup feature 2011-09-25 22:07:18 -04:00
Scott Ullrich
7d86e6a8b7 Nuke class 2011-09-25 20:33:12 -04:00
Scott Ullrich
1f6442a783 Show backup size 2011-09-25 20:31:52 -04:00
Scott Ullrich
b8bfcce550 Add option to not restore config.xml 2011-09-25 20:27:28 -04:00
Scott Ullrich
e40d415ab3 Make the manual firmware upgrade screen look a little less busy. 2011-09-25 20:09:41 -04:00
Scott Ullrich
9928303beb Note when no backups are found 2011-09-25 19:29:09 -04:00
Scott Ullrich
c1605b3565 Add restore full backup tab 2011-09-25 19:19:08 -04:00
Scott Ullrich
a30afe0e59 Add checkbox to invoke full backup prior to upgrade 2011-09-25 17:57:11 -04:00
Scott Ullrich
b2a67b558c Add option to perform full backup prior to upgrade. First commit of 2011 pfSense hackathon! 2011-09-25 17:01:03 -04:00
smos
0c13b5f6aa Correct typo, fixes Ticket #1892 2011-09-22 12:52:08 +02:00
Vinicius Coque
c9df50aad1 Merge branch 'jquery' of github.com:vcoque/pfsense into jquery 2011-09-21 23:21:11 -03:00
Vinicius Coque
1d06188d52 Convert prototype code to jQuery 2011-09-21 23:20:25 -03:00
Vinicius Coque
d06201a3e9 Convert dashboard ajax code from Prototype to jQuery 2011-09-21 23:20:24 -03:00
Vinicius Coque
90d63a8717 Add jQuery javascript library 2011-09-21 23:20:24 -03:00
Vinicius Coque
f6771ddf5c Convert prototype code to jQuery 2011-09-21 23:17:56 -03:00
jim-p
9c070452ce Fix interface finding. Now properly adds a dhcpv6 static mapping via + button. 2011-09-21 16:32:43 -04:00
jim-p
9fbefc09a5 Fix type detection 2011-09-21 16:22:30 -04:00
jim-p
9d539cb5b8 Fix misnomer since the page was copied from dhcpv4, change references to arp to ndp instead. 2011-09-21 16:16:11 -04:00
jim-p
4e85523b25 Speed up display of static dhcpv6 leases by skipping an additional ndp exec for each entry, use the existing arpdata array instead. 2011-09-21 16:14:17 -04:00
jim-p
4151bdba8c Fix display of static dhcpv6 assignments. Format duid with colons. 2011-09-21 15:49:17 -04:00
smos
eb26eb1cdf Commit a fix that prevents the drop down from showing over 31 length.
Fixes Ticket #1892
2011-09-21 19:08:39 +02:00
jim-p
2fdc826253 Show MAC address on DHCPv6 output. (Not that it's used in the same way for DHCPv6 as it is for v4, but it's handy to see in one place) 2011-09-21 14:04:56 -04:00
jim-p
dcd8132214 For DHCPv6 the CLTT (client last transaction time) is used instead of the "start" time for the lease. Should now more accurately display when a lease started. 2011-09-21 13:42:07 -04:00
Vinicius Coque
7fe6d08ed3 Merge branch 'jquery' of github.com:vcoque/pfsense into jquery 2011-09-20 21:27:43 -03:00
Vinicius Coque
826a4a774a Convert dashboard ajax code from Prototype to jQuery 2011-09-20 21:25:24 -03:00
Vinicius Coque
92a10a8a35 Add jQuery javascript library 2011-09-20 21:22:52 -03:00
Ermal
f0be376863 Bind the state killing to the interface they should kill the states so that it does not impact other services like in #1421 2011-09-20 20:11:13 +00:00