Closed (fixed)
Project:
Hashtags
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2012 at 02:38 UTC
Updated:
21 Jan 2016 at 11:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nbchip commented+1
Comment #2
Leopold-2 commented+1
Comment #3
Raul Cano commented+1
Comment #4
BrockBoland commentedI started working on this tonight, and wound up refactoring a ton of code in the process. I've still got some cleanup and testing to do, but I'll have a monster patch to share pretty soon here. It will make changes outside the scope of this issue, but I hope that the maintainer is open to it to clean things up a bit and put the module in a better position to address other issues.
Comment #5
BrockBoland commentedBig huge patch attached. I also included a zip file of the individual commits (using
git format-patch). These can all be applied usinggit am 0*if you'd like to review my commit history on this issue.First off: I did not change the basic functionality of the module. Existing sites should be able to make use of this patch without having to change config options or even run update.php. The new config options default to the previous functionality; site admins can change these config options if they want to, but the module functionality will not change without
So, what did I change?
There are still other things that need cleanup, like other places that should be using field_get_items().
Comment #6
Anonymous (not verified) commentedAny movement on testing/review of patch? One way or another, this module would be much more useful if comments could use hashtags.
Comment #7
deanflory commentedThese patches are not applicable to 7.x-1.4 that was released before your patch submission:
patch < hashtags-1551532-5.patch
patching file hashtags.info
Hunk #1 FAILED at 2.
1 out of 1 hunk FAILED -- saving rejects to file hashtags.info.rej
patching file hashtags.install
Hunk #1 succeeded at 20 (offset 2 lines).
Hunk #2 FAILED at 37.
Hunk #3 FAILED at 55.
2 out of 3 hunks FAILED -- saving rejects to file hashtags.install.rej
patching file hashtags.module
Hunk #1 succeeded at 1 with fuzz 2.
Hunk #2 FAILED at 49.
Hunk #3 FAILED at 272.
Hunk #4 FAILED at 293.
Hunk #5 FAILED at 302.
Hunk #6 FAILED at 355.
Hunk #7 FAILED at 381.
Hunk #8 FAILED at 413.
Hunk #9 FAILED at 448.
8 out of 9 hunks FAILED -- saving rejects to file hashtags.module.rej
Can you reroll this for the current version? Otherwise, without this functionality this module is pretty useless for sites that allow commenting.
Since the Twitter module will automatically link hashtags (@ & #) to twitter.com I don't really see this module being necessary unless you're trying to hijack the twitter hashtag system for your own means without it being relevant to the larger world.
Comment #8
BrockBoland commentedUnfortunately, I'm no longer using this module and don't have time to work on this. I'll have to leave this one to you guys.
Comment #9
lofos1 commentedHi BrockBand, do you by chance have some time to work on this this year ?
Comment #10
BrockBoland commentedI do not: I'm no longer doing Drupal development.
Comment #11
molnitza commentedUse my sandbox module. It works for me.
Comment #12
deanflory commentedThanks molnitza, will check it out!
Comment #13
radamiel commentedimplemented in 7.x-1.5 - must run update.php
Comment #14
radamiel commented