1
0

Port of patch to 2.0

This commit is contained in:
Garvin Hicking
2013-05-06 09:47:19 +02:00
parent b543fae655
commit 5ec7481030
17 changed files with 35 additions and 37 deletions
bundled-libs/Onyx
htmlarea/plugins
ImageManager
Classes
SuperClean
include
plugins
serendipity_event_entryproperties
serendipity_event_karma
serendipity_event_spamblock
serendipity_event_statistics
serendipity_event_textile

@ -1092,8 +1092,6 @@ class Textile
function textile_popup_help($name, $helpvar, $windowW, $windowH)
{
return ' <a target="_blank" href="http://www.textpattern.com/help/?item=' . $helpvar . '" onclick="window.open(this.href, \'popupwindow\', \'width=' . $windowW . ',height=' . $windowH . ',scrollbars,resizable\'); return false;">' . $name . '</a><br />';
return $out;
}
// -------------------------------------------------------------

@ -262,7 +262,7 @@ Applying Attributes:
$matched = str_replace($pl[0],'',$matched);
}
if(preg_match("/([)]+)/",$matched,$pr)) {
dump($pr);
# dump($pr);
$textile_style[] = "padding-right:".strlen($pr[1])."em;";
$matched = str_replace($pr[0],'',$matched);
}
@ -882,8 +882,6 @@ Applying Attributes:
// -------------------------------------------------------------
function textile_popup_help($name,$helpvar,$windowW,$windowH) {
return ' <a target="_blank" href="http://www.textpattern.com/help/?item='.$helpvar.'" onclick="window.open(this.href, \'popupwindow\', \'width='.$windowW.',height='.$windowH.',scrollbars,resizable\'); return false;">'.$name.'</a><br />';
return $out;
}
// -------------------------------------------------------------