Enhancement(機能追加・改善) #733
change deprecated helper function to the function of substitution (非推奨関数を代替の関数に変更する)
Start date:
2010-02-22
Due date:
2010-03-04
% Done:
100%
Description
Overview (概要)¶
change deprecated helper function to the function of substitution (非推奨関数を代替の関数に変更する)
調査の結果、
apps/pc_frontend/templates/_pagerReversibleNavigation.php で、3.0.3で非推奨となった pager_total() を利用している。
op_include_pager_total() へ切り替える。
Related issues
Associated revisions
changed pager_total() to op_include_pager_total() (fixes #733)
History
#1
Updated by Shogo Kawahara about 12 years ago
- Assignee set to Shogo Kawahara
- Target version set to OpenPNE 3.5.0
#2
Updated by Shogo Kawahara about 12 years ago
- Status changed from New(新規) to Accepted(着手)
#3
Updated by Shogo Kawahara about 12 years ago
- Status changed from Accepted(着手) to Pending Review(レビュー待ち)
- % Done changed from 0 to 50
更新履歴commit:"0ab8aec901b5c47d5f3f33c0a127c5ee9166e133"で適用されました。
#4
Updated by Kousuke Ebihara about 12 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
#5
Updated by Mutsumi Imamura about 12 years ago
- Due date set to 2010-03-04
- Status changed from Pending Testing(テスト待ち) to Fixed(完了)
- % Done changed from 50 to 100
動作確認しました。問題ありません。
デバッグツールバーのlogにpager_total() is deprecated.が表示されないことを確認しました。