Commit Graph

208 Commits

Author SHA1 Message Date
jim-p
dc43ff1eaa Show the PHP errors reported on the index page in the crash report so users are not confused by an empty report screen. Include them in the report and also clear them after sending. 2011-11-23 10:23:36 -05:00
jim-p
927ea6e18e Fix display of widgets with configuration controls in IE. From Gertjan on the forum. See http://forum.pfsense.org/index.php/topic,42977.0.html 2011-11-21 09:19:12 -05:00
Vinicius Coque
c69c58e2e7 Converting from scriptaculous to jQuery
Adding jQuery UI, so now we can use effects and widgets provided by this library and remove scriptaculous code. Building the dashboard using the widget jQuery UI sortable
2011-11-16 00:12:21 -02:00
Vinicius Coque
f63932ca3d Use jQuery fadeout effect 2011-09-27 19:31:20 -03:00
Vinicius Coque
b1678e2d72 Convert dashboard ajax code from Prototype to jQuery 2011-09-27 19:31:19 -03:00
Scott Ullrich
810a11bc76 Adding dashboard hook 2011-07-18 18:22:06 -04:00
Scott Ullrich
a9ee006d50 Revert "Revert "Add php errors (non warnings) to the crash reporter""
This reverts commit eac584f3b6.
2011-07-04 19:53:17 -04:00
Scott Ullrich
eac584f3b6 Revert "Add php errors (non warnings) to the crash reporter"
This reverts commit cb61dad8ab.
2011-07-04 19:39:28 -04:00
Scott Ullrich
cb61dad8ab Add php errors (non warnings) to the crash reporter 2011-07-04 19:30:25 -04:00
Scott Ullrich
36365f49aa Add a global g option named disablecrashreporter which defaults to false for rebrands 2011-02-07 21:37:17 -05:00
jim-p
4cd8161148 Fix check to ignore minfree (and the rest of $skip_files) 2011-02-07 10:28:49 -05:00
Scott Ullrich
104faa07f7 Move routine under includes. Simplify the file skip check 2011-02-06 23:43:51 -05:00
Scott Ullrich
ee3f28cc06 s/We have/product name has/ 2011-02-06 23:40:03 -05:00
Scott Ullrich
5cb07d09af Fix typo 2011-02-06 18:31:20 -05:00
Scott Ullrich
b943978902 Simplify message for crash reports 2011-02-06 17:16:30 -05:00
Scott Ullrich
e143e8292e Simplify message for crash reports 2011-02-06 17:16:10 -05:00
Scott Ullrich
fca795f832 Set a savemsg when a crash report exists and show across top instead of redirecting 2011-02-06 16:34:04 -05:00
Scott Ullrich
f0e9bdfb51 Ignore minfree file 2011-02-06 16:03:53 -05:00
Scott Ullrich
3a6cda8052 Correctly detect amount of files in /var/crash 2011-02-06 13:51:21 -05:00
Scott Ullrich
812ed2bb4c Redirect to crash reporter if a crash exists for processing. The crash reporter will either upload the data per the operators consent and or delete the data afterwards and redirect back. 2011-02-06 13:11:52 -05:00
Erik Fonnesbeck
f9626e574b Only unlink /conf/needs_package_sync if no packages are installed, otherwise leave it to the package manager to take care of it. 2010-12-30 11:47:43 -07:00
Erik Fonnesbeck
9b1939e130 Move unlink back to the correct line. 2010-12-30 06:05:00 -07:00
Scott Ullrich
46a9f4e13b Undo last commit. Need to add an additional check for opackage count == 0 2010-12-27 23:23:36 -05:00
Scott Ullrich
6622e126ed Unlink needs_package_sync after one pkg has installed OK which means that our internet connection is up. 2010-12-27 13:40:58 -05:00
Scott Ullrich
a1d3953f11 Turn off csrf for dashboard 2010-12-21 20:57:26 -05:00
Scott Ullrich
a6e0e07bf1 Set page title to Status: Dashboard for consistency 2010-11-30 13:35:05 -05:00
Erik Fonnesbeck
b7ccf315a7 Make the change here, too. 2010-10-29 03:55:51 -06:00
Erik Fonnesbeck
f99c6a2304 Update this text to match the current default. 2010-10-10 23:58:36 -06:00
Warren Baker
ecdae8072e Replace hard coded pfSense with product_name. 2010-10-10 16:12:57 +02:00
Carlos Eduardo Ramos
55f88b5120 Fixing gettext calls on index.php 2010-08-10 15:50:25 -03:00
Carlos Eduardo Ramos
c068613977 Fix gettext implementation on index.php 2010-08-02 08:45:05 -03:00
Carlos Eduardo Ramos
fffbf46dca Fix gettext implementation on index.php 2010-08-02 08:23:18 -03:00
Rafael Lucas
5493fad2b8 Implement gettext() calls on index.php 2010-08-01 22:53:02 -03:00
Renato Botelho
a5e9c28444 Revert "Implemment gettext() calls"
This reverts commit 7502ef0a69.
A lot of mistakes

Conflicts:

	usr/local/www/firewall_nat.php
2010-06-30 09:19:48 -03:00
Jeann
7502ef0a69 Implemment gettext() calls 2010-06-29 16:13:50 -03:00
jim-p
d4b17d7ce7 We should still delete this file if it's found, or the GUI can go into an infinite loop reinstalling packages. Fixes #678 2010-06-19 10:10:01 -04:00
Ermal
3a9eb3c908 If packages are reinstalled during bootup than there is no need to reinstall them again during GUI login. 2010-06-18 21:05:36 +00:00
jim-p
6aa9ddce18 Properly match SafeNet crypto cards. See http://forum.pfsense.org/index.php/topic,26056.0.html 2010-06-16 13:12:14 -04:00
Scott Ullrich
b72eb6c8cc Show when Padlock is active 2010-06-02 23:47:26 -04:00
jim-p
acc5dd59f9 Fix widget settings in general. Initialize widget list before use. Fixes #285. 2010-05-06 12:52:44 -04:00
Ermal Luçi
dc7c57acda Reinstall packages even on nanobsd. 2010-03-08 17:43:03 +00:00
jim-p
a6efee267f Fix typo 2010-02-15 17:59:46 -05:00
Scott Ullrich
838fa668b9 Link to javascript file instea of including it on every request saving WAN bandwidth 2010-02-07 15:22:32 -05:00
Scott Ullrich
f6f6947e2b Stop using the inline output function to include javascript and css files. Even with this function speeding up embedded installs it slows down all installation via WAN links since it is loading so much data on every request. 2010-02-06 15:44:11 -05:00
Scott Ullrich
f85669cd43 Do not output prototype.js twice 2009-12-31 18:02:59 -05:00
Scott Ullrich
72306d5a09 Adding smtp auth support for notifications. Requested-by: pmi@bluegrass.net 2009-12-31 18:00:15 -05:00
sullrich
ebc93ea128 Lower buffer to 1000. This reduces page load from 1.2 to 0.9 2009-12-03 20:38:10 -05:00
sullrich
e8e12c54f8 Increase buffer to 500000 2009-12-03 17:58:54 -05:00
sullrich
6b6e8d0825 Rework includes a bit 2009-12-03 16:08:33 -05:00
sullrich
ae2951d351 Make item a global 2009-12-03 15:37:07 -05:00