125 Commits

Author SHA1 Message Date
d7a251bbec Removed unused imports, added missing phpdoc 2014-05-30 11:55:17 +06:00
0f4817005f finished PDF support for guide
added class references (current version without hyperlink)
2014-05-28 17:20:24 +02:00
fd461a9eec better listings in guide pdf 2014-05-28 14:12:06 +02:00
3ff2e4e3f3 improved PDF version of the guide
- better title page,
- book style,
- improved internal linking using labels and references
2014-05-28 13:29:24 +02:00
6647709113 generate PDF file chapters from README.md structure 2014-05-26 18:36:44 +02:00
d52299baa2 first approach to a PDF guide 2014-05-26 18:05:40 +02:00
85f49e0cfe fixed apidoc short description
fixes #2797
2014-05-25 22:29:31 +02:00
b7e493fca0 Tabs to spaces to be consistent
```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vendor/bin/indent --spaces -r . --pattern=*.md
vendor/bin/indent --spaces -r . --pattern=yii.*.js
vendor/bin/indent --spaces -r . --pattern=*.css
```
2014-05-23 16:58:21 +02:00
e1b4777021 fixes Yii source path
fixes #3551
2014-05-23 13:18:29 +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
39a2e1efd7 adjusted guide renderer to new guide structure 2014-05-04 07:04:43 +02:00
6c4046da49 defer loading of search index in api doc
fixes #3289
2014-04-30 23:18:36 +02:00
cb8100d76f improved apidoc property detection
do not allow empty property name
fixes #3297
2014-04-30 22:04:22 +02:00
23866f67a0 improved usability for the apidoc search 2014-04-26 14:30:31 +02:00
0a86091984 use mb_ string functions to truncate description 2014-04-25 05:06:13 +02:00
97e13d82e7 renamed jssearch 2014-04-25 04:41:07 +02:00
5f77cb97c5 added search form to api docs 2014-04-25 04:06:07 +02:00
fe14f0c5e3 fixed all the PHPdoc in extensions 2014-04-23 03:25:11 +02:00
c7c708d454 Removed unused imports 2014-04-17 15:35:09 +04:00
f4c38faf74 prepare for next release. 2014-04-13 21:22:29 -04:00
8bbcff70db prepare for 2.0.0-beta release. 2014-04-13 17:58:59 -04:00
c6e1a2f02f Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2: (79 commits)
  Refactored app bootstrap logic.
  Update authorization.md
  Fixes #3052: Fixed the issue that cache dependency data is not reused when `reusable` is set true
  start debug logging only if debug runs when bootstrap.
  Update finnish translation
  Add ODBC support to yii\db\Connection
  updated error handler and requirement checker links.
  fixed broken API links [skip ci]
  added more doc [skip ci]
  update class map.
  Fixes #2034: Added `ContentNegotiator` to support response format and language negotiation
  renamed attributes to attributeNames in model
  updated phpdoc
  Removed `Application::preload` in favor of `Application::bootstrap`
  Update module-debug.md
  Update model.md
  Fixes
  Update basics.md
  typo fix [skip ci]
  Added `HtmlResponseFormatter` and `JsonResponseFormatter`
  ...
2014-04-10 22:22:36 +02:00
3c400dbca8 fixed file PHPdoc
issue #3026
2014-04-10 22:10:59 +02:00
0b29c9607d fixed broken API links [skip ci] 2014-04-09 22:22:49 -04:00
92bd71cd84 Fixes #2912: Relative view files will be looked for under the directory containing the view currently being rendered 2014-03-28 21:54:32 -04:00
67dd874e0c renamed console controller optoins param $id to $actionId 2014-03-26 17:51:52 +01:00
f93d871cd6 fixed wrong method calls in elasticsearch Command 2014-03-26 16:18:28 +01:00
8a6eceb852 phpdoc fixes 2014-03-26 15:13:11 +01:00
0cd4626094 fixed docblock 2014-03-21 13:45:50 +01:00
ca00c94062 fixed docblock indent 2014-03-21 13:44:35 +01:00
ac3ea60be8 tabs to spaces 2014-03-21 11:55:12 +01:00
7499c19878 use all 12 columns, left sidebar is now span-3 2014-03-21 11:49:22 +01:00
534eb8b421 added path when script is run from yii2-dev/extensions 2014-03-21 00:19:17 +01:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
40cb98bb02 updated @property annotations 2014-03-11 16:21:25 +01:00
5ad0efe36a APIDOC beautification 2014-03-11 06:51:37 +01:00
348dfa78eb Merge pull request #2676 from yiisoft/url-helper
#2630: `yii\heplers\Html::url` moved to new `yii\helpers\Url::create`
2014-03-11 01:36:05 +03:00
1998935309 Merge pull request #2671 from hqx/2670-ConsoleLocalOptions
2670 console local options
2014-03-10 18:23:26 -04:00
5d6c314d4e Adjusted URL helper, fixed usage 2014-03-10 15:25:15 +04:00
706ab7f968 combine globalOptions() with local options into options($id)
adjust existing Console Controllers and docs
2014-03-09 22:45:04 +01:00
92b381795b Adjusted Url helper methods 2014-03-10 01:34:05 +04:00
f7a5c29e20 apidoc cleanup 2014-03-09 15:22:17 +01:00
3400eb5215 #2630: yii\heplers\Html::url moved to new yii\helpers\Url::create 2014-03-09 16:41:55 +04:00
269d1303a9 Code style fixes 2014-03-08 20:47:04 -03:00
168b37eb9b minor apidoc style 2014-03-08 21:04:47 +01:00
595f55c504 api doc improvements 2014-03-08 14:20:19 +01:00
24b0de63d5 Minor code style fixes for apidoc 2014-03-08 02:50:59 +04: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