Stephen Ficklin
							
						 | 
						
							
							
								f0bfb67b8f
							
							Updated property field to have a textarea widget
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								cac91404aa
							
							Added NCBI Taxonomy importer. Phylotree importer added too but it needs some work
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								9987ce03af
							
							Fixed problem with text fields not properly dealing with HTML content
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								f66fc11369
							
							Fixed bug in field loading if foreign key column names aren't the same in both tables
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								5e476d806e
							
							Fixed bug with ajax attaching of fields and with expanding base fields that are of type text
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								16b05ed0f0
							
							Added pager to Tripal Content Type list page
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								0790914526
							
							Fixed bug in Fileds Layout summary form
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								45ed176259
							
							Removed layout/fields links from content pages. Fixed bug in chado_table_exists() function.
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								73991407b0
							
							Fixed bug with field tooltips
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								cfcebbb937
							
							Fixed bugs with autoloading
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								52d1570eb8
							
							Fixed various bugs
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								00618a17dd
							
							Fixed bug in paging of a collection in web services.  Added order capability to filtering in WS
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								98392575f7
							
							Forgot to comment a print_r
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								b8bc4ab2ee
							
							Added query filter for the relationship field
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								3dcab18d45
							
							Added a new chado_db_select that mirrors Drupal's db_select but is Chado aware. Added a new query() function to the ChadoField class to allow for Chado fields to support querying of their own data
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								f66a8a4fb4
							
							Added new field for the featuremap.unittype_id column
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								ddd09567b7
							
							Fixing entity fields and web services
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								6742365f61
							
							Fixing entity fields and web services
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								7ab777451c
							
							Working through bugs with fields and web services
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								1d6edea07c
							
							Continuing to fix web services to work with new data structures. Added filters for publishing records>
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								7716a79d11
							
							Merge branch '7.x-3.x' of github.com:tripal/tripal into 7.x-3.x
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								9b8ddcc83b
							
							Got field querying working. Web services working again. Added theme function to TripalFieldWidget class
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								6990ac893c
							
							Fixed merge conflict
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								6a3ede2502
							
							Added fix to not let admin change term mapping if 'term_fixed' param is set
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								a584591704
							
							Added Map content type
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								b0f8d14c16
							
							Forgot to add the new tripal_chado.bundle.inc file
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								de402b67fd
							
							Added new chado_bundle table to link a bundle directly to a chado table. Previously it was mapped via the chado_cvterm_mapping table which mapped cvterms but wasn't exact enough for bundles.  Also improved the content creation form to allow for more customization for how bundles are mapped to Chado
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								2ad2077658
							
							Working to fix mapping of bundles to Chado tables
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								be39f7d19d
							
							Forgot to add new ChadoField classes
						 | 
						8 سال پیش | 
					
				
					
						
							
								   Stephen Ficklin
							
						 | 
						
							
							
								23e01ef2f4
							
							Moved Chado settings from field to instance
						 | 
						8 سال پیش |