35 Commits

Author SHA1 Message Date
7736853837 property code style extensions 2014-07-30 00:40:46 +02:00
2a98bb3014 Docs for Sphinx extension updated 2014-06-05 15:01:08 +03:00
e4b1f4e9f0 Docs for Sphinx extension updated 2014-06-05 13:09:46 +03:00
603127712b Escaping of the special characters at 'MATCH' statement reworked 2014-06-05 11:46:35 +03:00
3f001aeed0 Escaping of the special characters at 'MATCH' statement added 2014-06-03 13:47:15 +03:00
c27ac8ef0e updated phpdoc 2014-04-26 03:39:46 +02:00
fe14f0c5e3 fixed all the PHPdoc in extensions 2014-04-23 03:25:11 +02:00
a60d295253 Added support for using sub-queries when building a DB query with IN condition 2014-04-15 20:20:18 -04:00
0fa19291f1 refactored filterWhere(). 2014-04-02 20:03:42 -04:00
e9e59483f4 removed unnecessary code duplication 2014-04-02 19:07:13 +02:00
96f1c4c10b renamed Query::filter() to Query::filterWhere() 2014-04-02 18:48:14 +02:00
06fdb79730 Added support for arbitrary number of parameters for NOT, AND, OR in filter methods of Query 2014-03-31 15:09:33 +04:00
8cd247730a Query::filter() adjustments 2014-03-29 23:26:02 +04:00
3c1a8141fd fixes #2002 2014-03-27 12:41:16 +04:00
1e75427393 updated classmap and phpdoc 2014-03-24 23:26:30 +01:00
8c2e39235f Turn module and application into DI containers. 2014-03-17 23:57:01 -04:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
1b7e1cd027 Merge pull request #2605 branch 'feature' of https://github.com/mongosoft/yii2 into code-style
* 'feature' of https://github.com/mongosoft/yii2:
  returned back formatting language files
  code style. WHILE
  code style. FOR
  code style. FOREACH
  code style. operator IF
  @param, @var, @property and @return must declare types as boolean, integer, string, array or null
  short echo tags
  short array syntax

Conflicts:
	extensions/apidoc/commands/RenderController.php
	extensions/apidoc/models/BaseDoc.php
	extensions/apidoc/models/Context.php
	extensions/apidoc/templates/bootstrap/Renderer.php
	extensions/apidoc/templates/bootstrap/layouts/guide.php
	extensions/apidoc/templates/bootstrap/layouts/main.php
	extensions/apidoc/templates/bootstrap/views/index.php
	extensions/apidoc/templates/html/Renderer.php
	extensions/apidoc/templates/offline/views/index.php
	extensions/apidoc/templates/offline/views/offline.php
	extensions/apidoc/templates/online/views/index.php
	extensions/elasticsearch/Connection.php
	extensions/redis/ActiveQuery.php
	framework/base/ErrorException.php
	framework/helpers/BaseFileHelper.php
	tests/unit/framework/helpers/FileHelperTest.php
2014-03-07 21:54:44 +01:00
e2aacad8aa Added links to PHP.net to apidoc 2014-03-07 19:41:43 +01:00
c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 2014-03-03 20:50:44 +03:00
be2b76d40f Method "callSnippetsInternal" for the Sphinx Query extracted 2014-02-12 23:20:12 +02:00
f59598bb8b Added support for building SQLs with sub-queries 2014-02-11 23:23:02 -05:00
81d23332df afterFind event in AR is now called after relations have been populated
fixes #1993
2014-01-16 10:28:58 +01:00
da9d544c54 psr-4 change. 2014-01-10 21:06:25 -05:00
41685a2409 moved extensions under yii. 2013-12-09 23:51:49 -05:00
8be4f3778a updated properties of extensions 2013-11-25 15:33:59 +01:00
bb46d0594e Sphinx documentation updated. 2013-11-20 20:24:56 +02:00
d1c87c7e31 Sphinx documentation updated. 2013-11-20 17:28:02 +02:00
6a5b8d1904 Sphinx Query refactored. 2013-11-20 11:27:44 +02:00
01df011ea3 Sphinx Query updated to implement QueryInterface. 2013-11-18 15:53:45 +02:00
e1065ef1fc "snippetByModel" option added to Sphinx Active Query. 2013-11-17 17:02:47 +02:00
386b58b2a1 Snippet call options added to Sphinx Query. 2013-11-17 16:26:58 +02:00
47a2e211d6 Separated method "match" added to "yii\sphinx\Query" 2013-11-14 19:15:18 +02:00
36da1617e8 "yii\sphinx\Query" has been composed, unit test for it added. 2013-11-13 17:10:56 +02:00
fe3f7f2dde "Sphinx" extension files layout recomposed. 2013-11-11 11:30:35 +02:00