aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fix missing spacervelices2013-11-251-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@25709 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3001: new link "add photos" on album edition page. Patch by msakikplegall2013-11-193-8/+43
| | | | git-svn-id: http://piwigo.org/svn/trunk@25593 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2998: Warning: Parameter 3 to theme_activate() expected to be a ↵mistic1002013-11-192-23/+24
| | | | | | | | reference, value given unable to pass references through func_get_args and call_user_func_array git-svn-id: http://piwigo.org/svn/trunk@25577 68402e56-0260-453c-a942-63ccdbb3a9ee
* english lang correction (forgot template)rvelices2013-11-191-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@25570 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: replace "Interface theme" by "Theme".plegall2013-11-182-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@25549 68402e56-0260-453c-a942-63ccdbb3a9ee
* - ws users/groups/perms returns int instead of strings for idsrvelices2013-11-182-14/+15
| | | | | | | - fix ws permissions getList (sometimes got objects sometimes arrays) - users_list data table uses POST (avoid extra lengthy urls) git-svn-id: http://piwigo.org/svn/trunk@25545 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: add new language strings for the new user manager.plegall2013-11-162-35/+35
| | | | git-svn-id: http://piwigo.org/svn/trunk@25502 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: nb_image_page or recent_period in database will automatically ↵plegall2013-11-151-1/+1
| | | | | | take the nearest (bigger) value in the value list git-svn-id: http://piwigo.org/svn/trunk@25492 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: in user details, ability to modify recent_period and ↵plegall2013-11-151-4/+78
| | | | | | nb_image_page with sliders git-svn-id: http://piwigo.org/svn/trunk@25491 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2883: filter order_by for duplicated valuesmistic1002013-11-152-27/+28
| | | | git-svn-id: http://piwigo.org/svn/trunk@25489 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: implement "change password" and "edit username"plegall2013-11-141-6/+119
| | | | git-svn-id: http://piwigo.org/svn/trunk@25483 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: delete single user, better colors for admin dark theme.plegall2013-11-134-17/+53
| | | | git-svn-id: http://piwigo.org/svn/trunk@25479 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: new display of userDetails, manage group list in user details,plegall2013-11-132-60/+123
| | | | | | | | | display registration date in user list. work in progress, not finished yet. git-svn-id: http://piwigo.org/svn/trunk@25475 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: visual enhancement for user manager redesign. Appropriateplegall2013-11-1118-321/+404
| | | | | | | | (fontello) icons for open/close user details, appropriate colors for DataTables. git-svn-id: http://piwigo.org/svn/trunk@25457 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2890: small changes to the new design of group manager. Tab (withplegall2013-11-115-15/+65
| | | | | | | | | | icon), javascript open for "add group" form, use a "link style" for "Permissions" on each album, add icon for "Permissions" link, use same colors for "selected" items as for photos batch manager or comments manager, replace "-" by "·" and make it less visible (softer color) for user separator. git-svn-id: http://piwigo.org/svn/trunk@25449 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: add a <form> to avoid confusing input[type=radio] ↵plegall2013-11-111-2/+4
| | | | | | (enabled_high, show_nb_hits...) between users. git-svn-id: http://piwigo.org/svn/trunk@25445 68402e56-0260-453c-a942-63ccdbb3a9ee
* delete replace_space function, modify get_cat_display_name_* functionsmistic1002013-11-103-5/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@25425 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2998: Maintenance class for plugin mistic1002013-11-082-75/+173
| | | | git-svn-id: http://piwigo.org/svn/trunk@25406 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: first draft, add a complete form to edit user properties ↵plegall2013-11-083-1/+207
| | | | | | inside the DataTable. git-svn-id: http://piwigo.org/svn/trunk@25405 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2995 and feature 2997mistic1002013-11-075-220/+278
| | | | | | | | | 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-062-30/+33
| | | | | | | restore get_l10n_args removed at r25357 apply changes to NBM git-svn-id: http://piwigo.org/svn/trunk@25360 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2995: New email templatemistic1002013-11-061-16/+17
| | | | | | | | | 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
* bug 2944: r25280 broke the process on batch managermistic1002013-11-031-3/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@25312 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2976: pwg.users.delete requires pwg_tokenplegall2013-11-012-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@25282 68402e56-0260-453c-a942-63ccdbb3a9ee
* initialization issue in add_album.inc.tpl if there is no albumsmistic1002013-11-011-5/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@25280 68402e56-0260-453c-a942-63ccdbb3a9ee