source: trunk/doc/ChangeLog @ 777

Last change on this file since 777 was 777, checked in by plg, 19 years ago
  • user list updated : ability to filter list on status. Function get_enums comes back to retrieve the list of possible status in the database.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.6 KB
Line 
12005-04-30 Pierrick LE GALL
2
3        * user list updated : ability to filter list on status. Function
4        get_enums comes back to retrieve the list of possible status in
5        the database.
6       
72005-04-28 Pierrick LE GALL
8
9        * user list updated : ability to filter list on group
10
112005-04-25 Pierrick LE GALL
12
13        * include/config.inc.php becomes include/config_default.inc.php :
14        this file should not be modified. A new file
15        include/config_local.inc.php can be used for overwriting
16        configuration parameters
17       
182005-04-25 Pierrick LE GALL
19
20        * come back to previous version of include/constants.php :
21        %PWGVERSION% was not a mistake
22
232005-04-25 Pierrick LE GALL
24
25        * profile.php is no longer used for listing users :
26        admin/user_list.php comes back (as in 1.3 branch)
27
28        * user list updated : ability to filter list on username
29
302005-04-25 Gweltas
31
32        * ability to install even if file include/mysql.inc.php doesn't
33        exist
34
35        * monthly statistics
36
37        * installation labels updated (english only)
38
392005-04-16 Pierrick LE GALL <pierrick /at/ phpwebgallery {dot} net>
40
41        * elements batch management : element_set page becomes the
42        frontend to element_set_global and element_set_unit, infos_images
43        (after a long time of use) become deprecated : the more powerful
44        element_set is used instead. Consequently, batch management
45        concerns caddie but also "normal categories".
46       
47        * refactoring code in admin.php to include the sub-file (clearer)
48
49        * caddie : function fill_caddie replaces the code in category.php
50        and can be used in admin/element_set.php
51
52        * caddie : caddie table is added in delete_elements function
53
542005-04-16 Pierrick LE GALL <pierrick /at/ phpwebgallery {dot} net>
55
56        * elements batch management : in addition to global mode, a unit
57        mode is added : ability to manage a set of elements, element by
58        element. This screen is very close to the existing "infos_images"
59        (which will soon disappear).
60
61        * elements batch management : in screen element_set_global, the
62        display options are displayed at the top as in element_set_unit
63       
642005-04-11 Pierrick LE GALL <pierrick /at/ phpwebgallery {dot} net>
65
66        * functions get_day_list and get_month_list moved from search.php
67        to include/functions.inc.php : these functions are now also used
68        in admin/element_set_global.php
69
70        * elements batch management improved : ability to set the number
71        of elements to display per line, ability to set {author, name,
72        creation date} fields, ability to add and remove keywords, ability
73        to take selected elements out of caddie
74
752005-03-31 Pierrick LE GALL <pierrick at phpwebgallery dot net>
76
77        * apply category name and element name separation in calendar
78        special category
79
80        * change method of counting total number of viewable pictures :
81        pictures linked to more than one category are not counted twice.
82       
832005-03-26 Pierrick LE GALL <pierrick at phpwebgallery dot net>
84
85        * "add to caddie" link is visible only when categories contains
86        elements. Only admin users can see this link
87
88        * elements batch management : impossible to create a link between
89        category and element that already exists
90
91        * logical separation of category name under thumbnail and element
92        name
93
942005-03-25 Pierrick LE GALL <pierrick at phpwebgallery dot net>
95
96        * application version is defined at build or release
97        creation. This way, include/constants.php won't change at each
98        build.
99
1002005-03-25 Pierrick LE GALL <pierrick at phpwebgallery dot net>
101
102        * typo fixed : wrong block name closed in template
103
1042005-03-25 Pierrick LE GALL <pierrick at phpwebgallery dot net>
105       
106        * new feature : caddie. The purpose is batch management,
107        especially concerning elements to categories associations.This is
108        the very first release, needs many improvements.
Note: See TracBrowser for help on using the repository browser.