Shared Blocks

Component type

module

Categories

Maintenance status

Development status

Downloads

3902

Component created

Component changed

If you have a main site with blocks that you want to syndicate across several
other websites, you need this module!

Features:

UUID Resolver

Component type

module

Maintenance status

Development status

Downloads

421

Component created

Component changed

UUID Resolver is a module that accepts a UUID under a registered wildcard menu path and redirects to the target object (i.e. node/term/etc.) the UUID identifies. It integrates with the UUID module to look up an object. When a page access hits the wildcard path with a UUID recognized in the system, the URL is redirected to the path of the target object.

For example, in a Drupal site http://www.example.com, node UUID lookup is registered on the path uuid/%. The site has a node:

  • nid: 2
  • uuid: 286acd2e-cd1d-11df-a386-005056812593

The following URL:

http://www.example.com/uuid/286acd2e-cd1d-11df-a386-005056812593

will be redirected to

http://www.example.com/node/2

css3pie

Component type

module

Maintenance status

Development status

Downloads

27261

Component created

Component changed

css3pie module is a simple wrapper around the css3pie library from http://css3pie.com.

How to install?

7.x-2.x
Install and activate css3pie, libraries and ctools modules. Download the PIE Library from http://css3pie.com and extract it to sites/all/libraries/PIE
6.x-1.x
Install and activate css3pie and libraries modules. Download the PIE Library from http://css3pie.com and extract it to sites/all/libraries/PIE

Important!

Please don't hijack and use this project issues for CSS questions. This is not the right place for CSS support. Instead use the official CSS3 PIE forum or drupal.org forum!

Why?

CSS Level 3 brings with it some incredibly powerful styling features. Rounded corners, soft drop shadows, gradient fills, and so on. These are the kinds of elements our designer friends love to use because they make for attractive sites, but are difficult and time-consuming to implement, involving complex sprite images, extra non-semantic markup, large JavaScript libraries, and other lovely hacks.

CSS3 promises to do away with all that! But as we all know, due to Internet Explorer’s lack of support for any of these features, we must be patient and refrain from using them, and make do with the same old tedious techniques for the foreseeable future.

OAuth Login Provider

Component type

module

Maintenance status

Development status

Downloads

7761

Component created

Component changed

Exposes a new resource to OAuth-based API's that identifies the user that has given access to the API-consumer.

This method is used by big API-providers like Twitter, LinkedIn and Digg to enable API-consumers to let the providers users log in to the consumer. Something that in at least Twitters case has been widely deployed.

This module provides a services resource exposing the user authorizing the consumer as well a Services endpoint exposing that resource and a OAuth context that provides authentication.

Debugger

Component type

module

Maintenance status

Development status

Downloads

983

Component created

Component changed

This module allows you to profile your Drupal application without external PHP extension required.
Step by step code analyser with profiler summary.
Difference between this Drupal profiler and the others is that, you can check the execution times per file, module or even hook to find the weakest parts.

Trending

Component type

module

Maintenance status

Development status

Component created

Component changed

This module which I hope one day will be able to do is track trending changes over time for any type of data on a site. I will start off by implementing an ubercart trending feature that tracks what certain users buy over time. Then not only will I have a way of displaying the data but the data will be able to be used by other modules. (suggestions)

Sequenced newsletter

Component type

module

Categories

Maintenance status

Development status

Downloads

2060

Component created

Component changed

Sequenced newsletter takes a category of Simplenews newsletters and sends it's emails in a sequenced intervals. Administrator can set interval between each message. New subscriber will get email every time when this interval finishes. It will stop receiving emails when received all of them.

User variable

Component type

module

Maintenance status

Development status

Downloads

4662

Component created

Component changed

Module for working with variables.
Analog built-in functions Drupal varible_set() / variable_get(), but with differences:
1. variables are stored in a separate table and are loaded only when necessary (which does not load the memory);
2. variables may belong to specific users;
3. variables may be dependent on the session;
4. variables can be temporary (delete by Cron);
5. variables can be global.

xml2node

Component type

module

Maintenance status

Development status

Downloads

4090

Component created

Component changed

Import XML-Content from 3rd party systems (or any external content) to Drupal nodes using drupal queue and batch api. This is done either manually by uploading a file and import it with batch api or automatically by providing some hotfolders which will be scanned on cron. The XML files must follow a specific structure.

Introduction: http://www.youtube.com/watch?v=tfU5z6TFmZA

Demo: http://www.youtube.com/watch?v=K1XCk6u87gM