» Version | » Information |
---|---|
1.2.6 |
Easy InstallNot sure? Get more info. pear install HTML_Progress-1.2.6 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Progress-1.2.6 Release date: 2008-07-24 16:01 UTC Release state: stable Release uploaded by: farell Changelog: QA RELEASE As version 1 of the package.xml files will no longer be supported with the introduction of PEAR2/Pyrus, the PEAR Group required all packages be converted to version 2 by September 1st, 2008 This version only add a version 2 of package.xml and upgrade some old dependencies. There are no new features or bug fixes. Dependencies:
|
1.2.5 |
Easy InstallNot sure? Get more info. pear install HTML_Progress-1.2.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Progress-1.2.5 Release date: 2005-11-01 05:22 UTC Release state: stable Release uploaded by: farell Changelog: * IMPORTANT - Version 1.2.4 or better is considered as deprecated in favour of HTML_Progress2 2.0.0 A migration guide (and much more) exists in The Definitive (User) Guide available online at URI http://www.laurent-laville.org/pear/HTML_Progress2/docs/TDG/en/index.html * bugs - fixed bug #5654 : 'Passing by reference' notice error under PHP 4.4.0 Dependencies:
|
1.2.4 |
Easy InstallNot sure? Get more info. pear install HTML_Progress-1.2.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Progress-1.2.4 Release date: 2005-10-01 04:33 UTC Release state: stable Release uploaded by: farell Changelog: * IMPORTANT - Version 1.2.4 is considered as deprecated in favour of HTML_Progress2 2.0.0 A migration guide (and much more) exists in The Definitive (User) Guide available online at URI http://www.laurent-laville.org/pear/HTML_Progress2/docs/TDG/en/index.html * bugs - setBorderPainted(false) inefficient with setBorderAttributes() and a positive width attribute value. Always show a border arround the progress bar. * Quality Assurance - updates headers comment blocks Dependencies:
|
1.2.3 |
Easy InstallNot sure? Get more info. pear install HTML_Progress-1.2.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Progress-1.2.3 Release date: 2005-08-28 14:38 UTC Release state: stable Release uploaded by: farell Changelog: *IMPORTANT* This release should be the last one of the branch 1 of HTML_Progress, unless bugs are found. There are NO CODE CHANGES since version 1.2.2 * changes - online documentation links were changed: . API (only) can be view at URI http://pear.laurent-laville.org/HTML_Progress/docs/API/ . User Guide can be view at URI http://pear.laurent-laville.org/HTML_Progress/docs/TDG/ - The User Guide also called The Definitive Guide (TDG) is an old version, but the HTML (many pages) and Windows Help Compiled versions are now included in the binary distribution (see docs/ directory). * Quality Assurance - API documentation auto-generation is back (no more 404 error on PEAR website) - improved API doc reading and removed unnecessary stuff (unit testcases, ...) Dependencies:
|
1.2.2 |
Easy InstallNot sure? Get more info. pear install HTML_Progress-1.2.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Progress-1.2.2 Release date: 2005-08-01 07:01 UTC Release state: stable Release uploaded by: farell Changelog: * bugs - fixed setMaximum with value higher than 200 when using a progress monitor (bug #4885) - fixed call time pass by reference error in progress monitor * changes - getPercentComplete() method has an optional parameter. Return may be float (default) or integer. - removed HTML_CSS dependency * improvements - generation of stylesheet is (average) 20 times faster without HTML_CSS * QA - Updates headers comment block on all files - Dependencies has been revisited to higher level - Fix wrong project links into documentation (README, ReleaseVersion) Thanks to Christian Roy to have noticed me. Dependencies:
|
1.2.1 |
Easy InstallNot sure? Get more info. pear install HTML_Progress-1.2.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Progress-1.2.1 Release date: 2005-05-15 18:14 UTC Release state: stable Release uploaded by: farell Changelog: Very few changes since 1.2.0 * changes - fixed gd dependency check in pear install procedure explains are behind http://marc.theaimsgroup.com/?l=pear-dev&m=110924162309851&w=2 - fixed bug#2577 Call time pass by reference error Dependencies:
|
1.2.0 |
Easy InstallNot sure? Get more info. pear install HTML_Progress-1.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Progress-1.2.0 Release date: 2004-09-12 17:13 UTC Release state: stable Release uploaded by: farell Changelog: * changes - PEAR_ErrorStack was replaced by a simple way to plug in any error handling system you might want (default used PEAR_Error object) - Log package dependency was removed (no more used for logging) - HTML_Progress_Model and HTML_Progress_Uploader classes were removed * improvements - HTML_Progress::sleep() method use now in most case the PHP usleep() function * news - The Definitive Guide: http://pear.laurent-laville.org/HTML_Progress/apidoc/ HTML/ read it online the html version CHM/ download (190 kb) the Windows Help Compiled version PDF/ download (757 kb) the Acrobat Reader version Dependencies:
|
1.2.0RC3 |
Easy InstallNot sure? Get more info. pear install HTML_Progress-1.2.0RC3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Progress-1.2.0RC3 Release date: 2004-07-05 18:39 UTC Release state: beta Release uploaded by: farell Changelog: * QA - package.xml should not contain md5sum or provides for readability * changes - suite of PHPUnit TestCases are now fully compatible with PHP5 - method raiseError has a new optional parameter ( $msg: static message ) * bugs fixes - missing ident class in stylesheet production in HTML_Progress::getStyle() - sometimes circle, ellipse segments pictures were generated with horiz. bottom line (it's no more exists) * new features - 2 new methods to easily manage API errors ( hasErrors(), getError() ) - 1 new method to hide a progress meter when necessary ( request by JH Szeto ) - 2 new methods to simplify your job: sleep(), run() - 2 new methods to introduce user-callback: process(), setProgressHandler() * to do - preload segments pictures before progress meter (circle, ellipse) start Dependencies:
|
1.2.0RC2 |
Easy InstallNot sure? Get more info. pear install HTML_Progress-1.2.0RC2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Progress-1.2.0RC2 Release date: 2004-05-05 14:33 UTC Release state: beta Release uploaded by: farell Changelog: * important - unless someone found a new bug, this release candidate will be the last before publication of stable version * changes - suite of PHPUnit TestCases are now fully compatible with PEAR_ErrorStack - completed API docs with PHPDocumentor 1.3.0RC3 * bug fixes - css problem for progress circle, ellipse. Thanks to Olivier Hondermarck (webmaster of http://www.toutjavascript.com) Dependencies:
|
1.2.0RC1 |
Easy InstallNot sure? Get more info. pear install HTML_Progress-1.2.0RC1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Progress-1.2.0RC1 Release date: 2004-04-18 10:36 UTC Release state: beta Release uploaded by: farell Changelog: * TODO - this 1st RC is still marked as beta due to status of packages : . Net_FTP 1.3.0 . PEAR_ErrorStack in PEAR 1.3.1 and of course due to first try to generate Progress Circle as new shape with GD extension. PLEASE, i need feedback, and tests results on different platform, before a stable version is publish ! - Make suite of PHPUnit TestCase compatible with PEAR_ErrorStack * changes - new error manager (PEAR_ErrorStack) replace previous Error_Raise package - Net_FTP package with observer pattern is used to replace my Progress/FTP/Upload class - new method HTML_Progress_UI::setCellCoordinates to manage polygonal cells coordinates - new method HTML_Progress_UI::drawCircleSegments to create circle pictures collection - HTML_Progress_Monitor::setAnimSpeed() method is now deprecated. Use HTML_Progress::setAnimSpeed() instead. - full API docs - reference guide - made with phpDocumentor 1.3.0RC3 * feature additions - HTML_Progress now display new shapes like: circle, ellipse, square and rectangle. * dependencies - Net_FTP 1.3 or greater, to manage ftp communications for HTML_Progress_Uploader - PEAR 1.3.1 or greater for PEAR_ErrorStack, to manage errors instead of previous solution: Error_Raise - Log 1.8.0 or greater, to logs internal HTML_Progress errors - Image_Color 1.0.0 or greater to define circle segment colors - GD 2.0.1 or greater to use imagefilledarc function to draw circle segments Dependencies:
|
1.1 |
Easy InstallNot sure? Get more info. pear install HTML_Progress-1.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Progress-1.1 Release date: 2004-02-14 19:08 UTC Release state: stable Release uploaded by: farell Changelog: * changes - HTML_Progress_Generator become the next generation of interactive tools to dynamically build, run demo and save source-code of your own progress bar. - HTML_Progress (Monitor, Generator, Uploader) support now the QF renderer system for a better and easy presentation. * feature additions - HTML_Progress now implements a file upload solution trough a ftp connection, called HTML_Progress_Uploader. * dependencies - PHP 4.3 or greater, and ftp extension loaded is required if you use HTML_Progress_Uploader - HTML_CSS parser function in version 0.3.1 is required for HTML_Progress_Generator * credit - Tomas VV Cox for reused idea and part of his HTTP_Upload package code. Dependencies:
|
1.0 |
Easy InstallNot sure? Get more info. pear install HTML_Progress-1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Progress-1.0 Release date: 2003-11-16 04:52 UTC Release state: stable Release uploaded by: farell Changelog: * changes - Errors are managed by Error_Raise package (by Greg Beaver). - ProgressMaker got some pre-sets UI models as example. - better compatibility with older PHP versions; requires PHP 4.1.0 or better. - HTML_Page package is now only necessary for some examples. - HTML_CSS package is optional. Easy way to generate a progress stylesheet. - CSS id and class selectors are customizable. - phpUnits test were added for API. * feature additions - HTML_Progress now implements a Observer design pattern. It is possible to add Listeners. - HTML_Progress now adds a customizable UI monitor pattern to display a progress bar. User-end can abort progress at any time. - Look and feel can be sets by internal API or external config file. - Allows many progress bar on same page without uses of iframe solution. Dependencies:
|
0.6.2 |
Easy InstallNot sure? Get more info. pear install HTML_Progress-0.6.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Progress-0.6.2 Release date: 2003-09-24 22:47 UTC Release state: stable Release uploaded by: farell Changelog: * bugfixes - fixes PEAR-BUG#28 http://pear.php.net/bugs/bug.php?id=28 - fixes PEAR-BUG#29 http://pear.php.net/bugs/bug.php?id=29 - fixes JavaScript into progress3.js to works with IE4 and NS4 * changes - ProgressMaker got a new skin, and allows to keep previous settings - Allows use of iframes solution to display 2 progress bar on same page - requires now PHP >= 4.3.0 Dependencies:
|
0.6.1 |
Easy InstallNot sure? Get more info. pear install HTML_Progress-0.6.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Progress-0.6.1 Release date: 2003-09-09 22:55 UTC Release state: stable Release uploaded by: farell Changelog: * bugfixes - javascript errors with IE4 and NS4 browsers (Thanks to Christian Wenz) * changes - add ProgressMaker a dynamic tools to build and test all functionalities Dependencies:
|
0.6.0 |
Easy InstallNot sure? Get more info. pear install HTML_Progress-0.6.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Progress-0.6.0 Release date: 2003-08-29 17:20 UTC Release state: stable Release uploaded by: farell Changelog: * changes - setProgress API has been removed, due to dupplicate usage with display(n,"set") method - Javascript improvement was made on suggestion of Stefan Neufeind - CSS improvement was made on suggestion of Stefan Neufeind - Compatibility with Opera6 and maybe even other browsers that don't support a correct DOM-implementation is now supported (proposal of Stefan Neufeind) - new API setPage to fix warning "Call-time pass-by-reference has been deprecated" on class-constructor (thanks to Greg Beaver) - dependency to PEAR has been updated - all bar element size are now exclusively in pixel; suppress suffix 'px' on attributes values - new API setMessageLine and setMessage to display a message during progress - progress bar will now take by default the optimized size (height, width) - define font-size and color of each cell with new API setCell Dependencies:
|
0.5.0 |
Easy InstallNot sure? Get more info. pear install HTML_Progress-0.5.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Progress-0.5.0 Release date: 2003-08-07 05:51 UTC Release state: stable Release uploaded by: Farell Changelog: * changes - javascript is now embedded in core HTML_Progress class (thanks Yavor Shahpasov) - override javascript code is allow with external file * new features - new class HTML_Progress_Bar_Horizontal to build horizontal loading bar in natural (left to right) or reverse (right to left) order. - new class HTML_Progress_Bar_Vertical to build vertical loading bar in natural (down to up) or reverse (up to down) order. Dependencies:
|
0.4.2 |
Easy InstallNot sure? Get more info. pear install HTML_Progress-0.4.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Progress-0.4.2 Release date: 2003-08-01 22:13 UTC Release state: stable Release uploaded by: Farell Changelog: * bugfixes - package.xml as PHP dependency error - 0.4.1 documentation errors * changes - license is now subject to version 3.0 of PHP license - removed API doc from package Dependencies:
|