octicon-git-branch(16/) Commit Graph

621 Commits

Author SHA1 Message Date
Carsten Brandt
e7e6bee928 replaced usages of $_GET with Request::queryParams 2014-01-21 15:13:51 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
0d669f5e6b refactored params methods in Request
issue #2043
2014-01-21 15:04:43 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Luciano Baraglia
7d33a5d3b5 Some Code style fixes 2014-01-19 13:35:36 -03:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
8e8eca3691 updated change log [skip ci] 2014-01-19 00:14:15 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
3e9a074394 Merge pull request #2050 from yiisoft/feature-fixture
Feature fixture
2014-01-18 21:08:55 -08:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
87be9deaf0 refactored fixture. 2014-01-18 16:18:33 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
12ff86305a refactored fixture implementation. 2014-01-17 23:35:14 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
bbe3334630 finished fixture feature. 2014-01-17 14:27:33 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
b312b853dc added redis version req to readme
fixes #1875
2014-01-17 17:36:22 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
djagya
a33907f6e2 Using VarDumper::dumpAsString() instead var_export() in the Request panel 2014-01-16 13:29:52 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
796284cba1 reworked fix for #1993 2014-01-16 11:05:26 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
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 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
c5022203de fixed issue with null value in CRUD controller findModel() 2014-01-16 08:39:13 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Paul Klimov
8ede55a0df Documentation for "mongodb" extension improved. 2014-01-14 12:50:56 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Paul Klimov
32d82f59bc Code style at redis readme fixed. 2014-01-14 12:02:46 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Paul Klimov
ece5f0b8ad Doc comments for MongoDB Session updated. 2014-01-14 12:00:04 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Paul Klimov
ff18cff836 Merge pull request #1951 from klimov-paul/mongodb-cache
MongoDB Cache class
2014-01-14 01:49:01 -08:00 octicon-file-diff(16/) octicon-file-code(16/)
Paul Klimov
399e7f82f8 Doc comments for MongoDB Cache fixed. 2014-01-14 11:47:09 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
ec0e348a88 Fixes #1897: Make gii diff markup copy paste friendly 2014-01-13 22:21:33 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
f4a8e895f7 Fixes #1845: removed pagination from debug panels. 2014-01-13 21:55:31 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Paul Klimov
5d3684fd7c Unit test for MongoDB Cache advanced. 2014-01-13 16:13:21 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Paul Klimov
9ca62131f9 Merge branch 'master' of github.com:yiisoft/yii2 into mongodb-cache 2014-01-13 15:36:51 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Paul Klimov
32887edf5a MongoDB Cache class added as draft. 2014-01-13 14:41:45 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Paul Klimov
48be2bb7d1 MongoDB Session class added. 2014-01-13 12:54:18 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Luciano Baraglia
cbf649b16c Some code style fixes [skip ci] 2014-01-12 20:54:27 -03:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
601115f8b0 Fixed yii2-dev package to use correct path for PSR-4 2014-01-12 22:16:31 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
83dfce63b8 fixes #1888: updated Alert phpdoc 2014-01-12 20:25:06 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
51cb921602 removed specify dependency from extension to app
fixes #1913
2014-01-12 16:10:50 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
135f06413a fixed phpdoc command.
fixed Markdown::process() to make it compatible with parent declaration.
2014-01-11 17:33:48 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
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 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
1020203be2 changed gii files code style and CHANGELOG for #1818 2014-01-11 21:14:05 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
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 octicon-file-diff(16/) octicon-file-code(16/)
Nikola Trifunovic
b47350a9c4 using camelcase 2014-01-11 19:58:56 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Nikola Trifunovic
f0b76cfb6d changed vars 2014-01-11 19:47:35 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Nikola Trifunovic
478e6023b8 Gii excess forms. Fixes #1818 2014-01-11 19:43:57 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
6e817412df Merge pull request #1903 from BelalWM/master
Fix phpdoc generation in gii model generator.
2014-01-11 05:23:29 -08:00 octicon-file-diff(16/) octicon-file-code(16/)
BelalWM
7baf261f94 Fix phpdoc generation in gii model generator. 2014-01-11 12:24:23 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Kochetov
53194796a6 [IMPORTANT] Path corrections 2014-01-11 09:52:43 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
1eb804c3ea adjusted codeception composer.json 2014-01-10 22:24:23 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
ab47d58c69 path fixes. 2014-01-10 21:58:50 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
da9d544c54 psr-4 change. 2014-01-10 21:06:25 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
d9802aacce psr-4 change. 2014-01-10 20:51:49 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
4cf356df8d adjust directories for PSR-4. 2014-01-10 20:28:17 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
f6530314e2 Merge pull request #1765 from yiisoft/elasticsearch-pk-refactoring
[WIP] Changed elasticsearch AR primary key handling
2014-01-10 15:56:22 -08:00 octicon-file-diff(16/) octicon-file-code(16/)
Klimov Paul
6f9850774d Doc comments at "yii\authclient\widgets\Choice" fixed 2014-01-11 00:02:20 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
35b5bd8ef4 removed get() shortcut from find() 2014-01-10 15:56:42 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
3a86270de9 updated docs 2014-01-10 15:51:25 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
65b2aa82a6 Changed Mongo → MongoDB in exception messages and logs 2014-01-09 18:27:03 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
c79994c773 Removed exception translation, updated translations 2014-01-09 18:03:25 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
6d0f1e4c23 improved error reporting 2014-01-09 14:24:49 +01:00 octicon-file-diff(16/) octicon-file-code(16/)