source: trunk/doc/ChangeLog @ 925

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