Changeset 1014

Show
Ignore:
Timestamp:
07/11/08 23:45:03 (5 months ago)
Author:
bastnic
Message:

fixed #631 : fixed bug in jAcl2 pgsql file, p=nuks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/jelix/core-modules/jelix/install/sql/install_jacl2.data.pgsql.sql

    r873 r1014  
    22INSERT INTO jacl2_group (id_aclgrp, name, grouptype, ownerlogin) VALUES (1, 'admins', 0, NULL); 
    33INSERT INTO jacl2_group (id_aclgrp, name, grouptype, ownerlogin) VALUES (2, 'users', 0, NULL); 
    4  
     4SELECT setval('jacl2_group_id_aclgrp_seq', 2, true); 
    55 
    66INSERT INTO jacl2_subject (id_aclsbj, label_key) VALUES ('acl.user.view', 'jelix~acl2db.acl.user.view'); 
  • trunk/lib/jelix/CREDITS

    r1009 r1014  
    149149 - big part of the patch about new action selectors (#317) 
    150150 - counter* plugins for jtpl (#375) 
     151 - fixed bug in jAcl2 pgsql install file (#631) 
    151152 
    152153Laurent Raufaste (aka analogue) 
Download in other formats: Unified Diff Zip Archive