moodle/mod/glossary
2010-12-20 20:02:04 +01:00
..
backup/moodle2 MDL-25178 glossary - add completionentries rule 2010-12-20 20:02:04 +01:00
db MDL-25178 glossary - add completionentries rule 2010-12-20 20:02:04 +01:00
formats MDL-24321 switching to stdClass in /mod/ 2010-09-21 08:37:36 +00:00
lang/en MDL-25178 glossary - add completionentries rule 2010-12-20 20:02:04 +01:00
pix MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks 2009-12-16 18:00:58 +00:00
simpletest Unit tests MDL-24993 Disable obsolete portfolio tests until such time as somebody can fix them 2010-11-10 12:06:24 +00:00
yui/autolinker unterminated JS statement 2010-09-18 12:57:23 +00:00
approve.php MDL-25178 glossary - add completionentries rule 2010-12-20 20:02:04 +01:00
deleteentry.php MDL-25178 glossary - add completionentries rule 2010-12-20 20:02:04 +01:00
edit.php MDL-25178 glossary - add completionentries rule 2010-12-20 20:02:04 +01:00
edit_form.php MDL-25418 glossary - fixed and improved duplicate entries buggy queries 2010-12-01 09:23:18 +00:00
editcategories.html MDL-21695 Glossary module now uses new help strings 2010-05-03 09:51:47 +00:00
editcategories.php MDL-10782 fixed double footer when deleting glossary category 2010-10-10 10:22:31 +00:00
export.php MDL-23901 copy/paste style migration of glossary to export via pluginfile.php 2010-08-23 14:42:31 +00:00
exportentry.php MDL-25418 glossary - fix incorrect LOWER() call also present in glossary import & entry export functionalities 2010-12-09 22:50:23 +00:00
filter.php MDL-25656 glossary filter - make alias links to work 2010-12-20 18:25:50 +01:00
formats.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
import.php MDL-25418 glossary - fix incorrect LOWER() call also present in glossary import & entry export functionalities 2010-12-09 22:50:23 +00:00
import_form.php MDL-22574, use moodle form to import glossary 2010-06-04 03:14:21 +00:00
index.php rss MDL-23391 alter the rss urls to be component names ie mod_forum instead of just module name ie forum 2010-07-19 10:57:52 +00:00
lib.php MDL-25178 glossary - add completionentries rule 2010-12-20 20:02:04 +01:00
locallib.php MDL-25619 portfolio: exported HTML output can not be cleaned 2010-12-08 23:20:04 +00:00
mod_form.php MDL-25178 glossary - add completionentries rule 2010-12-20 20:02:04 +01:00
print.php MDL-23795 basic support for print page layout + tons of trailing whitespace fixed 2010-08-16 19:34:23 +00:00
README.txt
rsslib.php rss MDL-25319 replicating my optimization made to forum rss in glossary rss and database rss 2010-11-19 06:56:23 +00:00
settings.php MDL-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins 2010-07-13 13:56:55 +00:00
showentry.php glossary MDL-23423 separated showentry.php into ajax and non ajax version and fixed a failure exposed by MDL-23739 2010-08-13 02:02:41 +00:00
showentry_ajax.php MDL-24859 adding missing glossary ajax text formatting (patch by Jason Platts) + adding missing context param to formatting options 2010-10-26 15:05:04 +00:00
sql.php MDL-24869 fixed incorrect string location 2010-10-26 17:46:57 +00:00
styles.css glossary MDL-23423 converted glossary autolinker to use an overlay rather than a popup 2010-07-27 01:32:51 +00:00
tabs.php MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 15:03:10 +00:00
TODO.txt Tabs are out 2005-05-16 22:22:31 +00:00
version.php MDL-25178 glossary - add completionentries rule 2010-12-20 20:02:04 +01:00
view.php "NOBUG, added lib/completionlib.php" 2010-10-20 07:21:03 +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