/[drupal]/contributions/modules/banner/banner_file.php
ViewVC logotype

Log of /contributions/modules/banner/banner_file.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 10 20:59:30 2006 UTC (2 years, 11 months ago) by wulff
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +54 -46 lines
Diff to previous 1.20
Updated for 5.0

Revision 1.20.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 23 14:39:43 2006 UTC (3 years, 2 months ago) by wulff
Branch: DRUPAL-4-7
Changes since 1.20.2.2: +4 -4 lines
Diff to previous 1.20.2.2 , to branch point 1.20 , to next main 1.21
#85551 - Cannot modify header information
Text banner placeholders now generate correct links
Updated documentation

Revision 1.20.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 21 20:04:02 2006 UTC (3 years, 2 months ago) by wulff
Branch: DRUPAL-4-7
Changes since 1.20.2.1: +14 -13 lines
Diff to previous 1.20.2.1 , to branch point 1.20
fix some problems with banner stats and the file-based cache handler

Revision 1.20.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 21 08:02:11 2006 UTC (3 years, 2 months ago) by wulff
Branch: DRUPAL-4-7
Changes since 1.20: +52 -45 lines
Diff to previous 1.20
Fix issue mentioned in http://drupal.org/node/66063#comment-155919

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 18 14:05:09 2006 UTC (3 years, 2 months ago) by wulff
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.19: +39 -7 lines
Diff to previous 1.19
updated cache handlers; banner groups are now handled by taxonomies; install file and schema updated

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 15 20:53:38 2006 UTC (3 years, 3 months ago) by wulff
Branch: MAIN
Changes since 1.18: +8 -8 lines
Diff to previous 1.18
#75747 - thanks killes

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 19 07:28:12 2006 UTC (3 years, 4 months ago) by wulff
Branch: MAIN
Changes since 1.17: +8 -3 lines
Diff to previous 1.17
#71645 - Fixed queries in banner_cron() (scheduler integration still needs to be done)
#74130 - Fixed parameter name in cache handlers - thanks jrsturrock
#72762 - Missing target attribute on text banner links
#72767 - Problem with reporting of clicks per day/week/all time
#65378 - Minor additions to the docs - thanks js1

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 28 15:07:25 2006 UTC (3 years, 5 months ago) by wulff
Branch: MAIN
Changes since 1.16: +6 -7 lines
Diff to previous 1.16
Replacing with banners-as-nodes version

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 9 11:07:19 2006 UTC (3 years, 7 months ago) by wulff
Branch: MAIN
Changes since 1.15: +90 -92 lines
Diff to previous 1.15
#57881 - Remove border=0 from theme_banner_show - thanks dan_aka_jack
#55141 - Banners with no URL go to an empty page - thanks jlinares
#09895 - Add banner URL to link title - thanks njivy
#09903 - Define banner owner by name instead of uid - thanks njivy

Revision 1.13.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 19 10:04:10 2006 UTC (3 years, 8 months ago) by wulff
Branch: DRUPAL-4-6
Changes since 1.13.2.1: +8 -9 lines
Diff to previous 1.13.2.1 , to branch point 1.13 , to next main 1.21
minor code cleanups

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 15 07:12:42 2006 UTC (3 years, 8 months ago) by wulff
Branch: MAIN
Changes since 1.14: +11 -4 lines
Diff to previous 1.14
updated for 4.7

Revision 1.13.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 4 13:03:47 2005 UTC (4 years, 1 month ago) by jeremy
Branch: DRUPAL-4-6
Changes since 1.13: +11 -10 lines
Diff to previous 1.13
Synchronized CVS features (see changelog entries from 7/15/2005 and
6/26/2005) into 4.6 release.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 26 19:00:24 2005 UTC (4 years, 5 months ago) by jeremy
Branch: MAIN
Changes since 1.13: +11 -10 lines
Diff to previous 1.13
5/26/2005:
 - banner.module:
   o add ability to display banners based on taxonomy
     (sponsored by jo1ene at Advanced Web Design)
     - new global configuration option to associate banners with one or more
       vocabulary
     - new per-banner configuration option to associate banners with one or
       more taxonomy term
     - add new dimension to cache structure to support terms
   o make path to cache files relative
   o convert some form_selects to form_radios
 - banner.mysql:
   o add new banner_term table for associating banners with terms
 - banner_file.php
   o support new banner cache format
----------------------------------------------------------------------

Revision 1.9.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 11 03:55:24 2005 UTC (4 years, 6 months ago) by jeremy
Branch: DRUPAL-4-5
Changes since 1.9.2.3: +72 -54 lines
Diff to previous 1.9.2.3 , to branch point 1.9 , to next main 1.21
sync with HEAD, adding support for multiple cache files.  (tested under
multiple Slashdotting, removes locking bottleneck providing much better
performance under a heavy load, and still retaining accurate display and
click-through statistics.  10 cache files was more than enough.)

 - banner.module:
    o remove "key" concept for cache files
    o updated to support multiple cache files
    o auto-create cache files on _settings page

- banner_file.php:
    o complete rewrite, support multiple cache files to handle busy web servers
    o auto-detect failure to read cache files, auto create as needed
    o defaults to old-style with 1 cache file
    o needs testing to determine if the number of cache files should be left
      as a configurable, or if a sane default can be chosen
    o issue #20805: add proper content-type header

