Carsten Brandt
|
93fe5f7c39
|
added CHANGELOG line for message translations
|
11 years ago |
Alexander Makarov
|
5f9e88d40f
|
Better exception message when class cannot be loaded
|
11 years ago |
Alexander Kochetov
|
5ebe8163e1
|
Typo fix
|
11 years ago |
Alexander Kochetov
|
1469efbaba
|
Changelog for #1852
|
11 years ago |
Qiang Xue
|
c6c51baa3c
|
Fixes #1844: `Response::sendFile()` and other file sending methods will not send the response
|
11 years ago |
Qiang Xue
|
50703f8a82
|
Fixes #1844: Calling `Response::sendFile()` would cause sending the response twice
|
11 years ago |
Alexander Makarov
|
4609a94dbf
|
Removed error-block HTML class and related styles and used Bootstrap3 standard practice about errors instead
|
11 years ago |
Alexander Makarov
|
33d18c47dc
|
Added readme line for advanced app change
|
11 years ago |
andrey
|
2619fb096d
|
UplodedFile enhasement
|
11 years ago |
andrey
|
006a139ed3
|
UplodedFile enhasement
|
11 years ago |
Carsten Brandt
|
5f3be6c7f7
|
default values for db\Connection username and password to null
fixes #1821
|
11 years ago |
Qiang Xue
|
a861994f19
|
Fixes #1835: `CheckboxColumn` now renders checkboxes whose values are the corresponding data key values
|
11 years ago |
Qiang Xue
|
b89cd9266b
|
Fixes #1827: Debugger toolbar is loaded twice if an action is calling `run()` to execute another action
|
11 years ago |
Qiang Xue
|
c9c1041a61
|
Added support for installing packages conforming to PSR-4 standard
|
11 years ago |
Qiang Xue
|
e123428c94
|
Changed Yii autoloader to support loading PSR-4 classes only (i.e. PEAR-styled classes not supported anymore)
|
11 years ago |
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 |