cvs: pear /PEAR_PackageUpdate_Web Web.php
[email protected] ("Laurent Laville")
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvsfarell1209584894@cvsserver> |
farell Wed Apr 30 19:48:14 2008 UTC
Modified files:
/pear/PEAR_PackageUpdate_Web Web.php
Log:
- copyright bumped to 2008
- phpdoc @since tag have version number + release date
http://cvs.php.net/viewvc.cgi/pear/PEAR_PackageUpdate_Web/Web.php?r1=1.7&r2=1.8&diff_format=u
Index: pear/PEAR_PackageUpdate_Web/Web.php
diff -u pear/PEAR_PackageUpdate_Web/Web.php:1.7 pear/PEAR_PackageUpdate_Web/Web.php:1.8
--- pear/PEAR_PackageUpdate_Web/Web.php:1.7 Sun Nov 25 22:18:14 2007
+++ pear/PEAR_PackageUpdate_Web/Web.php Wed Apr 30 19:48:14 2008
@@ -13,9 +13,9 @@
* @category PEAR
* @package PEAR_PackageUpdate_Web
* @author Laurent Laville <[email protected]>
- * @copyright 2006-2007 Laurent Laville
+ * @copyright 2006-2008 Laurent Laville
* @license http://www.php.net/license/3_01.txt PHP License 3.01
- * @version CVS: $Id: Web.php,v 1.7 2007/11/25 22:18:14 farell Exp $
+ * @version CVS: $Id: Web.php,v 1.8 2008/04/30 19:48:14 farell Exp $
* @link http://pear.php.net/package/PEAR_PackageUpdate_Web
* @since File available since Release 0.1.0
*/
@@ -81,7 +81,7 @@
* @category PEAR
* @package PEAR_PackageUpdate_Web
* @author Laurent Laville <[email protected]>
- * @copyright 2006-2007 Laurent Laville
+ * @copyright 2006-2008 Laurent Laville
* @license http://www.php.net/license/3_01.txt PHP License 3.01
* @version Release: @package_version@
* @link http://pear.php.net/package/PEAR_PackageUpdate_Web
@@ -131,7 +131,7 @@
*
* @access protected
* @return void
- * @since 0.1.0
+ * @since version 0.1.0 (2006-04-30)
*/
function createMainDialog()
{
@@ -193,7 +193,7 @@
*
* @access protected
* @return void
- * @since 0.1.0
+ * @since version 0.1.0 (2006-04-30)
*/
function createPrefDialog($prefs)
{
@@ -276,7 +276,7 @@
*
* @access protected
* @return void
- * @since 0.1.0
+ * @since version 0.1.0 (2006-04-30)
*/
function createErrorDialog($context = false)
{
@@ -321,7 +321,7 @@
*
* @access public
* @return boolean true if the preferences were set and saved.
- * @since 0.1.0
+ * @since version 0.1.0 (2006-04-30)
*/
function prefDialog()
{
@@ -374,7 +374,7 @@
*
* @access public
* @return void
- * @since 0.1.0
+ * @since version 0.1.0 (2006-04-30)
*/
function forceRestart()
{
@@ -393,7 +393,7 @@
*
* @access public
* @return boolean true if an update is available.
- * @since 0.4.0
+ * @since version 0.4.0 (2007-07-01)
*/
function checkUpdate()
{
@@ -410,7 +410,7 @@
*
* @access public
* @return boolean true if the user would like to update the package.
- * @since 0.1.0
+ * @since version 0.1.0 (2006-04-30)
*/
function presentUpdate()
{
@@ -450,7 +450,7 @@
*
* @access public
* @return boolean true if an error was displayed.
- * @since 0.1.0
+ * @since version 0.1.0 (2006-04-30)
*/
function errorDialog($context = false)
{
@@ -509,7 +509,7 @@
*
* @access protected
* @return object instance of a QuickForm renderer
- * @since 0.1.0
+ * @since version 0.1.0 (2006-04-30)
*/
function &getHtmlRendererWithLabel(&$widget)
{
@@ -556,7 +556,7 @@
*
* @access protected
* @return object instance of a QuickForm renderer
- * @since 0.1.0
+ * @since version 0.1.0 (2006-04-30)
*/
function &getHtmlRendererWithoutLabel(&$widget)
{
@@ -607,7 +607,7 @@
*
* @return string
* @access public
- * @since 0.3.0
+ * @since version 0.3.0 (2006-07-17)
*/
function getStyleSheet($content = true)
{
@@ -626,7 +626,7 @@
*
* @return bool True if custom styles, false if default styles applied
* @access public
- * @since 0.3.0
+ * @since version 0.3.0 (2006-07-17)
*/
function setStyleSheet($css = null)
{
@@ -651,7 +651,7 @@
*
* @access public
* @return string
- * @since 0.1.0
+ * @since version 0.1.0 (2006-04-30)
*/
function toHtml($renderer)
{