aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged revision(s) 28924 from trunk:mistic1002014-07-021-1/+1
| | | | | | bug 3061: manual order becomes automatic order git-svn-id: http://piwigo.org/svn/branches/2.6@28925 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3068 fixed: on Internet Explorer 8, indexOf function is broken.plegall2014-04-012-2/+25
| | | | git-svn-id: http://piwigo.org/svn/branches/2.6@28038 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3065 fixed: avoid SQL errors with external authenticationplegall2014-03-282-6/+25
| | | | git-svn-id: http://piwigo.org/svn/branches/2.6@27996 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3057: avoid warnings and SQL crash when encountering inconsistentplegall2014-03-241-38/+152
| | | | | | | | permissions + rewrite permissions consistancy check when setting albums to private status. git-svn-id: http://piwigo.org/svn/branches/2.6@27925 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3053 fixed: columns "groups" and "privacy level" come back in Piwigo 2.6plegall2014-03-182-2/+42
| | | | | | | user manager (which still needs improvement on filtering options...) git-svn-id: http://piwigo.org/svn/branches/2.6@27836 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3055: add security pwg_token on API methods introduced in Piwigo 2.6plegall2014-03-171-2/+5
| | | | | | | | (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/branches/2.6@27810 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3014: new trigger picture_modify_before_updateplegall2014-03-121-0/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.6@27713 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merged -r27692 from trunk to branch 2.6:rvelices2014-03-111-1/+1
| | | | | | | fix preg_replace_callback from -r26972 git-svn-id: http://piwigo.org/svn/branches/2.6@27693 68402e56-0260-453c-a942-63ccdbb3a9ee
* r27538 merged from trunk to branch 2.6 :Eric2014-03-021-3/+3
| | | | | | bug 3051 - Add missing render_category_name trigger in admin/album_notification.php git-svn-id: http://piwigo.org/svn/branches/2.6@27539 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3042 fixed: apply render_element_description on photo label in history ↵plegall2014-02-061-1/+1
| | | | | | search results git-svn-id: http://piwigo.org/svn/branches/2.6@27239 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merged revision(s) 27156 from trunk:mistic1002014-02-042-10/+3
| | | | | | | | *Fatal error*: Call to undefined method plugins::plugin_version_compare replaced by safe_version_compare caused by r26999 git-svn-id: http://piwigo.org/svn/branches/2.6@27157 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merged revision(s) 26972, 26998 from trunk:mistic1002014-01-275-47/+18
| | | | | | | | replace more preg_replace callback ........ remove *_version_compare methods in languages & plugins & themes classes, unused and outdated (preg_replace /e modifier) git-svn-id: http://piwigo.org/svn/branches/2.6@26999 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merged -r26941 from trunk: admin rating user sorted by consensus by defaultrvelices2014-01-241-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.6@26942 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merged revision(s) 26926 from trunk:mistic1002014-01-231-8/+0
| | | | | | bug 3033: allow HTML in photo names from Batch Manager git-svn-id: http://piwigo.org/svn/branches/2.6@26927 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3032 fixed: it seems that the SQL update in ↵plegall2014-01-231-2/+3
| | | | | | invalidate_user_cache_nb_tags corrupts the pwg_db_insert_id (very unexpected) git-svn-id: http://piwigo.org/svn/branches/2.6@26921 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2989: fix r26904mistic1002014-01-221-0/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/2.6@26906 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2989: Deprecated: preg_replace(): The /e modifier is deprecatedmistic1002014-01-221-3/+7
| | | | git-svn-id: http://piwigo.org/svn/branches/2.6@26904 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r26900 from trunk to 2.6rvelices2014-01-213-24/+43
| | | | | | | | | admin rating user improvements - 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/branches/2.6@26901 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r26837 from trunk to branch 2.6rvelices2014-01-173-54/+123
| | | | | | | | | | admin rating improvements - use web service for deletion - use datatables for rating by user - use fontello icons git-svn-id: http://piwigo.org/svn/branches/2.6@26838 68402e56-0260-453c-a942-63ccdbb3a9ee
* backward compatibility for help pages linked on ploader pageplegall2014-01-171-0/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@26824 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2999: documentation of admin/include/functions.phpmistic1002014-01-161-187/+260
| | | | git-svn-id: http://piwigo.org/svn/trunk@26807 68402e56-0260-453c-a942-63ccdbb3a9ee
* change behavior of reset/cancel button on tags manager + reorganize codemistic1002014-01-122-106/+106
| | | | git-svn-id: http://piwigo.org/svn/trunk@26650 68402e56-0260-453c-a942-63ccdbb3a9ee
* render_tag_name trigger transmit full tag data as second parametermistic1002014-01-123-5/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@26649 68402e56-0260-453c-a942-63ccdbb3a9ee
* prevent "Enter" on tags filter input to reload the pagemistic1002014-01-121-1/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@26646 68402e56-0260-453c-a942-63ccdbb3a9ee
* add two triggers and user_list_backend.php and don't fail on unknown columnmistic1002014-01-111-7/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@26618 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update headers to 2014. Happy new year!!mistic1002014-01-0587-84/+161
| | | | git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3016: upgrade script to Piwigo 2.6plegall2014-01-021-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@26401 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3015 fixed: remove "manage album photos" from cat_list to avoidplegall2014-01-023-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
* fix deactivatervelices2013-12-291-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@26329 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: use underscore.js to template the userDetails instead ofplegall2013-12-271-152/+201
| | | | | | | | generating HTML directly in javascript. Will make work easier for plugins modifying the user profile. git-svn-id: http://piwigo.org/svn/trunk@26270 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: change the link text to "close" (with the appropriate icon) ↵plegall2013-12-2613-56/+55
| | | | | | when user profile is open. git-svn-id: http://piwigo.org/svn/trunk@26230 68402e56-0260-453c-a942-63ccdbb3a9ee
* add missing str_repeat functions in common.js and use it for ↵mistic1002013-12-242-47/+8
| | | | | | batch_manager_global.tpl git-svn-id: http://piwigo.org/svn/trunk@26179 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: never display text-underline on font iconplegall2013-12-241-1/+2
| | | | | | | bug fixed: keep the "close details" link always displayed. git-svn-id: http://piwigo.org/svn/trunk@26178 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668, user manager redesign: change the way we open user details to ↵plegall2013-12-242-6/+3
| | | | | | make it "more obvious" git-svn-id: http://piwigo.org/svn/trunk@26177 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed (related to feature 1668): remove link to user manager filtered onplegall2013-12-232-3/+1
| | | | | | | | group from group manager. This feature is less useful since member list is shown on group manager and filter feature not implemented yet on new user manager. git-svn-id: http://piwigo.org/svn/trunk@26117 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668, user manager redesign: do not let the administrator try toplegall2013-12-201-9/+21
| | | | | | | | modify the status of protected users (pwg.users.setInfo will deactivate status change for these users anyway) git-svn-id: http://piwigo.org/svn/trunk@26052 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668, user manager redesign:plegall2013-12-201-8/+46
| | | | | | | | * bug fixed: initialize nb_image_page and recent_period with current user * in batch actions, use sliders for recent_period and nb_image_page git-svn-id: http://piwigo.org/svn/trunk@26051 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: protect dataTables backend script (ajax called, serverside ↵plegall2013-12-201-0/+2
| | | | | | processing) git-svn-id: http://piwigo.org/svn/trunk@26050 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: translate user status in user listplegall2013-12-201-3/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@26049 68402e56-0260-453c-a942-63ccdbb3a9ee
* better colors for datepicker (and timepicker, when used)plegall2013-12-182-2/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@26019 68402e56-0260-453c-a942-63ccdbb3a9ee
* invalidate_user_cache fix in web service method + do not invalidate user ↵rvelices2013-12-164-9/+15
| | | | | | cache on every page hit on album list, photo etc ... git-svn-id: http://piwigo.org/svn/trunk@25975 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2869 added: support TIFF files on web upload (requires ext_imagick)plegall2013-12-123-1/+63
| | | | git-svn-id: http://piwigo.org/svn/trunk@25929 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: hide "delete" link for protected users, hide "change username" ↵plegall2013-12-122-11/+42
| | | | | | and "email address" for guest git-svn-id: http://piwigo.org/svn/trunk@25928 68402e56-0260-453c-a942-63ccdbb3a9ee
* don't display "null" when email address is empty on users managermistic1002013-12-081-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@25844 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3009: Add 'latitude' and 'longitude' fields in images table mistic1002013-12-061-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@25801 68402e56-0260-453c-a942-63ccdbb3a9ee
* smartpocket, configuration: simpler yes/no checkboxes (with fontello icons, ↵plegall2013-11-2912-56/+119
| | | | | | same as AdminTools checkboxes) git-svn-id: http://piwigo.org/svn/trunk@25752 68402e56-0260-453c-a942-63ccdbb3a9ee
* change caddie icon (the name has already changed to "Selection" in en_GB, we ↵plegall2013-11-2912-31/+44
| | | | | | will discuss about it on the forum) git-svn-id: http://piwigo.org/svn/trunk@25749 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2916: add icons for cat_modify, picture_modify and admin top barplegall2013-11-2915-41/+83
| | | | git-svn-id: http://piwigo.org/svn/trunk@25748 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2920: add a navigation bar for long list of commentsplegall2013-11-283-2/+32
| | | | git-svn-id: http://piwigo.org/svn/trunk@25744 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove is_adviser() and get_email_address_as_display_text()mistic1002013-11-261-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@25729 68402e56-0260-453c-a942-63ccdbb3a9ee