Commit Graph

704 Commits

Author SHA1 Message Date
Alexander Makarov
22fa0d7c90 Added missing phpdoc for gii classes 2014-02-01 04:55:03 +04:00
Alexander Makarov
b78ae6d97e Minor cleanup for debug module 2014-02-01 04:30:00 +04:00
Alexander Makarov
18be221270 Refactored debug module, added all missing docs 2014-02-01 04:24:01 +04:00
Qiang Xue
2629074baf Merge pull request #2229 from klevron/2204
Fixes #2204
2014-01-31 15:16:05 -08:00
Alexander Makarov
2926a5e16f Removed unused variable 2014-02-01 01:15:00 +04:00
Alexander Makarov
9fb8843130 Removed unnecessary variable 2014-02-01 01:11:59 +04:00
Alexander Makarov
135b7b5543 Added array initialization 2014-02-01 01:10:17 +04:00
Alexander Makarov
09f64d9032 Added array initialization 2014-02-01 01:08:59 +04:00
Kevin LEVRON
7786fa5d76 For Imagine v0.5 (previous code was for 0.6 dev) 2014-01-31 14:15:46 +01:00
Mark
143bdb0727 docs improved 2014-01-31 13:00:01 +04:00
Kevin LEVRON
0034b3c1bd Fixes #2204 2014-01-31 08:56:08 +01:00
Paul Klimov
518954dafe Merge branch 'master' of git://github.com/yiisoft/yii2 2014-01-30 23:03:05 +02:00
Carsten Brandt
adfbba170c fixed link adjustment in guide renderer
fixes #2220
2014-01-30 12:10:54 +01:00
Carsten Brandt
4d6773186e docs: copy guide images
issue #1797
2014-01-30 11:34:49 +01:00
MarsuBoss
1d04eb7871 Fix URL Bootstrap 2014-01-30 11:07:42 +01:00
Carsten Brandt
70b0dd78f6 improvements to php codehighlight 2014-01-30 09:53:16 +01:00
Carsten Brandt
1ecc775238 removed newline from php highlighting 2014-01-30 09:38:11 +01:00
Carsten Brandt
ea7e576ef8 fixed an issue with code highlighting 2014-01-30 09:35:26 +01:00
Qiang Xue
8e11629a65 Fixes #2160: SphinxQL does not support OFFSET
Improved `QueryBuilder::buildLimit()` to support big numbers
2014-01-29 22:42:56 -05:00
Carsten Brandt
1c905873d1 typo 2014-01-29 19:36:59 +01:00
Carsten Brandt
020fd1843a documentation link fixes 2014-01-29 19:33:30 +01:00
Carsten Brandt
1b2e80285b oops, forgot to add a class :) 2014-01-29 19:24:05 +01:00
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