[svn-components] 5469 - in /trunk/Database: ChangeLog src/sqlabstraction/expression.php

2007-06-19 Thread Sergey Alexeev
Author: sa Date: Tue Jun 19 13:50:56 2007 New Revision: 5469 Log: - Fixed issue #10986: in() expression test for subselects fails in PHP 5.1.6. Modified: trunk/Database/ChangeLog trunk/Database/src/sqlabstraction/expression.php Modified: trunk/Database/ChangeLog

[svn-components] 5322 - /trunk/Database/tests/handler_test.php

2007-05-30 Thread Sergey Alexeev
Author: sa Date: Wed May 30 20:20:40 2007 New Revision: 5322 Log: #Forgotten updated tests. Modified: trunk/Database/tests/handler_test.php Modified: trunk/Database/tests/handler_test.php == --- trunk/Database/tests

[svn-components] 5320 - in /trunk/Database: ChangeLog src/db_autoload.php src/handlers/mssql.php src/options/ src/options/identifiers.php

2007-05-30 Thread Sergey Alexeev
Author: sa Date: Wed May 30 19:51:52 2007 New Revision: 5320 Log: - Fixed issue #10802: Mssql handler misses identifierQuoteChars. Added: trunk/Database/src/options/ trunk/Database/src/options/identifiers.php Modified: trunk/Database/ChangeLog trunk/Database/src/db_autoload.php

[svn-components] 5291 - in /trunk/Database: ChangeLog src/sqlabstraction/implementations/expression_mssql.php tests/sqlabstraction/expression_test.php

2007-05-29 Thread Sergey Alexeev
Author: sa Date: Tue May 29 15:10:54 2007 New Revision: 5291 Log: - Fixed issue #10803: format of ezcQueryExpressionMssql::now. Modified: trunk/Database/ChangeLog trunk/Database/src/sqlabstraction/implementations/expression_mssql.php trunk/Database/tests/sqlabstraction/expression_tes

[svn-components] r5259 - /docs/php-requirements.txt

2007-05-22 Thread Sergey Alexeev
Author: sa Date: Tue May 22 18:00:33 2007 New Revision: 5259 Log: #Fixed minor typo. Modified: docs/php-requirements.txt Modified: docs/php-requirements.txt == --- docs/php-requirements.txt [iso-8859-1] (original) +

[svn-components] 5030 - in trunk/SystemInformation: . src/system [eZComponents: Trunk]

2007-05-03 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2007-05-03 22:25:53 +0200 (Thu, 03 May 2007) New Revision: 5030 Log: - Fixed issue #9838: ezcSystemInformation doesn't have proper property documentation. Modified: trunk/SystemInformation/ChangeLog trunk/SystemInformation/src/system/info.php Mod

[svn-components] 5029 - in trunk/Database: . src/handlers src/sqlabstraction src/sqlabstraction/implementations tests/sqlabstraction [eZComponents: Trunk]

2007-05-03 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2007-05-03 22:15:43 +0200 (Thu, 03 May 2007) New Revision: 5029 Log: - Added feature #9960 [Database] sql abstraction. Based on contributions by Joel Arvidsson and Friedel Hill. Modified: trunk/Database/ChangeLog trunk/Database/src/handlers

[svn-components] 5028 - in trunk/Database: . src src/handlers src/sqlabstraction/implementations tests tests/sqlabstraction [eZComponents: Trunk]

2007-05-03 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2007-05-03 21:19:57 +0200 (Thu, 03 May 2007) New Revision: 5028 Log: - Added feature #7772: SQL Server implementation for the Database package. Based on contributions by Friedel Hill. Added: trunk/Database/src/handlers/mssql.php trunk

[svn-components] 4507 - in trunk/Database: . src src/handlers src/sqlabstraction src/sqlabstraction/implementations tests/sqlabstraction [eZComponents: Trunk]

2007-01-15 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2007-01-15 13:44:26 +0100 (Mon, 15 Jan 2007) New Revision: 4507 Log: - Fixed bug:#8240: ezcQueryExpression::in does not work with strings. Modified: trunk/Database/ChangeLog trunk/Database/src/handler.php trunk/Database/src/handlers/oracle.php trunk

[svn-components] 4470 - in trunk/Database: . src/sqlabstraction/implementations [eZComponents: Trunk]

2007-01-08 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2007-01-08 12:36:39 +0100 (Mon, 08 Jan 2007) New Revision: 4470 Log: - Implemented enhancement #8473: Oracle Limit/Offset optimization. Modified: trunk/Database/ChangeLog trunk/Database/src/sqlabstraction/implementations/query_select_oracle.php Modified

[svn-components] 4361 - in trunk/Database/docs: . sql [eZComponents: Trunk]

2006-12-18 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-12-18 09:27:15 +0100 (Mon, 18 Dec 2006) New Revision: 4361 Log: - Added documentation and scripts to setup Oracle for passing all Database tests. Added: trunk/Database/docs/oracle_setup.txt trunk/Database/docs/sql/ trunk/Database/docs/sql/oracle_md5

