You can subscribe to this list here.
| 2003 |
Jan
(14) |
Feb
(14) |
Mar
(58) |
Apr
(6) |
May
(61) |
Jun
(30) |
Jul
(21) |
Aug
(7) |
Sep
|
Oct
|
Nov
(10) |
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
|
Feb
(11) |
Mar
(16) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(85) |
| 2005 |
Jan
(31) |
Feb
(5) |
Mar
(18) |
Apr
(7) |
May
(1) |
Jun
(13) |
Jul
(33) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2006 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
(1) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
|
Feb
(2) |
Mar
(21) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: johncowen <joh...@us...> - 2003-07-18 16:52:51
|
CVS commit by johncowen: Included comments for PHPDoc M +121 -28 sources/flashservices/util/ServiceBrowser.php 1.7 |
|
From: justinwatkins <jus...@us...> - 2003-07-10 22:00:33
|
CVS commit by justinwatkins: Pretty much done with commenting everything for now, I'm working on the api doc and will be uploading them shortly. M +76 -76 sources/flashservices/sql/RecordSetAdapter.php 1.2 M +32 -32 sources/flashservices/sql/adodbAdapter.php 1.2 M +30 -30 sources/flashservices/sql/mssqlAdapter.php 1.2 M +31 -31 sources/flashservices/sql/mysqlAdapter.php 1.2 M +30 -30 sources/flashservices/sql/odbcAdapter.php 1.2 M +30 -30 sources/flashservices/sql/pgsqlAdapter.php 1.2 |
|
From: justinwatkins <jus...@us...> - 2003-07-10 21:54:21
|
CVS commit by justinwatkins: Pretty much done with commenting everything for now, I'm working on the api doc and will be uploading them shortly. M +418 -418 sources/flashservices/app/Executive.php 1.23 M +131 -131 sources/flashservices/app/Gateway.php 1.18 |
|
From: justinwatkins <jus...@us...> - 2003-07-10 21:54:12
|
CVS commit by justinwatkins: Pretty much done with commenting everything for now, I'm working on the api doc and will be uploading them shortly. M +56 -56 sources/flashservices/exception/Exceptions.php 1.8 |
|
From: justinwatkins <jus...@us...> - 2003-07-10 21:41:34
|
CVS commit by justinwatkins: Pretty much done with commenting everything for now, I'm working on the api doc and will be uploading them shortly. M +134 -67 sources/flashservices/util/AMFObject.php 1.6 M +83 -52 sources/flashservices/util/Authenticate.php 1.5 M +67 -60 sources/flashservices/util/RemotingService.php 1.7 M +188 -185 sources/flashservices/util/ServiceBrowser.php 1.6 |
|
From: justinwatkins <jus...@us...> - 2003-07-10 21:17:40
|
CVS commit by justinwatkins: Pretty much done with commenting everything for now, I'm working on the api doc and will be uploading them shortly. M +327 -327 sources/flashservices/io/AMFDeserializer.php 1.8 M +150 -116 sources/flashservices/io/AMFInputStream.php 1.6 M +131 -114 sources/flashservices/io/AMFOutputStream.php 1.7 M +474 -461 sources/flashservices/io/AMFSerializer.php 1.23 |
|
From: justinwatkins <jus...@us...> - 2003-07-09 22:07:40
|
CVS commit by justinwatkins: Modified the comments for phpDocumentor syntax M +19 -1 sources/flashservices/util/AMFObject.php 1.5 M +19 -3 sources/flashservices/util/Authenticate.php 1.4 M +19 -0 sources/flashservices/util/RemotingService.php 1.6 M +19 -0 sources/flashservices/util/ServiceBrowser.php 1.5 |
|
From: justinwatkins <jus...@us...> - 2003-07-09 22:07:40
|
CVS commit by justinwatkins: Modified the comments for phpDocumentor syntax M +19 -3 sources/flashservices/exception/Exceptions.php 1.7 |
|
From: justinwatkins <jus...@us...> - 2003-07-09 22:04:12
|
CVS commit by justinwatkins: Modified the comments and also changed the dependancy from "RecordSet" to "Adapter" in the serializer class. M +84 -19 sources/flashservices/io/AMFDeserializer.php 1.7 M +18 -0 sources/flashservices/io/AMFInputStream.php 1.5 M +18 -0 sources/flashservices/io/AMFOutputStream.php 1.6 M +19 -1 sources/flashservices/io/AMFSerializer.php 1.22 |
|
From: justinwatkins <jus...@us...> - 2003-07-09 22:03:35
|
CVS commit by justinwatkins: Modified the comments a little more. M +195 -28 sources/flashservices/app/Executive.php 1.22 M +2 -3 sources/flashservices/app/Gateway.php 1.17 |
|
From: justinwatkins <jus...@us...> - 2003-07-09 22:03:10
|
CVS commit by justinwatkins: Added superclass RecordSetAdapter to all recordset object to help promote encapsulation. Also renamed files to $driver . "Adapter" because they are really Adapters not datatypes. A sources/flashservices/sql/RecordSetAdapter.php 1.1 A sources/flashservices/sql/adodbAdapter.php 1.1 A sources/flashservices/sql/mssqlAdapter.php 1.1 A sources/flashservices/sql/mysqlAdapter.php 1.1 A sources/flashservices/sql/odbcAdapter.php 1.1 A sources/flashservices/sql/pgsqlAdapter.php 1.1 R sources/flashservices/sql/adodbRecordSet.php 1.1 R sources/flashservices/sql/mssqlRecordSet.php 1.1 R sources/flashservices/sql/mysqlRecordSet.php 1.3 R sources/flashservices/sql/odbcRecordSet.php 1.2 R sources/flashservices/sql/pgsqlRecordSet.php 1.1 |
|
From: justinwatkins <jus...@us...> - 2003-07-09 19:55:27
|
CVS commit by justinwatkins: Modified the comments to work better with PHPDocumentor. Great documentation will be on it's way as soon as I finish with commenting. M +138 -29 sources/flashservices/app/Gateway.php 1.16 |
|
From: justinwatkins <jus...@us...> - 2003-07-08 21:36:37
|
CVS commit by justinwatkins: Fixed multiple class loader bug. Renamed postres driver to pgsqlRecordSet M +10 -9 sources/flashservices/app/Executive.php 1.21 |
|
From: justinwatkins <jus...@us...> - 2003-07-08 21:36:37
|
CVS commit by justinwatkins: Fixed multiple class loader bug. Renamed postres driver to pgsqlRecordSet A sources/flashservices/sql/pgsqlRecordSet.php 1.1 R sources/flashservices/sql/postgresRecordSet.php 1.2 |
|
From: justinwatkins <jus...@us...> - 2003-06-27 15:12:13
|
CVS commit by justinwatkins: Fixed PEAR Web service bug and cleaned up the input and output stream class files M +1 -1 sources/flashservices/app/Executive.php 1.20 |
|
From: justinwatkins <jus...@us...> - 2003-06-27 15:12:13
|
CVS commit by justinwatkins: Fixed PEAR Web service bug and cleaned up the input and output stream class files M +74 -77 sources/flashservices/io/AMFInputStream.php 1.4 M +71 -46 sources/flashservices/io/AMFOutputStream.php 1.5 M +2 -2 sources/flashservices/io/AMFSerializer.php 1.21 |
|
From: justinwatkins <jus...@us...> - 2003-06-27 15:12:13
|
CVS commit by justinwatkins: Fixed PEAR Web service bug and cleaned up the input and output stream class files M +1 -1 sources/docs/AMFPHP.txt 1.2 |
|
From: justinwatkins <jus...@us...> - 2003-06-19 21:23:46
|
CVS commit by justinwatkins: Executive.php, broke apart the doMethodCall method. It was such a web of if else's that it was incomprehendable even to me. Now it's a series of chained methods that represent what each block handles. Modified the Credentials, primarily removed the FlashCredentials restriction, and added support for an _authenticate method locally within the service class. This method allows greater flexability and allows a developer to also define a super class with the _authenticate implementation and share it with subclasses. M +29 -17 sources/flashservices/util/Authenticate.php 1.3 |
|
From: justinwatkins <jus...@us...> - 2003-06-19 21:23:46
|
CVS commit by justinwatkins: Executive.php, broke apart the doMethodCall method. It was such a web of if else's that it was incomprehendable even to me. Now it's a series of chained methods that represent what each block handles. Modified the Credentials, primarily removed the FlashCredentials restriction, and added support for an _authenticate method locally within the service class. This method allows greater flexability and allows a developer to also define a super class with the _authenticate implementation and share it with subclasses. M +154 -101 sources/flashservices/app/Executive.php 1.19 |
|
From: justinwatkins <jus...@us...> - 2003-06-19 21:23:46
|
CVS commit by justinwatkins: Executive.php, broke apart the doMethodCall method. It was such a web of if else's that it was incomprehendable even to me. Now it's a series of chained methods that represent what each block handles. Modified the Credentials, primarily removed the FlashCredentials restriction, and added support for an _authenticate method locally within the service class. This method allows greater flexability and allows a developer to also define a super class with the _authenticate implementation and share it with subclasses. M +9 -1 sources/examples/basic/services/SecureService.php 1.2 R sources/examples/basic/services/FlashCredentials.php 1.1 |
|
From: justinwatkins <jus...@us...> - 2003-06-19 21:23:46
|
CVS commit by justinwatkins: Executive.php, broke apart the doMethodCall method. It was such a web of if else's that it was incomprehendable even to me. Now it's a series of chained methods that represent what each block handles. Modified the Credentials, primarily removed the FlashCredentials restriction, and added support for an _authenticate method locally within the service class. This method allows greater flexability and allows a developer to also define a super class with the _authenticate implementation and share it with subclasses. M +24 -32 sources/examples/basic/credentials.fla 1.2 |
|
From: justinwatkins <jus...@us...> - 2003-06-19 21:23:46
|
CVS commit by justinwatkins: Executive.php, broke apart the doMethodCall method. It was such a web of if else's that it was incomprehendable even to me. Now it's a series of chained methods that represent what each block handles. Modified the Credentials, primarily removed the FlashCredentials restriction, and added support for an _authenticate method locally within the service class. This method allows greater flexability and allows a developer to also define a super class with the _authenticate implementation and share it with subclasses. M +1 -1 sources/flashservices/io/AMFSerializer.php 1.20 |
|
From: justinwatkins <jus...@us...> - 2003-06-19 16:38:37
|
CVS commit by justinwatkins: Modified the Executive class to change the working directory so it is the same as the directory the class file lives in. This is so the class can include files and treat the path as if it were local. Modified the AMFSerializer to patch a minor bug and to promote the datasource type negotiation back to the top of the case statement. Also finalized the double check for the recordset filter to the cwd. M +31 -19 sources/flashservices/io/AMFSerializer.php 1.19 |
|
From: justinwatkins <jus...@us...> - 2003-06-19 16:38:36
|
CVS commit by justinwatkins: Modified the Executive class to change the working directory so it is the same as the directory the class file lives in. This is so the class can include files and treat the path as if it were local. Modified the AMFSerializer to patch a minor bug and to promote the datasource type negotiation back to the top of the case statement. Also finalized the double check for the recordset filter to the cwd. M +24 -24 sources/flashservices/app/Executive.php 1.18 |
|
From: johncowen <joh...@us...> - 2003-06-19 09:07:11
|
CVS commit by johncowen: Changed the way manualType() copes with recordsets.. Now it dynamically creates the RecordSet object depending on the result type The result type is automatically detected if the data is a resource, although it can also be set in the methodTable with 'returns' .. ie 'custom result' M +16 -26 sources/flashservices/io/AMFSerializer.php 1.18 |