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
8bbcff70
Commit
8bbcff70
authored
Apr 13, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prepare for 2.0.0-beta release.
parent
9da6423a
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
45 additions
and
51 deletions
+45
-51
composer.json
apps/advanced/composer.json
+1
-1
composer.json
apps/basic/composer.json
+1
-1
composer.json
apps/benchmark/composer.json
+1
-1
ReleaseController.php
build/controllers/ReleaseController.php
+0
-6
CHANGELOG.md
extensions/apidoc/CHANGELOG.md
+2
-2
CHANGELOG.md
extensions/authclient/CHANGELOG.md
+3
-2
ActiveForm.php
extensions/bootstrap/ActiveForm.php
+0
-1
CHANGELOG.md
extensions/bootstrap/CHANGELOG.md
+2
-2
CHANGELOG.md
extensions/codeception/CHANGELOG.md
+2
-2
CHANGELOG.md
extensions/composer/CHANGELOG.md
+2
-2
CHANGELOG.md
extensions/debug/CHANGELOG.md
+2
-2
CHANGELOG.md
extensions/elasticsearch/CHANGELOG.md
+2
-2
CHANGELOG.md
extensions/faker/CHANGELOG.md
+3
-2
CHANGELOG.md
extensions/gii/CHANGELOG.md
+2
-2
CHANGELOG.md
extensions/imagine/CHANGELOG.md
+2
-2
CHANGELOG.md
extensions/jui/CHANGELOG.md
+2
-2
CHANGELOG.md
extensions/mongodb/CHANGELOG.md
+2
-2
CHANGELOG.md
extensions/redis/CHANGELOG.md
+2
-2
CHANGELOG.md
extensions/smarty/CHANGELOG.md
+2
-2
CHANGELOG.md
extensions/sphinx/CHANGELOG.md
+2
-2
CHANGELOG.md
extensions/swiftmailer/CHANGELOG.md
+2
-2
CHANGELOG.md
extensions/twig/CHANGELOG.md
+2
-2
BaseYii.php
framework/BaseYii.php
+1
-1
CHANGELOG.md
framework/CHANGELOG.md
+2
-2
Application.php
framework/base/Application.php
+2
-2
Connection.php
framework/db/Connection.php
+1
-2
No files found.
apps/advanced/composer.json
View file @
8bbcff70
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
"irc"
:
"irc://irc.freenode.net/yii"
,
"irc"
:
"irc://irc.freenode.net/yii"
,
"source"
:
"https://github.com/yiisoft/yii2"
"source"
:
"https://github.com/yiisoft/yii2"
},
},
"minimum-stability"
:
"
dev
"
,
"minimum-stability"
:
"
beta
"
,
"require"
:
{
"require"
:
{
"php"
:
">=5.4.0"
,
"php"
:
">=5.4.0"
,
"yiisoft/yii2"
:
"*"
,
"yiisoft/yii2"
:
"*"
,
...
...
apps/basic/composer.json
View file @
8bbcff70
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
"irc"
:
"irc://irc.freenode.net/yii"
,
"irc"
:
"irc://irc.freenode.net/yii"
,
"source"
:
"https://github.com/yiisoft/yii2"
"source"
:
"https://github.com/yiisoft/yii2"
},
},
"minimum-stability"
:
"
dev
"
,
"minimum-stability"
:
"
beta
"
,
"require"
:
{
"require"
:
{
"php"
:
">=5.4.0"
,
"php"
:
">=5.4.0"
,
"yiisoft/yii2"
:
"*"
,
"yiisoft/yii2"
:
"*"
,
...
...
apps/benchmark/composer.json
View file @
8bbcff70
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
"config"
:
{
"config"
:
{
"vendor-dir"
:
"protected/vendor"
"vendor-dir"
:
"protected/vendor"
},
},
"minimum-stability"
:
"
dev
"
,
"minimum-stability"
:
"
beta
"
,
"require"
:
{
"require"
:
{
"php"
:
">=5.4.0"
,
"php"
:
">=5.4.0"
,
"yiisoft/yii2"
:
"*"
"yiisoft/yii2"
:
"*"
...
...
build/controllers/ReleaseController.php
View file @
8bbcff70
...
@@ -32,7 +32,6 @@ class ReleaseController extends Controller
...
@@ -32,7 +32,6 @@ class ReleaseController extends Controller
{
{
$this
->
closeChangelogs
(
$version
);
$this
->
closeChangelogs
(
$version
);
$this
->
composerSetStability
(
$version
);
$this
->
composerSetStability
(
$version
);
$this
->
composerCreateLocks
();
$this
->
updateYiiVersion
(
$version
);
$this
->
updateYiiVersion
(
$version
);
}
}
...
@@ -107,11 +106,6 @@ class ReleaseController extends Controller
...
@@ -107,11 +106,6 @@ class ReleaseController extends Controller
);
);
}
}
protected
function
composerCreateLocks
()
{
$this
->
confirm
(
'Run composer update for each app and commit the composer.lock file. Hit enter when done.'
);
}
protected
function
updateYiiVersion
(
$version
)
protected
function
updateYiiVersion
(
$version
)
{
{
$this
->
sed
(
$this
->
sed
(
...
...
extensions/apidoc/CHANGELOG.md
View file @
8bbcff70
Yii Framework 2 apidoc extension Change Log
Yii Framework 2 apidoc extension Change Log
===========================================
===========================================
2.
0.0
beta under development
2.
0.0
-beta April 13, 2014
-------------------------
---
-------------------------
-
Initial release.
-
Initial release.
extensions/authclient/CHANGELOG.md
View file @
8bbcff70
Yii Framework 2 authclient extension Change Log
Yii Framework 2 authclient extension Change Log
===============================================
===============================================
2.
0.0
beta under development
2.
0.0
-beta April 13, 2014
-------------------------
---
-------------------------
-
Initial release.
-
Initial release.
\ No newline at end of file
extensions/bootstrap/ActiveForm.php
View file @
8bbcff70
...
@@ -41,7 +41,6 @@ use yii\base\InvalidConfigException;
...
@@ -41,7 +41,6 @@ use yii\base\InvalidConfigException;
* To get a different column layout in horizontal mode you can modify those options
* To get a different column layout in horizontal mode you can modify those options
* through [[fieldConfig]]:
* through [[fieldConfig]]:
*
*
*
* ```php
* ```php
* $form = ActiveForm::begin([
* $form = ActiveForm::begin([
* 'layout' => 'horizontal',
* 'layout' => 'horizontal',
...
...
extensions/bootstrap/CHANGELOG.md
View file @
8bbcff70
Yii Framework 2 bootstrap extension Change Log
Yii Framework 2 bootstrap extension Change Log
==============================================
==============================================
2.
0.0
beta under development
2.
0.0
-beta April 13, 2014
-------------------------
---
-------------------------
-
Bug #2361:
`yii\bootstrap\NavBar::brandUrl`
should default to the home URL of application (qiangxue)
-
Bug #2361:
`yii\bootstrap\NavBar::brandUrl`
should default to the home URL of application (qiangxue)
-
Enh #1474: Added option to make NavBar 100% width (cebe)
-
Enh #1474: Added option to make NavBar 100% width (cebe)
...
...
extensions/codeception/CHANGELOG.md
View file @
8bbcff70
Yii Framework 2 Codeception extension Change Log
Yii Framework 2 Codeception extension Change Log
================================================
================================================
2.
0.0
beta under development
2.
0.0
-beta April 13, 2014
-------------------------
---
-------------------------
-
Initial release.
-
Initial release.
-
Enh: yii
\c
odeception
\T
estCase now supports loading and using fixtures via Yii fixture framework (qiangxue)
-
Enh: yii
\c
odeception
\T
estCase now supports loading and using fixtures via Yii fixture framework (qiangxue)
...
...
extensions/composer/CHANGELOG.md
View file @
8bbcff70
Yii Framework 2 composer extension Change Log
Yii Framework 2 composer extension Change Log
=============================================
=============================================
2.
0.0
beta under development
2.
0.0
-beta April 13, 2014
-------------------------
---
-------------------------
-
Bug #1480: Fixed issue with creating extensions.php when php opcache is enabled (cebe)
-
Bug #1480: Fixed issue with creating extensions.php when php opcache is enabled (cebe)
-
Enh: Added support for installing packages conforming to PSR-4 standard (qiangxue)
-
Enh: Added support for installing packages conforming to PSR-4 standard (qiangxue)
...
...
extensions/debug/CHANGELOG.md
View file @
8bbcff70
Yii Framework 2 debug extension Change Log
Yii Framework 2 debug extension Change Log
==========================================
==========================================
2.
0.0
beta under development
2.
0.0
-beta April 13, 2014
-------------------------
---
-------------------------
-
Bug #1783: Using VarDumper::dumpAsString() instead var_export(), because var_export() does not handle circular references. (djagya)
-
Bug #1783: Using VarDumper::dumpAsString() instead var_export(), because var_export() does not handle circular references. (djagya)
-
Bug #1504: Debug toolbar isn't loaded successfully in some environments when xdebug is enabled (qiangxue)
-
Bug #1504: Debug toolbar isn't loaded successfully in some environments when xdebug is enabled (qiangxue)
...
...
extensions/elasticsearch/CHANGELOG.md
View file @
8bbcff70
Yii Framework 2 elasticsearch extension Change Log
Yii Framework 2 elasticsearch extension Change Log
==================================================
==================================================
2.
0.0
beta under development
2.
0.0
-beta April 13, 2014
-------------------------
---
-------------------------
-
Bug #1993: afterFind event in AR is now called after relations have been populated (cebe, creocoder)
-
Bug #1993: afterFind event in AR is now called after relations have been populated (cebe, creocoder)
-
Bug #2324: Fixed QueryBuilder bug when building a query with "query" option (mintao)
-
Bug #2324: Fixed QueryBuilder bug when building a query with "query" option (mintao)
...
...
extensions/faker/CHANGELOG.md
View file @
8bbcff70
Yii Framework 2 faker extension Change Log
Yii Framework 2 faker extension Change Log
==============================================
==============================================
2.
0.0
beta under development
2.
0.0
-beta April 13, 2014
-------------------------
---
-------------------------
-
Initial release.
-
Initial release.
\ No newline at end of file
extensions/gii/CHANGELOG.md
View file @
8bbcff70
Yii Framework 2 gii extension Change Log
Yii Framework 2 gii extension Change Log
========================================
========================================
2.
0.0
beta under development
2.
0.0
-beta April 13, 2014
-------------------------
---
-------------------------
-
Bug #1405: fixed disambiguation of relation names generated by gii (qiangxue)
-
Bug #1405: fixed disambiguation of relation names generated by gii (qiangxue)
-
Bug #1904: Fixed autocomplete to work with underscore inputs "_" (tonydspaniard)
-
Bug #1904: Fixed autocomplete to work with underscore inputs "_" (tonydspaniard)
...
...
extensions/imagine/CHANGELOG.md
View file @
8bbcff70
Yii Framework 2 imagine extension Change Log
Yii Framework 2 imagine extension Change Log
================================================
================================================
2.
0.0
beta under development
2.
0.0
-beta April 13, 2014
-------------------------
---
-------------------------
-
Initial release.
-
Initial release.
extensions/jui/CHANGELOG.md
View file @
8bbcff70
Yii Framework 2 jui extension Change Log
Yii Framework 2 jui extension Change Log
========================================
========================================
2.
0.0
beta under development
2.
0.0
-beta April 13, 2014
-------------------------
---
-------------------------
-
Bug #1550: fixed the issue that JUI input widgets did not property input IDs. (qiangxue)
-
Bug #1550: fixed the issue that JUI input widgets did not property input IDs. (qiangxue)
-
Bug #2514: Jui sortable clientEvents were not working because of wrong naming assumptions. (cebe)
-
Bug #2514: Jui sortable clientEvents were not working because of wrong naming assumptions. (cebe)
...
...
extensions/mongodb/CHANGELOG.md
View file @
8bbcff70
Yii Framework 2 mongodb extension Change Log
Yii Framework 2 mongodb extension Change Log
============================================
============================================
2.
0.0
beta under development
2.
0.0
-beta April 13, 2014
-------------------------
---
-------------------------
-
Initial release.
-
Initial release.
extensions/redis/CHANGELOG.md
View file @
8bbcff70
Yii Framework 2 redis extension Change Log
Yii Framework 2 redis extension Change Log
==========================================
==========================================
2.
0.0
beta under development
2.
0.0
-beta April 13, 2014
-------------------------
---
-------------------------
-
Bug #1993: afterFind event in AR is now called after relations have been populated (cebe, creocoder)
-
Bug #1993: afterFind event in AR is now called after relations have been populated (cebe, creocoder)
-
Enh #1773: keyPrefix property of Session and Cache is not restricted to alnum characters anymore (cebe)
-
Enh #1773: keyPrefix property of Session and Cache is not restricted to alnum characters anymore (cebe)
...
...
extensions/smarty/CHANGELOG.md
View file @
8bbcff70
Yii Framework 2 smarty extension Change Log
Yii Framework 2 smarty extension Change Log
===========================================
===========================================
2.
0.0
beta under development
2.
0.0
-beta April 13, 2014
-------------------------
---
-------------------------
-
no changes in this release.
-
no changes in this release.
...
...
extensions/sphinx/CHANGELOG.md
View file @
8bbcff70
Yii Framework 2 sphinx extension Change Log
Yii Framework 2 sphinx extension Change Log
===========================================
===========================================
2.
0.0
beta under development
2.
0.0
-beta April 13, 2014
-------------------------
---
-------------------------
-
Bug #1993: afterFind event in AR is now called after relations have been populated (cebe, creocoder)
-
Bug #1993: afterFind event in AR is now called after relations have been populated (cebe, creocoder)
-
Bug #2160: SphinxQL does not support
`OFFSET`
(qiangxue, romeo7)
-
Bug #2160: SphinxQL does not support
`OFFSET`
(qiangxue, romeo7)
...
...
extensions/swiftmailer/CHANGELOG.md
View file @
8bbcff70
Yii Framework 2 swiftmailer extension Change Log
Yii Framework 2 swiftmailer extension Change Log
================================================
================================================
2.
0.0
beta under development
2.
0.0
-beta April 13, 2014
-------------------------
---
-------------------------
-
Bug #1817: Message charset not applied for alternative bodies (klimov-paul)
-
Bug #1817: Message charset not applied for alternative bodies (klimov-paul)
...
...
extensions/twig/CHANGELOG.md
View file @
8bbcff70
Yii Framework 2 twig extension Change Log
Yii Framework 2 twig extension Change Log
=========================================
=========================================
2.
0.0
beta under development
2.
0.0
-beta April 13, 2014
-------------------------
---
-------------------------
-
Add File based Twig loader for better caching and usability of twig's file based function (dev-mraj, samdark)
-
Add File based Twig loader for better caching and usability of twig's file based function (dev-mraj, samdark)
...
...
framework/BaseYii.php
View file @
8bbcff70
...
@@ -92,7 +92,7 @@ class BaseYii
...
@@ -92,7 +92,7 @@ class BaseYii
*/
*/
public
static
function
getVersion
()
public
static
function
getVersion
()
{
{
return
'2.0.0-
dev
'
;
return
'2.0.0-
beta
'
;
}
}
/**
/**
...
...
framework/CHANGELOG.md
View file @
8bbcff70
Yii Framework 2 Change Log
Yii Framework 2 Change Log
==========================
==========================
2.
0.0
beta under development
2.
0.0
-beta April 13, 2014
-------------------------
---
-------------------------
-
Bug #1265: AssetController does not override 'js' and 'css' for compressed bundles (klimov-paul)
-
Bug #1265: AssetController does not override 'js' and 'css' for compressed bundles (klimov-paul)
-
Bug #1326: The
`visible`
setting for
`DetailView`
doesn't work as expected (qiangxue)
-
Bug #1326: The
`visible`
setting for
`DetailView`
doesn't work as expected (qiangxue)
...
...
framework/base/Application.php
View file @
8bbcff70
...
@@ -13,8 +13,8 @@ use Yii;
...
@@ -13,8 +13,8 @@ use Yii;
* Application is the base class for all application classes.
* Application is the base class for all application classes.
*
*
* @property \yii\web\AssetManager $assetManager The asset manager component. This property is read-only.
* @property \yii\web\AssetManager $assetManager The asset manager component. This property is read-only.
* @property \yii\rbac\ManagerInterface $authManager The auth manager for this application. Null is returned
if auth
* @property \yii\rbac\ManagerInterface $authManager The auth manager for this application. Null is returned
* manager is not configured. This property is read-only.
*
if auth
manager is not configured. This property is read-only.
* @property string $basePath The root directory of the application.
* @property string $basePath The root directory of the application.
* @property \yii\caching\Cache $cache The cache application component. Null if the component is not enabled.
* @property \yii\caching\Cache $cache The cache application component. Null if the component is not enabled.
* This property is read-only.
* This property is read-only.
...
...
framework/db/Connection.php
View file @
8bbcff70
...
@@ -89,8 +89,7 @@ use yii\caching\Cache;
...
@@ -89,8 +89,7 @@ use yii\caching\Cache;
* ]
* ]
* ~~~
* ~~~
*
*
* @property string $driverName Name of the DB driver. Change this property if you want to override the
* @property string $driverName Name of the DB driver.
* driver name specified in [[dsn]]. This can be useful if you're working with the database via ODBC layer.
* @property boolean $isActive Whether the DB connection is established. This property is read-only.
* @property boolean $isActive Whether the DB connection is established. This property is read-only.
* @property string $lastInsertID The row ID of the last row inserted, or the last value retrieved from the
* @property string $lastInsertID The row ID of the last row inserted, or the last value retrieved from the
* sequence object. This property is read-only.
* sequence object. This property is read-only.
...
...
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