Changeset 808 for trunk/doc


Ignore:
Timestamp:
Aug 8, 2005, 10:52:19 PM (19 years ago)
Author:
plg
Message:
  • new : external authentication in another users table. Previous users table is divided between users (common properties with any web application) and user_infos (phpwebgallery specific informations). External table and fields can be configured.
  • modification : profile.php is not reachable through administration anymore (not useful).
  • modification : in profile.php, current password is mandatory only if user tries to change his password. Username can't be changed.
  • deletion : of obsolete functions get_user_restrictions, update_user_restrictions, get_user_all_restrictions, is_user_allowed, update_user
  • modification : user_forbidden table becomes user_cache so that not only restriction informations can be stored in this table.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ChangeLog

    r806 r808  
     12005-08-08 Pierrick LE GALL
     2
     3        * new : external authentication in another users table. Previous
     4        users table is divided between users (common properties with any
     5        web application) and user_infos (phpwebgallery specific
     6        informations). External table and fields can be configured.
     7       
     8        * modification : profile.php is not reachable through
     9        administration anymore (not useful).
     10
     11        * modification : in profile.php, current password is mandatory
     12        only if user tries to change his password. Username can't be
     13        changed.
     14
     15        * deletion : of obsolete functions get_user_restrictions,
     16        update_user_restrictions, get_user_all_restrictions,
     17        is_user_allowed, update_user
     18
     19        * modification : $user['forbidden_categories'] equals at least
     20        "-1" so that category_id NOT IN ($user['forbidden_categories'])
     21        can always be used.
     22
     23        * modification : user_forbidden table becomes user_cache so that
     24        not only restriction informations can be stored in this table.
     25       
    1262005-07-17 Pierrick LE GALL
    227
Note: See TracChangeset for help on using the changeset viewer.