Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, March 29, 2024

CVS log for phpWebLogAnalyzer/phpWebLogAnalyzer.inc.php

[BACK] Up to [Platon] / phpWebLogAnalyzer

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.53 / (download) - [select for diffs], Fri May 27 16:30:34 2005 UTC (18 years, 10 months ago) by nepto


Changes since 1.52: +4 -4 lines
Diff to previous 1.52 (colored)

Updated copyright year, e-mail address and URL.

Revision 1.52 / (download) - [select for diffs], Wed Mar 23 18:14:52 2005 UTC (19 years ago) by nepto

Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored)

Fixed array_search() return value comparison (!== null -> !== false)
This causes phpWebFileManager not to work properly for at least one year!

Revision 1.51 / (download) - [select for diffs], Wed Mar 23 18:13:29 2005 UTC (19 years ago) by nepto

Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

Fixed typo (return ret -> return $ret)

Revision 1.50 / (download) - [select for diffs], Mon Jan 27 20:43:34 2003 UTC (21 years, 2 months ago) by nepto

Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

Updated copyright year.

Revision 1.49 / (download) - [select for diffs], Mon Jan 27 01:03:33 2003 UTC (21 years, 2 months ago) by nepto

Changes since 1.48: +52 -22 lines
Diff to previous 1.48 (colored)

Added support for limited caching (when full caching was enabled,
  sometimes our raw-log convertor was killed by operating system due to
  very big memory usage).
Code cleanup.

Revision 1.48 / (download) - [select for diffs], Mon Nov 11 22:09:19 2002 UTC (21 years, 4 months ago) by nepto

Changes since 1.47: +13 -12 lines
Diff to previous 1.47 (colored)

11/11/2002 - added support for Ident timeout into class constructor

Revision 1.47 / (download) - [select for diffs], Mon Oct 28 20:10:01 2002 UTC (21 years, 5 months ago) by nepto

Changes since 1.46: +17 -1 lines
Diff to previous 1.46 (colored)

28/10/2002 - added "OPTIMIZE TABLE" for raw log table at the end
             of convert() method when using MySQL

Revision 1.46 / (download) - [select for diffs], Fri Oct 25 00:37:55 2002 UTC (21 years, 5 months ago) by nepto

Changes since 1.45: +2 -58 lines
Diff to previous 1.45 (colored)

ChangeLog removed from source codes.
Tag $Id substitued for $Platon.

Revision 1.45 / (download) - [select for diffs], Sun Oct 6 20:45:37 2002 UTC (21 years, 5 months ago) by nepto

Changes since 1.44: +0 -1 lines
Diff to previous 1.44 (colored)

Sync.

Revision 1.44 / (download) - [select for diffs], Fri Oct 4 13:08:44 2002 UTC (21 years, 5 months ago) by nepto

Changes since 1.43: +17 -20 lines
Diff to previous 1.43 (colored)

 * 04/10/2002 - changed support for Ident protocol using PEAR class

Revision 1.43 / (download) - [select for diffs], Fri Sep 6 17:22:39 2002 UTC (21 years, 6 months ago) by nepto

Changes since 1.42: +7 -6 lines
Diff to previous 1.42 (colored)

Added PHPDoc help to writeValues() method.

Revision 1.42 / (download) - [select for diffs], Thu Sep 5 19:15:42 2002 UTC (21 years, 6 months ago) by nepto

Changes since 1.41: +4 -1 lines
Diff to previous 1.41 (colored)

Added DB check before values writting.

Revision 1.41 / (download) - [select for diffs], Thu Sep 5 01:27:31 2002 UTC (21 years, 6 months ago) by nepto

Changes since 1.40: +119 -39 lines
Diff to previous 1.40 (colored)

 * 05/09/2002 - remoteLog() method used for remote logging via HTTP POST
 *              request method implemented
 *            - remote-log.php script added into utils/ subdirectory
 *            - method setValues() splited into setStaticValues()
 *              and setDynamicValues()