[svn-components] 4353 - trunk/Database/tests/sqlabstraction [eZComponents: Trunk]

2006-12-16 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-12-16 11:40:42 +0100 (Sat, 16 Dec 2006) New Revision: 4353 Log: - Minor corrections in tests. Modified: trunk/Database/tests/sqlabstraction/expression_test.php trunk/Database/tests/sqlabstraction/query_select_test_impl.php trunk/Database/tests

[svn-components] 4352 - trunk/DatabaseSchema/src/handlers/oracle [eZComponents: Trunk]

2006-12-15 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-12-15 18:52:03 +0100 (Fri, 15 Dec 2006) New Revision: 4352 Log: - Minor fix orders list of tables read from Oracle. Modified: trunk/DatabaseSchema/src/handlers/oracle/reader.php Modified: trunk/DatabaseSchema/src/handlers/oracle/reader.php

[svn-components] 4350 - in trunk/Database: . src/sqlabstraction tests/sqlabstraction [eZComponents: Trunk]

2006-12-15 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-12-15 16:21:56 +0100 (Fri, 15 Dec 2006) New Revision: 4350 Log: - Fixed bug #9439: PersistentObject doesn't handle sequence value generation right for Oracle. Modified: trunk/Database/ChangeLog trunk/Database/src/sqlabstraction/query_inser

[svn-components] 4339 - in trunk/DatabaseSchema: . src/handlers/pgsql [eZComponents: Trunk]

2006-12-15 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-12-15 12:47:09 +0100 (Fri, 15 Dec 2006) New Revision: 4339 Log: - Fixed SQL syntax issues when working with PostgreSQL 7.x. Modified: trunk/DatabaseSchema/ChangeLog trunk/DatabaseSchema/src/handlers/pgsql/writer.php Modified: trunk/DatabaseSchema

[svn-components] 4316 - trunk/Database/tests/sqlabstraction [eZComponents: Trunk]

2006-12-15 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-12-15 09:07:43 +0100 (Fri, 15 Dec 2006) New Revision: 4316 Log: - Corrected MD5 expression test to pass with PostgreSQL 7.x Modified: trunk/Database/tests/sqlabstraction/expression_test.php Modified: trunk/Database/tests/sqlabstraction/expression_test.php

[svn-components] 4260 - trunk/Database/src/sqlabstraction [eZComponents: Trunk]

2006-12-13 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-12-13 13:29:09 +0100 (Wed, 13 Dec 2006) New Revision: 4260 Log: - Fixed set() method description. Modified: trunk/Database/src/sqlabstraction/query_insert.php Modified: trunk/Database/src/sqlabstraction/query_insert.php

[svn-components] 4257 - in trunk/Database: . src/sqlabstraction/implementations [eZComponents: Trunk]

2006-12-13 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-12-13 11:29:52 +0100 (Wed, 13 Dec 2006) New Revision: 4257 Log: # Reverted rev. 4255 ( implementing #8473: Oracle Limit/Offset optimization was marked for next release ). Modified: trunk/Database/ChangeLog trunk/Database/src/sqlabstraction

[svn-components] 4255 - in trunk/Database: . src/sqlabstraction/implementations [eZComponents: Trunk]

2006-12-12 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-12-12 13:50:36 +0100 (Tue, 12 Dec 2006) New Revision: 4255 Log: - Implemented enhancement #8473: Oracle Limit/Offset optimization. Modified: trunk/Database/ChangeLog trunk/Database/src/sqlabstraction/implementations/query_select_oracle.php Modified

[svn-components] 4252 - in trunk/DatabaseSchema: . src/handlers/mysql src/handlers/oracle src/handlers/pgsql src/handlers/sqlite tests tests/testfiles [eZComponents: Trunk]

2006-12-11 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-12-11 19:26:44 +0100 (Mon, 11 Dec 2006) New Revision: 4252 Log: - Fixed issue #9465: Data type mapping. Based on patch by: Friedel Hill. Added: trunk/DatabaseSchema/tests/testfiles/DataTypesTest.xml Modified: trunk/DatabaseSchema/ChangeLog trunk

[svn-components] 4251 - trunk/DatabaseSchema/tests [eZComponents: Trunk]

2006-12-11 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-12-11 15:58:08 +0100 (Mon, 11 Dec 2006) New Revision: 4251 Log: # fixed minor issue in test case naming Modified: trunk/DatabaseSchema/tests/mysql_diff_test.php trunk/DatabaseSchema/tests/pgsql_diff_test.php trunk/DatabaseSchema/tests

[svn-components] 4233 - in trunk/Database: . src/sqlabstraction/implementations [eZComponents: Trunk]

