MDL-13481 Strings fullname and shortname are now deprecated
authorDavid Mudrak <david@moodle.com>
Tue, 22 Feb 2011 09:12:10 +0000 (10:12 +0100)
committerDavid Mudrak <david@moodle.com>
Mon, 28 Feb 2011 08:42:50 +0000 (09:42 +0100)
commit29cbe43189ddcd908fdae4d0a9b816c424b9df30
treecb5d0f2de39ba106cd57597e5533f9ea82caf661
parent2b37004c28a62f92aa48ab4d47504c9f409eb43e
MDL-13481 Strings fullname and shortname are now deprecated

This is a final cleanup commit of fullname and shortname issue. All
places where these strings were detected yet have been replaced with
proper fullnamecourse or fullnameuser or some other context specific
string.

AMOS BEGIN
 CPY [fullname,core],[outcomefullname,core_grades]
 CPY [shortname,core],[outcomeshortname,core_grades]
 CPY [name,core],[rolefullname,core_role]
 CPY [shortname,core],[roleshortname,core_role]
AMOS END
17 files changed:
admin/roles/lib.php
admin/roles/manage.php
backup/util/ui/renderer.php
course/edit_form.php
course/lib.php
course/pending.php
course/request_form.php
grade/edit/outcome/edit_form.php
grade/edit/outcome/index.php
grade/report/outcomes/index.php
lang/en/grades.php
lang/en/moodle.php
lang/en/role.php
mod/assignment/lib.php
mod/data/preset_form.php
mod/feedback/analysis_to_excel.php
user/addnote.php