]> git.mjollnir.org Git - moodle.git/commit
portfolio MDL-21079 be more selective about including libraries.
authorPenny Leach <penny@liip.ch>
Sat, 12 Dec 2009 11:27:07 +0000 (11:27 +0000)
committerPenny Leach <penny@liip.ch>
Sat, 12 Dec 2009 11:27:07 +0000 (11:27 +0000)
commit24ba58ee9a592043f682c42de388f657b327e2b1
treea76adf9f47fa217b67c771c8262d5911509d2d0b
parenta83ad307bc7c73a61619409d527c44c53b0150a1
portfolio MDL-21079 be more selective about including libraries.

this involves moving all formslib includes to where they're actually needed.
it also moves the portfolio stuff from assignment,data,chat,forum and glossary
into a locallib.php which involved creating it for many of those modules.
25 files changed:
admin/portfolio.php
lib/navigationlib.php
lib/portfolio/exporter.php
lib/portfoliolib.php
mod/assignment/lib.php
mod/assignment/locallib.php [new file with mode: 0644]
mod/chat/lib.php
mod/chat/locallib.php [new file with mode: 0644]
mod/chat/report.php
mod/data/export.php
mod/data/export_form.php
mod/data/lib.php
mod/data/locallib.php [new file with mode: 0644]
mod/forum/discuss.php
mod/forum/lib.php
mod/forum/locallib.php [new file with mode: 0644]
mod/glossary/export.php
mod/glossary/lib.php
mod/glossary/locallib.php [new file with mode: 0644]
portfolio/add.php
portfolio/download/file.php
portfolio/file.php
portfolio/mahara/lib.php
portfolio/mahara/preconfig.php
user/portfolio.php