source: trunk/doc/ChangeLog @ 914

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