Ignore:
Timestamp:
Dec 5, 2004, 10:28:40 PM (20 years ago)
Author:
plg
Message:
  • on picture.php, related categories under the element are displayed in global_rank order
  • when adding a new virtual category, initializes its global_rank
  • bug fixed : in admin/cat_list, false next rank
  • in admin/cat_modify, complete directory is calculated only if category is not virtual
  • admin/picture_modify rewritten : graphically nearer to admin/cat_modify, virtual associations are back
  • update_category partially rewritten : take an array of categories in parameter, becomes optionnaly recursive, use the set_random_representant function, set a random representant for categories with elements and no representant
  • bug fixed : on a search results screen, elements belonging to more than 1 category were shown more than once
  • bug fixed : in admin/cat_modify, changing a value in a textefield and hitting enter was setting a new random representant
File:
1 edited

Legend:

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

    r633 r635  
    5454$lang['up'] = 'Move up';
    5555$lang['down'] = 'Move down';
     56$lang['path'] = 'path';
    5657
    5758// Specific words
     
    346347$lang['cat_list_virtual_category_deleted'] = 'virtual category deleted';
    347348$lang['set_random_representant'] = 'set new random representant';
     349$lang['cat_associated'] = 'virtually associated to';
     350$lang['cat_dissociated'] = 'dissociated from';
     351$lang['storage_category'] = 'storage category';
    348352?>
Note: See TracChangeset for help on using the changeset viewer.