aboutsummaryrefslogtreecommitdiffstats
path: root/admin (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-24feature 3077 : improve cache invalidationmistic10010-111/+203
- 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-05-18feature 3077 : use Selectize on batch_manager_globalmistic1002-50/+72
git-svn-id: http://piwigo.org/svn/trunk@28502 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-18feature 3077 : use Selectize on user_listmistic1001-8/+22
git-svn-id: http://piwigo.org/svn/trunk@28501 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-18feature 2679 : allow to change creation timemistic1009-70/+76
git-svn-id: http://piwigo.org/svn/trunk@28500 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-17feature 3080 : simpler date inputs (one input + fontello + picker selects)mistic10023-324/+246
git-svn-id: http://piwigo.org/svn/trunk@28497 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-17feature 3077 : use Selectize with AJAX load/cache on cat_perm and ↵mistic1004-95/+131
batch_manager_unit git-svn-id: http://piwigo.org/svn/trunk@28496 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-17feature 3077 : use Selectize with AJAX load/cache on picture_modifymistic1003-50/+146
git-svn-id: http://piwigo.org/svn/trunk@28494 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-17- dont't invalidate_user_cache on batch manager refresh photo set or ↵rvelices2-5/+12
add/remove caddie or generate/delete derivatives - removed double sql query from batch_manager_global git-svn-id: http://piwigo.org/svn/trunk@28490 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-13bug 3056: quick search - cache results for 5 minutes + comments + small fixrvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@28459 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11added a persistent cache mechanism; used so far to cache image ids in flat ↵rvelices2-0/+2
view mode git-svn-id: http://piwigo.org/svn/trunk@28432 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-30batch manager prefilter all does not make a sql query if there is also ↵rvelices1-3/+5
another filter git-svn-id: http://piwigo.org/svn/trunk@28318 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-30admin tag selection use event delegation (faster load time with large number ↵rvelices1-3/+3
of tags) git-svn-id: http://piwigo.org/svn/trunk@28317 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-04-062 triggersflop251-0/+2
todo update 2.6 branch and trigger list git-svn-id: http://piwigo.org/svn/trunk@28101 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-05bug 3069: add quick search as filter in batch managerrvelices3-31/+53
git-svn-id: http://piwigo.org/svn/trunk@28087 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-04increase jquery.geoip local cache durationrvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@28067 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-01merge r28038 from branch 2.6 to trunkplegall2-2/+25
bug 3068 fixed: on Internet Explorer 8, indexOf function is broken. git-svn-id: http://piwigo.org/svn/trunk@28039 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-28merge r27996 from branch 2.6 to trunkplegall2-6/+25
bug 3065 fixed: avoid SQL errors with external authentication git-svn-id: http://piwigo.org/svn/trunk@27997 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-03-23adding 2 loc_end triggerflop252-0/+3
git-svn-id: http://piwigo.org/svn/trunk@27896 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-18merge r27836 from branch 2.6 to trunkplegall2-2/+42
bug 3053 fixed: columns "groups" and "privacy level" come back in Piwigo 2.6 user manager (which still needs improvement on filtering options...) git-svn-id: http://piwigo.org/svn/trunk@27837 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-17merge r27810 from branch 2.6 to trunkplegall1-2/+5
bug 3055: add security pwg_token on API methods introduced in Piwigo 2.6 (pwg.groups.addUser, pwg.groups.deleteUser, pwg.groups.setInfo, pwg.users.add, pwg.users.setInfo, pwg.permissions.add, pwg.permissions.remove) git-svn-id: http://piwigo.org/svn/trunk@27811 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-12merge r27713 from branch 2.6 to trunkplegall1-0/+2
feature 3014: new trigger picture_modify_before_update git-svn-id: http://piwigo.org/svn/trunk@27714 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-11fix preg_replace_callback from -r26972rvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@27692 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-06small code rewrite on history search page (still memory issues for large ↵rvelices1-33/+11
number of lines in history) git-svn-id: http://piwigo.org/svn/trunk@27572 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-02bug 3051 fixed : Add missing render_category_name trigger in ↵Eric1-3/+3
admin/album_notification.php git-svn-id: http://piwigo.org/svn/trunk@27538 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-06merge r27239 from branch 2.6 to trunkplegall1-1/+1
bug 3042 fixed: apply render_element_description on photo label in history search results git-svn-id: http://piwigo.org/svn/trunk@27240 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-04*Fatal error*: Call to undefined method plugins::plugin_version_comparemistic1002-10/+3
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 callbackmistic1002-8/+18
git-svn-id: http://piwigo.org/svn/trunk@26972 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-24feature 2999; docblocks for history, install and metadatamistic1003-15/+77
git-svn-id: http://piwigo.org/svn/trunk@26946 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-24admin rating user sorted by consensus by defaultrvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@26941 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-23feature 3031: add $conf['sync_exclude_folders'] parametermistic1001-7/+13
git-svn-id: http://piwigo.org/svn/trunk@26928 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-23bug 3033: allow HTML in photo names from Batch Managermistic1001-8/+0
git-svn-id: http://piwigo.org/svn/trunk@26926 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-23merge r26921 from branch 2.6 to trunkplegall1-2/+3
bug 3032 fixed: it seems that the SQL update in invalidate_user_cache_nb_tags corrupts the pwg_db_insert_id (very unexpected) git-svn-id: http://piwigo.org/svn/trunk@26922 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-22Display "Activate it now" link when installing a new pluginmistic1002-7/+13
git-svn-id: http://piwigo.org/svn/trunk@26909 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-22bug 2989: fix r26905mistic1001-0/+3
git-svn-id: http://piwigo.org/svn/trunk@26907 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-22Merged revision(s) 26904 from branches/2.6:mistic1001-3/+7
bug 2989: Deprecated: preg_replace(): The /e modifier is deprecated git-svn-id: http://piwigo.org/svn/trunk@26905 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-21admin rating user improvementsrvelices3-24/+43
- add last rate date for user - add consensus deviation but only based on the best rated photos (e.g. how much this user tries to change the best rated photos) git-svn-id: http://piwigo.org/svn/trunk@26900 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-17admin rating improvementsrvelices3-54/+123
- use web service for deletion - use datatables for rating by user - use fontello icons git-svn-id: http://piwigo.org/svn/trunk@26837 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-17backward compatibility for help pages linked on ploader pageplegall1-0/+6
git-svn-id: http://piwigo.org/svn/trunk@26824 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16feature 2999: documentation of admin/include/functions.phpmistic1001-187/+260
git-svn-id: http://piwigo.org/svn/trunk@26807 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-12change behavior of reset/cancel button on tags manager + reorganize codemistic1002-106/+106
git-svn-id: http://piwigo.org/svn/trunk@26650 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-12render_tag_name trigger transmit full tag data as second parametermistic1003-5/+5
git-svn-id: http://piwigo.org/svn/trunk@26649 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-12prevent "Enter" on tags filter input to reload the pagemistic1001-1/+5
git-svn-id: http://piwigo.org/svn/trunk@26646 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-11add two triggers and user_list_backend.php and don't fail on unknown columnmistic1001-7/+8
git-svn-id: http://piwigo.org/svn/trunk@26618 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-05Update headers to 2014. Happy new year!!mistic10087-84/+161
git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-02feature 3016: upgrade script to Piwigo 2.6plegall1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@26401 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-02bug 3015 fixed: remove "manage album photos" from cat_list to avoidplegall3-15/+50
misunderstanding with "photos sort order". Add infos on album manager: number of photos and sub-albums git-svn-id: http://piwigo.org/svn/trunk@26399 68402e56-0260-453c-a942-63ccdbb3a9ee