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
ae8d9782
Commit
ae8d9782
authored
10 years ago
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.0.0 release.
parent
de853a25
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
42 additions
and
41 deletions
+42
-41
composer.json
apps/advanced/composer.json
+1
-1
composer.json
apps/basic/composer.json
+1
-1
composer.json
apps/benchmark/composer.json
+1
-1
CHANGELOG.md
extensions/apidoc/CHANGELOG.md
+2
-2
CHANGELOG.md
extensions/authclient/CHANGELOG.md
+2
-2
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
+2
-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
Session.php
framework/web/Session.php
+2
-1
No files found.
apps/advanced/composer.json
View file @
ae8d9782
...
...
@@ -12,7 +12,7 @@
"irc"
:
"irc://irc.freenode.net/yii"
,
"source"
:
"https://github.com/yiisoft/yii2"
},
"minimum-stability"
:
"
dev
"
,
"minimum-stability"
:
"
stable
"
,
"require"
:
{
"php"
:
">=5.4.0"
,
"yiisoft/yii2"
:
"*"
,
...
...
This diff is collapsed.
Click to expand it.
apps/basic/composer.json
View file @
ae8d9782
...
...
@@ -12,7 +12,7 @@
"irc"
:
"irc://irc.freenode.net/yii"
,
"source"
:
"https://github.com/yiisoft/yii2"
},
"minimum-stability"
:
"
dev
"
,
"minimum-stability"
:
"
stable
"
,
"require"
:
{
"php"
:
">=5.4.0"
,
"yiisoft/yii2"
:
"*"
,
...
...
This diff is collapsed.
Click to expand it.
apps/benchmark/composer.json
View file @
ae8d9782
...
...
@@ -15,7 +15,7 @@
"config"
:
{
"vendor-dir"
:
"protected/vendor"
},
"minimum-stability"
:
"
dev
"
,
"minimum-stability"
:
"
stable
"
,
"require"
:
{
"php"
:
">=5.4.0"
,
"yiisoft/yii2"
:
"*"
...
...
This diff is collapsed.
Click to expand it.
extensions/apidoc/CHANGELOG.md
View file @
ae8d9782
Yii Framework 2 apidoc extension Change Log
===========================================
2.
0.0
under development
----------------------
-
2.
0.0
October 12, 2014
----------------------
-
Chg: Updated cebe/markdown to 1.0.0 which includes breaking changes in its internal API (cebe)
...
...
This diff is collapsed.
Click to expand it.
extensions/authclient/CHANGELOG.md
View file @
ae8d9782
Yii Framework 2 authclient extension Change Log
===============================================
2.
0.0
under development
----------------------
-
2.
0.0
October 12, 2014
----------------------
-
Enh #5135: Added ability to operate nested and complex attributes via
`yii\authclient\BaseClient::normalizeUserAttributeMap`
(zinzinday, klimov-paul)
...
...
This diff is collapsed.
Click to expand it.
extensions/bootstrap/CHANGELOG.md
View file @
ae8d9782
Yii Framework 2 bootstrap extension Change Log
==============================================
2.
0.0
under development
----------------------
-
2.
0.0
October 12, 2014
----------------------
-
Bug #5323: Nested dropdown does not work for
`yii\bootstrap\DropDown`
(aryraditya)
-
Bug #5336:
`yii\bootstrap\DropDown`
should register bootstrap plugin asset (zelenin)
...
...
This diff is collapsed.
Click to expand it.
extensions/codeception/CHANGELOG.md
View file @
ae8d9782
Yii Framework 2 Codeception extension Change Log
================================================
2.
0.0
under development
----------------------
-
2.
0.0
October 12, 2014
----------------------
-
no changes in this release.
...
...
This diff is collapsed.
Click to expand it.
extensions/composer/CHANGELOG.md
View file @
ae8d9782
Yii Framework 2 composer extension Change Log
=============================================
2.
0.0
under development
----------------------
-
2.
0.0
October 12, 2014
----------------------
-
no changes in this release.
...
...
This diff is collapsed.
Click to expand it.
extensions/debug/CHANGELOG.md
View file @
ae8d9782
Yii Framework 2 debug extension Change Log
==========================================
2.
0.0
under development
----------------------
-
2.
0.0
October 12, 2014
----------------------
-
no changes in this release.
...
...
This diff is collapsed.
Click to expand it.
extensions/elasticsearch/CHANGELOG.md
View file @
ae8d9782
Yii Framework 2 elasticsearch extension Change Log
==================================================
2.
0.0
under development
----------------------
-
2.
0.0
October 12, 2014
----------------------
-
Enh #3381: Added ActiveRecord::arrayAttributes() to define attributes that should be treated as array when retrieved via
`fields`
(cebe)
...
...
This diff is collapsed.
Click to expand it.
extensions/faker/CHANGELOG.md
View file @
ae8d9782
Yii Framework 2 faker extension Change Log
==============================================
2.
0.0
under development
----------------------
-
2.
0.0
October 12, 2014
----------------------
-
no changes in this release.
...
...
This diff is collapsed.
Click to expand it.
extensions/gii/CHANGELOG.md
View file @
ae8d9782
Yii Framework 2 gii extension Change Log
========================================
2.
0.0
under development
----------------------
-
2.
0.0
October 12, 2014
----------------------
-
Bug #5408: Gii console command incorrectly reports errors when there is actually no error (qiangxue)
-
Bug: Fixed table name regression caused by changed introduced in #4971 (samdark)
...
...
This diff is collapsed.
Click to expand it.
extensions/imagine/CHANGELOG.md
View file @
ae8d9782
Yii Framework 2 imagine extension Change Log
================================================
2.
0.0
under development
----------------------
-
2.
0.0
October 12, 2014
----------------------
-
no changes in this release.
...
...
This diff is collapsed.
Click to expand it.
extensions/jui/CHANGELOG.md
View file @
ae8d9782
Yii Framework 2 jui extension Change Log
========================================
2.
0.0
under development
----------------------
-
2.
0.0
October 12, 2014
----------------------
-
no changes in this release.
...
...
This diff is collapsed.
Click to expand it.
extensions/mongodb/CHANGELOG.md
View file @
ae8d9782
Yii Framework 2 mongodb extension Change Log
============================================
2.
0.0
under development
----------------------
-
2.
0.0
October 12, 2014
----------------------
-
Bug #5303: Fixed
`yii\mongodb\Collection`
unable to fetch default database name from DSN with parameters (klimov-paul)
-
Bug #5411: Fixed
`yii\mongodb\ActiveRecord`
unable to fetch 'hasMany' referred by array of
`\MongoId`
(klimov-paul)
...
...
This diff is collapsed.
Click to expand it.
extensions/redis/CHANGELOG.md
View file @
ae8d9782
Yii Framework 2 redis extension Change Log
==========================================
2.
0.0
under development
----------------------
-
2.
0.0
October 12, 2014
----------------------
-
no changes in this release.
...
...
This diff is collapsed.
Click to expand it.
extensions/smarty/CHANGELOG.md
View file @
ae8d9782
Yii Framework 2 smarty extension Change Log
===========================================
2.
0.0
under development
----------------------
-
2.
0.0
October 12, 2014
----------------------
-
no changes in this release.
...
...
This diff is collapsed.
Click to expand it.
extensions/sphinx/CHANGELOG.md
View file @
ae8d9782
Yii Framework 2 sphinx extension Change Log
===========================================
2.
0.0
under development
----------------------
-
2.
0.0
October 12, 2014
----------------------
-
Enh #5211:
`yii\sphinx\Query`
now supports 'HAVING' (klimov-paul)
...
...
This diff is collapsed.
Click to expand it.
extensions/swiftmailer/CHANGELOG.md
View file @
ae8d9782
Yii Framework 2 swiftmailer extension Change Log
================================================
2.
0.0
under development
----------------------
-
2.
0.0
October 12, 2014
----------------------
-
no changes in this release.
...
...
This diff is collapsed.
Click to expand it.
extensions/twig/CHANGELOG.md
View file @
ae8d9782
Yii Framework 2 twig extension Change Log
=========================================
2.
0.0
under development
----------------------
-
2.
0.0
October 12, 2014
----------------------
-
Bug #5308: object function calls in templates were passing arguments in a wrong way (genichyar, samdark)
...
...
This diff is collapsed.
Click to expand it.
framework/BaseYii.php
View file @
ae8d9782
...
...
@@ -93,7 +93,7 @@ class BaseYii
*/
public
static
function
getVersion
()
{
return
'2.0.0
-dev
'
;
return
'2.0.0'
;
}
/**
...
...
This diff is collapsed.
Click to expand it.
framework/CHANGELOG.md
View file @
ae8d9782
Yii Framework 2 Change Log
==========================
2.
0.0
under development
----------------------
-
2.
0.0
October 12, 2014
----------------------
-
Bug #4881: Fixed
`yii\console\controllers\AssetController`
breaks CSS URLs on Windows (klimov-paul)
-
Bug #5171: Fixed the bug that ActiveForm + Pjax submit event is only triggered once (qiangxue)
...
...
This diff is collapsed.
Click to expand it.
framework/web/Session.php
View file @
ae8d9782
...
...
@@ -43,7 +43,8 @@ use yii\base\InvalidParamException;
* useful for displaying confirmation messages. To use flash messages, simply
* call methods such as [[setFlash()]], [[getFlash()]].
*
* @property array $allFlashes Flash messages (key => message). This property is read-only.
* @property array $allFlashes Flash messages (key => message or key => [message1, message2]). This property
* is read-only.
* @property array $cookieParams The session cookie parameters. This property is read-only.
* @property integer $count The number of session variables. This property is read-only.
* @property string $flash The key identifying the flash message. Note that flash messages and normal session
...
...
This diff is collapsed.
Click to expand it.
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