moodle/mod/glossary
jamiesensei a23f0aaf95 * Added setAdvanced functionality see http://docs.moodle.org/en/Development:lib/formslib.php_setAdvanced
* Added MoodleQuickForm method closeHeaderBefore($elementName); http://docs.moodle.org/en/Development:lib/formslib.php_Form_Definition#Use_Fieldsets_to_group_Form_Elements
* Added moodleform method add_action_buttons(); see http://docs.moodle.org/en/Development:lib/formslib.php_Form_Definition#add_action_buttons.28.24cancel_.3D_true.2C_.24revert_.3D_true.2C_.24submitlabel.3Dnull.29.3B
* is_cancelled method added to moodleform http://docs.moodle.org/en/Development:lib/formslib.php_Usage#Basic_Usage_in_A_Normal_Page
* added hidden labels to elements within groups such as the date_selector select boxes and other elements in 'groups'
* quiz/mod.html migrated to formslib
* glossary/edit.html migrated to formslib
* extended registerNoSubmitButton() functionality to automatically add js to onclick to bypass client side js input validation.
* added no_submit_button_pressed() function that can be used in a similar way to is_cancelled() as a test in the main script to see if some button in the page has been pressed that is a submit button that is used for some dynamic functionality within the form and not to submit the data for the whole form.
* added new condition for disabledIf which allows to disable another form element if no options are selected from within a select element.
* added default 'action' for moodleform  - strip_querystring(qualified_me()) http://docs.moodle.org/en/Development:lib/formslib.php_Usage#Basic_Usage_in_A_Normal_Page
2006-12-19 07:03:08 +00:00
..
db dropping studentcanpost in glossary, MDL_7170 2006-11-15 03:15:59 +00:00
formats removing some isteacher()s from glossary 2006-08-26 19:19:36 +00:00
approve.php SWEEPING CLEANUP 2006-08-14 05:55:40 +00:00
asc.gif - A couple of icons that I forgot to include 2003-10-19 03:48:21 +00:00
backuplib.php dropping studentcanpost in glossary, MDL_7170 2006-11-15 03:15:59 +00:00
check.gif - Cleaning a lot of code in edit.php and view.php 2003-10-21 04:55:22 +00:00
comment.gif New, smaller comment icon 2003-12-07 05:57:57 +00:00
comment.php added cancel button to glossary comment form and fixed initialization of button arrays MDL-7778 2006-12-05 09:44:11 +00:00
comment_form.php * Added setAdvanced functionality see http://docs.moodle.org/en/Development:lib/formslib.php_setAdvanced 2006-12-19 07:03:08 +00:00
comments.php MDL-7434 all images that convey information should have alt text to convey that information - part 3 2006-11-26 16:20:19 +00:00
config.html MDL-7434 all images that convey information should have alt text to convey that information - part 3 2006-11-26 16:20:19 +00:00
deleteentry.php dropping studentcanpost in glossary, MDL_7170 2006-11-15 03:15:59 +00:00
desc.gif - A couple of icons that I forgot to include 2003-10-19 03:48:21 +00:00
edit.php * Added setAdvanced functionality see http://docs.moodle.org/en/Development:lib/formslib.php_setAdvanced 2006-12-19 07:03:08 +00:00
edit_form.php * Added setAdvanced functionality see http://docs.moodle.org/en/Development:lib/formslib.php_setAdvanced 2006-12-19 07:03:08 +00:00
editcategories.html Tabs are out 2005-05-16 22:22:31 +00:00
editcategories.php minor xhtml fixes 2006-11-30 09:50:01 +00:00
export.gif New Glossary module, version 0.1 - by Williams Castillo! 2003-09-16 03:07:21 +00:00
export.php fixed obsoleted use of course->category to find site course - now used SITEID instead MDL-1899 2006-11-12 08:55:13 +00:00
exportentry.php Now lcase() and ucase() are out from glossary 2006-10-30 18:01:10 +00:00
exportfile.php debugging and error reporting level fixes and improvements MDL-6671 2006-09-23 09:38:39 +00:00
filter.php Merged AS keyword fixes from stable MDL-7207 2006-10-25 09:04:25 +00:00
formats.php replacing deprecated funciton calls with capability calls 2006-09-19 09:16:24 +00:00
icon.gif - New icon... :) 2003-11-05 03:30:38 +00:00
icon1.gif *** empty log message *** 2003-09-17 00:21:00 +00:00
import.html Place information before controls on upload forms MDL-7491 2006-11-28 08:24:45 +00:00
import.php dropping studentcanpost in glossary, MDL_7170 2006-11-15 03:15:59 +00:00
index.php Removed 'mod/glossary:view' capability 2006-09-22 02:52:48 +00:00
lib.php MDL-7434 all images that convey information should have alt text to convey that information - part 3 2006-11-26 16:20:19 +00:00
minus.gif - Exported entries are now linked instead of copied to the main glossary. 2003-09-29 03:06:30 +00:00
mod_form.php * Added setAdvanced functionality see http://docs.moodle.org/en/Development:lib/formslib.php_setAdvanced 2006-12-19 07:03:08 +00:00
print.gif - Printer-friendly version of the glossary 2003-11-01 20:27:21 +00:00
print.php we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left 2006-11-11 17:23:20 +00:00
rate.php Replaced optional_var with optional_param 2005-12-07 06:21:58 +00:00
README.txt - Aliases are now shown when displaying entries 2003-11-05 12:46:51 +00:00
report.php accessiblity, associating <th> with respective row or col 2006-12-13 08:24:23 +00:00
restorelib.php dropping studentcanpost in glossary, MDL_7170 2006-11-15 03:15:59 +00:00
rsslib.php Seeing ####TRUSTTEXT#### in RSS feeds MDL-7147 - fixed RSS feeds in glossary; merged from MOODLE_17_STABLE 2006-10-21 21:15:26 +00:00
showentry.php fixed obsoleted use of course->category to find site course - now used SITEID instead MDL-1899 2006-11-12 08:55:13 +00:00
sql.php we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left 2006-11-11 17:23:20 +00:00
tabs.html SWEEPING CLEANUP 2006-08-14 05:55:40 +00:00
TODO.txt Tabs are out 2005-05-16 22:22:31 +00:00
version.php dropping studentcanpost in glossary, MDL_7170 2006-11-15 03:15:59 +00:00
view.php minor xhtml fixes 2006-11-30 09:50:01 +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