Bassets Server

Component type

module

Maintenance status

Development status

Downloads

1641

Component created

Component changed

  • Provides a services routine with various actions which can be called by the Bassets client.
  • Deletes pictures on the clients after they have been deleted from the server.

Dependencies

Note for Drush-User

You need to download OAuth manually. See #2148773: Create dummy module oauth.

Field info

Component type

module

Categories

Maintenance status

Development status

Downloads

2002

Component created

Component changed

Adds a menu item to "structure" to list all fields used by content types and other entities. Handy to get an overview and directly edit a field.

Also lists the unused field widgets so you can see which module you could possibly disable.

PHP Configuration

Component type

module

Maintenance status

Development status

Downloads

1457

Component created

Component changed

Summary

Add PHP level configurations. You can add any PHP configurations like

  1. memory_limit
  2. max_input_time
  3. max_execution_time

etc using this module. You dont need to edit settings.php or .htaccess or php.ini file every time.


Find all PHP level configurations that you can set using this module http://www.php.net/manual/en/ini.list.php

Requirements

Just Drupal Core.

Installation

Enable the module.

Subfolders Domain (sub domains)

Component type

module

Maintenance status

Development status

Downloads

4165

Component created

Component changed

Create and configuring easily the hierarchy Subdirectory multi-site for your Drupal multi site from one installation and a single shared database. This module allows you to add new subdomains directories or management of subdomains directories without changing/adding any file configuration (such .htaccess, sites.php, Alias in Apache config file, ...)

Ex: example.com/site-1, example.com/site-2

Subfolders Domain requires Domain module.

Do not forget to read the Master File README.txt for more information related to the installation.

Sprout Admin

Component type

module

Categories

Maintenance status

Development status

Downloads

360

Component created

Component changed

Sprout admin provides administrative enhancements to Sprout.

  • Provides a two column panels based content edit screen
  • Sets default values for new content types using the Content Type: Extras module (no more having to remember to turn commenting off!)
  • Sets our administrative theme as default for the admin pages as well as content edit screens
  • Sets up a linkit profile for easier linking to both internal and external content
  • Integrates the scheduler module by default to provide a more intuitive publishing flow

Permissions Lock in Settings

Component type

module

Maintenance status

Development status

Component created

Component changed

Allows locking permissions and entire roles using $conf in the settings.php file of a site. Testing of this project is requested, specifically the role locking since we did not test that fully.

Based on the work for Permissions Lock this module differs in that all locks can be done within the settings.php file for your site. This allows you to better maintain alternate settings for the permission locks between environments as well as removing the need for a new module to hook into the permissions lock module.

Bassets Media

Component type

module

Maintenance status

Development status

Downloads

1795

Component created

Component changed

  • Provides a media plugin which can be activated the same way as the standard plugins.
  • Provides a (currently rudimentary) keyword search, querying the index of the Bassets server.
  • The remote search has the same user interface as the standard media plugins.

Bassets Media is part of the installation profile "Bassets Client" of the Bassets distribution

Bassets Stream Wrapper

Component type

module

Maintenance status

Development status

Downloads

1395

Component created

Component changed

  • Provides the stream wrapper bassets
  • Is being used by the Bassets clients
  • Temporarily saves the transfered original file in the file system.
  • Delivers the files to the browser if they were included via Bassets Media.

Dependencies

Bassets Services Client Connection requires the following modules,