52e4a3e645 
					 
					
						
						
							
							release version 2.0.50  
						
						
						
						
					 
					
						2024-05-30 20:23:31 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e2a167028b 
					 
					
						
						
							
							Upgrade to PSR12 coding standard ( #20121 )  
						
						
						
						
					 
					
						2024-03-19 17:21:27 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						161526cd41 
					 
					
						
						
							
							HTTPS everywhere ( #19503 )  
						
						
						
						
					 
					
						2022-08-03 12:32:18 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						59f69fc9cd 
					 
					
						
						
							
							Fix   #19462 : Fix validator client options to encode HTML tags  
						
						
						
						
					 
					
						2022-07-29 13:15:54 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a87c02c712 
					 
					
						
						
							
							Fix more types ( #19333 )  
						
						... 
						
						
						
						* Migration::upsert() returns void
* Unneeded `@property` tags
* Add missing `null` param/return types
* Null types for db\Query + db\ActiveQuery
* Fixed testSelect
* Null types for Validator
* Several more null types
* One more
* Make AccessRule::$allow always a boolean
It doesn't have any special null handling, so it's safe to default to false
* Validator::$skipOnEmpty is always a boolean
* Catch all throwable from Widget::widget()
* Don't limit $previous args to \Exception
The actual \Exception allows $previous to be any throwable in PHP 7+
* Add Throwable catch block to Instance::get()
* Throwable cleanup
Comment changes only.
- Document \Throwable instead of \Exception wherever appropriate
- Removed redundant exception/error classes when \Throwable is referenced
* Yii::setlogger() accepts null
* ArrayHelper::removeValue() can remove any type of value
* Change default $allow value to false 
						
						
					 
					
						2022-04-03 11:20:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						70f9ab858b 
					 
					
						
						
							
							release version 2.0.33  
						
						
						
						
					 
					
						2020-03-24 23:03:06 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						31e3698ab9 
					 
					
						
						
							
							Fix   #17827 : Add StringValidator::$strict that can be turned off to allow any scalars  
						
						... 
						
						
						
						Co-authored-by: Alexander Makarov <sam@rmcreative.ru> 
						
						
					 
					
						2020-03-24 16:51:38 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						71c541773f 
					 
					
						
						
							
							PHPDoc fix  
						
						
						
						
					 
					
						2018-01-23 13:17:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						65f6b59b35 
					 
					
						
						
							
							@inheritdoc notation changed 
						
						
						
						
					 
					
						2018-01-23 13:11:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						36b535c26b 
					 
					
						
						
							
							Fixes   #13254 : Made yii\helpers\StringHelper and yii\validators\StringValidator independent of Yii::$app instance  
						
						
						
						
					 
					
						2017-09-07 22:32:07 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4a17032717 
					 
					
						
						
							
							Fix validators documentation  
						
						
						
						
					 
					
						2017-04-27 21:50:51 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						06967f9018 
					 
					
						
						
							
							Fixes   #13254 : Core validators no longer require Yii::$app to be set  
						
						
						
						
					 
					
						2017-03-14 15:37:54 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f5beaf3edf 
					 
					
						
						
							
							Make validator getClientOptions public  
						
						... 
						
						
						
						This allows implementing custom client-side validation
without extending every validator.
Fixes  #11163 
close  #13145  
						
						
					 
					
						2016-12-08 01:30:36 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						76e253e140 
					 
					
						
						
							
							yii\validators\Validator - added separate methods for client-side validation options 
						
						... 
						
						
						
						Closes  #11163  
					
						2016-12-05 22:33:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4aa935e69e 
					 
					
						
						
							
							Fixes   #12055 : Changed boolean to bool and integer to int in phpdoc  
						
						
						
						
					 
					
						2016-11-07 02:51:39 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e83b479dfb 
					 
					
						
						
							
							improved validator documentation  
						
						... 
						
						
						
						fixes  #7472  
					
						2015-02-26 18:40:13 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d13d274d05 
					 
					
						
						
							
							renamed $object to $model  
						
						
						
						
					 
					
						2014-10-31 14:56:59 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						48ec791e4a 
					 
					
						
						
							
							Fixes   #5587 : json_encode is now used with JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE where it makes sense, also it is now default for Json::encode()  
						
						
						
						
					 
					
						2014-10-19 18:50:46 +04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3a1e0f3a5c 
					 
					
						
						
							
							property codestyle framework  
						
						
						
						
					 
					
						2014-07-30 00:21:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b5f8a4dc22 
					 
					
						
						
							
							Reformat code te be PSR-2 compatible  
						
						
						
						
					 
					
						2014-03-16 10:46:21 +06:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						928df00951 
					 
					
						
						
							
							fixed validation message translation [skip ci]  
						
						
						
						
					 
					
						2014-02-08 18:19:42 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5d23a066ca 
					 
					
						
						
							
							Removed unused imports  
						
						
						
						
					 
					
						2014-01-12 23:42:55 +04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e7fab51efc 
					 
					
						
						
							
							fixes   #1870 : better fix that is message extractor friendly  
						
						
						
						
					 
					
						2014-01-12 23:12:06 +04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4239b2a5f2 
					 
					
						
						
							
							Fixes   #1870 : Validation errors weren't properly translated when using clientside validation  
						
						
						
						
					 
					
						2014-01-12 21:37:28 +04: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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						08c3f90d48 
					 
					
						
						
							
							Finished js validation for number validator.  
						
						
						
						
					 
					
						2013-05-02 11:29:23 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4e7a33bcf5 
					 
					
						
						
							
							Finished js validation for string validator.  
						
						
						
						
					 
					
						2013-05-02 11:16:31 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ae6c69fc8f 
					 
					
						
						
							
							refacotring validators.  
						
						
						
						
					 
					
						2013-04-05 08:32:13 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3bd186deeb 
					 
					
						
						
							
							refactored validators.  
						
						
						
						
					 
					
						2013-04-03 23:23:32 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4fdaab3560 
					 
					
						
						
							
							updated file header.  
						
						
						
						
					 
					
						2013-03-04 08:03:46 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8b2b7915b4 
					 
					
						
						
							
							Renamed application to app.  
						
						
						
						
					 
					
						2013-02-05 16:12:22 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3c1452e84b 
					 
					
						
						
							
							Changed the separator of message category.  
						
						
						
						
					 
					
						2013-02-05 11:48:35 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						54ee8c44a0 
					 
					
						
						
							
							refactored exceptions.  
						
						... 
						
						
						
						I18N WIP. 
						
						
					 
					
						2013-02-04 16:39:19 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8e05e6e62d 
					 
					
						
						
							
							changed copyright line.  
						
						
						
						
					 
					
						2013-01-07 11:34:52 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						083ca919d3 
					 
					
						
						
							
							validators  
						
						
						
						
					 
					
						2012-05-07 03:44:56 +04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c63c78385e 
					 
					
						
						
							
							...  
						
						
						
						
					 
					
						2011-12-26 19:36:24 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a9439e9038 
					 
					
						
						
							
							...  
						
						
						
						
					 
					
						2011-12-25 11:21:30 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						af593aad5e 
					 
					
						
						
							
							w  
						
						
						
						
					 
					
						2011-07-22 23:08:40 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0c7a75bef7 
					 
					
						
						
							
							w  
						
						
						
						
					 
					
						2011-07-22 17:09:47 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ef4ed7c803 
					 
					
						
						
							
							w  
						
						
						
						
					 
					
						2011-07-22 16:13:07 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c80c9decbe 
					 
					
						
						
							
							w  
						
						
						
						
					 
					
						2011-07-22 14:58:16 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b51c3bc77c 
					 
					
						
						
							
							w  
						
						
						
						
					 
					
						2011-07-22 09:15:59 -04:00