Alexander Makarov
6312f2adad
#9249 : fixed wrong condition
2015-08-02 14:35:09 +03:00
Alexander Makarov
66557285a6
#7259 : fixed using errrorInputs
2015-08-02 14:32:49 +03:00
Alexander Makarov
6987358e2a
#9249 : better check for file/dir
2015-08-02 14:29:52 +03:00
Alexander Makarov
9587d9b29c
#7259 : Added back errorAttributes
2015-08-02 13:40:22 +03:00
Alexander Makarov
e2f5279b54
Better fix for #7259
2015-08-02 13:30:53 +03:00
Nikola Kovacs
2577a5915b
Fixes #7259 : Added errorAttributes parameter to ActiveForm afterValidate event. Made scrolling to first error optional
2015-08-02 12:58:35 +03:00
Alexander Makarov
d3e91abf00
Added @since tag to yii\web\AssetManager::$hashCallback
2015-08-02 12:49:47 +03:00
Alexander Makarov
a855f189d0
Merge pull request #9249 from petrabarus/asset-manager-hash-callback
...
Adding callback for custom hash generation in AssetManager.
2015-08-02 12:47:38 +03:00
Petra Barus
2261db0a5f
Adding callback for custom hash generation in AssetManager.
2015-08-02 16:16:32 +07:00
Alexander Makarov
f4dfb0f17f
Reverted part of #9239
2015-08-02 12:13:40 +03:00
Alexander Makarov
863e785ed4
Added changelog for #9263
2015-08-02 12:07:16 +03:00
Carsten Brandt
6d9fe671de
various code style and whitespace adjustments
2015-08-02 00:27:19 +02:00
Alexander Makarov
8b951796ac
Fixes #9263 : Avoid extra DB query in RBAC DbManager in case auth item name is empty
2015-08-01 01:42:40 +03:00
Alexander Makarov
afbc515407
Fixes #9239 : BaseJson phpdoc corrections, minor improvements, added changelog
2015-08-01 00:48:58 +03:00
Grzegorz Kurtyka
079778a355
#9239 : Handle json_encode errors
2015-08-01 00:48:58 +03:00
Alexander Makarov
310f9152e1
Fixes #9268 : Improved display of boolean parameters in logged SQL queries
2015-08-01 00:30:16 +03:00
Alexander Makarov
972165ccec
Fixes #9006 : Fixed bit column always returning true using certain version of PDO MySQL
2015-07-31 03:19:23 +03:00
Alexander Makarov
9a87271abf
Fixed missing stacktrace items on PHP syntax errors of "unexpected end of file" type
2015-07-30 16:30:36 +03:00
dima-gusyatiner
cb054a64cd
fixed message with missing keyword
...
Fixed error:
Formatting message for language 'he-IL' failed with error: Message pattern is invalid: msgfmt_create: message formatter creation failed: U_DEFAULT_KEYWORD_MISSING. The message being formatted was: {attribute} אמור לא לכלול יותר מ {max, number} {max, plural, one{תו} few{תוים} many{תוים}}..
2015-07-29 22:46:10 +03:00
Chris Harris
26e5b021a8
Fixes #9246 : Added yii\web\UrlRule::getParamRules()
2015-07-29 17:10:51 +03:00
Sebastian Chojniak
9012aa66bf
Fixed documentation according to Chg #4911
2015-07-29 12:42:56 +02:00
Artem Belov
235ca746b4
Typo in russian i18n message
2015-07-28 12:31:40 +03:00
adinata
8ced2ba96a
Fixes #8933 : Yii is now able to properly handle HHVM fatal errors
2015-07-28 10:32:52 +03:00
Alexander Makarov
2aba8df2ef
Fixes #9228
2015-07-27 18:57:10 +03:00
vbelogai
1d6a340534
Fixes #8161 : Fixed active form data-method submit bug when client validation is used
2015-07-27 18:53:40 +03:00
Dmitry Naumenko
b16d734c29
Fixes #8671 : Extracted yii\helpers\Html::escapeJsRegularExpression() method from yii\validators\RegularExpressionValidator
2015-07-27 17:40:38 +03:00
Carsten Brandt
d3bd7af956
improved documentation of Model::load() return value
...
fixes #8803
close #9216
2015-07-26 02:21:41 +02:00
nidgetgod
b8fefe513c
fixed: Oracle 11g 11.2.0.1.0 ORA-03113: end-of-file on communication channel
...
This is a workaround for an oracle bug:
https://code.google.com/p/yii/issues/detail?id=1779
close #8844
2015-07-26 02:08:47 +02:00
Carsten Brandt
3c9c6b5d7d
fixed formatter to accept explicit setting of decimal numbers
...
this version keeps BC for symbols while fixing the issue with decimals.
fixes #8684
2015-07-26 01:35:42 +02:00
Carsten Brandt
2cd4837f41
fixed display issue with overlapping text in callstack item
...
fixes #4763
2015-07-26 01:08:42 +02:00
felixmaier1989
f840292053
[fix-translation-fr] Fixed some typos and wordings in French messages
2015-07-25 11:21:01 +07:00
Alexander Makarov
582cc87d95
Merge branch 'cache-for-htmlpurifier-lexer' of https://github.com/webdevsega/yii2 into webdevsega-cache-for-htmlpurifier-lexer
...
Conflicts:
framework/CHANGELOG.md
2015-07-24 17:43:27 +03:00
Klimov Paul
984afd3c6e
yii\web\ErrorAction displays 404 error instead of blank page on direct access
2015-07-24 17:24:10 +03:00
Andrey Nester
716057ed39
Fixes #9059 : Fixed PHP Notice in error handler view
2015-07-24 12:22:05 +03:00
Alexander Makarov
34b5846130
Merge pull request #9174 from atmoz/nb-NO-translation
...
Add translation for nb-NO (Norwegian Bokmål) [skip ci]
2015-07-23 18:17:46 +03:00
Nikola Kovacs
49e5c59a75
Fix phpdoc
2015-07-23 13:57:59 +02:00
freezy
6a4436f95b
[ Fixes #9177 ] Password Hash Cost setting for Security component
2015-07-23 09:09:55 +02:00
webdevsega
da73a0fa47
Set cache to runtime folder for HTMLPurifier_Lexer
2015-07-22 12:53:45 +03:00
MaXL
17d8649509
Fix phpdoc typo
...
Change property type from array to integer for $sizeFormatBase in i18n/Formatter
2015-07-22 17:12:07 +10:00
Carsten Brandt
1ea1cacc11
improved GridView docs about empty cell
...
fixes #9159
2015-07-22 08:35:41 +02:00
Adrian Dvergsdal
d02a0a1611
Norwegian translation for bytes
2015-07-21 23:28:02 +02:00
Adrian Dvergsdal
c120624b2d
Correct minor typo in norwegian translation
2015-07-21 20:56:06 +02:00
Adrian Dvergsdal
2c995ce86e
Add translation for nb-NO (Norwegian Bokmål)
2015-07-21 20:38:10 +02:00
tom--
e0d2d2cc88
Improve summary description of Action class
2015-07-21 12:08:35 -04:00
zetamen
df6f270a0e
Fixes #9161 : Fixed yii\web\Request ignore queryParams when resolve request
2015-07-21 10:40:31 +03:00
Carsten Brandt
9aac3966a6
fixed typo in error message
...
#9154
2015-07-19 17:42:41 +02:00
Alexander Pletnev
91eae2fe45
changelog
2015-07-19 18:34:41 +03:00
Alexander Pletnev
9ab57780ab
close #9149
2015-07-19 18:27:24 +03:00
Oleg Belostotskiy
21e55a554d
Fixing a typo
2015-07-19 04:38:55 +03:00
Alexander Makarov
b53f50a762
Reverted #9140
...
See discussion at ef27d820d2
2015-07-18 22:08:47 +03:00