source: trunk/doc/ChangeLog @ 806

Last change on this file since 806 was 806, checked in by plg, 19 years ago
  • improvement : in admin/element_set_global, javascript is not used anymore to select an item with its thumbnail
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 8.2 KB
Line 
12005-07-17 Pierrick LE GALL
2
3        * improvement : in admin/element_set_global, javascript is not
4        used anymore to select an item with its thumbnail
5
62005-07-17 Pierrick LE GALL
7
8        * bug fixed : in admin/user_list, if target is "selection" and
9        that no user is selected, an error occurs
10
112005-07-17 Pierrick LE GALL
12
13        * new feature : use Apache authentication. If
14        $conf['apache_authentication'] is set true : if no user matches
15        $_SERVER['REMOTE_USER'] in "users" table, PWG automatically
16        creates one. This way, users can customize the behaviour of the
17        application.
18
19        * template : new organisation of identification menu
20        (category.php). Simplification is required for Apache
21        authentication (no logout link even if user is externally logged
22        in)
23
24        * new : usernames can contain quotes (required because Apache
25        authentication authorized quotes in usernames)
26
272005-07-17 Pierrick LE GALL
28
29        * new configuration parameter : hide thumbnail captions on main
30        page with $conf['show_thumbnail_caption']
31
32        * new configuration parameter : hide picture name in title on
33        picture presentation page with $conf['show_picture_name_on_title']
34
35        * template : new CSS classes to manage picture.php title
36       
372005-07-16 Pierrick LE GALL
38
39        * new feature : RSS notification feed. Feed generator is an
40        external tool (FeedCreator class v1.7.2). New file feed.php
41
42        * new database field : comments.validation_date (datetime). This
43        field is required for notification feed.
44
45        * new database field : users.feed_id (varchar(50)). users.feed_id
46        is an alias of users.id but is much more complicated to find (50
47        characters, figures or letters, case sensitive) : the purpose is
48        to keep it secret (as far as possible).
49
50        * new database field : users.last_feed_check (datetime)
51
52        * new database field : users.registration_date (datetime)
53
54        * bug fixed : no need to add the (unavailable) session id to
55        install.php in the installation form.
56
57        * modified database field : images.date_available become more
58        precise (date to datetime). This precision is needed for
59        notification feed.
60
61        * new index : comments_i1 (validation_date). Might be useful for
62        feed queries.
63
64        * new index : comments_i2 (image_id). Useful each time you want to
65        have informations about an element and its associated comments.
66
67        * version 9.11 of mysqldump outputs database field names and table
68        names with backquote "`" (didn't find how to take them off)
69       
702005-06-30 Pierrick LE GALL
71       
72        * category permissions management comes back! (it disappeared in
73        branch 1.4) This time, it is designed to support better long users
74        list. On this screen, for a particular category, admin can say
75        which groups and users are permitted.
76       
772005-06-30 Pierrick LE GALL
78
79        * users managment : change display of filter (according to filter
80        on user comments)
81
822005-06-30 Pierrick LE GALL
83
84        * categories management : new display with icon for actions
85        (delete, sub-categories, elements, edit, jump to, permissions)
86
87        * categories management : semantic HTML layout (using common
88        lists)
89
90        * categories management : new way to order categories of the same
91        level : a text field let the admin reorder all categories at once.
92       
932005-06-25 Pierrick LE GALL
94
95        * new feature : ability to add links on the main page (see
96        include/config_default.inc.php)
97       
982005-06-21 Pierrick LE GALL
99
100        * comments page rewritten : comments are displayed one by one,
101        with filters and display options available. The list of comments
102        is paginated.
103       
1042005-06-21 Pierrick LE GALL
105
106        * direct communication between templates and language items,
107        without needing a mapping in the PHP code.
108
1092005-06-21 Pierrick LE GALL
110
111        * new function get_name_from_file to centralize the construction
112        of displayed name from the filename
113
114        * new function l10n which returns the corresponding value from
115        $lang if existing. Else, the key is returned. This means that if a
116        language item is not translated, the key is displayed instead
117        (better than nothing).
118
1192005-06-11 Pierrick LE GALL
120
121        * errors and informations boxes : management centralized in
122        admin.php, $errors and $infos arrays replaced by $page['errors']
123        and $page['infos'], special management for admin/update.php (more
124        complex management)
125
1262005-06-11 Pierrick LE GALL
127
128        * bug 96 (informations given by uploaders are lost) correction
129        reported from branch 1.4
130
1312005-05-10 Pierrick LE GALL
132
133        * user list : links to profile page and permissions page are
134        represented by icons (more compact)
135
136        * user list : ability to associate to a group or to dissociate
137        from a group a list of selected users
138
139        * user list : ability to set user properties in "batch" mode (a
140        selection of users at once)
141
142        * user list : alternate background color for each line
143       
1442005-04-30 Pierrick LE GALL
145
146        * user list updated : ability to filter list on status. Function
147        get_enums comes back to retrieve the list of possible status in
148        the database.
149       
1502005-04-28 Pierrick LE GALL
151
152        * user list updated : ability to filter list on group
153
1542005-04-25 Pierrick LE GALL
155
156        * include/config.inc.php becomes include/config_default.inc.php :
157        this file should not be modified. A new file
158        include/config_local.inc.php can be used for overwriting
159        configuration parameters
160       
1612005-04-25 Pierrick LE GALL
162
163        * come back to previous version of include/constants.php :
164        %PWGVERSION% was not a mistake
165
1662005-04-25 Pierrick LE GALL
167
168        * profile.php is no longer used for listing users :
169        admin/user_list.php comes back (as in 1.3 branch)
170
171        * user list updated : ability to filter list on username
172
1732005-04-25 Gweltas
174
175        * ability to install even if file include/mysql.inc.php doesn't
176        exist
177
178        * monthly statistics
179
180        * installation labels updated (english only)
181
1822005-04-16 Pierrick LE GALL <pierrick /at/ phpwebgallery {dot} net>
183
184        * elements batch management : element_set page becomes the
185        frontend to element_set_global and element_set_unit, infos_images
186        (after a long time of use) become deprecated : the more powerful
187        element_set is used instead. Consequently, batch management
188        concerns caddie but also "normal categories".
189       
190        * refactoring code in admin.php to include the sub-file (clearer)
191
192        * caddie : function fill_caddie replaces the code in category.php
193        and can be used in admin/element_set.php
194
195        * caddie : caddie table is added in delete_elements function
196
1972005-04-16 Pierrick LE GALL <pierrick /at/ phpwebgallery {dot} net>
198
199        * elements batch management : in addition to global mode, a unit
200        mode is added : ability to manage a set of elements, element by
201        element. This screen is very close to the existing "infos_images"
202        (which will soon disappear).
203
204        * elements batch management : in screen element_set_global, the
205        display options are displayed at the top as in element_set_unit
206       
2072005-04-11 Pierrick LE GALL <pierrick /at/ phpwebgallery {dot} net>
208
209        * functions get_day_list and get_month_list moved from search.php
210        to include/functions.inc.php : these functions are now also used
211        in admin/element_set_global.php
212
213        * elements batch management improved : ability to set the number
214        of elements to display per line, ability to set {author, name,
215        creation date} fields, ability to add and remove keywords, ability
216        to take selected elements out of caddie
217
2182005-03-31 Pierrick LE GALL <pierrick at phpwebgallery dot net>
219
220        * apply category name and element name separation in calendar
221        special category
222
223        * change method of counting total number of viewable pictures :
224        pictures linked to more than one category are not counted twice.
225       
2262005-03-26 Pierrick LE GALL <pierrick at phpwebgallery dot net>
227
228        * "add to caddie" link is visible only when categories contains
229        elements. Only admin users can see this link
230
231        * elements batch management : impossible to create a link between
232        category and element that already exists
233
234        * logical separation of category name under thumbnail and element
235        name
236
2372005-03-25 Pierrick LE GALL <pierrick at phpwebgallery dot net>
238
239        * application version is defined at build or release
240        creation. This way, include/constants.php won't change at each
241        build.
242
2432005-03-25 Pierrick LE GALL <pierrick at phpwebgallery dot net>
244
245        * typo fixed : wrong block name closed in template
246
2472005-03-25 Pierrick LE GALL <pierrick at phpwebgallery dot net>
248       
249        * new feature : caddie. The purpose is batch management,
250        especially concerning elements to categories associations.This is
251        the very first release, needs many improvements.
Note: See TracBrowser for help on using the repository browser.