source: trunk/doc/ChangeLog @ 1900

Last change on this file since 1900 was 1900, checked in by rub, 17 years ago

Apply property svn:eol-style Value: LF

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