This patch applies module update instructions at http://drupal.org/node/64279 to update rsvp module to Drupal 5.x.
to apply the patch follow those instructions:-
- cp rsvp_upgrade_to_5.x.patch [path_of_rsvp_module] (e.g. /var/www/drupal/all/modules/rsvp/ )
- cd [path_to_rsvp_module]
- patch -p1 -R < rsvp_upgrade_to_5.x.patch

CommentFileSizeAuthor
rsvp_upgrade_to_5.x.patch18.75 KBRemon

Comments

owahab’s picture

Assigned: Unassigned » owahab
Category: bug » feature
Status: Needs work » Needs review

Thanks for the effort.

owahab’s picture

Status: Needs review » Needs work

rgeorgy,
I reviewed the code, it's neat and to the point.
I have one single thing to criticize the patch you submitted:
You probably seen how basic 4.7 code was. It wasn't using many features provided by, for example, Forms API.
Your patch is almost the same: it corrects errors in 4.7 to 5 movement but it doesn't implement any of Drupal 5 features.
I believe we need to have the module written in a better way with a tighter integration with similar modules.
I will for sure commit parts of your code or start porting to 5 based on your code but I can't promise that your code will fully appear in 5.x version of the module.
Thank you once again for your work.

owahab’s picture

Status: Needs work » Closed (fixed)