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
Mathieu MD
1cc5675708
Japanese word for "author" depends on context
...
作成者 (sakuseisha) is more generic than 撮影者 (satsueisha).
It's isn't perfect, though. The best way would be to have a different string depending on context:
- Photos' author -> 撮影者 (satsueisha)
- Comment's author -> 記入者 (kinyuusha)
2016-01-09 12:02:06 +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
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
f2f9e5ecb7
feature #392 , authentication keys, history log
...
When a user successfully performs an authentication with an auth_key, Piwigo
registers it in the history table.
For now, it is not shown/searchable in the history screen, but we can add it
in the future and we can provide a plugin with specific details about
authentication keys usage.
2016-01-04 15:04:02 +01:00
Pierrick Le Gall
aa581bd3de
Merge pull request #390 from thunderrabbit/readme-typo
...
Fixed a few typos in README.md
2016-01-04 10:01:58 +01:00
plegall
f4040a5a3a
forgotten to give user_status on recursive call in create_user_auth_key, bug detected by @mistic100
2016-01-01 20:37:33 +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
eee57a5d2e
feature #392 , authentication key, new table
2015-12-31 19:53:38 +01:00
Damien Sorel
01be8166f5
Merge pull request #391 from thunderrabbit/https
...
Support HTTPS in ws.htm and triggers_list.php
2015-12-30 22:59:23 +01:00
Mssr Tiger for Miss Tiger
32c3e3fcf0
removed http: from URLs wich support https
2015-12-30 12:00:57 -08:00
Mssr Tiger for Miss Tiger
1a65c68be5
removed http: from URLs wich support https
2015-12-30 12:00:03 -08:00
Rob Nugen
3f40090b5a
cleanup: fixed some spelling errors in README
2015-12-31 03:22:54 +09:00
Rob Nugen
88a8722ab2
cleanup: fixed typo in README.md
2015-12-31 03:18:41 +09: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
7b653c04d6
feature #379 , multiple format, download original as format
...
If multiple format feature is enabled, always put the original file in the formats list.
2015-12-30 16:04:32 +01:00
Piwigo-TranslationTeam
46729e101c
Update km_KH, thanks to Vanndy
2015-12-28 19:10:19 +01:00
Piwigo-TranslationTeam
e93109ce14
Update mn_MN, thanks to Ulzii
2015-12-26 08:32:17 +01:00
Piwigo-TranslationTeam
8ad46c9194
Update mn_MN, thanks to Ulzii
2015-12-26 08:32:07 +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
e439de1612
feature #379 , multiple format, consider the original as a format
2015-12-22 19:04:00 +01:00
plegall
1681b02ee9
bug #385 __construct for PHP 7 compatibility
2015-12-20 21:49:11 +01:00
plegall
5bfb51c0ec
PHP7 compatibility, use PasswordHash from Wordpress 4.4 (PHP5+ constructor)
2015-12-20 21:36:42 +01:00
plegall
6e2a4495bf
feature #379 , multiple format, add psd file extension by default
2015-12-20 21:00:28 +01:00
plegall
e7183e91d9
use window.SwitchBox instead of duplicating code
2015-12-20 20:38:30 +01:00
plegall
11f37b24b4
feature #379 , multiple format, no browser cache
...
No need random string in URL to avoid browser cache, coding tip by @modus75
2015-12-20 17:49:12 +01:00
plegall
89bc74b3f3
feature #379 , multiple format, labels
...
Ability to customize, with $lang['format CR2'] = 'RAW Canon' (in LocalFiles Editor) for example
2015-12-20 15:44:01 +01:00
plegall
8cd9c6602c
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.
2015-12-20 14:54:07 +01:00
plegall
f28420acfe
feature #346 , give chunk size in pwg.session.getStatus response
2015-12-20 11:49:49 +01:00
plegall
0f8d85491f
feature #379 , multiple format, hide formats when disabled
2015-12-17 14:08:53 +01:00
plegall
b1b9199258
feature #379 , multiple format, hide url on download link
2015-12-17 14:06:04 +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
3282ddbe2e
update Smarty to official version 3.1.28
2015-12-15 15:24:01 +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
Damien Sorel
5a6f37edf9
Merge pull request #371 from erAck/master
...
fix #367 - do not specialize numeric tag to 'id-tag' URL
2015-12-14 14:42:38 +01:00
Piwigo-TranslationTeam
890d5b0dc0
Update ko_KR, thanks to sojaeseop
2015-12-12 07:31:03 +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
fa10e0945e
bug #385 update to smarty-3.1.28-dev (from Github)
2015-12-10 14:02:22 +01:00
plegall
16f6a54fa7
fixes #384 use built-in functions to set charset
2015-12-08 13:39:09 +01:00
plegall
c3b748ecbf
feature #379 multiple format, step 2: download formats
...
* if formats are available, replace the download link on picture.php by a switchBox with all formats
* register format in the history table for future statistics
2015-12-07 10:54:18 +01:00
plegall
5be28962a1
Merge branch 'feature/377-album-thumbnail'
2015-12-03 16:10:50 +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
Piwigo-TranslationTeam
89203882c8
Update ko_KR, thanks to sojaeseop
2015-12-02 05:49:32 +01:00