source: extensions/Icy_Picture_Modify/README @ 16353

Last change on this file since 16353 was 12818, checked in by icy, 12 years ago

Merge branch 'master' into svn

File size: 1.6 KB
Line 
1NAME
2
3  icy_picture_modify -- Allow user to modify their pictures
4
5DESCRIPTION
6
7  A piwigo extension that allows users to modify pictures they uploaded.
8  This extension just works as the 'picture_modify.php' for administrator.
9
10  The code of this plugin is heavily based on the original source
11  'picture_modify.php' of the Piwigo distribution (version 2.2.3.)
12
13USAGE
14
15  1. Install and enable the plugin "community" which allows users to
16     upload pictures to some albums. Please configure the plugin before
17     you install "icy_picture_modify".
18
19  2. Install and enable this plugin
20
21  3. When users view a picture they uploaded, they will be provided a link
22     to modify that picture's information.
23
24FEATURES
25
26  Users can delete image or modify image's properties (author, date, tags,
27  description, metada, associcate/aissociated/represented categories).
28
29KNOWN PROBLEMS
30
31  * If an image is replaced by other version (using plugin 'Photo update')
32    the author of (new) image will be owned by administrator, not the
33    current user. Hence the image won't be editable anymore
34  * This plugin doesn't support all known templates
35  * This plugin may not work smoothly without the plugin 'community'
36  * User can delete an image which is associated to some albums to which
37    the user doesn't have permission to write/access. This is true as the
38    plugin only checks owner of the image.
39
40AUTHOR
41
42  Anh K. Huỳnh (icy)
43
44LICENSE
45
46  GPL2
47
48HOMGEPAGE
49
50  At Github.com:  https://github.com/icy/icy_picture_modify
51  At Piwigo.com:  http://piwigo.org/ext/extension_view.php?eid=563
52  SVN repository: http://piwigo.org/svn/extensions/Icy_Picture_Modify/
Note: See TracBrowser for help on using the repository browser.