source: trunk/doc/ChangeLog @ 918

Last change on this file since 918 was 918, checked in by volcom, 19 years ago

2005-10-30 volcom

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