source: extensions/Icy_Picture_Modify/README @ 15968

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

Merge branch 'master' into svn

File size: 1.6 KB
RevLine 
[11934]1NAME
[11610]2
[11934]3  icy_picture_modify -- Allow user to modify their pictures
4
5DESCRIPTION
6
[11610]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
[11934]13USAGE
[11610]14
[12818]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
[11610]21  3. When users view a picture they uploaded, they will be provided a link
22     to modify that picture's information.
23
[11934]24FEATURES
[11610]25
[12818]26  Users can delete image or modify image's properties (author, date, tags,
27  description, metada, associcate/aissociated/represented categories).
[11610]28
[11934]29KNOWN PROBLEMS
[11610]30
[12818]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
[11934]34  * This plugin doesn't support all known templates
[12818]35  * This plugin may not work smoothly without the plugin 'community'
[11934]36  * User can delete an image which is associated to some albums to which
[12818]37    the user doesn't have permission to write/access. This is true as the
38    plugin only checks owner of the image.
[11934]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
[12818]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.