classAct 7.x-1.x-dev

Class Act

Now you don't have to worry with declaring the globals, they're already available using the ca class of the classAct module.

function myFunc () {
  $admin = FALSE;

  if (ca::$user->uid == 1) {
    $admin = TRUE;
  }
}

comment_notify 7.x-1.x-dev

Bug fixes
New features

This is the dev release from the 7.x-1.x branch.

It may contain code different than the latest stable release as that code is worked on and prepared for a final release.

Please help test it out and report any issues to the issue queue.

new_aggregator 7.x-0.1-alpha3

New features
Bug fixes

Added feed image support.
Full test suite for Aggregator.
Tests for syndication parser, testing the feed parsing capabilities.
Minor UI improvements.
Separated all Aggregator Light processor related code to aggregator.ligt.inc.
Handling node types where the name contains underscore.

Pages

Subscribe with RSS Subscribe to RSS - 7.x