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

CVS log for phpWebLogAnalyzer/test.php

[BACK] Up to [Platon] / phpWebLogAnalyzer

Request diff between arbitrary revisions


Default branch: MAIN


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


Changes since 1.19: +4 -4 lines
Diff to previous 1.19 (colored) to selected 1.9 (colored)

Updated copyright year, e-mail address and URL.

Revision 1.19 / (download) - [select for diffs], Mon Jan 27 00:58:49 2003 UTC (21 years, 2 months ago) by nepto

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

Updated copyright year.

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

Changes since 1.17: +1 -1 lines
Diff to previous 1.17 (colored) to selected 1.9 (colored)

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

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

Changes since 1.16: +68 -28 lines
Diff to previous 1.16 (colored) to selected 1.9 (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.16 / (download) - [select for diffs], Wed Sep 4 02:28:14 2002 UTC (21 years, 6 months ago) by nepto

Changes since 1.15: +13 -1 lines
Diff to previous 1.15 (colored) to selected 1.9 (colored)

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

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

Changes since 1.14: +17 -0 lines
Diff to previous 1.14 (colored) to selected 1.9 (colored)

Headers update.
Cleanified code.

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

Changes since 1.13: +3 -0 lines
Diff to previous 1.13 (colored) to selected 1.9 (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.13 / (download) - [select for diffs], Fri Apr 19 23:56:05 2002 UTC (21 years, 11 months ago) by jombik9

Changes since 1.12: +2 -0 lines
Diff to previous 1.12 (colored) to selected 1.9 (colored)

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

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

Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored) to selected 1.9 (colored)

Code split into several independents parts.
Improvements.

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

Changes since 1.10: +4 -5 lines
Diff to previous 1.10 (colored) to selected 1.9 (colored)

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

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

Changes since 1.9: +16 -17 lines
Diff to previous 1.9 (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.9 / (download) - [selected], Wed Mar 27 23:32:31 2002 UTC (22 years ago) by jombik9

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

Week Number Magic class.

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

Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored) to selected 1.9 (colored)

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

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

Changes since 1.6: +38 -0 lines
Diff to previous 1.6 (colored) to selected 1.9 (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.6 / (download) - [select for diffs], Thu Feb 28 20:35:47 2002 UTC (22 years, 1 month ago) by jombik9

Changes since 1.5: +22 -9 lines
Diff to previous 1.5 (colored) to selected 1.9 (colored)

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

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

Changes since 1.4: +9 -4 lines
Diff to previous 1.4 (colored) to selected 1.9 (colored)

Method getActiveSessions() added.

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

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

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

Revision 1.3 / (download) - [select for diffs], Thu Feb 14 20:01:04 2002 UTC (22 years, 1 month ago) by jombik9

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

Testing scripts with enable/disableRawLog() methods.

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

Changes since 1.1: +20 -1 lines
Diff to previous 1.1 (colored) to selected 1.9 (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.1 / (download) - [select for diffs], Sun Jan 13 19:58:42 2002 UTC (22 years, 2 months ago) by jombik9

Diff to selected 1.9 (colored)

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

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