Bulk changes to support plugin-formats in glossaries.
authorstronk7 <stronk7>
Tue, 27 Jul 2004 17:19:47 +0000 (17:19 +0000)
committerstronk7 <stronk7>
Tue, 27 Jul 2004 17:19:47 +0000 (17:19 +0000)
commita359c29b791d25a27d9010a5e84d127b337d634b
tree43a5299da6a0f5357ffa5a07c0966e659fc8e396
parenteaa9a0684958f6d6872884fe6cc35f742bca864b
Bulk changes to support plugin-formats in glossaries.
See the TODO.txt to get details about pending tasks.
The db upgrade should work fine (not tested under postgresql).
The plugin architecture is finished too.
See Bug 936.
(http://moodle.org/bugs/bug.php?op=show&bugid=936)
23 files changed:
mod/glossary/TODO.txt
mod/glossary/config.html
mod/glossary/db/mysql.php
mod/glossary/db/mysql.sql
mod/glossary/db/postgres7.php
mod/glossary/db/postgres7.sql
mod/glossary/formats.php
mod/glossary/formats/continuous/continuous_format.php [new file with mode: 0644]
mod/glossary/formats/dictionary/dictionary_format.php [new file with mode: 0644]
mod/glossary/formats/encyclopedia/encyclopedia_format.php [new file with mode: 0644]
mod/glossary/formats/entrylist/entrylist_format.php [new file with mode: 0644]
mod/glossary/formats/faq/faq_format.php [new file with mode: 0644]
mod/glossary/formats/fullwithauthor/fullwithauthor_format.php [new file with mode: 0644]
mod/glossary/formats/fullwithoutauthor/fullwithoutauthor_format.php [new file with mode: 0644]
mod/glossary/lib.php
mod/glossary/mod.html
mod/glossary/print.php
mod/glossary/restorelib.php
mod/glossary/showentry.php
mod/glossary/sql.php
mod/glossary/tabs.html
mod/glossary/version.php
mod/glossary/view.php