OG Forum

Component type

module

Maintenance status

Development status

Downloads

30797

Component created

Component changed

I am going to be merging OG Forum D7 back into this namespace once I ensure that SA-2011-004 is no longer an issue.

I will NOT support D6!

I have finished marking all of the open issues as Closed (won't fix). Please do NOT file any issues against 6.x branches. As stated above, I am not planning on supporting D6.

Creates a forum per organic group and restricts viewing forum nodes by group membership.

Rawlog

Component type

module

Maintenance status

Development status

Downloads

3376

Component created

Component changed

This module logs system events to a file, as a tiny and lightweight replacement option for watchdog (dblog for Drupal 6) module. It is intended for using in situations when the site is highly loaded and even disabling DB logging activity can slightly help, or you want a dedicated log file for events on site, different from a system log.

Among the Rawlog features:

Automated Logout

Component type

module

Maintenance status

Development status

Downloads

205222

Component created

Component changed

This module provides a site administrator the ability to log users out after a specified time of inactivity.
It is highly customisable and includes "site policies" by role to enforce logout.

Try it out on Simplytest.me

Context

Component type

module

Maintenance status

Development status

Downloads

2083081

Component created

Component changed

Context

Context allows you to manage contextual conditions and reactions for different portions of your site. You can think of each context as representing a "section" of your site. For each context, you can choose the conditions that trigger this context to be active and choose different aspects of Drupal that should react to this active context.

Think of conditions as a set of rules that are checked during page load to see what context is active. Any reactions that are associated with active contexts are then fired.

GeSHi Filter for syntax highlighting

Component type

module

Maintenance status

Development status

Downloads

95308

Component created

Component changed

The GeShi Filter module provides a filter for source code syntax highlighting for a wide range of languages.

Source code can be entered with for example <code type="java">...</code> or <blockcode language="python">...</blockcode>. Starting from version 5.x-2.0 it is also possible to define your own generic and language specific tags (e.g. <java>) or to work with square bracket style tags (e.g. [python]). Automatically adding line numbers is possible too with for example [ruby linenumbers="normal"].

Language Support

At the time of this writing the GeSHi library supports highlighting for more than 200 programming languages and configuration syntaxes, including: ActionScript, Ada, Apache Log, AppleScript, ASM, ASP, Bash, C, ColdFusion, C++, QT, C#, CSS, D, Delphi, Diff, DOS, dot, Eiffel, Fortran, Groovy, Haskell, HTML, INI, Inno, Java, Javascript, LaTeX, Lisp, Lua, Motorola 68000 Assembler, Matlab, mIRC Scripting, MySQL, Objective C, OCaml, OpenOffice.org Basic, Oracle 8 SQL, Pascal, Perl, PHP, PL/SQL, Python, QBasic/QuickBASIC, Rails, Microsoft Registry, robots.txt, Ruby, SAS, Scheme, Smalltalk, Smarty, SQL, TCL, Text, Visual Basic, vb.net, VHDL, XML, X++.

Additional support for highlighting Drupal source code is provided too.

DruTeX

Component type

module

Maintenance status

Development status

Downloads

25854

Component created

Component changed

DruTeX is a powerful LaTeX module for Drupal. It can be used to display mathematics written in LaTeX as images inline with other text, or separately as a downloadable pdf.

Features include:

  • rendering of maths or arbitrary LaTeX via latex + ImageMagic / dvipng
  • support of classical LaTeX-math environments like $x^2$, [ x^2 ]
  • some plain latex2html and html2latex facilities (no external program needed)
  • pdf generation of nodes (with LaTeX)
  • highly-configurable input formats
  • security-enhanced modes (to allow even anonymous users to write latex)
  • Drupal / LaTeX UTF-8 (utf8) support
  • Able to remotely render LaTeX on a foreign server if your primary server doesn't support LaTeX

ImageCache

Component type

module

Maintenance status

Development status

Downloads

850559

Component created

Component changed

ImageCache allows you to setup presets for image processing. If an ImageCache derivative doesn't exist the web server's rewrite rules will pass the request to Drupal which in turn hands it off to ImageCache to dynamically generate the file.