root/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @98 [98] 12/26/06 10:38:15 miyagawa remove uses of expensive $& variable
(edit) @87 [87] 12/01/06 02:23:11 henrylyne Add sub to escape strings for use in URLs.
(edit) @86 [86] 12/01/06 00:37:12 henrylyne Change Google fall-thru URL to our AdServer, which will then fall thru to …
(edit) @85 [85] 11/29/06 02:25:45 ydnar bugid:45519; stop croaking on unknown/new/too many params
(edit) @79 [79] 11/14/06 00:59:43 abunner At one point, I call parse_params without having an AdEngine instance and …
(edit) @78 [78] 11/10/06 21:36:57 hachi If we defined a 'policy' during creation time, then we're using an old …
(edit) @77 [77] 11/10/06 00:40:58 janine Make the 468x60 ad size work.
(edit) @76 [76] 11/09/06 23:42:35 breese Added support for the full banner (468x60) ad size in Google AdSense
(edit) @75 [75] 11/07/06 18:55:13 abunner Deleting the adunit param from the call. LJ includes it in their ad calls …
(edit) @74 [74] 11/02/06 01:26:05 abunner Adding a verify_accttype method (which accepts all input) to get around …
(edit) @73 [73] 11/02/06 01:19:09 ykerherve It's probably safe to have the '.' here BugzID: 43941
(edit) @72 [72] 10/31/06 01:01:01 abunner 1. Making dimension-to-zone mappings be defined on a per-product basis …
(edit) @71 [71] 10/27/06 23:48:51 abunner Refactoring parameter parsing so that it can be called without invoking …
(edit) @70 [70] 10/27/06 23:44:09 abunner Making 'product' a parameter (should be optional, hopefully I'm not …
(edit) @68 [68] 10/17/06 22:44:55 abunner Hopefully fixing Vox and LJ builds which were depending on passing a …
(edit) @67 [67] 10/17/06 18:02:08 abunner Adding connectivity to house ads server
(edit) @66 [66] 10/04/06 19:54:22 hachi Quell warnings about undefined parameters, and remove a spurious </p> in …
(edit) @65 [65] 09/30/06 00:17:34 kgoess adding colors to incoming parameters
(edit) @64 [64] 09/27/06 15:36:04 hachi r19325@lj: lj | 2006-09-27 08:01:04 -0700 Wrong parameter name for …
(edit) @63 [63] 09/26/06 19:02:20 hachi Add Accipiter as a new ad network to target. Works.
(edit) @62 [62] 09/07/06 22:54:22 breese Initial creation of Accipiter driver.
(edit) @61 [61] 08/09/06 23:09:14 hachi Make type failure more verbose, just slightly, so we can debug fail cases …
(edit) @60 [60] 07/03/06 16:37:19 sky Fix whitespaces
(edit) @59 [59] 06/15/06 20:48:44 sky Send multiple categories per Ernies request. The interface for categories …
(edit) @58 [58] 06/02/06 22:29:04 sky Fix a bug reported as RT #1961 where people can set custom friends groups …
(edit) @57 [57] 05/25/06 23:21:35 whitaker -- let policy deal with channels
(edit) @56 [56] 05/17/06 21:29:40 bradfitz public content-based targetting
(edit) @55 [55] 05/17/06 01:21:07 sky Fix test and allow a content parameter on page
(edit) @54 [54] 05/16/06 02:03:36 ydnar allow weird search terms
(edit) @53 [53] 05/04/06 02:24:04 ydnar xhtml pedant
(edit) @52 [52] 04/14/06 23:17:41 davidr Allow overriding the engine used
(edit) @51 [51] 04/13/06 06:32:33 davidr + is alright in interests
(edit) @50 [50] 04/13/06 05:51:50 davidr Interests can have other characters in them
(edit) @49 [49] 04/13/06 05:48:50 davidr URLs can have + in them
(edit) @48 [48] 04/12/06 21:32:15 davidr Support a policy outputting its own client id
(edit) @47 [47] 04/12/06 21:23:30 davidr Support for channel mapping
(edit) @46 [46] 04/12/06 18:10:35 davidr google_adtest != google_test
(edit) @45 [45] 04/11/06 21:37:48 davidr Support "testing" mode http://rt.livejournal.org/index.html?q=1463
(edit) @44 [44] 04/11/06 19:25:18 davidr Google client id takes many forms
(edit) @43 [43] 04/04/06 21:41:59 davidr Sesiontid should come from channel, not category
(edit) @42 [42] 04/02/06 20:10:25 davidr Allow spaces in urls
(edit) @41 [41] 04/01/06 01:13:46 davidr Allow \w - and spaces in search terms
(edit) @40 [40] 03/31/06 23:06:28 davidr Support extra ad html via policy
(edit) @39 [39] 03/30/06 20:22:46 davidr Uppercase channel
(edit) @38 [38] 03/28/06 21:06:31 davidr Support passing in account type for a person
(edit) @37 [37] 03/28/06 20:54:29 davidr Make sure country is set before checking length
(edit) @36 [36] 03/27/06 23:30:22 davidr YieldManager has section ids which correspond to categories, not a client …
(edit) @35 [35] 03/24/06 19:48:27 ydnar using CDATA instead of silly HTML comments
(edit) @34 [34] 03/24/06 08:49:14 davidr - Allow & in categories - Add set_categories method
(edit) @33 [33] 03/24/06 08:05:45 davidr Don't need to grab categories and interests here, rather done in policy
(edit) @32 [32] 03/24/06 08:03:58 davidr Instead of dying when user input could be unsafe, undef categories and …
(edit) @31 [31] 03/24/06 06:31:15 davidr Interests and categories can have spaces and still be valid
(edit) @30 [30] 03/23/06 20:44:20 davidr - Define search_term as a page attribute - Add adsense_extra function to …
(edit) @29 [29] 03/23/06 19:20:33 davidr - Require policy object be defined - Make Network support alternate ad …
(edit) @28 [28] 03/23/06 06:26:53 sky emacs I hate you
(edit) @27 [27] 03/23/06 06:21:28 sky Add policy document
(edit) @26 [26] 03/23/06 00:34:50 davidr This all needs to get moved into a policy object which Artur is …
(edit) @25 [25] 03/22/06 23:14:52 sky go go go
(edit) @24 [24] 03/22/06 21:34:48 davidr s/lcon/channel/ http://rt.livejournal.org/Ticket/Display.html?id=1129
(edit) @23 [23] 03/22/06 21:32:39 davidr [int: ads] - Document interests - s/category/categories/
(edit) @22 [22] 03/22/06 20:58:08 davidr - Remove "cat_map", will be dealt with via Policy library - Add interests …
(edit) @21 [21] 03/22/06 19:06:33 davidr Exists, not defined
(edit) @20 [20] 03/22/06 05:55:37 davidr These should never be undef, but make sure it won't be an issue.
(edit) @19 [19] 03/22/06 05:52:51 davidr - We don't use URL - Include channel like other vars to remove issue of …
(edit) @18 [18] 03/22/06 05:46:28 davidr Only verify if the key is defined
(edit) @17 [17] 03/22/06 05:44:53 sky remove makefile
(edit) @16 [16] 03/22/06 05:42:19 davidr Use channel for both AS and YM and put it on the page object
(edit) @15 [15] 03/22/06 05:25:21 sky Make sure we don't allow anything harmful in, by default all attributes …
(edit) @14 [14] 03/22/06 01:11:47 sky testing changelog
(edit) @13 [13] 03/22/06 01:10:40 sky testing changelog
(edit) @12 [12] 03/22/06 01:01:56 davidr More tests
(edit) @11 [11] 03/22/06 00:41:25 davidr More cleanup
(edit) @10 [10] 03/21/06 23:38:25 davidr - Add YieldManager (RightMedia) support - Add Person param type (age, …
(edit) @9 [9] 03/21/06 19:50:21 davidr Update doc for page type
(edit) @8 [8] 03/21/06 19:49:54 davidr - Missed adding two param types last night - Page type should be …
(edit) @7 [7] 03/21/06 08:59:04 davidr Added process to AdEngine
(edit) @6 [6] 03/21/06 08:12:19 davidr Even more <lj user='crucially' /> foo!
(edit) @5 [5] 03/21/06 08:08:22 davidr Don't commit blib directors
(edit) @4 [4] 03/21/06 08:00:32 davidr SixApart::AdEngine::Param::Country -> SixApart::AdEngine::Param::Locale
(edit) @3 [3] 03/21/06 07:54:52 davidr More Perl foo by <lj user='crucially' />
(edit) @2 [2] 03/21/06 07:01:54 davidr Milestone commit of SixApart ad targetting engine
(add) @1 [1] 03/21/06 07:01:54 anonymous New repository initialized by cvs2svn.
Note: See TracRevisionLog for help on using the revision log.