e6f5c46cdc
Fixes #15633 : Deprecate some things going away/changing in 2.1
...
- Deprecated `yii\base\BaseObject::className()` in favor of native PHP syntax `::class`, which does not trigger autoloading
- Deprecated XCache and Zend data cache support as caching backends
- Deprecated `yii\BaseYii::powered()` method
- Added `yii\base\InvalidArgumentException` and deprecated `yii\base\InvalidParamException`
- Added `yii\BaseYii::debug()` and deprecated `yii\BaseYii::trace()`
2018-02-11 01:48:29 +03:00
65f6b59b35
@inheritdoc
notation changed
2018-01-23 13:11:24 +02:00
2d672b6722
release version 2.0.13
2017-11-03 01:09:29 +03:00
5a8c3d537b
Enable phpdoc_summary
rule in php-cs-fixer config ( #14675 )
...
* Enable `phpdoc_summary` rule in php-cs-fixer config.
* Fix case in "PHPDoc".
2017-08-21 11:19:35 +02:00
03d53b785d
Fixes #14449 : Fix PHP 7.2 compatibility bugs and add explicit closure support in yii\base\Application
2017-07-14 12:23:03 +03:00
a50d9d8e3e
Enable include
rule in php-cs-fixer ( #14418 )
2017-07-10 13:19:57 +03:00
fe8a0a6a2e
Enable no_useless_else
rule in php-cs-fixer ( #14420 )
2017-07-10 11:26:21 +03:00
ba0ab403b5
Added php-cs-fixer coding standards validation to Travis CI ( #14100 )
...
* php-cs-fixer: PSR2 rule.
* php-cs-fixer: PSR2 rule - fix views.
* Travis setup refactoring.
* Add php-cs-fixer to travis cs tests.
* Fix tests on hhvm-3.12
* improve travis config
* composer update
* revert composer update
* improve travis config
* Fix CS.
* Extract config to separate classes.
* Extract config to separate classes.
* Add file header.
* Force short array syntax.
* binary_operator_spaces fixer
* Fix broken tests
* cast_spaces fixer
* concat_space fixer
* dir_constant fixer
* ereg_to_preg fixer
* function_typehint_space fixer
* hash_to_slash_comment fixer
* is_null fixer
* linebreak_after_opening_tag fixer
* lowercase_cast fixer
* magic_constant_casing fixer
* modernize_types_casting fixer
* native_function_casing fixer
* new_with_braces fixer
* no_alias_functions fixer
* no_blank_lines_after_class_opening fixer
* no_blank_lines_after_phpdoc fixer
* no_empty_comment fixer
* no_empty_phpdoc fixer
* no_empty_statement fixer
* no_extra_consecutive_blank_lines fixer
* no_leading_import_slash fixer
* no_leading_namespace_whitespace fixer
* no_mixed_echo_print fixer
* no_multiline_whitespace_around_double_arrow fixer
* no_multiline_whitespace_before_semicolons fixer
* no_php4_constructor fixer
* no_short_bool_cast fixer
* no_singleline_whitespace_before_semicolons fixer
* no_spaces_around_offset fixer
* no_trailing_comma_in_list_call fixer
* no_trailing_comma_in_singleline_array fixer
* no_unneeded_control_parentheses fixer
* no_unused_imports fixer
* no_useless_return fixer
* no_whitespace_before_comma_in_array fixer
* no_whitespace_in_blank_line fixer
* not_operator_with_successor_space fixer
* object_operator_without_whitespace fixer
* ordered_imports fixer
* php_unit_construct fixer
* php_unit_dedicate_assert fixer
* php_unit_fqcn_annotation fixer
* phpdoc_indent fixer
* phpdoc_no_access fixer
* phpdoc_no_empty_return fixer
* phpdoc_no_package fixer
* phpdoc_no_useless_inheritdoc fixer
* Fix broken tests
* phpdoc_return_self_reference fixer
* phpdoc_single_line_var_spacing fixer
* phpdoc_single_line_var_spacing fixer
* phpdoc_to_comment fixer
* phpdoc_trim fixer
* phpdoc_var_without_name fixer
* psr4 fixer
* self_accessor fixer
* short_scalar_cast fixer
* single_blank_line_before_namespace fixer
* single_quote fixer
* standardize_not_equals fixer
* ternary_operator_spaces fixer
* trailing_comma_in_multiline_array fixer
* trim_array_spaces fixer
* protected_to_private fixer
* unary_operator_spaces fixer
* whitespace_after_comma_in_array fixer
* `parent::setRules()` -> `$this->setRules()`
* blank_line_after_opening_tag fixer
* Update finder config.
* Revert changes for YiiRequirementChecker.
* Fix array formatting.
* Add missing import.
* Fix CS for new code merged from master.
* Fix some indentation issues.
2017-06-12 12:25:45 +03:00
cb53b2feec
Fixes #14081 : Added yii\caching\CacheInterface
to make custom cache extensions adoption easier
2017-06-11 19:18:33 +03:00
c19b2f7dc8
release version 2.0.11
2017-02-01 17:46:29 +01:00
437825be70
Implemented Container::setDependencies(), Container::setDefinitions
...
Closes #11758
Closes #13029
2016-12-02 15:08:24 +02:00
4aa935e69e
Fixes #12055 : Changed boolean
to bool
and integer
to int
in phpdoc
2016-11-07 02:51:39 +03:00
32f4dc8997
Fixes #5385 : links created from classes to corresponding guide articles ( #12920 )
2016-11-04 18:55:14 +03:00
8d05bd9479
yii\base\Application::$version
converted to yii\base\Module::$version
virtual property, allowing to specify version as a PHP callback
...
`yii\base\Application::$version` converted to `yii\base\Module::$version` virtual property, allowing to specify version as a PHP callback
2016-10-25 17:10:56 +03:00
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