Ticket #523 (closed defect: fixed)

Opened 10 months ago

Last modified 3 months ago

Add check when creating blogs to make sure they are at the top level

Reported by: axelseaa Assigned to: donncha
Priority: normal Milestone:
Component: component1 Version:
Severity: normal Keywords:
Cc:

Description

The blog creation form on wpmu-blogs in the admin interface allows you to enter a blog name which could be many levels in (dir1/dir2/dir3). It creates it successfully, but since the wpmu application only supports top level blogs, it causes problems and will never load.

To stop this from ever happening, I propose a check is added into the addblog bits of the switch statement in wpmu-edit.php

Attachments

check-path.patch (0.8 kB) - added by momo360modena on 04/23/08 20:56:50.

Change History

04/23/08 20:56:38 changed by momo360modena

  • owner changed from somebody to donncha.

04/23/08 20:56:50 changed by momo360modena

  • attachment check-path.patch added.

07/11/08 15:05:41 changed by donncha

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

Fixed this in [1372] by making username and blogname alphanumeric.