Closed (fixed)
Project:
Textmate
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2008 at 03:37 UTC
Updated:
1 Jul 2009 at 21:50 UTC
Jump to comment: Most recent file
Hi!
At this moment, I develop mostly for D6, and I see that some bundle's commands/snipetts just don't follow the TM_drupal_version shell variable.
I wonder if there is any bundle's version newer than macromates' svn repos
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | hook_form_alter_6.patch | 1.15 KB | wim leers |
Comments
Comment #1
moshe weitzman commentedThats the latest. Patches welcome ... Or maybe a separate bundle for d6.
Comment #2
lourenzo commentedOk, I'll work on something ASAP
Comment #3
wim leersHere's a first patch. hook_form_alter now support Drupal 6. I'm not sure about the coding style though … which is partially why I haven't updated the other hooks.
Comment #4
kkaefer commentedCommitted Wim's patch to the TextMate SVN repository.
Comment #5
wim leersOk, cool, coding style was ok then I guess :)
I'll update the other hooks when I next need them!
Comment #6
creatormarius commentedDon't know if I should open up another issue or if it's related:
When I use the context help on a function it correctly goes to the drupal api site, but it performs the query incorrectly and no help is returned.
EG:
If I type "hook_menu", press ^H to look up the help, Textmate contacts api.drupal, but it fails with the message:
Search for 6/hook_menu
No search results found"
Comment #7
psynaptic commentedI'm going to work on this now.
Does anyone have anything before I go ahead and do work you've already done?
Comment #8
psynaptic commentedFor some reason I couldn't get the revision mentioned in #4. I have downloaded the patch and applied it. I'll work on the rest now.
Comment #9
psynaptic commentedThe SVN repo has changed location. Here is the current location:
http://svn.textmate.org/trunk/Review/Bundles/PHP%20Drupal.tmbundle/
Comment #10
psynaptic commentedPlease checkout the latest version from the SVN repository for the 6.x compatibility. Thanks to kkaefer for creating the necessary structure.