Ignore:
Timestamp:
Dec 27, 2011, 6:26:44 AM (12 years ago)
Author:
rvelices
Message:

feature 2541 multisize

  • core implementation + usage on most public/admin pages
  • still to do: sync process, upload, gui/persistence for size parameters, migration script, center of interest ...
File:
1 edited

Legend:

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

    r12768 r12796  
    8989//no elements for these
    9090$conf['calendar_show_empty'] = true;
    91 
    92 // calendar_month_cell_width, calendar_month_cell_height : define the
    93 // width and the height of a cell in the monthly calendar when viewing a
    94 // given month. a value of 0 means that the pretty view is not shown.
    95 // a good suggestion would be to have the width and the height equal
    96 // and smaller than upload thumbnails configuration size.
    97 $conf['calendar_month_cell_width'] =80;
    98 $conf['calendar_month_cell_height']=80;
    9991
    10092// newcat_default_commentable : at creation, must a category be commentable
     
    761753// upload form or through pwg.images.addSimple web API method?
    762754$conf['upload_form_automatic_rotation'] = true;
     755
     756// 0-'auto', 1-'derivative' 2-'script'
     757$conf['derivative_url_style']=0;
     758
     759$conf['chmod_value']=0777;
     760
    763761?>
Note: See TracChangeset for help on using the changeset viewer.