2006-12-08 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-12-08 15:58:14 +0100 (Fri, 08 Dec 2006) New Revision: 4233 Log: - Fixed ezcQueryExpressionOracle, corrected processing subString() in Oracle. Modified: trunk/Database/ChangeLog trunk/Database/src/sqlabstraction/implementations/expression_oracle.php

[svn-components] 4232 - trunk/Database/docs [eZComponents: Trunk]

2006-12-08 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-12-08 15:39:15 +0100 (Fri, 08 Dec 2006) New Revision: 4232 Log: # Minor language correction. Modified: trunk/Database/docs/tutorial.txt Modified: trunk/Database/docs/tutorial.txt === --- trunk

[svn-components] 4230 - in trunk/Database: . src/sqlabstraction src/sqlabstraction/implementations tests/sqlabstraction [eZComponents: Trunk]

2006-12-08 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-12-08 15:31:10 +0100 (Fri, 08 Dec 2006) New Revision: 4230 Log: - Fixed bug #9466: Oracle limit does not return $this. Modified: trunk/Database/ChangeLog trunk/Database/src/sqlabstraction/implementations/query_select_oracle.php trunk/Database/src

[svn-components] 3955 - in trunk/SystemInformation: . src/system/readers [eZComponents: Trunk]

2006-11-17 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-11-17 10:52:42 +0100 (Fri, 17 Nov 2006) New Revision: 3955 Log: - Fixed bug #9451: ezcSystemInfo - info_freebsd / info_linux differences Modified: trunk/SystemInformation/ChangeLog trunk/SystemInformation/src/system/readers/info_freebsd.php Modified

[svn-components] 3894 - trunk/DatabaseSchema [eZComponents: Trunk]

2006-11-07 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-11-07 14:54:08 +0100 (Tue, 07 Nov 2006) New Revision: 3894 Log: # typo in changelog fixed Modified: trunk/DatabaseSchema/ChangeLog Modified: trunk/DatabaseSchema/ChangeLog === --- trunk

[svn-components] 3893 - in trunk/DatabaseSchema: . src/handlers/pgsql src/handlers/sqlite tests [eZComponents: Trunk]

2006-11-07 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-11-07 12:55:16 +0100 (Tue, 07 Nov 2006) New Revision: 3893 Log: - Fixed bug #009322: pgsql and sqlite handlers issues. Modified: trunk/DatabaseSchema/ChangeLog trunk/DatabaseSchema/src/handlers/pgsql/reader.php trunk/DatabaseSchema/src/handlers/pgsql

[svn-components] 3735 - in trunk/Database: . src/sqlabstraction tests/sqlabstraction [eZComponents: Trunk]

2006-10-16 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-10-16 14:02:00 +0200 (Mon, 16 Oct 2006) New Revision: 3735 Log: - Fixed bug #9159: No alias substitution for 'table.cloumn' syntax. Modified: trunk/Database/ChangeLog trunk/Database/src/sqlabstraction/expression.php trunk/Database/src/sqla

[svn-components] 3587 - in trunk/DatabaseSchema: . src/handlers/mysql tests tests/testfiles [eZComponents: Trunk]

2006-10-03 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-09-26 11:15:31 +0200 (Tue, 26 Sep 2006) New Revision: 3587 Log: - Added support for default column values in mysql handler. - Fixed getting PDOException when executing queries in mysql handler. Added: trunk/DatabaseSchema/tests/testfiles/bug8900

[svn-components] 3435 - trunk/Database/src/sqlabstraction/implementations [eZComponents: Trunk]

2006-09-05 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-09-05 15:49:33 +0200 (Tue, 05 Sep 2006) New Revision: 3435 Log: - CS fixed Modified: trunk/Database/src/sqlabstraction/implementations/query_select_oracle.php Modified: trunk/Database/src/sqlabstraction/implementations/query_select_oracle.php

[svn-components] 3432 - in trunk/Database: . src/sqlabstraction/implementations [eZComponents: Trunk]

2006-09-05 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-09-05 10:08:28 +0200 (Tue, 05 Sep 2006) New Revision: 3432 Log: - Fixed handling queries like "SELECT 1+1" in Oracle. Modified: trunk/Database/ChangeLog trunk/Database/src/sqlabstraction/implementations/query_select_oracle.php Modified: trun

[svn-components] 3214 - trunk/Database [eZComponents: Trunk]

2006-08-01 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-08-01 17:19:42 +0200 (Tue, 01 Aug 2006) New Revision: 3214 Log: # Forgotten changelog update Modified: trunk/Database/ChangeLog Modified: trunk/Database/ChangeLog === --- trunk/Database

[svn-components] 3162 - trunk/Database/src/sqlabstraction/implementations [eZComponents: Trunk]

2006-07-05 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-07-05 15:36:22 +0200 (Wed, 05 Jul 2006) New Revision: 3162 Log: - Fixed calling nonexistent methods in sqlabstraction for Oracle. Modified: trunk/Database/src/sqlabstraction/implementations/expression_oracle.php trunk/Database/src/sqlabstraction

