Ignore:
Timestamp:
Feb 8, 2006, 2:17:07 AM (18 years ago)
Author:
rvelices
Message:
  • remake of Remote sites and Synchronize:
    • synchronization for remote and local sites are done by the same code
    • remote sites can update metadata now (not before) - bug 279
    • fixes bug 82: has_high column
  • improve feature 280: user sort by filename
  • fix path to template mimetypes icons
  • bug 284: session cookie lifetime, deletion on logout and corrected issue

when db upgrades were missing

Location:
trunk/template/yoga/theme
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/clear/themeconf.inc.php

    r960 r1029  
    55  'icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon',
    66  'admin_icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon/admin',
    7   'mime_icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon/mymetypes'
     7  'mime_icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon/mimetypes/'
    88);
    99?>
  • trunk/template/yoga/theme/dark/themeconf.inc.php

    r960 r1029  
    55  'icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon',
    66  'admin_icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon/admin',
    7   'mime_icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon/mymetypes'
     7  'mime_icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon/mimetypes/'
    88);
    99?>
Note: See TracChangeset for help on using the changeset viewer.