Log of /contributions/modules/banner/banner_db.php
Parent Directory
|
Revision Log
|
Revision Graph
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: +44 -36 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.13 -
(
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.12: +54 -52 lines
Diff to
previous 1.12
#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.7.2.3 -
(
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.7.2.2: +2 -1 lines
Diff to
previous 1.7.2.2
, to
branch point 1.7
, to
next main 1.25
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.10 -
(
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
Branch point for:
DRUPAL-4-6
Changes since
1.9: +2 -1 lines
Diff to
previous 1.9
- 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.3.4.2 -
(
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.3.4.1: +8 -6 lines
Diff to
previous 1.3.4.1
, to
branch point 1.3
, to
next main 1.25
- 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.3.4.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 7 18:22:59 2004 UTC
(5 years, 8 months ago)
by
jeremy
Branch:
DRUPAL-4-4
Changes since
1.3: +2 -1 lines
Diff to
previous 1.3
- banner_db.php
o added necessary include_once bootstrap.inc
- banner.module
o update banner_link() to call banner_page() when a banner is clicked
o manually construct url from $base_url to work with non-clean urls
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.