moodle/mod/glossary
Mikel Martín f9abc562f5 MDL-81825 theme_boost: Refactor .sr-only usages for BS5
- Add .visually-hidden to the Boostratp 5 bridge SCSS file
- Replace .sr-only occurrences with .visually-hidden
- Replace .dropzone-sr-only-focusable  with .dropzone-visually-hidden-focusable
  for consistency
2024-12-10 14:02:32 +01:00
..
backup MDL-64984 mod_glossary: capability check when restoring global type. 2024-08-07 04:12:45 +00:00
classes MDL-81825 theme_boost: Refactor .sr-only usages for BS5 2024-12-10 14:02:32 +01:00
db MDL-83470 core: Remove upgrade steps from 4.1 2024-11-27 10:27:09 +08:00
formats MDL-76185 mod_glossary: Remove separator in continuous display format 2022-11-03 23:53:36 +08:00
lang/en MDL-81872 course: Improve the summary page for reset 2024-05-27 16:18:54 +02:00
pix NOBUG: Fixed SVG browser compatibility 2024-08-16 08:37:01 +07:00
templates MDL-81825 theme_boost: Refactor .sr-only usages for BS5 2024-12-10 14:02:32 +01:00
tests Merge branch 'MDL-83643-main' of https://github.com/lameze/moodle 2024-11-28 09:19:52 +07:00
approve.php
deleteentry.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
deprecatedlib.php MDL-71196 completion: final removal of get_completion_state support. 2023-07-31 09:04:03 +01:00
edit.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
edit_form.php MDL-32105 mod_glossary: Restrict glossary aliases by set of keywords 2023-01-03 13:45:18 +08:00
editcategories.html MDL-75671 theme_boost: Refactor float classes for BS5 2024-08-09 07:40:17 +02:00
editcategories.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
export.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
exportentry.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
formats.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
import.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
import_form.php MDL-73360 glossary: Add heading when creating entries 2022-01-13 09:32:38 +08:00
index.php MDL-82349 core_courseformat: new get_generic_section_name method 2024-11-12 12:22:25 +01:00
lib.php MDL-82211 mod_glossary: Update SVG icons and remove unused ones 2024-08-13 07:22:43 +02:00
locallib.php MDL-80259 theme_boost: Refactor badge helper classes for Bootstrap 5 2024-01-23 08:27:23 +01:00
mod_form.php MDL-78527 core_completion: Improving labels and disclosure in mods 2023-09-12 15:43:49 +02:00
print.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
README.txt
rsslib.php MDL-81577 mod: correct arguments when formatting text for RSS. 2024-05-30 19:17:22 +01:00
settings.php MDL-27193 mod_glossary: reducing system setting db queries 2021-05-05 23:13:53 +08:00
showentry.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
sql.php
styles.css
tabs.php MDL-71914 mod_glossary: Add tertiary nav in glossary 2021-10-26 11:21:32 +08:00
TODO.txt
upgrade.txt MDL-81125 core: Update upgrade.txt files to document new upgrade notes 2024-05-20 22:26:45 +08:00
version.php MDL-83309 versions: Bump all versions and requires near release 2024-10-02 17:04:53 +08:00
view.php MDL-78579 mod_glossary: show approval pending count in navigation. 2023-08-01 10:21:44 +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