26 Commits

Author SHA1 Message Date
7736853837 property code style extensions 2014-07-30 00:40:46 +02:00
1085f1bd9b cleanup after #4092
fixes #4086
2014-06-29 13:29:23 +02:00
eb317507d2 made elasticsearch error messages more readable 2014-06-27 18:47:23 +02:00
676b366928 adjusted elasticsearch extension to version 1.0 of ES
breaking changes.
2014-05-06 18:14:32 +02: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
7295540c72 Code style and phpdoc fixes 2014-04-17 15:33:07 +04:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
269d1303a9 Code style fixes 2014-03-08 20:47:04 -03: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
1982efbdfe many phpcs fixes 2014-03-05 00:22:55 +02:00
95ea1c20bb code style. FOREACH 2014-03-03 21:47:47 +03: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
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
5a3dba60be created debug panel for elasticsearch
this panel shows all logged elasticsearch queries and allows to execute
them to see the results.
2013-12-01 22:21:22 +01:00
4565df9313 added debug panel for elasticsearch 2013-12-01 14:17:56 +01:00
73442fb12a doc fix. 2013-11-30 15:51:20 -05: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
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
613758dda5 refactored elasticsearch COnnection and Command 2013-11-25 13:09:38 +01:00
b081cf5e46 moved elasticsearch to extensions 2013-11-25 03:23:12 +01:00