summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add inline print style css output code and switch nifty to it.Scott Ullrich2008-07-272-9/+21
|
* REALLY unbreak niftycornersScott Ullrich2008-07-271-2/+1
|
* Unbreak nifty cornersScott Ullrich2008-07-271-6/+13
|
* Add carriage returnsScott Ullrich2008-07-271-5/+4
|
* Do not inline prototype and scriptaculousScott Ullrich2008-07-271-3/+2
|
* Inline scriptaculousScott Ullrich2008-07-271-2/+1
|
* Fix closing </script> so we can be inlined.Scott Ullrich2008-07-271-1/+1
|
* Correction, prototype can be inlined but scriptaculous is having fun.Scott Ullrich2008-07-271-1/+2
|
* Begin using inline CSS and JS functions. Prototype seems to not agreeScott Ullrich2008-07-271-5/+9
| | | | | but everything else does and I am seeing a very nice speedup using these functions.
* Begin using inline CSS/JS including functions.Scott Ullrich2008-07-271-4/+5
|
* split up ending script so we do not confuse javascriptScott Ullrich2008-07-275-10/+10
|
* Only load IE helper if caller is IEScott Ullrich2008-07-275-4/+9
|
* fix typoChris Buechler2008-07-271-1/+1
|
* bring up laggs on bootup.Ermal Luçi2008-07-251-0/+3
|
* Sync laggs with all configs when needed.Ermal Luçi2008-07-251-0/+2
|
* NOTE: Ticket #1783 is implemented now.Ermal Luçi2008-07-251-1/+1
|
* Link lagg to GUIErmal Luçi2008-07-256-0/+6
|
* Lagg needs all mtus to be the same as the first member.Ermal Luçi2008-07-251-1/+2
|
* Actually lagg(4) uses physical interfaces as vlan doesn't have to do with ↵Ermal Luçi2008-07-251-3/+2
| | | | configured one.
* Fixup lagg GUI.Ermal Luçi2008-07-252-4/+4
|
* Black list lagg.Ermal Luçi2008-07-251-1/+2
|
* Display the lagg interface to the interfaces assign page.Ermal Luçi2008-07-251-0/+14
|
* knob for lagg.Ermal Luçi2008-07-251-1/+1
|
* Set up proto before members.Ermal Luçi2008-07-251-3/+2
|
* Implement frontend part for lagg(4).Ermal Luçi2008-07-252-0/+285
| | | | NOTE: that lagg(4) and bridge(4) need both a status page.
* Correct typo.Ermal Luçi2008-07-251-1/+1
|
* Backend support for lagg(4).Ermal Luçi2008-07-251-0/+58
|
* Fix a bug that prevented the page title from being displayed correctly.Matthew Grooms2008-07-251-1/+3
|
* Link Bridge tab in the GUI.Ermal Luçi2008-07-255-0/+5
|
* NOTE: recommended is to handle interfaces such as gif/gre/bridge with ↵Ermal Luçi2008-07-250-0/+0
| | | | FloatingTabs till a delayed and layered interface loading is implemented.
* Blacklist even gre now that we fill entries automatically for these interfaces.Ermal Luçi2008-07-251-0/+1
|
* Provide good looking entries for GRE/GIF/BRIDGES.Ermal Luçi2008-07-251-0/+39
| | | | NOTE: that for now becareful to assing this cloners after their parents for GRE/GIF and after their members for BRIDGE to avoid problems.
* Teach parser about bridge knob.Ermal Luçi2008-07-251-1/+1
|
* Allow a dummy none options so cloned interfaces like gif/gre can be assigned ↵Ermal Luçi2008-07-252-2/+2
| | | | safely.
* Configure bridges even during bootupErmal Luçi2008-07-251-0/+3
|
* Sync even bridges when resyncing all other configsErmal Luçi2008-07-251-0/+2
|
* Backend support for bridges.Ermal Luçi2008-07-251-0/+138
|
* Implement Bridge interfaces with full options available.Ermal Luçi2008-07-252-0/+689
| | | | | | Much improvement over how we do brigding currently. Remaining is lagg(4) from the list on clone interfaces as far as i am concerned.
* Rewrite portions of the user manager to ensure data is properly synced toMatthew Grooms2008-07-2517-1332/+1365
| | | | | | | | | | | 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.
* new widget, needs testingScott Dale2008-07-251-0/+107
|
* correctly load container for widgets not in saved config, also make AJAX ↵Scott Dale2008-07-251-21/+30
| | | | function names more clear
* code comments and fix loading individual widget config data, oopsScott Dale2008-07-241-5/+22
|
* Log carp state changes to system logging. Why we haven't done this priorScott Ullrich2008-07-241-0/+1
| | | | is a oversight on my part.
* fix typoChris Buechler2008-07-241-11/+11
|
* Adding mhashScott Ullrich2008-07-243-0/+3
|
* * Fix dashboard thanks to ErmalScott Ullrich2008-07-241-19/+16
| | | | | * Style fixes * Move POST code to top of form. Why on earth would we want to invoke ajax calls when we are saving data?
* Propperly handle reconfiguration of all interfaces for VLAN/GRE/GIF.Ermal Luçi2008-07-241-0/+14
| | | | VLAN's where wrongly removed by me previously.
* Return null return value so we know when we did not find any match.Ermal Luçi2008-07-241-1/+1
|
* Fix vlan_in_use function.Ermal Luçi2008-07-241-1/+1
|
* If we are an assigned vlan just reconfigure it after the editing.Ermal Luçi2008-07-241-0/+6
|
OpenPOWER on IntegriCloud