Project:Syndication
Version:master
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Another small step, here is a patch to start the port of the syndication.module to Drupal 5.x.

This patch addresses a minor Drupal 4.7.x to 5.x change; module_exist() is now module_exists()

Keep in mind, I'm trying to teach myself PHP so excuse the errors (if they exist).

Still more to do!

Russ

AttachmentSize
syndication_5.x_01.patch2.49 KB

Comments

#1

Would be interested to know when this is ported to 5.x officially

#2

Me too!!

#3

Would be great if the module would be completely ported to 5.x. Could you post your version with patch here in the meantime?

Thank you!

Mario

#4

Category:bug report» feature request
Status:needs work» needs review

Here's a port which includes settings and fixes module_exist(s).
Also cleans up some line endings that had extra whitespace.

AttachmentSize
syndication_5.x_02.patch 5.27 KB

#5

Here is an updated patch that ports the module to 5.x and also includes the ability to display feeds generated by views.

AttachmentSize
syndication_5.x_03.patch 7.99 KB

#6

Ummm - this time minus the debug.

AttachmentSize
syndication_5.x_04.patch 7.97 KB

#7

Re: syndication_5.x_04.patch

I applied this to the Syndication Module HEAD.

In Administer under "RSS feed syndication", I see the heading "Views:" but none of my Views are listed.

#8

The views functionality will only display views that are generating feeds - it will not create the feeds for you - you will have to configure your views for that.
see:http://drupal.org/node/83597

andre

#9

Updated patch:
- Fixed user search form
- Fixed display of hierarchy in taxonomy
- Fixed t() calls

AttachmentSize
syndication_5.x_05.patch 11.3 KB

#10

I happen to be on vacation at the moment, but I will be rolling a 5.x release of this module when I come back. I will review this patch at that time.

andre

#11

I've gone ahead and created a 5.x branch for the project and have set up the project to create daily development snapshots. Once people have had a chance to test / provide feedback - and needed changes are commited - I'll create a proper 1.0 release.

kiz_0987 - can you create a new patch against the 5.x branch?

andre

#12

Status:needs review» closed (fixed)

I'm actually going to close this issue. If there are other issues that could/should have been fixed we can deal with those as issues against the new 5.x version.

Module has been ported to 5.

andre