#424548: Add a warning about overridng pager settings with Views AJAX.
#555802: Add an administrative title to custom content panes to make them easier to manage.
#556870: Node edit settings form context autocomplete was not working correctly.
+#491884 by ayalon: Provide blank substitutions for optional contexts that do not appear.
ctools 6.x-1.0
==============
if (isset($context_keywords[$context])) {
$keywords['%' . $keyword] = ctools_context_convert_context($context_keywords[$context], $converter);
}
+ else {
+ $keywords['%' . $keyword] = '';
+ }
}
else {
if (isset($context_keywords[$keyword])) {