diff options
Diffstat (limited to 'framework')
86 files changed, 0 insertions, 130 deletions
diff --git a/framework/Collections/TQueue.php b/framework/Collections/TQueue.php index bde43bfa..5126e5d9 100644 --- a/framework/Collections/TQueue.php +++ b/framework/Collections/TQueue.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\Collections */ @@ -30,7 +29,6 @@ namespace Prado\Collections; * * @author Qiang Xue <qiang.xue@gmail.com> * @author Knut Urdalen <knut.urdalen@gmail.com> - * @version $Id$ * @package Prado\Collections * @since 3.1 */ diff --git a/framework/Collections/TQueueIterator.php b/framework/Collections/TQueueIterator.php index 395c1050..40919686 100644 --- a/framework/Collections/TQueueIterator.php +++ b/framework/Collections/TQueueIterator.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\Collections */ @@ -21,7 +20,6 @@ namespace Prado\Collections; * for traversing the items in the queue. * * @author Qiang Xue <qiang.xue@gmail.com> - * @version $Id$ * @package Prado\Collections * @since 3.1 */ diff --git a/framework/Data/ActiveRecord/Relations/TActiveRecordBelongsTo.php b/framework/Data/ActiveRecord/Relations/TActiveRecordBelongsTo.php index f3687b9b..ad995c30 100644 --- a/framework/Data/ActiveRecord/Relations/TActiveRecordBelongsTo.php +++ b/framework/Data/ActiveRecord/Relations/TActiveRecordBelongsTo.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\Data\ActiveRecord\Relations */ @@ -66,7 +65,6 @@ Prado::using('System.Data.ActiveRecord.Relations.TActiveRecordRelation'); * <tt>with_team('location = ?', 'Madrid')</tt>. * * @author Wei Zhuo <weizho[at]gmail[dot]com> - * @version $Id$ * @package Prado\Data\ActiveRecord\Relations * @since 3.1 */ diff --git a/framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php b/framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php index 330d7c39..297c3eb2 100644 --- a/framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php +++ b/framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.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\Data\ActiveRecord\Relations */ @@ -64,7 +63,6 @@ Prado::using('System.Data.ActiveRecord.Relations.TActiveRecordRelation'); * arguments as other finder methods of TActiveRecord, e.g. <tt>with_players('age < ?', 35)</tt>. * * @author Wei Zhuo <weizho[at]gmail[dot]com> - * @version $Id$ * @package Prado\Data\ActiveRecord\Relations * @since 3.1 */ diff --git a/framework/Data/ActiveRecord/Relations/TActiveRecordHasManyAssociation.php b/framework/Data/ActiveRecord/Relations/TActiveRecordHasManyAssociation.php index 449739e3..41a4ab69 100644 --- a/framework/Data/ActiveRecord/Relations/TActiveRecordHasManyAssociation.php +++ b/framework/Data/ActiveRecord/Relations/TActiveRecordHasManyAssociation.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\Data\ActiveRecord\Relations */ @@ -80,7 +79,6 @@ Prado::using('System.Data.ActiveRecord.Relations.TActiveRecordRelation'); * arguments as other finder methods of TActiveRecord. * * @author Wei Zhuo <weizho[at]gmail[dot]com> - * @version $Id$ * @package Prado\Data\ActiveRecord\Relations * @since 3.1 */ diff --git a/framework/Data/ActiveRecord/Relations/TActiveRecordHasOne.php b/framework/Data/ActiveRecord/Relations/TActiveRecordHasOne.php index 005ad98c..7bd54561 100644 --- a/framework/Data/ActiveRecord/Relations/TActiveRecordHasOne.php +++ b/framework/Data/ActiveRecord/Relations/TActiveRecordHasOne.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\Data\ActiveRecord\Relations */ @@ -81,7 +80,6 @@ Prado::using('System.Data.ActiveRecord.Relations.TActiveRecordRelation'); * arguments as other finder methods of TActiveRecord, e.g. <tt>with_engine('capacity < ?', 3.8)</tt>. * * @author Wei Zhuo <weizho[at]gmail[dot]com> - * @version $Id$ * @package Prado\Data\ActiveRecord\Relations * @since 3.1 */ diff --git a/framework/Data/ActiveRecord/Relations/TActiveRecordRelation.php b/framework/Data/ActiveRecord/Relations/TActiveRecordRelation.php index 51bcaee2..cd115cbe 100644 --- a/framework/Data/ActiveRecord/Relations/TActiveRecordRelation.php +++ b/framework/Data/ActiveRecord/Relations/TActiveRecordRelation.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\Data\ActiveRecord\Relations */ @@ -21,7 +20,6 @@ Prado::using('System.Data.ActiveRecord.Relations.TActiveRecordRelationContext'); * Base class for active record relationships. * * @author Wei Zhuo <weizho[at]gmail[dot]com> - * @version $Id$ * @package Prado\Data\ActiveRecord\Relations * @since 3.1 */ diff --git a/framework/Data/ActiveRecord/Relations/TActiveRecordRelationContext.php b/framework/Data/ActiveRecord/Relations/TActiveRecordRelationContext.php index 862d9b4c..30f423b7 100644 --- a/framework/Data/ActiveRecord/Relations/TActiveRecordRelationContext.php +++ b/framework/Data/ActiveRecord/Relations/TActiveRecordRelationContext.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\Data\ActiveRecord\Relations */ @@ -21,7 +20,6 @@ namespace Prado\Data\ActiveRecord\Relations; * constructor. * * @author Wei Zhuo <weizho[at]gmail[dot]com> - * @version $Id$ * @package Prado\Data\ActiveRecord\Relations * @since 3.1 */ diff --git a/framework/Data/ActiveRecord/Scaffold/TScaffoldSearch.php b/framework/Data/ActiveRecord/Scaffold/TScaffoldSearch.php index 92c261fa..653f06fc 100644 --- a/framework/Data/ActiveRecord/Scaffold/TScaffoldSearch.php +++ b/framework/Data/ActiveRecord/Scaffold/TScaffoldSearch.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\Data\ActiveRecord\Scaffold */ @@ -31,7 +30,6 @@ Prado::using('System.Data.ActiveRecord.Scaffold.TScaffoldBase'); * are database dependent). * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Id$ * @package Prado\Data\ActiveRecord\Scaffold * @since 3.1 */ diff --git a/framework/Data/DataGateway/TDataGatewayCommand.php b/framework/Data/DataGateway/TDataGatewayCommand.php index 294ae833..622f7683 100644 --- a/framework/Data/DataGateway/TDataGatewayCommand.php +++ b/framework/Data/DataGateway/TDataGatewayCommand.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\Data\DataGateway */ @@ -32,7 +31,6 @@ namespace Prado\Data\DataGateway; * data is set in the TDataGatewayResultEventParameter object's Result property. * * @author Wei Zhuo <weizho[at]gmail[dot]com> - * @version $Id$ * @package Prado\Data\DataGateway * @since 3.1 */ diff --git a/framework/Data/DataGateway/TDataGatewayEventParameter.php b/framework/Data/DataGateway/TDataGatewayEventParameter.php index 0bef0842..0ea10f6a 100644 --- a/framework/Data/DataGateway/TDataGatewayEventParameter.php +++ b/framework/Data/DataGateway/TDataGatewayEventParameter.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\Data\DataGateway */ @@ -17,7 +16,6 @@ namespace Prado\Data\DataGateway; * well as the criteria object. * * @author Wei Zhuo <weizho[at]gmail[dot]com> - * @version $Id$ * @package Prado\Data\DataGateway * @since 3.1 */ diff --git a/framework/Data/DataGateway/TDataGatewayResultEventParameter.php b/framework/Data/DataGateway/TDataGatewayResultEventParameter.php index b5bddfa4..05e85670 100644 --- a/framework/Data/DataGateway/TDataGatewayResultEventParameter.php +++ b/framework/Data/DataGateway/TDataGatewayResultEventParameter.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\Data\DataGateway */ @@ -18,7 +17,6 @@ namespace Prado\Data\DataGateway; * {@link setResult Result} property. * * @author Wei Zhuo <weizho[at]gmail[dot]com> - * @version $Id$ * @package Prado\Data\DataGateway * @since 3.1 */ diff --git a/framework/Data/DataGateway/TTableGateway.php b/framework/Data/DataGateway/TTableGateway.php index fb9dfd78..d415df2b 100644 --- a/framework/Data/DataGateway/TTableGateway.php +++ b/framework/Data/DataGateway/TTableGateway.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\Data\DataGateway */ @@ -74,7 +73,6 @@ Prado::using('System.Data.DataGateway.TDataGatewayCommand'); * </code> * * @author Wei Zhuo <weizho[at]gmail[dot]com> - * @version $Id$ * @package Prado\Data\DataGateway * @since 3.1 */ diff --git a/framework/I18N/TChoiceFormat.php b/framework/I18N/TChoiceFormat.php index 20130e3e..5fa232b8 100644 --- a/framework/I18N/TChoiceFormat.php +++ b/framework/I18N/TChoiceFormat.php @@ -72,7 +72,6 @@ Prado::using('System.I18N.TTranslate'); * Additional round brackets can also be used to perform grouping. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 21:38:49 EST 2004 * @package Prado\I18N */ class TChoiceFormat extends TTranslate diff --git a/framework/I18N/TDateFormat.php b/framework/I18N/TDateFormat.php index f5b2c6ec..638930fe 100644 --- a/framework/I18N/TDateFormat.php +++ b/framework/I18N/TDateFormat.php @@ -57,7 +57,6 @@ Prado::using('System.I18N.TI18NControl'); * shown instead of todays date and time. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Sat Dec 11 15:25:11 EST 2004 * @package Prado\I18N */ class TDateFormat extends TI18NControl implements IDataRenderer diff --git a/framework/I18N/TGlobalization.php b/framework/I18N/TGlobalization.php index 67c77092..5ac7f616 100644 --- a/framework/I18N/TGlobalization.php +++ b/framework/I18N/TGlobalization.php @@ -20,7 +20,6 @@ namespace Prado\I18N; * setting the Culture based on browser settings. * * @author Wei Zhuo<weizhuo[at]gmail[dot]com> - * @version $Revision: 1.66 $ $Date: ${DATE} ${TIME} $ * @package Prado\I18N * @since 3.0 */ diff --git a/framework/I18N/TGlobalizationAutoDetect.php b/framework/I18N/TGlobalizationAutoDetect.php index e5488e17..b3e0f5db 100644 --- a/framework/I18N/TGlobalizationAutoDetect.php +++ b/framework/I18N/TGlobalizationAutoDetect.php @@ -6,7 +6,6 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Revision: 1.66 $ $Date: ${DATE} ${TIME} $ * @package Prado\I18N */ @@ -22,7 +21,6 @@ Prado::using('System.I18N.core.HTTPNegotiator'); * culture using the user browser language settings. * * @author Wei Zhuo<weizhuo[at]gmail[dot]com> - * @version $Revision: 1.66 $ $Date: ${DATE} ${TIME} $ * @package Prado\I18N */ class TGlobalizationAutoDetect extends TGlobalization diff --git a/framework/I18N/TI18NControl.php b/framework/I18N/TI18NControl.php index 73f44420..b137604c 100644 --- a/framework/I18N/TI18NControl.php +++ b/framework/I18N/TI18NControl.php @@ -27,7 +27,6 @@ namespace Prado\I18N; * Application/Page is used. The default is UTF-8. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Sat Dec 11 15:25:11 EST 2004 * @package Prado\I18N */ class TI18NControl extends TControl diff --git a/framework/I18N/TNumberFormat.php b/framework/I18N/TNumberFormat.php index 0af6d893..0b327be3 100644 --- a/framework/I18N/TNumberFormat.php +++ b/framework/I18N/TNumberFormat.php @@ -62,7 +62,6 @@ Prado::using('System.I18N.TI18NControl'); * shown instead of the default currency Value/Pattern. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Sat Dec 11 17:49:56 EST 2004 * @package Prado\I18N */ class TNumberFormat extends TI18NControl implements IDataRenderer diff --git a/framework/I18N/TTranslate.php b/framework/I18N/TTranslate.php index 516c3416..9e433ddc 100644 --- a/framework/I18N/TTranslate.php +++ b/framework/I18N/TTranslate.php @@ -58,7 +58,6 @@ Prado::using('System.I18N.TI18NControl'); * Default is to trim the contents. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 21:38:49 EST 2004 * @package Prado\I18N */ class TTranslate extends TI18NControl diff --git a/framework/I18N/TTranslateParameter.php b/framework/I18N/TTranslateParameter.php index 9a60f772..5d8cdf23 100644 --- a/framework/I18N/TTranslateParameter.php +++ b/framework/I18N/TTranslateParameter.php @@ -37,7 +37,6 @@ namespace Prado\I18N; * Default is to trim the contents. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v3.0, last update on Friday, 6 January 2006 * @package Prado\I18N */ class TTranslateParameter extends TControl diff --git a/framework/I18N/Translation.php b/framework/I18N/Translation.php index 14e58031..6059e34f 100644 --- a/framework/I18N/Translation.php +++ b/framework/I18N/Translation.php @@ -23,7 +23,6 @@ Prado::using('System.I18N.core.MessageFormat'); * Provides translation using a static MessageFormatter. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Tue Dec 28 11:54:48 EST 2004 * @package Prado\I18N */ class Translation extends TComponent diff --git a/framework/I18N/core/ChoiceFormat.php b/framework/I18N/core/ChoiceFormat.php index 6b61bb17..c42a2dda 100644 --- a/framework/I18N/core/ChoiceFormat.php +++ b/framework/I18N/core/ChoiceFormat.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.1 $ $Date: 2005/01/11 07:19:39 $ * @package Prado\I18N\core */ @@ -74,7 +73,6 @@ namespace Prado\I18N\core; * Additional round brackets can also be used to perform grouping. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 20:46:16 EST 2004 * @package Prado\I18N\core */ class ChoiceFormat diff --git a/framework/I18N/core/DateFormat.php b/framework/I18N/core/DateFormat.php index 50bdf53c..22e86de8 100644 --- a/framework/I18N/core/DateFormat.php +++ b/framework/I18N/core/DateFormat.php @@ -12,7 +12,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.8 $ $Date: 2005/12/15 07:14:49 $ * @package Prado\I18N\core */ @@ -44,7 +43,6 @@ require_once(dirname(__FILE__).'/util.php'); * in the properties of a DateTimeFormatInfo. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Sat Dec 04 14:10:49 EST 2004 * @package Prado\I18N\core */ class DateFormat diff --git a/framework/I18N/core/DateTimeFormatInfo.php b/framework/I18N/core/DateTimeFormatInfo.php index 2f6e894f..2f64569c 100644 --- a/framework/I18N/core/DateTimeFormatInfo.php +++ b/framework/I18N/core/DateTimeFormatInfo.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.2 $ $Date: 2005/01/05 03:15:14 $ * @package Prado\I18N\core */ @@ -74,7 +73,6 @@ require_once(dirname(__FILE__).'/CultureInfo.php'); * </code> * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 03 22:30:31 EST 2004 * @package Prado\I18N\core */ class DateTimeFormatInfo diff --git a/framework/I18N/core/Gettext/TGettext.php b/framework/I18N/core/Gettext/TGettext.php index 860a9208..b9207eb8 100644 --- a/framework/I18N/core/Gettext/TGettext.php +++ b/framework/I18N/core/Gettext/TGettext.php @@ -12,7 +12,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.4 $ $Date: 2005/01/09 23:36:23 $ * @package Prado\I18N\core\Gettext */ @@ -54,7 +53,6 @@ namespace Prado\I18N\core\Gettext; * ################################################################# * * @author Michael Wallner <mike@php.net> - * @version $Revision: 1.4 $ * @access public * @package Prado\I18N\core\Gettext */ diff --git a/framework/I18N/core/Gettext/TGettext_MO.php b/framework/I18N/core/Gettext/TGettext_MO.php index d78b88e4..a5993b49 100644 --- a/framework/I18N/core/Gettext/TGettext_MO.php +++ b/framework/I18N/core/Gettext/TGettext_MO.php @@ -12,7 +12,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.3 $ $Date: 2005/08/27 03:21:12 $ * @package Prado\I18N\core\Gettext */ @@ -47,7 +46,6 @@ require_once dirname(__FILE__).'/TGettext.php'; * GNU MO file reader and writer. * * @author Michael Wallner <mike@php.net> - * @version $Revision: 1.3 $ * @access public * @package Prado\I18N\core\Gettext */ diff --git a/framework/I18N/core/Gettext/TGettext_PO.php b/framework/I18N/core/Gettext/TGettext_PO.php index 9651da2e..64a713c3 100644 --- a/framework/I18N/core/Gettext/TGettext_PO.php +++ b/framework/I18N/core/Gettext/TGettext_PO.php @@ -12,7 +12,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.2 $ $Date: 2005/01/05 03:15:14 $ * @package Prado\I18N\core\Gettext */ @@ -47,7 +46,6 @@ require_once dirname(__FILE__).'/TGettext.php'; * GNU PO file reader and writer. * * @author Michael Wallner <mike@php.net> - * @version $Revision: 1.2 $ * @access public * @package Prado\I18N\core\Gettext */ diff --git a/framework/I18N/core/HTTPNegotiator.php b/framework/I18N/core/HTTPNegotiator.php index 9c96d568..e9f1d0e0 100644 --- a/framework/I18N/core/HTTPNegotiator.php +++ b/framework/I18N/core/HTTPNegotiator.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.2 $ $Date: 2005/01/05 03:15:14 $ * @package Prado\I18N\core */ @@ -30,7 +29,6 @@ require_once(dirname(__FILE__).'/CultureInfo.php'); * Get the language and charset information from the client browser. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 16:01:35 EST 2004 * @package Prado\I18N\core */ class HTTPNegotiator diff --git a/framework/I18N/core/IMessageSource.php b/framework/I18N/core/IMessageSource.php index 32c56ebf..e7ed2dc7 100644 --- a/framework/I18N/core/IMessageSource.php +++ b/framework/I18N/core/IMessageSource.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.3 $ $Date: 2005/01/09 22:15:32 $ * @package Prado\I18N\core */ @@ -28,7 +27,6 @@ namespace Prado\I18N\core; * catalogue. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 17:40:19 EST 2004 * @package Prado\I18N\core */ interface IMessageSource diff --git a/framework/I18N/core/MessageFormat.php b/framework/I18N/core/MessageFormat.php index 64e53454..d4868b1b 100644 --- a/framework/I18N/core/MessageFormat.php +++ b/framework/I18N/core/MessageFormat.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.5 $ $Date: 2005/08/27 03:21:12 $ * @package Prado\I18N\core */ @@ -50,7 +49,6 @@ require_once(dirname(__FILE__).'/util.php'); * </code> * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 20:46:16 EST 2004 * @package Prado\I18N\core */ class MessageFormat diff --git a/framework/I18N/core/MessageSource.php b/framework/I18N/core/MessageSource.php index db24237a..4643b058 100644 --- a/framework/I18N/core/MessageSource.php +++ b/framework/I18N/core/MessageSource.php @@ -12,7 +12,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.4 $ $Date: 2005/12/17 06:11:28 $ * @package Prado\I18N\core */ @@ -68,7 +67,6 @@ require_once(dirname(__FILE__).'/MessageCache.php'); * </code> * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 19:55:49 EST 2004 * @package Prado\I18N\core */ abstract class MessageSource implements IMessageSource diff --git a/framework/I18N/core/MessageSource_MySQL.php b/framework/I18N/core/MessageSource_MySQL.php index 52715ecd..58618dc3 100644 --- a/framework/I18N/core/MessageSource_MySQL.php +++ b/framework/I18N/core/MessageSource_MySQL.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.4 $ $Date: 2005/02/25 09:59:40 $ * @package Prado\I18N\core */ @@ -37,7 +36,6 @@ require_once(dirname(__FILE__).'/util.php'); * See the MessageSource::factory() method to instantiate this class. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 16:58:58 EST 2004 * @package Prado\I18N\core */ class MessageSource_MySQL extends MessageSource diff --git a/framework/I18N/core/MessageSource_SQLite.php b/framework/I18N/core/MessageSource_SQLite.php index 78e4e78d..1e0182e9 100644 --- a/framework/I18N/core/MessageSource_SQLite.php +++ b/framework/I18N/core/MessageSource_SQLite.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.4 $ $Date: 2005/02/25 09:59:40 $ * @package Prado\I18N\core */ @@ -37,7 +36,6 @@ require_once(dirname(__FILE__).'/util.php'); * See the MessageSource::factory() method to instantiate this class. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 16:58:58 EST 2004 * @package Prado\I18N\core */ class MessageSource_SQLite extends MessageSource diff --git a/framework/I18N/core/MessageSource_XLIFF.php b/framework/I18N/core/MessageSource_XLIFF.php index 3b3a8813..2a2353ea 100644 --- a/framework/I18N/core/MessageSource_XLIFF.php +++ b/framework/I18N/core/MessageSource_XLIFF.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.8 $ $Date: 2005/12/17 06:11:28 $ * @package Prado\I18N\core */ @@ -36,7 +35,6 @@ require_once(dirname(__FILE__).'/MessageSource.php'); * See the MessageSource::factory() method to instantiate this class. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 16:18:44 EST 2004 * @package Prado\I18N\core */ class MessageSource_XLIFF extends MessageSource diff --git a/framework/I18N/core/MessageSource_gettext.php b/framework/I18N/core/MessageSource_gettext.php index f5af9f0d..9c7167cb 100644 --- a/framework/I18N/core/MessageSource_gettext.php +++ b/framework/I18N/core/MessageSource_gettext.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.7 $ $Date: 2005/12/17 06:11:28 $ * @package Prado\I18N\core */ @@ -38,7 +37,6 @@ require_once(dirname(__FILE__).'/Gettext/TGettext.php'); * See the MessageSource::factory() method to instantiate this class. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 24 16:18:44 EST 2004 * @package Prado\I18N\core */ class MessageSource_gettext extends MessageSource diff --git a/framework/I18N/core/NumberFormat.php b/framework/I18N/core/NumberFormat.php index 4bd8c838..c6495d0c 100644 --- a/framework/I18N/core/NumberFormat.php +++ b/framework/I18N/core/NumberFormat.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.6 $ $Date: 2005/12/20 09:32:42 $ * @package Prado\I18N\core */ @@ -70,7 +69,6 @@ require_once(dirname(__FILE__).'/util.php'); * For each culture, the symbol for each currency may be different. * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Fri Dec 10 18:10:20 EST 2004 * @package Prado\I18N\core */ class NumberFormat diff --git a/framework/I18N/core/NumberFormatInfo.php b/framework/I18N/core/NumberFormatInfo.php index 4b37e64d..c48f6e6b 100644 --- a/framework/I18N/core/NumberFormatInfo.php +++ b/framework/I18N/core/NumberFormatInfo.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.3 $ $Date: 2005/08/04 05:27:19 $ * @package Prado\I18N\core */ @@ -44,7 +43,6 @@ require_once(dirname(__FILE__).'/CultureInfo.php'); * * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version v1.0, last update on Sun Dec 05 14:48:26 EST 2004 * @package Prado\I18N\core */ class NumberFormatInfo diff --git a/framework/I18N/core/TCache_Lite.php b/framework/I18N/core/TCache_Lite.php index fddba41b..eaffd9ee 100644 --- a/framework/I18N/core/TCache_Lite.php +++ b/framework/I18N/core/TCache_Lite.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.3 $ $Date: 2005/10/09 10:24:12 $ * @package Prado\I18N\core */ diff --git a/framework/I18N/core/TMessageSourceIOException.php b/framework/I18N/core/TMessageSourceIOException.php index dea7031e..70fa718e 100644 --- a/framework/I18N/core/TMessageSourceIOException.php +++ b/framework/I18N/core/TMessageSourceIOException.php @@ -12,7 +12,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.4 $ $Date: 2005/12/17 06:11:28 $ * @package Prado\I18N\core */ @@ -23,7 +22,6 @@ namespace Prado\I18N\core; * data. * * @author Wei Zhuo<weizhuo[at]gmail[dot]com> - * @version $Revision: 1.4 $ $Date: 2005/12/17 06:11:28 ${DATE} ${TIME} $ * @package Prado\I18N\core */ class TMessageSourceIOException extends TException diff --git a/framework/I18N/core/util.php b/framework/I18N/core/util.php index c5f15467..65af6b89 100644 --- a/framework/I18N/core/util.php +++ b/framework/I18N/core/util.php @@ -13,7 +13,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> - * @version $Revision: 1.3 $ $Date: 2005/08/27 03:21:12 $ * @package Prado\I18N\core */ diff --git a/framework/IBaseBehavior.php b/framework/IBaseBehavior.php index fe8d0008..3a3644f0 100644 --- a/framework/IBaseBehavior.php +++ b/framework/IBaseBehavior.php @@ -20,7 +20,6 @@ namespace Prado; * behaviors types are derived * * @author Brad Anderson <javalizard@mac.com> - * @version $Id$ * @package Prado * @since 3.2.3 */ diff --git a/framework/IBehavior.php b/framework/IBehavior.php index ea5006fd..a9924106 100644 --- a/framework/IBehavior.php +++ b/framework/IBehavior.php @@ -23,7 +23,6 @@ namespace Prado; * class. Objects may signal behaviors through dynamic events. * * @author Brad Anderson <javalizard@mac.com> - * @version $Id$ * @package Prado * @since 3.2.3 */ diff --git a/framework/IClassBehavior.php b/framework/IClassBehavior.php index 8ad35fb0..37d23b4f 100644 --- a/framework/IClassBehavior.php +++ b/framework/IClassBehavior.php @@ -42,7 +42,6 @@ namespace Prado; * </code> * * @author Brad Anderson <javalizard@mac.com> - * @version $Id$ * @package Prado * @since 3.2.3 */ diff --git a/framework/IDynamicMethods.php b/framework/IDynamicMethods.php index 32f87039..cbaaff19 100644 --- a/framework/IDynamicMethods.php +++ b/framework/IDynamicMethods.php @@ -20,7 +20,6 @@ namespace Prado; * IDynamicMethods marks an object to receive undefined global or dynamic events. * * @author Brad Anderson <javalizard@mac.com> - * @version $Id$ * @package Prado * @since 3.2.3 */ diff --git a/framework/IInstanceCheck.php b/framework/IInstanceCheck.php index cbddcb81..05ad2a43 100644 --- a/framework/IInstanceCheck.php +++ b/framework/IInstanceCheck.php @@ -22,7 +22,6 @@ namespace Prado; * particular objects other than themselves. * * @author Brad Anderson <javalizard@mac.com> - * @version $Id$ * @package Prado * @since 3.2.3 */ diff --git a/framework/TClassBehaviorEventParameter.php b/framework/TClassBehaviorEventParameter.php index 65cf6f8f..f28a9e04 100644 --- a/framework/TClassBehaviorEventParameter.php +++ b/framework/TClassBehaviorEventParameter.php @@ -20,7 +20,6 @@ namespace Prado; * TClassBehaviorEventParameter is the parameter sent with the class behavior changes. * * @author Brad Anderson <javalizard@mac.com> - * @version $Id$ * @package Prado * @since 3.2.3 */ diff --git a/framework/Util/TJsonRpcClient.php b/framework/Util/TJsonRpcClient.php index ca7e0fc3..058a708a 100644 --- a/framework/Util/TJsonRpcClient.php +++ b/framework/Util/TJsonRpcClient.php @@ -25,7 +25,6 @@ namespace Prado\Util; * </pre> * * @author Robin J. Rogge <rrogge@bigpoint.net> - * @version $Id$ * @package Prado\Util * @since 3.2 */ diff --git a/framework/Util/TRpcClient.php b/framework/Util/TRpcClient.php index 0b78906d..f665dce6 100644 --- a/framework/Util/TRpcClient.php +++ b/framework/Util/TRpcClient.php @@ -41,7 +41,6 @@ namespace Prado\Util; * </pre> * * @author Robin J. Rogge <rrogge@bigpoint.net> - * @version $Id$ * @package Prado\Util * @since 3.2 */ diff --git a/framework/Util/TRpcClientRequestException.php b/framework/Util/TRpcClientRequestException.php index e55947c8..0c18e8ad 100644 --- a/framework/Util/TRpcClientRequestException.php +++ b/framework/Util/TRpcClientRequestException.php @@ -17,7 +17,6 @@ namespace Prado\Util; * there is no RPC server responding on the given remote host. * * @author Robin J. Rogge <rrogge@bigpoint.net> - * @version $Id$ * @package Prado\Util * @since 3.2 */ diff --git a/framework/Util/TRpcClientResponseException.php b/framework/Util/TRpcClientResponseException.php index 1e0dc1ac..afc4116d 100644 --- a/framework/Util/TRpcClientResponseException.php +++ b/framework/Util/TRpcClientResponseException.php @@ -16,7 +16,6 @@ namespace Prado\Util; * This Exception is fired when the * * @author Robin J. Rogge <rrogge@bigpoint.net> - * @version $Id$ * @package Prado\Util * @since 3.2 */ diff --git a/framework/Util/TRpcClientTypesEnumerable.php b/framework/Util/TRpcClientTypesEnumerable.php index eedca24c..75852a8c 100644 --- a/framework/Util/TRpcClientTypesEnumerable.php +++ b/framework/Util/TRpcClientTypesEnumerable.php @@ -14,7 +14,6 @@ namespace Prado\Util; * TRpcClientTypesEnumerable class * * @author Robin J. Rogge <rrogge@bigpoint.net> - * @version $Id$ * @package Prado\Util * @since 3.2 */ diff --git a/framework/Util/TXmlRpcClient.php b/framework/Util/TXmlRpcClient.php index 71c58a10..f5368994 100644 --- a/framework/Util/TXmlRpcClient.php +++ b/framework/Util/TXmlRpcClient.php @@ -23,7 +23,6 @@ namespace Prado\Util; * </pre> * * @author Robin J. Rogge <rrogge@bigpoint.net> - * @version $Id$ * @package Prado\Util * @since 3.2 */ 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 */ diff --git a/framework/Wsat/TWsatARGenerator.php b/framework/Wsat/TWsatARGenerator.php index 21c4e2e4..bc2f1335 100644 --- a/framework/Wsat/TWsatARGenerator.php +++ b/framework/Wsat/TWsatARGenerator.php @@ -5,7 +5,6 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id$ * @since 3.3 * @package Prado\Wsat */ diff --git a/framework/Wsat/TWsatBaseGenerator.php b/framework/Wsat/TWsatBaseGenerator.php index c337c292..eac7a7de 100644 --- a/framework/Wsat/TWsatBaseGenerator.php +++ b/framework/Wsat/TWsatBaseGenerator.php @@ -5,7 +5,6 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id$ * @since 3.3 * @package Prado\Wsat */ diff --git a/framework/Wsat/TWsatScaffoldingGenerator.php b/framework/Wsat/TWsatScaffoldingGenerator.php index c5a702b0..0d2e3f9b 100644 --- a/framework/Wsat/TWsatScaffoldingGenerator.php +++ b/framework/Wsat/TWsatScaffoldingGenerator.php @@ -5,7 +5,6 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id$ * @since 3.3 * @package Prado\Wsat */ diff --git a/framework/Wsat/TWsatService.php b/framework/Wsat/TWsatService.php index 798098c4..ced74fd7 100644 --- a/framework/Wsat/TWsatService.php +++ b/framework/Wsat/TWsatService.php @@ -5,7 +5,6 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id$ * @since 3.3 * @package Prado\Wsat */ diff --git a/framework/Wsat/pages/TWsatGenerateAR.php b/framework/Wsat/pages/TWsatGenerateAR.php index 5ba8b87b..a63ab584 100644 --- a/framework/Wsat/pages/TWsatGenerateAR.php +++ b/framework/Wsat/pages/TWsatGenerateAR.php @@ -5,7 +5,6 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id$ * @since 3.3 * @package Prado\Wsat\pages */ diff --git a/framework/Wsat/pages/TWsatHome.php b/framework/Wsat/pages/TWsatHome.php index b869f9b6..3b9829db 100644 --- a/framework/Wsat/pages/TWsatHome.php +++ b/framework/Wsat/pages/TWsatHome.php @@ -5,7 +5,6 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id$ * @since 3.3 * @package Prado\Wsat\pages */ diff --git a/framework/Wsat/pages/TWsatLogin.php b/framework/Wsat/pages/TWsatLogin.php index c6242e5e..c8a4a7b6 100644 --- a/framework/Wsat/pages/TWsatLogin.php +++ b/framework/Wsat/pages/TWsatLogin.php @@ -5,7 +5,6 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id$ * @since 3.3 * @package Prado\Wsat\pages */ diff --git a/framework/Wsat/pages/TWsatScaffolding.php b/framework/Wsat/pages/TWsatScaffolding.php index 1819dc5f..0048c250 100644 --- a/framework/Wsat/pages/TWsatScaffolding.php +++ b/framework/Wsat/pages/TWsatScaffolding.php @@ -5,7 +5,6 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id$ * @since 3.3 * @package Prado\Wsat\pages */ |