Skip to content

Commit d865a3b

Browse files
committed
Fixes yiisoft#1057 Removed SVN ids
1 parent 568a215 commit d865a3b

File tree

284 files changed

+52
-385
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

284 files changed

+52
-385
lines changed

build/build

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* @link http://www.yiiframework.com/
1111
* @copyright Copyright © 2008 Yii Software LLC
1212
* @license http://www.yiiframework.com/license/
13-
* @version $Id$
1413
*/
1514

1615
$root=dirname(__FILE__);

build/build.xml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* @link http://www.yiiframework.com/
88
* @copyright Copyright © 2008-2009 Yii Software LLC
99
* @license http://www.yiiframework.com/license/
10-
* @version $Id$
1110
*/
1211
-->
1312
<project name="yii" basedir="." default="help">

build/commands/ApiCommand.php

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* under the specified directory.
1616
*
1717
* @author Qiang Xue <[email protected]>
18-
* @version $Id$
1918
* @package system.build
2019
* @since 1.0
2120
*/

build/commands/AutoloadCommand.php

-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
66
* @link http://www.yiiframework.com/
77
* @copyright Copyright &copy; 2008-2011 Yii Software LLC
88
* @license http://www.yiiframework.com/license/
9-
* @version $Id$
109
*/
1110

1211
/**
1312
* AutoloadCommand generates the class map for {@link YiiBase}.
1413
* The class file YiiBase.php will be modified with updated class map.
1514
*
1615
* @author Qiang Xue <[email protected]>
17-
* @version $Id$
1816
* @package system.build
1917
* @since 1.0
2018
*/

build/commands/CldrCommand.php

-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* @link http://www.yiiframework.com/
77
* @copyright Copyright &copy; 2008-2011 Yii Software LLC
88
* @license http://www.yiiframework.com/license/
9-
* @version $Id$
109
*/
1110

1211
/**
@@ -22,7 +21,6 @@
2221
* Each PHP script file is named as the corresponding locale ID in lower case.
2322
*
2423
* @author Qiang Xue <[email protected]>
25-
* @version $Id$
2624
* @package system.build
2725
* @since 1.0
2826
*/

build/commands/LiteCommand.php

-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
66
* @link http://www.yiiframework.com/
77
* @copyright Copyright &copy; 2008-2011 Yii Software LLC
88
* @license http://www.yiiframework.com/license/
9-
* @version $Id$
109
*/
1110

1211
/**
1312
* LiteCommand generates yiilite.php by merging commonly used Yii class
1413
* files into a single one and removes all comments and trace statements.
1514
*
1615
* @author Qiang Xue <[email protected]>
17-
* @version $Id$
1816
* @package system.build
1917
* @since 1.0
2018
*/

build/commands/api/ApiModel.php

-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
* @link http://www.yiiframework.com/
77
* @copyright Copyright &copy; 2008-2011 Yii Software LLC
88
* @license http://www.yiiframework.com/license/
9-
* @version $Id$
109
*/
1110

1211
/**
1312
* ApiModel represents the documentation for the Yii framework.
1413
* @author Qiang Xue <[email protected]>
15-
* @version $Id$
1614
* @package system.build
1715
* @since 1.0
1816
*/

build/tasks/YiiInitTask.php

-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* @link http://www.yiiframework.com/
77
* @copyright Copyright &copy; 2008-2011 Yii Software LLC
88
* @license http://www.yiiframework.com/license/
9-
* @version $Id$
109
*/
1110

1211
require_once 'phing/Task.php';
@@ -23,7 +22,6 @@
2322
* </pre>
2423
*
2524
* @author Qiang Xue <[email protected]>
26-
* @version $Id$
2725
* @package build.tasks
2826
* @since 1.0
2927
*/

build/tasks/YiiPearTask.php

-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* @link http://www.yiiframework.com/
77
* @copyright Copyright &copy; 2008-2011 Yii Software LLC
88
* @license http://www.yiiframework.com/license/
9-
* @version $Id$
109
*/
1110

1211
require_once 'phing/Task.php';
@@ -16,7 +15,6 @@
1615
* YiiPearTask create a PEAR package for the yii framework.
1716
*
1817
* @author Wei Zhuo <[email protected]>
19-
* @version $Id$
2018
* @package build.tasks
2119
* @since 1.0
2220
*/

framework/YiiBase.php

-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* @link http://www.yiiframework.com/
77
* @copyright Copyright &copy; 2008-2011 Yii Software LLC
88
* @license http://www.yiiframework.com/license/
9-
* @version $Id$
109
* @package system
1110
* @since 1.0
1211
*/
@@ -49,7 +48,6 @@
4948
* you can customize methods of YiiBase.
5049
*
5150
* @author Qiang Xue <[email protected]>
52-
* @version $Id$
5351
* @package system
5452
* @since 1.0
5553
*/

framework/base/CApplication.php

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
* @property string $homeUrl The homepage URL.
8080
*
8181
* @author Qiang Xue <[email protected]>
82-
* @version $Id$
8382
* @package system.base
8483
* @since 1.0
8584
*/

framework/base/CApplicationComponent.php

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
* @property boolean $isInitialized Whether this application component has been initialized (ie, {@link init()} is invoked).
2121
*
2222
* @author Qiang Xue <[email protected]>
23-
* @version $Id$
2423
* @package system.base
2524
* @since 1.0
2625
*/

framework/base/CBehavior.php

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* @property boolean $enabled Whether this behavior is enabled.
1616
*
1717
* @author Qiang Xue <[email protected]>
18-
* @version $Id$
1918
* @package system.base
2019
*/
2120
class CBehavior extends CComponent implements IBehavior

framework/base/CComponent.php

-3
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
* is attached to.
8484
*
8585
* @author Qiang Xue <[email protected]>
86-
* @version $Id$
8786
* @package system.base
8887
* @since 1.0
8988
*/
@@ -625,7 +624,6 @@ public function evaluateExpression($_expression_,$_data_=array())
625624
* that are not invoked yet will not be invoked anymore.
626625
*
627626
* @author Qiang Xue <[email protected]>
628-
* @version $Id$
629627
* @package system.base
630628
* @since 1.0
631629
*/
@@ -677,7 +675,6 @@ public function __construct($sender=null,$params=null)
677675
* TextAlign::Right.
678676
*
679677
* @author Qiang Xue <[email protected]>
680-
* @version $Id$
681678
* @package system.base
682679
* @since 1.0
683680
*/

framework/base/CErrorEvent.php

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* CErrorEvent represents the parameter for the {@link CApplication::onError onError} event.
1313
*
1414
* @author Qiang Xue <[email protected]>
15-
* @version $Id$
1615
* @package system.base
1716
* @since 1.0
1817
*/

framework/base/CErrorHandler.php

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
* @property array $error The error details. Null if there is no error.
5151
*
5252
* @author Qiang Xue <[email protected]>
53-
* @version $Id$
5453
* @package system.base
5554
* @since 1.0
5655
*/

framework/base/CException.php

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* CException represents a generic exception for all purposes.
1313
*
1414
* @author Qiang Xue <[email protected]>
15-
* @version $Id$
1615
* @package system.base
1716
* @since 1.0
1817
*/

framework/base/CExceptionEvent.php

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* CExceptionEvent represents the parameter for the {@link CApplication::onException onException} event.
1313
*
1414
* @author Qiang Xue <[email protected]>
15-
* @version $Id$
1615
* @package system.base
1716
* @since 1.0
1817
*/

framework/base/CHttpException.php

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* Error handlers may use this status code to decide how to format the error page.
1616
*
1717
* @author Qiang Xue <[email protected]>
18-
* @version $Id$
1918
* @package system.base
2019
* @since 1.0
2120
*/

framework/base/CModel.php

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
* @property CMapIterator $iterator An iterator for traversing the items in the list.
2424
*
2525
* @author Qiang Xue <[email protected]>
26-
* @version $Id$
2726
* @package system.base
2827
* @since 1.0
2928
*/

framework/base/CModelBehavior.php

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* @property CModel $owner The owner model that this behavior is attached to.
1616
*
1717
* @author Qiang Xue <[email protected]>
18-
* @version $Id$
1918
* @package system.base
2019
*/
2120
class CModelBehavior extends CBehavior

framework/base/CModelEvent.php

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* CModelEvent represents the event parameters needed by events raised by a model.
1616
*
1717
* @author Qiang Xue <[email protected]>
18-
* @version $Id$
1918
* @package system.base
2019
* @since 1.0
2120
*/

framework/base/CModule.php

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* </pre>.
3434
*
3535
* @author Qiang Xue <[email protected]>
36-
* @version $Id$
3736
* @package system.base
3837
*/
3938
abstract class CModule extends CComponent

framework/base/CSecurityManager.php

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
* @property string $validation
4141
*
4242
* @author Qiang Xue <[email protected]>
43-
* @version $Id$
4443
* @package system.base
4544
* @since 1.0
4645
*/

framework/base/CStatePersister.php

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
* page state persistent method based on cache.
3737
*
3838
* @author Qiang Xue <[email protected]>
39-
* @version $Id$
4039
* @package system.base
4140
* @since 1.0
4241
*/

framework/base/interfaces.php

-15
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* method of every loaded application component.
1616
*
1717
* @author Qiang Xue <[email protected]>
18-
* @version $Id$
1918
* @package system.base
2019
* @since 1.0
2120
*/
@@ -38,7 +37,6 @@ public function getIsInitialized();
3837
* This interface must be implemented by classes supporting caching feature.
3938
*
4039
* @author Qiang Xue <[email protected]>
41-
* @version $Id$
4240
* @package system.caching
4341
* @since 1.0
4442
*/
@@ -106,7 +104,6 @@ public function flush();
106104
* Objects implementing this interface must be able to be serialized and unserialized.
107105
*
108106
* @author Qiang Xue <[email protected]>
109-
* @version $Id$
110107
* @package system.caching
111108
* @since 1.0
112109
*/
@@ -130,7 +127,6 @@ public function getHasChanged();
130127
* This interface must be implemented by all state persister classes (such as
131128
* {@link CStatePersister}.
132129
*
133-
* @version $Id$
134130
* @package system.base
135131
* @since 1.0
136132
*/
@@ -152,7 +148,6 @@ public function save($state);
152148
/**
153149
* IFilter is the interface that must be implemented by action filters.
154150
*
155-
* @version $Id$
156151
* @package system.base
157152
* @since 1.0
158153
*/
@@ -172,7 +167,6 @@ public function filter($filterChain);
172167
/**
173168
* IAction is the interface that must be implemented by controller actions.
174169
*
175-
* @version $Id$
176170
* @package system.base
177171
* @since 1.0
178172
*/
@@ -195,7 +189,6 @@ public function getController();
195189
* If this interface is implemented, the provider instance will be able
196190
* to intercept the remote method invocation (e.g. for logging or authentication purpose).
197191
* @author Qiang Xue <[email protected]>
198-
* @version $Id$
199192
* @package system.base
200193
* @since 1.0
201194
*/
@@ -223,7 +216,6 @@ public function afterWebMethod($service);
223216
* implemented in {@link CBaseController}.
224217
*
225218
* @author Qiang Xue <[email protected]>
226-
* @version $Id$
227219
* @package system.base
228220
* @since 1.0
229221
*/
@@ -249,7 +241,6 @@ public function renderFile($context,$file,$data,$return);
249241
* used with the {@link CWebApplication::user user application component}.
250242
*
251243
* @author Qiang Xue <[email protected]>
252-
* @version $Id$
253244
* @package system.base
254245
* @since 1.0
255246
*/
@@ -292,7 +283,6 @@ public function getPersistentStates();
292283
* for the current user.
293284
*
294285
* @author Qiang Xue <[email protected]>
295-
* @version $Id$
296286
* @package system.base
297287
* @since 1.0
298288
*/
@@ -340,7 +330,6 @@ public function loginRequired();
340330
* An auth manager is mainly responsible for providing role-based access control (RBAC) service.
341331
*
342332
* @author Qiang Xue <[email protected]>
343-
* @version $Id$
344333
* @package system.base
345334
* @since 1.0
346335
*/
@@ -513,7 +502,6 @@ public function executeBizRule($bizRule,$params,$data);
513502
* are defined in the behavior class and not available in the component class.
514503
*
515504
* @author Qiang Xue <[email protected]>
516-
* @version $Id$
517505
* @package system.base
518506
*/
519507
interface IBehavior
@@ -545,7 +533,6 @@ public function setEnabled($value);
545533
* it will be used for creating the requested widget.
546534
*
547535
* @author Qiang Xue <[email protected]>
548-
* @version $Id$
549536
* @package system.web
550537
* @since 1.1
551538
*/
@@ -568,7 +555,6 @@ public function createWidget($owner,$className,$properties=array());
568555
* Besides providing data, they also support pagination and sorting.
569556
*
570557
* @author Qiang Xue <[email protected]>
571-
* @version $Id$
572558
* @package system.web
573559
* @since 1.1
574560
*/
@@ -623,7 +609,6 @@ public function getPagination();
623609
* A log filter preprocesses the logged messages before they are handled by a log route.
624610
* You can attach classes that implement ILogFilter to {@link CLogRoute::$filter}.
625611
*
626-
* @version $Id$
627612
* @package system.logging
628613
* @since 1.1.11
629614
*/

framework/caching/CApcCache.php

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* See {@link CCache} manual for common cache operations that are supported by CApcCache.
1818
*
1919
* @author Qiang Xue <[email protected]>
20-
* @version $Id$
2120
* @package system.caching
2221
* @since 1.0
2322
*/

0 commit comments

Comments
 (0)