Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Converting from scriptaculous to jQuery | Vinicius Coque | 2011-11-16 | 1 | -0/+1 |
| | | | | 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 | ||||
* | Add jQuery javascript library | Vinicius Coque | 2011-09-27 | 1 | -1/+4 |
| | |||||
* | Add a couple more mobile browser detection strings (BlackBerry, Opera Mini/Mobi) | jim-p | 2011-08-25 | 1 | -1/+1 |
| | |||||
* | Provide a method for rebrands to force a theme. Otherwise upgrading nanobsd ↵ | jim-p | 2011-04-22 | 1 | -1/+3 |
| | | | | from pfSense to a rebrand image without the theme in the config.xml will have a broken GUI since the theme isn't there. | ||||
* | Fix copy/paste error | jim-p | 2011-04-08 | 1 | -1/+1 |
| | |||||
* | Make sure a theme directory actually exists before blindly using it. | jim-p | 2011-04-08 | 1 | -1/+1 |
| | |||||
* | Use the call to basename to remove the extension rather than trim, since ↵ | Erik Fonnesbeck | 2011-03-01 | 1 | -1/+1 |
| | | | | trim takes a list of characters, not the exact string to remove. Suggested by http://forum.pfsense.org/index.php/topic,32967.0.html | ||||
* | Generalize the "low res" user agent detection so it isn't Apple-specific. ↵ | jim-p | 2010-10-19 | 1 | -3/+3 |
| | | | | Include Android in the detection, and also provide a mechanism so that the "low res" theme can be set in globals.inc. | ||||
* | Fix line endings on remaining files that did not have the same line endings ↵ | Erik Fonnesbeck | 2010-09-01 | 1 | -92/+92 |
| | | | | as everything else. | ||||
* | Make the new tabs themable | Scott Ullrich | 2010-08-05 | 1 | -1/+1 |
| | |||||
* | new tab menu | robiscool | 2010-08-05 | 1 | -91/+92 |
| | |||||
* | Allow setting <remote_managed_pages><item> page items such as ↵ | Scott Ullrich | 2010-07-27 | 1 | -0/+13 |
| | | | | /services_captiveportal.php which signals the GUI that the contents of the page are being controlled from a remote machine and disallow the GUI page from being edited. | ||||
* | Add iPad support | Scott Ullrich | 2010-04-03 | 1 | -1/+1 |
| | |||||
* | Unbreak prototype and friends | Scott Ullrich | 2010-02-07 | 1 | -10/+10 |
| | |||||
* | Fixup nifty css corners locations and code | Scott Ullrich | 2010-02-06 | 1 | -8/+3 |
| | |||||
* | Stop using the inline output function to include javascript and css files. ↵ | Scott Ullrich | 2010-02-06 | 1 | -16/+15 |
| | | | | 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. | ||||
* | Fix the quotes on this line. | jim-p | 2009-12-24 | 1 | -1/+1 |
| | |||||
* | Fix hostname in page title. thanks to sullrich@ for pointer | Chris Buechler | 2009-11-17 | 1 | -2/+2 |
| | |||||
* | Add theme Apple touch icon support | Scott Ullrich | 2009-10-05 | 1 | -0/+1 |
| | |||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵ | Scott Ullrich | 2009-09-14 | 1 | -0/+4 |
| | | | | include 2009 on files that I have asserted (C) on | ||||
* | Massive javascript cleanup, all .js files now live in $g['www_path']/javascript | Bill Marquette | 2009-03-14 | 1 | -18/+18 |
| | | | | Purged unused JS | ||||
* | Add global.js | Scott Ullrich | 2009-03-14 | 1 | -1/+3 |
| | |||||
* | Sajax is no more, long live Prototype | Bill Marquette | 2009-03-14 | 1 | -9/+1 |
| | | | | This eliminates one AJAX library, but not all "non-Prototype" AJAX code | ||||
* | Fix javascript include in head.inc | Bill Marquette | 2009-03-13 | 1 | -3/+4 |
| | | | | | Add 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 ↵ | Bill Marquette | 2009-03-13 | 1 | -1/+4 |
| | | | | duplication | ||||
* | Detect iphone / ipod | Scott Ullrich | 2008-11-17 | 1 | -0/+9 |
| | |||||
* | Use outputCSSPrintFileInline() function | Scott Ullrich | 2008-08-09 | 1 | -1/+1 |
| | |||||
* | * Check if file exists | Scott Ullrich | 2008-08-09 | 1 | -3/+8 |
| | | | | | * Correct Javascript -> CSS incorrect assignment * Restore inline functions | ||||
* | Do not inline niftycssCode.css | Scott Ullrich | 2008-08-09 | 1 | -2/+2 |
| | |||||
* | Unbreak 1.3 CP. | Scott Ullrich | 2008-08-09 | 1 | -1/+1 |
| | |||||
* | Include firebug lite if enablefirebug lite GET parm is set | Scott Ullrich | 2008-07-27 | 1 | -1/+5 |
| | |||||
* | Add inline print style css output code and switch nifty to it. | Scott Ullrich | 2008-07-27 | 1 | -9/+7 |
| | |||||
* | REALLY unbreak niftycorners | Scott Ullrich | 2008-07-27 | 1 | -2/+1 |
| | |||||
* | Unbreak nifty corners | Scott Ullrich | 2008-07-27 | 1 | -6/+13 |
| | |||||
* | Begin using inline CSS/JS including functions. | Scott Ullrich | 2008-07-27 | 1 | -4/+5 |
| | |||||
* | Fix a bug that prevented the page title from being displayed correctly. | Matthew Grooms | 2008-07-25 | 1 | -1/+3 |
| | |||||
* | Rewrite portions of the user manager to ensure data is properly synced to | Matthew Grooms | 2008-07-25 | 1 | -2/+3 |
| | | | | | | | | | | | the system password and group databases. This is to provide better support for centralized user management when local account administration is preferred. I also took this opportunity to do some housekeeping. A lot of funtions that were only being used in one place or not at all were removed. The user page privelege checks were also simplified in preperation for future work in this area. | ||||
* | Fix nerve center theme. | Scott Ullrich | 2007-01-18 | 1 | -1/+6 |
| | | | | Patch submitted by DSH | ||||
* | SCRIPT_FILENAME works better under lighty than PHP_SELF | Bill Marquette | 2005-09-17 | 1 | -1/+1 |
| | | | | SCRIPT_FILENAME works in both lighty and mini, so move to using that var | ||||
* | XHTML/CSS Clean Up | Erik Kristensen | 2005-09-11 | 1 | -3/+7 |
| | |||||
* | Added SAJAX support. | Erik Kristensen | 2005-09-11 | 1 | -14/+5 |
| | | | | | System Meters are updated via AJAX now. Started XHTML/CSS cleanup. | ||||
* | Ticket #454 | Bill Marquette | 2005-09-03 | 1 | -0/+1 |
| | | | | | Export theme to javascript as theme (imaginative, I know) use path to theme icons for x.gif | ||||
* | Adding AutoComplete to firewall_nat_edit | Erik Kristensen | 2005-08-23 | 1 | -4/+18 |
| | | | | head.inc searchs javascript directory for includes now | ||||
* | First Step in Fixing AutoComplete and Cleaning Up Code | Erik Kristensen | 2005-08-23 | 1 | -0/+18 |
| | |||||
* | adds alerts to the system, no links associated with them to acknowlege, will ↵ | Erik Kristensen | 2005-07-31 | 1 | -0/+1 |
| | | | | come soon. | ||||
* | Restore previous behavior. | Scott Ullrich | 2005-07-21 | 1 | -0/+10 |
| | |||||
* | Remove <?php from top of head.inc | Scott Ullrich | 2005-07-21 | 1 | -1/+0 |
| | |||||
* | Move theme selection to guiconfig.inc. | Colin Smith | 2005-07-21 | 1 | -9/+0 |
| | |||||
* | remove blank lines | Bill Marquette | 2005-07-20 | 1 | -4/+2 |
| | |||||
* | just making themes work a little better :) | Erik Kristensen | 2005-07-17 | 1 | -1/+1 |
| |