Ignore:
Timestamp:
Mar 3, 2011, 10:12:57 PM (13 years ago)
Author:
plg
Message:

a permission may not automatically apply to sub-albums

in the upload form, the album list does not show private (and unreachable for
the user) albums and public albums that contains photos invisible to the user.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/community/maintain.inc.php

    r9441 r9500  
    1919  user_id smallint(5) DEFAULT NULL,
    2020  category_id smallint(5) unsigned DEFAULT NULL,
     21  recursive enum(\'true\',\'false\') NOT NULL DEFAULT \'true\',
    2122  create_subcategories enum(\'true\',\'false\') NOT NULL DEFAULT \'false\',
    2223  moderated enum(\'true\',\'false\') NOT NULL DEFAULT \'true\',
     
    4546  "user_id" INTEGER,
    4647  "category_id" INTEGER,
     48  "recursive" BOOLEAN default true,
    4749  "create_subcategories" BOOLEAN default false,
    4850  "moderated" BOOLEAN default true,
     
    7173  "user_id" INTEGER,
    7274  "category_id" INTEGER,
     75  "recursive" BOOLEAN default true,
    7376  "create_subcategories" BOOLEAN default false,
    7477  "moderated" BOOLEAN default true,
Note: See TracChangeset for help on using the changeset viewer.