|  | 161526cd41 | HTTPS everywhere (#19503) | 2022-08-03 12:32:18 +03:00 |  | 
			
				
					|  | 4628b91e73 | Fix types (#19332) * Migration::upsert() returns void
* Unneeded `@property` tags
* Add missing `null` param/return types
* Null types for db\Query + db\ActiveQuery
* Fixed testSelect | 2022-03-30 18:40:10 +02:00 |  | 
			
				
					|  | 82be8b61cf | Replacing deprecated ::className()with::class(#18671) | 2021-05-22 23:14:54 +03:00 |  | 
			
				
					|  | cffb129605 | Few quick fixes to make IDE happy | 2020-12-22 18:44:15 +03:00 |  | 
			
				
					|  | a982f31606 | Fixes #17300: Fix class-level Event handling with wildcards | 2020-01-15 13:16:05 +03:00 |  | 
			
				
					|  | 1c919a5ac5 | Fixes #17377: Add tests that verify there are no false positives | 2019-06-18 12:22:35 +03:00 |  | 
			
				
					|  | 317a73a59f | Fixes #17336: Fixed wildcard matching in Event::hasHandlers() | 2019-06-04 15:07:51 +02:00 |  | 
			
				
					|  | ca3c8da503 | Fixes #16377: Fixed yii\base\Event:off()undefined index error when event handler does not match | 2018-06-12 09:50:43 +03:00 |  | 
			
				
					|  | 69a36789c4 | fixed duplicating wildcard event trigger at Event::trigger() | 2018-02-18 21:33:11 +02:00 |  | 
			
				
					|  | 921310fd69 | condition optimized | 2017-12-23 15:33:42 +02:00 |  | 
			
				
					|  | c2cf1f03ca | Event wildcards added to Event | 2017-12-22 17:32:03 +02:00 |  | 
			
				
					|  | 8fccf7f6ca | Event wildcards added | 2017-12-20 17:44:03 +02:00 |  | 
			
				
					|  | 1501c659ac | Add empty lines before return statements. (#14682) [skip ci] | 2017-08-21 01:58:49 +03:00 |  | 
			
				
					|  | 69673c0c94 | Rename Object -> BaseObject for PHP 7.2 compatibility issue #7936 | 2017-07-19 10:51:46 +02: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 |  | 
			
				
					|  | 29b5f33722 | Adjusted conditions nesting in yii\base\Event | 2017-03-13 18:30:09 +03:00 |  | 
			
				
					|  | 954c771fdb | Code cleanup (#13113) * Simplified code branching, named variable better
* More simple code cleanup
* More consistent line breaks before return statemetns | 2016-12-03 00:15:53 +03:00 |  | 
			
				
					|  | 4aa935e69e | Fixes #12055: Changed booleantoboolandintegertointin 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 |  | 
			
				
					|  | 48b0b962b8 | Added yii\base\Event::offAll()method allowing clear all registered class-level event handlers | 2016-09-05 12:46:43 +03:00 |  | 
			
				
					|  | 00e4470c42 | Cosmetic changes | 2016-08-23 09:46:22 +03:00 |  | 
			
				
					|  | e8d309dddb | documentation fixes for 2.0.7 | 2016-02-06 19:47:13 +01:00 |  | 
			
				
					|  | b68613b746 | Added support for events declared in interfaces #10108 Added guide in russian for events in interfaces | 2015-12-27 23:07:36 +02:00 |  | 
			
				
					|  | cd87d67f34 | Global DOCS update: ~~~ replaced with ``` | 2015-12-02 23:15:28 +02:00 |  | 
			
				
					|  | 3a1e0f3a5c | property codestyle framework | 2014-07-30 00:21:31 +02:00 |  | 
			
				
					|  | 7d31cba3a8 | Finished event guide. [skip ci] | 2014-04-29 19:03:06 -04:00 |  | 
			
				
					|  | d954618796 | Added support to insert an event handler at the beginning of class-level event handler queue | 2014-04-29 18:31:54 -04:00 |  | 
			
				
					|  | bf3c75147d | reverted breaking PHPdoc codestyle changes issue #2852 | 2014-03-23 20:51:09 +01:00 |  | 
			
				
					|  | b5f8a4dc22 | Reformat code te be PSR-2 compatible | 2014-03-16 10:46:21 +06:00 |  | 
			
				
					|  | e2aacad8aa | Added links to PHP.net to apidoc | 2014-03-07 19:41:43 +01:00 |  | 
			
				
					|  | 0c38655217 | psr-4 move | 2014-01-10 21:41:43 -05:00 |  | 
			
				
					|  | 0d814fa523 | Moved "framework" to "iii". | 2013-05-09 12:00:15 -04:00 |  | 
			
				
					|  | a421f9f1ab | refactored component event. | 2013-04-05 19:29:10 -04:00 |  | 
			
				
					|  | 1fbf81be57 | User WIP. | 2013-03-28 17:43:27 -04:00 |  | 
			
				
					|  | 4fdaab3560 | updated file header. | 2013-03-04 08:03:46 -05:00 |  | 
			
				
					|  | 8e05e6e62d | changed copyright line. | 2013-01-07 11:34:52 -05:00 |  | 
			
				
					|  | b7a7800fec | Fixed constructors. | 2012-08-30 21:17:42 -04:00 |  | 
			
				
					|  | 7a2343276e | ... | 2012-03-30 23:11:07 -04:00 |  | 
			
				
					|  | 7f35f9ada1 | ... | 2011-12-25 10:02:17 -05:00 |  | 
			
				
					|  | 74559809e4 | fixed phpdoc | 2011-12-09 17:49:41 +04:00 |  | 
			
				
					|  | 5e83068984 | Refactored component base classes. | 2011-11-11 14:35:31 -05:00 |  | 
			
				
					|  | d2159b128b | w | 2011-07-29 21:20:57 -04:00 |  | 
			
				
					|  | 8169244769 | w | 2011-07-29 00:09:15 -04:00 |  | 
			
				
					|  | a5b3932a36 | m | 2011-07-23 16:16:48 -04:00 |  | 
			
				
					|  | 28af29248b | w | 2011-07-18 21:03:24 -04:00 |  | 
			
				
					|  | 76bcfd0d0d | finished behavior and event. | 2011-07-17 00:34:24 -04:00 |  | 
			
				
					|  | 2390da8ca3 | w | 2011-07-17 00:19:32 -04:00 |  | 
			
				
					|  | 3ba68632b2 | finished Vector. | 2011-07-15 22:58:46 -04:00 |  | 
			
				
					|  | fc7c1f5673 | initial import | 2011-04-14 09:05:15 -04:00 |  |