moodle/mod/glossary
2007-08-06 18:28:30 +00:00
..
db fix for MDL-10475, before dropping student can post add an override for all legacy student role to prevent them from adding entries. 2007-07-17 02:45:47 +00:00
formats MDL-7861, xhtml strict related changes for glossary 2007-01-12 06:57:33 +00:00
approve.php SWEEPING CLEANUP 2006-08-14 05:55:40 +00:00
asc.gif
backuplib.php dropping studentcanpost in glossary, MDL_7170 2006-11-15 03:15:59 +00:00
check.gif
comment.gif
comment.php Now the glossary->allowcoments setting is respected. MDL-8056 2007-07-15 22:24:43 +00:00
comment_form.php added helpbuttons to htmleditors where needed. Further work on htmleditor helpbutton code. 2007-01-05 04:51:46 +00:00
comments.php MDL-8056 - one if statement was missed during Matt Clarkson's/Eloy's commit on 15th July 2007. 2007-07-19 16:51:05 +00:00
config.html Fixed many XHTML errors 2007-04-20 07:49:39 +00:00
deleteentry.php dropping studentcanpost in glossary, MDL_7170 2006-11-15 03:15:59 +00:00
desc.gif
edit.php Now the add/update entry page XHTML validates and doesn't show 2007-03-19 18:42:01 +00:00
edit_form.php Added Id tag 2007-08-06 18:28:30 +00:00
editcategories.html fix for MDL-9097, xhtml fixes for glossary 2007-03-30 07:02:57 +00:00
editcategories.php fix for MDL-9097, xhtml fixes for glossary 2007-03-30 07:02:57 +00:00
export.gif
export.php fix for MDL-9097, xhtml fixes for glossary 2007-03-30 07:02:57 +00:00
exportentry.php MDL-7861, xhtml strict related changes for glossary 2007-01-12 06:57:33 +00:00
exportfile.php debugging and error reporting level fixes and improvements MDL-6671 2006-09-23 09:38:39 +00:00
filter.php fix for MDL-9097, xhtml fixes for glossary 2007-03-30 07:02:57 +00:00
formats.php Now all the modules global config pages are valid XML. Related to MDL-7861 2007-01-13 20:13:58 +00:00
icon.gif
icon1.gif
import.html fix for MDL-9097, xhtml fixes for glossary 2007-03-30 07:02:57 +00:00
import.php MDL-9138; Edited lib/xmlize.php to return false when the passed file doesn't return any entries (when it's not valid XML or is empty). Also made it much clearer that glossary/import requires an XML file, not just any old file. 2007-04-04 03:34:00 +00:00
index.php Removed 'mod/glossary:view' capability 2006-09-22 02:52:48 +00:00
lib.php Now the glossary->allowcoments setting is respected. MDL-8056 2007-07-15 22:24:43 +00:00
minus.gif
mod_form.php MDL-9696 used absolute path include in mod_forms; backported from HEAD 2007-06-10 23:28:44 +00:00
print.gif
print.php fix for MDL-9097, xhtml fixes for glossary 2007-03-30 07:02:57 +00:00
rate.php MDL-10010 improved data validation in glossary rate.php; backported from HEAD 2007-06-02 15:58:01 +00:00
README.txt
report.php MDL-10011 cleanup xhtml and code in report.php - forum, glossary and data mod; backported from HEAD 2007-06-03 16:18:53 +00:00
restorelib.php dropping studentcanpost in glossary, MDL_7170 2006-11-15 03:15:59 +00:00
rsslib.php Fixing RSS link to source. http://moodle.org/mod/forum/discuss.php?d=65762 2007-02-27 18:21:08 +00:00
showentry.php fix for MDL-9097, xhtml fixes for glossary 2007-03-30 07:02:57 +00:00
sql.php Deleted one debug line... 2007-03-24 00:57:43 +00:00
tabs.html cvsimport fixups - add missing files 2007-05-09 22:00:29 +12:00
tabs.php Fixing approval interface. Step4. MDL-8793 2007-03-30 00:24:54 +00:00
TODO.txt Tabs are out 2005-05-16 22:22:31 +00:00
version.php Updated versions and requires (primarily because of formslib dependencies) 2007-02-02 13:02:24 +00:00
view.php minor xhtml strict fix and coding style; backport from HEAD 2007-06-02 14:09:42 +00: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