Ignore:
Timestamp:
Feb 28, 2006, 5:28:06 AM (19 years ago)
Author:
rvelices
Message:

calendar improvements: week on weekly list starts on Monday,
ability to show grayed months/weeks/days (without any picture in it),
added icons for created/posted fields
language uniformization

calendar fixes: correct number of pictures in calendar view,
code simplification (I hope so)

File:
1 edited

Legend:

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

    r1057 r1059  
    9191$conf['calendar_datefield'] = 'date_creation';
    9292
    93 // calendar_multi_bar : the calendar shows a maximum number of 
     93// calendar_multi_bar : the calendar shows a maximum number of
    9494// year/month/week/day navigation bars
    9595$conf['calendar_multi_bar'] = true;
     
    9898// year/month/week/day navigation bars
    9999$conf['calendar_show_any'] = true;
     100
     101// calendar_show_empty : the calendar shows month/weeks/days even if there are
     102//no elements for these
     103$conf['calendar_show_empty'] = true;
    100104
    101105// newcat_default_commentable : at creation, must a category be commentable
     
    250254// for PHP version newer than 4.1.2 :
    251255// $conf['show_exif_fields'] = array('CameraMake','CameraModel','DateTime');
    252 // 
     256//
    253257$conf['show_exif_fields'] = array(
    254258  'Make',
     
    271275// +-----------------------------------------------------------------------+
    272276
    273 // session_use_cookies: specifies to use cookie to store 
     277// session_use_cookies: specifies to use cookie to store
    274278// the session id on client side
    275279$conf['session_use_cookies'] = true;
    276280
    277 // session_use_only_cookies: specifies to only use cookie to store 
     281// session_use_only_cookies: specifies to only use cookie to store
    278282// the session id on client side
    279283$conf['session_use_only_cookies'] = true;
     
    285289$conf['session_name'] = 'pwg_id';
    286290
    287 // session_save_handler: comment the line below 
     291// session_save_handler: comment the line below
    288292// to use file handler for sessions.
    289293$conf['session_save_handler'] = 'db';
Note: See TracChangeset for help on using the changeset viewer.