Closed (fixed)
Project:
Category
Version:
6.x-2.0-beta3
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
7 Feb 2009 at 13:16 UTC
Updated:
19 Aug 2009 at 05:20 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | cat-breadcrumb-d6-2.patch | 11.57 KB | JirkaRybka |
| #4 | category_breadcrumb.tar_.gz | 3.07 KB | JirkaRybka |
| #2 | category_breadcrumb_d6.patch | 11.4 KB | JirkaRybka |
| #2 | category_breadcrumb.tar_.gz | 3.06 KB | JirkaRybka |
Comments
Comment #1
JirkaRybka commentedSince 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.
Comment #2
JirkaRybka commentedI 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.
Comment #3
JirkaRybka commentedI forgot to update the category/container check to the new $behavior way. Going to re-roll tomorrow (I hope).
Comment #4
JirkaRybka commentedPatch updated. (This was actually the first I did for Category-D6, I only learned about $behavior later.)
Comment #5
Jaza commentedCommitted to HEAD. Thanks! See:
#158598: Category port for Drupal 6.x