Development

Changeset 9230

You must first sign up to be able to contribute.

Changeset 9230

Show
Ignore:
Timestamp:
05/24/08 18:07:33 (6 months ago)
Author:
fabien
Message:

fixed schema for IPv6 (closes #3626)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfGuardPlugin/branches/1.0/README

    r8204 r9230  
    377377=== 1.1.14 PRE === 
    378378 
     379 * fabien: fixed schema for IPv6 (#3626) 
    379380 * fabien: [BREAKS BC] renamed app_sfGuardPlugin_routes_register to app_sf_guard_plugin_routes_register (#2562) 
    380381 * fabien: added HTTP status code 401 when coming from a XMLHTTPRequest (#2469) 
  • plugins/sfGuardPlugin/branches/1.0/config/schema.yml

    r7887 r9230  
    4545    user_id:        { type: integer, primaryKey: true, required: true, foreignTable: sf_guard_user, foreignReference: id, onDelete: cascade } 
    4646    remember_key:   { type: varchar, size: 32 } 
    47     ip_address:     { type: varchar, size: 15, primaryKey: true } 
     47    ip_address:     { type: varchar, size: 50, primaryKey: true } 
    4848    created_at:     ~ 
  • plugins/sfGuardPlugin/branches/1.1/README

    r8892 r9230  
    376376=== 2.1.0-PRE === 
    377377 
    378   * fabien: fixe typo (#3501) 
     378  * fabien: fixed schema for IPv6 (#3626) 
     379  * fabien: fixed typo (#3501) 
    379380  * fabien: added forms (migrated sfGuardAuth) 
    380381  * fabien: added guard:create_user and guard:promote tasks 
  • plugins/sfGuardPlugin/branches/1.1/config/schema.yml

    r7887 r9230  
    4545    user_id:        { type: integer, primaryKey: true, required: true, foreignTable: sf_guard_user, foreignReference: id, onDelete: cascade } 
    4646    remember_key:   { type: varchar, size: 32 } 
    47     ip_address:     { type: varchar, size: 15, primaryKey: true } 
     47    ip_address:     { type: varchar, size: 50, primaryKey: true } 
    4848    created_at:     ~