]> git.mjollnir.org Git - moodle.git/commit
MDL-11992: adding course tagging patch, by John Beedell. This feature is not
authorscyrma <scyrma>
Mon, 30 Jun 2008 09:04:07 +0000 (09:04 +0000)
committerscyrma <scyrma>
Mon, 30 Jun 2008 09:04:07 +0000 (09:04 +0000)
commit38fb8190286e32cabd4be75e783d10dcfcd94dde
tree5adb1144bb86ff824be94bfd3e395dea0a442118
parent0f59046fa2af046ef27f7f110d72638580421a87
MDL-11992: adding course tagging patch, by John Beedell. This feature is not
active by default at this time. Related help files are not included in this
commit, as they are being revised (see issue 15385) and will be sent in soon.
18 files changed:
blocks/tags/block_tags.php
blocks/tags/coursetags.js [new file with mode: 0644]
blocks/tags/settings.php [new file with mode: 0644]
blocks/tags/styles.php [new file with mode: 0644]
course/lib.php
lang/en_utf8/block_tags.php [new file with mode: 0644]
lang/en_utf8/tag.php
lib/db/install.xml
lib/db/upgrade.php
lib/moodlelib.php
tag/coursetags_add.php [new file with mode: 0644]
tag/coursetags_edit.php [new file with mode: 0644]
tag/coursetags_more.php [new file with mode: 0644]
tag/coursetagslib.php [new file with mode: 0644]
tag/edit.php
tag/index.php
tag/lib.php
version.php