Commit Graph

4221 Commits

Author SHA1 Message Date
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
Alexander Makarov
c12683158c Merge pull request #1340 from pmoust/ocd
Removed whitespace etc.. *cringe*
2013-11-27 10:23:33 -08:00
Panagiotis Moustafellos
58bd2fb958 Only whitespace removal 2013-11-27 20:19:56 +02:00
Panagiotis Moustafellos
f6a3496e8d Removed trailing whitespace.. (OCD really kicking in) 2013-11-27 19:53:11 +02:00
Panagiotis Moustafellos
a28e74708b swapped to return []; (OCD kicking in?) 2013-11-27 19:48:16 +02:00
Qiang Xue
bf708aa824 Fixes #1334: foreign key is incorrectly determined for pgsql. 2013-11-27 11:55:35 -05:00
Paul Klimov
d42a942aed Mongo Command 'update' and 'insertBatch' methods added. 2013-11-27 16:40:29 +02:00
Qiang Xue
1fe7f5aaf8 Fixes #1335: findLayoutFile() should respect View::defaultExtension. 2013-11-27 08:47:10 -05:00
Paul Klimov
4f5f5bb691 Mongo Query implemented as draft. 2013-11-27 14:29:05 +02:00
Paul Klimov
ec2df146a8 Mongo Connection updated allowing to fetch default database name from options. 2013-11-27 12:00:32 +02:00
Paul Klimov
6eeeb6d169 Mongo test config fixed. 2013-11-27 11:54:09 +02:00
Alexander Makarov
af778d1a13 Fixed actions() docs where alias was used to refer to class 2013-11-27 13:36:05 +04:00
Alexander Makarov
408eee75a9 Used full method names when sending email in advanced app 2013-11-27 12:58:28 +04:00
Alexander Makarov
e3292c959a Advanced application template now uses mailer component instead of mail() function 2013-11-27 03:48:20 +04:00
Qiang Xue
d829dbb2f0 Merge branch 'master' of github.com:yiisoft/yii2 2013-11-26 16:29:04 -05:00
Qiang Xue
13c6b99814 Fixes #1331: Added support for using '*' to specify verb filters for all actions. 2013-11-26 16:28:55 -05:00
Qiang Xue
8814955ab9 Merge pull request #1330 from plusodinminus/patch-1
Docs typos [; before ?> in view]
2013-11-26 12:24:17 -08:00
Алексей
4bc205ae37 Update form.md 2013-11-26 23:06:44 +03:00
Алексей
c147fb2585 Update view.md 2013-11-26 23:06:01 +03:00
Klimov Paul
38df36840f Mongo test config updated. 2013-11-26 21:19:16 +02:00
Klimov Paul
529af8edc4 Mongo "Database" and "Collection" classes introduced. 2013-11-26 21:16:55 +02:00
Qiang Xue
1d0bc00c33 disable coveralls temporarily. 2013-11-26 14:11:04 -05:00
Qiang Xue
35de471aa6 Merge pull request #1327 from kamilsk/master
fix issue #1315
2013-11-26 10:11:32 -08:00
Kamil
7e12ae5767 fix issue #1315 2013-11-26 21:30:06 +04:00
Carsten Brandt
3a613e8565 allow setting css rel explicitly
used e.g. for less client side compiling
2013-11-26 17:33:05 +01:00
Carsten Brandt
91998d03a7 fixed typo in README 2013-11-26 16:58:20 +01:00
Paul Klimov
3b5ee4fbe9 Mongo Command created. 2013-11-26 17:03:08 +02:00
Qiang Xue
56f2530151 Fixed typo. 2013-11-26 09:57:53 -05:00
Qiang Xue
1b504be650 Fixes #1323: Added View::defaultExtension. 2013-11-26 08:52:21 -05:00
Qiang Xue
19bffa38c8 Fixes #1326: DetailView: visibility of the attribute 2013-11-26 08:44:57 -05:00
Carsten Brandt
2b9b364c5b Update form.md
Added example for not using field()
http://www.yiiframework.com/forum/index.php/topic/49225-activeform-how-do-you-call-label-input-and-errors-individually/
2013-11-26 12:00:01 +01:00
Alexander Makarov
65be184344 Fixes #1324: added missing @console alias to advanced app 2013-11-26 14:44:33 +04:00