Drupal 6 port

zilla - March 6, 2008 - 23:20
Project:Activity
Version:5.x-3.x-dev
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:patch (code needs review)
Description

imho, this module is paramount (along with buddylist) for implementation of a networking site of any kind on drupal6 - as much as users need OG or CCK or Views and so on - they also need buddylist and activity to keep track of site contacts and relationships...

at any rate, just wondering if *anybody* knows where buddylist and activity modules are headed for d6 and if there's any sort of timeline..not sure if activity module will follow buddylist for d6 (if and when it happens) or if they'll go out hand in hand...

any insights are appreciated. thanks

#1

sirkitree - March 7, 2008 - 18:27

Planning to port to D6 and looking for time ;) Sponsorship welcome.

I do not coordinate with buddylist very much though we're aware of eachother.

#2

zilla - March 10, 2008 - 19:31

um, what would sponsorship entail? will it include and resolve this patch - http://drupal.org/node/205746?

#3

Fayna - March 18, 2008 - 17:52

I would help sponsor this module as well for Drupal 6 port! :)

The Buddylist module has not been updated in a while, and I'm not sure they're planning on porting to D6. Would Buddylist 2 be a viable option for the Activity module and Drupal 6?

http://drupal.org/project/buddylist2

#4

zilla - April 11, 2008 - 16:29

@fayna - i think that the new "user relationships" should be the default model for this kind of thing, including hook into activity - it's much more robust in terms of features for users and other module devs...

#5

Fayna - April 11, 2008 - 16:57

Hmmm... I wish they'd all combine forces and work on the ultimate buddy list module. :P Easier for us to pick these things!

#6

jaydub - April 16, 2008 - 16:57

Buddylist2 relies on Views module which of course is not yet ported
to Drupal 6 so you have User relationships and Buddylist as candidates
for porting. User relationships is already ported but doesn't look like
Buddylist has much activity going on.

So if D6 is your target platform and you are looking for user relationship
type of modules I think User Relationships is your best bet at this
time not only for standalone use but also for integration with Activity.

#7

zilla - April 26, 2008 - 18:27

hmmm...any status on d6 progress for activity (and for use with user relationships module)? very eager to offer this resource to users, though not sure how far off a working version may be...

#8

jaydub - April 28, 2008 - 16:05

I ported activity to D6 a week and a half ago or so but
ideally we would like to clean up the issue queue for D5
a bit more and make the D6 version better as a result.

If you have any thoughts on any of the issues in the
queue currently that you consider to be key for D6
please comment here or on those issues.

#9

zilla - April 28, 2008 - 21:53

@jaydub - not sure, haven't been following closely enough...any chance you summarize a top 5 or top 10 for discussion?

#10

geodaniel - June 18, 2008 - 14:39

subscribing

#11

stefgosselin - June 27, 2008 - 08:39

Ha ! Just started porting to D6, this module not being ported is kind of a show-stopper for the moment.
I am hoping someone somewhere has the time to look into this module, as imho it is installed in just about every drupal 5 install I have seen.

I am able to offer support in the form of testing patches / submitting bug reports and maybe even fix a thing or 2, if need be, but I do not have the time to port the module itself, not in the near future anyways. Maybe in August, if no-one has picked up on the issue.

(Subscribed)

#12

geodaniel - July 4, 2008 - 12:05

Any chance you could post what you have already to the D6 branch in CVS so we can start testing it and help move it along?

#13

geodaniel - July 4, 2008 - 12:07
Title:path to drupal6 (with buddylist) - any info on status?» Drupal 6 port
Category:support request» task

#14

mariusooms - July 12, 2008 - 11:33

subscribe

#15

geodaniel - July 28, 2008 - 19:00
Status:active» patch (code needs work)

I wanted to try porting a module to Drupal 6 and I'm keen to see this one working, so... Attached is an initial patch (based on the DRUPAL-6--1 branch in CVS) to port activity module along with activitynode, activitycomment and activityhistory modules to Drupal 6. I have not attempted to port any of the other contrib modules at this point.

Known issues:
* duplicate activity rows are showing at times (observed with comment activity in particular)
* aid column is receiving inconsistent values, leading to clashes on row insert

AttachmentSize
activity-initiald6port.patch23.54 KB

#16

geodaniel - July 28, 2008 - 19:09

Another issue:
* activity feeds are not working

#17

geodaniel - August 6, 2008 - 14:06

Is it worth me putting more effort into porting this, or will there be a lot of changes made to the D5 branch still?

#18

sirkitree - August 6, 2008 - 14:50

Planning a lot of work to the D5 branch, but that should not stop us from porting. Features can be ported as we put them in D5.

#19

geodaniel - August 14, 2008 - 22:58
Status:patch (code needs work)» patch (code needs review)

Attached is a port that now includes all of the contrib modules too. I'd appreciate if people could try this out and let me know any issues you come across.

AttachmentSize
activity-initiald6port.patch28.13 KB

#20

geodaniel - August 15, 2008 - 10:27

Updated patch attached, cleaning up some formatting and adding @file comments to each file to make coder module happy.

AttachmentSize
activity-initiald6port.patch37.68 KB

#21

Jboo - August 25, 2008 - 21:48

Just a quick, probably simple, question! How do I apply this using cygwin? I know how to apply single patches against each other but not sure how to do this as the patches are all in one file. I tried the following command; patch -p0 < patchfile when in the root of the activity module but got a lot of errors saying "Hunk Failed at 1".

The answer is probably really simple, but I'm useless at understanding patching!

Thanks for any help.

#22

geodaniel - August 26, 2008 - 10:12

That same method should work I think. What version do you already have on your system that you are trying to patch against?

#23

Jboo - August 26, 2008 - 10:49

I tried to patch against 5.x-3.0-beta2 but guess i might be using the wrong version?

Thanks for the quick reply.

#24

geodaniel - August 26, 2008 - 18:25

It looks like the version I patched against was a copy of the latest code from the DRUPAL-5--3 branch about 3 and a half months ago. It will probably need to be re-rolled against the beta.

#25

Artem - September 3, 2008 - 16:37

Subscribing

#26

mercmobily - September 6, 2008 - 00:30

subscribe

 
 

Drupal is a registered trademark of Dries Buytaert.