173 Commits

Author SHA1 Message Date
e1371661ee fixed namespace collision
AssetBundle can not be imported because the class already exists in this namespace.

fixes #6475
2014-12-12 16:31:17 +01:00
7881bba26c prepare for next release. 2014-12-07 11:46:05 -05:00
84b42abad0 prepare for 2.0.1 release 2014-12-07 11:42:41 -05:00
ecb0e5790e doc fix [skip ci] 2014-12-04 15:12:08 -05:00
e41d670ab0 Fixed phpdoc 2014-11-27 16:30:06 +03: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
5526cad17f use css class to indicate broken links in generated guide/api docs. [skip ci] 2014-11-19 16:23:13 -05:00
c98950442c Allow customizing GuideRenderer::apiUrl [skip ci] 2014-11-18 23:19:12 -05:00
3090d28038 Allow customizing GuideRenderer::guideUrl. 2014-11-18 10:09:54 -05:00
6cd885e88e Update README.md 2014-11-17 23:05:41 +01:00
f9d83661e4 add guidePrefix option for apidoc 2014-11-17 23:01:40 +01:00
b809f93b69 ensure apidoc works with relative paths 2014-11-17 22:35:37 +01:00
16eab8891f CHANGELOG 2014-10-25 14:15:12 +02:00
fbbb26be5f skipping image dir in apidoc if it does not exist 2014-10-25 14:14:00 +02:00
a90242adf4 apidoc: make the guide PDF renderer work again 2014-10-21 01:27:35 +02:00
acba9e5bd3 fix crash when setter w/o arguments is defined
fixes #5623
2014-10-17 15:33:07 +02:00
47f2272652 prepare for next release. 2014-10-12 16:44:45 -04:00
ae8d978270 2.0.0 release. 2014-10-12 13:09:06 -04:00
5ac1d67a69 fix guide navigation
issue #5082
2014-10-10 22:37:58 +02:00
3e3948d8ea fix breaking changes in markdown for console and API
API is not finished.

issue #5082
2014-10-10 19:40:53 +02:00
664fe08874 updated cebe/markdown to 1.0.0
this commit breaks the apidoc extension. will adjust it afterwards.
2014-10-10 13:21:49 +02:00
a9e91efe8f small fixes thoughout the guide 2014-10-01 00:31:51 +02:00
5205eabe3e prepare for next release. 2014-09-28 01:44:31 -04:00
d2b864da84 prepare for 2.0.0-rc release. 2014-09-27 21:59:54 -04: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
1e5c48957d composer.json tabs -> spaces 2014-09-22 17:37:19 +02:00
e40fd9d623 added branch alias to composer.json 2014-09-22 17:26:21 +02:00
45a748a2d4 added asset path info to apidoc composer.json
fixes #5104, fixes #5101
2014-09-18 23:13:01 +02:00
9885aac0ae Removed unused "use" statements 2014-09-07 15:56:06 +04:00
22d247ba70 Update README.md 2014-09-05 15:12:13 +02:00
73cb5f8aac changed syntax for referencing the guide in apidoc
New syntax:

```
[link to guide](guide:file-name.md)
[link to guide](guide:file-name.md#subsection)
```

fixes #4719
2014-09-05 14:59:22 +02:00
00ca1cb4b3 Fixes #4914 2014-09-04 03:27:13 +04:00
67fc152bae Remove the focus on the search field 2014-08-19 21:59:59 +04:00
67c5894b2b Fixed copyright year in batch files 2014-08-17 18:55:24 +04: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
65d08423c7 Safer checks for apidoc renderer 2014-07-24 20:16:16 +04:00
07f01bcf2b Used substr_compare instead of substr when we don't care about result 2014-07-23 16:37:49 +04:00
fd8828cfb4 resolved naming conflict in apidoc 2014-06-28 01:25:10 +02:00
6578cfbdab updated phpdoc and classmap 2014-06-25 18:24:23 +02:00
10dc407a3c implemented markdown parsing for console command description
issue #746
2014-06-25 18:05:29 +02:00
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
6b799d392d Fixes #3358: Removed automatic CSRF meta tag generation by View. Added Html::csrfMetaTags() and its call to main layout files 2014-06-13 10:04:48 -04:00
3f5e6e9b7e ensure guide PDF compiles with russian characters 2014-06-10 13:00:30 +02:00
75b1f4818c improved HTML guide navigation 2014-06-10 00:09:40 +02:00
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