3539 Commits

Author SHA1 Message Date
4b36d78efb Revert "swapped to return []; (OCD kicking in?)"
This reverts commit a28e74708bb69f6f4e759895777207ce9ad8e342.
2013-11-27 21:54:55 +02:00
5cb2283d89 Travis: Adding sphinx support 2013-11-27 21:52:10 +02:00
0aa9afabd3 Merge branch 'master' of https://github.com/yiisoft/yii2 2013-11-27 21:01:51 +02:00
c12683158c Merge pull request #1340 from pmoust/ocd
Removed whitespace etc.. *cringe*
2013-11-27 10:23:33 -08:00
58bd2fb958 Only whitespace removal 2013-11-27 20:19:56 +02:00
f6a3496e8d Removed trailing whitespace.. (OCD really kicking in) 2013-11-27 19:53:11 +02:00
a28e74708b swapped to return []; (OCD kicking in?) 2013-11-27 19:48:16 +02:00
bf708aa824 Fixes #1334: foreign key is incorrectly determined for pgsql. 2013-11-27 11:55:35 -05:00
1fe7f5aaf8 Fixes #1335: findLayoutFile() should respect View::defaultExtension. 2013-11-27 08:47:10 -05:00
af778d1a13 Fixed actions() docs where alias was used to refer to class 2013-11-27 13:36:05 +04:00
408eee75a9 Used full method names when sending email in advanced app 2013-11-27 12:58:28 +04:00
e3292c959a Advanced application template now uses mailer component instead of mail() function 2013-11-27 03:48:20 +04:00
d829dbb2f0 Merge branch 'master' of github.com:yiisoft/yii2 2013-11-26 16:29:04 -05:00
13c6b99814 Fixes #1331: Added support for using '*' to specify verb filters for all actions. 2013-11-26 16:28:55 -05:00
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
1d0bc00c33 disable coveralls temporarily. 2013-11-26 14:11:04 -05:00
35de471aa6 Merge pull request #1327 from kamilsk/master
fix issue #1315
2013-11-26 10:11:32 -08:00
7e12ae5767 fix issue #1315 2013-11-26 21:30:06 +04:00
3a613e8565 allow setting css rel explicitly
used e.g. for less client side compiling
2013-11-26 17:33:05 +01:00
91998d03a7 fixed typo in README 2013-11-26 16:58:20 +01:00
56f2530151 Fixed typo. 2013-11-26 09:57:53 -05:00
1b504be650 Fixes #1323: Added View::defaultExtension. 2013-11-26 08:52:21 -05:00
19bffa38c8 Fixes #1326: DetailView: visibility of the attribute 2013-11-26 08:44:57 -05:00
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
65be184344 Fixes #1324: added missing @console alias to advanced app 2013-11-26 14:44:33 +04:00
f0c080bf0e Fixes #1323: updated template engines guide section 2013-11-26 13:07:03 +04:00
ca4a12fdba Merge pull request #1322 from pmoust/master
swapped docs and Exception to type InvalidParamException
2013-11-25 19:00:31 -08:00
21014b4064 swapped docs and Exception to type InvalidParamException 2013-11-26 04:56:07 +02:00
16739ec3f0 Merge pull request #1321 from pmoust/inheritdoc-fix
fixed PhpDoc by swapping to {@inheritdoc}
2013-11-25 18:29:59 -08:00
80de4e6e65 more docs on elasticsearch 2013-11-26 03:27:32 +01:00
2ff8ac3d61 fixed PhpDoc by swapping to {@inheritdoc} 2013-11-26 04:24:20 +02:00
324e10694d updated sphinx active record with changes from DB AR 2013-11-26 01:48:52 +01:00
25fb11e93f Merge pull request #1295 from yiisoft/elasticsearch
[WIP] Elasticsearch
2013-11-25 16:28:11 -08:00
143addab4d improved logging and error handling 2013-11-25 23:59:27 +01:00
ee538faff7 added profile and logging to connection 2013-11-25 23:43:22 +01:00
1c08c06da8 implemented connection based on CUrl
far better than depending on fat guzzle
2013-11-25 23:32:54 +01:00
4205623918 Fixes #1312: fixed types map for MSSQL 2013-11-26 01:26:39 +04:00
752261e9ec fixed redis session init() call
fixes #1319
2013-11-25 20:45:33 +01:00
a2aa4ff858 cleanup Command interface, alpha ready 2013-11-25 20:40:21 +01:00
40fc84b342 cleanup & docs 2013-11-25 20:29:35 +01:00
5164a1671c finalized Query interface + general cleanup 2013-11-25 20:12:45 +01:00
025d36cbec even more on random test failure 2013-11-25 16:05:49 +01:00
084f6666f1 Merge branch 'master' into elasticsearch
* master:
  fixed broken sphinx AR::attributes() declaration
  updated properties of extensions
  fixed cubrid limit
  added redis Session
  allow redis connection to be configure directly in cache
  removed unneeded setting.
  refactored redis cache.

Conflicts:
	extensions/redis/README.md
2013-11-25 15:49:06 +01:00
e2ff98ab53 fixed broken sphinx AR::attributes() declaration
Model::attributes() has been made static
2013-11-25 15:34:26 +01:00
8be4f3778a updated properties of extensions 2013-11-25 15:33:59 +01:00
2691299b42 display elasticsearch version in travis 2013-11-25 14:54:35 +01:00
de1b533a08 fixed cubrid limit 2013-11-25 14:52:36 +01:00
3cb366020a added redis Session
as suggested in issue #1316
2013-11-25 14:39:21 +01:00