aboutsummaryrefslogtreecommitdiffstats
path: root/include/config_default.inc.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature #295, proxy support for fetchRemoteplegall2016-02-151-0/+14
|
* happy new year 2016, all headers updatedplegall2016-01-141-1/+1
|
* feature #392, authentication keys, album notificationplegall2015-12-311-0/+4
| | | | | | | | * On album notification (for a group), sends one distinct email for each user with a new authentication key. * When someone clicks the link with auth=<key> in URL, if the user is not already connected, Piwigo will automatically connect the user.
* feature #379, multiple format, add psd file extension by defaultplegall2015-12-201-1/+1
|
* feature #379 multiple format, step 3: add/removeplegall2015-12-161-0/+3
| | | | | * during sync, Piwigo will detect new/removed formats for an existing photo * multiple formats features is disabled by default
* feature #379 multiple format, step 1: add formatsplegall2015-12-031-0/+4
| | | | | | * new table piwigo_image_format (each photo can have 0 to many formats) * only compatible with synchronization for now. Formats must be in sub-directory pwg_format * formats are visible on edition page only for now
* closes #346 chunk_size is now a config settingplegall2015-08-121-1/+5
|
* ?> at end of php (even if not required)rvelices2015-05-121-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@31157 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3221 Add Logger classmistic1002015-04-241-9/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@31102 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2955: make the keywords separator configurableplegall2015-04-211-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@31097 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3067: add pdf in conf.picture_ext to illustrate PDF representative ↵plegall2014-09-231-1/+1
| | | | | | generation git-svn-id: http://piwigo.org/svn/trunk@29762 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3067: upload any file type with the new HTML5 upload form.plegall2014-07-301-7/+17
| | | | | | | | | $file_types = conf['upload_form_all_types'] ? $conf['file_ext'] : $conf['picture_ext']; By default, conf['upload_form_all_types'] = false; git-svn-id: http://piwigo.org/svn/trunk@29124 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove unused config variablervelices2014-05-291-4/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@28558 68402e56-0260-453c-a942-63ccdbb3a9ee
* allow TakeATour to exist in the public partflop252014-04-141-1/+1
| | | | | | typo fix in config.inc.php git-svn-id: http://piwigo.org/svn/trunk@28180 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3031: add $conf['sync_exclude_folders'] parametermistic1002014-01-231-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@26928 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update headers to 2014. Happy new year!!mistic1002014-01-051-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2869 added: support TIFF files on web upload (requires ext_imagick)plegall2013-12-121-1/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@25929 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2995 and feature 2997mistic1002013-11-071-3/+0
| | | | | | | | | change organization of configuration page add theme parameter on GUI change links color of dark mail theme (pink) remove main themes css files git-svn-id: http://piwigo.org/svn/trunk@25372 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2995: New email templatemistic1002013-11-061-1/+1
| | | | | | | | | rewrite pwg_mail_group() and pwg_mail_notification_admins() new function pwg_mail_admins() add complete template management in pwg_mail() TODO : font-size problem in Thunderbird git-svn-id: http://piwigo.org/svn/trunk@25357 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2965: apply new template on pwg_mail()mistic1002013-11-051-36/+33
| | | | | | TODO : review other mail functions, configuration GUI git-svn-id: http://piwigo.org/svn/trunk@25344 68402e56-0260-453c-a942-63ccdbb3a9ee
* in case of external auth, database admin has to reset piwigo_images.added_byplegall2013-11-051-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@25338 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2976: API methods for users and groups managementmistic1002013-10-241-0/+3
| | | | | | TODO : methods to manage albums permissions git-svn-id: http://piwigo.org/svn/trunk@25117 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2965: replace custom mail functions by PHPMailer (version 5.2.7).plegall2013-10-171-0/+2
| | | | | | | | | | | | | Based on patch by msakik. function pwg_send_mail no longer used (all is done in pwg_mail) new param $conf['smtp_secure'] work still in progress, some obsolete code must be removed git-svn-id: http://piwigo.org/svn/trunk@24951 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r23498 from branch 2.5 to trunkplegall2013-06-241-0/+4
| | | | | | | | feature 2929: strip metadata on configurable threshold git-svn-id: http://piwigo.org/svn/trunk@23499 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2855flop252013-06-161-0/+7
| | | | | | | new otpion "inherit" for create_virtual_category(), and $conf['inheritance_by_default'] = false; ToDo: album registred from Ftp git-svn-id: http://piwigo.org/svn/trunk@23272 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r22660 from branch 2.5 to trunkplegall2013-05-141-0/+5
| | | | | | | | feature 2899: ability to allow HTML in EXIF/IPTC (disabled by default) git-svn-id: http://piwigo.org/svn/trunk@22661 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2831: simple way to protect urls of originalsrvelices2013-02-021-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@20516 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2826mistic1002013-01-291-1/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@20449 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2820 Var renamedflop252013-01-151-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@20177 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2820 & bug:2684flop252013-01-141-0/+3
| | | | | | | | | | | add $conf['maxRequests'] perf enhanced : declare once {combine_script} add one loading gif, fixed at the bottom right of the page display an icon for picture loading, and an error icon if ajax failed : might need to be integrated in sprite.png ToDo picture page/clean up unused loader gif/sleep above all. git-svn-id: http://piwigo.org/svn/trunk@20161 68402e56-0260-453c-a942-63ccdbb3a9ee
* update Piwigo headers to 2013 (the end of the world didn't occur as ↵plegall2013-01-011-1/+1
| | | | | | expected on r12922) git-svn-id: http://piwigo.org/svn/trunk@19703 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2798: let the webmaster decide how many comments to display onplegall2012-12-061-0/+5
| | | | | | | comments.php by default git-svn-id: http://piwigo.org/svn/trunk@19303 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2727: improve password security with the use of PasswordHash class.plegall2012-11-021-3/+11
| | | | | | | | | | This class performs salt and multiple iterations. Already used in Wordpress, Drupal, phpBB and many other web applications. $conf['pass_convert'] is replaced by $conf['password_hash'] + $conf['password_verify'] git-svn-id: http://piwigo.org/svn/trunk@18889 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2783: ability to disable ip address in the session idplegall2012-11-011-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@18850 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2772: remove "Home" from html title pages on index pagesrvelices2012-10-131-4/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@18637 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove useless function/configuration due to derivativesplegall2012-05-261-7/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@15316 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2633 added: ability to select default sizeplegall2012-05-241-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@15299 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2630: switch default admin theme to "clear"plegall2012-05-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@15228 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 414 (yes, a 6 years old request): ability to define the list ofplegall2012-03-101-0/+3
| | | | | | | permitted characters in file/directory names for synchronization. git-svn-id: http://piwigo.org/svn/trunk@13527 68402e56-0260-453c-a942-63ccdbb3a9ee
* improvement of picture title on picture page, drop boxes on index page ...rvelices2012-02-121-4/+0
| | | | | | sharpening uses a zider scale range git-svn-id: http://piwigo.org/svn/trunk@13115 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2548 multisize - ability to choose displayed size on index pagervelices2012-01-171-1/+4
| | | | | | -added some logs on i.php (configurable) to measure the perf git-svn-id: http://piwigo.org/svn/trunk@12908 68402e56-0260-453c-a942-63ccdbb3a9ee
* fetaure 2542 replace $conf['local_data_dir'] with $conf['data_location'] and ↵rvelices2011-12-291-5/+5
| | | | | | move combined files and image derivatives from local to _data git-svn-id: http://piwigo.org/svn/trunk@12802 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2541 multisizervelices2011-12-271-9/+7
| | | | | | | - core implementation + usage on most public/admin pages - still to do: sync process, upload, gui/persistence for size parameters, migration script, center of interest ... git-svn-id: http://piwigo.org/svn/trunk@12796 68402e56-0260-453c-a942-63ccdbb3a9ee
* simplification of 'startup phase' - multisite.inc.php is not required ↵rvelices2011-12-191-1/+1
| | | | | | anymore / database.inc.php is included after config. git-svn-id: http://piwigo.org/svn/trunk@12768 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2413 added: move gallery_url configuration parameter from database toplegall2011-08-221-0/+5
| | | | | | | local configuration file. git-svn-id: http://piwigo.org/svn/trunk@11978 68402e56-0260-453c-a942-63ccdbb3a9ee
* tiny bug fixed in ['graphics_library'] parameter descriptionplegall2011-08-181-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@11965 68402e56-0260-453c-a942-63ccdbb3a9ee
* rename #images.average_rate to rating_scorervelices2011-08-021-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@11893 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11738 from branch 2.2 to trunkplegall2011-07-131-0/+12
| | | | | | | bug 2375 fixed: ability to deactivate representative cache on sub-albums (['representative_cache_on_subcats']) or when searching for another representative due to privacy level (['representative_cache_on_level']) git-svn-id: http://piwigo.org/svn/trunk@11739 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2317 move order config to Admin->Config->Optionsmistic1002011-07-011-24/+4
| | | | | | | | new GUI interface for simple paterns in GUI, order_by and order_by_inside_category are merged (not un DB) users can define special paterns with $conf['order_by_custom'] and $conf['order_by_inside_category_custom'] git-svn-id: http://piwigo.org/svn/trunk@11587 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2284patdenice2011-04-291-1/+1
| | | | | | Send forgotten file in previous commit (again!) git-svn-id: http://piwigo.org/svn/trunk@10685 68402e56-0260-453c-a942-63ccdbb3a9ee