source: trunk/doc/ChangeLog @ 922

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