- banner_db.php:
    o issue #20805: add proper content-type header

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 19 20:19:15 2005 UTC (4 years, 7 months ago) by jeremy
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.12: +7 -8 lines
Diff to previous 1.12
slight reorder for closing cache files, to prevent possibly artificially
refreshing banner cache.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 19 12:57:42 2005 UTC (4 years, 7 months ago) by jeremy
Branch: MAIN
Changes since 1.11: +74 -48 lines
Diff to previous 1.11
 - banner.module:
    o remove "key" concept for cache files
    o updated to support multiple cache files
    o auto-create cache files on _settings page

 - banner_file.php:
    o complete rewrite, support multiple cache files to handle busy web servers
    o auto-detect failure to read cache files, auto create as needed
    o defaults to old-style with 1 cache file
    o needs testing to determine if the number of cache files should be left
      as a configurable, or if a sane default can be chosen
    o issue #20805: add proper content-type header

  - banner_db.php:
    o issue #20805: add proper content-type header

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 18 03:21:12 2005 UTC (4 years, 7 months ago) by jeremy
Branch: DRUPAL-4-5
Changes since 1.9.2.2: +20 -13 lines
Diff to previous 1.9.2.2 , to branch point 1.9
 - banner_file.php
   o slightly optimize locks, no db_queries while lock is held

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 27 13:48:45 2005 UTC (4 years, 8 months ago) by jeremy
Branch: DRUPAL-4-5
Changes since 1.9.2.1: +8 -2 lines
Diff to previous 1.9.2.1 , to branch point 1.9
 - banner_file.php, banner_db.php
    o issue #18014: fix warning when using only 1 banner

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 27 13:46:10 2005 UTC (4 years, 8 months ago) by jeremy
Branch: MAIN
Changes since 1.10: +8 -2 lines
Diff to previous 1.10
 - banner_file.php, banner_db.php
    o issue #18014: fix warning when using only 1 banner

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 19 18:16:33 2005 UTC (4 years, 9 months ago) by jeremy
Branch: DRUPAL-4-5
Changes since 1.9: +15 -15 lines
Diff to previous 1.9
sync with HEAD, bug fixes, additional error checking

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 19 17:12:13 2005 UTC (4 years, 9 months ago) by jeremy
Branch: MAIN
Changes since 1.9: +15 -15 lines
Diff to previous 1.9
 - banner.module:
    o move file cache into standard (configurable) file path (out of misc/)
    o verify banner_file.php and baner_db.php are properly installed
    o utilize core file functions as much as possible when reading/writing
      file_cache (no locking provided by core file functions, so we still have
      to make some direct calls to fopen, flock and fclose.  Also, when using
      the file cache we don't have access to file.inc so we make all direct
      calls.)

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 17 00:42:16 2004 UTC (5 years, 3 months ago) by jeremy
Branch: MAIN
Branch point for: DRUPAL-4-5
Changes since 1.8: +1 -9 lines
Diff to previous 1.8
update to work with cvs, cleanup, merge patches by Nic Ivy.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 12 04:14:40 2004 UTC (5 years, 3 months ago) by jeremy
Branch: MAIN
Changes since 1.7: +5 -5 lines
Diff to previous 1.7
add missing {}'s

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 20 20:45:28 2004 UTC (5 years, 8 months ago) by jeremy
Branch: MAIN
Changes since 1.6: +9 -7 lines
Diff to previous 1.6
 - banner_db.php, banner_file.php
    o update to properly use new status values

Revision 1.6.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 20 20:41:45 2004 UTC (5 years, 8 months ago) by jeremy
Branch: DRUPAL-4-4
Changes since 1.6: +9 -7 lines
Diff to previous 1.6 , to next main 1.21
  - banner.module
    o brought in changes from development branch:
      - admin pages use tablesort
      - reordered internal status values for proper tablesort functionality
        (WARNING: this means you need to update all your banners when you
                  upgrade to this latest release)
      - added new 'admin/banner/view' page to simply view banner info
      - updated 'admin/banner/edit' page to allow editing of all fields

  - banner_db.php, banner_file.php
    o brought in changes from development branch:
      - updated to properly use new internal status values

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 23 19:24:18 2004 UTC (5 years, 10 months ago) by goba
Branch: MAIN
Branch point for: DRUPAL-4-4, drop
Changes since 1.5: +8 -6 lines
Diff to previous 1.5
Current Drupal CVS will not include bootstrap.inc from common.inc, so that needs to be explicitly included. But since for the functionality used here bootstrap.inc and banner.module are sufficient to include, we are better off with just these includes. Fixes #5134)

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 3 20:58:36 2004 UTC (5 years, 10 months ago) by goba
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
emit JS friendly error messages (do not alert() to not disturb the webmaster and users too much)

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 14 10:51:11 2003 UTC (5 years, 11 months ago) by goba
Branch: MAIN
Changes since 1.3: +1 -0 lines
Diff to previous 1.3
Adding CVS ID tags so we can distinguish versions even in a non-CVS environment

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 29 17:35:57 2003 UTC (5 years, 11 months ago) by goba
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
silence warnings if an invalid URL parameter is passed

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 27 16:44:39 2003 UTC (6 years, 2 months ago) by jeremy
Branch: MAIN
Branch point for: DRUPAL-4-2, DRUPAL-4-3
Changes since 1.1: +14 -1 lines
Diff to previous 1.1
  o updates day_views and week_views
  o blocks banner when max_day_views/max_week_views reached

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 27 16:30:45 2003 UTC (6 years, 2 months ago) by jeremy
Branch: MAIN
  banner module
  + different banners in the same page ("positions")
  + scheduling
  + count views and clicks
  + chance: stronger banners appear more frequently
  + set a limit to views and clicks
  + permission not to see banners
  + optionally uses shared memory for extra performance
  + uses javascript to have banner in cached pages too
  + a function to write the required javascript (_banner_snippet)
  + optionally set the format and size and don't use javascript (not useful)

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2