TXT
Patch
Advanced User Module Patch: Enable use HTML format in Bulk Emails
Submitted by enzo on Fri, 03/25/2011 - 18:08Hello folks
Tabs Module Patch: Enable Validation Form per Tab Panel in Navigation
Submitted by enzo on Wed, 03/23/2011 - 15:42
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.
| Attachment | Size |
|---|---|
| tabs_enable_validation_in_navigation.patch | 3.93 KB |
Patch for CCK Fatal error: Cannot unset string offsets
Submitted by enzo on Wed, 03/23/2011 - 14:54Move term and update url alias
Submitted by jason on Tue, 03/15/2011 - 23:13Regards,
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.
| Attachment | Size |
|---|---|
| urlalias-update.txt | 1.41 KB |
Patch for Views SlideShow: SingleFrame Controls are rendered even if the slideshow doesn't have pagination
Submitted by enzo on Mon, 03/14/2011 - 22:10Hello 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
| Attachment | Size |
|---|---|
| singleframe_display_controls_if_pager.patch | 3.04 KB |
Sharing your site with Short URLs
Submitted by chris on Wed, 02/09/2011 - 22:37We 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
Submitted by jason on Tue, 01/11/2011 - 19:19Hello 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.
| Attachment | Size |
|---|---|
| taxonomy_manager-[issue-number].txt | 1.69 KB |
Patch to enable print City and Country in Debug Mode for GeoIP API
Submitted by enzo on Thu, 12/23/2010 - 21:03Hello 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
Submitted by jason on Fri, 12/17/2010 - 21:08
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
| Attachment | Size |
|---|---|
| views_bulk_operations-674864.patch | 1.38 KB |
Patch to disable redirect to External URLs with GlobalRedirect Module
Submitted by enzo on Wed, 12/01/2010 - 20:29Hello 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.
| Attachment | Size |
|---|---|
| globalredirect-disable-external-url.patch | 655 bytes |

