If you want to do this, then please assign this issue to yourself, and post updates and patches in this thread (not in the main d6 upgrade thread). Volunteer(s) wanted! Thanks.

Comments

JirkaRybka’s picture

Assigned: Unassigned » JirkaRybka

Since I'm the author of category_breadcrumb initial code, and running it on my live site too, I feel both need and responsibility to push this tiny sub-module to D6 sooner or later. Unfortunately, my time-budget is really tight these days, making the time frame a bit unpredictable.

As soon, as I'll find the time to start tries on upgrading my site to 6.x (now that the core of Category is here), I'll look into this. Expected time-frame: Anything between 1 week and 3 months, I really don't know.

Feel free to help, still.

JirkaRybka’s picture

Version: 6.x-2.0-beta1 » 6.x-2.0-beta2
Status: Active » Needs review
StatusFileSize
new3.06 KB
new11.4 KB

I finally got to this work, so the D6 port of category_breadcrumb is ready (I hope):

- The administrative page is moved to a tab on admin/content/category now, to avoid cluttering the top-level admin page. Previously I thought it didn't really belong under the 'content' section, but since the wrapper modules are also there, and since it's all tied to the category module anyway, I finally moved it to have everything in one place (just like Pathauto moved to a tab on URL aliases). (This is the only real change, everything else works just like the 5.x version did.)

- The administrative page is now split to 'category_breadcrumb.admin.inc' as D6 commonly does (although it doesn't really make a lot of difference for a module this small).

- Several strings are corrected/rephrased, hopefully being more clear now, plus a bit of help added.

- Otherwise it's just a straightforward D5->D6 port.

I tested quite everything, and being the author of this code myself, I dare say it's fine. (Still hesitant to set RTBC on my own patch, though ;D )

Attaching both a patch (against the files found in CVS, one file added), and a tarball. Both contain the same.

JirkaRybka’s picture

Version: 6.x-2.0-beta2 » 6.x-2.0-beta3
Status: Needs review » Needs work

I forgot to update the category/container check to the new $behavior way. Going to re-roll tomorrow (I hope).

JirkaRybka’s picture

Status: Needs work » Needs review
StatusFileSize
new3.07 KB
new11.57 KB

Patch updated. (This was actually the first I did for Category-D6, I only learned about $behavior later.)

Jaza’s picture

Status: Needs review » Fixed

Committed to HEAD. Thanks! See:

#158598: Category port for Drupal 6.x

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.