source: trunk/doc/ChangeLog @ 776

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