moodle/mod/glossary
2009-04-20 19:10:05 +00:00
..
db MDL-18910 normalised module intro and introformat 2009-04-20 19:10:05 +00:00
formats MDL-16075 adding support for embedded Glossary images 2009-04-16 06:36:11 +00:00
simpletest MDL-17758 fixed hardcoded /admin/ links 2009-01-01 14:25:29 +00:00
approve.php MDL-16075 adding support for embedded Glossary images 2009-04-16 06:36:11 +00:00
asc.gif MDL-17037 ran all GIF images through gifsicle and PNG through optipng 2009-04-05 23:33:00 +00:00
backuplib.php MDL-18901 reimplemented trusstext support in glossary + standardising format column for text fields 2009-04-20 10:05:50 +00:00
comment.gif MDL-17037 ran all GIF images through gifsicle and PNG through optipng 2009-04-05 23:33:00 +00:00
comment.php MDL-18901 reimplemented trusstext support in glossary + standardising format column for text fields 2009-04-20 10:05:50 +00:00
comment_form.php MDL-18901 reimplemented trusstext support in glossary + standardising format column for text fields 2009-04-20 10:05:50 +00:00
comments.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
deleteentry.php MDL-16075 adding support for embedded Glossary images 2009-04-16 06:36:11 +00:00
desc.gif MDL-17037 ran all GIF images through gifsicle and PNG through optipng 2009-04-05 23:33:00 +00:00
edit.php fixed typo 2009-04-20 10:49:31 +00:00
edit_form.php MDL-16075 adding support for embedded Glossary images 2009-04-16 06:36:11 +00:00
editcategories.html merged fix for MDL-9097, xhtml fixes for glossary 2007-03-30 07:04:43 +00:00
editcategories.php MDL-18293 removing unused error strings (now replaced by exceptions) 2009-02-17 16:33:32 +00:00
export.gif MDL-17037 ran all GIF images through gifsicle and PNG through optipng 2009-04-05 23:33:00 +00:00
export.php MDL-17171 Glossary: Correct breadcrumb when exporting glossary. Merged from 19_STABLE 2008-11-09 22:57:59 +00:00
exportentry.php MDL-16075 File storage conversion of Glossary 2008-08-17 21:27:43 +00:00
exportfile.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
filter.php MDL-17164: Glossary autolinking doesn't work for entries similar to current entry 2008-11-12 17:00:04 +00:00
formats.php "MDL-14129, fix error() in moodle2" 2008-12-12 05:45:43 +00:00
icon.gif MDL-17037 ran all GIF images through gifsicle and PNG through optipng 2009-04-05 23:33:00 +00:00
icon1.gif MDL-17037 ran all GIF images through gifsicle and PNG through optipng 2009-04-05 23:33:00 +00:00
import.html merged fix for MDL-9097, xhtml fixes for glossary 2007-03-30 07:04:43 +00:00
import.php MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
index.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
lib.php MDL-18901 reimplemented trusstext support in glossary + standardising format column for text fields 2009-04-20 10:05:50 +00:00
minus.gif MDL-17037 ran all GIF images through gifsicle and PNG through optipng 2009-04-05 23:33:00 +00:00
mod_form.php cleanup: MDL-17083 Remove the old teacher, teachers, student and students columns from the course table. 2008-11-13 08:40:57 +00:00
print.gif MDL-17037 ran all GIF images through gifsicle and PNG through optipng 2009-04-05 23:33:00 +00:00
print.php "GLOSSARY/MDL-17708, use css selector instead of inline style, merged from 1.9" 2009-01-16 04:56:21 +00:00
rate.php MDL-16765 - undoing MDL-14303 and adding different fix; merged from MOODLE_19_STABLE 2008-10-08 07:16:12 +00:00
README.txt - Aliases are now shown when displaying entries 2003-11-05 12:46:51 +00:00
report.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
restorelib.php MDL-18901 reimplemented trusstext support in glossary + standardising format column for text fields 2009-04-20 10:38:29 +00:00
rsslib.php MDL-18901 reimplemented trusstext support in glossary + standardising format column for text fields 2009-04-20 10:05:50 +00:00
settings.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
showentry.php MDL-15109 glossary dml conversion 2008-06-08 10:43:39 +00:00
sql.php MDL-16669 dml: improved sql_substring(), added unit tests 2008-10-28 15:11:10 +00:00
tabs.php Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags 2007-10-09 21:43:28 +00:00
TODO.txt Tabs are out 2005-05-16 22:22:31 +00:00
version.php MDL-18910 normalised module intro and introformat 2009-04-20 19:10:05 +00:00
view.php MDL-18910 normalised module intro and introformat 2009-04-20 19:10:05 +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