Commit Graph

7547 Commits

Author SHA1 Message Date
Qiang Xue
a516bfd1a4 Merge pull request #2539 from jom/clone_activequery_fix
ActiveRelationTrait:: __clone() doesn't call parent (Component::__clone())
2014-02-24 23:16:12 -05:00
Jacob Morrison
614bffb01a Fixed issue with preventing from clearing events and behaviors on clone 2014-02-24 18:15:19 -08:00
Alexander Makarov
6db89c23e6 Removed context section from logging docs 2014-02-25 04:36:54 +04:00
Alexander Makarov
db1a722ec8 Debug module docs including custom panel example, profiling docs in logging 2014-02-25 04:34:40 +04:00
Tobias Munk
be54f24b47 updated defaults, UI, validation and templates 2014-02-25 01:11:42 +01:00
Vincent
84a48ac93e updated changelog 2014-02-24 13:45:44 -08:00
Vincent
9f6cc54154 updated code according to code style and removed unused property 2014-02-24 13:26:55 -08:00
Qiang Xue
da13b336be minor css fixes. 2014-02-24 15:26:47 -05:00
Vincent
3cb97fb8c8 updated formatting 2014-02-24 12:01:53 -08:00
Qiang Xue
14064492ff Merge pull request #2534 from Alex-Code/pjax
Pjax container fix
2014-02-24 14:48:41 -05:00
Vincent
d12c8d5820 #2524 updated as size method to include translation and verbose mode 2014-02-24 10:57:36 -08:00
Alexander Makarov
201de174db Merge pull request #2538 from Jasrags/master
Update authorization.md
2014-02-24 21:16:28 +03:00
Jason Ragsdale
30d9dc30fc Update authorization.md
fixed typo in one of the RBAC TYPE_OPERATION examples.
2014-02-24 11:51:14 -06:00
Tobias Munk
01d444f6da Merge commit 'fcac7f64b37c6a8d4ead9816b2580f50580c540d' into feature/gii-extension-generator 2014-02-24 18:34:07 +01:00
Tobias Munk
4192c72256 minor docs update (still WIP) 2014-02-24 18:33:50 +01:00
Alexander Makarov
fcac7f64b3 Merge pull request #2536 from maximal/codestandards
Closing and opening braces in Yii2 coding standards.
2014-02-24 19:41:13 +03:00
Carsten Brandt
f9024dbec1 fixed Migration::execute() to use params correctly 2014-02-24 17:37:43 +01:00
maximal
a7fc9143bf Closing and opening braces in Yii2 coding standards. 2014-02-24 20:32:15 +04:00
Alexander Makarov
da07230aa8 Merge pull request #2535 from maximal/patch-1
Further coding standards fixes.
2014-02-24 19:26:50 +03:00
Larry Ullman
413e71ffb1 Edited the existing instructions
Didn’t touch the end yet, with the TBD et al.
2014-02-24 11:24:58 -05:00
Carsten Brandt
8d2e68b40e removed duplicate arguments from base formattter 2014-02-24 17:19:01 +01:00
maximal
5d14d788f5 Further coding standards fixes. 2014-02-24 20:17:38 +04:00
Carsten Brandt
1be42eef72 Update .scrutinizer.yml 2014-02-24 17:09:35 +01:00
Alex-Code
f7911bc9ac Unused? 2014-02-24 15:57:28 +00:00
Alex-Code
72ff9c58df Pjax container only required on first load.
Pjax inserts the response HTML into the container, it doesn't replace it.
So any subsequent pjax requests duplicate the container.
2014-02-24 15:56:31 +00:00
Carsten Brandt
36af49d90e added code coverage using scrutinizer.com 2014-02-24 16:50:03 +01:00
Alexander Makarov
97b60782c0 Merge pull request #2533 from maximal/patch-1
Coding standards fixes.
2014-02-24 18:46:22 +03:00
MaximAL
b560398bd7 Coding standards fixes. 2014-02-24 18:45:35 +03:00
Carsten Brandt
4f2873c1b7 doc typo 2014-02-24 15:15:04 +01:00
Qiang Xue
3aa15b709f CS fix. 2014-02-24 07:35:07 -05:00
Qiang Xue
4b930e1d10 Merge pull request #2526 from skotos/master
nulls in batchInsert. Patch available.
2014-02-24 07:34:10 -05:00
Qiang Xue
3dead3386c CS fix. 2014-02-24 07:33:16 -05:00
Qiang Xue
543688285b Merge pull request #2531 from tof06/master
Add getIsPjax method to Request, and add X-PJAX-URL header when redirect from pjax request
2014-02-24 07:17:54 -05:00
Qiang Xue
976532c131 fixed typo 2014-02-24 07:12:33 -05:00
tof06
61767861fb Add X-PJAX-URL header when redirect a pjax request 2014-02-24 12:29:27 +01:00
tof06
8c1d39b348 Add getIsPjax method to Request 2014-02-24 12:28:33 +01:00
Scott Tester
6526f0cbfa Document commit 7ce4702 (Allow nulls in batchInsert) in CHANGELOG 2014-02-24 13:57:30 +11:00
Larry Ullman
72db286f1d Just got started; nothing significant 2014-02-23 21:20:26 -05:00
Vincent Gabriel
9427f4e76b no need for as number #2524 2014-02-23 16:36:17 -08:00
Vincent Gabriel
e311cd0093 Merge branch 'master' of git://github.com/yiisoft/yii2 into 2524-formatter-format-file-size 2014-02-23 16:23:12 -08:00
Vincent Gabriel
9e231eb8c8 added asSize method to format file size #2524 2014-02-23 16:23:05 -08:00
Qiang Xue
c859befa98 Merge branch 'master' of git://github.com/yiisoft/yii2 2014-02-23 19:12:38 -05:00
Qiang Xue
04bf51b01a Fixes #2392: Added addCssStyle(), removeCssStyle(), cssStyleFromArray() and cssStyleToArray() to Html 2014-02-23 19:12:33 -05:00
Qiang Xue
73a15c2bbf Merge pull request #2504 from thiagotalma/master
Allow add a condition telling the table to avoid ambiguity error.
2014-02-23 18:15:45 -05:00
Qiang Xue
ba2c35b894 Fixes #2482. 2014-02-23 18:09:25 -05:00
Scott Tester
7ce4702426 Allow null values for fields in batchInsert 2014-02-24 07:18:56 +11:00
Qiang Xue
9f37e133e3 Fixed test break. 2014-02-23 14:02:39 -05:00
Qiang Xue
2a6bc68ca6 minor fixes. 2014-02-23 13:43:57 -05:00
Carsten Brandt
c229ba729a fixed a bug in MessageSource and missingtranslation event
fixes #2519: MessageSource removed translation messages when event handler
was bound to `missingTranslation`-event
2014-02-23 14:26:47 +01:00
Qiang Xue
3a6b934104 Fixes #698 2014-02-22 20:48:49 -05:00