Commit Graph

1132 Commits

Author SHA1 Message Date
Carsten Brandt
29753b3e59 apidocs: use erusev/parsedown for markdown parsing
added quick and dirty code highlighing and got much faster
2014-01-29 19:20:39 +01:00
Carsten Brandt
5c26f01f84 fixed doc links 2014-01-29 12:22:30 +01:00
Qiang Xue
b948454597 minor fixes. 2014-01-29 00:08:03 -05:00
Carsten Brandt
bad5a1199f apidoc: static methods do not define properties 2014-01-29 02:38:54 +01:00
Carsten Brandt
4f68b8a4bb added README to main framework docs 2014-01-29 02:29:09 +01:00
Carsten Brandt
7fa619feb3 added extensions to API docs 2014-01-29 02:17:17 +01:00
Carsten Brandt
bff6e67f9a added timestamp to apidocs template 2014-01-29 00:57:38 +01:00
Carsten Brandt
193bc5011b added interface methods to abstract classes 2014-01-28 18:01:57 +01:00
Carsten Brandt
7924e6d1fb fixed apidoc context for markdown rendering 2014-01-28 16:50:35 +01:00
Carsten Brandt
3f1a0307cc improved problems reporting in apidoc command 2014-01-28 16:39:23 +01:00
Carsten Brandt
abceccfd49 improved APIdocs template by sorting all items 2014-01-28 15:16:18 +01:00
Carsten Brandt
0f7732e80b fixed apidoc link parsing 2014-01-28 15:15:37 +01:00
Carsten Brandt
f93054a486 fixed possible problem with realpath and false value
realpath(false) = current working directory.
This can cause problems with getAlias() which returns false.

see yiisoft/yii#3113
2014-01-28 14:28:39 +01:00
Qiang Xue
505cb7d622 added missing use statement. 2014-01-27 18:21:55 -05:00
Carsten Brandt
21ae27b306 updated phpdoc properties 2014-01-28 00:11:18 +01:00
John Was
62a7e397e0 fix the _only_ option in calls to FileHelper::findFiles() 2014-01-27 21:04:49 +01:00
Alexander Makarov
5eadeec8d4 Added missing class header, used HEREDOC instead of echo 2014-01-27 17:47:50 +04:00
Alexander Makarov
d4dd55482d changelog 2014-01-27 06:15:32 +04:00
Alexander Makarov
a37b35a4e1 Fixes #1897
- Gii diff markup is now copy paste friendly
- Removed StringHelper::diff()
- Moved phpspec/php-diff dependency from yiisoft/yii2 to yiisoft/yii2-gii
2014-01-27 06:13:13 +04:00
Qiang Xue
150d71368b Merge branch 'request-params-refactoring' of github.com:cebe/yii2 into cebe-request-params-refactoring
Conflicts:
	framework/CHANGELOG.md
2014-01-26 17:41:14 -05:00
Mark
1949c532aa docs added 2014-01-26 19:05:03 +04:00
Mark
2186e3fd4f fixed docs 2014-01-26 18:59:04 +04:00
Mark
d05e91393d docs fix 2014-01-26 18:47:46 +04:00
Mark
60dbd643fb typo fix 2014-01-26 18:46:54 +04:00
Mark
faaabeec5c docs fixed 2014-01-26 18:38:01 +04:00
Mark
107eb8114b added titles, fixed formatting 2014-01-26 13:56:00 +04:00
Mark
67aff10102 fixed test docs for codeception extension 2014-01-26 13:47:45 +04:00
Qiang Xue
f6dd6fa2e9 Renamed ActiveRecordInterface::createActiveRelation() to createRelation() 2014-01-24 14:46:53 -05:00
Carsten Brandt
c239afbf1e added guide to apidoc bootstrap template 2014-01-24 16:17:40 +01:00
Thiago Talma
d92a23536c Ensure that the table prefix is used when generating the class name. 2014-01-23 18:03:30 -02:00
Klimov Paul
9e9c52e91a Merge branch 'master' of github.com:yiisoft/yii2 2014-01-23 20:45:06 +02:00
Carsten Brandt
33b53fa55d added apidoc template based on twitter bootstrap
issue #1797
2014-01-23 15:27:35 +01:00
Carsten Brandt
bf59a521cb subwidgets should be rendered in the same view 2014-01-23 13:06:18 +01:00
Carsten Brandt
79a14e7a4e created apidoc generator online template for yiiframework.com 2014-01-23 12:03:31 +01:00
Carsten Brandt
35cd2bff25 apidoc command: fixed vendor path 2014-01-23 10:40:10 +01:00
Daniel Schmidt
40090577c5 Merge branch 'master' of git://github.com/yiisoft/yii2 into 2103-rename-accessdeniedhttpexception 2014-01-22 19:23:51 -08:00
Qiang Xue
c74db68ce7 Fixes #1974. 2014-01-22 12:55:35 -05:00
Qiang Xue
2310fe6ee4 Merge pull request #2111 from dizews/get-headers
Added ability to get incoming headers
2014-01-22 08:13:47 -08:00
Vladimir Zbrailov
4dabe605e3 added use http_get_request_headers and use getHeaders method in Gii module 2014-01-22 18:54:10 +04:00
Carsten Brandt
954b0b5faf more path fixes for apidoc command 2014-01-22 15:28:20 +01:00
Carsten Brandt
48712c71f2 added notes about default limit set by elasticsearch
fixes #1864
2014-01-22 15:11:11 +01:00
Carsten Brandt
a69554e894 fixed paths in apidoc script according to psr-4 autoload and composer/bin 2014-01-22 14:54:50 +01:00
Carsten Brandt
c4db587bc2 updated apidoc composer.json
require a version that contains phpDocumentor/Reflection#16
2014-01-22 14:10:10 +01:00
Carsten Brandt
7438b6b450 removed unused use tag 2014-01-22 09:40:32 +01:00
Daniel Schmidt
f24454a458 Renames AccessDeniedHttpException to ForbiddenHttpException in framework, docs, and extension files 2014-01-21 17:11:28 -08:00
Thiago Talma
e299b78a2c Best way to get the labels to search, the existing model. 2014-01-21 18:01:35 -02:00
Klimov Paul
801ed45804 Merge branch 'master' of github.com:yiisoft/yii2 2014-01-21 21:29:54 +02:00
Carsten Brandt
ab59a795e2 more reliable way of saving debug index file
fixes #1884
2014-01-21 18:34:29 +01:00
Carsten Brandt
477ee2e5eb added information about request body to debug toolbar 2014-01-21 17:16:50 +01:00
Carsten Brandt
fadc23a329 improved erorr handling in api doc controller 2014-01-21 15:28:37 +01:00