diff options
Diffstat (limited to 'framework/Web')
25 files changed, 0 insertions, 38 deletions
diff --git a/framework/Web/Javascripts/JSMin.php b/framework/Web/Javascripts/JSMin.php index f371f01d..b7408f17 100644 --- a/framework/Web/Javascripts/JSMin.php +++ b/framework/Web/Javascripts/JSMin.php @@ -41,7 +41,6 @@ * @copyright 2002 Douglas Crockford <douglas@crockford.com> (jsmin.c) * @copyright 2008 Ryan Grove <ryan@wonko.com> (PHP port) * @license http://opensource.org/licenses/mit-license.php MIT License - * @version 1.1.1 (2008-03-02) * @link http://code.google.com/p/jsmin-php/ */ diff --git a/framework/Web/Javascripts/JSMinException.php b/framework/Web/Javascripts/JSMinException.php index 57c15df7..2e87a526 100644 --- a/framework/Web/Javascripts/JSMinException.php +++ b/framework/Web/Javascripts/JSMinException.php @@ -41,7 +41,6 @@ * @copyright 2002 Douglas Crockford <douglas@crockford.com> (jsmin.c) * @copyright 2008 Ryan Grove <ryan@wonko.com> (PHP port) * @license http://opensource.org/licenses/mit-license.php MIT License - * @version 1.1.1 (2008-03-02) * @link http://code.google.com/p/jsmin-php/ */ diff --git a/framework/Web/Services/IFeedContentProvider.php b/framework/Web/Services/IFeedContentProvider.php index 29ac8bb2..d0b1901f 100644 --- a/framework/Web/Services/IFeedContentProvider.php +++ b/framework/Web/Services/IFeedContentProvider.php @@ -7,7 +7,6 @@ * @link http://www.pradosoft.com * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id$ * @package Prado\Web\Services */ diff --git a/framework/Web/Services/TFeedService.php b/framework/Web/Services/TFeedService.php index 2e13c262..9b0a937d 100644 --- a/framework/Web/Services/TFeedService.php +++ b/framework/Web/Services/TFeedService.php @@ -7,7 +7,6 @@ * @link http://www.pradosoft.com * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id$ * @package Prado\Web\Services */ diff --git a/framework/Web/Services/TJsonRpcProtocol.php b/framework/Web/Services/TJsonRpcProtocol.php index c727c801..78b7cdc4 100644 --- a/framework/Web/Services/TJsonRpcProtocol.php +++ b/framework/Web/Services/TJsonRpcProtocol.php @@ -4,7 +4,6 @@ * @link http://www.pradosoft.com/ * @copyright 2010 Bigpoint GmbH * @license http://www.pradosoft.com/license/ - * @version $Id$ * @since 3.2 * @package Prado\Web\Services */ @@ -20,7 +19,6 @@ namespace Prado\Web\Services; * * @author Robin J. Rogge <rrogge@bigpoint.net> * @author Fabio Bas <ctrlaltca@gmail.com> - * @version $Id$ * @package Prado\Web\Services * @since 3.2 */ diff --git a/framework/Web/Services/TRpcApiProvider.php b/framework/Web/Services/TRpcApiProvider.php index 2de44cd3..c63ed44d 100644 --- a/framework/Web/Services/TRpcApiProvider.php +++ b/framework/Web/Services/TRpcApiProvider.php @@ -4,7 +4,6 @@ * @link http://www.pradosoft.com/ * @copyright 2010 Bigpoint GmbH * @license http://www.pradosoft.com/license/ - * @version $Id$ * @since 3.2 * @package Prado\Web\Services */ @@ -41,7 +40,6 @@ namespace Prado\Web\Services; * as explained in {@link TRpcService}'s documentation. * * @author Robin J. Rogge <rrogge@bigpoint.net> - * @version $Id$ * @package Prado\Web\Services * @since 3.2 */ diff --git a/framework/Web/Services/TRpcException.php b/framework/Web/Services/TRpcException.php index 46e37fa0..baa28d46 100644 --- a/framework/Web/Services/TRpcException.php +++ b/framework/Web/Services/TRpcException.php @@ -4,7 +4,6 @@ * @link http://www.pradosoft.com/ * @copyright 2010 Bigpoint GmbH * @license http://www.pradosoft.com/license/ - * @version $Id$ * @since 3.2 * @package Prado\Web\Services */ @@ -18,7 +17,6 @@ namespace Prado\Web\Services; * sent from the client. * * @author Robin J. Rogge <rrogge@bigpoint.net> - * @version $Id$ * @package Prado\Web\Services * @since 3.2 */ diff --git a/framework/Web/Services/TRpcProtocol.php b/framework/Web/Services/TRpcProtocol.php index 397bd972..ed9d1f27 100644 --- a/framework/Web/Services/TRpcProtocol.php +++ b/framework/Web/Services/TRpcProtocol.php @@ -4,7 +4,6 @@ * @link http://www.pradosoft.com/ * @copyright 2010 Bigpoint GmbH * @license http://www.pradosoft.com/license/ - * @version $Id$ * @since 3.2 * @package Prado\Web\Services */ @@ -19,7 +18,6 @@ namespace Prado\Web\Services; * and {@link TJsonRpcProtocol} for JSON-Rpc requests. * * @author Robin J. Rogge <rrogge@bigpoint.net> - * @version $Id$ * @package Prado\Web\Services * @since 3.2 **/ diff --git a/framework/Web/Services/TRpcServer.php b/framework/Web/Services/TRpcServer.php index 5a1b7ebd..36130c9d 100644 --- a/framework/Web/Services/TRpcServer.php +++ b/framework/Web/Services/TRpcServer.php @@ -4,7 +4,6 @@ * @link http://www.pradosoft.com/ * @copyright 2010 Bigpoint GmbH * @license http://www.pradosoft.com/license/ - * @version $Id$ * @since 3.2 * @package Prado\Web\Services */ @@ -23,7 +22,6 @@ namespace Prado\Web\Services; * logging and debugging purposes, or to filter and modify the request/response on the fly. * * @author Robin J. Rogge <rrogge@bigpoint.net> - * @version $Id$ * @package Prado\Web\Services * @since 3.2 **/ diff --git a/framework/Web/Services/TRpcService.php b/framework/Web/Services/TRpcService.php index 9903fefd..77bfe254 100644 --- a/framework/Web/Services/TRpcService.php +++ b/framework/Web/Services/TRpcService.php @@ -4,7 +4,6 @@ * @link http://www.pradosoft.com/ * @copyright 2010 Bigpoint GmbH * @license http://www.pradosoft.com/license/ - * @version $Id$ * @since 3.2 * @package Prado\Web\Services */ @@ -51,7 +50,6 @@ namespace Prado\Web\Services; * the specified class will be instanciated in order to satisfy the request. * * @author Robin J. Rogge <rrogge@bigpoint.net> - * @version $Id$ * @package Prado\Web\Services * @since 3.2 **/ diff --git a/framework/Web/Services/TXmlRpcProtocol.php b/framework/Web/Services/TXmlRpcProtocol.php index 20ca5ef7..b200fe2e 100644 --- a/framework/Web/Services/TXmlRpcProtocol.php +++ b/framework/Web/Services/TXmlRpcProtocol.php @@ -4,7 +4,6 @@ * @link http://www.pradosoft.com/ * @copyright 2010 Bigpoint GmbH * @license http://www.pradosoft.com/license/ - * @version $Id$ * @since 3.2 * @package Prado\Web\Services */ @@ -18,7 +17,6 @@ namespace Prado\Web\Services; * It's basically a wrapper to the xmlrpc_server_* family of php methods. * * @author Robin J. Rogge <rrogge@bigpoint.net> - * @version $Id$ * @package Prado\Web\Services * @since 3.2 */ diff --git a/framework/Web/THttpResponseAdapter.php b/framework/Web/THttpResponseAdapter.php index cf4a858a..f0ced064 100644 --- a/framework/Web/THttpResponseAdapter.php +++ b/framework/Web/THttpResponseAdapter.php @@ -6,7 +6,6 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id$ * @package Prado\Web */ @@ -19,7 +18,6 @@ namespace Prado\Web; * without change the class hierarchy. * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Id$ * @package Prado\Web * @since 3.0 */ diff --git a/framework/Web/TUrlManager.php b/framework/Web/TUrlManager.php index 5ca62c00..4b86644a 100644 --- a/framework/Web/TUrlManager.php +++ b/framework/Web/TUrlManager.php @@ -6,7 +6,6 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id $ * @package Prado\Web */ @@ -28,7 +27,6 @@ namespace Prado\Web; * with the ID of your URL manager module. * * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id $ * @package Prado\Web * @since 3.0.6 */ diff --git a/framework/Web/UI/ActiveControls/TActiveHiddenField.php b/framework/Web/UI/ActiveControls/TActiveHiddenField.php index 1a05edcf..7dda44d0 100644 --- a/framework/Web/UI/ActiveControls/TActiveHiddenField.php +++ b/framework/Web/UI/ActiveControls/TActiveHiddenField.php @@ -6,7 +6,6 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id$ * @package Prado\Web\UI\ActiveControls */ diff --git a/framework/Web/UI/ActiveControls/TActiveRatingList.php b/framework/Web/UI/ActiveControls/TActiveRatingList.php index dcaaf802..e6e4be47 100644 --- a/framework/Web/UI/ActiveControls/TActiveRatingList.php +++ b/framework/Web/UI/ActiveControls/TActiveRatingList.php @@ -7,7 +7,6 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id$ * @package Prado\Web\UI\ActiveControls */ @@ -20,7 +19,6 @@ namespace Prado\Web\UI\ActiveControls; * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> * @author Bradley Booms <bradley[dot]booms[at]gmail[dot]com> - * @version $Id$ * @package Prado\Web\UI\ActiveControls * @since 3.1 */ diff --git a/framework/Web/UI/ActiveControls/TActiveTableCell.php b/framework/Web/UI/ActiveControls/TActiveTableCell.php index ada323b4..46da70bc 100644 --- a/framework/Web/UI/ActiveControls/TActiveTableCell.php +++ b/framework/Web/UI/ActiveControls/TActiveTableCell.php @@ -7,7 +7,6 @@ * @copyright Copyright © 2009 LANDWEHR Computer und Software GmbH * @license http://www.pradosoft.com/license/ * @package Prado\Web\UI\ActiveControls - * @version $Id$ */ namespace Prado\Web\UI\ActiveControls; @@ -48,7 +47,6 @@ Prado::using('System.Web.UI.ActiveControls.TCallbackEventParameter'); * * @author LANDWEHR Computer und Software GmbH <programmierung@landwehr-software.de> * @package Prado\Web\UI\ActiveControls - * @version $Id$ * @since 3.1.9 */ class TActiveTableCell extends TTableCell implements ICallbackEventHandler, IActiveControl diff --git a/framework/Web/UI/ActiveControls/TActiveTableCellEventParameter.php b/framework/Web/UI/ActiveControls/TActiveTableCellEventParameter.php index 62de5fa4..35399ecc 100644 --- a/framework/Web/UI/ActiveControls/TActiveTableCellEventParameter.php +++ b/framework/Web/UI/ActiveControls/TActiveTableCellEventParameter.php @@ -7,7 +7,6 @@ * @copyright Copyright © 2009 LANDWEHR Computer und Software GmbH * @license http://www.pradosoft.com/license/ * @package Prado\Web\UI\ActiveControls - * @version $Id$ */ namespace Prado\Web\UI\ActiveControls; diff --git a/framework/Web/UI/ActiveControls/TActiveTableRow.php b/framework/Web/UI/ActiveControls/TActiveTableRow.php index 796e189e..d6f2c5dd 100644 --- a/framework/Web/UI/ActiveControls/TActiveTableRow.php +++ b/framework/Web/UI/ActiveControls/TActiveTableRow.php @@ -7,7 +7,6 @@ * @copyright Copyright © 2009 LANDWEHR Computer und Software GmbH * @license http://www.pradosoft.com/license/ * @package Prado\Web\UI\ActiveControls - * @version $Id$ */ namespace Prado\Web\UI\ActiveControls; @@ -49,7 +48,6 @@ Prado::using('System.Web.UI.ActiveControls.TCallbackEventParameter'); * * @author LANDWEHR Computer und Software GmbH <programmierung@landwehr-software.de> * @package Prado\Web\UI\ActiveControls - * @version $Id$ * @since 3.1.9 */ class TActiveTableRow extends TTableRow implements ICallbackEventHandler, IActiveControl diff --git a/framework/Web/UI/ActiveControls/TActiveTableRowEventParameter.php b/framework/Web/UI/ActiveControls/TActiveTableRowEventParameter.php index 44d2e80a..1965640e 100644 --- a/framework/Web/UI/ActiveControls/TActiveTableRowEventParameter.php +++ b/framework/Web/UI/ActiveControls/TActiveTableRowEventParameter.php @@ -7,7 +7,6 @@ * @copyright Copyright © 2009 LANDWEHR Computer und Software GmbH * @license http://www.pradosoft.com/license/ * @package Prado\Web\UI\ActiveControls - * @version $Id$ */ namespace Prado\Web\UI\ActiveControls; diff --git a/framework/Web/UI/ActiveControls/TCallbackEventParameter.php b/framework/Web/UI/ActiveControls/TCallbackEventParameter.php index c319514d..612fccbd 100644 --- a/framework/Web/UI/ActiveControls/TCallbackEventParameter.php +++ b/framework/Web/UI/ActiveControls/TCallbackEventParameter.php @@ -6,7 +6,6 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id$ * @package Prado\Web\UI\ActiveControls */ diff --git a/framework/Web/UI/TPageStateFormatter.php b/framework/Web/UI/TPageStateFormatter.php index c7704194..0d114aa2 100644 --- a/framework/Web/UI/TPageStateFormatter.php +++ b/framework/Web/UI/TPageStateFormatter.php @@ -25,7 +25,6 @@ namespace Prado\Web\UI; * {@link TApplication::getSecurityManager() SecurityManager}. * * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Revision: $ $Date: $ * @package Prado\Web\UI * @since 3.1 */ diff --git a/framework/Web/UI/TTemplateControlInheritable.php b/framework/Web/UI/TTemplateControlInheritable.php index acc74be9..683d81bf 100644 --- a/framework/Web/UI/TTemplateControlInheritable.php +++ b/framework/Web/UI/TTemplateControlInheritable.php @@ -7,7 +7,6 @@ * @link http://www.schlaue-kids.net/ * @copyright Copyright © 2010 Schlaue-Kids.net * @license http://www.pradosoft.com/license/ - * @version $Id$ * @package Prado\Web\UI */ @@ -26,7 +25,6 @@ Prado::using('System.Web.UI.TTemplateControl'); * * @author Schlaue-Kids.net <info@schlaue-kids.net> * @author Kyle Caine <http://www.pradosoft.com/forum/index.php?action=profile;u=1752> - * @version $Id$ * @package Prado\Web\UI * @since 3.1.8 */ diff --git a/framework/Web/UI/WebControls/IListControlAdapter.php b/framework/Web/UI/WebControls/IListControlAdapter.php index be224220..3fc8305c 100644 --- a/framework/Web/UI/WebControls/IListControlAdapter.php +++ b/framework/Web/UI/WebControls/IListControlAdapter.php @@ -16,7 +16,6 @@ namespace Prado\Web\UI\WebControls; * IListControlAdapter interface * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: $ Sun Jun 25 04:53:43 EST 2006 $ * @package Prado\Web\UI\WebControls * @since 3.0 */ diff --git a/framework/Web/UI/WebControls/TStyleSheet.php b/framework/Web/UI/WebControls/TStyleSheet.php index 508c417b..b77adc0c 100644 --- a/framework/Web/UI/WebControls/TStyleSheet.php +++ b/framework/Web/UI/WebControls/TStyleSheet.php @@ -24,7 +24,6 @@ namespace Prado\Web\UI\WebControls; * and the style element will be rendered in the right position. * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version : $ Tue Jul 4 04:38:16 EST 2006 $ * @package Prado\Web\UI\WebControls * @since 3.0.2 */ diff --git a/framework/Web/UI/WebControls/TWizardNavigationButtonStyle.php b/framework/Web/UI/WebControls/TWizardNavigationButtonStyle.php index 41cccf09..1d7eb95b 100644 --- a/framework/Web/UI/WebControls/TWizardNavigationButtonStyle.php +++ b/framework/Web/UI/WebControls/TWizardNavigationButtonStyle.php @@ -6,7 +6,6 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id $ * @package Prado\Web\UI\WebControls */ |