129 Commits

Author SHA1 Message Date
1f7134634b Use static:: instead of $this for static method calls 2016-02-16 14:06:23 +03:00
cd87d67f34 Global DOCS update: ~~~ replaced with ``` 2015-12-02 23:15:28 +02:00
5ab4f0f090 Better quotes usage in strings
- Use single quote where interpolation isn't necessary
- Use interpolation when it's better than concatenation
2015-10-10 00:23:52 +03:00
858ceb5039 Added yii\base\Application::loadedModules 2014-09-30 21:36:29 -04:00
074c1f6c53 Merge branch 'master' into new-asset
Conflicts:
	apps/basic/composer.json
	composer.json
2014-09-16 20:03:53 -04:00
d82195706f UPGRADE and CHANGELOG notes for the Formatter changes 2014-09-10 17:56:25 +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
60e07e0d2a new asset WIP: renabled asset publishing 2014-09-02 14:51:44 -04:00
1f31f27787 phpdoc 2014-07-29 22:19:14 +02:00
0edd8bc65a Fixed missing and incorrect phpdoc 2014-07-25 17:26:35 +04:00
9c4d4715dd guide WIP [skip ci] 2014-07-03 08:33:09 -04:00
54ac875e21 Component 'security' added tp the base application 2014-06-27 14:26:51 +03:00
8e96623a56 Fixes #1452: Added Module::getInstance() to allow accessing the module instance from anywhere within the module 2014-06-26 22:04:41 -04:00
0ff0f9d32e Missing files for #4071 2014-06-26 18:28:57 +04:00
c7d8439072 Fixes #3687: Default sourceLanguage and language are now en-US in order for i18n formatter to work correctly 2014-06-08 02:38:32 +04:00
a034fc2659 Additional Application property for $formatter 2014-06-07 05:18:12 +04:00
5210573622 guide WIP [skip ci] 2014-05-28 08:44:39 -04:00
1122da950c Adjustments according to comments on #3575 2014-05-25 03:49:15 +04:00
07f30cb04c Fixes #3542: Removed requirement to specify extensions in application config 2014-05-24 18:11:59 +04:00
313437f3c0 Fixes #3284: Added support for checking multiple ETags by yii\filters\HttpCache. 2014-05-23 15:53:49 -04:00
44d7d5fdd8 fixed wrong usage of @see 2014-05-23 19:18:25 +02:00
e899406494 improved docs about application and module namespace
fixes #3539
2014-05-23 19:14:36 +02:00
a2aa20f183 simplified errorhandler registration. 2014-05-11 20:59:20 -04:00
8134af0edd allow using errorhandler from the app namespace
fixes #3431
2014-05-11 21:12:32 +02:00
5fbb65ad81 Fixes #3121: yii\base\Application::bootstrap may fail to load some components if they are specified as class names 2014-04-16 12:17:55 -04:00
8bbcff70db prepare for 2.0.0-beta release. 2014-04-13 17:58:59 -04:00
a6136e1b16 Renamed yii\web\User::checkAccess() to yii\web\User::can() 2014-04-12 19:14:50 -04:00
ea75177abc Refactored app bootstrap logic. 2014-04-10 15:05:01 -04:00
3fdcf11f24 updated phpdoc 2014-04-09 18:51:45 +02:00
586f5b87b0 Removed Application::preload in favor of Application::bootstrap 2014-04-09 10:47:10 -04:00
50e338127d Improved action filter and action execution flow by supporting installing action filters at controller, module and application levels 2014-04-04 23:30:59 -04:00
7be743e1a7 cleanup application errorHandler getter 2014-03-30 12:24:45 +02:00
a4b6fb263d handle Exceptions in application init() 2014-03-30 01:27:18 +01:00
89f6a00147 created console errorHandler 2014-03-30 01:04:43 +01:00
f2b20d99d5 Merge branch 'master' into refactor-errorhandler
* master:
  Fixes #2912: Relative view files will be looked for under the directory containing the view currently being rendered
  app end improvement.
  improvement of Application::end() handling.
  typo fix.
  Fixes #2910: Added `Application::end()`

Conflicts:
	framework/base/Application.php
2014-03-30 00:27:51 +01:00
48383f9a19 app end improvement. 2014-03-28 18:05:43 -04:00
43b8430e0f improvement of Application::end() handling. 2014-03-28 18:03:10 -04:00
c40ae85994 typo fix. 2014-03-28 17:00:12 -04:00
ac74fede28 Fixes #2910: Added Application::end() 2014-03-28 16:59:21 -04:00
d4ad533d48 moved error handling related methods from app to errorhandler 2014-03-28 19:57:11 +01:00
b9b4555da6 move assetManager to base application. 2014-03-27 14:09:30 -04:00
f8b63591b0 Fix #2877: yii\log\Logger is split into yii\log\Logger and yii\log\Dispatcher. (qiangxue) 2014-03-26 21:48:41 -04:00
1e75427393 updated classmap and phpdoc 2014-03-24 23:26:30 +01:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
a9546a9906 do not throw exception for Application::getCache() when cache is not installed. 2014-03-21 16:30:36 -04:00
b9eb5de96d Fixes #2796: Added BootstrapInterface. 2014-03-21 15:37:30 -04:00
be6b259c4e A better fix. 2014-03-21 09:54:49 -04:00
993339f080 Fixes #2842 2014-03-21 09:50:58 -04:00
530d7baabe fixed test break. 2014-03-18 00:23:12 -04:00
a3274c5ffc Fixed test break. 2014-03-18 00:13:02 -04:00