moodle/mod/glossary
2021-09-24 18:31:28 +08:00
..
backup
classes MDL-27193 mod_glossary: reducing system setting db queries 2021-05-06 09:49:43 +08:00
db MDL-71638 upgrade: add 3.10.0 separation line to all upgrade scripts 2021-05-16 00:00:43 +02:00
formats MDL-67735 theme_boost: remove bs2 and bs4alpha compatibility css 2020-08-19 08:29:50 +08:00
lang/en MDL-70820 mod_glossary: custom completion implementation 2021-04-07 12:18:16 +08:00
pix
tests MDL-72179 behat: Make use of page resolvers 2021-07-26 15:14:24 +08:00
approve.php
deleteentry.php MDL-63806 glossary: Move delete code to API function 2020-10-09 09:49:59 +02:00
deprecatedlib.php MDL-71144 mod_glossary: Deprecate glossary_get_completion_state() 2021-04-22 21:28:09 +10:00
edit.php MDL-63805 glossary: Glossary API refactor 2020-10-14 12:56:43 +02:00
edit_form.php MDL-64906 mod: add support for hideif to activity modules 2019-04-02 09:13:09 +01:00
editcategories.html MDL-66436 glossary: Edit and delete categories form styles. 2019-09-05 18:03:52 +02:00
editcategories.php MDL-66436 glossary: Edit and delete categories form styles. 2019-09-05 18:03:52 +02:00
export.php
exportentry.php
formats.php MDL-27193 mod_glossary: reducing system setting db queries 2021-05-06 09:49:43 +08:00
import.php MDL-61932 mod_glossary: Display site-level glossaries on section 1 2018-05-17 16:02:36 +08:00
import_form.php MDL-67114 core: php74 fix. Fix use of scalar as array in core 2020-01-03 11:33:15 +01:00
index.php
lib.php MDL-72673 mod_glossary: Generate unique ID for Keywords select element 2021-09-24 18:31:28 +08:00
locallib.php MDL-58855 mod_glossary: Add pending approval identifier glossary 2018-12-19 11:30:27 +08:00
mod_form.php MDL-70621 mod_glossary: use glossary rsstype string. 2021-02-03 08:35:14 +01:00
print.php MDL-60174 core_dml: fix miscellaneous incorrect recordset usage 2017-11-27 11:10:33 +00:00
README.txt
rsslib.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:48:04 +00:00
settings.php MDL-27193 mod_glossary: reducing system setting db queries 2021-05-06 09:49:43 +08:00
showentry.php
showentry_ajax.php
sql.php
styles.css MDL-60182 Glossary: Fix print icon label in RTL mode 2017-09-20 12:09:05 +03:00
tabs.php
TODO.txt
upgrade.txt MDL-63806 glossary: Return user permissions for entries in WS 2020-10-09 09:49:59 +02:00
version.php MDL-71583 versions: Add all the missing full-stops to version/requires 2021-05-11 20:00:11 +02:00
view.php MDL-71161 mod_glossary: show glossary activity info 2021-04-13 01:25:30 +08: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