Patch

Tabs Module Patch: Enable Validation Form per Tab Panel in Navigation

 

Hello folks

I made a new feature to enable the form trigger a validation per panel before to next or previous action gets executed.

If some field required is blank, the field is highlighted as error.

This feature has a flag in admin tabs to enable or disable the JS validation.

AttachmentSize
tabs_enable_validation_in_navigation.patch3.93 KB

Patch for CCK Fatal error: Cannot unset string offsets

Hello folks

Yesterday I got a freeking Fatal Error

 

AttachmentSize
cck_unset_error.patch654 bytes

Move term and update url alias

Regards,

I've tested taxonomy manager and so far is a really useful module and it really makes things easy, however i am using pathauto as well, in order to make my urls looks nicer.

The problem comes when pathauto auto-generates term's url, because when i "move" a term using taxonomy manage, the url should change as well automaticly.

That's why i created this patch, so when I "move" the term, taxonomy manager updates the url too.

AttachmentSize
urlalias-update.txt1.41 KB

Patch for Views SlideShow: SingleFrame Controls are rendered even if the slideshow doesn't have pagination

Hello folks

Today I realize if I set the items per slide variable in SingleFrame and Set to YES the variable display controls, the controls are rendered even if the slideshow doesn't have pagination.

So after review the code I detect in my perspective a bug in the logic.

Check the attached patch to validate is item_per_slide is lower than rows available in view.

enjoy IT.

enzo

AttachmentSize
singleframe_display_controls_if_pager.patch3.04 KB

Sharing your site with Short URLs

We have all seen short URLs used when people add links on facebook, twitter, et al. such as bit.ly/[some short string]

On a customers site in Drupal we use AddThis (http://drupal.org/project/addthis) for creating sharing buttons and links.

However, in most situations (Twitter does its own URL shortening), the URL that is shared is the full path to the node. Eg. http://yourdomain.com/contenttype/nodetitle

A request to use a custom short URL (Eg. yrdom.me) was recieved.

Patch to fix term edition in Taxonomy Manager module for Drupal 6

Taxonomy Manager.png

Hello folks.

We have developed a patch in order to disable the use of ajax when you save a term on taxonomy manager module, it seems that is a problem with the form action url when you use ajax.

The problem is that the form action URL is admin/content/taxonomy_manager/voc/VID and after the click the  term, it's never changes. Applying the patch attached on the post, the browser url will change automatically to  admin/content/taxonomy_manager/voc/VID/TID.

AttachmentSize
taxonomy_manager-[issue-number].txt1.69 KB

Patch to enable print City and Country in Debug Mode for GeoIP API

GeoIP API Debug with country code

Hello folks.

I did a small patch to include the Country and City in Debug mode for module GeoIP API  with Drupal 6, the debug mode for this module is important in development process and useful if you don't access to computers in other countries.

You can follow the issue request to include in next release at http://drupal.org/node/1006424

Merry Christmas

enzo

How to make the VBO option "Modify node taxonomy terms" works

When you put content taxonomy fields and VBO modules work together that can be frustrating with the "Modify node taxonomy terms" option.


This is because the Vocabulary id and the content_field are not properly updated for VBO module, if you want to contribute at this particular issue click here.


Jason

AttachmentSize
views_bulk_operations-674864.patch1.38 KB

Patch to disable redirect to External URLs with GlobalRedirect Module

Hello folks

A customer requested to remove an apparently security issue, caused by Global Redirect in the way it handles the request to translate node/xx to the human URL inside Drupal.

Well this treatment generates a problem with requests like this http://www.domain.com/?q=http://domain2.com, redirecting the customer to http://domain.com website.

To avoid this behavior I did a little path for the module file to disable this option and return a page not found.

AttachmentSize
globalredirect-disable-external-url.patch655 bytes
Syndicate content