Changeset 695 for trunk/include


Ignore:
Timestamp:
Jan 16, 2005, 12:13:30 PM (19 years ago)
Author:
plg
Message:
  • big update in thumbnail creation process : form is always shown with the comprehensive list of pictures without thumbnails (no matter the directory) unless there are no thumbnail missing.
  • thumbnail creation process : form parameters are saved between 2 thumbnail generations thanks to new process
  • thumbnail creation process : can ask to create all missing thumbnails
  • thumbnail creation process : default thumbnail width and height are configured in include/config.inc.php
  • thumbnail creation process : errors due to no write access directories are catched
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config.inc.php

    r675 r695  
    184184
    185185// level_separator : character string used for separating a category level
    186 // to the sub level
     186// to the sub level. Suggestions : ' / ', ' » ', ' → ', ' - ',
     187// ' >'
    187188$conf['level_separator'] = ' / ';
    188189
     
    190191// display before and after the current page ?
    191192$conf['paginate_pages_around'] = 2;
     193
     194// tn_width : default width for thumbnails creation
     195$conf['tn_width'] = 128;
     196
     197// tn_height : default height for thumbnails creation
     198$conf['tn_height'] = 96;
    192199?>
Note: See TracChangeset for help on using the changeset viewer.