yii2-apidoc icon indicating copy to clipboard operation
yii2-apidoc copied to clipboard

Yii 2 apidoc extension.

Results 25 yii2-apidoc issues
Sort by recently updated
recently updated
newest added
trafficstars

Normalizes `.md` URLs | Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues |...

| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues |

Extracted from #282. Reporter - @WinterSilence, see https://github.com/yiisoft/yii2-apidoc/pull/282#issuecomment-1080587912.

type:bug

Found during running `make download` for site, UK language. ``` Using relative link (https://www.php.net/manual/en/function.PDOStatement-setFetchMode.php) but repoUrl is not set. ```

type:bug

### What steps will reproduce the problem? I display problem with method `ActiveRecord::fields()`, but properties have same problem. This method declared in [ArrayableTrait](https://github.com/yiisoft/yii2/blob/master/framework/base/ArrayableTrait.php#L71) and overreeden in [BaseActiveRecord](https://github.com/yiisoft/yii2/blob/master/framework/db/BaseActiveRecord.php#L1689), but `ActiveRecord::fields()` display...

type:bug

Some manuals have links like as [/doc/guide/2.0/en/output-data-widgets.md](https://github.com/yiisoft/yii2/blob/master/docs/guide/output-data-providers.md), this links work fine in github wiki, but `guide` use links like as `https://www.yiiframework.com/doc/guide/2.0/en/output-data-widgets`. Need normalize links to `*.md` files at rendering guide...

type:bug
status:ready for adoption

### What steps will reproduce the problem? Download [PDF guide](https://www.yiiframework.com/doc/download/yii-guide-2.0-en.pdf) or generate it. ### What's expected? The same indentation on each page. ### What do you get instead? Different indentation...

type:bug

This issue has originally been reported by @slinstj at https://github.com/yiisoft/yii2/issues/8773. Moved here by @cebe. --- Principle: the guide's text should be the king: Should have more space for the text;...

type:enhancement
status:need more info
status:under discussion

### What steps will reproduce the problem? Interfaces documentation does not include constants defined in interfaces. Classes implementing the interfaces also therefore do not show the constants used in the...

type:bug

Extracted from #194. Reported by @neoacevedo. ### What steps will reproduce the problem? https://github.com/yiisoft/yii2-apidoc/issues/194#issuecomment-990093808 ### What's expected? Replaced description from a parent method. ### What do you get instead? ```...

type:bug