a5e3c00d75 
								
							
								 
							
						 
						
							
							
								
								replaced inheritdoc tags.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								323008b177 
								
							
								 
							
						 
						
							
							
								
								Fixes   #1296 : stricter check of dashes in route.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								a1f7f8bcbe 
								
							
								 
							
						 
						
							
							
								
								Fixes   #1335 : support view extension fallback  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								d6f97ff4c1 
								
							
								 
							
						 
						
							
							
								
								Added Application::getMail().  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								83527e85ca 
								
							
								 
							
						 
						
							
							
								
								made Model::attributes() non static again  
							
							... 
							
							
 
							
							- allows to have dynamic definition of attributes depended on the
  instance
- there was no real need for it to be static. Places that used it static
  have been refactored.
fixes  #1318  
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								1fe7f5aaf8 
								
							
								 
							
						 
						
							
							
								
								Fixes   #1335 : findLayoutFile() should respect View::defaultExtension.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								af778d1a13 
								
							
								 
							
						 
						
							
							
								
								Fixed actions() docs where alias was used to refer to class  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								7e12ae5767 
								
							
								 
							
						 
						
							
							
								
								fix issue  #1315  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								1b504be650 
								
							
								 
							
						 
						
							
							
								
								Fixes   #1323 : Added View::defaultExtension.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								2ff8ac3d61 
								
							
								 
							
						 
						
							
							
								
								fixed PhpDoc by swapping to {@inheritdoc}  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								4b353c7bce 
								
							
								 
							
						 
						
							
							
								
								Fixes   #1297 : CSRF not generated on error pages  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								e4e376ba28 
								
							
								 
							
						 
						
							
							
								
								fixed test break.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								858326c074 
								
							
								 
							
						 
						
							
							
								
								Fixed test break.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								039ed688cf 
								
							
								 
							
						 
						
							
							
								
								Fixes   #1301 : fixed scenario generation when there are "except" scenarios.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								337b1b08b5 
								
							
								 
							
						 
						
							
							
								
								Fixes   #1298 : supporting route with trailing slash.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								210cbda732 
								
							
								 
							
						 
						
							
							
								
								Fixes   #1296 : stricter check of dashes in route.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								cb4504a10f 
								
							
								 
							
						 
						
							
							
								
								refactored Model and redis AR to allow drop of RecordSchema  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								ff92af3f0b 
								
							
								 
							
						 
						
							
							
								
								Fix doc  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								f3ab5d999b 
								
							
								 
							
						 
						
							
							
								
								encode email in Formatter  
							
							... 
							
							
 
							
							avoid XSS with emails in format  "Carsten Brandt <mail@cebe.cc>" 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								c6ecf4f2de 
								
							
								 
							
						 
						
							
							
								
								Fixed public property naming.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								d2e5f2c507 
								
							
								 
							
						 
						
							
							
								
								Fixes   #1234 : use dash instead of underscore to separate language and country in locale id.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								49da1b4aad 
								
							
								 
							
						 
						
							
							
								
								Fixes   #1225 : doc fix.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								4d720389c3 
								
							
								 
							
						 
						
							
							
								
								It is more obviouse what to pass in trigger() method  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								684ee633f7 
								
							
								 
							
						 
						
							
							
								
								removed unneeded check.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								c7ff329e3c 
								
							
								 
							
						 
						
							
							
								
								doc fix.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								2f8ee2a8b0 
								
							
								 
							
						 
						
							
							
								
								typo fix.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								539e233d9c 
								
							
								 
							
						 
						
							
							
								
								massive improvement on class documentation  
							
							... 
							
							
 
							
							- added example code for application components
- added missing short description
[ci skip] 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								2adcd16e0d 
								
							
								 
							
						 
						
							
							
								
								Update phpDoc  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								3ff8f10d11 
								
							
								 
							
						 
						
							
							
								
								Add array conversion on creating validator  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								1c2489a3dc 
								
							
								 
							
						 
						
							
							
								
								Using only arrays in rules instead comma-separated string  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								b0b1c27c85 
								
							
								 
							
						 
						
							
							
								
								Fix phpDoc var tag format  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								2617dfbaf3 
								
							
								 
							
						 
						
							
							
								
								Removed links to non-existent things phpDocs [skip ci]  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								9b95a81b0c 
								
							
								 
							
						 
						
							
							
								
								Fixed the rest phpDocs [skip ci]  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								913eb62294 
								
							
								 
							
						 
						
							
							
								
								updated phpdoc and fixed generator read/write-only annotation  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								927e9dddb4 
								
							
								 
							
						 
						
							
							
								
								Refactored View  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								0222462ed7 
								
							
								 
							
						 
						
							
							
								
								fixed event php-doc  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								3f3a09e988 
								
							
								 
							
						 
						
							
							
								
								Added support for generating default alias for extensions.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								fc05ded1e0 
								
							
								 
							
						 
						
							
							
								
								typo  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								5d17dd06d1 
								
							
								 
							
						 
						
							
							
								
								Specify the exact type of the exception.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								4b42d78f4e 
								
							
								 
							
						 
						
							
							
								
								Fixes   #1117 : added support to map a single view directory to multiple themed view directories.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								2880fb2899 
								
							
								 
							
						 
						
							
							
								
								Typo [skip ci]  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								8b00693a0a 
								
							
								 
							
						 
						
							
							
								
								Fixes   #1025 : Implemented support for class-level events.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								0ee120f5f9 
								
							
								 
							
						 
						
							
							
								
								refactored Component::off().  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								155e9c6cba 
								
							
								 
							
						 
						
							
							
								
								minor refactoring of view resolving code.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								51211898f8 
								
							
								 
							
						 
						
							
							
								
								Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								0b82575a0b 
								
							
								 
							
						 
						
							
							
								
								Add missing  @throws  PHPDoc declaration.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								bcd1ad11a4 
								
							
								 
							
						 
						
							
							
								
								refactored MessageFormatter  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								b316ebee7f 
								
							
								 
							
						 
						
							
							
								
								typo fix.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								e4299afac1 
								
							
								 
							
						 
						
							
							
								
								minor code refacotring.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								2a71c72d7c 
								
							
								 
							
						 
						
							
							
								
								fixes   #1066 : Added ActiveForm::validate() and validateMultiple()  
							
							
 
							
						 
						
							12 years ago