Ticket #671 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Slugs incremented incorrectly on upgrade

Reported by: sambauers Assigned to:
Priority: high Milestone: 0.8.3 & BB_Query
Component: Installation/Upgrade Version: 0.8.2
Severity: major Keywords: slugs
Cc:

Description

Slugs are not incremented correctly by the upgrade script from pre 0.8.2 versions to 0.8.2

Slugs are incrementing like this:

example example-1 example-1-2 example-1-2-3 etc.

Instead of like this:

example example-1 example-2 example-3 etc.

Normal creation of slugs in new topics occurs correctly however

Attachments

reprocess-slugs.php (351 bytes) - added by mdawaffe on 06/29/07 07:13:51.

Change History

06/24/07 01:21:40 changed by sambauers

See associated support forum post:

http://bbpress.org/forums/topic/slugs-and-duplicates

06/25/07 17:29:52 changed by mdawaffe

  • status changed from new to closed.
  • resolution set to fixed.

(In [874]) uprade slug bug. Fixes #671

06/25/07 17:31:37 changed by mdawaffe

If you want to reprocess your slugs, write a script that loads bb-load.php and bb-admin/upgrade-functions.php then runs bb_upgrade_process_all_slugs().

06/29/07 07:13:51 changed by mdawaffe

  • attachment reprocess-slugs.php added.

06/29/07 07:15:35 changed by mdawaffe

1. Put attached reprocess-slugs.php in bbPress' main directory. 2. Go to http://your-bbpress-url/reprocess-slugs.php 3. Depending on size of you forums, wait until it's done (it will be obvious). 4. Delete the reprocess-slugs.php file from your server.

06/29/07 21:20:04 changed by mdawaffe

(In [895]) numeric titles don't get slugged properly on upgrade. Fixes #671