aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix missing spacervelices2013-11-251-1/+1
* feature 3001: new link "add photos" on album edition page. Patch by msakikplegall2013-11-193-8/+43
* feature 2998: Warning: Parameter 3 to theme_activate() expected to be a refer...mistic1002013-11-192-23/+24
* english lang correction (forgot template)rvelices2013-11-191-2/+2
* feature 1668: replace "Interface theme" by "Theme".plegall2013-11-182-3/+3
* - ws users/groups/perms returns int instead of strings for idsrvelices2013-11-182-14/+15
* feature 1668: add new language strings for the new user manager.plegall2013-11-162-35/+35
* feature 1668: nb_image_page or recent_period in database will automatically t...plegall2013-11-151-1/+1
* feature 1668: in user details, ability to modify recent_period and nb_image_p...plegall2013-11-151-4/+78
* bug 2883: filter order_by for duplicated valuesmistic1002013-11-152-27/+28
* feature 1668: implement "change password" and "edit username"plegall2013-11-141-6/+119
* feature 1668: delete single user, better colors for admin dark theme.plegall2013-11-134-17/+53
* feature 1668: new display of userDetails, manage group list in user details,plegall2013-11-132-60/+123
* feature 1668: visual enhancement for user manager redesign. Appropriateplegall2013-11-1118-321/+404
* feature 2890: small changes to the new design of group manager. Tab (withplegall2013-11-115-15/+65
* feature 1668: add a <form> to avoid confusing input[type=radio] (enabled_high...plegall2013-11-111-2/+4
* delete replace_space function, modify get_cat_display_name_* functionsmistic1002013-11-103-5/+3
* feature 2998: Maintenance class for plugin mistic1002013-11-082-75/+173
* feature 1668: first draft, add a complete form to edit user properties inside...plegall2013-11-083-1/+207
* feature 2995 and feature 2997mistic1002013-11-075-220/+278
* feature 2995: New email templatemistic1002013-11-062-30/+33
* feature 2995: New email templatemistic1002013-11-061-16/+17
* bug 2944: r25280 broke the process on batch managermistic1002013-11-031-3/+4
* feature 2976: pwg.users.delete requires pwg_tokenplegall2013-11-012-0/+3
* initialization issue in add_album.inc.tpl if there is no albumsmistic1002013-11-011-5/+7
* syntax errorplegall2013-11-011-2/+0
* feature 2994: only activate elegant and smartpocket themes during installplegall2013-11-011-1/+1
* mistakenly removed status check in previous commit + same thing for usersmistic1002013-10-302-36/+26
* remove hardly understandable code with usage of INGORE keyword in SQL querymistic1002013-10-301-36/+10
* feature 1668, user manager redesign: ability to add a new user (call to pwg.u...plegall2013-10-303-13/+123
* merge r25223 from branch 2.5 to trunkplegall2013-10-291-1/+1
* feature 1668: implement all remaining actions (all using the new version of p...plegall2013-10-281-5/+38
* feature 1668, in progress: redesign user manager (jQuery datatables, AJAX calls)plegall2013-10-284-900/+591
* bug 2989: Deprecated: preg_replace(): The /e modifier is deprecated onmistic1002013-10-251-6/+13
* bug:2948 The registration can be done without typing a password flop252013-10-241-4/+0
* bug:2980 Fatal error when renaming a groupflop252013-10-241-2/+12
* bug 2988: register_user() must returns new user id mistic1002013-10-241-4/+10
* feature 2920: reuse "nb pending comments" calculation in admin/intro.plegall2013-10-223-23/+4
* feature 2920 added: change admin screen "pending comments" to "all comments".plegall2013-10-224-12/+72
* bug:2981 fix parse error caused by r25018mistic1002013-10-221-3/+2
* replace some mass_updates/inserts by single_update/insertmistic1002013-10-194-65/+31
* remove all array_push (50% slower than []) + some changes missing for feature...mistic1002013-10-1954-844/+517
* feature 2978: remove useless sprintf in the coremistic1002013-10-1928-132/+98
* merge r24986 from branch 2.5 to trunkplegall2013-10-181-23/+16
* feature 2968 added: Add link to "edit this album" when managung sub-albums. P...plegall2013-10-182-0/+10
* merge r24982 from branch 2.5 to trunkplegall2013-10-181-9/+2
* bug 2975 fixed: remove useless "," at the end of arrays, because it breaks In...plegall2013-10-182-2/+2
* fix picture modify create date for days/months on two digits starting with 0rvelices2013-10-161-2/+2
* remove tests from svn:23746mistic1002013-10-101-9/+1
* bug 2970: Division by zero on batch manager mistic1002013-10-101-11/+15