Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/08/2011 08:35:34 PM (16 years ago)
Author:
boonebgorges
Message:

Allow group slugs to be up to 200 characters to account for uri-encoding of non-latin alphabets. Fixes #880

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/admin/bp-core-schema.php

    r3643 r3677  
    108108                                creator_id bigint(20) NOT NULL,
    109109                                name varchar(100) NOT NULL,
    110                                 slug varchar(100) NOT NULL,
     110                                slug varchar(200) NOT NULL,
    111111                                description longtext NOT NULL,
    112112                                status varchar(10) NOT NULL DEFAULT 'public',
Note: See TracChangeset for help on using the changeset viewer.