Commit graph

9,877 commits

Author SHA1 Message Date
plegall
2e071ba4a1 merge --squash from translation up to f9fecd0be0
git merge --squash is simpler for the first time, then we plan to do cherry-pick
2016-03-08 10:51:10 +01:00
plegall
d80d853a23 fixes #431, all themes/languages get version "auto" 2016-03-08 10:13:13 +01:00
plegall
7f672711a0 new release script, which sets versions for extensions 2016-03-07 20:59:19 +01:00
plegall
e2bf31e482 bug fixed, escape language string before insert 2016-03-04 15:26:16 +01:00
plegall
91276709b4 bug fixed: wrong version number at the end of upgrade 2016-03-04 14:27:20 +01:00
plegall
f1f206f1bd dynamic list of image_types from history
... because a plugin can add types in history.image_type

code by @ddtddt
2016-02-29 18:30:42 +01:00
plegall
1928125edc fixes #425, update piecon.js 2016-02-26 19:39:36 +01:00
plegall
ca910609e9 copyright watermark for 2016 2016-02-26 16:06:54 +01:00
plegall
bbe117080d feature #321, set status with pwg.categories.setInfos 2016-02-23 15:58:31 +01:00
plegall
e936d291eb feature #321, pwg.categories.getList returns status 2016-02-23 15:35:49 +01:00
plegall
be671c1401 fixes #322, add {m4v,ogg,ogv,webm,webmv} for ffmpeg on upload 2016-02-23 13:50:52 +01:00
plegall
01d923bcb0 Merge branch 'feature/423-upgrade-2.8' 2016-02-23 12:18:58 +01:00
plegall
90be0782ff feature #423, upgrade script to 2.8 2016-02-23 10:44:32 +01:00
plegall
8ffed40003 bug #325, use original TIFF for EXIF/IPTC read 2016-02-16 17:15:10 +01:00
plegall
1fe2631774 fixes #290, avoid error on MySQL insert with ipv6 2016-02-16 14:56:32 +01:00
plegall
a9a17a27cb feature #295, proxy support for fetchRemote 2016-02-15 15:02:16 +01:00
plegall
e03dff12b1 Merge branch 'feature/355-search-by-words-on-tags' 2016-02-15 14:50:57 +01:00
plegall
8897e75fc2 feature #355, OR with other "search by word" results
+ use $logger instead of old style "echo" for debugging
2016-02-13 19:31:26 +01:00
plegall
713bc49746 feature #355, apply search by word on tags
we "simulate" a search by tag, but we still perform a "search by words" AND "search by tags", which lead to different result compared to "word on title OR file OR description OR tags"
2016-02-13 18:36:55 +01:00
plegall
a6fbaf69c7 fixes #383, purge sessions on invalid user ids 2016-02-13 15:32:06 +01:00
plegall
bfb8b0b0fd bug #383, fix the bug in dedicated function as well 2016-02-13 15:30:55 +01:00
plegall
47838a23b3 fixes #345, forget about filesize limit on upload
... but check upload_max_filesize (PHP setting) is bigger than upload_form_chunk_size (Piwigo setting)
2016-02-13 14:35:23 +01:00
plegall
c451470ad4 typo fixed 2016-02-12 20:22:20 +01:00
plegall
fbd90fa460 fixes #414, deactivate auth keys on password change 2016-02-12 20:20:12 +01:00
plegall
25edfc2663 feature #383, dedicated function to delete sessions 2016-02-12 17:44:27 +01:00
plegall
2561928b80 bug #383, fix session deletion when user deleted 2016-02-12 15:56:53 +01:00
plegall
6290be46f2 fixes #419, an admin can't change webmaster password 2016-02-12 14:56:00 +01:00
plegall
718fe065f7 feature #360, add CSS class on navigation links
navPrevNext and navFirstLast, to make it possible to hide them.
2016-02-12 14:09:29 +01:00
plg
e71b61aee1 Merge branch 'nikrou-fix_408' 2016-02-10 15:21:22 +01:00
plg
08fe998dd1 session_regenerate_id() still fails with PHP 7.0.3
fix indentation
2016-02-10 15:19:40 +01:00
Nicolas
0909717c37 if php version is less than 7.0.3 and session_id exists do nothing 2016-02-10 12:37:12 +01:00
plegall
a35c7bdf18 Merge branch 'feature/410-pwg.categories.getList-thumbnail_size' 2016-02-09 17:57:42 +01:00
plegall
c67bf030d1 feature #410, use constant as default value 2016-02-04 10:14:44 +01:00
plegall
6af4590f01 fixes #410, add param thumbnail_size to pwg.categories.getList 2016-02-03 10:21:36 +01:00
plegall
c4b7977a42 next version is 2.8.0RC2 2.8.0RC2 2016-02-01 10:52:07 +01:00
plegall
2fcf276811 fixes #413, force log in with auth key user 2016-02-01 10:05:33 +01:00
plegall
a12425629e fixes #412, warn visitor if auth key no longer valid 2016-01-29 12:44:38 +01:00
plegall
77888174cf fixes #411, auth keys details on notification forms 2016-01-29 11:47:30 +01:00
plegall
bc7316639f fixes #349, API set ranks of all album photos at once
on pwg.images.setRank, ability to provide a list of image_id (and no rank).
This way you can set the order of all photos of a given album, at once.
2016-01-28 16:03:39 +01:00
plegall
417a6b77b2 bug #409 fixed: handle error returned by pwg.users.setInfo 2016-01-28 12:33:31 +01:00
plg
f04e4d8b4f bug #408 fixed, no session_regenerate_id on early PHP 7 versions 2016-01-27 15:36:00 +01:00
plegall
7ae2094726 bug #407 fixed, avoid PHP warnings
... on formats_to_delete and caddiables variables during sync
2016-01-26 15:41:12 +01:00
plegall
74dd9b88ed Merge branch 'bug/405-css-emails' 2016-01-26 15:03:10 +01:00
modus75
69cdcf2316 fix change in smarty class name new version 2016-01-23 23:00:39 +01:00
plegall
025bc0533d bug #405, keep vanilla Smarty and remove {strip} for CSS emails 2016-01-22 22:01:42 +01:00
plegall
727b9827af Revert "bug #405 fixed, embed CSS style inline"
This reverts commit f3cb99ea09.
2016-01-22 21:57:24 +01:00
plegall
f3cb99ea09 bug #405 fixed, embed CSS style inline
emogrifier could not work, unless we reapply changes introduced by @mistic100 in earlier commits 9cc816d364 and efbc08e537
2016-01-21 15:14:37 +01:00
plegall
968e9ff06d changes on Smarty side breaks all prefilter in Piwigo
It would be better to modify the way template.class.php registers prefilters
but I didn't find the appropriate data structure.
2016-01-21 15:11:32 +01:00
plegall
d33051cb72 update to Smarty 3.1.29 2016-01-21 15:10:02 +01:00
plegall
4914643559 bug #404 fixed, database changes for auth keys
... applied during install: table user_auth_keys and column history.auth_key_id
2016-01-18 14:02:40 +01:00