Revert "Implemment gettext() calls"
This reverts commit 7502ef0a698a49d9652cd3616447eb717cba707d.A lot of mistakes
Conflicts:
usr/local/www/firewall_nat.php
Implemment gettext() calls
We should still delete this file if it's found, or the GUI can go into an infinite loop reinstalling packages. Fixes #678
If packages are reinstalled during bootup than there is no need to reinstall them again during GUI login.
Properly match SafeNet crypto cards. See http://forum.pfsense.org/index.php/topic,26056.0.html
Show when Padlock is active
Fix widget settings in general. Initialize widget list before use. Fixes #285.
Reinstall packages even on nanobsd.
Fix typo
Link to javascript file instea of including it on every request saving WAN bandwidth
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.
Do not output prototype.js twice
Adding smtp auth support for notifications. Requested-by: pmi@bluegrass.net
Lower buffer to 1000. This reduces page load from 1.2 to 0.9
Increase buffer to 500000
Rework includes a bit
Make item a global
Include priv.inc
Formatting cleanups. Increase buffer size
Default to only system information and interfaces widgets. This reduces load time on RSPRO from 9+ seconds to 2.5
Rework includes/require. This saves about 4 megabytes.Simplify get_memory(). Tested on mips/i386
Instead of showing just <AES for Hardware crypto show the entire supported family. EX: o AES-CBC,SHA1,SHA256
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Sajax is no more, long live PrototypeThis eliminates one AJAX library, but not all "non-Prototype" AJAX code
Fix javascript include in head.incAdd dragdrop (used in index.php for the Sortable class)use dom:loaded event instead of window.loaded
Move Scriptaculous/Prototype includes to head.inc and remove the code duplication
Match crypto on safe, ubsec, padlock and glxsb in addition to hifn
Ticket #1890 (cvstrac)
Use window onload to initialize sortable and such.
Inculde correct css file for redirecting portion
Remove bogus quotes that made it in here
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
Do not inline prototype and scriptaculous
Inline scriptaculous
Correction, prototype can be inlined but scriptaculous is having fun.
Begin using inline CSS and JS functions. Prototype seems to not agreebut everything else does and I am seeing a very nice speedup usingthese functions.
Rewrite portions of the user manager to ensure data is properly synced tothe system password and group databases. This is to provide better supportfor centralized user management when local account administration ispreferred.
I also took this opportunity to do some housekeeping. A lot of funtions...
correctly load container for widgets not in saved config, also make AJAX function names more clear
code comments and fix loading individual widget config data, oops
code cleanup, does not resolve widget save bug
Tell write_config() the reason for the change.
validate widget sequence before loading
define variable correctly
one last change, forgot to restore widget counter
code cleanup. Let hope this kills the dashboard bug
correct width for widget coloumns
code clean up
show default widget correctly when no configuration exists
Show loading icon while loading new widget through AJAX. Note: loading icon needs improvement.
fix typo
Use AJAX for loading of new widgets. Now most widgets will use AJAX for new data. Also improved performance
Add product_copyright re-branding supportAdd product_copyright_years re-branding supportAdd product_website re-branding supportAdd product_email re-branding support
Work sponsored-by: Centipede Networks
/webConfigurator/Dashboard/
Do not output page title twice
Switch over to array style page titles. Obtained-from: m0n0wall
global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427
add widget tab function
add tab for widgets function; check if file exists before loading
display properly under pfsense theme
correct formatting
various fixes, add support to change widget titles and add links.
update index page with new feature to hide all widgets when help is shown
show popup when visiting dashboard for first time
correctly show/hide new widgets
show system information first when no configuration saved
provide function to show configuration
hide configure button as default.
save widget settings
correct scriptaculous handle
Widget base. Note: changes to widgets are not saved yet.
closable graphs
verify interface is enabled before drawing graph
Give user option to display multiple graphs. Note: need a better play button for Scott's bling blingin request.
New flashy index page. Just some snippets from various other pages
Remove wizard trigger file after inital setup, not in first index.php item
Ticket #984
blue bar -> red bar because this is a showstopper, let me tell you</sarcasm>
Check if file exists before running command
Add ajaxStarted which will tell if Ajax has started.
Refresh every 120 seconds so that alerts show up
Remove #!/usr/local/bin/php
Woops, back that out
Set theme back to metallic and avoid the lynching
/ -> /conf/
Merged Function for Single HTTP Request
We're updating in 5 seconds now
10 -> 15
Remove XXX comments - no longer true
Make temp monitor really work - make a little more modular too
Make 4801 temp monitor work (and make it work with sajax)
Add XXX about net4801 environment graphs not displaying/updating
Fix font size on disk usage %
Do not show 0%.
Nuke old update code. We use ajax now
Do not get cpu meter information on initial load. Let the ajax script fill it in after 10 seconds.
We update every 10 seconds now.
XHTML/CSS Clean Up