moodle/mod/glossary
Jake Dallimore b54bcddda4 MDL-58190 completion: callbacks to get completion rule descriptions
- Activities can have their custom completion rules added to cm_info
through the get_coursemodule_info callback.
- Descriptions of a modules active completion rules can be fetched using
the component callback mod_xxx_get_completion_active_rule_descriptions
which takes in a cm_info object and returns an array of strings.

Part of MDL-58138 epic
2017-04-19 08:52:57 +08:00
..
backup MDL-44158 mod_glossary: unified @package use 2014-02-16 12:15:02 +13:00
classes MDL-57737 glossary: Add entry description accepts HTML 2017-01-20 12:57:36 +01:00
db MDL-57266 upgrade: add 3.2.0 separation line to all upgrade scripts 2016-12-05 17:10:20 +01:00
formats MDL-44343 mod_glossary: Show File attachments underneath content 2014-08-04 10:55:14 +08:00
lang/en MDL-58190 completion: callbacks to get completion rule descriptions 2017-04-19 08:52:57 +08:00
pix MDL-50175 graphics: Optimized SVGs with SVGO. 2016-02-25 11:56:42 +00:00
tests MDL-58423 core_calendar: moved \core_calendar\event class 2017-04-04 11:01:49 +01:00
approve.php MDL-44366 rework glossary filter caching 2014-04-14 09:42:39 +08:00
deleteentry.php MDL-42467 mod_data: added code to delete cached RSS feeds when database or glossary entries are deleted 2014-06-25 08:48:16 +08:00
edit.php MDL-55785 mod_glossary: Move edit.php code to new lib function 2016-09-20 10:48:41 +01:00
edit_form.php MDL-55785 mod_glossary: Move edit.php code to new lib function 2016-09-20 10:48:41 +01:00
editcategories.html MDL-48106 mod_glossary: Add missing sesskey checks 2015-01-05 13:37:54 +00:00
editcategories.php MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
export.php MDL-56803 mod_glossary: Fix styles for boost theme 2016-11-14 15:43:58 +08:00
exportentry.php MDL-42339 - removed double formatting for set_title() and set_heading() 2014-02-05 14:47:23 +08:00
formats.php MDL-26501 mod_glossary: fixes to tabs management 2015-06-02 11:25:27 +01:00
import.php MDL-4782 course: Allow activities in the "stealth" mode 2017-02-14 16:38:05 +08:00
import_form.php MDL-30198 Glossary Changing string during imports 2011-12-09 10:01:33 +05:30
index.php MDL-47183: viewhiddenactivities should use the module context 2014-10-06 12:21:49 +08:00
lib.php MDL-58190 completion: callbacks to get completion rule descriptions 2017-04-19 08:52:57 +08:00
locallib.php MDL-44158 mod_glossary: unified @package use 2014-02-16 12:15:02 +13:00
mod_form.php MDL-58102 mod: Set sensible defaults for additional completion fields 2017-04-03 11:37:08 +08:00
print.php MDL-55575 mod_glossary: Allow viewing all entries on one page 2016-12-13 11:43:29 +01:00
README.txt
rsslib.php MDL-42467 mod_data: added code to delete cached RSS feeds when database or glossary entries are deleted 2014-06-25 08:48:16 +08:00
settings.php MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
showentry.php MDL-49231 mod_glossary: External function view_entry 2015-12-31 15:18:36 +01:00
showentry_ajax.php MDL-49231 mod_glossary: External function view_entry 2015-12-31 15:18:36 +01:00
sql.php MDL-55575 mod_glossary: Allow viewing all entries on one page 2016-12-13 11:43:29 +01:00
styles.css MDL-56803 mod_glossary: Fix styles for boost theme 2016-11-14 15:43:58 +08:00
tabs.php MDL-26501 mod_glossary: fixes to tabs management 2015-06-02 11:25:27 +01:00
TODO.txt
upgrade.txt MDL-54941 webservice: Refactor file handling in WS 2016-07-28 12:07:04 +02:00
version.php MDL-57197 versions: bump all versions and requires near release 2016-11-29 22:57:05 +01:00
view.php MDL-55575 mod_glossary: Allow viewing all entries on one page 2016-12-13 11:43:29 +01:00

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