plegall
7d45f2c76c
syntax error
...
git-svn-id: http://piwigo.org/svn/trunk@25279 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-01 10:10:27 +00:00
plegall
27821debcd
feature 2994: only activate elegant and smartpocket themes during install
...
git-svn-id: http://piwigo.org/svn/trunk@25278 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-01 10:05:36 +00:00
mistic100
c64eb85452
mistakenly removed status check in previous commit + same thing for users
...
git-svn-id: http://piwigo.org/svn/trunk@25244 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-30 20:14:32 +00:00
mistic100
a1f414324b
remove hardly understandable code with usage of INGORE keyword in SQL query
...
git-svn-id: http://piwigo.org/svn/trunk@25243 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-30 20:01:54 +00:00
plegall
df6718f3f8
feature 1668, user manager redesign: ability to add a new user (call to 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-30 12:54:46 +00:00
plegall
42d65801a8
merge r25223 from branch 2.5 to trunk
...
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-29 22:38:54 +00:00
plegall
6d73f88a51
feature 1668: implement all remaining actions (all using the new version of pwg.users.setInfo with multiple user_id)
...
git-svn-id: http://piwigo.org/svn/trunk@25198 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-28 19:18:45 +00:00
plegall
2fdcfdddfe
feature 1668, in progress: redesign user manager (jQuery datatables, AJAX calls)
...
git-svn-id: http://piwigo.org/svn/trunk@25194 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-28 16:25:46 +00:00
mistic100
61c7f9dd6b
bug 2989: Deprecated: preg_replace(): The /e modifier is deprecated on
...
git-svn-id: http://piwigo.org/svn/trunk@25133 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-25 11:43:56 +00:00
flop25
cd76660cf6
bug:2948 The registration can be done without typing a password
...
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-24 17:55:00 +00:00
flop25
06f89b68e0
bug:2980 Fatal error when renaming a group
...
git-svn-id: http://piwigo.org/svn/trunk@25119 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-24 17:48:49 +00:00
mistic100
2d2a2e2813
bug 2988: register_user() must returns new user id
...
git-svn-id: http://piwigo.org/svn/trunk@25116 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-24 13:01:25 +00:00
plegall
1ba3136333
feature 2920: reuse "nb pending comments" calculation in admin/intro.
...
add missing CSS code in r25084
git-svn-id: http://piwigo.org/svn/trunk@25085 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-22 20:48:28 +00:00
plegall
fac62f863d
feature 2920 added: change admin screen "pending comments" to "all comments".
...
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-22 20:39:10 +00:00
mistic100
677fe6f888
bug:2981 fix parse error caused by r25018
...
git-svn-id: http://piwigo.org/svn/trunk@25076 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-22 12:55:22 +00:00
mistic100
4926fced5e
replace some mass_updates/inserts by single_update/insert
...
git-svn-id: http://piwigo.org/svn/trunk@25019 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19 18:17:10 +00:00
mistic100
ae707279a1
remove all array_push (50% slower than []) + some changes missing for feature:2978
...
git-svn-id: http://piwigo.org/svn/trunk@25018 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19 17:43:04 +00:00
mistic100
2f08283864
feature 2978: remove useless sprintf in the core
...
git-svn-id: http://piwigo.org/svn/trunk@25005 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19 11:04:11 +00:00
plegall
2209edc7f0
merge r24986 from branch 2.5 to trunk
...
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-18 21:02:15 +00:00
plegall
cd53c8fcd7
feature 2968 added: Add link to "edit this album" when managung sub-albums. Patch by msakik.
...
git-svn-id: http://piwigo.org/svn/trunk@24985 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-18 19:34:23 +00:00
plegall
27e000fd88
merge r24982 from branch 2.5 to trunk
...
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-18 19:20:55 +00:00
plegall
ed076b0970
bug 2975 fixed: remove useless "," at the end of arrays, because it breaks Internet Explorer 7 :-/
...
git-svn-id: http://piwigo.org/svn/trunk@24980 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-18 19:02:52 +00:00
rvelices
a67a99120e
fix picture modify create date for days/months on two digits starting with 0
...
git-svn-id: http://piwigo.org/svn/trunk@24946 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-16 19:42:38 +00:00
mistic100
d03bb10888
remove tests from svn:23746
...
git-svn-id: http://piwigo.org/svn/trunk@24836 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10 12:22:30 +00:00
mistic100
1824570368
bug 2970: Division by zero on batch manager
...
git-svn-id: http://piwigo.org/svn/trunk@24835 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10 11:09:51 +00:00
mistic100
cfdfeb989d
feature 2969: Unified Batch Manager URL
...
git-svn-id: http://piwigo.org/svn/trunk@24834 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10 11:07:45 +00:00
ddtddt
1a49137acc
[trunk] - bug l'indentation
...
git-svn-id: http://piwigo.org/svn/trunk@24526 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-18 21:29:44 +00:00
ddtddt
fe8e2c9a06
[trunk] - feature:2961 Thanks to msakik for report
...
git-svn-id: http://piwigo.org/svn/trunk@24525 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-18 21:20:30 +00:00
mistic100
6eab56e705
feature:2826 missing hardcoded PEM category id in r20449
...
git-svn-id: http://piwigo.org/svn/trunk@24159 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-14 21:29:24 +00:00
mistic100
065db80650
bug:2944 Performance issues when creating an album
...
prepend new <option> instead of append
git-svn-id: http://piwigo.org/svn/trunk@23952 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-14 19:59:27 +00:00
mistic100
97cc62128f
bug:2944 Performance issues when creating an album
...
git-svn-id: http://piwigo.org/svn/trunk@23944 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-14 16:43:22 +00:00
flop25
a1b66d8a33
bug:2855
...
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-09 13:37:42 +00:00
mistic100
d95425b9bb
bug:2898 make some updates methods static + factorize code from plugins, themes & languages
...
git-svn-id: http://piwigo.org/svn/trunk@23821 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-07 11:28:12 +00:00
mistic100
29e2ed6b91
bug 2931: revert r23675 & r23721, make element_set_ranks.php uses ASC keyword (+ migration task)
...
git-svn-id: http://piwigo.org/svn/trunk@23813 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-06 18:31:14 +00:00
flop25
46040738d8
bug:2808
...
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-07-02 19:59:34 +00:00
rvelices
9fe001a70a
bug 2931: photos sort order, "default" is meaningless (was not working with ascending order fields in admin)
...
git-svn-id: http://piwigo.org/svn/trunk@23675 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 04:16:01 +00:00
flop25
bd9529fbf0
bug:2840
...
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-28 20:12:49 +00:00
plegall
1c7ecb93e5
indent with spaces, not tabs
...
git-svn-id: http://piwigo.org/svn/trunk@23532 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-25 08:18:30 +00:00
rvelices
8274027e7f
use |translate and |sprintf instead of pwg->l10n ...
...
git-svn-id: http://piwigo.org/svn/trunk@23526 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-25 03:46:39 +00:00
plegall
b01a787735
indent with spaces, not tabs
...
git-svn-id: http://piwigo.org/svn/trunk@23521 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 21:38:31 +00:00
rvelices
1253012e5b
bug 2932: Smarty error in templates configuration
...
git-svn-id: http://piwigo.org/svn/trunk@23520 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 20:53:32 +00:00
plegall
e41f9bddc9
feature 2885: forgotten jQuery(document).ready
...
git-svn-id: http://piwigo.org/svn/trunk@23497 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 13:20:40 +00:00
rvelices
46dd825423
change lang key (email -> Email) and moved it to common from admin (used in comment add)
...
git-svn-id: http://piwigo.org/svn/trunk@23496 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 04:23:03 +00:00
rvelices
b93085c7fb
Smarty3 added 'translate_dec' compilermodifier (generated code is a lot better than $pwg->l10n_dec)
...
git-svn-id: http://piwigo.org/svn/trunk@23476 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23 18:39:31 +00:00
flop25
55d91fffd1
bug:2855
...
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-21 14:48:43 +00:00
flop25
acb5d4cda7
bug:2855
...
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-21 14:09:02 +00:00
mistic100
8a28666fd3
feature:2916
...
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-21 10:26:09 +00:00
rvelices
9da3d7f92e
bug 2858: Smarty3 fix php warnings, concat, used modifier on array
...
git-svn-id: http://piwigo.org/svn/trunk@23425 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-21 05:04:57 +00:00
plegall
1a5ba81093
feature 2916: add icons on album list
...
git-svn-id: http://piwigo.org/svn/trunk@23394 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-20 10:03:54 +00:00
rvelices
6fc07742f8
smarty 3 - first pass for tests
...
git-svn-id: http://piwigo.org/svn/trunk@23384 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-20 03:38:47 +00:00