Dimdim - web conferencing

Component type

module

Maintenance status

Development status

Downloads

2990

Component created

Component changed

Module no longer maintained: the lack of support from Dimdim and their constantly changing stance on who is allowed to use the API made it impossible to work on this project and hence it is no longer being worked on, I would highly encourage anyone to consider other web conferencing tools.

Dimdim lets anyone deliver synchronized live presentations, whiteboards and web pages and share their voice and video over the Internet - with no download required.

Brochure Install Profile Modules

Component type

module

Maintenance status

Development status

Downloads

1690

Component created

Component changed

This project was for the Brochure Install profile but is now obsolete. in the CVS days it was not possible to add feature modules into a install profile project. After the git migration this is no longer the case.

Stickybeak

Component type

module

Maintenance status

Development status

Downloads

1208

Component created

Component changed

This module allows users with the correct permissions to browse the sessions table and view the session information associated with each session.

The only possible use for this module would be curiosity or debugging.

Advanced Panels Cache

Component type

module

Maintenance status

Development status

Downloads

1125

Component created

Component changed

Cache plugins for Panels module. Currently implemented node based cache plugin. Node based cache is intended for panels/panes which update together with nodes they contain.
Advantages:

  • Instant updates. Users don't see old content.
  • Granular updates: only panes/panels containing changed nodes are flushed. Highest cache efficiency.
  • Works for registered users too and complements anonymous page caching

Supported cache backends: Memcached (both Memcache API and Cacherouter-Memcache should work). Other cache backends are not supported because of the way Namespice module works.

This module is not recommended for production use yet: because of undecided status of Namespice module, Advanced Panels Cache remains experimental too.

Bloggers

Component type

module

Maintenance status

Development status

Downloads

4208

Component created

Component changed

Note: As of 2015-05-04, this project appears to no longer be supported. If you are interested in taking this project over, or you as the project maintainer feel this message has been posted in error, please reply to #2472893: Bloggers appears to be unsupported.

Read description in russian below.

English version

Module display a list af all bloggers with their avatars, real names (if module RealName is enabled) and X titles of last blog's posts.
Module is using paging for bloggers list. Pager also can be disabled.

Bloggers list is sorting by total count of posts in blog.
Optionaly (at module settings page) you can enable showing date of blogger's registration at site and a total number of posts in blog for each blogger.

Page is displayed at URL: example.com/blogs

At module settings page you can set:

  • how many titles of last blog's post should be displayed
  • how many bloggers should be displayed at one page (pager is using)
  • how many posts should be in a blog to be listed in this list of bloggers.

Drush User

Component type

module

Categories

Maintenance status

Development status

Downloads

2218

Component created

Component changed

*** Update ***: This project has been commited to drush HEAD, and will be a part of drush4: http://drupal.org/node/663322#comment-3129932

As such, there is no supported release of this project, and it may be considered deprecated. If you need drush_user for drush3, you may download and apply this patch: http://drupal.org/files/issues/user.drush_.inc__8.patch

Original Description:

Namespice

Component type

module

Maintenance status

Development status

Downloads

808

Component created

Component changed

Namespace for cache. Namespice implements simple API containing wrapper functions for cache management using concept of tags.
Supported cache backend: Memcached (both Memcache API and Cacherouter-Memcache should work).
This is an API module for developers, it doesn't have any usage on it's own. Install it only when required by other module.

State of this module

Namespice is experimental. It's features and ideas will likely be incorporated into some cache backend project, to fully support cache lifetime, stampede protection etc.

Features

  • Tagging of cache entries.
  • Optimized serial storage
  • Atomic serial operations. Multiple thread friendly