にへるつおるぐ | src | ブログ | コンタクト | 統計 | | Login |
|
|
ソースコード・スクリプト・パッチ置き場 |
GeneralItems that do not fit in other categories NP_ExtraSkinJP.php.patchNP_ExtraSkinJP.php.patch *** NP_ExtraSkinJP.php 2007-10-10 16:48:14.000000000 +0900 --- NP_ExtraSkinJP.php 2013-08-16 16:16:12.073238610 +0900 *************** *** 33,41 **** class NP_ExtraSkinJP extends NucleusPlugin { function getName() { return 'ExtraSkinJP'; } ! function getAuthor() { return 'Radek HULAN + Taka + Nucleus(JP) team'; } ! function getURL() { return 'http://japan.nucleuscms.org/wiki/plugins:extraskinjp'; } ! function getVersion() { return '0.4.7'; } function getDescription() { return ''._LANG_NP_EXTRASKINJP10.''; } function supportsFeature($what) { --- 33,41 ---- class NP_ExtraSkinJP extends NucleusPlugin { function getName() { return 'ExtraSkinJP'; } ! function getAuthor() { return 'Radek HULAN + Taka + Nucleus(JP) team + akebia'; } ! function getURL() { return 'http://nyan.co.uk/akebia/item/884'; } ! function getVersion() { return '0.4.7-1'; } function getDescription() { return ''._LANG_NP_EXTRASKINJP10.''; } function supportsFeature($what) { *************** *** 576,588 **** $contenttype = 'text/html'; } if (function_exists("sendContentType")) { ! $manager->notify( ! 'PreSendContentType', ! array( 'contentType' => &$contenttype, 'charset' => &$charset, 'pageType' => 'skin' ! ) ); } if (!headers_sent()) --- 576,589 ---- $contenttype = 'text/html'; } if (function_exists("sendContentType")) { ! $_ = array( 'contentType' => &$contenttype, 'charset' => &$charset, 'pageType' => 'skin' ! ); ! $manager->notify( ! 'PreSendContentType', ! $_ ); } if (!headers_sent()) *************** *** 593,606 **** $skinType = ($o->skintype == 'same') ? $o->skinvartype : 'pageparser'; if (!isset($skin)) $skin = new SKIN($CONF['BaseSkin']); ! $manager->notify('PreSkinParse',array('skin' => &$skin, 'type' => $skinType)); $handler =& new ACTIONS($skinType); $parser =& new PARSER(SKIN::getAllowedActionsForType($o->skinvartype), $handler); $handler->setParser($parser); $parser->parse($o->skin); ! $manager->notify('PostSkinParse',array('skin' => &$skin, 'type' => $skinType)); } } --- 594,607 ---- $skinType = ($o->skintype == 'same') ? $o->skinvartype : 'pageparser'; if (!isset($skin)) $skin = new SKIN($CONF['BaseSkin']); ! $_ = array('skin' => &$skin, 'type' => $skinType); $manager->notify('PreSkinParse',$_); $handler =& new ACTIONS($skinType); $parser =& new PARSER(SKIN::getAllowedActionsForType($o->skinvartype), $handler); $handler->setParser($parser); $parser->parse($o->skin); ! $_ = array('skin' => &$skin, 'type' => $skinType); $manager->notify('PostSkinParse',$_); } } *** extraskinjp/class.php 2004-12-18 23:08:00.000000000 +0900 --- extraskinjp/class.php 2013-08-14 22:30:40.662692313 +0900 *************** *** 16,22 **** function action($action) { $methodName = 'action_' . $action; if (method_exists($this, $methodName)) { ! call_user_func(array(&$this, $methodName)); } else { $this->error(_BADACTION . " ($action)"); } --- 16,22 ---- function action($action) { $methodName = 'action_' . $action; if (method_exists($this, $methodName)) { ! call_user_func(array($this, $methodName)); } else { $this->error(_BADACTION . " ($action)"); } CommentsNo comments yet
Add CommentTrackbackこのトラックバックURL(右クリックして、リンクのURLをコピー)を使ってこの記事にトラックバックを送ることができます。もしあなたのブログがトラックバック送信に対応していない場合にはこちらのフォームからトラックバックを送信することができます。トラックバックの手動送信に失敗したり、拒否された場合には、あけび猫が入力しますので、こちらまでご連絡下さい。重複したトラックバックは、自動的に1つにまとめられるようなので、気軽に色々試してみて下さい。 |