Closed (fixed)
Project:
Taxonomy Menu
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2007 at 23:00 UTC
Updated:
1 Nov 2011 at 13:37 UTC
Jump to comment: Most recent file
Comments
Comment #1
csevb10 commented.info for Drupal 5 Port
Comment #2
csevb10 commentedSince Drupal seems to block .info files, here's .info as a zip
Comment #3
RobRoy commentedIt's best to not mark your own patches RTBC.
- 'callback arguments' takes an array as a value, not a string
- Remove that hook_settings Doxygen as that is not a hook anymore, just say it's the settings menu callback.
Comment #4
csevb10 commentedSorry, Rob. Still new to the whole contributing back to Drupal aspect.
- fixed the comment for the settings function
- modified the 'callback_arguments' to take an array.
Comment #5
drewish commentedi've updated csevb10's patch. it uses more of the new functions offered by 5.0.
Comment #6
drewish commentedbetter version. i've also updated the .info file to use the name tag for the version
Comment #7
drewish commentedthe .info file should have a taxonomy dependency
Comment #8
csevb10 commentedThanks drewish, a few of those I'm still completely unfamiliar with, so I'm glad someone improved upon what I did!
Comment #9
drewish commentednever updated the status.
csevb10, were you actually able to test my patch?
Comment #10
csevb10 commentedAlso, drewish, shouldn't the revision be "$Name$" instead of "$Name: $" (as discussed here: http://drupal.org/node/101009)?
I'm interested to know because I just started using $Name$
Comment #11
csevb10 commentedAs far as I can tell, it worked. I modified my taxonomy_menu module to allow placing the module into more than 1 menu, so I couldn't patch the file directly. I ported over the changes that you added, though, and wasn't able to find any issues. Can anyone else verify?
Comment #12
drewish commentedI'm pretty sure it doesn't matter, I use $Id:$ and CVS replaces that just fine and I've used $Name:$ in other modules.
Comment #13
drewish commentedlooks like we cross posted and unset the status...
Comment #14
mandclu commentedFWIW, I just tried to use the latest patch and .info files from this thread, but my install of the release version of 5.0 didn't list it in the modules available to be enabled. Thoughts?
Comment #15
drewish commentedsurge_martin, silly question but you renamed the .info file from comment #7 to taxonomy_menu.info right? and you applied the patch? to the HEAD version of the module?
Comment #16
mandclu commentedCorrect on all counts. I did notice that when I ran the patch, I got a message that it was installing the patch, but not necessarily that it had successfully completed. From what I could see, it had changes everything but the info line at the start. Could that be the issue?
Could someone try uploading the patched module to see if for some reason my patching is at fault?
Comment #17
mandclu commentedWhoops, I'm testing this on an OS X install, and the OS still had a .txt extension on the info file. With that fixed, the module appears and functions fine.
Comment #18
sepeck commentedresetting title
Comment #19
mandclu commentedThis version seems to break the image galleries, they appear as standard taxonomy listings, it appears to happen because the menu urls are taken over by taxonomy_menu. Anyone else encounter this?
Comment #20
drewish commentedsurge_martin, you should be able to uncheck that taxonomy from on the setings page and keep it out of the menus.
Comment #21
RobRoy commentedFixed up some more stuff. The .info file above is good, here is an update patch for the .module.
Comment #22
drewish commentedRobRoy, you'd re-added the settings link on the help page that I dropped. Do we really need that? The link is added by default at the bottom of the page...
Comment #23
RobRoy commentedAh, I didn't check that page. So that line can be taken out. My bad.
This should apply with offset.
Comment #24
RobRoy commentedAh, I didn't check that page. So that line can be taken out. My bad.
This should apply with offset.
Comment #25
vjordan commentedI can't apply the patch from RobRoy. (The patches from csevb10 apply fine.)
I'm using unixutils on windows patch version 2.5.9. I've converted EOLs using unix2dos and it's rejecting with the following error:
Any advice how I can get around this?
Comment #26
chazoopa commentedIt's all gone quiet on this thread. Can someone post an update on where the upgrade to V5 has reached. It would be nice to know if the contributors feel this is at a point we can test it.
Thanks
Comment #27
drewish commentedit's gone silent because it's working ;) give robroy's patch #21 a try.
Comment #28
dinnouti commentedplease can someone publish the patched version here?
thx
Comment #29
Bevan commentedpity please? ;)
Comment #30
RobRoy commentedIf it's working then this is RTBC and should be committed to the module. Is the committer around?
Comment #31
drewish commentedi don't think there's a committer to be found but it's definitely RTBC
Comment #32
Bevan commentedusing patch from comment #21 and .info file from comment #7 I put together this. and zipped it up -- probably someone will find it a timesaver.
I couldn't apply patches from comments #22 or #23, neither before nor after applying patch from comment #21.
I got the same error on line 27 every time. (like from comment #25)
Briefly tested, and seems fine.
Comment #33
RobRoy commentedI just added myself to CVS access for this module because I was sick of waiting. I've branched to DRUPAL-5 and created a 5.x-1.x-dev development release. Please check in a few hours. Thanks everybody for the hard work.
Comment #34
Bevan commentedSearching for a solution led me to "Using pathauto with menu paths": http://drupal.org/node/41450
It seems it was never committed to 4.7 branch, and therefore didn't make it into these patches -- which is a real shame. That's what we have CVS for -- right? Any thoughts or volunteers?
Comment #35
Bevan commentedI'm having a go at adding Lowell's hack to this port: http://drupal.org/node/121513
Comment #36
srcerer commentedso i am curious to know if there are any planned updates to sort out how taxonomy_menu and pathauto work together (see http://drupal.org/node/41476). i can't just apply their changes as i am using 5.1.
thanks for the update!
Comment #37
(not verified) commentedComment #38
johnvReassigning, to not show anymore in 7.x issues.