Ubercart Devel Generate

Component type

module

Downloads

3305

Component created

Component changed

Ubercart Devel Generate takes advantage of the devel module to generate Ubercart content. The module only depends on the uc_product and devel modules at the moment.

Ubercart Devel Generate is currently able to

DUMMY Update test module

Component type

module

Categories

Downloads

5674

Component created

Component changed

DO NOT USE THIS MODULE! It is just here to help us test the update and installation code in Drupal Core.

Dries has okay'd this.

Environments

Component type

module

Downloads

1188

Component created

Component changed

This module was created to fill the need for *two-dimensional* environment/host management.
* What's an environment? An environment is a development or server location where a full Drupal build (possibly including multiple hosts) is set up. In our work, we tend to have
1) a primary 'dev' environment (site.dev.ourwork.com),
2) local environments for each developer (site.dev.local),
3) a staging environment (staging.site.com),
4) a live site (www.site.com), etc.
But each of these environments can have multiple sites/hosts, making the number of actual hosts to track and toggle grow exponentially.
The domain_access module does a good job of tracking hosts, but in only one environment.

The goal for now is not to manage deployment between multiple environments, but rather to allow for managing content between the environments, and more generally to have code- and user-level context awareness of each environment. The module is currently a barebones API, to be expanded upon for various use cases. I'm interested in hearing what use cases people have.

Envts has no UI yet, but simply allows other modules to define environments with a hook. (Anyone is welcome to create a UI for the module, since my time is limited!)

Skip Validation

Component type

module

Categories

Maintenance status

Development status

Downloads

2820

Component created

Component changed

This module is no longer supported! I do not recommend using it.

For end users:

This module provides two mini modules, which enable the skipping of all validation routines, including required fields, when deleting nodes and users from node and user forms respectively.

For node forms, required fields are also skipped when previewing.

For Developers:

This module provides three new FAPI options for submit buttons:

RegexPal

Component type

module

Maintenance status

Development status

Downloads

1084

Component created

Component changed

RegexPal is a JavaScript regular expression tester implemented in JavaScript and available at RegexPal.com. It includes real-time regex syntax and match highlighting. The regex syntax highlighting is more complex than you might expect, as it strives to be aware of all aspects of ECMA-262 3rd Edition regex syntax, and some browser-specific bugs, features, and limitations.

Home Page: http://www.regexpal.com

Currently this module doesn't work properly yet, because of following issues:

SONISWEB Integration

Component type

module

Downloads

2009

Component created

Component changed

This is a set of developer APIs that allows Drupal to interact with the SONISWEB Academic Administration System (Version 2.3 or higher).

What this module does not do

  • Provide any functionality visible to users.

What this module does do

  • Allows all of the authentication data to be centrally maintained.
  • Provides an easy abstracted way to call the SONISWEB APIs.
  • Provides an easy abstracted way to run read only SQL queries.
  • Converts ColdFusion SQL results into PHP like SQL results.
  • Converts html dropboxes to Form API options array.
  • Converts a SQL query to a Form API options array

quick_disable_enable

Component type

module

Categories

Downloads

283

Component created

Component changed

=== SUMMARY ===

Every module has to be first disabled and then enabled to reflect every minor change
made to hook_menu() in a custom module.
This module provides developers with a refresh checkbox, which will automatically
disable and enable the selected module using the refresh checkbox.

=== REQUIREMENTS ===

* System module (A core module)

Query-Based Views (Q-Views)

Component type

module

Downloads

2719

Component created

Component changed

Watch the video demo

Q-Views is currently in Alpha and has a couple of security flaws that need to be sorted out before being released as beta. Note that Alpha releases should never be used on production sites. Please also note this module has multiple critical security flaws.