Enhancement(機能追加・改善) #617
log at deprecated helper function used (非推奨ヘルパー関数が利用されたときにログを残す)
100%
Description
Overview¶
log at deprecated helper function used (非推奨ヘルパー関数が利用されたときにログを残す)
ref http://groups.google.co.jp/group/openpne-dev/browse_thread/thread/3036bec10b942f62
Function of object¶
- opParts
- include_page_title()
- include_list_box()
- include_simple_box()
- include_box()
- include_parts()
- include_news_pager()
- opUtil
- pager_navigation()
- pager_total()
Related issues
Associated revisions
added log_message() to deprecated helper functions (fixes #617)
History
#1
Updated by Shogo Kawahara about 12 years ago
- Status changed from Pending Fixing(修正待ち) to Accepted(着手)
#2
Updated by Shogo Kawahara about 12 years ago
- Status changed from Accepted(着手) to Pending Review(レビュー待ち)
- % Done changed from 0 to 50
更新履歴commit:"05e7039ee5591fd3dc13c66d20c13eb64e82b9c3"で適用されました。
#3
Updated by Kousuke Ebihara about 12 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
#4
Updated by Hiroki Mogi about 12 years ago
- Status changed from Pending Testing(テスト待ち) to Fixed(完了)
- % Done changed from 50 to 100
テストを実施しました。
以下の通りに警告が表示されたので、ステータスを完了にします。
Error main include_page_title() is deprecated. Toggle debug stack
Error main include_list_box() is deprecated. Toggle debug stack
Error main include_box() is deprecated. Toggle debug stack
Error main include_simple_box() is deprecated. Toggle debug stack
Error main include_parts() is deprecated. Toggle debug stack
Error main include_news_pager() is deprecated. Toggle debug stack
Error main pager_navigation() is deprecated. Toggle debug stack
Error main pager_total() is deprecated. Toggle debug stack