Six tips to get help with your code
Heine Mon, 2007/11/19 - 07:10
Six tips for getting help with your code, because efficient use of volunteer time is key in getting good and timely support. While this is somewhat geared towards Drupal support on the Drupal.org forum and in the #drupal IRC channel, the tips apply to nearly all code you need help with.
- Post code.
- State the goal and the problem.
- Post actual code.
- Make it short, make it matter.
- Make it complete.
- Make it readable.
Keeping an eye on Drupal core
Heine Mon, 2007/07/30 - 00:56
To more efficiently review code changes in Drupal I've decided to write a little bot that regularly reads the RSS feed of Drupal core commits. It then downloads the referenced patches and creates new content on this site (example) under the category Drupal Core.
As this is a taxonomy term, it comes with the Drupal benefit (tm) of an RSS feed, I now use to quickly review commits to core.
Drupal 5.2 and 4.7.7 released
Heine Thu, 2007/07/26 - 23:18
It was a difficult delivery, but Drupal 5.2 and 4.7.7 have finally been released. As you can read in the release announcement, several vulnerablities were fixed.
There are two advisories:
IN (%s); a security vulnerability waiting to happen
Heine Tue, 2007/06/19 - 00:14
I've written before about (ab)using %s in IN clauses such as:
What MyCaptcha 5.2 will bring
Heine Thu, 2007/06/14 - 22:25
Should time permit I hope to work on MyCaptcha 5.2 this weekend.
Planned features:
- Support for recaptcha.
- Configurable location in forms.
- Configurable description on the CAPTCHA.
- A minimal API necessary for recaptcha and to silence the voice in my head screaming for a more flexible API.
I promise MyCaptcha won't be about 'APIs'; I will focus on the "Just Works" principle.
An alternative Captcha module for Drupal 5.x
Heine Sun, 2007/05/20 - 02:58
A 1.0 version of the alternative CAPTCHA module, MyCaptcha, has been released for Drupal 5.x.
Features:
- Math CAPTCHA
- Image CAPTCHA
- Can be added to nearly any form, without changing PHP code.
For additional information, please see the MyCaptcha manual.
