Commit Graph

839 Commits

Author SHA1 Message Date
Carsten Brandt
7438b6b450 removed unused use tag 2014-01-22 09:40:32 +01:00
Daniel Schmidt
f24454a458 Renames AccessDeniedHttpException to ForbiddenHttpException in framework, docs, and extension files 2014-01-21 17:11:28 -08:00
Thiago Talma
e299b78a2c Best way to get the labels to search, the existing model. 2014-01-21 18:01:35 -02:00
Klimov Paul
801ed45804 Merge branch 'master' of github.com:yiisoft/yii2 2014-01-21 21:29:54 +02:00
Carsten Brandt
ab59a795e2 more reliable way of saving debug index file
fixes #1884
2014-01-21 18:34:29 +01:00
Carsten Brandt
477ee2e5eb added information about request body to debug toolbar 2014-01-21 17:16:50 +01:00
Carsten Brandt
fadc23a329 improved erorr handling in api doc controller 2014-01-21 15:28:37 +01:00
Carsten Brandt
ee1488a64e Merge pull request #2086 from jom/apidoc_extendable
Simplify apidoc's RenderController::findRenderer to allow for custom renderers via ext
2014-01-21 06:26:47 -08:00
Carsten Brandt
e7e6bee928 replaced usages of $_GET with Request::queryParams 2014-01-21 15:13:51 +01:00
Qiang Xue
f82ecad658 Added doc. 2014-01-21 09:07:11 -05:00
Carsten Brandt
0d669f5e6b refactored params methods in Request
issue #2043
2014-01-21 15:04:43 +01:00
Qiang Xue
5b3fa9f5ba Fixes #2091: QueryBuilder::buildInCondition() fails to handle array not starting with index 0 2014-01-21 08:52:36 -05:00
kate-kate
3986e11585 data file removed 2014-01-21 11:35:22 +02:00
Jacob Morrison
d7b2097775 Simplify apidoc to allow for custom renderers via ext 2014-01-20 21:02:16 -08:00
kate-kate
d5d810dd86 local data variable and some code style fixation 2014-01-21 00:54:55 +02:00
kate-kate
0d35c269fe using batchInsert 2014-01-20 20:02:51 +02:00
Klimov Paul
fb125b9ffc Merge branch 'master' of github.com:yiisoft/yii2 2014-01-20 19:57:31 +02:00
kate-kate
a4b6eeca7e refactoring according to the new version 2014-01-20 19:03:44 +02:00
kate-kate
719a721ebe active fixture for mongodb extension 2014-01-20 18:50:38 +02:00
Luciano Baraglia
7d33a5d3b5 Some Code style fixes 2014-01-19 13:35:36 -03:00
Qiang Xue
8e8eca3691 updated change log [skip ci] 2014-01-19 00:14:15 -05:00
Qiang Xue
3e9a074394 Merge pull request #2050 from yiisoft/feature-fixture
Feature fixture
2014-01-18 21:08:55 -08:00
Qiang Xue
87be9deaf0 refactored fixture. 2014-01-18 16:18:33 -05:00
Klimov Paul
1bf137a137 AuthClient js redirect advanced. 2014-01-18 21:35:52 +02:00
Qiang Xue
12ff86305a refactored fixture implementation. 2014-01-17 23:35:14 -05:00
Qiang Xue
bbe3334630 finished fixture feature. 2014-01-17 14:27:33 -05:00
Carsten Brandt
b312b853dc added redis version req to readme
fixes #1875
2014-01-17 17:36:22 +01:00
djagya
a33907f6e2 Using VarDumper::dumpAsString() instead var_export() in the Request panel 2014-01-16 13:29:52 +01:00
Carsten Brandt
796284cba1 reworked fix for #1993 2014-01-16 11:05:26 +01:00
Carsten Brandt
81d23332df afterFind event in AR is now called after relations have been populated
fixes #1993
2014-01-16 10:28:58 +01:00
Carsten Brandt
c5022203de fixed issue with null value in CRUD controller findModel() 2014-01-16 08:39:13 +01:00
Paul Klimov
8ede55a0df Documentation for "mongodb" extension improved. 2014-01-14 12:50:56 +02:00
Paul Klimov
32d82f59bc Code style at redis readme fixed. 2014-01-14 12:02:46 +02:00
Paul Klimov
ece5f0b8ad Doc comments for MongoDB Session updated. 2014-01-14 12:00:04 +02:00
Paul Klimov
ff18cff836 Merge pull request #1951 from klimov-paul/mongodb-cache
MongoDB Cache class
2014-01-14 01:49:01 -08:00
Paul Klimov
399e7f82f8 Doc comments for MongoDB Cache fixed. 2014-01-14 11:47:09 +02:00
Qiang Xue
ec0e348a88 Fixes #1897: Make gii diff markup copy paste friendly 2014-01-13 22:21:33 -05:00
Qiang Xue
f4a8e895f7 Fixes #1845: removed pagination from debug panels. 2014-01-13 21:55:31 -05:00
Paul Klimov
5d3684fd7c Unit test for MongoDB Cache advanced. 2014-01-13 16:13:21 +02:00
Paul Klimov
9ca62131f9 Merge branch 'master' of github.com:yiisoft/yii2 into mongodb-cache 2014-01-13 15:36:51 +02:00
Paul Klimov
32887edf5a MongoDB Cache class added as draft. 2014-01-13 14:41:45 +02:00
Paul Klimov
48be2bb7d1 MongoDB Session class added. 2014-01-13 12:54:18 +02:00
Luciano Baraglia
cbf649b16c Some code style fixes [skip ci] 2014-01-12 20:54:27 -03:00
Alexander Makarov
601115f8b0 Fixed yii2-dev package to use correct path for PSR-4 2014-01-12 22:16:31 +04:00
Alexander Makarov
83dfce63b8 fixes #1888: updated Alert phpdoc 2014-01-12 20:25:06 +04:00
Carsten Brandt
51cb921602 removed specify dependency from extension to app
fixes #1913
2014-01-12 16:10:50 +01:00
Qiang Xue
135f06413a fixed phpdoc command.
fixed Markdown::process() to make it compatible with parent declaration.
2014-01-11 17:33:48 -05:00
Carsten Brandt
a2be28dabf removed hard dependency on codeception from codeception extension
no need to download codeception via composer when phar is used.
fixes #1913
2014-01-11 22:29:29 +01:00
Carsten Brandt
1020203be2 changed gii files code style and CHANGELOG for #1818 2014-01-11 21:14:05 +01:00
Carsten Brandt
5306b0217c Merge PR #1914 branch '1818-gii-excess-forms' of https://github.com/johonunu/yii2
* '1818-gii-excess-forms' of https://github.com/johonunu/yii2:
  using camelcase
  changed vars
  Gii excess forms. Fixes #1818
2014-01-11 21:10:36 +01:00