phpunit2

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Objetive

Provides Unit test to Drupal Modules unsing PHPUnit. This modules provides a custom
runner to run PHPUnit test in Drupal. Also include some features to mock functions using the test_helper extension created
by Sebastian Bergman.

Actually is tested in Drupal 6 only, we will include support for Drupal 7 also in the future.

Instalation

Previous to the module instalation you need to have installed PHPUnit, Xdebug and Test_Helpers
extension.

In order to install PHPUnit do the following steps

Entityreference Instead of Product Reference

Component type

module

Maintenance status

Development status

Component created

Component changed

You can't always use modules built for entityreference to elicit designed behaviors of a product_reference. This patch and module allow you to use an entityreference as the field to which to apply the add_to_cart_form field formatter. The module does this with awkward/intrusive alter hook implementations, which is what motivates the patch.

UC Gift Certificate (D7)

Component type

module

Maintenance status

Development status

Component created

Component changed

Beginning work on updating the uc_gift_certificate module to D7.

Please note that all functions reference uc_gift_certificate rather than uc_gift_certificate__d7_, to keep the possibility of a merge back to the uc_gift_certificate project easy.

PagSeguro

Component type

module

Categories

Maintenance status

Development status

Downloads

1809

Component created

Component changed

This project was created to integrate the PagSeguro API(a Brazilian payment provider) purely into Drupal, so that any modules that want to use PagSeguro can extend it, without reinventing the API integration, like once was with Ubercart integration, Commerce integration and so on.

This way, we hope to make the API integration itself more maintainable and easier to use, so that the adoption of Drupal as an e-commerce platform grow up in Brazil, as PagSeguro is one of the key players of the payment providers market.

Ti Mama

Component type

module

Maintenance status

Development status

Component created

Component changed

Site de recettes de cuisines étrangère, de la cuisine chinoise à indienne, en passant par la cuisine des îles.

Field Extended API

Component type

module

Categories

Maintenance status

Development status

Downloads

1781

Component created

Component changed

Field Extended API is an API module whose goal is improving the developer experience (DX) of the core Field API, which is currently in a pretty bad shape due to field language handling.

This issue is being addressed in #1260640: Improve field language API DX. Meanwhile this module provides a way to experiment and find out the right API functions to introduce in core.