It would be great if this module could be backported to Drupal 5

CommentFileSizeAuthor
#1 reindex-backport.tar_.gz2.4 KBlyricnz

Comments

lyricnz’s picture

Status: Active » Needs review
StatusFileSize
new2.4 KB

Okay, I just did this myself. How's this? See attachment. It doesn't handle errors quite as elegantly as the 6.x version, but it seems to work well for me. It just calls search_cron() rather than duplicating existing functionality - or am I missing something?

lyricnz’s picture

- the error message/link in the javascript needs to be updated update.php?op=error - probably to progress_done?op=error

- is the problem with calling search_cron() when the real cron strikes?

lyricnz’s picture

Assigned: lyricnz » Unassigned
smithn.nc’s picture

A client was looking for this functionality on their D5 site. I thought I'd make a comment for anyone else who was confused upon installing this backport, Clean URLs must be enabled for this version of the module to work.

Niklas Fiekas’s picture

Status: Needs review » Closed (won't fix)

I guess by now, more than two years later, this isn't needed anymore. The backport looks good though - intresting to see the differences between D5 to D7.