source: trunk/doc/ChangeLog @ 913

Last change on this file since 913 was 913, checked in by plg, 19 years ago
  • bug fixed: during file tree synchronization, warning on finding the next rank of category which has no sub-categories yet.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 24.4 KB
Line 
12005-10-23 Pierrick LE GALL
2
3        * bug fixed: during file tree synchronization, warning on finding
4        the next rank of category which has no sub-categories yet.
5       
62005-10-23 chrisaga
7
8        * bug fixed: cat-list.tpl validate now
9
10        * improvement: removed some unnecessary css rules from old tests in
11        FROM  design in file default-layout.css
12
132005-10-23 Pierrick LE GALL
14
15        * bug 181 fixed: "Parameters not created in phpwebgallery_config
16        during upgrade". gallery_title and gallery_description had not
17        been added to config table. (use|show)_(exif|iptc) and
18        authorize_remembering have also been removed...
19
202005-10-22 chrisaga
21
22        * bug 177 fixed: icon tools wrong position in Safari and Konqueror
23        Needed a little trick to fix it. Put the trick in a fix-khtml.css
24        Loading in header.tpl and protected from IE, Geko and Opera,
25        just in case (couldn't foud a safari css-only filter wich validate)
26       
27        * bug fixed: issue in the FORM in remote_site.tpl which prevented
28        HTML validation (still something to do with the TABLE).
29
302005-10-22 Pierrick LE GALL
31
32        * bug fixed: link on a single day in
33        Administration>General>History was missing
34
352005-10-22 Pierrick LE GALL
36
37        * bug 173 fixed: due to phpBB user identifiers management, the
38        method to find the next user identifier has changer to MAX+1.
39
40        * improvement: information message when new user added
41
42        * bug fixed: language item "Username" used instead of "login".
43       
442005-10-20 chrisaga
45
46        * bug 176 fixed: need a javascript to handle transparent PNG
47        background in IE (tribute to Bob Osola
48        http://homepage.ntlworld.com/bobosola/index.htm)
49
50        * display: fixed another IE childselector bug in Categories
51        Management admin page and improved display of this page in all
52        browsers too.
53
542005-10-18 Pierrick LE GALL
55
56        * bug 174 fixed: use_exif_mapping configuration parameter was not
57        used to list database fields to update from EXIF values.
58
592005-10-18 Pierrick LE GALL
60
61        * bug 172 fixed: crash when changing password with an external
62        users table. The same kind of correction was also made in
63        picture.php and register.php.
64
652005-10-18 Pierrick LE GALL
66
67        * bug 159 and 166 fixed: parameter "options" for mail() function
68        disabled by default.
69
702005-10-18 chrisaga
71
72        * display : smaller font-size and, as requested, fonts more like 1.4
73
74        * bug 165 fixed : La largeur par défaut en PIXELS pas en Kb
75
762005-10-18 chrisaga
77
78        * display : in group_list.tpl - wrong form class, mixed html tags, ...
79
80        * display : suppress bullets in admin->synchronize and checkbox
81        under select
82
83        * display : set standard font size to 12pt
84
852005-10-17 Pierrick LE GALL
86
87        * improvement: use new function get_language_filepath in about.php
88        (complement of bug 168 correction)
89       
902005-10-17 Pierrick LE GALL
91
92        * bug 154 fixed: "Calendar category, too precise dates". Bug came
93        from the bigger precision of creation_date and available_date in
94        images tables. Need to retrieve only the year-month-day
95        information.
96       
972005-10-17 volcom
98
99        * new: history details by month,day
100       
1012005-10-15 Pierrick LE GALL
102
103        * modification: localized labels in Administration>Pictures>Caddie
104
105        * translation: bug fixed on special categories title in French
106
107        * translation: all help pages were translated in french
108
1092005-10-09 Pierrick LE GALL
110
111        * new: "quick start" section in Administration>General>Instructions
112       
1132005-10-08 Pierrick LE GALL
114
115        * translation: new items related to configuration parameters
116        gallery_title and gallery_description in GUI.
117
1182005-10-08 Pierrick LE GALL
119
120        * modification: configuration parameters gallery_title and
121        gallery_description are GUI managed in
122        Administration>Configuration>General
123
124        * bug fixed: configuration parameters (use|show)_(exif|iptc) and
125        authorize_remembering should have been deleted from config table
126        some time ago.
127       
1282005-10-08 Pierrick LE GALL
129
130        * new: mass virtual categories movement manager in
131        Administration>Categories>Move screen.
132
1332005-10-05 Pierrick LE GALL
134
135        * bug 160 fixed: (part one of the bug) hard coded column name of
136        users table had to be replaced by the configurable column
137        name. This correction was made by a full rewrite of filtered users
138        list management. The other bug (not submited in bugtracker) that
139        needed this rewrite was that when you choose "all" as target for
140        mass users modification, you expected to apply modification on
141        filtered users, not all users.
142
143        * bug 160 fixed: (part two of the bug) hard coded column name for
144        primary key in mass_updates function.
145
146        * modification: configuration parameter users_page is now located
147        in the correct file (include/config_default.inc.php instead of
148        admin/user_list.php)
149
1502005-09-27 Pierrick LE GALL
151       
152        * bug 168 fixed: crash when language file does not
153        exists. Constant PHPWG_DEFAULT_LANGUAGE added. New function
154        get_language_filepath always used to find language files.
155
1562005-09-26 Pierrick LE GALL
157
158        * bug 158 fixed: display error on "double selects" screens (with
159        MSIE, strange behavior). VDigital modification optimizes width
160        usage :-)
161
1622005-09-25 Pierrick LE GALL
163
164        * bug 163 fixed: link error when cookies disabled in admin/stats
165
1662005-09-24 Pierrick LE GALL
167
168        * bug fixed: HTML error on nested UL in categories menu.
169
170        * bug 161 fixed: guest_id not taken into account for history table
171        insert.
172
173        * bug 164 fixed: category inserted in history table becomes too
174        long if HTML tags are kept.
175
1762005-09-24 Pierrick LE GALL
177
178        * bug 162 fixed: division by zero when trying to view "all" items
179        in admin/element_set_(global|unit)
180
181        * bug 156 fixed: error when selection is empty was not catched.
182       
1832005-09-21 Pierrick LE GALL
184
185        * bug 151 fixed: default maxheight was not proposed as "set to"
186        option in admin/user_list
187
1882005-09-21 Pierrick LE GALL
189
190        * bug 150 fixed: in category permissions management, wrong column
191        name when using an external users table.
192
1932005-09-20 Pierrick LE GALL
194
195        * update: upgrade from 1.4.0 or 1.4.1. Upgrade from 1.3.x is not
196        available anymore.
197
198        * update: README files updated for very near branch 1.5 :-)
199
200        * new: file tools/config_local.inc.php as example for optional
201        include/config_local.inc.php
202
203        * bug fixed: configuration parameter show_picture_name_on_title
204        was useless
205
2062005-09-18 Pierrick LE GALL
207
208        * bug 111 fixed: "Can't add virtual category when cookie
209        disabled". Correction reported from branch 1.4.
210
211        * bug 109 fixed : "disabled "best rated" menu item when rating is
212        not enabled". Correction reported from branch 1.4.
213
214        * bug 95 fixed : "default maxwidth and maxheight not registered
215        ". Correction reported from branch 1.4.
216
2172005-09-18 Pierrick LE GALL
218
219        * bug 107 fixed: crash when logging visit on a category containing
220        "'" character. Correction reported from branch 1.4
221
222        * bug fixed: in admin/stats, incorrect SQL queries gave no result.
223
2242005-09-18 Pierrick LE GALL
225
226        * bug 101 fixed: "problem with IE search on keywords". correction
227        reported from branch 1.4
228
2292005-09-17 Pierrick LE GALL
230
231        * new: automatic new password sent by mail when requested by user
232
2332005-09-17 Pierrick LE GALL
234
235        * improvement: add information about how to use an external table
236        for users
237       
238        * bug fixed: uses user configuration fields for filtering in
239        admin/user_list
240
241        * bug fixed: don't try to create feeds automatically during
242        sync_users (when line in user_infos is missing)
243
244        * bug fixed: create_user_infos function gives status admin if user
245        id matches $conf['webmaster_id']
246
2472005-09-17 Pierrick LE GALL
248
249        * new: the number of elements waiting for validation is notified
250        in RSS feed.
251
2522005-09-17 Pierrick LE GALL
253
254        * translation: common and admin strings translated in french from
255        english files
256
2572005-09-14 Pierrick LE GALL
258
259        * improvement: long localized messages are in HTML files instead
260        of $lang array. This is the case of admin/help and about pages.
261
262        * deletion: of unused functions (ts_to_mysqldt, is_image,
263        TN_exists, check_date_format, date_convert,
264        get_category_directories, get_used_metadata_list, array_remove,
265        pwg_write_debug, get_group_restrictions,
266        get_all_group_restrictions, is_group_allowed, style_select,
267        deprecated_getAttribute).
268
269        * new: many new contextual help pages to replace descriptions
270        previously included in pages.
271
272        * modification: reorganisation of language files. Deletion of
273        unused language keys, alphabetical sort. No faq.lang.php anymore
274        (replaced by help.html). Only done for en_UK.iso-8859-1.
275
2762005-09-03 Pierrick LE GALL
277
278        * bug fixed : no display of first added element date in
279        admin/intro if no element in the gallery.
280
2812005-09-03 Pierrick LE GALL
282
283        * new : template yoga, made by yoDan, helped by chrisaga for
284        integration becomes the official template.
285
2862005-09-03 Pierrick LE GALL
287
288        * modification : less configuration parameters in administration
289        screen. These parameters are move to
290        include/config_default.inc.php.
291
292        * new : ability to add a single picture to caddie from picture.php
293
294        * new : contextual help, only a few pages are available.
295
296        * new : ability to delete users from admin/user_list
297
298        * modification : reorganization of configuration file
299
300        * new : configuration parameter use_exif_mapping
301
302        * improvement : MOD hidemail added to standard
303
3042005-08-26 Pierrick LE GALL
305
306        * new : HTML BODY identifier to let CSS stylesheets manage
307        specific behaviour.
308
309        * deletion : admin/search useless
310
311        * improvement : in admin/user_list, special behaviour for
312        true/false fields (expand, show_comments)
313
314        * new : gallery_title and gallery_description are displayed at the
315        top of each page.
316
317        * improvement : simplification in HTML for categories menu.
318
319        * improvement : standardization of presentation in all public
320        pages (identification, registration, search, profile,
321        notification, comments, etc.)
322
3232005-08-25 Pierrick LE GALL
324
325        * deletion : no mail notification anymore. Feature replaced by RSS
326        feed notification.
327
328        * improvement : on waiting pictures management. Ability to
329        validate all or reject all in one clic.
330
3312005-08-21 Pierrick LE GALL
332
333        * modification : adaptation of template variables and blocks in
334        comments page to display comment by comment instead of picture by
335        picture.
336
3372005-08-20 Pierrick LE GALL
338
339        * improvement : dedicated page for user comments validation/reject
340        in administration. (screen is not shared with public part of the
341        gallery). Ability to validate all or reject all in one clic.
342
3432005-08-19 Pierrick LE GALL
344
345        * improvement : less compact presentation of screen
346        admin/element_set_unit.
347
3482005-08-19 Pierrick LE GALL
349
350        * improvement : standardization of categories navigation bar on
351        top of administration screen element_set_(global|unit),
352        cat_modify, cat_list, cat_perm.
353
354        * new : direct link to admin/cat_modify from category.php.
355
3562005-08-19 Pierrick LE GALL
357
358        * modification : RSS feed work only with a given feed
359        identifier. Thus we can avoid fixed frequency notification to
360        concentrate on variable frequency notification, which is much more
361        interesting. To do this, feeds have moved to a dedicated table
362        allowing each user (including guest user) to have more than on
363        feed.
364       
3652005-08-18 Pierrick LE GALL
366
367        * bug 133 fixed : (report from branch 1.4) Deleting user favorites
368        is too restrictive. Instead of deleting a favorite because it
369        belongs to at least one forbidden category, a favorite is deleted
370        if it belongs to no authorized category (which was the expected
371        behaviour).
372
3732005-08-18 Pierrick LE GALL
374
375        * bug 134 fixed : "Nb of images incorectly rendered in "tool tip"
376        near category in category menu". Correction reported (and
377        improved) from branch 1.4
378
3792005-08-18 Pierrick LE GALL
380
381        * improvement : screen admin/picture_modify
382        rewritten. Presentation copied from admin/cat_modify : fieldsets
383        regroup fields. Ability to synchronize metadata for the displayed
384        item.
385
386        * bug 110 fixed : "return to element view from element edition
387        fails depending on permissions". If a reachable (for the connected
388        admin) category is available, a "jump to" link is displayed, by
389        default, using the category given in URL.
390
391        * bug fixed : in mass_updates function, the first item of
392        $fields['update'] has not always 0 for id (as in any array).
393
394        * modification : get_keywords function understands spaces as
395        separator, allow less than 3 chars keywords, allow quotes.
396
397        * new : ability to allow HTML in picture or category description
398        (false by default)
399
4002005-08-17 Pierrick LE GALL
401
402        * improvement : in admin/user_perm, already authorized categories
403        thanks to group associations are displayed and not taken into
404        account for user specific permissions.
405
4062005-08-17 Pierrick LE GALL
407
408        * modification : major simplification of admin.php. Titles are
409        managed by included page, localized items are managed directly in
410        the template.
411
412        * new : sub template admin/double_select is included in templates
413        admin/cat_options, admin/user_perm and admin/group_perm. I haven't
414        been able to use it in admin/picture_modify because it seems
415        impossible to have two instance of the same sub-template without
416        interfering.
417
418        * modification : bug 99, in profile manager, no auto submit when
419        changing language (useless and generate accessibility problem).
420
421        * improvement : HTML semantically correct for administration menu,
422        simpler syntax, less tags, correct tags (dl/dt/dd instead of
423        div/div).
424
425        * modification : number of waiting elements and unvalidated
426        comments are displayed in admin/intro instead of administration
427        menu (with a link to the dedicated pages).
428
429        * deletion : no link to profile from admin/user_list anymore (no
430        need).
431
4322005-08-16 Pierrick LE GALL
433
434        * modification : admin/group_list screen completely rewrite to
435        present the list of existing groups and a form to add a new
436        group. Here you can delete a group, go to permissions management
437        for a group, go to member list of a group (on admin/user_list with
438        a filter on group).
439       
440        * modification : admin/user_perm and admin/group_perm are not
441        directly reachable by the admin menu anymore. Only the user/group
442        list lets you reach user/group permissions management screen.
443
4442005-08-15 Pierrick LE GALL
445
446        * new : introduction page to administration section. This page
447        gives informations about PhpWebGallery version, PHP version, MySQL
448        version, gallery database informations (number of categories,
449        elements, users, comments). Ability to request phpwebgallery.net
450        for upgrade.
451
452        * deletion : of obsolete admin/admin_phpinfo.php page replaced by
453        a link in introduction page.
454
4552005-08-14 Pierrick LE GALL
456
457        * modification : simplification of HTML/CSS code for double select
458        screen to manage categories properties (admin/cat_options)
459
4602005-08-14 Pierrick LE GALL
461
462        * new : ability to set an element as representant of its category
463        directly from picture.php screen.
464
465        * improvement : dedicated icon to add elements into caddie. Ths
466        icon is displayed in the category title bar.
467       
4682005-08-14 Pierrick LE GALL
469
470        * new : maintenance screen in administration. There you can update
471        categories informations (number of images, date of the last added
472        element), update images informations (path, average rate), purge
473        obsolete sessions, purge history.
474
475        * new : ability to have random representative for categories. This
476        configuration parameter is set to false by default.
477
478        * new : ability to set an element as representative of a category
479        without belonging to the category. Thus, administrator can choose
480        representative even for empty categories.
481
482        * improvement : semantically superior design for category edition
483        screen by regrouping fields in fieldsets. The improved screen
484        contains action buttons as in category list screen.
485
486        * new : ability to move a virtual category (ie change its parent
487        category).
488
489        * bug fixed : the sync_users function checks all user children
490        tables (access, cache, group association).
491
4922005-08-08 Pierrick LE GALL
493
494        * new : external authentication in another users table. Previous
495        users table is divided between users (common properties with any
496        web application) and user_infos (phpwebgallery specific
497        informations). External table and fields can be configured.
498       
499        * modification : profile.php is not reachable through
500        administration anymore (not useful).
501
502        * modification : in profile.php, current password is mandatory
503        only if user tries to change his password. Username can't be
504        changed.
505
506        * deletion : of obsolete functions get_user_restrictions,
507        update_user_restrictions, get_user_all_restrictions,
508        is_user_allowed, update_user
509
510        * modification : $user['forbidden_categories'] equals at least
511        "-1" so that category_id NOT IN ($user['forbidden_categories'])
512        can always be used.
513
514        * modification : user_forbidden table becomes user_cache so that
515        not only restriction informations can be stored in this table.
516       
5172005-07-17 Pierrick LE GALL
518
519        * improvement : in admin/element_set_global, javascript is not
520        used anymore to select an item with its thumbnail
521
5222005-07-17 Pierrick LE GALL
523
524        * bug fixed : in admin/user_list, if target is "selection" and
525        that no user is selected, an error occurs
526
5272005-07-17 Pierrick LE GALL
528
529        * new feature : use Apache authentication. If
530        $conf['apache_authentication'] is set true : if no user matches
531        $_SERVER['REMOTE_USER'] in "users" table, PWG automatically
532        creates one. This way, users can customize the behaviour of the
533        application.
534
535        * template : new organisation of identification menu
536        (category.php). Simplification is required for Apache
537        authentication (no logout link even if user is externally logged
538        in)
539
540        * new : usernames can contain quotes (required because Apache
541        authentication authorized quotes in usernames)
542
5432005-07-17 Pierrick LE GALL
544
545        * new configuration parameter : hide thumbnail captions on main
546        page with $conf['show_thumbnail_caption']
547
548        * new configuration parameter : hide picture name in title on
549        picture presentation page with $conf['show_picture_name_on_title']
550
551        * template : new CSS classes to manage picture.php title
552       
5532005-07-16 Pierrick LE GALL
554
555        * new feature : RSS notification feed. Feed generator is an
556        external tool (FeedCreator class v1.7.2). New file feed.php
557
558        * new database field : comments.validation_date (datetime). This
559        field is required for notification feed.
560
561        * new database field : users.feed_id (varchar(50)). users.feed_id
562        is an alias of users.id but is much more complicated to find (50
563        characters, figures or letters, case sensitive) : the purpose is
564        to keep it secret (as far as possible).
565
566        * new database field : users.last_feed_check (datetime)
567
568        * new database field : users.registration_date (datetime)
569
570        * bug fixed : no need to add the (unavailable) session id to
571        install.php in the installation form.
572
573        * modified database field : images.date_available become more
574        precise (date to datetime). This precision is needed for
575        notification feed.
576
577        * new index : comments_i1 (validation_date). Might be useful for
578        feed queries.
579
580        * new index : comments_i2 (image_id). Useful each time you want to
581        have informations about an element and its associated comments.
582
583        * version 9.11 of mysqldump outputs database field names and table
584        names with backquote "`" (didn't find how to take them off)
585       
5862005-06-30 Pierrick LE GALL
587       
588        * category permissions management comes back! (it disappeared in
589        branch 1.4) This time, it is designed to support better long users
590        list. On this screen, for a particular category, admin can say
591        which groups and users are permitted.
592       
5932005-06-30 Pierrick LE GALL
594
595        * users managment : change display of filter (according to filter
596        on user comments)
597
5982005-06-30 Pierrick LE GALL
599
600        * categories management : new display with icon for actions
601        (delete, sub-categories, elements, edit, jump to, permissions)
602
603        * categories management : semantic HTML layout (using common
604        lists)
605
606        * categories management : new way to order categories of the same
607        level : a text field let the admin reorder all categories at once.
608       
6092005-06-25 Pierrick LE GALL
610
611        * new feature : ability to add links on the main page (see
612        include/config_default.inc.php)
613       
6142005-06-21 Pierrick LE GALL
615
616        * comments page rewritten : comments are displayed one by one,
617        with filters and display options available. The list of comments
618        is paginated.
619       
6202005-06-21 Pierrick LE GALL
621
622        * direct communication between templates and language items,
623        without needing a mapping in the PHP code.
624
6252005-06-21 Pierrick LE GALL
626
627        * new function get_name_from_file to centralize the construction
628        of displayed name from the filename
629
630        * new function l10n which returns the corresponding value from
631        $lang if existing. Else, the key is returned. This means that if a
632        language item is not translated, the key is displayed instead
633        (better than nothing).
634
6352005-06-11 Pierrick LE GALL
636
637        * errors and informations boxes : management centralized in
638        admin.php, $errors and $infos arrays replaced by $page['errors']
639        and $page['infos'], special management for admin/update.php (more
640        complex management)
641
6422005-06-11 Pierrick LE GALL
643
644        * bug 96 (informations given by uploaders are lost) correction
645        reported from branch 1.4
646
6472005-05-10 Pierrick LE GALL
648
649        * user list : links to profile page and permissions page are
650        represented by icons (more compact)
651
652        * user list : ability to associate to a group or to dissociate
653        from a group a list of selected users
654
655        * user list : ability to set user properties in "batch" mode (a
656        selection of users at once)
657
658        * user list : alternate background color for each line
659       
6602005-04-30 Pierrick LE GALL
661
662        * user list updated : ability to filter list on status. Function
663        get_enums comes back to retrieve the list of possible status in
664        the database.
665       
6662005-04-28 Pierrick LE GALL
667
668        * user list updated : ability to filter list on group
669
6702005-04-25 Pierrick LE GALL
671
672        * include/config.inc.php becomes include/config_default.inc.php :
673        this file should not be modified. A new file
674        include/config_local.inc.php can be used for overwriting
675        configuration parameters
676       
6772005-04-25 Pierrick LE GALL
678
679        * come back to previous version of include/constants.php :
680        %PWGVERSION% was not a mistake
681
6822005-04-25 Pierrick LE GALL
683
684        * profile.php is no longer used for listing users :
685        admin/user_list.php comes back (as in 1.3 branch)
686
687        * user list updated : ability to filter list on username
688
6892005-04-25 Gweltas
690
691        * ability to install even if file include/mysql.inc.php doesn't
692        exist
693
694        * monthly statistics
695
696        * installation labels updated (english only)
697
6982005-04-16 Pierrick LE GALL <pierrick /at/ phpwebgallery {dot} net>
699
700        * elements batch management : element_set page becomes the
701        frontend to element_set_global and element_set_unit, infos_images
702        (after a long time of use) become deprecated : the more powerful
703        element_set is used instead. Consequently, batch management
704        concerns caddie but also "normal categories".
705       
706        * refactoring code in admin.php to include the sub-file (clearer)
707
708        * caddie : function fill_caddie replaces the code in category.php
709        and can be used in admin/element_set.php
710
711        * caddie : caddie table is added in delete_elements function
712
7132005-04-16 Pierrick LE GALL <pierrick /at/ phpwebgallery {dot} net>
714
715        * elements batch management : in addition to global mode, a unit
716        mode is added : ability to manage a set of elements, element by
717        element. This screen is very close to the existing "infos_images"
718        (which will soon disappear).
719
720        * elements batch management : in screen element_set_global, the
721        display options are displayed at the top as in element_set_unit
722       
7232005-04-11 Pierrick LE GALL <pierrick /at/ phpwebgallery {dot} net>
724
725        * functions get_day_list and get_month_list moved from search.php
726        to include/functions.inc.php : these functions are now also used
727        in admin/element_set_global.php
728
729        * elements batch management improved : ability to set the number
730        of elements to display per line, ability to set {author, name,
731        creation date} fields, ability to add and remove keywords, ability
732        to take selected elements out of caddie
733
7342005-03-31 Pierrick LE GALL <pierrick at phpwebgallery dot net>
735
736        * apply category name and element name separation in calendar
737        special category
738
739        * change method of counting total number of viewable pictures :
740        pictures linked to more than one category are not counted twice.
741       
7422005-03-26 Pierrick LE GALL <pierrick at phpwebgallery dot net>
743
744        * "add to caddie" link is visible only when categories contains
745        elements. Only admin users can see this link
746
747        * elements batch management : impossible to create a link between
748        category and element that already exists
749
750        * logical separation of category name under thumbnail and element
751        name
752
7532005-03-25 Pierrick LE GALL <pierrick at phpwebgallery dot net>
754
755        * application version is defined at build or release
756        creation. This way, include/constants.php won't change at each
757        build.
758
7592005-03-25 Pierrick LE GALL <pierrick at phpwebgallery dot net>
760
761        * typo fixed : wrong block name closed in template
762
7632005-03-25 Pierrick LE GALL <pierrick at phpwebgallery dot net>
764       
765        * new feature : caddie. The purpose is batch management,
766        especially concerning elements to categories associations.This is
767        the very first release, needs many improvements.
Note: See TracBrowser for help on using the repository browser.