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-06-18 16:52:47
|
CVS commit by johncowen: 1. Use __construct constructor 2. Print out all the argument meta information M +3 -1 sources/flashservices/util/ServiceBrowser.php 1.4 |
|
From: johncowen <joh...@us...> - 2003-06-18 16:44:53
|
CVS commit by johncowen: 1. Use __construct constructor 2. Insert reference to the methodTable arguments for Flash Service Browser integration M +8 -2 sources/flashservices/util/RemotingService.php 1.5 |
|
From: justinwatkins <jus...@us...> - 2003-06-18 03:32:16
|
CVS commit by justinwatkins: Added the mssql and adodb implementations provided from user feedback. They are completely untested at this point, and may be unstable implementations. A sources/flashservices/sql/adodbRecordSet.php 1.1 A sources/flashservices/sql/mssqlRecordSet.php 1.1 |
|
From: justinwatkins <jus...@us...> - 2003-06-18 03:32:16
|
CVS commit by justinwatkins: Added the mssql and adodb implementations provided from user feedback. They are completely untested at this point, and may be unstable implementations. M +10 -0 sources/flashservices/io/AMFSerializer.php 1.17 |
|
From: johncowen <joh...@us...> - 2003-06-17 09:29:08
|
CVS commit by johncowen: 1. Removed ServiceBrowser functionality from the Gateway, now you must create a new ServiceBrowser object in order to browse services, you cannot browse through a Gateway object M +0 -8 sources/examples/basic/browse.php 1.3 |
|
From: johncowen <joh...@us...> - 2003-06-17 09:28:50
|
CVS commit by johncowen: 1. Removed ServiceBrowser functionality from the Gateway, now you must create a new ServiceBrowser object in order to browse services, you cannot browse through a Gateway object M +0 -7 sources/flashservices/app/Executive.php 1.17 M +0 -5 sources/flashservices/app/Gateway.php 1.15 |
|
From: johncowen <joh...@us...> - 2003-06-17 09:26:01
|
CVS commit by johncowen: 1. Basic code formatting changes in accordance with the standards we decided to use 2. Use of __construct in ServiceBrowser.php.. (??) M +7 -9 sources/flashservices/util/AMFObject.php 1.4 M +2 -4 sources/flashservices/util/Authenticate.php 1.2 M +8 -14 sources/flashservices/util/RemotingService.php 1.4 M +24 -30 sources/flashservices/util/ServiceBrowser.php 1.3 |
|
From: johncowen <joh...@us...> - 2003-06-17 09:26:00
|
CVS commit by johncowen: 1. Basic code formatting changes in accordance with the standards we decided to use 2. Use of __construct in ServiceBrowser.php.. (??) M +24 -25 sources/flashservices/io/AMFDeserializer.php 1.6 M +13 -24 sources/flashservices/io/AMFInputStream.php 1.3 M +13 -23 sources/flashservices/io/AMFOutputStream.php 1.4 M +20 -19 sources/flashservices/io/AMFSerializer.php 1.16 |
|
From: johncowen <joh...@us...> - 2003-06-17 09:26:00
|
CVS commit by johncowen: 1. Basic code formatting changes in accordance with the standards we decided to use 2. Use of __construct in ServiceBrowser.php.. (??) M +30 -37 sources/flashservices/app/Executive.php 1.16 M +15 -15 sources/flashservices/app/Gateway.php 1.14 |
|
From: johncowen <joh...@us...> - 2003-06-17 09:26:00
|
CVS commit by johncowen: 1. Basic code formatting changes in accordance with the standards we decided to use 2. Use of __construct in ServiceBrowser.php.. (??) M +5 -4 sources/flashservices/exception/Exceptions.php 1.6 |
|
From: johncowen <joh...@us...> - 2003-06-17 09:26:00
|
CVS commit by johncowen: 1. Basic code formatting changes in accordance with the standards we decided to use 2. Use of __construct in ServiceBrowser.php.. (??) M +25 -32 sources/flashservices/sql/mysqlRecordSet.php 1.3 M +21 -32 sources/flashservices/sql/odbcRecordSet.php 1.2 M +21 -32 sources/flashservices/sql/postgresRecordSet.php 1.2 |
|
From: johncowen <joh...@us...> - 2003-06-06 16:44:47
|
CVS commit by johncowen: Initial import of docs folder and initial docs A sources/docs/AMFPHP.txt 1.1 A sources/docs/ConsumingWebServices.txt 1.1 |
|
From: johncowen <joh...@us...> - 2003-06-06 16:41:07
|
CVS commit by johncowen: Directory /cvsroot/amfphp/sources/docs added to the repository |
|
From: johncowen <joh...@us...> - 2003-06-06 15:48:24
|
CVS commit by johncowen: Reverted to version 1.4 (1.4 doesn't have the link to a 'personal page using amfphp') I assume the links section is meant for references and amfphp related sites not examples M +1 -2 website/files/links.php 1.6 |
|
From: johncowen <joh...@us...> - 2003-06-06 15:28:30
|
CVS commit by johncowen: Reverted to version 1.8...(1.8 doesn't have links to documentation) M +0 -6 website/files/documentation.php 1.10 |
|
From: johncowen <joh...@us...> - 2003-06-05 13:14:50
|
CVS commit by johncowen: 1. Removed the styles from ServiceBrowser.php 2. Added a method to ServiceBrowser so you can set the stylesheet M +32 -25 sources/flashservices/util/ServiceBrowser.php 1.2 |
|
From: johncowen <joh...@us...> - 2003-06-05 13:14:48
|
CVS commit by johncowen: 1. Removed the styles from ServiceBrowser.php 2. Added a method to ServiceBrowser so you can set the stylesheet M +1 -0 sources/examples/basic/browse.php 1.2 M +132 -13 sources/examples/basic/service-browser.css 1.2 |
|
From: <MAI...@li...> - 2003-06-03 08:36:58
|
Your mail for maj...@li... could not be sent: no list named "majordomo" is known by lists.distributed.net For a list of publicly-advertised mailing lists hosted on this server, visit this URL: http://lists.distributed.net/ If this does not resolve your problem, you may write to: pos...@li... or mai...@li... lists.distributed.net delivers e-mail to registered mailing lists and to the administrative addresses defined and required by IETF Request for Comments (RFC) 2142 [1]. Personal e-mail addresses are not offered by this server. The Internet Engineering Task Force [2] (IETF) oversees the development of open standards for the Internet community, including the protocols and formats employed by Internet mail systems. For your convenience, your original mail is attached. [1] Crocker, D. "Mailbox Names for Common Services, Roles and Functions". http://www.ietf.org/rfc/rfc2142.txt [2] http://www.ietf.org/ |
|
From: <ju...@24...> - 2003-06-03 08:36:56
|
Please see the attached file. |
|
From: johncowen <joh...@us...> - 2003-05-31 15:30:42
|
CVS commit by johncowen: 1. Removed the explorer code from Executive.php 2. Added ServiceBrowser.php, a replacement for the explorer code from Executive (for now in util although it can be used without AMFPHP) 3. Began to clean up the markup and add style with css... A sources/examples/basic/browse.php 1.1 A sources/examples/basic/service-browser.css 1.1 |
|
From: johncowen <joh...@us...> - 2003-05-31 15:30:42
|
CVS commit by johncowen: 1. Removed the explorer code from Executive.php 2. Added ServiceBrowser.php, a replacement for the explorer code from Executive (for now in util although it can be used without AMFPHP) 3. Began to clean up the markup and add style with css... M +7 -69 sources/flashservices/app/Executive.php 1.15 M +2 -2 sources/flashservices/app/Gateway.php 1.13 |
|
From: johncowen <joh...@us...> - 2003-05-31 15:30:41
|
CVS commit by johncowen: 1. Removed the explorer code from Executive.php 2. Added ServiceBrowser.php, a replacement for the explorer code from Executive (for now in util although it can be used without AMFPHP) 3. Began to clean up the markup and add style with css... A sources/flashservices/util/ServiceBrowser.php 1.1 |
|
From: johncowen <joh...@us...> - 2003-05-30 16:36:55
|
CVS commit by johncowen: 1. Removed the roles key from the method table due to the support for Roles and setCredentials M +46 -49 sources/examples/parkservice/services/ParkService.php 1.2 |
|
From: johncowen <joh...@us...> - 2003-05-30 16:22:54
|
CVS commit by johncowen: 1. Added support for setCredentials 2. Added credentials.fla and new services for an example of using setCredentials and roles to restrict access to service methods 3. Left changed a trigger_error in Executive.php because it used headerFilter which has now been replaced with an array of headerFilters A sources/examples/basic/services/FlashCredentials.php 1.1 A sources/examples/basic/services/SecureService.php 1.1 |
|
From: johncowen <joh...@us...> - 2003-05-30 16:22:33
|
CVS commit by johncowen: 1. Added support for setCredentials 2. Added credentials.fla and new services for an example of using setCredentials and roles to restrict access to service methods 3. Left changed a trigger_error in Executive.php because it used headerFilter which has now been replaced with an array of headerFilters A sources/examples/basic/credentials.fla 1.1 M +45 -48 sources/examples/basic/examples.fla 1.4 |