[svn-components] 3075 - in trunk/Archive: src tests/tar tests/zip [eZComponents: Trunk]

2006-06-09 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-06-09 17:23:10 +0200 (Fri, 09 Jun 2006) New Revision: 3075 Log: - Fixes to work in Windows. Modified: trunk/Archive/src/archive.php trunk/Archive/tests/tar/gnu_tar_test.php trunk/Archive/tests/tar/pax_tar_test.php trunk/Archive/tests/tar

[svn-components] 3064 - in trunk/PhpGenerator: src tests [eZComponents: Trunk]

2006-06-09 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-06-09 14:59:37 +0200 (Fri, 09 Jun 2006) New Revision: 3064 Log: - Fixed after test cleanup in Windows. Modified: trunk/PhpGenerator/src/php_generator.php trunk/PhpGenerator/tests/php_generator_test.php Modified: trunk/PhpGenerator/src/php_generator.php

[svn-components] 3062 - trunk/Cache/tests [eZComponents: Trunk]

2006-06-09 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-06-09 14:44:59 +0200 (Fri, 09 Jun 2006) New Revision: 3062 Log: - Fixed tests to run in Windows. Modified: trunk/Cache/tests/storage_file_test.php trunk/Cache/tests/storage_test.php Modified: trunk/Cache/tests/storage_file_test.php

[svn-components] 3061 - trunk/Template/tests [eZComponents: Trunk]

2006-06-09 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-06-09 14:41:45 +0200 (Fri, 09 Jun 2006) New Revision: 3061 Log: - Fixed tests to run in Windows. Modified: trunk/Template/tests/compiled_code_test.php trunk/Template/tests/source_code_test.php Modified: trunk/Template/tests/compiled_code_test.php

[svn-components] 3037 - in trunk/Database: . src/sqlabstraction tests/sqlabstraction [eZComponents: Trunk]

2006-06-07 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-06-07 15:43:25 +0200 (Wed, 07 Jun 2006) New Revision: 3037 Log: - Fixed bug #8428: LIMIT doesn't work correctly, inverted values. Modified: trunk/Database/ChangeLog trunk/Database/src/sqlabstraction/query_select.php trunk/Database/tests/sqlabstra

[svn-components] 2923 - in trunk/Archive: . src src/tar/headers src/zip/headers tests/file tests/tar [eZComponents: Trunk]

2006-05-29 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-05-29 09:09:26 +0200 (Mon, 29 May 2006) New Revision: 2923 Log: - Fixed bug #7987: ezcArchive test in Windows call to undefined function symlink() in archive.php on line 465. - Fixed tests to run in Windows environment. Modified: trunk/Archive/ChangeLog

[svn-components] 2884 - trunk/Database/docs [eZComponents: Trunk]

2006-05-24 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-05-24 12:02:27 +0200 (Wed, 24 May 2006) New Revision: 2884 Log: - Rearranged multi-join syntax examples in tutorial. Added: trunk/Database/docs/tutorial_example_09.php Modified: trunk/Database/docs/tutorial.txt trunk/Database/docs/tutorial_example_07

[svn-components] 2877 - in trunk/Database: . docs [eZComponents: Docs]

2006-05-23 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-05-23 17:23:59 +0200 (Tue, 23 May 2006) New Revision: 2877 Log: - Added examples of using multi-join and subselect syntax to tutorial. Added: trunk/Database/docs/tutorial_example_07.php trunk/Database/docs/tutorial_example_08.php Modified: trunk

[svn-components] 2877 - in trunk/Database: . docs [eZComponents: Trunk]

2006-05-23 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-05-23 17:23:59 +0200 (Tue, 23 May 2006) New Revision: 2877 Log: - Added examples of using multi-join and subselect syntax to tutorial. Added: trunk/Database/docs/tutorial_example_07.php trunk/Database/docs/tutorial_example_08.php Modified: trunk

[svn-components] 2873 - in trunk/Base: . docs docs/repos docs/repos/Me docs/repos/You docs/repos/autoloads [eZComponents: Trunk]

2006-05-23 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-05-23 14:04:00 +0200 (Tue, 23 May 2006) New Revision: 2873 Log: - Explanation and examples about autoloading of external class repositories added to tutorial. Added: trunk/Base/docs/repos/ trunk/Base/docs/repos/Me/ trunk/Base/docs/repos/Me/myclass1

[svn-components] 2873 - in trunk/Base: . docs docs/repos docs/repos/Me docs/repos/You docs/repos/autoloads [eZComponents: Docs]

2006-05-23 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-05-23 14:04:00 +0200 (Tue, 23 May 2006) New Revision: 2873 Log: - Explanation and examples about autoloading of external class repositories added to tutorial. Added: trunk/Base/docs/repos/ trunk/Base/docs/repos/Me/ trunk/Base/docs/repos/Me/myclass1

