Alexander Makarov
|
bee82b29ad
|
Fixed URL parsing so it's now properly giving 404 for URLs like `http://example.com//////site/about`
|
11 years ago |
Alexander Makarov
|
c702dacfda
|
Changelog update
|
11 years ago |
Carsten Brandt
|
a7536d1dae
|
CHANGELOG for #1773
|
11 years ago |
John Was
|
53bb25947d
|
add handler property to yii\web\Session
|
11 years ago |
Qiang Xue
|
4a9b2d2b82
|
Added support for using array-typed arguments for console commands
|
11 years ago |
Qiang Xue
|
fb0c43b30b
|
`yii\web\User::loginRequired()` now returns the `Response` object instead of exiting the application
|
11 years ago |
Qiang Xue
|
64c4d8e718
|
Fixes #1733: Incorrect code about `$_modelClasses` in `DbFixtureManager`
|
11 years ago |
Klimov Paul
|
a6144fc9b6
|
Issues #66 and #1710 added to CHANGELOG
|
11 years ago |
Qiang Xue
|
27658e56ae
|
Fixes #1647: Changed the default CSS class of error block to be `error-block`
|
11 years ago |
Qiang Xue
|
9e66e08bc7
|
Fixes #802: Added support for retrieving sub-array element or child object property through `ArrayHelper::getValue()`
|
11 years ago |
Alexander Makarov
|
90d5e5cfe4
|
Updated HTMLPurified dependency to `4.6.*`
|
11 years ago |
Qiang Xue
|
5f8e6d377b
|
Fixes #1706: Added support for registering a single JS/CSS file with dependency
|
11 years ago |
Qiang Xue
|
0b28f290f3
|
Fixes #1704: Incorrect regexp is used in `Inflector::camelize()`
|
11 years ago |
Luciano Baraglia
|
a76275f891
|
Typo in changelog
|
11 years ago |
Alexander Makarov
|
bfc2ed2aba
|
Fixed #1635
|
11 years ago |
Alexander Makarov
|
f224902b63
|
Fixes #1636: `yii\jui\SliderInput` wasn't properly initialized
|
11 years ago |
Alexander Makarov
|
515095bbf7
|
Fixes #1633: Advanced application template now works with MongoDB by default
|
11 years ago |
Antonio Ramirez
|
bccac04070
|
added CHANGELOG entry
|
11 years ago |
Qiang Xue
|
28dc23ddac
|
Fixed the issue that query cache returns the same data for the same SQL but different query methods
|
11 years ago |
Qiang Xue
|
757115bc14
|
typo [skip ci]
|
11 years ago |
Qiang Xue
|
9b1c2c8064
|
Fixes #1586: `QueryBuilder::buildLikeCondition()` will now escape special characters and use percentage characters by default
|
11 years ago |
Qiang Xue
|
60dd8d16a1
|
Fixes #1688: ActiveForm is creating duplicated messages in error summary
|
11 years ago |
Qiang Xue
|
85c774e01d
|
Fixes #1681: Added support for automatically adjusting the "for" attribute of label generated by `ActiveField::label()`
|
11 years ago |
Alexander Makarov
|
404757bf82
|
Fixes #1631: Charset is now explicitly set to UTF-8 when serving JSON
|
11 years ago |
Qiang Xue
|
4a552c88cf
|
Fixes #1650: Added Connection::pdoClass.
|
11 years ago |
Mark
|
79ef473a38
|
added changelog
|
11 years ago |
Antonio Ramirez
|
08aaeda397
|
refactored inflector's slug and improved fallback char map
|
11 years ago |
Qiang Xue
|
4148912b82
|
Fixes #1643: Added default value for `Captcha::options`
|
11 years ago |
Qiang Xue
|
5e8a48a60a
|
Fixes #1654: Fixed the issue that a new message source object is generated for every new message being translated
|
11 years ago |
Qiang Xue
|
c8960168c5
|
Fixes #1634: Use masked CSRF tokens to prevent BREACH exploits
|
11 years ago |
Antonio Ramirez
|
fc9fb80c21
|
added TransliteratorHelper class
|
11 years ago |
Qiang Xue
|
7eccd9d926
|
Fixes #1641: Added `BaseActiveRecord::updateAttributes()`
|
11 years ago |
Qiang Xue
|
68cb074c6a
|
Fixed #1504: Debug toolbar isn't loaded successfully in some environments when xdebug is enabled
|
11 years ago |
Qiang Xue
|
f77e3b4bba
|
Fixes #1611: Added `BaseActiveRecord::markAttributeDirty()`
|
11 years ago |
Qiang Xue
|
1689a9ef9a
|
Changed the signature of `urlCreator` and button creators for `yii\gridview\ActionColumn`
|
11 years ago |
Qiang Xue
|
bae5cda5b9
|
The signature for `yii\gridview\ActionColumn::urlCreator` is changed - the `$action` parameter is moved to the first
|
11 years ago |
Qiang Xue
|
dba7c02a2c
|
Fixes #1610: `Html::activeCheckboxList()` and `Html::activeRadioList()` will submit an empty string if no checkbox/radio is selected
|
11 years ago |
Qiang Xue
|
0345191245
|
Added ActiveQuery::innerJoinWith().
|
11 years ago |
Qiang Xue
|
4f44bb2416
|
Fixes #1581: Added `ActiveQuery::joinWith()` to support joining with relations
|
11 years ago |
Qiang Xue
|
5fc275e935
|
Fixes #1499: Added `ActionColumn::controller` property to support customizing the controller for handling GridView actions
|
11 years ago |
Qiang Xue
|
56c361bb9e
|
Fixed changelog.
|
11 years ago |
Qiang Xue
|
9649a6727a
|
Renamed `attributeName` and `className` to `targetAttribute` and `targetClass` for `UniqueValidator` and `ExistValidator`.
Refactored UniqueValidator and ExistValidator.
|
11 years ago |
Alexander Makarov
|
be5afe7da8
|
Fixes #1572: Added `yii\web\Controller::createAbsoluteUrl()`
|
11 years ago |
Alexander Makarov
|
a7cf6a984c
|
Fixes #1597: Added `enableAutoLogin` to basic and advanced application templates so "remember me" now works properly
|
11 years ago |
Qiang Xue
|
252b6c9ef1
|
Fixes #797: Added support for validating multiple columns by `UniqueValidator` and `ExistValidator`
|
11 years ago |
Qiang Xue
|
a08de95177
|
Fixes #1582: Error messages shown via client-side validation should not be double encoded
|
11 years ago |
Qiang Xue
|
42d8748e6e
|
Fixes #1579: throw exception when the given AR relation name does not match in a case sensitive manner.
Renamed `ActiveRecord::getPopulatedRelations()` to `getRelatedRecords()`
|
11 years ago |
Qiang Xue
|
0ff8518c21
|
Fixes #1550: fixed the issue that JUI input widgets did not property input IDs.
|
11 years ago |
Qiang Xue
|
a126419e9e
|
Fixes #1591: StringValidator is accessing undefined property
|
11 years ago |
Jacob Morrison
|
226c9f22d0
|
Fixed issue with tabular input in ActiveField::radio and checkbox
|
11 years ago |