40 Commits

Author SHA1 Message Date
ecb0e5790e doc fix [skip ci] 2014-12-04 15:12:08 -05:00
992db0efef apidoc minor fixes: phpdoc, use statements, comments 2014-11-27 15:15:32 +03:00
db82518d54 fixed apidoc wrong property definedBy
fixes #5899
2014-11-20 12:19:55 +01:00
acba9e5bd3 fix crash when setter w/o arguments is defined
fixes #5623
2014-10-17 15:33:07 +02:00
6b353bb5df added documentation about #5175 2014-09-27 22:09:33 +02:00
222f9ddfad added missing documentation about the NOT operator in Query
fixes #5147
2014-09-24 12:53:33 +02:00
88d38b7820 Fixes #4501: Renamed the constant YII_PATH to YII2_PATH 2014-08-14 22:17:05 -04:00
7736853837 property code style extensions 2014-07-30 00:40:46 +02:00
1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 2014-07-30 02:15:08 +04:00
07f01bcf2b Used substr_compare instead of substr when we don't care about result 2014-07-23 16:37:49 +04:00
85f49e0cfe fixed apidoc short description
fixes #2797
2014-05-25 22:29:31 +02:00
c67c491053 fixed apidoc inherit 2014-05-11 12:15:03 +02:00
c3fe4aa0fd @inheritdoc from interfaces and params 2014-05-06 15:59:52 +02:00
cb8100d76f improved apidoc property detection
do not allow empty property name
fixes #3297
2014-04-30 22:04:22 +02:00
fe14f0c5e3 fixed all the PHPdoc in extensions 2014-04-23 03:25:11 +02:00
0b29c9607d fixed broken API links [skip ci] 2014-04-09 22:22:49 -04:00
8a6eceb852 phpdoc fixes 2014-03-26 15:13:11 +01:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
5ad0efe36a APIDOC beautification 2014-03-11 06:51:37 +01:00
f7a5c29e20 apidoc cleanup 2014-03-09 15:22:17 +01: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
668dacbab6 Merge pull request #2622 branch 'ext-codestyle-fix' of https://github.com/AlexGx/yii2 into code-style
* 'ext-codestyle-fix' of https://github.com/AlexGx/yii2:
  fix php5.4 array syntax
  many phpcs fixes
  fix phpDoc LuaScriptBuilder build @throws

Conflicts:
	extensions/apidoc/commands/RenderController.php
	extensions/apidoc/models/BaseDoc.php
	extensions/apidoc/templates/BaseRenderer.php
	extensions/apidoc/templates/bootstrap/Renderer.php
	extensions/apidoc/templates/bootstrap/layouts/guide.php
	extensions/apidoc/templates/bootstrap/layouts/main.php
	extensions/apidoc/templates/html/Renderer.php
	extensions/apidoc/templates/offline/Renderer.php
	extensions/apidoc/templates/offline/assets/AssetBundle.php
	extensions/apidoc/templates/offline/views/index.php
2014-03-07 21:34:23 +01:00
f279719196 be consistent, use singular inheritdoc 2014-03-07 18:46:26 +01:00
adb28deeff added support for basic @inheritDoc tags 2014-03-07 18:43:50 +01:00
31a1eca556 add source code links to api docs 2014-03-07 17:52:12 +01:00
1982efbdfe many phpcs fixes 2014-03-05 00:22:55 +02:00
426af3177c code style. WHILE 2014-03-03 21:53:26 +03:00
95ea1c20bb code style. FOREACH 2014-03-03 21:47:47 +03:00
b2f1b00bf2 code style. operator IF 2014-03-03 21:32:34 +03:00
ebe972f36d fixed links in elasticsearch README 2014-02-28 18:17:28 +01:00
4a201c7ad5 Removed unused variables 2014-02-07 13:39:35 +04:00
dd26d39dd8 Removed unused namespace imports 2014-02-07 13:26:00 +04:00
bad5a1199f apidoc: static methods do not define properties 2014-01-29 02:38:54 +01:00
193bc5011b added interface methods to abstract classes 2014-01-28 18:01:57 +01:00
3f1a0307cc improved problems reporting in apidoc command 2014-01-28 16:39:23 +01:00
21ae27b306 updated phpdoc properties 2014-01-28 00:11:18 +01:00
79a14e7a4e created apidoc generator online template for yiiframework.com 2014-01-23 12:03:31 +01:00
7d33a5d3b5 Some Code style fixes 2014-01-19 13:35:36 -03:00
da9d544c54 psr-4 change. 2014-01-10 21:06:25 -05:00