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: justinwatkins <jus...@us...> - 2004-03-02 06:24:34
|
CVS commit by justinwatkins: Directory /cvsroot/amfphp/website/download added to the repository |
|
From: justinwatkins <jus...@us...> - 2004-03-02 06:22:08
|
CVS commit by justinwatkins: Directory /cvsroot/amfphp/website/apidocs/flashservices/sql added to the repository |
|
From: justinwatkins <jus...@us...> - 2004-03-02 06:22:08
|
CVS commit by justinwatkins: Directory /cvsroot/amfphp/website/apidocs/flashservices/exception added to the repository |
|
From: justinwatkins <jus...@us...> - 2004-03-02 06:22:08
|
CVS commit by justinwatkins: Directory /cvsroot/amfphp/website/apidocs/flashservices/io added to the repository |
|
From: justinwatkins <jus...@us...> - 2004-03-02 06:22:08
|
CVS commit by justinwatkins: Directory /cvsroot/amfphp/website/apidocs/flashservices/filters added to the repository |
|
From: justinwatkins <jus...@us...> - 2004-03-02 06:22:07
|
CVS commit by justinwatkins: Directory /cvsroot/amfphp/website/apidocs/flashservices/actions added to the repository |
|
From: justinwatkins <jus...@us...> - 2004-03-02 06:22:04
|
CVS commit by justinwatkins: Directory /cvsroot/amfphp/website/apidocs/flashservices/util added to the repository |
|
From: justinwatkins <jus...@us...> - 2004-03-02 06:22:04
|
CVS commit by justinwatkins: Directory /cvsroot/amfphp/website/apidocs/flashservices/app added to the repository |
|
From: justinwatkins <jus...@us...> - 2004-03-02 06:22:04
|
CVS commit by justinwatkins: Directory /cvsroot/amfphp/website/apidocs/flashservices/debug added to the repository |
|
From: justinwatkins <jus...@us...> - 2004-03-02 06:21:28
|
CVS commit by justinwatkins: Directory /cvsroot/amfphp/website/apidocs/default added to the repository |
|
From: justinwatkins <jus...@us...> - 2004-03-02 06:21:28
|
CVS commit by justinwatkins: Directory /cvsroot/amfphp/website/apidocs/flashservices added to the repository |
|
From: justinwatkins <jus...@us...> - 2004-03-02 06:21:28
|
CVS commit by justinwatkins: Directory /cvsroot/amfphp/website/apidocs/media added to the repository |
|
From: justinwatkins <jus...@us...> - 2004-03-02 06:21:28
|
CVS commit by justinwatkins: Directory /cvsroot/amfphp/website/apidocs/__filesource added to the repository |
|
From: justinwatkins <jus...@us...> - 2004-03-02 06:20:43
|
CVS commit by justinwatkins: Directory /cvsroot/amfphp/website/apidocs added to the repository |
|
From: justinwatkins <jus...@us...> - 2004-02-29 06:19:21
|
CVS commit by justinwatkins: Forgot to disable debugging code... M +6 -6 sources/flashservices/app/Gateway.php 1.23 |
|
From: justinwatkins <jus...@us...> - 2004-02-29 06:13:34
|
CVS commit by justinwatkins: Most of the commits here are cosmetic changes to the source to be more compatible with the latest release of the PHPDocumentor application. As it takes me more and more time for me to get at this, it's nice to have very clear api docs to just search through. Also, the latest version will keep a todo list for you, and I fully plan on utilzing this. The api docs can be found at amfphp.org/apidocs/ I also added a new Action in the action chain. It moves all of the metadata functionality from the Security chain and adds the ability to use an xml document as the source of the meta data. There is also a new public method of the Gateway that allows you to set the root path for all meta data files. My idea for the meta data directory, is to just keep a directory structure exactly like the service dir structure, but only with .xml files. This way you don't need any meta data in the php file, keeping it completely abstract from amfphp, and can put all of the meta data somewhere outside of the web root folder. I'll post an example somewhere soon. M +380 -383 sources/flashservices/util/AMFBody.php 1.2 M +95 -101 sources/flashservices/util/AMFHeader.php 1.2 M +144 -156 sources/flashservices/util/AMFObject.php 1.10 M +36 -45 sources/flashservices/util/Authenticate.php 1.7 M +7 -5 sources/flashservices/util/RemotingService.php 1.8 M +135 -151 sources/flashservices/util/ServiceBrowser.php 1.8 M +33 -34 sources/flashservices/util/SessionManager.php 1.2 |
|
From: justinwatkins <jus...@us...> - 2004-02-29 06:13:34
|
CVS commit by justinwatkins: Most of the commits here are cosmetic changes to the source to be more compatible with the latest release of the PHPDocumentor application. As it takes me more and more time for me to get at this, it's nice to have very clear api docs to just search through. Also, the latest version will keep a todo list for you, and I fully plan on utilzing this. The api docs can be found at amfphp.org/apidocs/ I also added a new Action in the action chain. It moves all of the metadata functionality from the Security chain and adds the ability to use an xml document as the source of the meta data. There is also a new public method of the Gateway that allows you to set the root path for all meta data files. My idea for the meta data directory, is to just keep a directory structure exactly like the service dir structure, but only with .xml files. This way you don't need any meta data in the php file, keeping it completely abstract from amfphp, and can put all of the meta data somewhere outside of the web root folder. I'll post an example somewhere soon. M +43 -50 sources/flashservices/sql/PageAbleResult.php 1.4 M +73 -77 sources/flashservices/sql/RecordSetAdapter.php 1.6 M +21 -17 sources/flashservices/sql/adodbAdapter.php 1.4 M +20 -17 sources/flashservices/sql/mssqlAdapter.php 1.4 M +19 -16 sources/flashservices/sql/mysqlAdapter.php 1.4 M +39 -36 sources/flashservices/sql/odbcAdapter.php 1.5 M +20 -16 sources/flashservices/sql/pgsqlAdapter.php 1.4 |
|
From: justinwatkins <jus...@us...> - 2004-02-29 06:13:33
|
CVS commit by justinwatkins: Most of the commits here are cosmetic changes to the source to be more compatible with the latest release of the PHPDocumentor application. As it takes me more and more time for me to get at this, it's nice to have very clear api docs to just search through. Also, the latest version will keep a todo list for you, and I fully plan on utilzing this. The api docs can be found at amfphp.org/apidocs/ I also added a new Action in the action chain. It moves all of the metadata functionality from the Security chain and adds the ability to use an xml document as the source of the meta data. There is also a new public method of the Gateway that allows you to set the root path for all meta data files. My idea for the meta data directory, is to just keep a directory structure exactly like the service dir structure, but only with .xml files. This way you don't need any meta data in the php file, keeping it completely abstract from amfphp, and can put all of the meta data somewhere outside of the web root folder. I'll post an example somewhere soon. M +106 -119 sources/flashservices/io/AMFDeserializer.php 1.11 M +58 -65 sources/flashservices/io/AMFInputStream.php 1.8 M +42 -49 sources/flashservices/io/AMFOutputStream.php 1.8 M +149 -172 sources/flashservices/io/AMFSerializer.php 1.27 |
|
From: justinwatkins <jus...@us...> - 2004-02-29 06:13:33
|
CVS commit by justinwatkins: Most of the commits here are cosmetic changes to the source to be more compatible with the latest release of the PHPDocumentor application. As it takes me more and more time for me to get at this, it's nice to have very clear api docs to just search through. Also, the latest version will keep a todo list for you, and I fully plan on utilzing this. The api docs can be found at amfphp.org/apidocs/ I also added a new Action in the action chain. It moves all of the metadata functionality from the Security chain and adds the ability to use an xml document as the source of the meta data. There is also a new public method of the Gateway that allows you to set the root path for all meta data files. My idea for the meta data directory, is to just keep a directory structure exactly like the service dir structure, but only with .xml files. This way you don't need any meta data in the php file, keeping it completely abstract from amfphp, and can put all of the meta data somewhere outside of the web root folder. I'll post an example somewhere soon. M +34 -40 sources/flashservices/filters/AMFFilterChain.php 1.2 M +40 -38 sources/flashservices/filters/AuthenticationFilter.php 1.2 M +40 -42 sources/flashservices/filters/BatchProcessFilter.php 1.2 M +83 -83 sources/flashservices/filters/DebugFilter.php 1.2 M +25 -24 sources/flashservices/filters/DeserializationFilter.php 1.2 M +25 -23 sources/flashservices/filters/SerializationFilter.php 1.2 |
|
From: justinwatkins <jus...@us...> - 2004-02-29 06:13:33
|
CVS commit by justinwatkins: Most of the commits here are cosmetic changes to the source to be more compatible with the latest release of the PHPDocumentor application. As it takes me more and more time for me to get at this, it's nice to have very clear api docs to just search through. Also, the latest version will keep a todo list for you, and I fully plan on utilzing this. The api docs can be found at amfphp.org/apidocs/ I also added a new Action in the action chain. It moves all of the metadata functionality from the Security chain and adds the ability to use an xml document as the source of the meta data. There is also a new public method of the Gateway that allows you to set the root path for all meta data files. My idea for the meta data directory, is to just keep a directory structure exactly like the service dir structure, but only with .xml files. This way you don't need any meta data in the php file, keeping it completely abstract from amfphp, and can put all of the meta data somewhere outside of the web root folder. I'll post an example somewhere soon. M +22 -25 sources/flashservices/debug/AMFDebugEvent.php 1.2 M +40 -44 sources/flashservices/debug/AMFDebugger.php 1.2 M +29 -32 sources/flashservices/debug/AMFMethodCall.php 1.2 M +27 -29 sources/flashservices/debug/AMFRequestHeaders.php 1.2 M +27 -29 sources/flashservices/debug/AMFResponseHeaders.php 1.2 M sources/flashservices/debug/HttpHeaders.php 1.4 R sources/flashservices/debug/HttpHeaaders.php 1.1 |
|
From: justinwatkins <jus...@us...> - 2004-02-29 06:13:33
|
CVS commit by justinwatkins: Most of the commits here are cosmetic changes to the source to be more compatible with the latest release of the PHPDocumentor application. As it takes me more and more time for me to get at this, it's nice to have very clear api docs to just search through. Also, the latest version will keep a todo list for you, and I fully plan on utilzing this. The api docs can be found at amfphp.org/apidocs/ I also added a new Action in the action chain. It moves all of the metadata functionality from the Security chain and adds the ability to use an xml document as the source of the meta data. There is also a new public method of the Gateway that allows you to set the root path for all meta data files. My idea for the meta data directory, is to just keep a directory structure exactly like the service dir structure, but only with .xml files. This way you don't need any meta data in the php file, keeping it completely abstract from amfphp, and can put all of the meta data somewhere outside of the web root folder. I'll post an example somewhere soon. M +71 -36 sources/flashservices/exception/Exception.php 1.2 R sources/flashservices/exception/Exceptions.php 1.9 |
|
From: justinwatkins <jus...@us...> - 2004-02-29 06:13:32
|
CVS commit by justinwatkins: Most of the commits here are cosmetic changes to the source to be more compatible with the latest release of the PHPDocumentor application. As it takes me more and more time for me to get at this, it's nice to have very clear api docs to just search through. Also, the latest version will keep a todo list for you, and I fully plan on utilzing this. The api docs can be found at amfphp.org/apidocs/ I also added a new Action in the action chain. It moves all of the metadata functionality from the Security chain and adds the ability to use an xml document as the source of the meta data. There is also a new public method of the Gateway that allows you to set the root path for all meta data files. My idea for the meta data directory, is to just keep a directory structure exactly like the service dir structure, but only with .xml files. This way you don't need any meta data in the php file, keeping it completely abstract from amfphp, and can put all of the meta data somewhere outside of the web root folder. I'll post an example somewhere soon. M +48 -22 sources/flashservices/app/Constants.php 1.2 M +40 -40 sources/flashservices/app/Executive.php 1.27 M +117 -115 sources/flashservices/app/Gateway.php 1.22 |
|
From: justinwatkins <jus...@us...> - 2004-02-29 06:13:32
|
CVS commit by justinwatkins: Most of the commits here are cosmetic changes to the source to be more compatible with the latest release of the PHPDocumentor application. As it takes me more and more time for me to get at this, it's nice to have very clear api docs to just search through. Also, the latest version will keep a todo list for you, and I fully plan on utilzing this. The api docs can be found at amfphp.org/apidocs/ I also added a new Action in the action chain. It moves all of the metadata functionality from the Security chain and adds the ability to use an xml document as the source of the meta data. There is also a new public method of the Gateway that allows you to set the root path for all meta data files. My idea for the meta data directory, is to just keep a directory structure exactly like the service dir structure, but only with .xml files. This way you don't need any meta data in the php file, keeping it completely abstract from amfphp, and can put all of the meta data somewhere outside of the web root folder. I'll post an example somewhere soon. A sources/flashservices/actions/MetaDataAction.php 1.1 M +34 -39 sources/flashservices/actions/AMFActionChain.php 1.2 M +78 -66 sources/flashservices/actions/AdapterAction.php 1.2 M +70 -74 sources/flashservices/actions/ClassLoaderAction.php 1.2 M +32 -32 sources/flashservices/actions/ExecutionAction.php 1.2 M +96 -121 sources/flashservices/actions/SecurityAction.php 1.2 M +52 -54 sources/flashservices/actions/WebServiceAction.php 1.2 |
|
From: justinwatkins <jus...@us...> - 2004-02-26 23:04:05
|
CVS commit by justinwatkins: Added the proper case of this file R sources/flashservices/debug/httpheaders.php 1.2 |
|
From: justinwatkins <jus...@us...> - 2004-02-26 23:03:03
|
CVS commit by justinwatkins: Added the proper case of this file A sources/flashservices/debug/HttpHeaaders.php 1.1 |