]> git.mjollnir.org Git - moodle.git/commit
MDL-14722 Added new maxattachments setting at admin and forum level to
authormoodler <moodler>
Mon, 8 Sep 2008 05:46:42 +0000 (05:46 +0000)
committermoodler <moodler>
Mon, 8 Sep 2008 05:46:42 +0000 (05:46 +0000)
commit30a9aff58932c3228c9702790c0be687b08a30dd
tree8397f3f5ecf5ccbbb662c7aea0e2dbae28507b8a
parent757f30a20ce38ff8bda0c9b489bcdf406e7d97df
MDL-14722  Added new maxattachments setting at admin and forum level to
set the maximum number of attachments for forum posts.   Default: 1.

Works, but still needs a bit of polishing to deal with re-editing posts (to stop people going above maxattachments)

Also fixed documentation for attachments.
lang/en_utf8/forum.php
lang/en_utf8/help/forum/attachment2.html [new file with mode: 0644]
lang/en_utf8/help/forum/maxattachments.html [new file with mode: 0644]
mod/forum/db/upgrade.php
mod/forum/lib.php
mod/forum/mod_form.php
mod/forum/post.php
mod/forum/post_form.php
mod/forum/settings.php
mod/forum/version.php