-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
135 lines (92 loc) · 4.22 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
2.4.6 2014-02-01
- cb10d77: !bug: upload func. not work with Community 2.6
2.4.5 2014-01-30
- Compatible with Piwigo 2.6.1
- 13441c4: js/chosen: Add missing *.png files
- 635b4eb: js/datepicker: Remove unused code
- 8c46dc0: js/chosen: Fetch latest code from Piwigo 2.6.1
2.4.4 2013-10-01
- 4981d7f: Simple logging support for some actions
- 2aec83a: Add (icy_action_log) to log action output
2.4.3 2013-08-30
- 84e96e3: ACL sample: Add an example of invalid reference
- 3c90e2f: !bug: Windows CR/LF will break the parser
- c4797c9: !bug: invalid reference skips author setting
2.4.2 2013-08-18
- Fix a missing HTML tag (`a`) that is used to display `edit` button.
Special thanks `flop25` (flop25 at gmail dot com)
2.4.1 2013-08-14
- Fix security issue IPM-SA-2013-08-14. Details can be found in
https://github.com/icy/icy_picture_modify/ \
commit/6a8f26e8ebbc2cec477a43791cc46fcc380a7221
This issue affects any version from 2.1.0 to 2.4.0. Please upgrade
to the latest version and/or apply the patch files found in
https://github.com/icy/icy_picture_modify/tree/master/patches/
2.4.0 2013-08-13
- Accept group name when specifing values for `_of` variables (they are
`edit_image_of`, `replace_image_of`, `delete_image_of`). This is bc.
there are no difference between a `group` and a `user` (which is
considered as a group that has only one member.)
2.3.1 2013-03-16
- Add a workaround to support Piwigo 2.5. The default template of Piwigo
doesn't contain `U_ADMIN` hence we have to add some specific HTML code
(to template) from the main code without translation support.
2.3.0 2012-11-15
- Add guest support (Allow guest to edit, upload images). This feature
is disabled by default. Example is in `doc/*.sample_allow_guest`
2.2.1 2012-09-23
- Fix version information in the source file (main.inc.php)
2.2.0 2012-09-23
- Change/Clean up style of the edit form
- Allow user to update new version of images: New variable in ICY_ACL
is `replace_image_of`. See `doc/*` for example and syntax.
2.1.0 2012-09-09
- Add group support
- New version of ZAML format (See `doc/zaml.md` for details.)
- Remove date-picker in edit form to avoid conflicts with some templates
2.0.2 2012-07-11
- Fix various bugs
- Beautiful UI for image linking/association form
2.0.1 2012-07-09
- Advanced ACL support in local ZAML file
- Upload permission can be specified in new ACL
- Doesn't require any settings from the plugin `community`
1.1.2 2012-07-04
- Make plugin compatible with Piwigo 2.3.5 and Piwigo 2.4.1
- Fix minor bugs. Fix caching issue when updating images.
1.2.0 2012-01-07
- Support advanced ACL in local file <ROOT/local/config/icy_acl.php>
+ Allow user to edit images in any set of categories
+ Allow user to (dis)associate image (from)to any categories
+ Allow user to upload images to any categories
1.1.0 2011-09-02
- Compatible with Piwigo 2.2.3, 2.2.4 and 2.2.5 (There are code changes
in both Piwigo and this plugin. If you are using Piwigo 2.2.5 you must
install/upgrade to this version of the plugin.)
1.0.3 2011-08-12
- Compatible with Piwigo 2.2.3, Piwigo 2.2.4 and the lastest version
of the plugin 'community' (*)
- Allow user to make links for image (image may be associated to or
dissociate from any uploadable album). See KNOWN PROBLEMS in the file
README for more details.
- Allow user to make represent for uploadable albums. See KNOWN PROBLEMS
in the file README for more details.
- Clean up code
(*) http://piwigo.org/ext/extension_view.php?eid=303
1.0.2 2011-07-04
- Compatible with Piwigo 2.2.3
- Redirect user to the original page 'picture_modify.php' if the
current user is an administrator
- Check if an image does exist before invoking other codes
(the original code 'picture_modify' doesn't check that.)
- Fix display name of the plugin in the Piwigo's panel
- Doesn't show the internal data if image_id is invalid
(use bad_request instead of fatal_error)
1.0.1 2011-07-04
- Compatible with Piwigo 2.2.3
- Fix Plugin URI (to support AutoUpdate)
- Update the file README
- Clean up code
1.0.0 2011-07-03
- Compatible with Piwigo 2.2.3
- Initial version