* 'master' of github.com:yiisoft/yii2: (1471 commits)
Remove PHP 5.3 Travis build rule. Related to #35
An error occurred
.
Remove use ($this). Related to 9e1b498fb5.
PHP 5.4 supports $this with closures.
Fixes#999
An error occurred
.
Just simple support PostgreSQL in QueryBuilder
debug panel : changed .json to .php
debug panel : change json_encode/decode to serialise/unserialise to prevent non-UTF characters error
typo fix
Fixes#930
More on GII buttons
Fixed option merging in Console::prompt()
changed default button style
typo fix.
Refactored getModule and hasModule.
Added intl check to tests, better error reporting, credited Aura.Intl for the most complex test pattern
Better MessageFormatter tests
GII sub-modules support - see #871
* 'master' of github.com:yiisoft/yii2: (27 commits)
Fixed typos
fixes#995
An error occurred
Fixed option merging in Console::prompt()
changed default button style
typo fix.
Refactored getModule and hasModule.
Added intl check to tests, better error reporting, credited Aura.Intl for the most complex test pattern
Better MessageFormatter tests
GII sub-modules support - see #871
An error occurred
Module::getModule and Module::hasModule support for sub-modules - see #983
An error occurred
removed needFix method
Removed intl version check since it's very inconsistent and it seems bundled versions are always the same ones for the same PHP versions
Fixes PHP 5.5 weird placeholder replacememt in case no arguments are provided at all (https://bugs.php.net/bug.php?id=65920).
changed plural format for BaseListView
applied new style of Yii::t params to all occurences
fixed I18N handling of special param values and broken message tags
adjusted I18N to be consistent with intl message formatting
improved unit tests for ICU message formatter
fixed regex for multiline patterns
intl message parser now handles too many or too less args
...