[svn-components] 2839 - in trunk/Mail/tests/transports: . data [eZComponents: Trunk]

2006-05-19 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-05-19 17:33:12 +0200 (Fri, 19 May 2006) New Revision: 2839 Log: - Added test cases for mail parsing issues. Added: trunk/Mail/tests/transports/data/test-mbox-PGP trunk/Mail/tests/transports/data/test-mbox-russian Modified: trunk/Mail/tests/transports

[svn-components] 2774 - in trunk/SystemInformation: src/system/readers tests [eZComponents: Trunk]

2006-05-10 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-05-10 13:37:54 +0200 (Wed, 10 May 2006) New Revision: 2774 Log: - Fixed bug 8251: Fatal error caused by ezcSystemInfoWindowsReader. - Added testcase for cpuCount. Modified: trunk/SystemInformation/src/system/readers/info_windows.php trunk/SystemInformation

[svn-components] 2713 - in trunk/SystemInformation/src/system: . interfaces readers [eZComponents: Trunk]

2006-05-08 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-05-08 20:11:53 +0200 (Mon, 08 May 2006) New Revision: 2713 Log: - Added support of multiprocessor systems. - Removed cpuUnit property as speed of CPU is always in MHz. Modified: trunk/SystemInformation/src/system/info.php trunk/SystemInformation/src/system

[svn-components] 2675 - trunk/Base/src [eZComponents: Trunk]

2006-04-28 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-04-28 16:02:16 +0200 (Fri, 28 Apr 2006) New Revision: 2675 Log: - Minor documentation changes. Modified: trunk/Base/src/base.php Modified: trunk/Base/src/base.php === --- trunk/Base/src

[svn-components] 2674 - in trunk/Base: src tests [eZComponents: Trunk]

2006-04-28 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-04-28 15:17:30 +0200 (Fri, 28 Apr 2006) New Revision: 2674 Log: - Added support for looking autoload definition files and loading related class definition files from other directories besides the eZ components ones. Modified: trunk/Base/src/base.php

[svn-components] 2618 - in trunk: Archive/docs Cache/docs ConsoleTools/docs Database/docs Debug/docs EventLog/docs Execution/docs ImageAnalysis/docs ImageConversion/docs Mail/docs SystemInformation/do

2006-04-20 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-04-20 13:15:24 +0200 (Thu, 20 Apr 2006) New Revision: 2618 Log: - Fixed path to base.php in all tutorials. Modified: trunk/Archive/docs/tutorial_autoload.php trunk/Archive/docs/tutorial_extract.php trunk/Archive/docs/tutorial_iterator.php trunk

Re: [svn-components] 2611 - in trunk/SystemInformation: . docs [eZComponents: Trunk]

2006-04-20 Thread Sergey Alexeev
On Срд, 2006-04-19 at 16:43 +0200, Derick Rethans wrote: > On Wed, 19 Apr 2006, Sergey Alexeev wrote: > > > +++ trunk/SystemInformation/docs/tutorial_getinfo.php 2006-04-19 > > 13:54:29 UTC (rev 2611) > > @@ -0,0 +1,9 @@ > > + > + > > +include( &q

[svn-components] 2613 - trunk/Database/src/sqlabstraction [eZComponents: Trunk]

2006-04-19 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-04-19 16:44:07 +0200 (Wed, 19 Apr 2006) New Revision: 2613 Log: - Minor fixes in comments to allow correct auto documentation. Modified: trunk/Database/src/sqlabstraction/query_select.php trunk/Database/src/sqlabstraction/query_subselect.php Modified

[svn-components] 2612 - docs/examples/applications/Webget [eZComponents: Docs]

2006-04-19 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-04-19 16:00:07 +0200 (Wed, 19 Apr 2006) New Revision: 2612 Log: - Added readme.txt for webget application. Added: docs/examples/applications/Webget/readme.txt Added: docs/examples/applications/Webget/readme.txt

[svn-components] 2611 - in trunk/SystemInformation: . docs [eZComponents: Trunk]

2006-04-19 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-04-19 15:54:29 +0200 (Wed, 19 Apr 2006) New Revision: 2611 Log: - Added simple tutorial. Added: trunk/SystemInformation/docs/ trunk/SystemInformation/docs/tutorial.txt trunk/SystemInformation/docs/tutorial_autoload.php trunk/SystemInformation/docs

[svn-components] 2611 - in trunk/SystemInformation: . docs [eZComponents: Docs]

2006-04-19 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-04-19 15:54:29 +0200 (Wed, 19 Apr 2006) New Revision: 2611 Log: - Added simple tutorial. Added: trunk/SystemInformation/docs/ trunk/SystemInformation/docs/tutorial.txt trunk/SystemInformation/docs/tutorial_autoload.php trunk/SystemInformation/docs

[svn-components] 2592 - trunk/Database/tests/sqlabstraction [eZComponents: Trunk]

2006-04-19 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-04-19 11:07:30 +0200 (Wed, 19 Apr 2006) New Revision: 2592 Log: - Removed skipping tests end workarounds for sqlite. Modified: trunk/Database/tests/sqlabstraction/query_delete_test.php trunk/Database/tests/sqlabstraction/query_insert_test.php trunk

[svn-components] 2571 - trunk/Database/src/sqlabstraction/implementations [eZComponents: Trunk]

2006-04-18 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-04-18 21:59:46 +0200 (Tue, 18 Apr 2006) New Revision: 2571 Log: #- Forgotten unnecessary code removed. Modified: trunk/Database/src/sqlabstraction/implementations/query_select_sqlite.php Modified: trunk/Database/src/sqlabstraction/implementations

[svn-components] Right joins for SQLite in Database component.

2006-04-18 Thread Sergey Alexeev
ss details :) ) Any thoughts and suggestions are welcome. regards, -- Sergey Alexeev Software Developer [EMAIL PROTECTED] | eZ systems | ez.no -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components

