mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
![]() Rather than performing complicated upgrade procedures from the old (broken) logic in three activity modules, we are adding new capabilities to those three modules to make them all consistent, and using them in a callback from the Ratings API. This is the same as the Comments API. The downside is that two sets of capabilities need to be enabled for ratings to work. Hopefully this can be mitigated somewhat when build some sort of shortcuts on the module settings forms to set capabilities. In the meantime, the effect is reduced somewhat by having all the rating capabilities enabled by default for student and teacher roles. This means control is in the hands of whatever the modules have set, giving very close backward compatibility. This is not the perfect solution, but neither were the other two. |
||
---|---|---|
.. | ||
db | ||
formats | ||
lang/en | ||
pix | ||
simpletest | ||
approve.php | ||
asc.gif | ||
backuplib.php | ||
comment.gif | ||
deleteentry.php | ||
desc.gif | ||
edit.php | ||
edit_form.php | ||
editcategories.html | ||
editcategories.php | ||
export.gif | ||
export.php | ||
exportentry.php | ||
exportfile.php | ||
filter.php | ||
formats.php | ||
icon.gif | ||
icon1.gif | ||
import.html | ||
import.php | ||
index.php | ||
lib.php | ||
locallib.php | ||
minus.gif | ||
mod_form.php | ||
print.gif | ||
print.php | ||
rate.php | ||
README.txt | ||
report.php | ||
restorelib.php | ||
rsslib.php | ||
settings.php | ||
showentry.php | ||
sql.php | ||
styles.css | ||
tabs.php | ||
TODO.txt | ||
version.php | ||
view.php |
Glossary version 0.5 dev ------------------------ By Williams Castillo (castillow@tutopia.com) This is the Glossary module. Created and maintained by Williams Castillo. This are my first lines in PHP... It means that, although I've tried to do my best, it might (in fact, it does) shows my inexperience... in PHP... and moodle as well. Basically, this module allows you to maintain a repository of data in the form of concepts, Entry->Definitions, etc. Thus: - Entries could be automatically linked from within moodle resources, labels, forum posts, etc. - Entries can have aliases which allows to automatically link the concept to other words than itself. - Glossaries can be viewed in a printer-friendly version format - The display format of the entries is modular so you can create your own formats (and share them with the Moodle community!) - Entries are posted by teachers and can be posted by students as well - Entries can be approved before make them public. - Entries can have an optional attached file. - Entries can be commented by any registered user. - Entries can be categorized (one entry can belongs to zero or more categories) - Entries can be browsed by letters (initials), categories or by date. - Entries can be exported and imported Quick install instructions 1) Be sure you have at least Moodle 1.2 dev installed 2) Be sure to have the latest version of the module 3) Be sure to have the latest language for english (en) and your own language. 3) Create a directory inside you /mod directory and name it: glossary 4) Copy all the files in this directory inside the one you've created in step 3. 5) Pay a visit to your admin area 6) Have fun. Comments and suggestions are always welcome. All the best, Will