Commit Graph

5352 Commits

Author SHA1 Message Date
Alexander Makarov
1a7ce04bb5 Structure for console application docs 2013-11-29 03:49:56 +04:00
Alexander Makarov
55e954b682 Docs on using behaviors 2013-11-29 03:31:19 +04:00
Klimov Paul
37664fff9b Mongo Active Record created as draft. 2013-11-28 21:25:17 +02:00
Klimov Paul
dc3ada65a5 Mongo query "IN" condition shortcut syntax added. 2013-11-28 20:36:38 +02:00
Klimov Paul
a038449801 Merge branch 'master' of github.com:yiisoft/yii2 into mongo 2013-11-28 20:06:56 +02:00
Qiang Xue
05272b7120 doc fix. 2013-11-28 12:34:10 -05:00
Paul Klimov
9da7a80f0f Mongo query condition composition composed. 2013-11-28 17:21:47 +02:00
Qiang Xue
bd8f74cf12 Refactored MessageInterface::send(). 2013-11-28 09:55:35 -05:00
Qiang Xue
eb3b2f45bc refactored EmailTarget with the new mailer interfaces. 2013-11-28 09:46:20 -05:00
Qiang Xue
c22409e397 Fixed test break using file transport. 2013-11-28 09:22:08 -05:00
Qiang Xue
d6f97ff4c1 Added Application::getMail(). 2013-11-28 09:08:02 -05:00
Qiang Xue
0390a99833 Use backquotes to quote column and table names for sqlite (related with #1318) 2013-11-28 09:04:16 -05:00
Qiang Xue
0b1ddc9327 Merge pull request #1346 from slavcodev/clean-var-dumper
Remove extra var
2013-11-28 05:54:37 -08:00
Alexander Makarov
5d9cd76a71 Provided example setting YII_DEBUG to false 2013-11-28 16:03:45 +04:00
Alexander Makarov
ce4d7450be Docs on autoloading and helpers 2013-11-28 15:53:17 +04:00
slavcodev
f1452d3070 Remove extra var 2013-11-28 13:21:30 +02:00
Paul Klimov
3dbb3d40dd Sphinx unit tests fixed. 2013-11-28 11:34:13 +02:00
Paul Klimov
1a31b2388f Merge branch 'master' of github.com:yiisoft/yii2 into mongo 2013-11-28 11:06:12 +02:00
Paul Klimov
dc79c8c11a Sphinx ignore group removed from phpunit run script 2013-11-28 11:05:23 +02:00
Paul Klimov
ee0c9ed61e Merge branch 'master' of github.com:yiisoft/yii2 into mongo 2013-11-28 10:56:49 +02:00
Qiang Xue
3b5768b40a avoid throwing the same type of new db exception. 2013-11-27 23:35:43 -05:00
Qiang Xue
bb6b75e794 fixed exception check in test. 2013-11-27 23:07:15 -05:00
Carsten Brandt
184e3dfb30 added missing aliases to swiftmailer tests 2013-11-28 01:27:10 +01:00
Carsten Brandt
83527e85ca made Model::attributes() non static again
- allows to have dynamic definition of attributes depended on the
  instance
- there was no real need for it to be static. Places that used it static
  have been refactored.

fixes #1318
2013-11-28 01:01:48 +01:00
Carsten Brandt
e1fe5115cd fixed vendor path in tests 2013-11-28 00:44:37 +01:00
Alexander Makarov
286571185b Fixed phpdoc 2013-11-28 02:51:03 +04:00
Carsten Brandt
b4fb8abb87 reverted accidentally changed binary files
PR #1340 changed/broke them
2013-11-27 23:36:09 +01:00
Carsten Brandt
be583a7a22 fixed problem with sorting by id in elasticsearch
issue #1317
2013-11-27 23:27:47 +01:00
Alexander Makarov
58c02b49de Fixes #1342 2013-11-28 02:23:19 +04:00
Carsten Brandt
789f0285b8 adjusted sphinx tests to AR changes 2013-11-27 23:03:33 +01:00
Carsten Brandt
16239c2395 reverted wrong change in sphinx 2013-11-27 22:31:44 +01:00
Carsten Brandt
d87ff0be25 Merge pull request #1343 from pmoust/sphinx
Sphinx test integration for Travis (from #1341)
2013-11-27 13:23:00 -08:00
Alexander Makarov
8995c0b0ca Code style fixes for layouts 2013-11-28 01:19:43 +04:00
Alexander Makarov
2643de1db8 Updated advanced application mail layout to contain layout markers 2013-11-28 01:19:28 +04:00
Panagiotis Moustafellos
332fdf98ba Added fixture in the before script part
The db fixture in the sphinx configuration for unit test takes place
after starting the sphinxserver on travis, by importing the fixture
in the before scripts we allow sphinxsearch on travis to run create
the indexes properly
2013-11-27 23:04:41 +02:00
Alexander Makarov
157ddc78cd Fixes #1342: added missing layout for mail in advanced app template 2013-11-28 01:04:19 +04:00
Panagiotis Moustafellos
feef1256bd updated travis tests README 2013-11-27 22:54:58 +02:00
Panagiotis Moustafellos
8aeeded090 Merge branch 'master' of https://github.com/yiisoft/yii2 into sphinx 2013-11-27 22:32:26 +02:00
Panagiotis Moustafellos
0387666c8b added sphinx runtime pid dir 2013-11-27 22:30:31 +02:00
Panagiotis Moustafellos
75cc595630 proper db name (comply with yiitest) #2 2013-11-27 22:26:57 +02:00
Qiang Xue
a2cfc6b438 Merge pull request #1341 from pmoust/sphinx
[Test] [WIP] Sphinx support on Travis
2013-11-27 12:25:19 -08:00
Panagiotis Moustafellos
12fe9292fe proper db name (comply with yiitest) 2013-11-27 22:23:11 +02:00
Panagiotis Moustafellos
174574ebed created log and spl dir 2013-11-27 22:14:44 +02:00
Panagiotis Moustafellos
79771feab3 Revert "forcing travis build"
This reverts commit 0d8ae877d3.
2013-11-27 22:12:47 +02:00
Panagiotis Moustafellos
0d8ae877d3 forcing travis build 2013-11-27 22:10:41 +02:00
Panagiotis Moustafellos
5290fdfc81 adding sphinx log dirs etc 2013-11-27 22:06:28 +02:00
Panagiotis Moustafellos
4b36d78efb Revert "swapped to return []; (OCD kicking in?)"
This reverts commit a28e74708b.
2013-11-27 21:54:55 +02:00
Panagiotis Moustafellos
5cb2283d89 Travis: Adding sphinx support 2013-11-27 21:52:10 +02:00
Alexander Makarov
7fa3b699c1 Adjusted advanced app migration so it is now OK for non-mysql 2013-11-27 23:44:58 +04:00
Panagiotis Moustafellos
0aa9afabd3 Merge branch 'master' of https://github.com/yiisoft/yii2 2013-11-27 21:01:51 +02:00