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
mistic100
296ae7021e
no more use of jquery ui for admin menu accordion
...
git-svn-id: http://piwigo.org/svn/trunk@28702 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-14 12:18:40 +00:00
mistic100
06cc578798
too much redirects
...
git-svn-id: http://piwigo.org/svn/trunk@28701 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-14 08:28:59 +00:00
mistic100
a02717a879
on batch manager global move "invalidate_user_cache" AFTER database updates (SmartAlbums compatibility)
...
git-svn-id: http://piwigo.org/svn/trunk@28700 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-14 08:14:59 +00:00
plegall
cc010093ba
hide helpSynchro if sync is disabled (made with CSS instead of javascript)
...
git-svn-id: http://piwigo.org/svn/trunk@28696 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 19:56:53 +00:00
mistic100
aa3d38b431
feature 3088: set AdminTools as default plugin, set admin_multi_view as obsolete
...
git-svn-id: http://piwigo.org/svn/trunk@28695 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 19:56:13 +00:00
mistic100
b153d19474
clean HTML code of header and footer
...
git-svn-id: http://piwigo.org/svn/trunk@28690 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 19:10:41 +00:00
mistic100
5e3e65e9f2
remove admin IE 6/7/8 fixes
...
git-svn-id: http://piwigo.org/svn/trunk@28689 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 18:32:29 +00:00
plegall
27972906be
bug 3089: prevent SQL injection on photo edition
...
git-svn-id: http://piwigo.org/svn/trunk@28678 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-12 09:33:20 +00:00
mistic100
6b7535498c
feature 3076: Enhance plugin update system
...
git-svn-id: http://piwigo.org/svn/trunk@28651 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-09 17:20:43 +00:00
plegall
bb1ca0faae
syntax error
...
git-svn-id: http://piwigo.org/svn/trunk@28616 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-03 08:23:51 +00:00
mistic100
4c1066c8f6
redefine selectize templates without escaping + translate "Add"
...
git-svn-id: http://piwigo.org/svn/trunk@28613 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-02 21:56:54 +00:00
mistic100
4bd32005b5
feature 3010 : replace trigger_action/event by trigger_notify/change
...
git-svn-id: http://piwigo.org/svn/trunk@28587 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-02 07:55:46 +00:00