Angie Byron
							
						 
						
							 
							
							
							
								
							
								27128bc148 
								
							
								 
							
						 
						
							
							
								
								#646212  by Jody Lynn: Fixed typos in field.info.inc comment.  
							
							 
							
							
							
						 
						
							2009-11-29 22:33:47 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								0b97803613 
								
							
								 
							
						 
						
							
							
								
								- Patch  #613754  by yched, detour, matt2000: fixed field_info_fields().  
							
							 
							
							
							
						 
						
							2009-11-29 06:35:47 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								d3de3672f1 
								
							
								 
							
						 
						
							
							
								
								#642612  by yched: Add clean way to reset entity_info() cache.  
							
							 
							
							
							
						 
						
							2009-11-26 05:54:48 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								e218e24a96 
								
							
								 
							
						 
						
							
							
								
								- Rollback of  #631486  (wrong incomplete commit)  
							
							 
							
							
							
						 
						
							2009-11-13 11:59:14 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								a6ae1c6cfa 
								
							
								 
							
						 
						
							
							
								
								- Patch  #530652  by sun: _user_password_dynamic_validation() should be a #process of password_confirm().  
							
							 
							
							
							
						 
						
							2009-11-13 10:21:50 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								03e2ec64ab 
								
							
								 
							
						 
						
							
							
								
								- Patch  #606994  by yched: move entity handling out of Field API.  
							
							 
							
							
							
						 
						
							2009-10-31 16:06:36 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								4d3292f754 
								
							
								 
							
						 
						
							
							
								
								#613780  by yched: Fixed incomplete initialisation in _field_info_collate_fields() / 'instances'.  
							
							 
							
							
							
						 
						
							2009-10-25 02:51:28 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								b965f7478f 
								
							
								 
							
						 
						
							
							
								
								#470242  follow-up by bjaspan: Fix typo.  
							
							 
							
							
							
						 
						
							2009-10-16 02:47:16 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								6061fa9781 
								
							
								 
							
						 
						
							
							
								
								#565480  by plach and peximo: TF  #2 : Multilingual field handling. Integration between field API and locale module + translatable node bodies.  
							
							 
							
							
							
						 
						
							2009-10-16 02:04:44 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								714597a9cd 
								
							
								 
							
						 
						
							
							
								
								- Patch  #470242  by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable.  
							
							 
							
							
							
						 
						
							2009-10-15 12:44:36 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								a243e821fa 
								
							
								 
							
						 
						
							
							
								
								- Pactch  #569224  by bangpound: expose field storage details through field attach.  
							
							 
							
							
							
						 
						
							2009-10-14 14:55:12 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								8d3eaa1ccf 
								
							
								 
							
						 
						
							
							
								
								#560780  by quicksketch, ksenzee, Arancaytar, yched, and arianek: Added Image Field to image.module. Hellooooo, native image handling in core! :D  
							
							 
							
							
							
						 
						
							2009-10-12 05:22:57 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								803b8b3940 
								
							
								 
							
						 
						
							
							
								
								- Patch  #443422  by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, plach, profix898, mattyoung: added support for pluggable 'per field' storage engine. Comes with documentation and tests.  
							
							 
							
							... 
							
							
							
							The Field Attach API uses the Field Storage API to perform all "database access". Each Field Storage API hook function defines a primitive database operation such as read, write, or delete. The default field storage module, field_sql_storage.module, uses the local SQL database to implement these operations, but alternative field storage backends can choose to represent the data in SQL differently or use a completely different storage mechanism such as a cloud-based database. 
							
						 
						
							2009-09-27 12:52:55 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								1d2db443ae 
								
							
								 
							
						 
						
							
							
								
								- Patch  #570218  by yched: viewing 'Manage fields' page clears field data cache.  
							
							 
							
							
							
						 
						
							2009-09-07 15:49:01 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								c993b73e5f 
								
							
								 
							
						 
						
							
							
								
								- Patch  #568396  by bjaspan: fixed typo.  
							
							 
							
							
							
						 
						
							2009-09-05 09:57:21 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								26a5f0408b 
								
							
								 
							
						 
						
							
							
								
								- Patch  #563742  by plach: hotfix for broken hook_entity_info_alter().  
							
							 
							
							
							
						 
						
							2009-08-31 05:35:47 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								3f36af04de 
								
							
								 
							
						 
						
							
							
								
								- Patch  #460320  by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments.  
							
							 
							
							
							
						 
						
							2009-08-25 21:53:48 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								34a8a369aa 
								
							
								 
							
						 
						
							
							
								
								#367595  by plach, catch, sun, yched, et al: Added support for translatable fields to Field API.  
							
							 
							
							
							
						 
						
							2009-08-22 00:58:55 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								e998857eb8 
								
							
								 
							
						 
						
							
							
								
								#516138  by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN CORE! OH YEAH! :D  
							
							 
							
							
							
						 
						
							2009-08-19 13:31:14 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								9c0e6e9242 
								
							
								 
							
						 
						
							
							
								
								- Patch  #367753  by yched, bjaspan: add support for bulk deletion to Fields API.  
							
							 
							
							
							
						 
						
							2009-08-11 14:59:40 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								065346b366 
								
							
								 
							
						 
						
							
							
								
								- Patch  #535034  by yched: clean up how fields and instances are prepared for runtime.  
							
							 
							
							
							
						 
						
							2009-08-02 11:24:21 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								19f8439f80 
								
							
								 
							
						 
						
							
							
								
								- Patch  #528182  by yched: added missing field type documentation and removed some unnessary code.  
							
							 
							
							
							
						 
						
							2009-08-01 06:03:48 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								eb34d29999 
								
							
								 
							
						 
						
							
							
								
								- Patch  #534318  by yched: better defaults and corrected documentation.  
							
							 
							
							
							
						 
						
							2009-07-30 19:35:47 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								f6ccf978f6 
								
							
								 
							
						 
						
							
							
								
								#488542  by yched: Allow field UI to be attached to any fieldable entity.  
							
							 
							
							
							
						 
						
							2009-07-10 05:58:13 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								5b17c1eb04 
								
							
								 
							
						 
						
							
							
								
								#502522  by yched: Allow drupal_alter() on various Field API meta-hooks.  
							
							 
							
							
							
						 
						
							2009-06-30 03:12:03 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								57fe0ca1e9 
								
							
								 
							
						 
						
							
							
								
								- Patch  #445044  by bjaspan, Damien Tournoud, chx, Berdir: remove the field autoload feature.  
							
							 
							
							
							
						 
						
							2009-06-05 18:25:41 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								a4501a2cca 
								
							
								 
							
						 
						
							
							
								
								#431870  by yched: Whitespace clean-up.  
							
							 
							
							
							
						 
						
							2009-04-13 05:18:18 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								295feb1db4 
								
							
								 
							
						 
						
							
							
								
								#370037  by bjaspan: Add means of getting all instances of a field.  
							
							 
							
							
							
						 
						
							2009-02-10 16:09:00 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								069597eaf3 
								
							
								 
							
						 
						
							
							
								
								#369562  by yched: More Field API clean-ups.  
							
							 
							
							
							
						 
						
							2009-02-10 03:16:15 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								341a95b803 
								
							
								 
							
						 
						
							
							
								
								#369562  by bjaspan and yched: Clean up a few minor things in field API.  
							
							 
							
							
							
						 
						
							2009-02-08 21:22:59 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								607e9626d5 
								
							
								 
							
						 
						
							
							
								
								- Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!  
							
							 
							
							
							
						 
						
							2009-02-03 17:30:13 +00:00