Maintainers strive to actively monitor issues and respond in a timely manner.

Shell Client

The shell_client module provides a basic class for interacting with the command line from a Drupal site. This module provides no user interface.

Hide Filepath

Hide Filepath provides a way to hide absolute paths to files on the page source, even if your Drupal instance is using the Public download method.
It especially comes in handy if you want users to be prompted to login first before viewing or downloading a file.

Note: This is not a security module. It's only "security through obscurity". If a direct file-path is known, it is still accessible.
Also, this module currently only supports file fields attached to the Node entity.

Video Demo

For a quick visual overview and demo, check out https://vimeo.com/63399648

Install

  • Download and place the module into your preferred module directory
  • Enable.
  • check the Hide Filepath checkbox on the file field settings form (each file field must be set)

Configure

When attempting to access a file, this module provides configuration options for anonymous and authenticated users.
Anonymous user options:

  • Access Denied
  • Page Not Found
  • Login challenge
  • Custom Hook
  • Allow normal access

Authenticated user options:

  • Access Denied
  • Page Not Found
  • Custom Hook
  • Allow normal access

After installation, the default values are set as:
Anonymous user = Login challenge

LaTeXML

The LaTeXML filter allows generating HTML from LaTeX based documents.

OpenAgency Core

OpenAgency Core provides the core services for OpenAgency Features. These services are:

  • The Service Request entity type, with a sample "Basic Service Request" bundle that holds the essential fields (Status, Assigned to)
  • The Followup entity type, with a sample "Followup" bundle that holds the essential "Followup to" field.
  • Two roles (OpenAgency Staff, OpenAgency Management) with their privileges.
  • The Status Vocabulary, with sample statuses like "New, Underprocessing, Waiting on Customer, ...".
  • The Filter Vocabulary, with sample filters like "Needs Attention, Open Requests, ...".
  • Multiple views required for Entity Selections in forms
  • An Eva view that links followups to service requests, and displays the followup creation forms.
  • Two views that generate pages for the following menu items: "All Service Requests" and "My Service Requests"

Dependencies

Related Projects

  • OpenAgency Reporting (Not started)

log_in page

This module is used to log in user as well as administrator.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained