Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
67c5894b
Commit
67c5894b
authored
Aug 17, 2014
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed copyright year in batch files
parent
c33214b3
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
16 additions
and
12 deletions
+16
-12
init.bat
apps/advanced/init.bat
+1
-1
yii_acceptance.bat
apps/advanced/tests/codeception/bin/yii_acceptance.bat
+1
-1
yii_functional.bat
apps/advanced/tests/codeception/bin/yii_functional.bat
+1
-1
yii_unit.bat
apps/advanced/tests/codeception/bin/yii_unit.bat
+1
-1
yii.bat
apps/advanced/yii.bat
+1
-1
web.php
apps/basic/config/web.php
+5
-1
yii_acceptance.bat
apps/basic/tests/codeception/bin/yii_acceptance.bat
+1
-1
yii_functional.bat
apps/basic/tests/codeception/bin/yii_functional.bat
+1
-1
yii_unit.bat
apps/basic/tests/codeception/bin/yii_unit.bat
+1
-1
yii.bat
apps/basic/yii.bat
+1
-1
apidoc.bat
extensions/apidoc/apidoc.bat
+1
-1
yii.bat
framework/yii.bat
+1
-1
No files found.
apps/advanced/init.bat
View file @
67c5894b
...
@@ -5,7 +5,7 @@ rem Yii command line init script for Windows.
...
@@ -5,7 +5,7 @@ rem Yii command line init script for Windows.
rem
rem
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @link http://www.yiiframework.com/
rem @link http://www.yiiframework.com/
rem @copyright Copyright
© 2012
Yii Software LLC
rem @copyright Copyright
(c) 2008
Yii Software LLC
rem @license http://www.yiiframework.com/license/
rem @license http://www.yiiframework.com/license/
rem -------------------------------------------------------------
rem -------------------------------------------------------------
...
...
apps/advanced/tests/codeception/bin/yii_acceptance.bat
View file @
67c5894b
...
@@ -5,7 +5,7 @@ rem Yii command line bootstrap script for Windows.
...
@@ -5,7 +5,7 @@ rem Yii command line bootstrap script for Windows.
rem
rem
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @link http://www.yiiframework.com/
rem @link http://www.yiiframework.com/
rem @copyright Copyright
© 2012
Yii Software LLC
rem @copyright Copyright
(c) 2008
Yii Software LLC
rem @license http://www.yiiframework.com/license/
rem @license http://www.yiiframework.com/license/
rem -------------------------------------------------------------
rem -------------------------------------------------------------
...
...
apps/advanced/tests/codeception/bin/yii_functional.bat
View file @
67c5894b
...
@@ -5,7 +5,7 @@ rem Yii command line bootstrap script for Windows.
...
@@ -5,7 +5,7 @@ rem Yii command line bootstrap script for Windows.
rem
rem
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @link http://www.yiiframework.com/
rem @link http://www.yiiframework.com/
rem @copyright Copyright
© 2012
Yii Software LLC
rem @copyright Copyright
(c) 2008
Yii Software LLC
rem @license http://www.yiiframework.com/license/
rem @license http://www.yiiframework.com/license/
rem -------------------------------------------------------------
rem -------------------------------------------------------------
...
...
apps/advanced/tests/codeception/bin/yii_unit.bat
View file @
67c5894b
...
@@ -5,7 +5,7 @@ rem Yii command line bootstrap script for Windows.
...
@@ -5,7 +5,7 @@ rem Yii command line bootstrap script for Windows.
rem
rem
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @link http://www.yiiframework.com/
rem @link http://www.yiiframework.com/
rem @copyright Copyright
© 2012
Yii Software LLC
rem @copyright Copyright
(c) 2008
Yii Software LLC
rem @license http://www.yiiframework.com/license/
rem @license http://www.yiiframework.com/license/
rem -------------------------------------------------------------
rem -------------------------------------------------------------
...
...
apps/advanced/yii.bat
View file @
67c5894b
...
@@ -5,7 +5,7 @@ rem Yii command line bootstrap script for Windows.
...
@@ -5,7 +5,7 @@ rem Yii command line bootstrap script for Windows.
rem
rem
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @link http://www.yiiframework.com/
rem @link http://www.yiiframework.com/
rem @copyright Copyright
© 2012
Yii Software LLC
rem @copyright Copyright
(c) 2008
Yii Software LLC
rem @license http://www.yiiframework.com/license/
rem @license http://www.yiiframework.com/license/
rem -------------------------------------------------------------
rem -------------------------------------------------------------
...
...
apps/basic/config/web.php
View file @
67c5894b
...
@@ -9,7 +9,7 @@ $config = [
...
@@ -9,7 +9,7 @@ $config = [
'components'
=>
[
'components'
=>
[
'request'
=>
[
'request'
=>
[
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
'cookieValidationKey'
=>
''
,
'cookieValidationKey'
=>
'
thisIsAKey
'
,
],
],
'cache'
=>
[
'cache'
=>
[
'class'
=>
'yii\caching\FileCache'
,
'class'
=>
'yii\caching\FileCache'
,
...
@@ -38,6 +38,10 @@ $config = [
...
@@ -38,6 +38,10 @@ $config = [
],
],
],
],
'db'
=>
require
(
__DIR__
.
'/db.php'
),
'db'
=>
require
(
__DIR__
.
'/db.php'
),
'urlManager'
=>
[
'enablePrettyUrl'
=>
true
,
'showScriptName'
=>
false
,
],
],
],
'params'
=>
$params
,
'params'
=>
$params
,
];
];
...
...
apps/basic/tests/codeception/bin/yii_acceptance.bat
View file @
67c5894b
...
@@ -5,7 +5,7 @@ rem Yii command line bootstrap script for Windows.
...
@@ -5,7 +5,7 @@ rem Yii command line bootstrap script for Windows.
rem
rem
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @link http://www.yiiframework.com/
rem @link http://www.yiiframework.com/
rem @copyright Copyright
© 2012
Yii Software LLC
rem @copyright Copyright
(c) 2008
Yii Software LLC
rem @license http://www.yiiframework.com/license/
rem @license http://www.yiiframework.com/license/
rem -------------------------------------------------------------
rem -------------------------------------------------------------
...
...
apps/basic/tests/codeception/bin/yii_functional.bat
View file @
67c5894b
...
@@ -5,7 +5,7 @@ rem Yii command line bootstrap script for Windows.
...
@@ -5,7 +5,7 @@ rem Yii command line bootstrap script for Windows.
rem
rem
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @link http://www.yiiframework.com/
rem @link http://www.yiiframework.com/
rem @copyright Copyright
© 2012
Yii Software LLC
rem @copyright Copyright
(c) 2008
Yii Software LLC
rem @license http://www.yiiframework.com/license/
rem @license http://www.yiiframework.com/license/
rem -------------------------------------------------------------
rem -------------------------------------------------------------
...
...
apps/basic/tests/codeception/bin/yii_unit.bat
View file @
67c5894b
...
@@ -5,7 +5,7 @@ rem Yii command line bootstrap script for Windows.
...
@@ -5,7 +5,7 @@ rem Yii command line bootstrap script for Windows.
rem
rem
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @link http://www.yiiframework.com/
rem @link http://www.yiiframework.com/
rem @copyright Copyright
© 2012
Yii Software LLC
rem @copyright Copyright
(c) 2008
Yii Software LLC
rem @license http://www.yiiframework.com/license/
rem @license http://www.yiiframework.com/license/
rem -------------------------------------------------------------
rem -------------------------------------------------------------
...
...
apps/basic/yii.bat
View file @
67c5894b
...
@@ -5,7 +5,7 @@ rem Yii command line bootstrap script for Windows.
...
@@ -5,7 +5,7 @@ rem Yii command line bootstrap script for Windows.
rem
rem
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @link http://www.yiiframework.com/
rem @link http://www.yiiframework.com/
rem @copyright Copyright
© 2012
Yii Software LLC
rem @copyright Copyright
(c) 2008
Yii Software LLC
rem @license http://www.yiiframework.com/license/
rem @license http://www.yiiframework.com/license/
rem -------------------------------------------------------------
rem -------------------------------------------------------------
...
...
extensions/apidoc/apidoc.bat
View file @
67c5894b
...
@@ -5,7 +5,7 @@ rem Yii command line bootstrap script for Windows.
...
@@ -5,7 +5,7 @@ rem Yii command line bootstrap script for Windows.
rem
rem
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @link http://www.yiiframework.com/
rem @link http://www.yiiframework.com/
rem @copyright Copyright
© 2012
Yii Software LLC
rem @copyright Copyright
(c) 2008
Yii Software LLC
rem @license http://www.yiiframework.com/license/
rem @license http://www.yiiframework.com/license/
rem -------------------------------------------------------------
rem -------------------------------------------------------------
...
...
framework/yii.bat
View file @
67c5894b
...
@@ -5,7 +5,7 @@ rem Yii command line bootstrap script for Windows.
...
@@ -5,7 +5,7 @@ rem Yii command line bootstrap script for Windows.
rem
rem
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @link http://www.yiiframework.com/
rem @link http://www.yiiframework.com/
rem @copyright Copyright
© 2012
Yii Software LLC
rem @copyright Copyright
(c) 2008
Yii Software LLC
rem @license http://www.yiiframework.com/license/
rem @license http://www.yiiframework.com/license/
rem -------------------------------------------------------------
rem -------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment