Download Size md5 hash
insert_block-5.x-1.x-dev.tar.gz 7.14 KB bb0078236559a6e4f8c7d7061eb755c6
insert_block-5.x-1.x-dev.zip 7.82 KB 45d371da89e03079270a8d94712abcf2
Development snapshot from branch: 5.x-1.x
Last updated: February 25, 2011 - 07:37
  • In hook_nodeapi(), changed $op = "view" to $op = "alter" for Drupal 5 compatibility. (#131006 Thanks jardeeq!)
  • Filter tips are now handled by hook_filter_tips(). Use of hook_help() for filter tips is not supported in Drupal 5.
  • Used hook_help() to add page to help system, since users may not see filter tips because they'd have to assign the "filter" to an input format - which actually isn't necessary to make the module work since it uses hook_nodeapi() to get the job done. So, having a help page for the module ensures the tip is available somewhere.
  • Changed % to @ placeholders to avoid tags making their way into urls in t().