c0102b4143 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #831  from philippfrenzel/patch-5  
							
							... 
							
							
 
							
							add missing return to module template 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								e94b455535 
								
							
								 
							
						 
						
							
							
								
								add missing return to module template  
							
							... 
							
							
 
							
							I think according to the framework it should return the render and otherwise the browser will stay blank... 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								d9d000649a 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #830  from philippfrenzel/patch-4  
							
							... 
							
							
 
							
							module should extend \yii\base\Module as \yii\web\Module doesn't exist... 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								70d263d66e 
								
							
								 
							
						 
						
							
							
								
								Update module.php  
							
							... 
							
							
 
							
							module should extend \yii\base\Module as \yii\web\Module doesn't exist...
If this is outdated, then pls just ignore it! 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								c2c12a9049 
								
							
								 
							
						 
						
							
							
								
								Fixes   #829 : loginRequired now responds with HTTP 403 in case of AJAX or loginUrl is not set  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								2ecdfd6225 
								
							
								 
							
						 
						
							
							
								
								gii form width adjustment.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								cb60fa5ddd 
								
							
								 
							
						 
						
							
							
								
								Make sure query cloning works as expected.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								30d6229943 
								
							
								 
							
						 
						
							
							
								
								Fixed test break.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								6dba4da3ed 
								
							
								 
							
						 
						
							
							
								
								Fixes   #828 : refactored QueryBuilder::build()  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								147558ea19 
								
							
								 
							
						 
						
							
							
								
								added some class documentation  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								91c16782ef 
								
							
								 
							
						 
						
							
							
								
								finalized PhpDocController  
							
							... 
							
							
 
							
							- cleanup API and usage, add documetation link
- introduced @property  feature in getter or setter which has precedence
  over @return  or @param  tag if present 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								1d622b65c3 
								
							
								 
							
						 
						
							
							
								
								fixed docs about error methods in Model  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								c582e589d2 
								
							
								 
							
						 
						
							
							
								
								added note about differing property types  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								ca69ef09d4 
								
							
								 
							
						 
						
							
							
								
								update of  @property  annotations  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								8366cb6e67 
								
							
								 
							
						 
						
							
							
								
								allow [] in property doc type  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								6405c4f349 
								
							
								 
							
						 
						
							
							
								
								added proper word wrapping and note about read/writeonly properties  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								c5b42910a9 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of github.com:yiisoft/yii2  
							
							... 
							
							
 
							
							* 'master' of github.com:yiisoft/yii2:
  refactored code. 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								bdb77f33ba 
								
							
								 
							
						 
						
							
							
								
								updated  @property  annotations of many classes  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								172d92958f 
								
							
								 
							
						 
						
							
							
								
								refactored code.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								f870162535 
								
							
								 
							
						 
						
							
							
								
								fixed indentation of PhpDocController and sort properties alphabetically  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								1c9b9681a7 
								
							
								 
							
						 
						
							
							
								
								phpdoc command skip classes that do not extend Object  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								df21e10c5d 
								
							
								 
							
						 
						
							
							
								
								fixed postioning of property tags in php-doc command  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								14181b2be0 
								
							
								 
							
						 
						
							
							
								
								Update PHPDoc command to update classfiles automatically  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								fa2a48c684 
								
							
								 
							
						 
						
							
							
								
								ported  @property  phpdoc generator from yii 1.1  
							
							... 
							
							
 
							
							fixes  #822  
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								427c373ba6 
								
							
								 
							
						 
						
							
							
								
								implement Cache::exists() for various cache backends  
							
							... 
							
							
 
							
							fixes  #811  
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								3b91801a35 
								
							
								 
							
						 
						
							
							
								
								cherry picked RedisCache and redis\Connection from redis WIP branch  
							
							... 
							
							
 
							
							commit in redis branch was:
0cd65e7496 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								0e2ac86566 
								
							
								 
							
						 
						
							
							
								
								added Cache::exists() to check key existance in cache  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								0cd65e7496 
								
							
								 
							
						 
						
							
							
								
								commented failing tests  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								d34f8486ab 
								
							
								 
							
						 
						
							
							
								
								Fixes   #811 .  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								f941bfee60 
								
							
								 
							
						 
						
							
							
								
								Fixes   #820 .  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								62b4a645f1 
								
							
								 
							
						 
						
							
							
								
								crud generator WIP  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								04a0ca5aab 
								
							
								 
							
						 
						
							
							
								
								revert accidental change in db ActiveRecord  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								f48508e341 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #809  from cebe/autoconfig-sorting  
							
							... 
							
							
 
							
							Gridview and DataProviders: Autoconfig sorting 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								71866c60b8 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #817  from maximal/patch-1  
							
							... 
							
							
 
							
							Blowfish cost must be in range 4…31, not 4…30 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								e3df19d984 
								
							
								 
							
						 
						
							
							
								
								Redis AR WIP  
							
							... 
							
							
 
							
							- introduced RecordSchema class for schema definition 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								3b8aff5a44 
								
							
								 
							
						 
						
							
							
								
								Blowfish cost must be in range 4…31, not 4…30  
							
							... 
							
							
 
							
							`generateSalt` parameter validation fix. 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								82dc3b124c 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into redis  
							
							... 
							
							
 
							
							* master: (131 commits)
  css fix.
  Finished model generator.
  more tests for FileHelper
  Added note about theme asset bundle to bootstrap widgets guide
  fixed typos in ArrayHelperBase phpdoc
  More tests for ArrayHelper and Inflector
  Fixed typo and code style
  Fixes  #21 : implemented jQueryUI Slider
  Fixes  #790 : added visible for Nav and Dropdown
  finished rule generation for model generator.
  bug fix of form generator.
  minor fixes of debugger.
  Added SafeValidator.
  fix dataProvider getSort()
  cleanup MemCache timeout API after #804 
  Added failureCallback, reduced timeouts to 1s
  Mentioning that timeoutms is available in memcache only.
  set default format for gridview to text
  Removed extra line
  Added timeoutms parameter in MemCache
  ...
Conflicts:
	tests/unit/data/config.php 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								53b4ed3d7f 
								
							
								 
							
						 
						
							
							
								
								Moved label for Sort::link() to html options  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								39c002e83c 
								
							
								 
							
						 
						
							
							
								
								Refactored DataColumn::renderHeaderCellContent()  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								155749e18d 
								
							
								 
							
						 
						
							
							
								
								typos in doc  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								9847472144 
								
							
								 
							
						 
						
							
							
								
								introduced DataColumn::label property  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								c86d597077 
								
							
								 
							
						 
						
							
							
								
								css fix.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								b147760c7b 
								
							
								 
							
						 
						
							
							
								
								added label option to Sort::link()  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								7150524e33 
								
							
								 
							
						 
						
							
							
								
								Finished model generator.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								b968402ebd 
								
							
								 
							
						 
						
							
							
								
								more tests for FileHelper  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								582ff594aa 
								
							
								 
							
						 
						
							
							
								
								Added note about theme asset bundle to bootstrap widgets guide  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								6c1ef346aa 
								
							
								 
							
						 
						
							
							
								
								fixed typos in ArrayHelperBase phpdoc  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								cc5618c034 
								
							
								 
							
						 
						
							
							
								
								More tests for ArrayHelper and Inflector  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								8f2ce5dab7 
								
							
								 
							
						 
						
							
							
								
								Fixed typo and code style  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								297504c2fc 
								
							
								 
							
						 
						
							
							
								
								Fixes   #21 : implemented jQueryUI Slider  
							
							
 
							
						 
						
							12 years ago