source: extensions/Icy_Picture_Modify/README @ 16357

Last change on this file since 16357 was 16356, checked in by icy, 12 years ago

Prepare for new version 1.1.2 (Piwigo 2.4)

File size: 1.7 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
35  * This plugin doesn't support all known templates
36
37  * This plugin may not work smoothly without the plugin 'community'
38
39  * User can delete an image which is associated to some albums to which
40    the user doesn't have permission to write/access. This is true as the
41    plugin only checks owner of the image.
42
43AUTHOR
44
45  Anh K. Huỳnh (icy)
46
47LICENSE
48
49  GPL2
50
51HOMGEPAGE
52
53  At Github.com:  https://github.com/icy/icy_picture_modify
54  At Piwigo.com:  http://piwigo.org/ext/extension_view.php?eid=563
55  SVN repository: http://piwigo.org/svn/extensions/Icy_Picture_Modify/
56  Forum link:     http://piwigo.org/forum/viewtopic.php?pid=131585#p131585
Note: See TracBrowser for help on using the repository browser.