Closed (fixed)
Project:
Global Redirect
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
22 Nov 2006 at 17:45 UTC
Updated:
21 Aug 2018 at 03:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nicholasthompsonExcelent - I'll review this when I get a chance and commit it. I haven't had a chance to try it in Drupal 5.0 yet!
Comment #2
Anonymous (not verified) commentedUpdating my original file to include the version info as has been suggested at http://drupal.org/node/87298.
Comment #3
nicholasthompsonCheers - I'll have to remember to submit that in too...
Comment #4
Tobias Maier commentedremove the
package = "Global Redirect"per http://drupal.org/node/101009
there is no reason to start a package for a single module...
Comment #5
Anonymous (not verified) commentedUpdated: removed package declaration and quoted description value.
Comment #6
Anonymous (not verified) commentedComment #7
nicholasthompsonCheers - I'll add this into the next release. Is there any potential issues with including this in a 4.7 release too? (I'm still new to CVS so its quite likely it'll take me a few released to get this right)
Comment #8
Anonymous (not verified) commentedAs long as you don't change your hook_help implementation delivering the .info file in 4.7 is just a file type Drupal doesn't know about and so ignores it. In 5.0 the meta data for the module display all comes from the .info file and the data from the hook_help is ignored. At least I think that is what happens. For all I know .info may have been introduced in 4.7 and enforced in 5.0 but either way it should be a file that is deliverable in 4.7.
Comment #9
nicholasthompsonI seem to have lost permissions to download the info files! Lol... Oh well they aren't hard to make yourself...
Comment #10
niklp commentedYeah... I've just used this successfully...
I suspect this will break releasemonitor.module if you're using that, but I wouldn't expect this "problem" to last for that long anyway.
Mind you, what's with the permissions on the patches??
Comment #11
Tobias Maier commentedhere comes an updated file.
the name has to be in quotation marks, too
Comment #12
Anonymous (not verified) commentedThat must be new. I tested the .info file before submitting it.
Comment #13
Tobias Maier commentedjust look at
http://drupal.org/node/101009
Comment #14
Anonymous (not verified) commentedYes, it is different. BTW, something I learned along the way is that you should quote all the strings in the info file. It helps PHP to parse it more correctly.
Comment #15
nicholasthompsonThe info is now included in the 5.0 release... I hope!
http://drupal.org/cvs?commit=53130
Comment #16
nicholasthompsonAs far as I can see - the info file is now included with V5.x releases.
Comment #17
killes@www.drop.org commented