Revision 1.40 / (download) - [select for diffs], Wed Sep 4 02:28:14 2002 UTC (21 years, 6 months ago) by nepto

Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored)

Added 'debug' parameter into test script test.php.
Fixed parse error bug in phpWebLogAnalyzer.inc.php due to bad folding
  comments.

Revision 1.39 / (download) - [select for diffs], Sun Aug 11 01:40:02 2002 UTC (21 years, 7 months ago) by rajo

Changes since 1.38: +125 -123 lines
Diff to previous 1.38 (colored)

Added folding for vim 6.x.

Revision 1.38 / (download) - [select for diffs], Sat Jul 27 19:06:35 2002 UTC (21 years, 8 months ago) by nepto

Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

Wrong method name enableAllPropertiesCaches() changed to
  enableAllPropertyCaches().

Revision 1.37 / (download) - [select for diffs], Sat Jul 27 19:00:42 2002 UTC (21 years, 8 months ago) by nepto

Changes since 1.36: +119 -90 lines
Diff to previous 1.36 (colored)

 * 27/07/2002 - fixed ugly bug in when doing convert(); property values was
 *              cleared by clearAllProperties(), but IDs wasn't
 *            - little method reorganization around manipulation with props
 *            - code cleanup

Revision 1.36 / (download) - [select for diffs], Thu Jul 25 17:28:10 2002 UTC (21 years, 8 months ago) by nepto

Changes since 1.35: +37 -8 lines
Diff to previous 1.35 (colored)

 * 25/07/2002 - getAccessesCount() implemeneted on basis of method
 *              getSesssionsCount(); redunand code was moved to _getCounts()

Revision 1.35 / (download) - [select for diffs], Fri May 10 00:56:25 2002 UTC (21 years, 10 months ago) by jombik9

Changes since 1.34: +9 -3 lines
Diff to previous 1.34 (colored)

Fixed DSN (data source name) and DB handle handling in Web_Log class.
Fixed returining value in registerAccess() method.
Improved arguments in PHP interpreter call in utils/raw_convert.php
script.

Revision 1.34 / (download) - [select for diffs], Mon Apr 29 19:40:03 2002 UTC (21 years, 11 months ago) by jombik9

Changes since 1.33: +19 -14 lines
Diff to previous 1.33 (colored)

Debug parameter added to convert() method.

Revision 1.33 / (download) - [select for diffs], Sun Apr 28 23:29:01 2002 UTC (21 years, 11 months ago) by jombik9

Changes since 1.32: +5 -3 lines
Diff to previous 1.32 (colored)

New queries.
Improvements in library inclusion stuff.

Revision 1.32 / (download) - [select for diffs], Fri Apr 26 23:02:56 2002 UTC (21 years, 11 months ago) by jombik9

Changes since 1.31: +6 -4 lines
Diff to previous 1.31 (colored)

Headers update.
Cleanified code.

Revision 1.31 / (download) - [select for diffs], Fri Apr 26 16:59:06 2002 UTC (21 years, 11 months ago) by jombik9

Changes since 1.30: +338 -47 lines
Diff to previous 1.30 (colored)

 * 26/04/2002 - getInactiveSessions() method implemented
 *            - setPropertyValue() bugfix
 *            - DB write part of registerAccess() is now in writeValues()
 *            - getAccessesOfSession(), readIntoValues() and deleteSession()
 *              methods added
 *            - with usage of methods above convert() method for conversion
 *              from raw log into normal implemented

Revision 1.30 / (download) - [select for diffs], Fri Apr 19 23:56:05 2002 UTC (21 years, 11 months ago) by jombik9

Changes since 1.29: +120 -9 lines
Diff to previous 1.29 (colored)

 * 19/04/2002 - support for query strings truncating

Revision 1.29 / (download) - [select for diffs], Mon Apr 15 19:47:17 2002 UTC (21 years, 11 months ago) by jombik9

Changes since 1.28: +190 -63 lines
Diff to previous 1.28 (colored)