[svn-components] 2570 - in trunk/Database: src/sqlabstraction src/sqlabstraction/implementations tests/sqlabstraction [eZComponents: Trunk]

2006-04-18 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-04-18 21:22:26 +0200 (Tue, 18 Apr 2006) New Revision: 2570 Log: - Added support for complex right joins when using SQLite. Modified: trunk/Database/src/sqlabstraction/implementations/query_select_sqlite.php trunk/Database/src/sqlabstraction

Re: [svn-components] 2542 - in trunk/Database: src src/sqlabstraction tests tests/sqlabstraction [eZComponents: Trunk]

2006-04-12 Thread Sergey Alexeev
in documentation of ezcQuery::bindParam and ezcQuery::bindValue and I let them pass to ezcQuerySubSelect. > > + * > > + * @return string SQL string for subselect. > > + */ > > +public function __toString() > > +{ > > +return '( '.$this->getQuery().' )'; > > +} > > + > > I don't think you need the '( ' here, as getQuery() already returns the > string with ( and ) around it, as you can see here: > > +/** > > + * Return string with SQL query for subselect. > > + * > > + * Example: > > + * > > + * $subSelect = $q->subSelect(); > > + * $subSelect->select( name )->from( 'table2' ); > > + * $q->select('*') > > + * ->from( 'table1' ) > > + * ->where ( $q->expr->eq( 'name', $subSelect->getQuery() ) ); > > + * $stmt = $q->prepare(); > > + * $stmt->execute(); > > + * > > + * > > + * @return string SQL string for subselect. > > + */ > > +public function getQuery() > > +{ > > +return '( '.parent::getQuery().' )'; > > +} You're absolutely, right. Redundant parentheses was added to result string. Rather stupid, though didn't affect functionality. Thanks a lot for code reviews. Regards, -- Sergey Alexeev Software Developer [EMAIL PROTECTED] | eZ systems | ez.no -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components

[svn-components] 2546 - trunk/Database/src/sqlabstraction [eZComponents: Trunk]

2006-04-12 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-04-12 11:16:50 +0200 (Wed, 12 Apr 2006) New Revision: 2546 Log: - Forgotten minor fix. Modified: trunk/Database/src/sqlabstraction/query_subselect.php Modified: trunk/Database/src/sqlabstraction/query_subselect.php

[svn-components] 2545 - trunk/Database/src/sqlabstraction [eZComponents: Trunk]

2006-04-12 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-04-12 11:05:13 +0200 (Wed, 12 Apr 2006) New Revision: 2545 Log: - Minor changes to documentation and code. Modified: trunk/Database/src/sqlabstraction/query.php trunk/Database/src/sqlabstraction/query_select.php trunk/Database/src/sqlabstraction

[svn-components] 2542 - in trunk/Database: src src/sqlabstraction tests tests/sqlabstraction [eZComponents: Trunk]

2006-04-11 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-04-11 17:31:08 +0200 (Tue, 11 Apr 2006) New Revision: 2542 Log: - Added support for subqueries in SQL statements. Added: trunk/Database/src/sqlabstraction/query_subselect.php trunk/Database/tests/sqlabstraction/query_subselect_test.php trunk/Database

[svn-components] 2520 - in trunk/Database: src/sqlabstraction tests/sqlabstraction [eZComponents: Trunk]

2006-04-06 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-04-06 17:19:10 +0200 (Thu, 06 Apr 2006) New Revision: 2520 Log: - Changed ezcQueryUpdate ezcQueryDelete. Now where() allowed to be invoked several times while building query. Modified: trunk/Database/src/sqlabstraction/query_delete.php trunk/Database

[svn-components] 2515 - trunk/Database/tests/sqlabstraction [eZComponents: Trunk]

2006-04-06 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-04-06 16:13:02 +0200 (Thu, 06 Apr 2006) New Revision: 2515 Log: - Using new PHPUnit2 3.0.0alpha2 feature for skipping unnecessary tests. Modified: trunk/Database/tests/sqlabstraction/query_select_join_test.php Modified: trunk/Database/tests/sqlabstraction

[svn-components] 2514 - trunk/UnitTest/src/test [eZComponents: Trunk]

2006-04-06 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-04-06 16:00:30 +0200 (Thu, 06 Apr 2006) New Revision: 2514 Log: - Changed ezcTestSuite::run() declaration to correctly work with PHPUnit2 3.0.0alpha2. Modified: trunk/UnitTest/src/test/suite.php Modified: trunk/UnitTest/src/test/suite.php

[svn-components] 2510 - in trunk/Database: src/sqlabstraction/implementations tests/sqlabstraction [eZComponents: Trunk]

2006-04-06 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-04-06 13:28:08 +0200 (Thu, 06 Apr 2006) New Revision: 2510 Log: - Changed ezcSelectQuery unit tests to pass when run on SQLite. Modified rightJoin() in ezcQuerySelectSqlite to match parameters of parent method. Modified: trunk/Database/src

[svn-components] 2509 - in trunk/Database: src/sqlabstraction tests/sqlabstraction [eZComponents: Trunk]

2006-04-06 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-04-06 12:28:32 +0200 (Thu, 06 Apr 2006) New Revision: 2509 Log: - Changed ezcQuerySelect select(), from(), where() methods. Now they allowed to be invoked several times during building query. Added support of multi-join. Modified: trunk/Database/src

Re: [svn-components] 2458 - in trunk/SystemInformation/src/system: . interfaces readers [eZComponents: Trunk]

2006-03-24 Thread Sergey Alexeev
On Птн, 2006-03-24 at 16:18 +0100, Derick Rethans wrote: > On Fri, 24 Mar 2006, Sergey Alexeev wrote: > > > Modified: trunk/SystemInformation/src/system/interfaces/info_reader.php > > === > > --- trunk/Syst

[svn-components] 2458 - in trunk/SystemInformation/src/system: . interfaces readers [eZComponents: Trunk]

2006-03-24 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-03-24 16:04:41 +0100 (Fri, 24 Mar 2006) New Revision: 2458 Log: - Changes in comments for more clear automatic documenting. Modified: trunk/SystemInformation/src/system/info.php trunk/SystemInformation/src/system/interfaces/info_reader.php trunk

[svn-components] 2450 - scripts [eZComponents: Scripts]

2006-03-17 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-03-17 16:03:45 +0100 (Fri, 17 Mar 2006) New Revision: 2450 Log: - Added batch script for setting eZComponents autoload environment in Windows. Added: scripts/setup-env.bat Added: scripts/setup-env.bat

[svn-components] 2449 - in trunk/SystemInformation: src src/system/readers tests [eZComponents: Trunk]

2006-03-17 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-03-17 15:59:14 +0100 (Fri, 17 Mar 2006) New Revision: 2449 Log: - Added ezcSystemInfoWindowsReader, minor changes in other readers changes in unit tests to support Windows. Added: trunk/SystemInformation/src/system/readers/info_windows.php Modified

[svn-components] 2389 - trunk/SystemInformation/src/system/readers [eZComponents: Trunk]

2006-03-15 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-03-15 11:12:31 +0100 (Wed, 15 Mar 2006) New Revision: 2389 Log: # Changes to meet coding standard. Modified: trunk/SystemInformation/src/system/readers/info_freebsd.php trunk/SystemInformation/src/system/readers/info_linux.php Modified: trunk

[svn-components] 2388 - trunk/SystemInformation/src/system/readers [eZComponents: Trunk]

2006-03-15 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-03-15 10:16:18 +0100 (Wed, 15 Mar 2006) New Revision: 2388 Log: # Fixed mistake in comments. Modified: trunk/SystemInformation/src/system/readers/info_freebsd.php Modified: trunk/SystemInformation/src/system/readers/info_freebsd.php

[svn-components] 2386 - in trunk/SystemInformation/src: . system system/exceptions system/readers [eZComponents: Trunk]

2006-03-14 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-03-14 18:16:34 +0100 (Tue, 14 Mar 2006) New Revision: 2386 Log: - Added ezcSystemInfoCantScanOSException, added FreeBSD reader, fixed bug while detecting FreeBSD. Added: trunk/SystemInformation/src/system/exceptions/ trunk/SystemInformation/src/system

[svn-components] eZComponents on windows.

2006-03-14 Thread Sergey Alexeev
7;t look why it's happened. Also I've tested ezcSystemInfoFreeBsdReader and implemented "can't scan OS" exception. This will be commited today. Now I plan to complete ezcSystemInfoWindowsReader for winXP. -- Sergey Alexeev Software Developer [EMAIL PROTECTED] | eZ systems |

[svn-components] 2375 - trunk/SystemInformation/tests [eZComponents: Trunk]

2006-03-10 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-03-10 14:24:52 +0100 (Fri, 10 Mar 2006) New Revision: 2375 Log: #Removed unnecessry debug info. Modified: trunk/SystemInformation/tests/sysinfo_test.php Modified: trunk/SystemInformation/tests/sysinfo_test.php

[svn-components] 2373 - in trunk/SystemInformation: src src/system src/system/structs tests [eZComponents: Trunk]

2006-03-10 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-03-10 13:27:04 +0100 (Fri, 10 Mar 2006) New Revision: 2373 Log: - Added PHP accelerator detection, changed main API to use properties, unit tests improved to run on different systems. Added: trunk/SystemInformation/src/system/structs/ trunk

[svn-components] 2346 - in trunk/SystemInformation: src/system tests [eZComponents: Trunk]

2006-03-06 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-03-06 15:23:36 +0100 (Mon, 06 Mar 2006) New Revision: 2346 Log: - Implemented phpVersion(), isShellExecution() added unit tests. Modified: trunk/SystemInformation/src/system/info.php trunk/SystemInformation/tests/sysinfo_test.php Modified: trunk

[svn-components] 2345 - in trunk/SystemInformation: src/system tests [eZComponents: Trunk]

2006-03-06 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-03-06 12:36:34 +0100 (Mon, 06 Mar 2006) New Revision: 2345 Log: - Implemented filesystemType(), backupFileName(), lineSeparator() added unit tests for them. Modified: trunk/SystemInformation/src/system/info.php trunk/SystemInformation/tests

[svn-components] 2344 - in trunk/SystemInformation: src/system tests [eZComponents: Trunk]

2006-03-06 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-03-06 11:26:02 +0100 (Mon, 06 Mar 2006) New Revision: 2344 Log: - Added forgotten unit test for memorySize() and changed storage class for members. Modified: trunk/SystemInformation/src/system/info.php trunk/SystemInformation/tests/sysinfo_test.php

[svn-components] 2343 - in trunk/SystemInformation/src/system: . readers [eZComponents: Trunk]

2006-03-06 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-03-06 11:13:11 +0100 (Mon, 06 Mar 2006) New Revision: 2343 Log: - Added method for retrieving amount of system memory and unit test for it. Modified: trunk/SystemInformation/src/system/info.php trunk/SystemInformation/src/system/readers/info_linux.php

[svn-components] 2342 - in trunk/SystemInformation: . src src/system src/system/interfaces src/system/readers tests [eZComponents: Trunk]

2006-03-06 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-03-06 10:53:52 +0100 (Mon, 06 Mar 2006) New Revision: 2342 Log: - Added methods for retrieving Linux CPU information and unit tests for them. Added: trunk/SystemInformation/src/system/readers/ trunk/SystemInformation/src/system/readers/info_linux.php

[svn-components] 2340 - trunk/SystemInformation/src/system [eZComponents: Trunk]

2006-03-03 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-03-03 15:15:54 +0100 (Fri, 03 Mar 2006) New Revision: 2340 Log: - Fixed file description in info.php. Modified: trunk/SystemInformation/src/system/info.php Modified: trunk/SystemInformation/src/system/info.php

[svn-components] 2339 - in trunk/SystemInformation/src/system: . interfaces [eZComponents: Trunk]

2006-03-03 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-03-03 15:06:03 +0100 (Fri, 03 Mar 2006) New Revision: 2339 Log: - Added API stubs for SystemInformaton package classes Added: trunk/SystemInformation/src/system/interfaces/ trunk/SystemInformation/src/system/interfaces/info_reader.php Modified: trunk

[svn-components] 2329 - trunk/SystemInformation/design [eZComponents: Trunk]

2006-02-28 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-02-28 17:59:31 +0100 (Tue, 28 Feb 2006) New Revision: 2329 Log: - Added design and requirments docs for SystemInfo package Added: trunk/SystemInformation/design/design.txt trunk/SystemInformation/design/requirements.txt Added: trunk/SystemInformation

[svn-components] 2319 - in trunk/ConsoleTools: . src [eZComponents: Trunk]

2006-02-28 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-02-28 11:05:22 +0100 (Tue, 28 Feb 2006) New Revision: 2319 Log: - Fixed unreported bug: ezcConsoleOutput::toPos() fixed typo in parameter. Modified: trunk/ConsoleTools/ChangeLog trunk/ConsoleTools/src/output.php Modified: trunk/ConsoleTools/ChangeLog

[svn-components] 2314 - in docs/examples/applications: . Webget [eZComponents: Docs]

2006-02-27 Thread Sergey Alexeev
Author: Sergey Alexeev Date: 2006-02-27 14:12:55 +0100 (Mon, 27 Feb 2006) New Revision: 2314 Log: - Addied code of web download example application. Added: docs/examples/applications/Webget/ docs/examples/applications/Webget/webget.php Added: docs/examples/applications/Webget/webget.php