Skip to content

Commit

Permalink
v150510.1111
Browse files Browse the repository at this point in the history
  • Loading branch information
2ch774 committed May 10, 2015
1 parent d543792 commit 7881b1b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/conf.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// バージョン情報
$_conf = array(
'p2name' => 'rep2-expack_allinone', // rep2の名前
'p2version' => '150508.0061', // rep2のバージョン
'p2version' => '150510.1111', // rep2のバージョン
);

$_conf['p2ua'] = "{$_conf['p2name']}/{$_conf['p2version']}";
Expand Down
12 changes: 12 additions & 0 deletions doc/README-774.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ rep2-expack test https://github.com/orzisun/p2-php
- ���X�|�b�v�A�b�v����J�������X�|�b�v�A�b�v���^�b�v�����ۂɌ��̃��X�|�b�v�A�b�v��������͎̂d�l�Ƃ����Ă��������܂��B
- �X�N���[���͎w�̏I���_���|�b�v�A�b�v���ɂȂ�悤�ɂ���Ώ����܂���B
* headline.2ch.net���ŋߓǂ񂾃X���ɒNjL���Ȃ��悤�ɕύX
* Youtube�ƃj�R�j�R�����\������@�\���폜
- �����N�v���O�C�����g�p���������� http://akid.s17.xrea.com/p2puki/index.phtml?%A5%EA%A5%F3%A5%AF%A5%D7%A5%E9%A5%B0%A5%A4%A5%F3

���̑������̃A���ɍ��킹���C����git�̃R�~�b�g���O���m�F���Ă��������B

Expand All @@ -56,7 +58,17 @@ rep2-expack test https://github.com/orzisun/p2-php

�{��p2�Ɠ������AX11���C�Z���X�ł��B


��ChangeLog

150510.1111
* Youtube�ƃj�R���̓��������N�v���O�C�����폜
* Youtube�֘A�̐ݒ��S�č폜
* show�{�^���������N�v���O�C�����痘�p�o����悤�ɕύX
* �X�}�z����read��PC�̃����N�v���O�C�������f�����悤�ɂ���
* �摜�u��URL��EXTRACT�̏d��URL�𖳎�����悤�ɕύX
* �T�[�r�X�I���ɔ����Ďg�p�ł��Ȃ��Ȃ����@�\�̐ݒ���ꕔ�폜

150426.1033
* �K���P�[����read��syntax error�C��
* 302����������URL��RSS���[�_���퓮�삵�Ȃ��s����C��
Expand Down
3 changes: 3 additions & 0 deletions lib/wiki/ReplaceImageUrlCtl.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,9 @@ public function extractPage($url, $match, $replace, $referer, $source, $ident=nu
$ret = self::_identByCacheData($ret, $this->cacheData[$url]['data'], $ident);
}

// 結果から重複を削除
$ret = array_unique($ret);

// 結果を永続キャッシュに保存
$this->storeCache($url, array('code' => $code,
'responseHeaders' => $req->getResponseHeader(),
Expand Down
2 changes: 1 addition & 1 deletion style/read_css.inc
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ div.respopup div.reslist {
.preview-video-switch {
cursor: pointer;
width: 32px;
width: 30px;
height: 12px;
}
Expand Down

0 comments on commit 7881b1b

Please sign in to comment.