- 30 Oct, 2007 8 commits
-
-
Russ Fish authored
NewNewUser()/newuser would block and then unblock and get done; meanwhile the PHP thread went away so we never returned to call NewNewProject/mkproj. Move the call on the newuser script from PHP into the back-end Perl newproj script for atomicity. www/newproject.php3 - When the project leader is a new user, pass two xml files to the newproj backend script, one describing the project and the second one (an optional) file describing the newuser. www/user_defs.php - Factor the xml-making part of NewNewUser into NewNewUserXML. www/project_defs.php - Remove the required $leader arg of NewNewProject. newproj may call newuser, which may generate the leader uid. backend/newproj.in - Call newuser with an optional 'newuser_xml' XML file. sql/database-fill.sql - Add 'projects','newuser_xml'.
-
Leigh B. Stoller authored
a Z index that was causing the dropdown menus to be hidden. Also some updates for the navbar.
-
Leigh B. Stoller authored
-
Russ Fish authored
-
Mike Hibler authored
-
Leigh B. Stoller authored
makes formatting super wide tables really hard to do in a cross browser manner (that I can tolerate). Also improve visual separation of the top banner from the content title area.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 29 Oct, 2007 1 commit
-
-
Mike Hibler authored
nodelog info, exclude the plab nodes that we are not going to display anyway.
-
- 26 Oct, 2007 1 commit
-
-
Leigh B. Stoller authored
-
- 25 Oct, 2007 10 commits
-
-
David Johnson authored
from opsdb or dpdb; you can't ask for more than 12 hours of data; you can filter by src/dst site/node, basic value constraints. Also added a command line client to issue requests.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
center a section of left-justified text below a table such that its that same size as the table. At least in a cross-browser compat way. So, I gave up.
-
Leigh B. Stoller authored
permissions and pre-reserves. Easier to do this in the context of a particular experiment since we know the project.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
is now deprecated in favor of id=''
-
Russ Fish authored
-
David Johnson authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 24 Oct, 2007 13 commits
-
-
David Johnson authored
change...
-
Russ Fish authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
history (all versions). I think the form can be done better then how I did it.
-
Russ Fish authored
approveproject.php3 - Take the user out of project group first, then 'nuke' the user, similar to how approveproject:Nuke does it, before removing the destroyed project. tbsetup/rmuser.in - Allow removing an unapproved project leader when nuking. tbsetup/rmgroup.in - There are no /etc/group entries for an unapproved project group. db/Group.pm.in - More exclude_leader fixes to Group->MemberList.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
different. Temporary switch to style-new.css for a few days since many browsers do not reload the style files for some reason.
-
Leigh B. Stoller authored
menus that used to be on the left side, are now drop down menus along the top. The banner across the top will also be smaller and more space efficient. The primary motivation for these changes is to leave more room for actual content in the main window. Tested with Firefox (1.5 and 2.0), Safari (2.0 and 3.0) and on Internet Explorer Version 7. IE6 has some visual issues that might make it a little annoying, but should be viewed as incentive to upgrade to IE7 since it has been out a long time.
-
Leigh B. Stoller authored
-
Russ Fish authored
-
Russ Fish authored
-
Russ Fish authored
-
- 23 Oct, 2007 3 commits
-
-
Russ Fish authored
-
Russ Fish authored
www/delaycontrol.php3 - Convert the form into SPITFORM/submit/formfields. Add a ChangeDelayConfig function to spit out XML to delay_config. account/delay_config.in - Add -X <xmlfile> in place of other command-line args. sql/database-fill.sql - Add a couple of 'virt_lans' entries for delay_config's use.
-
Kevin Atkinson authored
over a fixed interval. Useful to see if managerclient.pl is working.
-
- 22 Oct, 2007 4 commits
-
-
Mike Hibler authored
has explicitly set it via setexptid
-
David Johnson authored
an interface_setting that was set from the lan itself (i.e., convert an insert to a replace sql stmt). Necessary so that our wifi docs aren't lying...
-
Mike Hibler authored
-
Robert Ricci authored
a comment about a place where I'm pretty sure I've got a constant wrong or something...
-