Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								e99838fbf4 
								
							
								 
							
						 
						
							
							
								
								- Patch  #147310  by c960657: added tests for private files, fixed a problem with private files and minor improvements.  
							
							 
							
							
							
						 
						
							2009-04-24 08:16:56 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								1280c324fa 
								
							
								 
							
						 
						
							
							
								
								- Patch  #423948  by mfb: updated documentation, update functions should include schema descriptions.  
							
							 
							
							
							
						 
						
							2009-04-21 05:07:08 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								01a33182a5 
								
							
								 
							
						 
						
							
							
								
								- Patch  #299176  by chx, Crell: added example of hook_query_alter to API documentation.  
							
							 
							
							
							
						 
						
							2009-04-20 07:42:22 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								3c8f1540e1 
								
							
								 
							
						 
						
							
							
								
								#414218  by cha0s: Document hook_update_N()'s ability to use batch API.  
							
							 
							
							
							
						 
						
							2009-03-29 23:11:09 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								9aa14da49d 
								
							
								 
							
						 
						
							
							
								
								- Patch  #331013  by drewish: documentation clean-up.  
							
							 
							
							
							
						 
						
							2009-03-10 16:08:43 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								a4ee7092e1 
								
							
								 
							
						 
						
							
							
								
								- Patch  #373613  by drewish, quicksketch: working around some Debian issues.  They ship a different GD library.  
							
							 
							
							
							
						 
						
							2009-03-10 09:43:01 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								0ea653502c 
								
							
								 
							
						 
						
							
							
								
								- Patch  #373613  by quicksketch and drewish: in order to operate on images multiple  
							
							 
							
							... 
							
							
							
							times (such as crop, scale, then desaturate) without quality loss, we need to
  pass images by their raw GD (or other library) resources rather than re-opening
  the same image repeatedly, which causes wasted processing and loss of quality when
  using JPEG images.  This patch reworks the image toolkits, adds some new image
  manipulations and adds some impressive SimpleTests. 
							
						 
						
							2009-03-09 11:44:54 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								ad84a92662 
								
							
								 
							
						 
						
							
							
								
								#331832  by jhodgdon: Add pointer from hook_form_alter() docs to hook_form_FORM_ID_alter().  
							
							 
							
							
							
						 
						
							2009-03-08 03:46:31 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								665c9fdc2c 
								
							
								 
							
						 
						
							
							
								
								Roll-back of users -> user table name change in  #330983 : Broken pgsql is no fun.  
							
							 
							
							
							
						 
						
							2009-02-26 07:30:29 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								ff9e842730 
								
							
								 
							
						 
						
							
							
								
								#330983  by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency.  
							
							 
							
							
							
						 
						
							2009-02-18 15:19:57 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								1dafc60c26 
								
							
								 
							
						 
						
							
							
								
								#365149  by karschsp: Fix @endcode at the end of hook_page_alter() example.  
							
							 
							
							
							
						 
						
							2009-02-09 15:42:52 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								2c381622a5 
								
							
								 
							
						 
						
							
							
								
								#88264  by Rob Loach and kscheirer: Make variable_get()'s defaultparameter default to NULL so that NULLs do not need to be specified.  
							
							 
							
							
							
						 
						
							2009-01-31 16:50:57 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								d2feb62234 
								
							
								 
							
						 
						
							
							
								
								#345157  follow-up by toddy: Fix @link syntax in PHPDoc.  
							
							 
							
							
							
						 
						
							2009-01-29 14:37:40 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								2e8ca690ff 
								
							
								 
							
						 
						
							
							
								
								- Patch  #351235  by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter.  Oh, behave.  
							
							 
							
							
							
						 
						
							2009-01-27 00:22:27 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								6d3d75fe4b 
								
							
								 
							
						 
						
							
							
								
								- Removing whitespace.  
							
							 
							
							
							
						 
						
							2009-01-26 14:08:44 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								d1855fe18b 
								
							
								 
							
						 
						
							
							
								
								#345157  by toddy: Add API documentation for hook_update_last_removed().  
							
							 
							
							
							
						 
						
							2009-01-17 20:28:46 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								d3df2ff356 
								
							
								 
							
						 
						
							
							
								
								- Patch  #225562  by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.  
							
							 
							
							
							
						 
						
							2009-01-14 21:16:21 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								77936aef4c 
								
							
								 
							
						 
						
							
							
								
								- Rollback of  #225562  -- I think there is still something wrong.  
							
							 
							
							
							
						 
						
							2009-01-13 22:41:39 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								b86354c55c 
								
							
								 
							
						 
						
							
							
								
								- Patch  #225562  by Jody Lynn:  change DB table names from eg. term_data to taxonomy_term_data.  
							
							 
							
							
							
						 
						
							2009-01-13 22:25:13 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								634379299f 
								
							
								 
							
						 
						
							
							
								
								- Patch  #320591  by Moshe, Crell et al: tag specific alter hook for database queries.  
							
							 
							
							
							
						 
						
							2009-01-04 19:56:51 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								d813e3679c 
								
							
								 
							
						 
						
							
							
								
								- Patch  #348201  by catch: make it possible to load multiple files with fewer queries.  
							
							 
							
							
							
						 
						
							2008-12-31 11:08:47 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								92a8adea65 
								
							
								 
							
						 
						
							
							
								
								- Patch  #352470  by scor: fixed typos and grammar in comments.  
							
							 
							
							
							
						 
						
							2008-12-30 16:43:20 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								5bbad8a4dc 
								
							
								 
							
						 
						
							
							
								
								- Patch  #223298  by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64.  
							
							 
							
							
							
						 
						
							2008-12-28 20:41:19 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								0c63d9e24f 
								
							
								 
							
						 
						
							
							
								
								- Patch  #349504  by keith.smith: clean up sentence spacing in code comments.  
							
							 
							
							
							
						 
						
							2008-12-20 18:24:41 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								18d22419f3 
								
							
								 
							
						 
						
							
							
								
								- Patch  #339929  by Moshe et al: move node links into ->content.  
							
							 
							
							
							
						 
						
							2008-12-16 22:05:51 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								8ad5cba994 
								
							
								 
							
						 
						
							
							
								
								- Patch  #344661  by Dave Reid: API doc improvements for hook_translation_link_alter.  
							
							 
							
							
							
						 
						
							2008-12-09 11:36:04 +00:00  
						
					 
				
					
						
							
							
								 
								Dries Buytaert
							
						 
						
							 
							
							
							
								
							
								cadd9bd54c 
								
							
								 
							
						 
						
							
							
								
								- Patch  #335086  by recidive: rename node, filter and comment module tables to singular for consistency.  Oh my.  
							
							 
							
							
							
						 
						
							2008-12-03 16:32:22 +00:00  
						
					 
				
					
						
							
							
								 
								Angie Byron
							
						 
						
							 
							
							
							
								
							
								66df602593 
								
							
								 
							
						 
						
							
							
								
								#314870  by Rob Loach, drewish, catch, and sun: Add hook API documentation to Drupal core.  
							
							 
							
							
							
						 
						
							2008-11-25 02:37:33 +00:00