[limb-svn] r6085 - 3.x/branches/2007.3/limb/net
svn at limb-project.com
svn at limb-project.com
Fri Jul 6 16:45:06 MSD 2007
Author: pachanga
Date: 2007-07-06 16:45:06 +0400 (Fri, 06 Jul 2007)
New Revision: 6085
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6085
Modified:
3.x/branches/2007.3/limb/net/CHANGELOG
3.x/branches/2007.3/limb/net/VERSION
Log:
-- preparing to 0.2.0 beta release
Modified: 3.x/branches/2007.3/limb/net/CHANGELOG
===================================================================
--- 3.x/branches/2007.3/limb/net/CHANGELOG 2007-07-06 12:40:26 UTC (rev 6084)
+++ 3.x/branches/2007.3/limb/net/CHANGELOG 2007-07-06 12:45:06 UTC (rev 6085)
@@ -1,3 +1,18 @@
+0.2.0-beta - 6 July 2007 (r6084)
+==================================================
+-- files are part of request again, i.e you can get it with generic get() call
+-- adding phpdoc header to modules
+-- added some new extensions mime types
+-- lmbHttpRequest :: getSafe($name) added, it escapes result with htmlspecialchars
+-- added video/x-flv type to mime types list
+-- lmbHttpRequest :: getFiles() throws exception if submitted form has no enctype='multipart/form-data'
+-- lmbMimeType tests added
+-- lmbMimeType :: getFileMimeType($file) added
+-- lmbHttpRequest doesn't put files in general container with GET,POST data
+-- files data is better filtered in lmbHttpRequest :: toString()
+-- lmbUri throws exception for malformed uris
+-- lmbUriTest refactoring
+
0.1.3-alpha - 2 April 2007 (r5454)
==================================================
-- lmbUploadedFile :: getMimeType() alias for getType() added
@@ -8,10 +23,8 @@
-- lmbUri :: addUrlQueryItems($url, $items=array()) added, moved from util.inc.php
-- src/util.inc.php removed
-
0.1.2-alpha - 13 March 2007 (r5232)
==================================================
-
-- calling htmlspecialchars for proper encoding of html symbols in changelog, description and summary during package creation
-- added class lmbCurlRequest which wraps basic functionality of curl library
-- added lmbUri :: getPathFromLevel($level) method which returns part of uri path from given level
@@ -21,17 +34,13 @@
-- lmbHttpRequest :: getFile($name) added, it returns lmbUploadedFile instance for simple forms(no nested arrays) or null
-- ***ATTENTION*** possible BC break: lmbHttpRequest wraps all file entries with lmbUploadedFile but the probability should be minimal since lmbUploadedFile implements ArrayAccess interface
-
0.1.1-alpha - 16 February 2007 (r5038)
==================================================
-
-- lmbHttpResponse :: reset() doesn't clear output buffers anymore
-- lmbUri :: reset() now optionally accepts $uri
-- lmbUri :: parse() is considered obsolete
-- initial PhpDocs
+0.1.0-alpha - 14 December 2006==================================================
-0.1.0-alpha - 14 December 2006
-==================================================
-
-- Initial release of this package.
\ No newline at end of file
Modified: 3.x/branches/2007.3/limb/net/VERSION
===================================================================
--- 3.x/branches/2007.3/limb/net/VERSION 2007-07-06 12:40:26 UTC (rev 6084)
+++ 3.x/branches/2007.3/limb/net/VERSION 2007-07-06 12:45:06 UTC (rev 6085)
@@ -1 +1 @@
-net-0.1.3-alpha
+net-0.2.0-beta
More information about the limb-svn
mailing list