Club Blogs
Site backend updated
Submitted by webmaster on Mon, 2008-12-22 19:56That means it's time to iron out the bugs.
I'm fixing up the patch collection to go along with our modifications page so it will be easier to redeploy our custom modifications.
Site backend updated
Submitted by dmt on Fri, 2008-10-24 12:15On the off chance that anybody else was using this site and saw the offline maintenance message for the ten minutes or so that it was up, I upgraded Drupal since the latest release fixes a couple of security holes.
Fun story: I accidentally locked myself out of the site after upgrading it. You can't call AAA for that. To get the site out of maintenance mode, you have to go into MySQL and turn off the site_offline Drupal variable:
update variable set value='s:1:"0"' where name = 'site_offline';
delete from cache where cid='variables';
's:1:"0"' is how Drupal stores its variables as strings; that's not SQL syntax, in case anyone was wondering. The second line clears the variable cache or else Drupal is still going to think the variable is set.
Minor site updates - New Help page
Submitted by dmt on Wed, 2008-10-08 08:49I created a Help page to serve as a main hub for the site documentation. This stuff used to be stuck at the bottom of the About page, but I didn't think it really fit there.
I also disabled the Gallery link until we get it working again. Roger says the libraries we need won't compile.
I fixed a couple of Advanced Forum bugs while I had the time -- it's nice to have the 351 lab finished a week early. See the modifications page for details.
Minor site updates - new secondary links
Submitted by dmt on Wed, 2008-10-01 12:36I added the IT department and portal to the secondary links since they might be places that people would want to go to from here.
Minor site updates
Submitted by dmt on Mon, 2008-09-15 18:48Made links to both forums in the main menu. Added a block for new forum topics. Moved the most recent poll to the right sidebar.
Site updates
Submitted by dmt on Tue, 2008-09-09 13:33New modules:
- Comment closer - configured to close comments on nodes older than three months. This saves the hassle of worrying about spammers posting to old threads.
- Fastoggle - Adds a few AJAXified administration functions to the site.
- Advanced Forums - Makes the forums purtier.
The forums look better than I expected. I put up a poll to see if anyone wants to migrate back to Drupal. [Read more...]
Interesting links
Submitted by dmt on Fri, 2008-08-29 12:54Most of these are via Slashdot.
- How to create a BGP man in the middle attack [PDF]
- A description of the DNS system and the Kaminsky DNS vulnerability
- A description of the GMail session ID theft vulnerability
- The MicroID email hashing used by many Web session management systems can be broken
- A series on commercial cybercrime support websites from the Washington Post's Security Fix blog:
- What it looks like to be infected by a rootkit
- "Tracing optimization" makes Javascript run faster
- CIO Magazine on the current state of scripting languages
- Compile C to Java bytecode with NestedVM [PDF]
- How the Portal portaling code works
- A description of Intel's upcoming Nehalem architecture
- Giving Linux the features of Microsoft's Genuine Advantage
Site updates
Submitted by dmt on Tue, 2008-08-19 09:13Disabled two modules.
* The ContentProfile module looked ugly and did not seem to add any features that we can't get by adding a regular textbox to the user profiles, so I just added a textbox.
* The SwitchTheme module is no longer necessary since users can
switch their theme on their My Account page after giving them the "select different themes" permission.

