source: trunk/doc/ChangeLog @ 919

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