plegall
80f5523892
fixes #469 , add download link on photo edit/admin page
2016-07-18 23:08:31 +02:00
plegall
ee737aeed7
Merge branch '2.8'
2016-07-07 18:22:22 +02:00
plegall
f9f077bb15
fixes #452 , update images.lastmodified when changing tag list
2016-06-23 12:37:43 +02:00
jeremydurand
4d75cf35b5
fixes #450 enlarge size text field for adding a permalink ( #501 )
...
fixes #450 enlarge size text field for adding a permalink
2016-06-09 15:57:23 +02:00
jeremydurand
e580e7d31f
Bug/430 placeholder ( #494 )
...
fixes #430 placeholder
2016-06-03 14:51:46 +02:00
jeremydurand
43ecfbf60a
fixes #488 make user input watermark filename safe ( #492 )
2016-06-02 11:17:57 +02:00
plegall
105ccb8d0f
Merge branch '2.8'
2016-05-03 15:16:34 +02:00
plegall
d1cb1f86a8
bug #466 fixed, new album listed when moving photos
...
In the batch manager, merge action blocks "associate" and "move" because they
follow the same pattern (list of albums + create new).
2016-05-02 16:09:50 +02:00
mistic100
40dd6bc2ff
Merge branch '2.8'
2016-03-09 22:08:31 +01:00
mistic100
de99e91b40
Fix #434 Deprecated constructor for LocalSiteReader
2016-03-09 22:07:32 +01:00
modus75
7dd5029fc6
Merge branch 'feature/378-upgrade-datatables'
2016-03-09 21:54:47 +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
be671c1401
fixes #322 , add {m4v,ogg,ogv,webm,webmv} for ffmpeg on upload
2016-02-23 13:50:52 +01:00
modus75
8b51eb1b40
upgrade datatables to 1.10.11 (issue #378 )
2016-02-18 21:33:06 +01:00
plegall
8ffed40003
bug #325 , use original TIFF for EXIF/IPTC read
2016-02-16 17:15:10 +01:00
plegall
a9a17a27cb
feature #295 , proxy support for fetchRemote
2016-02-15 15:02:16 +01:00
plegall
a6fbaf69c7
fixes #383 , purge sessions on invalid user ids
2016-02-13 15:32:06 +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
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
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
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
modus75
ac37eb5a50
clean USER_AUTH_KEYS_TABLE when deleting user
2016-01-16 17:15:55 +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
39fc4a604e
Merge branch 'feature/259-album-notify-users'
2016-01-11 09:28:37 +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
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
plegall
67e142f331
feature #392 , add authentication key in NBM mails
...
There are many links in NBM (Notification By Mail, see screen
[Administration > Users > Notification]). I had to change several
functions to take this authentication key into account.
2016-01-04 19:54:40 +01:00
plegall
4aeedb5a2e
feature #392 , authentication keys, album notification
...
* On album notification (for a group), sends one distinct email for each user
with a new authentication key.
* When someone clicks the link with auth=<key> in URL, if the user is not
already connected, Piwigo will automatically connect the user.
2015-12-31 19:59:08 +01:00
plegall
3ec3cbe6ce
Merge branch 'bug/385-php7'
2015-12-30 16:21:32 +01:00
plegall
6ba0148e64
Merge branch 'feature/379-multiple-format'
2015-12-30 16:08:54 +01:00
plegall
99b1fd2704
feature #379 , multiple format, bug fixed on sync
...
New formats were not detected if the photo had not already at least one format.
2015-12-23 10:10:34 +01:00
plegall
1681b02ee9
bug #385 __construct for PHP 7 compatibility
2015-12-20 21:49:11 +01:00
plegall
f66c27b731
indentation
2015-12-17 14:00:17 +01:00
plegall
ca238de66d
feature #379 multiple format, step 3: add/remove
...
* during sync, Piwigo will detect new/removed formats for an existing photo
* multiple formats features is disabled by default
2015-12-16 18:16:16 +01:00
plegall
8ba7a1587a
feature #293 trigger to generate pwg_representative
...
* new function upload_file_pdf and upload_file_tiff
* code to handle videos removed for now (discussion with @xbgmsharp)
2015-12-15 10:12:46 +01:00
plegall
acbdd756cd
bug #385 PHP7 compatibility
...
* array concatenation no longer seem to work
2015-12-10 17:27:21 +01:00
plegall
ed8db3da27
bug #385 compatibility with PHP7
...
* replace old-style constructor with PHP5-style constructor (__construct)
* do not call set_magic_quotes_runtime() any longer
* avoid automatic conversion from array to string
2015-12-10 14:03:54 +01:00
plegall
8e098d502a
feature #379 multiple format, step 1: add formats
...
* new table piwigo_image_format (each photo can have 0 to many formats)
* only compatible with synchronization for now. Formats must be in sub-directory pwg_format
* formats are visible on edition page only for now
2015-12-03 16:04:02 +01:00
plegall
64d6beb13e
improved use of jQuery, by @mistic100
2015-12-01 13:50:28 +01:00