Revisions for midas/lib/Campaigns.php

Location: [ Horde ] / midas / lib / Campaigns.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.42 (+2 -2 lines) 01/02/2008 06:13 AM Jan Schneider jan

Happy New Year

1.41 (+2 -2 lines) 01/02/2007 07:48 AM Jan Schneider jan

Happy New Year

1.40 (+2 -4 lines) 01/01/2007 07:41 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.39 (+3 -3 lines) 04/06/2006 06:43 AM Jan Schneider jan

Allow text and image ads without links.

1.38 (+4 -1 lines) 03/30/2006 10:04 AM Jan Schneider jan

Catch errors.

1.37 (+5 -1 lines) 03/30/2006 09:45 AM Jan Schneider jan

Show dimension when viewing the inactive form.

1.36 (+9 -9 lines) 03/30/2006 07:29 AM Jan Schneider jan

Allow to filter ads by size.

1.35 (+19 -3 lines) 03/30/2006 06:13 AM Jan Schneider jan

Save image dimensions.

1.34 (+6 -4 lines) 03/10/2006 05:17 PM Chuck Hagenbuch chuck

Remove unnecessary references and Horde_Form::singleton() calls.

1.33 (+34 -3 lines) 03/02/2006 04:57 AM Jan Schneider jan

Add support for flash banners.

1.32 (+2 -2 lines) 02/15/2006 09:08 AM Jan Schneider jan

Explain meaning of 0 value.

1.31 (+6 -2 lines) 02/09/2006 11:00 AM Jan Schneider jan

Add support for Google AdSense ads (ctroup@uwo.ca, Request #2928).

1.30 (+14 -9 lines) 02/09/2006 10:26 AM Jan Schneider jan

Fix ad generation, implement php and iframe ads.

1.29 (+85 -2 lines) 02/09/2006 07:49 AM Jan Schneider jan

Create campaign form in a central place.

1.28 (+3 -2 lines) 12/01/2005 04:57 AM Matt Selsky selsky

References.

1.27 (+2 -2 lines) 08/24/2005 01:34 AM Matt Selsky selsky

Use double-quotes.

1.26 (+14 -35 lines) 07/02/2005 10:57 PM Matt Selsky selsky

"@access public" is redundant.
Wrapping.
Use proper types in phpdoc.
Specify "@access private" correctly in phpdoc.

1.25 (+6 -4 lines) 05/10/2005 08:55 PM Matt Selsky selsky

Fix viral 'wil' typo.

1.24 (+13 -25 lines) 05/10/2005 04:00 PM Matt Selsky selsky

Remove "optional" from phpdoc.

1.23 (+1 -2 lines) 04/20/2005 01:51 AM Matt Selsky selsky

Remove @version.

1.22 (+7 -8 lines) 09/09/2004 12:27 AM Chuck Hagenbuch chuck

I got sick of seeing "needs to be fixed" in my portal, so here it is,
a working summary block. Also cleaned up various other bits of Midas
that I touched while I was at it.

1.21 (+3 -3 lines) 09/02/2004 07:51 AM mdjukic

pass by reference, so that the ad_id can be set when it is empty and a random one is picked, otherwise no show stats will be updated

1.20 (+11 -10 lines) 05/02/2004 06:45 PM mdjukic

clear up some mess with ad_id and ids and campaign array keys

1.19 (+4 -3 lines) 05/02/2004 06:13 PM mdjukic

make sure type=0 is not being skipped because of the empty() check

1.18 (+12 -8 lines) 05/02/2004 06:09 PM mdjukic

fix some isset errors

1.17 (+4 -7 lines) 05/02/2004 05:59 PM mdjukic

keyword filtering should work now

1.16 (+28 -21 lines) 05/02/2004 05:16 PM mdjukic

better logic when deleting and saving campaigns, check for image uploads better

1.15 (+152 -42 lines) 04/26/2004 06:18 PM mdjukic

Close ticket 124. Fix code for filtering, better logic for not showing the same ad twice on the same page, remove some unnecessary functions and rename the backend functiosn, add lots of comments.

1.14 (+4 -1 lines) 11/03/2003 02:22 PM mdjukic

comments, useless file

1.13 (+3 -3 lines) 10/30/2003 06:38 PM Jan Schneider jan

PHP 5 fixes.

1.12 (+28 -3 lines) 09/18/2003 07:16 AM mdjukic

some logic to try to minimise the showing of the same ad in the same page. checks if the ad has been shown in the last 30secs for the current session, if so picks another ad.

1.11 (+5 -3 lines) 09/18/2003 05:45 AM mdjukic

error check, gt rid of the var_dump

1.10 (+96 -49 lines) 09/17/2003 11:56 PM mdjukic

take out any displaying code and put into Midas_Display::, clean up, add some more error checking

1.9 (+3 -4 lines) 09/17/2003 05:35 PM mdjukic

autocreate dir if first entry into db, don't do notification here

1.8 (+5 -5 lines) 09/16/2003 07:06 PM Jan Schneider jan

Use the new Util:: class.

1.7 (+13 -5 lines) 09/01/2003 06:56 PM Jan Schneider jan

Simplify driver instantiation even more.

1.6 (+29 -6 lines) 08/29/2003 09:31 PM mdjukic

slight cleaning up, comments, error checking

1.5 (+3 -3 lines) 08/29/2003 08:14 AM mdjukic

fix array key

1.4 (+73 -2 lines) 08/27/2003 11:09 AM Chuck Hagenbuch chuck

Fix showing of ads. I can't upload image ads, but text ads work. I had
to re-add a bunch of functions that had disappeared, and click.php,
ad.php, and adjs.php all referred to non-existant variables and
functions.

This makes text add work via javascript, too.

1.3 (+3 -3 lines) 08/27/2003 10:31 AM Chuck Hagenbuch chuck

Ad a few file headers, fix package names.

1.2 (+3 -3 lines) 08/26/2003 06:07 PM Chuck Hagenbuch chuck

style/spacing

1.1 08/26/2003 05:06 PM mdjukic

split up the campaigns from the driver lib