aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/user_list.tpl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* upgrade datatables to 1.10.11 (issue #378)modus752016-02-181-32/+40
|
* fixes #419, an admin can't change webmaster passwordplegall2016-02-121-1/+3
|
* bug #409 fixed: handle error returned by pwg.users.setInfoplegall2016-01-281-9/+23
|
* feature #397, close popin when user deletedplegall2016-01-091-1/+1
|
* move new CSS rules to theme.css instead of {html_style}plegall2016-01-091-14/+0
|
* feature #398, update user list when user is modifiedplegall2016-01-091-1/+4
|
* feature #397, edit user in a popinplegall2016-01-091-26/+41
|
* feature 3133: add colorscheme parameter for themes. This way we can use theplegall2014-09-031-2/+1
| | | | | | | appropriate CSS for selectize (and other things) git-svn-id: http://piwigo.org/svn/trunk@29389 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3104: less rights for admins (compared to webmaster). Now an admin can't:plegall2014-07-251-5/+7
| | | | | | | | | * delete a webmaster * give webmaster/admin status to any user * change status of a webmaster/admin git-svn-id: http://piwigo.org/svn/trunk@29074 68402e56-0260-453c-a942-63ccdbb3a9ee
* add dark selectize theme + "ternary" template modifiermistic1002014-06-141-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@28703 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3077 : fix addAlbum process when creating the first ever album, ↵mistic1002014-05-281-1/+2
| | | | | | improve data API git-svn-id: http://piwigo.org/svn/trunk@28555 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3077 : use Selectize on user_listmistic1002014-05-181-8/+22
| | | | git-svn-id: http://piwigo.org/svn/trunk@28501 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r28038 from branch 2.6 to trunkplegall2014-04-011-2/+2
| | | | | | | | 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
* merge r27836 from branch 2.6 to trunkplegall2014-03-181-0/+2
| | | | | | | | | 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
* merge r27810 from branch 2.6 to trunkplegall2014-03-171-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
* 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-261-4/+16
| | | | | | when user profile is open. git-svn-id: http://piwigo.org/svn/trunk@26230 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668, user manager redesign: change the way we open user details to ↵plegall2013-12-241-1/+1
| | | | | | make it "more obvious" git-svn-id: http://piwigo.org/svn/trunk@26177 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: hide "delete" link for protected users, hide "change username" ↵plegall2013-12-121-9/+33
| | | | | | 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
* 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-181-2/+2
| | | | 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-181-1/+2
| | | | | | | - 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-161-34/+34
| | | | 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
* 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-131-14/+35
| | | | 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-131-59/+122
| | | | | | | | | 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-111-6/+6
| | | | | | | | (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 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
* feature 1668: first draft, add a complete form to edit user properties ↵plegall2013-11-081-1/+207
| | | | | | inside the DataTable. git-svn-id: http://piwigo.org/svn/trunk@25405 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2976: pwg.users.delete requires pwg_tokenplegall2013-11-011-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@25282 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668, user manager redesign: ability to add a new user (call to ↵plegall2013-10-301-13/+105
| | | | | | | | | pwg.users.add through AJAX) Move the "send connection settings" code to function register_user (avoid code duplication). git-svn-id: http://piwigo.org/svn/trunk@25237 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: implement all remaining actions (all using the new version of ↵plegall2013-10-281-5/+38
| | | | | | pwg.users.setInfo with multiple user_id) git-svn-id: http://piwigo.org/svn/trunk@25198 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668, in progress: redesign user manager (jQuery datatables, AJAX calls)plegall2013-10-281-239/+344
| | | | git-svn-id: http://piwigo.org/svn/trunk@25194 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2549 Allow to disable comments for everybody mistic1002012-01-141-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@12887 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2021 change contents of the mail + add option on admin/user_listmistic1002012-01-141-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@12886 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove max photo width/height from user profile because not used anymore rvelices2012-01-121-24/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@12877 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin remove unused css rules + unused class names from html elementsrvelices2011-10-181-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@12482 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2476 Increase the maximum display of thumbnails, now limited to 3 digits ↵mistic1002011-10-171-1/+1
| | | | | | (999 thumbnails) git-svn-id: http://piwigo.org/svn/trunk@12470 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2224 one parameter for change thumnails number (needs some translations)mistic1002011-04-091-15/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@10198 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2102 : rename item/image/picture to photo (public side)rvelices2011-01-161-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@8711 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2060: Remove adviser from db structure.patdenice2010-12-141-13/+0
| | | | | | Remove adviser from user_list page and some db queries. git-svn-id: http://piwigo.org/svn/trunk@8131 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2060: Remove {$TAG_INPUT_ENABLED} from tpl files.patdenice2010-12-141-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@8128 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1616: rename "category" into "album" (first commit; still to come)rvelices2010-09-161-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6951 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6280 from branch 2.1 to trunkGotcha2010-05-221-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6281 68402e56-0260-453c-a942-63ccdbb3a9ee
* In user_list page, theme value must be theme id, not theme name.patdenice2010-04-271-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5974 68402e56-0260-453c-a942-63ccdbb3a9ee