moodle/mod/glossary
2010-10-26 17:46:57 +00:00
..
backup/moodle2 MDL-23479 backup - glossary restore & old code deleted (but restore logs) 2010-07-31 22:33:41 +00:00
db MDL-23818, MDL-18900 fixed trusttext upgrade + coding style improvements and cleanup 2010-10-02 16:34:42 +00:00
formats MDL-24321 switching to stdClass in /mod/ 2010-09-21 08:37:36 +00:00
lang/en rating MDL-23933 Removed a bunch of no longer used strings and moved rating strings into the rating lang file. 2010-09-17 06:32:46 +00: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 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 15:03:10 +00:00
yui/autolinker unterminated JS statement 2010-09-18 12:57:23 +00:00
approve.php MDL-24321 switching to stdClass in /mod/ 2010-09-21 08:37:36 +00:00
deleteentry.php MDL-24321 switching to stdClass in /mod/ 2010-09-21 08:37:36 +00:00
edit.php MDL-24321 switching to stdClass in /mod/ 2010-09-21 08:37:36 +00:00
edit_form.php MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script. 2010-05-13 02:02:05 +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-24321 switching to stdClass in /mod/ 2010-09-21 08:37:36 +00:00
filter.php filter MDL-23810 adding a flag to indicate when we're working in an embedded resource to prevent winding up with nested Moodles 2010-09-16 07:06:29 +00:00
formats.php MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
import.php MDL-24321 switching to standard stdClass() 2010-09-21 08:54:01 +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-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
locallib.php MDL-24321 switching to stdClass in /mod/ 2010-09-21 08:37:36 +00:00
mod_form.php MDL-23184 activity names are now either PARAM_TEXT or PARAM_CLEANHTML, this should be more accurate 2010-09-02 18:29:39 +00: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
restorelib.php improved spelling 2010-09-18 12:31:20 +00:00
rsslib.php rss MDL-24508 fixed guest access to rss feeds 2010-10-04 13:31:19 +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
version.php MDL-23628 improved log action support - now similar to handling of capabilities 2010-08-03 10:07:18 +00: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