moodle/mod/glossary
Eloy Lafuente (stronk7) 2e144835bb MDL-52059 versions: bump all versions and requires near release
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
..
backup MDL-44158 mod_glossary: unified @package use 2014-02-16 12:15:02 +13:00
classes MDL-46455 mod_*: added restore mapping to events 2015-10-11 18:14:57 -07:00
db MDL-26501 mod_glossary: Allow to specify visible tabs 2015-06-02 11:25:26 +01:00
formats MDL-44343 mod_glossary: Show File attachments underneath content 2014-08-04 10:55:14 +08:00
lang/en MDL-26501 mod_glossary: Allow to specify visible tabs 2015-06-02 11:25:26 +01:00
pix MDL-36830 usability: Glossary and database small design improvements 2012-11-30 16:48:46 +08:00
tests MDL-26501 mod_glossary: fixes to tabs management 2015-06-02 11:25:27 +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-47657 mod_glossary: Fixed wrong error message on edit timeout. 2014-10-15 14:48:18 +08:00
edit_form.php MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
editcategories.html MDL-48106 mod_glossary: Add missing sesskey checks 2015-01-05 13:37:54 +00:00
editcategories.php MDL-48106 mod_glossary: Add missing sesskey checks 2015-01-05 13:37:54 +00:00
export.php MDL-42339 - removed double formatting for set_title() and set_heading() 2014-02-05 14:47:23 +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-28526 glossary: extra time and memory for export/import 2015-03-20 15:02:32 +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-26501 mod_glossary: fixes to tabs management 2015-06-02 11:25:27 +01:00
locallib.php MDL-44158 mod_glossary: unified @package use 2014-02-16 12:15:02 +13:00
mod_form.php MDL-49101 core: Add a global admin setting config->requiremodintro 2015-04-07 10:11:53 +01:00
print.php MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02: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-36633 usability: Styling over the admin pages 2012-11-21 17:29:13 +08:00
showentry.php MDL-47033 general: Fix incorrect use of 'course' layout 2014-09-05 09:25:43 +12:00
showentry_ajax.php MDL-33765 mod_glossary: Concept in ajax request not linking to itself 2015-06-28 21:44:11 -07:00
sql.php MDL-44560 mod_glossary: Fix indentation in mod/glossary/sql.php 2015-01-16 11:49:48 +08:00
styles.css MDL-41711 Glossary: Fixed seach label alignment 2013-09-11 14:34:24 +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-44343 mod_glossary: Show File attachments underneath content 2014-08-04 10:55:14 +08:00
version.php MDL-52059 versions: bump all versions and requires near release 2015-11-10 12:33:52 +01:00
view.php MDL-50678 mod_glossary: removed extra login check 2015-07-15 14:08:48 +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