studygroupaustralia / moodle-mod_skype_sga

Skype Activity module for Moodle 2.x
3 stars 0 forks source link

replace references to "skype" in plugin with skype_sga #2

Open mgleeson opened 12 years ago

mgleeson commented 12 years ago

replace references to "skype" in plugin with skype_sga

the module's original name, simply "skype" is ambiguous and a regex replace to re-brand to our specific fork of the plugin replaces far more than it needs to. Following is a list of files and the number of entries per file that contain the reference that need replacing:

/db/access.php -- 4x /db/install.php -- 3x /db/install.xml -- 6x /db/log.php -- 10x /db/uninstall.php -- 2x /db/upgrade.php -- 21x /index.php -- 19x /lang/en/newmodule.php -- 15x (this file needs renaming to skype_sga) /lib.php -- 91x /locallib.php -- 4x /mod_form.php -- 15x /version.php -- 3x /view.php -- 21x

mgleeson commented 12 years ago

Files done: /lib.php /index.php