Code split into several independents parts.
Improvements.

Revision 1.28 / (download) - [select for diffs], Wed Apr 3 20:33:26 2002 UTC (22 years ago) by jombik9

Changes since 1.27: +92 -102 lines
Diff to previous 1.27 (colored)

 * 03/04/2002 - standartized SQL queries
 *            - striping slashes from HTTP headers
 *            - using appropriate PEAR DB function for slashes adding

Revision 1.27 / (download) - [select for diffs], Sun Mar 31 20:52:42 2002 UTC (22 years ago) by jombik9

Changes since 1.26: +6 -6 lines
Diff to previous 1.26 (colored)

Private method _checkDB() improvements.

Revision 1.26 / (download) - [select for diffs], Thu Mar 28 21:49:57 2002 UTC (22 years ago) by jombik9

Changes since 1.25: +107 -30 lines
Diff to previous 1.25 (colored)

 * 28/03/2002 - web server variable remote_host is used if it is set
 *            - support for resolving hostnames from IP address fields
 *              containing commas
 *            - truncating hostnames and IP addresses implementation

Revision 1.25 / (download) - [select for diffs], Wed Mar 20 22:10:05 2002 UTC (22 years ago) by jombik9

Changes since 1.24: +46 -20 lines
Diff to previous 1.24 (colored)

Sync.

Revision 1.24 / (download) - [select for diffs], Tue Mar 19 23:20:39 2002 UTC (22 years ago) by jombik9

Changes since 1.23: +33 -14 lines
Diff to previous 1.23 (colored)

Use of PHP's substr() instead SQL's substring().
Improvements & sync.

Revision 1.23 / (download) - [select for diffs], Mon Mar 18 23:24:37 2002 UTC (22 years ago) by jombik9

Changes since 1.22: +66 -45 lines
Diff to previous 1.22 (colored)

 * 18/03/2002 - PEAR compliant expected error catching and handling
 *            - removed all errors and warnings in code (undefined keys
 *              in arrays, bad eval() processing, etc)

Revision 1.22 / (download) - [select for diffs], Thu Mar 14 23:15:35 2002 UTC (22 years ago) by jombik9

Changes since 1.21: +1 -1 lines
Diff to previous 1.21 (colored)

Sync.

Revision 1.21 / (download) - [select for diffs], Thu Feb 28 20:35:47 2002 UTC (22 years, 1 month ago) by jombik9

Changes since 1.20: +44 -6 lines
Diff to previous 1.20 (colored)

 * 27/02/2002 - active session query caching added
 *            - PHP support utils

Revision 1.20 / (download) - [select for diffs], Tue Feb 19 23:07:15 2002 UTC (22 years, 1 month ago) by jombik9

Changes since 1.19: +31 -0 lines
Diff to previous 1.19 (colored)

Method getActiveSessions() added.

Revision 1.19 / (download) - [select for diffs], Sun Feb 17 00:34:58 2002 UTC (22 years, 1 month ago) by jombik9

Changes since 1.18: +64 -16 lines
Diff to previous 1.18 (colored)

16/02/2002 - property manipulation methods (get/set value, get array)
           - fixed geting max session ID when raw logging enabled

Revision 1.18 / (download) - [select for diffs], Thu Feb 14 12:11:05 2002 UTC (22 years, 1 month ago) by jombik9

Changes since 1.17: +44 -26 lines
Diff to previous 1.17 (colored)

Fixed posible SQL insert statement failure when parraler connection inserts the same record as we.
TODO list update.

Revision 1.17 / (download) - [select for diffs], Tue Feb 12 23:18:54 2002 UTC (22 years, 1 month ago) by jombik9

Changes since 1.16: +76 -23 lines
Diff to previous 1.16 (colored)

* add support for weblog_core_accesses table; creating entry for weblog_accesses
  is very difficult for CPU and SQL server
  - table is called weblog_accesses_raw

Revision 1.16 / (download) - [select for diffs], Sun Feb 3 19:53:07 2002 UTC (22 years, 1 month ago) by jombik9

Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Sync.
$SIGN_DIR modified to new location.

