Posted by sillygwailo on August 25, 2009 at 3:51pm
| Project: | Pirate |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | critical |
| Assigned: | sillygwailo |
| Status: | closed (fixed) |
Issue Summary
A developmental branch is available as of today. If you find any Drupal 7 compatibility issues, post them here.
Comments
#1
See #310812: Pirates in Drupal
#2
#3
#4
Committed. Keepin' th' issue open until D7 be released officially. Yarr!
#5
Usin' the
/emodifier is greatly grandly discouraged, Scurvy dog!<?php- '/(\.\s)/e' => 'avast("$0",3)',
- /([!
?>
+ '/(\.\s)/e' => 'pirate_avast("$0",3)',
+ '/([!\?]\s)/e' => 'pirate_avast("$0",2)', // Greater chance after exclamation
?>
It ain't because you be a pirate that you shouldn't be security conscious.
#6
Dang. I knew there was something, when I starred at that code, and resorted to only fix the function namespace...
#7
Made a separate issue for that at #917254: Remove /e modifier in preg_replace. Now that the 7.x-dev release is a little more stable, let's file separate issues for that branch.