aboutsummaryrefslogtreecommitdiffstats
path: root/admin (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-10-30mistakenly removed status check in previous commit + same thing for usersmistic1002-36/+26
git-svn-id: http://piwigo.org/svn/trunk@25244 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-30remove hardly understandable code with usage of INGORE keyword in SQL querymistic1001-36/+10
git-svn-id: http://piwigo.org/svn/trunk@25243 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-30feature 1668, user manager redesign: ability to add a new user (call to ↵plegall3-13/+123
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
2013-10-29merge r25223 from branch 2.5 to trunkplegall1-1/+1
bug 2992 fixed: escape all file names before searching them as duplicates in batch manager. git-svn-id: http://piwigo.org/svn/trunk@25224 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-28feature 1668: implement all remaining actions (all using the new version of ↵plegall1-5/+38
pwg.users.setInfo with multiple user_id) git-svn-id: http://piwigo.org/svn/trunk@25198 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-28feature 1668, in progress: redesign user manager (jQuery datatables, AJAX calls)plegall4-900/+591
git-svn-id: http://piwigo.org/svn/trunk@25194 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-25bug 2989: Deprecated: preg_replace(): The /e modifier is deprecated onmistic1001-6/+13
git-svn-id: http://piwigo.org/svn/trunk@25133 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-24bug:2948 The registration can be done without typing a password flop251-4/+0
The password is only mandatory on the public register page Better error messages from admin/user_list.php git-svn-id: http://piwigo.org/svn/trunk@25121 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-24bug:2980 Fatal error when renaming a groupflop251-2/+12
git-svn-id: http://piwigo.org/svn/trunk@25119 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-24bug 2988: register_user() must returns new user id mistic1001-4/+10
git-svn-id: http://piwigo.org/svn/trunk@25116 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-22feature 2920: reuse "nb pending comments" calculation in admin/intro.plegall3-23/+4
add missing CSS code in r25084 git-svn-id: http://piwigo.org/svn/trunk@25085 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-22feature 2920 added: change admin screen "pending comments" to "all comments".plegall4-12/+72
Now the administrator can filter on "all" or "pending" with a single click. In the admin menu, we display the number of pending comments. git-svn-id: http://piwigo.org/svn/trunk@25084 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-22bug:2981 fix parse error caused by r25018mistic1001-3/+2
git-svn-id: http://piwigo.org/svn/trunk@25076 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19replace some mass_updates/inserts by single_update/insertmistic1004-65/+31
git-svn-id: http://piwigo.org/svn/trunk@25019 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19remove all array_push (50% slower than []) + some changes missing for ↵mistic10054-844/+517
feature:2978 git-svn-id: http://piwigo.org/svn/trunk@25018 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19feature 2978: remove useless sprintf in the coremistic10028-132/+98
git-svn-id: http://piwigo.org/svn/trunk@25005 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-18merge r24986 from branch 2.5 to trunkplegall1-23/+16
bug 2977 fixed: when moving an album, whatever the previous status private/public we must remove irrelevant permissions (a public album can have hidden permission, ie list of groups/users permitted). I've also found a bug in the algorithm that selects users/groups to delete (reverse parameters in array_diff). git-svn-id: http://piwigo.org/svn/trunk@24987 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-18feature 2968 added: Add link to "edit this album" when managung sub-albums. ↵plegall2-0/+10
Patch by msakik. git-svn-id: http://piwigo.org/svn/trunk@24985 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-18merge r24982 from branch 2.5 to trunkplegall1-9/+2
bug 2967 fixed: avoid display changes when album list is long to load. Replace input text for position to input hidden. It was a fallback when javascript is deactivated, but nowadays Piwigo administration can't work without javascript. git-svn-id: http://piwigo.org/svn/trunk@24983 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-18bug 2975 fixed: remove useless "," at the end of arrays, because it breaks ↵plegall2-2/+2
Internet Explorer 7 :-/ git-svn-id: http://piwigo.org/svn/trunk@24980 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-16fix picture modify create date for days/months on two digits starting with 0rvelices1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@24946 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10remove tests from svn:23746mistic1001-9/+1
git-svn-id: http://piwigo.org/svn/trunk@24836 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10bug 2970: Division by zero on batch manager mistic1001-11/+15
git-svn-id: http://piwigo.org/svn/trunk@24835 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10feature 2969: Unified Batch Manager URLmistic1006-66/+86
git-svn-id: http://piwigo.org/svn/trunk@24834 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-18[trunk] - bug l'indentationddtddt1-6/+6
git-svn-id: http://piwigo.org/svn/trunk@24526 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-18[trunk] - feature:2961 Thanks to msakik for reportddtddt1-4/+6
git-svn-id: http://piwigo.org/svn/trunk@24525 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-14feature:2826 missing hardcoded PEM category id in r20449mistic1001-1/+3
git-svn-id: http://piwigo.org/svn/trunk@24159 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-14bug:2944 Performance issues when creating an albummistic1001-1/+1
prepend new <option> instead of append git-svn-id: http://piwigo.org/svn/trunk@23952 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-14bug:2944 Performance issues when creating an album mistic1002-76/+50
git-svn-id: http://piwigo.org/svn/trunk@23944 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-09bug:2855flop251-1/+1
bug corrected (if that was a virtual album created without parent) git-svn-id: http://piwigo.org/svn/trunk@23886 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-07bug:2898 make some updates methods static + factorize code from plugins, ↵mistic1005-232/+68
themes & languages git-svn-id: http://piwigo.org/svn/trunk@23821 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-06bug 2931: revert r23675 & r23721, make element_set_ranks.php uses ASC ↵mistic1002-31/+23
keyword (+ migration task) git-svn-id: http://piwigo.org/svn/trunk@23813 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-02bug:2808flop253-2/+24
add "Your Favorites" to the filters of the Batch Manager git-svn-id: http://piwigo.org/svn/trunk@23746 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30bug 2931: photos sort order, "default" is meaningless (was not working with ↵rvelices1-14/+22
ascending order fields in admin) git-svn-id: http://piwigo.org/svn/trunk@23675 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-28bug:2840flop252-2/+14
disable the "resize after upload" options if gd 1 lang key added git-svn-id: http://piwigo.org/svn/trunk@23643 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-25indent with spaces, not tabsplegall1-10/+10
git-svn-id: http://piwigo.org/svn/trunk@23532 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-25use |translate and |sprintf instead of pwg->l10n ...rvelices2-30/+30
git-svn-id: http://piwigo.org/svn/trunk@23526 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24indent with spaces, not tabsplegall1-4/+4
git-svn-id: http://piwigo.org/svn/trunk@23521 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24bug 2932: Smarty error in templates configurationrvelices1-4/+4
git-svn-id: http://piwigo.org/svn/trunk@23520 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24feature 2885: forgotten jQuery(document).readyplegall1-38/+40
git-svn-id: http://piwigo.org/svn/trunk@23497 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24change lang key (email -> Email) and moved it to common from admin (used in ↵rvelices1-1/+1
comment add) git-svn-id: http://piwigo.org/svn/trunk@23496 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23Smarty3 added 'translate_dec' compilermodifier (generated code is a lot ↵rvelices1-1/+1
better than $pwg->l10n_dec) git-svn-id: http://piwigo.org/svn/trunk@23476 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-21bug:2855flop253-39/+41
check "Apply to sub" checkbox if $conf inheritance_by_default is true add admins to the users granted optimizations git-svn-id: http://piwigo.org/svn/trunk@23430 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-21bug:2855flop251-50/+72
take care if no parent album, and propagate the permissions ToDo: check "Apply to sub" checkbox if $conf inheritance_by_default is true, optimizations git-svn-id: http://piwigo.org/svn/trunk@23428 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-21feature:2916mistic10018-32/+49
modify .showIcon class to be used with fontello (icon-info-circled-1) git-svn-id: http://piwigo.org/svn/trunk@23426 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-21bug 2858: Smarty3 fix php warnings, concat, used modifier on arrayrvelices1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@23425 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-20feature 2916: add icons on album listplegall1-5/+5
git-svn-id: http://piwigo.org/svn/trunk@23394 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-20smarty 3 - first pass for tests rvelices1-5/+5
git-svn-id: http://piwigo.org/svn/trunk@23384 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-19feature 2916 (admin icons):plegall16-69/+236
* all level 2 admin menus have an icon * bigger right-margin (0.5em instead of 0.2em) on #menubar dd icons * many tabs get an icon (list plugins/themes/languages, update, add; add photos, history) Specific changes on "roma" (dark admin theme) * menu icons in grey #666 * no text-decoration on icons git-svn-id: http://piwigo.org/svn/trunk@23382 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-19bug:2855flop251-1/+88
$conf['inheritance_by_default'] applies on FTP added albums git-svn-id: http://piwigo.org/svn/trunk@23376 68402e56-0260-453c-a942-63ccdbb3a9ee