aboutsummaryrefslogtreecommitdiffstats
path: root/admin/include (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-28fixes #349, API set ranks of all album photos at onceplegall1-1/+30
on pwg.images.setRank, ability to provide a list of image_id (and no rank). This way you can set the order of all photos of a given album, at once.
2016-01-16clean USER_AUTH_KEYS_TABLE when deleting usermodus751-0/+1
2016-01-14happy new year 2016, all headers updatedplegall23-23/+23
2016-01-14feature #293, also process videosplegall1-0/+48
... as in Piwigo 2.7, to keep the same level of features. Plugin VideoJS may provide a better algorithm.
2016-01-04feature #392, add authentication key in NBM mailsplegall1-7/+7
There are many links in NBM (Notification By Mail, see screen [Administration > Users > Notification]). I had to change several functions to take this authentication key into account.
2015-12-20bug #385 __construct for PHP 7 compatibilityplegall1-2/+2
2015-12-15feature #293 trigger to generate pwg_representativeplegall1-96/+125
* new function upload_file_pdf and upload_file_tiff * code to handle videos removed for now (discussion with @xbgmsharp)
2015-12-10bug #385 PHP7 compatibilityplegall1-2/+20
* array concatenation no longer seem to work
2015-12-10bug #385 compatibility with PHP7plegall8-15/+12
* replace old-style constructor with PHP5-style constructor (__construct) * do not call set_magic_quotes_runtime() any longer * avoid automatic conversion from array to string
2015-12-03feature #379 multiple format, step 1: add formatsplegall1-0/+35
* 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
2015-12-01fixes #377 use Ajax calls to refresh/delete album thumbnailplegall1-0/+19
2015-10-15fix #361 - Watermark Y repeatmodus751-0/+2
2015-10-09fix #357 make orphans photos more obviousplegall1-0/+18
... and easy to delete them all in one click. The orpans, if any, is shown as an entry in the "Photos" menu (link on Batch Manager). In the Batch Manager, new action "delete_orphans" next to prefilter.
2015-08-12closes #346 chunk_size is now a config settingplegall1-1/+2
2015-04-24feature 3221 Lazy log file open, clean codemistic1001-3/+5
git-svn-id: http://piwigo.org/svn/trunk@31103 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-04-21feature 2955: make the keywords separator configurableplegall1-14/+34
git-svn-id: http://piwigo.org/svn/trunk@31097 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-16merge r30972 from trunk to branch 2.7plegall1-3/+6
bug 3203 fixed: for IE, explicit the url even for staying on the same page git-svn-id: http://piwigo.org/svn/branches/2.7@30973 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-16bug 3203 fixed: for IE, explicit the url even for staying on the same pageplegall1-3/+6
git-svn-id: http://piwigo.org/svn/trunk@30972 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16merge r30106 from trunk to branch 2.7plegall1-3/+1
bug 3162: because string(5) "35.10" == string(4) "35.1", we have to use === instead (or !==) git-svn-id: http://piwigo.org/svn/branches/2.7@30107 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16bug 3162: because string(5) "35.10" == string(4) "35.1", we have to use === ↵plegall1-3/+1
instead (or !==) git-svn-id: http://piwigo.org/svn/trunk@30106 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16merge back r30104 (bad commit log, wrong copy/paste)plegall1-1/+3
git-svn-id: http://piwigo.org/svn/trunk@30105 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16bug if (584 == )plegall1-3/+1
git-svn-id: http://piwigo.org/svn/trunk@30104 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-25Merged revision(s) 29773, 29778-29779 from trunk:mistic1001-55/+102
fix plugins autoupdate: call ##_maintain::update when updating from back-office - plugins.version is not updated in "activate" action - plugins.version is updated in "update" action and "load_plugin()" function (not only for plugins using maintain.class.php) cases covered: - autoupdate while active or inactive - FTP update while active or inactive git-svn-id: http://piwigo.org/svn/branches/2.7@29792 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-25final fix for plugins update ?mistic1001-6/+15
- plugins.version is not updated in "activate" action - plugins.version is updated in "update" action and "load_plugin()" function (not only for plugins using maintain.class.php) cases covered: - autoupdate while active or inactive - FTP update while active or inactive git-svn-id: http://piwigo.org/svn/trunk@29779 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-25flaw in r29773mistic1001-1/+6
git-svn-id: http://piwigo.org/svn/trunk@29778 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-24fix plugins autoupdate: call ##_maintain::update when updating from back-officemistic1001-52/+85
git-svn-id: http://piwigo.org/svn/trunk@29773 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22bug fixed: no need to check the table piwigo_plugins, this table always ↵plegall2-2/+1
exists at this point git-svn-id: http://piwigo.org/svn/trunk@29735 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20* feature 3142: upgrade script to Piwigo 2.7plegall1-0/+18
* link to Tour 2_7_0 at the end of upgrade * activate plugin Take a Tour by default git-svn-id: http://piwigo.org/svn/trunk@29665 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-03bug 3134: hide warnings on exif_read_data to avoid breaking HTML5 uploadplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@29392 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-17feature:732flop251-3/+7
unlock sub-albums git-svn-id: http://piwigo.org/svn/trunk@29229 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-15bug:3124flop251-1/+1
derivative_default_size can't be disabled git-svn-id: http://piwigo.org/svn/trunk@29220 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-30feature 3067: upload any file type with the new HTML5 upload form.plegall2-14/+95
$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
2014-07-21fix my previous commit typo mistakervelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@29068 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-21bug 3101: Allow multi language tags to be recognized from selectize or ↵rvelices1-8/+14
metadata sync git-svn-id: http://piwigo.org/svn/trunk@29066 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-17more query2array on admin sidervelices1-61/+49
git-svn-id: http://piwigo.org/svn/trunk@29052 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-06improves regexes parsing plugins metadatamistic1003-18/+20
git-svn-id: http://piwigo.org/svn/trunk@28969 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-02feature 2616: remove useless code (photos_add_direct_process or uploadify ↵plegall8-584/+3
related variables) git-svn-id: http://piwigo.org/svn/trunk@28919 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-18since number of accepted args not required for add_event_handler, simplify callsrvelices3-35/+35
git-svn-id: http://piwigo.org/svn/trunk@28714 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13feature 3088: set AdminTools as default plugin, set admin_multi_view as obsoletemistic1003-3/+3
git-svn-id: http://piwigo.org/svn/trunk@28695 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-09feature 3076: Enhance plugin update system mistic1002-32/+23
git-svn-id: http://piwigo.org/svn/trunk@28651 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-02feature 3010 : replace trigger_action/event by trigger_notify/changemistic1005-13/+13
git-svn-id: http://piwigo.org/svn/trunk@28587 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-30related to bug 3086 : test for curl_init and curl_exec in fetchRemotemistic1001-1/+2
git-svn-id: http://piwigo.org/svn/trunk@28572 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-24feature 3077 : use selectize on batch_manager_global, cat_modify and ↵mistic1001-15/+5
photos_add_direct + rewrite "add album" popup (more flexible and working with selectize) git-svn-id: http://piwigo.org/svn/trunk@28533 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-24feature 3077 : improve cache invalidationmistic1001-8/+53
- add "lastmodified" automatic field for categories, groups, users, tags and images tables - provide a "server key" to the client cache manager git-svn-id: http://piwigo.org/svn/trunk@28532 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-16external imagick fix watermark issue if the watermark is larger than target ↵rvelices1-0/+6
derivative (the width/height of image object did not reflect applied resize/crop) git-svn-id: http://piwigo.org/svn/trunk@28199 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-13TakeATour replace c13y_upgrade ; c13y_upgrade not activated after upgradeflop253-3/+3
adding TakeATour files less margin-top in no_photo_yet.tpl git-svn-id: http://piwigo.org/svn/trunk@28169 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-24merge r27925 from branch 2.6 to trunkplegall1-38/+152
bug 3057: avoid warnings and SQL crash when encountering inconsistent permissions + rewrite permissions consistancy check when setting albums to private status. git-svn-id: http://piwigo.org/svn/trunk@27926 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-04*Fatal error*: Call to undefined method plugins::plugin_version_comparemistic1001-9/+2
replaced by safe_version_compare caused by r26998 git-svn-id: http://piwigo.org/svn/trunk@27156 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-27remove *_version_compare methods in languages & plugins & themes classes, ↵mistic1003-39/+0
unused and outdated (preg_replace /e modifier) git-svn-id: http://piwigo.org/svn/trunk@26998 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-26replace more preg_replace callbackmistic1001-5/+11
git-svn-id: http://piwigo.org/svn/trunk@26972 68402e56-0260-453c-a942-63ccdbb3a9ee