Commit graph

22 commits

Author SHA1 Message Date
Colin Kuskie
13dd3f358c Finish updating AdSpace for reorganization.
Remove groupToPurchase, update tests to follow suit.
2009-09-02 18:47:55 -07:00
Colin Kuskie
fe253042ea Reorganize AdSpace properties for prices and permissions.
Remove click and impression prices.  Remove groupToPurchase.
Expose minimum clicks and impressions to the UI.
2009-09-02 10:42:29 -07:00
Yung Han Khoe
5874a16579 fixing a syntax error in WebGUI/AdSpace.pm 2009-02-24 02:34:23 +00:00
David Delikat
af5ad84fc8 added code and test suite for a series of functions that
identify non-human web clients so that advertising can
eliminate ghost impressions and ghost clicks
2009-02-23 00:20:46 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Colin Kuskie
4bcf390ce9 Allow certain fields in Ad and AdSpace to be cleared. Add tests
to verify that it works.
2008-08-20 16:40:55 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
JT Smith
fa09c41598 replaced return; with return undef; 2008-01-24 21:58:15 +00:00
Colin Kuskie
96178fd70c first round of Perl::Critic cleanups. Do not use return undef, use a bare return instead 2007-12-05 00:30:43 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
Colin Kuskie
15d3ec323a Add hashwide getters for AdSpace and Ad.pm
Fix a bug in Ad/set where if no properties were passed it would die.
2007-05-26 04:08:01 +00:00
Colin Kuskie
6683d27795 clean-up. High code coverage always makes me excited 2007-02-23 05:11:55 +00:00
Colin Kuskie
906775d505 AdSpace has 100% coverage, aside from some conditionals in the set method.
Found and fixed an off by 1 error in displayImpressions that allowed boughtImpressions+1
impressions to be displayed.
2007-02-23 04:59:06 +00:00
Colin Kuskie
d1ede96e63 Make AdSpace->get provide a hash ref if none is supplied.
Add tests to improve test coverage and to verify defaults from the
DB and the code.
2007-02-05 04:10:15 +00:00
Colin Kuskie
c9726f7b4d New AdSpace tests, need to start looking at coverage.
Added some comments and fixed some POD in AdSpace.pm and Ad.pm
2007-02-05 01:01:20 +00:00
Colin Kuskie
870d9dbe46 more tests for AdSpace and added more POD to AdSpace.pm and Ad.pm 2007-02-04 04:12:19 +00:00
JT Smith
e1b583a935 some upgrade script fixes 2006-11-16 00:14:14 +00:00
JT Smith
4f68a0933c added YUI and YUI-ext
fixed the resizable text area with IE problem
fixed the ad space with IE problem
merged the 7.2.0 and 7.1.4 change logs
2006-11-07 23:15:57 +00:00
Wouter van Oijen
2d9565775f POD fixes and removing debug output 2006-07-11 09:05:22 +00:00
JT Smith
c0225f6b35 added a more visual interface to the ad manager 2006-04-08 03:24:30 +00:00
JT Smith
91a620a9f5 it's hard out here for a pimp, but the ad rotation system doesn't skimp = it's done! 2006-04-07 02:58:14 +00:00
JT Smith
d26f1bdd8c add ad management system
improved performance of cs threads by about 500%
2006-04-05 03:42:14 +00:00