Closed (fixed)
Project:
Activity Stream
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2008 at 14:53 UTC
Updated:
16 Aug 2008 at 13:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
HorsePunchKid commentedI'd be happy to do the same for the 5.x branch if it's likely to get committed.
Comment #2
eojthebravedesignerbrent, Great work! Download and tested your patch. Applied cleanly to 6.x-2.x-dev. Then ran coder.module and there were still a couple of warnings. All of them had to do with capitalization of NULL, FALSE, and TRUE. I fixed the few errors and re-rolled the patch.
It would be great if this could get committed. I can re-roll all of my E_Notice related patches against CVS once you've committed this patch if needed.
Comment #3
akalsey commentedMy local copy of 5.x already had the tabs to spaces cleanup. I'll check in those changes shortly, and if you want to do a code cleanup on the dev version of 5.x I'd be happy to commit it.
Comment #4
akalsey commentedLooks like the patch doesn't apply, most likely because it contains changes that are also in #267500: activitystream_feed gives no warning if simplepie.inc is not available, which had already been applied and committed.
Comment #5
eojthebraveI'll try and re-roll against the current version in the next couple of days.
Comment #6
designerbrent commentedSorry.. I haven't had the time to work on this more lately.
Comment #7
eojthebraveOkay, this patch cleans up everything pointed out by coder.module, along with a few more cosmetic tweaks. Mostly adding commas after the last element of an array, and deleting a few un-necessary newlines here and there.
You need to apply this patch first in order for this to apply cleanly. #287566: PHP Notices on user/*/edit and user/*/edit/Activity Stream
Comment #8
akalsey commentedNo patch attached...
Comment #9
eojthebraveOops. Here ya go.
Comment #10
akalsey commentedCommited in 6.x-1x (cvs branch DRUPAL-6--1). I just noticed that the branch name was off (was declaring this to be 2.x instead of 1.x of the module), so I branched appropriately.
Comment #11
spiffyd commentedDid you forget to add class="permalink" to the "#" permalinks in the feed module? It seems that all other modules have the class except feeds.
Comment #12
akalsey commentedHmm. The 5.x module has the class. I'm guessing that one of the patches applied to 6.x regressed this at some point.
Comment #13
akalsey commentedThe 6.x version does have this class set. See http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/activitystr...
Comment #14
spiffyd commented@akalsey, I believe I found the root of the issue, check out my findings in this other thread: http://drupal.org/node/288018#comment-964170