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
a52e1ac5
Commit
a52e1ac5
authored
Nov 29, 2014
by
Carsten Brandt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed wrong CHANGELOG entries
introduced by @samdark in the following commits: -
c6b0e24a
-
7c5938f9
-
eaf8ece5
parent
96c6d14a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
CHANGELOG.md
framework/CHANGELOG.md
+3
-3
No files found.
framework/CHANGELOG.md
View file @
a52e1ac5
...
...
@@ -40,6 +40,7 @@ Yii Framework 2 Change Log
-
Bug #6266: Clicking on reset button does not hide error summary when using
`ActiveForm`
(InteLigent, qiangxue)
-
Bug #6271: Query caching returns the same data when running the same SQL with different fetch modes (grachov)
-
Bug #6279:
`yii\db\Schema::getLastInsertID()`
was passing wrong default schema name to PDO (samdark)
-
Bug #6305:
`yii\i18n\Formatter::asParagraphs()`
was not unicode-aware (samdark)
-
Bug: Gii console command help information does not contain global options (qiangxue)
-
Bug:
`yii\web\UrlRule`
was unable to create URLs for rules containing unicode characters (samdark)
-
Bug:
`yii\web\AssetManager`
should not publish disabled asset bundles (qiangxue)
...
...
@@ -51,6 +52,7 @@ Yii Framework 2 Change Log
-
Enh #4492: Support PostgreSQL-specific syntax for
`QueryBuilder::alterColumn()`
(qiangxue)
-
Enh #4643: Extra options specified in
`yii\widgets\Breadcrumbs::links`
will be treated as HTML attributes for the generated hyperlinks (qiangxue)
-
Enh #4739: Better display of exceptions when the response format is set as "raw" format (qiangxue)
-
Enh #4791: Added more colors to
`yii migrate`
command (6pblcb, samdark)
-
Enh #5223: Query builder now supports selecting sub-queries as columns (qiangxue)
-
Enh #5367: Added
`yii\grid\DataColumn::encodeLabel`
(SDKiller)
-
Enh #5480: Added defensive code to
`yii\web\User::getIdentity()`
to avoid potential infinite recursion (qiangxue)
...
...
@@ -58,6 +60,7 @@ Yii Framework 2 Change Log
it is now default for
`Json::encode()`
(samdark)
-
Enh #5600: Allow configuring debug panels in
`yii\debug\Module::panels`
as panel class name strings (qiangxue)
-
Enh #5613: Added
`--overwrite`
option to Gii console command to support overwriting all files (motin, qiangxue)
-
Enh #5627: Added
`yii cache/flush-schema`
console command to flush DB schema cache of a given database connection (6pblcb, samdark)
-
Enh #5646: Call
`yii\base\ErrorHandler::unregister()`
instead of
`restore_*_handlers`
directly (aivus)
-
Enh #5683: Added
`yii\i18n\Formatter::defaultTimeZone`
for specifying the default time zone to use for datetime values stored in the database (cebe)
-
Enh #5688: Added optional
`$formName`
to
`Model::loadMultiple()`
to support customizing form name directly (qiangxue)
...
...
@@ -207,7 +210,6 @@ Yii Framework 2 Change Log
-
Bug #5049:
`ActiveForm::validationDelay`
should be applied to user types only (qiangxue)
-
Bug #5055: Fixed
`yii\console\controllers\CacheController`
does not check if cache component instance of 'yii
\c
aching
\C
ache' (klimov-paul)
-
Bug #5126: Fixed text body and charset not being set for multipart mail (nkovacs)
-
Bug #6305:
`yii\i18n\Formatter::asParagraphs()`
was not unicode-aware (samdark)
-
Bug: Fixed inconsistent return of
`\yii\console\Application::runAction()`
(samdark)
-
Bug: URL encoding for the route parameter added to
`\yii\web\UrlManager`
(klimov-paul)
-
Bug: Fixed the bug that requesting protected or private action methods would cause 500 error instead of 404 (qiangxue)
...
...
@@ -320,7 +322,6 @@ Yii Framework 2 Change Log
-
Enh #4062: Added 'caseSensitive' option to
`yii\helpers\BaseFileHelper::findFiles()`
(klimov-paul)
-
Enh #4691: Encoding on
`ActiveForm`
and
`ActiveField`
validation errors is now configurable (Alex-Code)
-
Enh #4740: Added
`yii\web\Session::addFlash()`
(restyler)
-
Enh #4791: Added more colors to
`yii migrate`
command (6pblcb, samdark)
-
Enh #4897: Added
`yii\helpers\FileHelper::mimeMagicFile`
(qiangxue)
-
Enh #5058: Added
`$pageSize`
parameter to
`Pagination::createUrl()`
to allow creating URLs with arbitrary page sizes (cdcchen, qiangxue)
-
Enh #5089: Added asset debugger panel (arturf, qiangxue)
...
...
@@ -328,7 +329,6 @@ Yii Framework 2 Change Log
-
Enh #5124: Added support to prevent duplicated form submission when using
`ActiveForm`
(qiangxue)
-
Enh #5131: Added
`$autoRenew`
parameter to
`yii\web\User::getIdentity()`
(qiangxue)
-
Enh #5164: Added
`Inlfector::$transliterator`
that can be used to customize intl transliteration (zinzinday)
-
Enh #5627: Added
`yii cache/flush-schema`
console command to flush DB schema cache of a given database connection (6pblcb, samdark)
-
Enh: Added support for using sub-queries when building a DB query with
`IN`
condition (qiangxue)
-
Enh: Supported adding a new response formatter without the need to reconfigure existing formatters (qiangxue)
-
Enh: Added
`yii\web\UrlManager::addRules()`
to simplify adding new URL rules (qiangxue)
...
...
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