667 Commits

Author SHA1 Message Date
32365e8180 Fixes #2805 2014-03-19 18:15:04 +04:00
b4fd5b5c46 updated german translations 2014-03-18 15:12:19 +01:00
74bbc0eff1 typo fix 2014-03-18 13:37:19 +01:00
28943a1d66 Added note about configuring nginx for HTTPS 2014-03-18 16:29:55 +04:00
ba27e94f58 Update controller.md 2014-03-18 14:36:53 +08:00
302b7a7d8c Merge commit '1ccad3d97db122b71b84f222807e547b86687a12' into feature/composer-docs 2014-03-17 17:56:38 +01:00
36b41bad81 updated composer documentation 2014-03-17 17:56:27 +01:00
d2c84606a9 Fixes #2775: Added yii\base\Application::bootstrap to support running bootstrap classes when starting an application 2014-03-17 11:57:44 -04:00
401ced69a8 doc fix. 2014-03-17 10:07:56 -04:00
9bc18fe5eb Adjusted code style guide 2014-03-17 13:45:47 +04:00
0c59beb2ca small typo fix
change usual code style to php code style
2014-03-17 10:43:23 +03:00
efd2d6db4d typo fix in gii.md 2014-03-17 01:04:55 +08:00
bea8e1ce8a doc fix [skip ci] 2014-03-14 20:06:15 -04:00
b04b51bdf1 fix sql query 2014-03-14 09:49:48 +02:00
919615e5a1 Fixed references in the guide 2014-03-13 13:57:24 +04:00
ebb27ef4d5 [doc]Composer is not a package manager.
It is a issue i found when I translate it.
> Composer is not a package manager, It's a tool for dependency management.

According to their [doc](https://getcomposer.org/doc/00-intro.md)
>Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you.

and 

> **Composer is not a package manager.** Yes, it deals with "packages" or libraries, but it manages > them on a per-project basis, installing them in a directory (e.g. vendor) inside your project. By > default it will never install anything globally. Thus, it is a dependency manager.

So i think, It will be better, if we remain their offical appellation.
2014-03-12 22:07:08 +08:00
3c91574340 Update i18n.md 2014-03-12 00:15:03 +07:00
6889ae34de Fixes #2615: upgrade guide improvements 2014-03-11 15:37:08 +04:00
0442fceec6 Fixed typo 2014-03-11 14:32:46 +04:00
34be99fce8 Merge pull request #2700 from tof06/url-doc-fixes
Url doc fixes
2014-03-11 13:31:43 +03:00
6f3d27fc8e More examples for URL guide 2014-03-11 14:24:55 +04:00
ca3b2cd057 Fix some references to removed Html::url in phpdoc 2014-03-11 11:15:21 +01:00
0b47d9a892 small doc fix in active-record 2014-03-11 12:22:31 +07:00
d265635663 doc fix. 2014-03-09 21:18:49 -04: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
2b842ecc57 Moded URL management methods from controller to Url helper, updated docs 2014-03-10 19:40:32 +04:00
85df781406 Update data-grid.md
DataColumn doesn't have "name" & "type" fields, and should have fully qualified name if not omitted
2014-03-10 09:22:23 +03:00
0702a09166 Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-not-found-links 2014-03-09 23:30:06 +01:00
edc3d2b11a fixed some urls in guide; moved elasticsearch png file to proper location, to be seen by apidoc generator 2014-03-09 23:28:11 +01:00
706ab7f968 combine globalOptions() with local options into options($id)
adjust existing Console Controllers and docs
2014-03-09 22:45:04 +01:00
3adfb543c4 Fixes Yii1 reference. 2014-03-09 13:05:01 +01:00
c4b8f4b692 removed todo from grids guide 2014-03-09 15:34:14 +04:00
db3034478c Update console.md 2014-03-09 04:52:08 +01:00
a154776618 Update test-fixture.md
small typo
2014-03-09 04:14:42 +01:00
80cb3e71e9 added example of using try-catch to hanle errors 2014-03-09 03:30:57 +04:00
150d5152b2 more grid docs 2014-03-09 03:21:42 +04:00
05e79d4f76 Added upgrade note about extensions 2014-03-08 21:55:07 +04:00
10f1283de8 Fixes #2666 2014-03-08 08:22:42 -05:00
5836d479bd Update console-migrate.md
Corrected 'class' parameter
2014-03-08 01:21:01 +01: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
6df4802e12 Edited whole document 2014-03-07 11:16:26 -05:00
db222533e3 Edited
Really not sure what this is. It seems incomplete as is.
2014-03-07 11:16:26 -05:00
acde64c88b finished guide command refactoring 2014-03-07 13:37:58 +01:00
42ba8fe697 rest doc. 2014-03-06 10:05:43 -05:00
e38c4225b2 Merge commit 'bdce87b242abbff800020deba0a5c2031fc2efe7' into feature-restapi
Conflicts:
	framework/db/BaseActiveRecord.php
2014-03-06 00:00:33 -05:00
1b03dc8f4c major features and documentation finished for REST API. 2014-03-05 23:52:33 -05:00
147bbe72e8 Merge branch 'feature-restapi' of git://github.com/yiisoft/yii2 into feature-restapi 2014-03-05 22:22:02 -05:00
18c7c63e66 rest WIP 2014-03-05 22:21:55 -05:00
386979d6a3 Revert "Used ternary operator instead of "or" for constant definition"
This reverts commit 2bb6f13505e212d68841a7e6609806fb30d04002.
2014-03-06 01:56:51 +04:00