Ignore:
Timestamp:
Dec 25, 2004, 8:33:36 PM (19 years ago)
Author:
plg
Message:
  • user permissions ask update at each admin page generation. Table user_forbidden must be updated only if current user is not in administrative section
  • bug fixed : category.php, error on page title when non category selected
  • admin/search : bug on variable $PHP_SELF, replaced by $_SERVERPHP_SELF
  • admin/user_perm : inheritence management. When a category become authorized, all parent categories become authorized, when a category become forbidden, all child category become forbidden
  • no more recursivity in delete_categories function
  • new function get_fs_directories for future new method of synchronization
  • new function get_uppercat_ids replacing several pieces of code doing the same
  • new function get_fulldirs used for metadata function get_filelist and future new method of synchronization
  • new function get_fs for future new method of synchronization
  • typo correction on lang item "about_message"
  • no link to category privacy status management on user permission anymore (giving the menu item instead)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/fr_FR.iso-8859-1/admin.lang.php

    r655 r657  
    307307$lang['user_delete'] = 'Supprimer l\'utilisateur';
    308308$lang['user_delete_hint'] = 'Cliquez ici pour supprimer définitivement l\'utilisateur. Attention cette opération ne pourra être rétablie.';
    309 $lang['permuser_info'] = 'Seules les catégories déclarées en privée sont affichées. Cliquez ici pour y accéder : ';
    310 $lang['permuser_info_link'] = 'Sécurité des catégories';
     309$lang['permuser_info'] = 'Seules les catégories déclarées en privée sont affichées. Le status privé/public des catégories est configurable dans l\'écran "Catégories > Sécurité" de l\'administration.';
    311310$lang['permuser_only_private'] = 'Seules les catégories privées sont représentées';
    312311
Note: See TracChangeset for help on using the changeset viewer.