Downloads Pepper ChangeLog
« Downloads Pepper Overview
03-Aug-2011
- [Change] Showing domain name, if not in listed in Site Domain(s)
- [Fix] Prevented warning if PHP is running in safe mode
18-Dec-2010
- [Feature] Added secure debugging parameter
&debug
- [Change] Made module loading in
tracker.php more generic
- [Fix] Corrected definition of
PHPBB_ROOT_PATH constant
10-Jan-2010
- [Fix] Show correct link to file in
onSecretCrushActivity()
- [Feature] More directories can be specified to make the
&force parameter more flexible
07-May-2009
- [Change] Only showing secondary info if enabled
- [Change] Replaced
readfile() by fpassthru()
- [Fix] Corrected link to file on the Most Recent tab
17-Nov-2008
- [Change] Added support for checksums on 64-bit architectures
- [Change] Cleaned up modules folder
11-Jun-2008
- [Feature] Added new pane with download trends
- [Feature] Added Secret Crush integration to the Most Recent tab
- [Feature] Refactored tracking engine to support individual modules
- [Feature] Added phpBB3 module
- [Change]
?uri= has been renamed to ?url=
- [Change] Improved HTTP referer processing and display
- [Change] Removed “average downloads” bars
- [Change] The Downloads pane filter is now a drop-down menu
- [Fix] Re-registers to Secret Crush mini-API if necessary
05-Feb-2008
- [Change]
$this->data is now stored in mint__data
- [Change] Removed filter if only one file is tracked
- [Fix] Corrected table prefix in
update()
- [Fix]
&debug no longer ignores $Mint->paranoid
- [Fix] Prevented undefined offset notice in
track_request()
- [Fix] Prevented undefined index notice with manipulated referer in
build_subreferrers()
29-Nov-2007
- [Fix] Corrected display issues (Past Week/Past Month tab)
15-Nov-2007
- [Feature] Added
onSecretCrushActivity()
- [Change] Refactored internal structure to track total download counts
- [Change] Replaced
/mint/ by $Mint->cfg['installDir'] in TK_delete_file()
- [Change] Refactored
track_request() to get called manually
- [Change] Added debugging to
track_request()
25-Sep-2007
- [Change] Replaced
$_SERVER['SCRIPT_FILENAME'] by __FILE__
25-Sep-2007
- [Change]
$data is now indexed by file id
- [Fix] Links won’t be redirected multiple times under unfortunate conditions
05-Sep-2007
- [Change] Added Mint’s
shouldIgnore() to track_request()
- [Change] Added license
- [Change] Requests using the
&remote parameter can now contain a port number
- [Change] Using
$_SERVER['SCRIPT_FILENAME'] instead of __FILE__
02-Sep-2007
- [Change] Merged templates with class file
- [Change] Removed domainmame from file listing (preferences)
- [Change] Replaced
checksum by id for (un)watch and delete functions
- [Fix] Prevented the display of error notices on graphs
19-Aug-2007
- [Feature] Added filter to Referrers tab
- [Change] The full path is now shown when hovering file names
- [Change] Removed the file limit (preferences)
- [Fix] Refactored the mysql part in
track_request()
12-Aug-2007
- [Feature] Added Referrers tab
- [Feature]
track_request() compares the filesize (disabled by default)
- [Sec] Fixed SQL injection vulnerability in
onCustom()
02-Aug-2007
- [Fix] Adjusted CSS
- [Fix] The preferences will be saved correctly now
- [Fix] (Un)Watching files works now accurate on the “Most Recent” tab
21-Jul-2007
- [Fix] The preferences will be saved correctly
05-Jul-2007
- [Change] Already redirected links won’t be redirected
- [Fix] Pointed redirect script to
tracker.php
- [Fix] The preferences should be saved correctly
28-Jun-2007
- [Feature] Added new pane with detailed file requests
- [Change] Removed update support for versions prior to 1.03
- [Change] Renamed
download.php to tracker.php
- [Fix] Delete and (un)watch JavaScript should work proper now
22-Apr-2007
- [Fix] Check for array existence in record condition
15-Apr-2007
- [Change] Refactored data storage
- [Change] Applied
rawurldecode() to $_GET['uri']
- [Change] Enhanced Content-Type detection
- [Change] Added Watched tab
- [Sec] Applied
addslashes() to $_GET['uri']
09-Mar-2007
- [Change] Send Content-Type when using
&force
- [Change] Truncate filename and filepath to 32 characters
- [Change] Display filepath without filename
- [Fix] Truncate recent array after record
09-Mar-2007