-
Stripping CVS keywords
-
Context Help: February 25, 2011 2:09
Commit a166698 on 6.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
#0 adding dependencies for translation and locale since the module needs these in order to function correctly without errors
-
Fixing small error where named module cck instead of content
-
These alterations are for #655820 where the query was not working correctly because the view information had been removed and views was making the alias for the table we were taking information from. Added some defaults for the content types based on what the module provides and added a field to display or not display the help button since sometimes it is provided in the theme rather than via the module so if it is provided via the theme we do not want to show the button on the screen twice.
-
Updating the module so it correctly gets the name of the database table for the underlying field url
-
#655820 updating the module so that it will have the contexthelp_faq rather than just the faq content type, this is because there is an faq module out there that already has the faq content type created
-
Updating the INSTALL.txt to remove the portion for creating manually the content type for the module since they are now created automatically on installation
-
Fixing issue where in later versions of views views_embed_view did not like the passing of the NULL value, so this module now passes the correct display id of 'default' for the embedded view
-
Fixing #466120 where the multi-lingual with translation does not seem to be liked