5dca1257b2
reverted primaryKey of elasticsearch to be array again
...
meet the AR interface requirements.
2014-01-09 13:44:12 +01:00
a7b852fcc3
Changed elasticsearch AR primary key handling
...
now supports mapped primary key when _id is part of source with an
alias.
2014-01-04 04:26:50 +01:00
7a1949fe2d
improved traceability of errors thrown in toString() methods
2014-01-01 17:11:48 +01:00
27658e56ae
Fixes #1647 : Changed the default CSS class of error block to be error-block
2014-01-01 10:29:04 -05:00
978f8ec203
refactored profiling timing calculation.
2013-12-31 17:49:31 -05:00
2df7d0a8bd
Merge branch '46-image-helper' of github.com:tonydspaniard/yii2 into tonydspaniard-46-image-helper
...
Conflicts:
composer.json
2013-12-31 15:33:46 -05:00
9e66e08bc7
Fixes #802 : Added support for retrieving sub-array element or child object property through ArrayHelper::getValue()
2013-12-31 11:30:44 -05:00
90d5e5cfe4
Updated HTMLPurified dependency to 4.6.*
2013-12-31 11:47:34 +01:00
1edeb7aa5e
Fixed test break.
2013-12-30 21:35:15 -05:00
5f8e6d377b
Fixes #1706 : Added support for registering a single JS/CSS file with dependency
2013-12-30 21:02:42 -05:00
fbb9918a46
fixed an issue with message source and model as params
2013-12-30 19:22:26 +01:00
5b8971352c
Merge pull request #1708 from crtlib/patch-2
...
Small fixes for the sake of consistency
2013-12-30 08:00:02 -08:00
173c7de82b
changed default value of Component::_events
2013-12-30 16:55:57 +01:00
ea47ce5ca2
code style fixes
2013-12-30 16:55:32 +01:00
934051e804
Small fixes for the sake of consistency
2013-12-30 16:48:11 +01:00
89afcdece8
Merge pull request #1700 from crtlib/patch-1
...
Using constants instead of literals in Behavior docs
2013-12-30 07:08:53 -08:00
0b28f290f3
Fixes #1704 : Incorrect regexp is used in Inflector::camelize()
2013-12-30 10:07:44 -05:00
1361bd3c7f
Merge pull request #1683 from Ragazzo/mail_event
...
Mail events before/after
2013-12-30 06:57:22 -08:00
12e46921b3
line fix
2013-12-30 18:40:10 +04:00
b09f709adc
Fixed build break.
2013-12-30 09:32:51 -05:00
c0a2201143
end of line fix
2013-12-30 18:30:43 +04:00
f267f4623f
reverted $isValid for events.
2013-12-30 18:25:38 +04:00
bf73fe80d4
Merge pull request #1703 from crtlib/patch-2
...
Removed redundant code in detachBehaviors()
2013-12-30 06:24:23 -08:00
c88016f9d8
added default mail config to application.
2013-12-30 09:16:39 -05:00
ee81915a1e
Removed redundant code in detachBehaviors()
...
After ensureBehaviors() call $this->_behaviors is an array already.
And since detachBehavior() unsets elements in $this->_behaviors, $this->_behaviors turns out to be an empty array after all iterations.
2013-12-30 15:14:11 +01:00
6e34488fa5
Using constants instead of literals in Behavior
2013-12-30 12:42:41 +01:00
943bf88904
doc fix.
2013-12-29 23:36:19 -05:00
0788e1045f
Refactored unit tests.
2013-12-29 20:54:20 -05:00
a76275f891
Typo in changelog
2013-12-29 20:49:58 -03:00
bfc2ed2aba
Fixed #1635
2013-12-29 23:51:04 +01:00
f224902b63
Fixes #1636 : yii\jui\SliderInput wasn't properly initialized
2013-12-29 23:49:43 +01:00
515095bbf7
Fixes #1633 : Advanced application template now works with MongoDB by default
2013-12-29 23:26:20 +01:00
bccac04070
added CHANGELOG entry
2013-12-29 21:52:01 +01:00
28dc23ddac
Fixed the issue that query cache returns the same data for the same SQL but different query methods
2013-12-29 14:25:10 -05:00
757115bc14
typo [skip ci]
2013-12-29 13:20:23 -05:00
9b1c2c8064
Fixes #1586 : QueryBuilder::buildLikeCondition() will now escape special characters and use percentage characters by default
2013-12-29 13:04:02 -05:00
60dd8d16a1
Fixes #1688 : ActiveForm is creating duplicated messages in error summary
2013-12-29 10:27:38 -05:00
cbad97c78d
change back the visibility of findTableNames to protected.
2013-12-29 09:51:36 -05:00
70c23ca43b
Typo fix.
2013-12-28 22:31:46 -05:00
59535d38cf
doc fix
2013-12-29 07:13:35 +04:00
85c774e01d
Fixes #1681 : Added support for automatically adjusting the "for" attribute of label generated by ActiveField::label()
2013-12-28 21:32:27 -05:00
c0316a10dd
added mail events before/after send
2013-12-29 06:23:38 +04:00
404757bf82
Fixes #1631 : Charset is now explicitly set to UTF-8 when serving JSON
2013-12-29 00:32:03 +01:00
1e0e5f02af
Fixed DB query logging category.
2013-12-28 16:16:58 -05:00
f554d46aaa
minor fixes.
2013-12-28 13:14:33 -05:00
f18e530fe0
Merge pull request #464 from tonydspaniard/364-toAscii
...
enhance Inflector helper with ascii function
2013-12-28 07:28:53 -08:00
c31e113d95
Fixes #1671
2013-12-28 08:59:29 -05:00
8c1715d5a7
remove UTF-8 string conversion
2013-12-28 09:28:47 +01:00
b918fa507e
Merge branch 'upstream' into 364-toAscii
...
* upstream:
Fixed CSRF token masking issue.
improved error message of calling invalid scope method.
Fixed repo URL
Fixes #1650 : Added Connection::pdoClass.
code style fix.
added changelog
codestyle fix
improved checkIntegrity method
Modified extension guidlines
fix sphinx command signature
fixed bug with forgotten param, fixed behavior for one table integrity
fixed sequence reset
added postgresql features to reset seq/check integrity
2013-12-28 09:27:08 +01:00
4b569f3e90
Fixed CSRF token masking issue.
2013-12-27 23:26:38 -05:00