0.1.3-alpha - 2 April 2007 (r5454) ================================================== -- lmbUploadedFile :: getMimeType() alias for getType() added -- lmbUploadedFile :: isValid() added, it checks if there were no errors during upload -- lmbHttpResponse :: getMimeType() alias of getContentType() added -- lmbHttpResponse :: readFile() doesn't call exit() anymore -- lmbHttpResponse :: getContentType() support delimetered with ; strings -- 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 -- lmbFakeHttpResponse added, it works just like lmbHttpResponse except the fact it doesn't make any system calls like header, cookie, etc -- lmbUploadedFile added - simple wrapper around $_FILES entry -- lmbUploadedFilesParser :: objectify($files) method added, it normalizes $_FILES array and returns array of lmbUploadedFile instances -- 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 ================================================== -- Initial release of this package.