Revision 1.15 / (download) - [select for diffs], Thu Jan 24 23:50:22 2002 UTC (22 years, 2 months ago) by jombik9

Changes since 1.14: +1 -1 lines
Diff to previous 1.14 (colored)

Sync.

Revision 1.14 / (download) - [select for diffs], Sun Jan 13 19:58:42 2002 UTC (22 years, 2 months ago) by jombik9

Changes since 1.13: +206 -95 lines
Diff to previous 1.13 (colored)

PEARization.
Functions names changed from function_name() to functionName().

Revision 1.13 / (download) - [select for diffs], Sun Jan 13 01:36:39 2002 UTC (22 years, 2 months ago) by jombik9

Changes since 1.12: +427 -412 lines
Diff to previous 1.12 (colored)

PEAR compliancy.
Full object-oriented code.

Revision 1.12 / (download) - [select for diffs], Tue Dec 18 16:15:45 2001 UTC (22 years, 3 months ago) by jombik9

Changes since 1.11: +539 -515 lines
Diff to previous 1.11 (colored)

PEAR object-oriented integration

Revision 1.11 / (download) - [select for diffs], Mon Dec 10 21:09:45 2001 UTC (22 years, 3 months ago) by jombik9

Changes since 1.10: +10 -4 lines
Diff to previous 1.10 (colored)

Header and TODO improvements.

Revision 1.10 / (download) - [select for diffs], Tue Nov 20 15:00:34 2001 UTC (22 years, 4 months ago) by jombik9

Changes since 1.9: +5 -2 lines
Diff to previous 1.9 (colored)

Addslashes() added.
Fixed bug when inserting values grater than 255 characters long.

Revision 1.9 / (download) - [select for diffs], Mon Nov 19 22:20:58 2001 UTC (22 years, 4 months ago) by jombik9

Changes since 1.8: +246 -12 lines
Diff to previous 1.8 (colored)

 * 19/11/2001 - session_id column added
 *            - sessions implemented
 *            - various bugfixes and SQL improvements

Revision 1.8 / (download) - [select for diffs], Tue Oct 2 17:54:46 2001 UTC (22 years, 6 months ago) by jombik9

Changes since 1.7: +16 -2 lines
Diff to previous 1.7 (colored)

Added support for proxy servers logging.

Revision 1.7 / (download) - [select for diffs], Tue Oct 2 17:31:23 2001 UTC (22 years, 6 months ago) by jombik9

Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored)

Simple bugfix.

Revision 1.6 / (download) - [select for diffs], Tue Oct 2 17:21:08 2001 UTC (22 years, 6 months ago) by jombik9

Changes since 1.5: +10 -9 lines
Diff to previous 1.5 (colored)

New version of libident used.

Revision 1.5 / (download) - [select for diffs], Tue Oct 2 16:53:22 2001 UTC (22 years, 6 months ago) by jombik9

Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored)

Hostname improvement.

Revision 1.4 / (download) - [select for diffs], Tue Oct 2 12:07:28 2001 UTC (22 years, 6 months ago) by jombik9

Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

Improvement.

Revision 1.3 / (download) - [select for diffs], Tue Oct 2 11:02:49 2001 UTC (22 years, 6 months ago) by jombik9

Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored)

Little improvements.

Revision 1.2 / (download) - [select for diffs], Tue Oct 2 10:58:07 2001 UTC (22 years, 6 months ago) by host8

Changes since 1.1: +28 -6 lines
Diff to previous 1.1 (colored)

Support for hostname resolving.

Revision 1.1 / (download) - [select for diffs], Thu Sep 20 14:59:01 2001 UTC (22 years, 6 months ago) by jombik9

Initial revision

Revision 1.1.1.1 / (download) - [select for diffs] (vendor branch), Thu Sep 20 14:59:01 2001 UTC (22 years, 6 months ago) by jombik9


Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

web access logger & analyzer

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top