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 |
|
modus75
|
4bf51fc8e0
|
shorten some code (not really important)
|
2016-01-16 17:20:43 +01:00 |
|
modus75
|
ac37eb5a50
|
clean USER_AUTH_KEYS_TABLE when deleting user
|
2016-01-16 17:15:55 +01:00 |
|
plegall
|
5c57d8aa0f
|
adapt release creation script to Git and multiple repositories for plugins
2.8.0RC1
|
2016-01-14 15:05:57 +01:00 |
|
plegall
|
c789347c51
|
happy new year 2016, all headers updated
|
2016-01-14 12:17:58 +01:00 |
|
plegall
|
c79cb18e44
|
Merge branch 'feature/293-trigger-upload'
|
2016-01-14 11:23:45 +01:00 |
|
plegall
|
c44a5e2890
|
feature #293, also process videos
... as in Piwigo 2.7, to keep the same level of features. Plugin VideoJS may provide a better algorithm.
|
2016-01-14 11:21:04 +01:00 |
|
plegall
|
9b10ebad3a
|
next version is 2.8.0RC1
|
2016-01-14 10:42:55 +01:00 |
|
plegall
|
39fc4a604e
|
Merge branch 'feature/259-album-notify-users'
|
2016-01-11 09:28:37 +01:00 |
|
plegall
|
2bfd316e34
|
Merge branch 'feature/398-refresh-user-list' (which should also include branch 'feature/397-edit-user-popin')
|
2016-01-11 09:17:53 +01:00 |
|
Damien Sorel
|
e756ba2d79
|
Typo in slideshow template
|
2016-01-10 10:52:41 +01:00 |
|
plegall
|
ac8c2bf470
|
feature #397, l10n
|
2016-01-09 18:53:38 +01:00 |
|
plegall
|
a3f80046b6
|
feature #397, close popin when user deleted
|
2016-01-09 18:47:50 +01:00 |
|
plegall
|
71c30f46c8
|
feature #397, bigger padding inside popin
|
2016-01-09 18:37:07 +01:00 |
|
plegall
|
d78caf8603
|
move new CSS rules to theme.css instead of {html_style}
|
2016-01-09 18:28:26 +01:00 |
|
plegall
|
041065a824
|
feature #398, update user list when user is modified
|
2016-01-09 18:01:18 +01:00 |
|
plegall
|
c4678c37a2
|
feature #397, edit user in a popin
|
2016-01-09 17:55:44 +01:00 |
|
plegall
|
646aa6f19a
|
Merge branch 'feature/392-auth-keys'
|
2016-01-06 14:41:25 +01:00 |
|
plegall
|
426e10e235
|
feature #392, bug fixed on footer link
Use auth_key in mail cache key to avoid using the auth key of the first user.
|
2016-01-06 14:30:05 +01:00 |
|
plegall
|
c42f15dfa8
|
add auth_key in mail footer for pwg_mail_group
|
2016-01-06 14:29:32 +01:00 |
|
plegall
|
7bd36e0240
|
feature #259, notify an album to a list of users
... and not just to a group
|
2016-01-06 13:42:30 +01:00 |
|