plegall
4931295d78
feature 3130: new triggers batch_manager_register_filters and
...
batch_manager_perform_filters to simplify adding filters in
Batch Manager with a plugin.
git-svn-id: http://piwigo.org/svn/trunk@29377 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01 18:45:00 +00:00
plegall
0e28516b9b
bug 3127: during upload, warn user if she wants to leave the page (works fine on Firefox/Chrome)
...
git-svn-id: http://piwigo.org/svn/trunk@29356 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01 12:13:55 +00:00
plegall
27e5977d85
bug 3074: no more than 50 photos per page on Batch Manager, unit mode (better fix expected with feature 3106)
...
git-svn-id: http://piwigo.org/svn/trunk@29349 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01 08:35:09 +00:00
flop25
02ce640d3e
feature:3126
...
Apply on subalbum checkbox about comments
git-svn-id: http://piwigo.org/svn/trunk@29265 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-24 20:56:41 +00:00
flop25
9e0872fa6f
feature:3049
...
change Clear to Cancel already translated
git-svn-id: http://piwigo.org/svn/trunk@29264 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-24 20:44:42 +00:00
flop25
c656cfa362
feature:3049
...
Add filter box to narrow plugin list, thx to msakik
git-svn-id: http://piwigo.org/svn/trunk@29263 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-24 20:40:19 +00:00
mistic100
78d95a8a14
create a mini jquery plugin for sliders on batch manager + async load
...
git-svn-id: http://piwigo.org/svn/trunk@29249 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-23 10:24:55 +00:00
plegall
9c9f8548fc
use filter_var for checking int/float values from user input instead of preg_match (PHP 5.2+)
...
git-svn-id: http://piwigo.org/svn/trunk@29245 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-22 09:09:17 +00:00
plegall
3d362a235f
feature 2810: for duplicates filter, add "date & time" (checked by default) and "width & height" as options.
...
Change algorithm for a single SQL query with GROUP_CONCAT instead of 2 queries.
git-svn-id: http://piwigo.org/svn/trunk@29244 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-22 08:56:51 +00:00
plegall
2d005735d5
feature 2791: apply the same color as for dimensions filter
...
git-svn-id: http://piwigo.org/svn/trunk@29239 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-21 17:45:29 +00:00
plegall
83ed6f8009
feature 2791: batch manager, filter by filesize
...
git-svn-id: http://piwigo.org/svn/trunk@29238 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-21 17:10:15 +00:00
plegall
b1c6c56249
bug 2810: use filename+date_creation to find duplicates and not only filename.
...
When using several camera, you quickly have the same filenames with totally
different photos.
git-svn-id: http://piwigo.org/svn/trunk@29237 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-21 12:50:50 +00:00
flop25
f1f806b8a3
feature:732
...
unlock sub-albums
git-svn-id: http://piwigo.org/svn/trunk@29229 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-17 20:01:10 +00:00
flop25
416233c2e4
bug:3122
...
removed admin files profile.tpl and profile_content.tpl, integrated in configuration.tpl
take into account default_user_id with a message
prefix for template var, to avoid overwriting of already existing vars especially in admin panel
git-svn-id: http://piwigo.org/svn/trunk@29221 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-15 16:14:43 +00:00
flop25
557fccb9a1
bug:3124
...
derivative_default_size can't be disabled
git-svn-id: http://piwigo.org/svn/trunk@29220 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-15 15:29:56 +00:00
flop25
b673b2b284
bug:3090
...
don't restrict the maxlength of the password
git-svn-id: http://piwigo.org/svn/trunk@29194 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-10 15:55:34 +00:00
plegall
379398d917
feature 3067: upload any file type with the new HTML5 upload form.
...
$file_types = conf['upload_form_all_types'] ? $conf['file_ext'] : $conf['picture_ext'];
By default, conf['upload_form_all_types'] = false;
git-svn-id: http://piwigo.org/svn/trunk@29124 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-30 13:48:35 +00:00
mistic100
06fd29a431
change outdated label
...
git-svn-id: http://piwigo.org/svn/trunk@29079 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-26 18:00:40 +00:00
flop25
3f37ec3477
add new trigger loc_end_photo_add_direct
...
First Contact tour reviewed and reworked to change dynamically with the new uploader
git-svn-id: http://piwigo.org/svn/trunk@29078 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-26 17:42:07 +00:00
plegall
cacdce6474
feature 2904: add a link "empty caddie" in the Batch Manager.
...
git-svn-id: http://piwigo.org/svn/trunk@29076 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-25 13:28:16 +00:00
plegall
bf58209d7d
bug 3104: less rights for admins (compared to webmaster). Now an admin can't:
...
* 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
2014-07-25 09:10:49 +00:00
rvelices
8ab305a688
fix my previous commit typo mistake
...
git-svn-id: http://piwigo.org/svn/trunk@29068 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-21 23:36:50 +00:00
rvelices
2eca26b97c
bug 3101: Allow multi language tags to be recognized from selectize or metadata sync
...
git-svn-id: http://piwigo.org/svn/trunk@29066 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-21 21:00:17 +00:00
rvelices
ddbe02d7e0
remove tag query from batch manager (not required since selectize uses web service) + query2array
...
git-svn-id: http://piwigo.org/svn/trunk@29065 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-21 19:15:53 +00:00
rvelices
4047d8cc8b
bug 3100 display IP address of comment author on admin page and also save the entire ip address in the database, not only the first three ip components
...
git-svn-id: http://piwigo.org/svn/trunk@29060 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-20 21:32:56 +00:00
rvelices
5538e4824f
rating user improvements: faster javascript, by default sorted by last rate date, better tooltips ...
...
git-svn-id: http://piwigo.org/svn/trunk@29053 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-17 19:06:05 +00:00
rvelices
428bb952f9
more query2array on admin side
...
git-svn-id: http://piwigo.org/svn/trunk@29052 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-17 18:47:07 +00:00
plegall
80b697f69f
bug fixed: remove the "using runtime ..." tooltip all over the upload file selection
...
git-svn-id: http://piwigo.org/svn/trunk@29009 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-09 07:55:04 +00:00
mistic100
9ff7ab03a8
feature:2807 better fix for svn:28995
...
git-svn-id: http://piwigo.org/svn/trunk@29008 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-08 19:00:47 +00:00
rvelices
a7e57cf852
feature 2807: fix bugs on comments format_date
...
git-svn-id: http://piwigo.org/svn/trunk@28995 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 21:36:23 +00:00
rvelices
45887f5d46
removed unused js from picture_modify.tpl
...
git-svn-id: http://piwigo.org/svn/trunk@28991 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 20:34:21 +00:00
mistic100
f2c16c2b33
bug 3075: Prevent deactivate default theme
...
git-svn-id: http://piwigo.org/svn/trunk@28989 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 11:16:48 +00:00
mistic100
8a1ea2ad0a
feature 2807: nicer display of "from to" dates (required changes in "format_date" function)
...
git-svn-id: http://piwigo.org/svn/trunk@28981 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 09:54:15 +00:00
mistic100
fb4237b786
bug 3008: explicitely say that email address is mandatory for registration (language update)
...
git-svn-id: http://piwigo.org/svn/trunk@28980 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 09:24:06 +00:00
mistic100
1633d8ffaa
improves regexes parsing plugins metadata
...
git-svn-id: http://piwigo.org/svn/trunk@28969 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-06 14:05:05 +00:00
mistic100
3217b14cc0
strict standards
...
git-svn-id: http://piwigo.org/svn/trunk@28939 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-04 10:30:54 +00:00
mistic100
a9d6e70d38
selectize/localcache : remove overkill categories sorting (already done in WS) + remove some data (comments, uppercets, etc...)
...
git-svn-id: http://piwigo.org/svn/trunk@28938 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-04 10:30:26 +00:00
mistic100
314cd45f75
fix sorting by global rank in selectize
...
git-svn-id: http://piwigo.org/svn/trunk@28937 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-04 07:53:45 +00:00
plegall
f2704dcb62
feature 2809: sort albums by date
...
git-svn-id: http://piwigo.org/svn/trunk@28934 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-03 13:18:12 +00:00
mistic100
fa832428fa
bug 3061: manual order becomes automatic order
...
git-svn-id: http://piwigo.org/svn/trunk@28924 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-02 20:58:16 +00:00
plegall
7e9b6530ec
feature 2616: remove useless code (photos_add_direct_process or uploadify related variables)
...
git-svn-id: http://piwigo.org/svn/trunk@28919 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-02 13:34:46 +00:00
plegall
3b9e2659b0
i18n for the new HTML5 upload (use i18n files from plupload)
...
optional specific $lang_info[jquery_code] and $lang_info[plupload_code] to load the right i18n file
git-svn-id: http://piwigo.org/svn/trunk@28917 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-02 12:43:29 +00:00
rvelices
faa284333d
bug 3013: Clean batch manager global
...
git-svn-id: http://piwigo.org/svn/trunk@28909 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-01 19:28:09 +00:00
rvelices
4c1ef417de
batch manager move more js from footer to async ; move some inline to external file
...
git-svn-id: http://piwigo.org/svn/trunk@28821 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-28 04:45:37 +00:00
rvelices
e792b70731
fix date picker js dependencies when combine_template_files = false
...
git-svn-id: http://piwigo.org/svn/trunk@28820 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-28 04:32:12 +00:00
rvelices
ec03d115a9
moved around 100k of javascript from synchronous loading to async... (a lot more could be done...)
...
git-svn-id: http://piwigo.org/svn/trunk@28806 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-26 20:23:50 +00:00
mistic100
275e810c5f
feature 3080: add cancel button, one minute granularity, fix missing css
...
git-svn-id: http://piwigo.org/svn/trunk@28765 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-22 12:44:43 +00:00
mistic100
b4b1797530
feature 3095: add "comments_enable_website" param + GUI
...
git-svn-id: http://piwigo.org/svn/trunk@28764 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-22 11:41:47 +00:00
rvelices
3c13387dfd
since number of accepted args not required for add_event_handler, simplify calls
...
git-svn-id: http://piwigo.org/svn/trunk@28714 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-18 19:51:42 +00:00
mistic100
84d94906d2
add dark selectize theme + "ternary" template modifier
...
git-svn-id: http://piwigo.org/svn/trunk@28703 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-14 14:15:05 +00:00