comparison documentation/CHANGELOG.txt @ 7:6aeff3329e01 ad

maj module ad 2.1rc1
author piotre
date Mon, 20 Jul 2009 13:54:40 +0000
parents 0d1c70d51fbe
children 32c1a7d9e1fa
comparison
equal deleted inserted replaced
6:b7653861e0b4 7:6aeff3329e01
1 $Id: CHANGELOG.txt,v 1.2.2.40.2.176.2.41.2.80 2009/04/22 15:14:46 jeremy Exp $ 1 $Id: CHANGELOG.txt,v 1.2.2.40.2.176.2.41.2.94 2009/07/17 21:29:38 jeremy Exp $
2 2
3 April 22nd, 2009 3 July 17th, 2009
4 - ad_channel.module
5 o feature #506512: filter reports on ads not assigned to any channel
6 o bug #511200: document <front> as an acceptable path
7
8 July 11th, 2009
9 - ad_channel.module
10 o feature #487966: provide inventory for channels, allowing remnant ads to
11 fill in missing inventory
12
13 July 9th, 2009
14 - imageserve.inc
15 o bug #491324: remove unnecessary object
16
17 July 6th, 2009
18 - ad_embed.module
19 o bug #476480: add missing ';' to properly display '<' in form.
20 - ad.module
21 o bug #480884: remove unnecessary call to ad_groups_list().
22 Patch thanks to 'lonelyrobot'.
23
24 July 3rd, 2009
25 - ad_report.module
26 o bug #485218: proper filtering by group and by both group and channel
27 - ad_cache_file.module
28 o feature #485236: provide manual mechanism for flushing file cache
29 - ad_weight_probability.module
30 o feature #485244: display probability on ad overview page
31
32 May 21st, 2009
33 - ad.channel.module
34 o replace probability with percentage to ease administration
35 - ad_channel.inc
36 o remove non-channel probabilities, replace with percentages. improve
37 channel selection to ensure proper weighting regardless of how many
38 channels and how many ads in channels and not in channels.
39 - ad_channel.install
40 o replace no_channel_weight row with no_channel_percentage. Automatically
41 convert existing configurations from weight to percentage.
42
43 May 15th, 2009
44 - ad_image.module
45 o bug #437580: properly validate remote image, allowing it to be set as
46 active
47
48 May 7th, 2009
49 - adcache.inc
50 o bug #453236: properly cast db query so can filter on multiple nids or tids
51 - ad_channel.inc
52 o bug: validate that a non-zero channel weight has been set, otherwise fall
53 back to default weight
54
55 April 22nd, 2009 (6.x-2.0)
4 - ad_channel.module 56 - ad_channel.module
5 o bug #436234: allow nodes to save properly on creation 57 o bug #436234: allow nodes to save properly on creation
6 - ad_weight_percentage.module 58 - ad_weight_percentage.module
7 o bug #436234: allow nodes to save properly on creation 59 o bug #436234: allow nodes to save properly on creation
8 60
9 April 17th, 2009 61 April 17th, 2009
10 - ad_cache_file.install 62 - ad_cache_file.install
11 o bug #436926: be sure the file cache is disabled when the ad file cache 63 o bug #436926: be sure the file cache is disabled when the ad file cache
12 module is disabled (patch thanks to Garrett Albright) 64 module is disabled (patch thanks to Garrett Albright)
13 65
14 April 16th, 2009 (-rc1) 66 April 16th, 2009 (6.x-2.0-rc1)
15 - ad.module 67 - ad.module
16 o feature #170497: introduce configurable option to remove ad nodes from 68 o feature #170497: introduce configurable option to remove ad nodes from
17 search results, enabled by default. Advertisements will still show up 69 search results, enabled by default. Advertisements will still show up
18 in search results for users with 'administer advertisements' or 'edit any 70 in search results for users with 'administer advertisements' or 'edit any
19 advertisement' permissions. 71 advertisement' permissions.