central-queensland-uni / moodle-local_linkchecker_robot

DO NOT USE THIS See instead --->>>
https://github.com/central-queensland-uni/moodle-tool_crawler
0 stars 0 forks source link

Function name prefixes #3

Closed mudrd8mz closed 8 years ago

mudrd8mz commented 8 years ago

Even for "local" functions such as http_code() in the report.php file, it would be best to follow the policy and let them have proper frankenstyle prefix to avoid potential collisions.

suankan commented 8 years ago

Such functions could be found by: $ grep --color=auto -Prn '^function (?!local_).*' local/linkchecker_robot/* local/linkchecker_robot/db/upgrade.php:32:function xmldb_local_linkchecker_robot_upgrade($oldversion) { local/linkchecker_robot/extlib/simple_html_dom.php:70:function file_get_html($url, $use_include_path = false, $context=null, $offset = -1, $maxLen=-1, $lowercase = true, $forceTagsClosed=true, $target_charset = DEFAULT_TARGET_CHARSET, $stripRN=true, $defaultBRText=DEFAULT_BR_TEXT, $defaultSpanText=DEFAULT_SPAN_TEXT) local/linkchecker_robot/extlib/simple_html_dom.php:88:function str_get_html($str, $lowercase=true, $forceTagsClosed=true, $target_charset = DEFAULT_TARGET_CHARSET, $stripRN=true, $defaultBRText=DEFAULT_BR_TEXT, $defaultSpanText=DEFAULT_SPAN_TEXT) local/linkchecker_robot/extlib/simple_html_dom.php:101:function dump_html_tree($node, $show_attr=true, $deep=0) local/linkchecker_robot/report.php:56:function http_code($row) {

brendanheywood commented 8 years ago

Can you please not close issues until I've reviewed them please? Pretty well none of this is correct:

Just leave this issue and #5 and we'll come back to these after everything else is resolved.

suankan commented 8 years ago

Reverted.