| Commit message (Expand) | Author | Age | Files | Lines |
* | feature 2998: Warning: Parameter 3 to theme_activate() expected to be a refer... | mistic100 | 2013-11-19 | 2 | -23/+24 |
* | english lang correction (forgot template) | rvelices | 2013-11-19 | 1 | -2/+2 |
* | feature 1668: replace "Interface theme" by "Theme". | plegall | 2013-11-18 | 2 | -3/+3 |
* | - ws users/groups/perms returns int instead of strings for ids | rvelices | 2013-11-18 | 2 | -14/+15 |
* | feature 1668: add new language strings for the new user manager. | plegall | 2013-11-16 | 2 | -35/+35 |
* | feature 1668: nb_image_page or recent_period in database will automatically t... | plegall | 2013-11-15 | 1 | -1/+1 |
* | feature 1668: in user details, ability to modify recent_period and nb_image_p... | plegall | 2013-11-15 | 1 | -4/+78 |
* | bug 2883: filter order_by for duplicated values | mistic100 | 2013-11-15 | 2 | -27/+28 |
* | feature 1668: implement "change password" and "edit username" | plegall | 2013-11-14 | 1 | -6/+119 |
* | feature 1668: delete single user, better colors for admin dark theme. | plegall | 2013-11-13 | 4 | -17/+53 |
* | feature 1668: new display of userDetails, manage group list in user details, | plegall | 2013-11-13 | 2 | -60/+123 |
* | feature 1668: visual enhancement for user manager redesign. Appropriate | plegall | 2013-11-11 | 18 | -321/+404 |
* | feature 2890: small changes to the new design of group manager. Tab (with | plegall | 2013-11-11 | 5 | -15/+65 |
* | feature 1668: add a <form> to avoid confusing input[type=radio] (enabled_high... | plegall | 2013-11-11 | 1 | -2/+4 |
* | delete replace_space function, modify get_cat_display_name_* functions | mistic100 | 2013-11-10 | 3 | -5/+3 |
* | feature 2998: Maintenance class for plugin | mistic100 | 2013-11-08 | 2 | -75/+173 |
* | feature 1668: first draft, add a complete form to edit user properties inside... | plegall | 2013-11-08 | 3 | -1/+207 |
* | feature 2995 and feature 2997 | mistic100 | 2013-11-07 | 5 | -220/+278 |
* | feature 2995: New email template | mistic100 | 2013-11-06 | 2 | -30/+33 |
* | feature 2995: New email template | mistic100 | 2013-11-06 | 1 | -16/+17 |
* | bug 2944: r25280 broke the process on batch manager | mistic100 | 2013-11-03 | 1 | -3/+4 |
* | feature 2976: pwg.users.delete requires pwg_token | plegall | 2013-11-01 | 2 | -0/+3 |
* | initialization issue in add_album.inc.tpl if there is no albums | mistic100 | 2013-11-01 | 1 | -5/+7 |
* | syntax error | plegall | 2013-11-01 | 1 | -2/+0 |
* | feature 2994: only activate elegant and smartpocket themes during install | plegall | 2013-11-01 | 1 | -1/+1 |
* | mistakenly removed status check in previous commit + same thing for users | mistic100 | 2013-10-30 | 2 | -36/+26 |
* | remove hardly understandable code with usage of INGORE keyword in SQL query | mistic100 | 2013-10-30 | 1 | -36/+10 |
* | feature 1668, user manager redesign: ability to add a new user (call to pwg.u... | plegall | 2013-10-30 | 3 | -13/+123 |
* | merge r25223 from branch 2.5 to trunk | plegall | 2013-10-29 | 1 | -1/+1 |
* | feature 1668: implement all remaining actions (all using the new version of p... | plegall | 2013-10-28 | 1 | -5/+38 |
* | feature 1668, in progress: redesign user manager (jQuery datatables, AJAX calls) | plegall | 2013-10-28 | 4 | -900/+591 |
* | bug 2989: Deprecated: preg_replace(): The /e modifier is deprecated on | mistic100 | 2013-10-25 | 1 | -6/+13 |
* | bug:2948 The registration can be done without typing a password | flop25 | 2013-10-24 | 1 | -4/+0 |
* | bug:2980 Fatal error when renaming a group | flop25 | 2013-10-24 | 1 | -2/+12 |
* | bug 2988: register_user() must returns new user id | mistic100 | 2013-10-24 | 1 | -4/+10 |
* | feature 2920: reuse "nb pending comments" calculation in admin/intro. | plegall | 2013-10-22 | 3 | -23/+4 |
* | feature 2920 added: change admin screen "pending comments" to "all comments". | plegall | 2013-10-22 | 4 | -12/+72 |
* | bug:2981 fix parse error caused by r25018 | mistic100 | 2013-10-22 | 1 | -3/+2 |
* | replace some mass_updates/inserts by single_update/insert | mistic100 | 2013-10-19 | 4 | -65/+31 |
* | remove all array_push (50% slower than []) + some changes missing for feature... | mistic100 | 2013-10-19 | 54 | -844/+517 |
* | feature 2978: remove useless sprintf in the core | mistic100 | 2013-10-19 | 28 | -132/+98 |
* | merge r24986 from branch 2.5 to trunk | plegall | 2013-10-18 | 1 | -23/+16 |
* | feature 2968 added: Add link to "edit this album" when managung sub-albums. P... | plegall | 2013-10-18 | 2 | -0/+10 |
* | merge r24982 from branch 2.5 to trunk | plegall | 2013-10-18 | 1 | -9/+2 |
* | bug 2975 fixed: remove useless "," at the end of arrays, because it breaks In... | plegall | 2013-10-18 | 2 | -2/+2 |
* | fix picture modify create date for days/months on two digits starting with 0 | rvelices | 2013-10-16 | 1 | -2/+2 |
* | remove tests from svn:23746 | mistic100 | 2013-10-10 | 1 | -9/+1 |
* | bug 2970: Division by zero on batch manager | mistic100 | 2013-10-10 | 1 | -11/+15 |
* | feature 2969: Unified Batch Manager URL | mistic100 | 2013-10-10 | 6 | -66/+86 |
* | [trunk] - bug l'indentation | ddtddt | 2013-09-18 | 1 | -6/+6 |