Commit graph

33389 commits

Author SHA1 Message Date
tjhunt
b032b49099 MDL-16348 Reorganise admin tree:
* New Capability report put under Users -> Permissions
* Miscellaneous category renamed to Development
* Unit tests and Functional DB test moved to be under Development.
* The hard-coded hack that was used to change the permission that controls the Backups and stats reports replaced with settings.php files.
* There were two hidden Miscellaneous things in the old category, so I moved them. Multilan upgrade now under Lanuages, and Online assignment cleanup now under Plugins -> Activity modules. Both still hidden.

There was already a way for admin report plugins to control where they appeared in the tree, but it was not documented, so see http://docs.moodle.org/en/Development:Admin_reports
2008-09-08 11:32:31 +00:00
jamiesensei
c8b2ab1b00 MDL-7308 "Check all the DB columns used to store grades, and make sure they all use a consistent type." Since quiz->sumgrades is now string "0.00000" (quiz->sumgrades) no longer evaluates as false. Changing to (quiz->sumgrades != 0) 2008-09-08 10:35:14 +00:00
jerome
aca64b7934 MDL-15402: fix a bug when try to display list of instances for not added plugin 2008-09-08 09:41:38 +00:00
dongsheng
aae85978ec MDL-13766, users can delele their own cache files in fp. 2008-09-08 08:48:07 +00:00
dongsheng
772de6c799 "MDL-13766, fix repository id in thumbnail view" 2008-09-08 07:51:07 +00:00
dongsheng
f3c5853d42 "MDL-13766, fix treeview html id" 2008-09-08 07:24:27 +00:00
tjhunt
f608aa031b Tab -> spaces 2008-09-08 07:11:13 +00:00
tjhunt
1ea118e4bd MDL-16343 Report showing, for a given capability, how it is set in the definition of each role, and everywhere that it is overridden. 2008-09-08 07:01:41 +00:00
tjhunt
ad944e7832 MDL-16343 New PARAM_ type, PARAM_CAPABILITY. 2008-09-08 07:00:49 +00:00
tjhunt
bc59cef302 Comment update. 2008-09-08 06:59:11 +00:00
dongsheng
d05ef4a37a MDL-13766
1. fix boxnet search feature
2. fix bugs in global search
2008-09-08 06:20:24 +00:00
scyrma
78c809c437 MDL-15405: draftfile url rewriting function now working as it should for a nice bunch of test cases. 2008-09-08 06:09:11 +00:00
moodler
1470c8a47a Added maxattachments field for setting max number of attachments 2008-09-08 05:58:19 +00:00
moodler
30a9aff589 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.
2008-09-08 05:46:42 +00:00
moodler
757f30a20c MDL-15348 Add changes for filepicker to support the display of existing files 2008-09-08 05:41:45 +00:00
dongsheng
455860cecb MDL-13766, global search enabled. 2008-09-08 05:38:13 +00:00
scyrma
6fe8b02294 MDL-13766: make the filepicker work over https when necessary. 2008-09-08 03:07:07 +00:00
moodler
c3f9ee10fd MDL-9683 Fixed a typo in an error string name invalidseeky -> invalidsesskey 2008-09-08 02:35:22 +00:00
tjhunt
bced30229b Fix up question import. Thanks to Christopher Molnar: http://moodle.org/mod/forum/discuss.php?d=105164 2008-09-08 02:33:24 +00:00
jerome
6c91ce49ff MDL-15402: fixes for tabs.php - now display tab repository only for the current user, + add some context security 2008-09-08 02:10:30 +00:00
moodlerobot
4cd7c8b025 Updated the HEAD build version to 20080908 2008-09-08 01:45:01 +00:00
piers
4675994ab2 MDL-16299 - Javascript error during scorm player load. SCOID should not be populated - TOC figures this out. 2008-09-08 00:31:15 +00:00
skodak
7e55d513a1 MDL-16072 fixed area browsing 2008-09-07 23:22:23 +00:00
skodak
3445b38281 MDL-14589 fixed undefined itemid 2008-09-07 23:21:31 +00:00
skodak
aa9bcfcd50 MDL-16075 adding missing lang strings 2008-09-07 23:20:51 +00:00
skodak
a060b744e8 MDL-16072 adding missing lang strings 2008-09-07 22:37:32 +00:00
skodak
9fcb74407c MDL-15906 filepicker support in all file functions in formslib 2008-09-07 22:35:37 +00:00
skodak
a4e936d47d MDL-14589 adding missing lang strings 2008-09-07 22:35:03 +00:00
skodak
7983d68231 MDL-14589 sample function for draft area files migration and relinking 2008-09-07 22:34:18 +00:00
skodak
a20c017def MDL-14589 /. files are not created anymore when browsing empty areas, yay! 2008-09-07 22:23:10 +00:00
skodak
4287fc0df5 MDL-15906 filepicker support in all file functions in formslib 2008-09-07 13:30:46 +00:00
skodak
96fef79f5f MDL-14589 /. files are not created anymore when browsing empty areas, yay! 2008-09-07 10:06:26 +00:00
skodak
cfe9446817 MDL-14589 list of user areas is read only 2008-09-07 09:57:35 +00:00
peterbulmer
f76a259e10 MDL-14488 - start sql query with unique field - credit David Monllaó 2008-09-07 06:00:22 +00:00
peterbulmer
250f84d6b1 MDL-16301 - use better variable 2008-09-07 04:59:37 +00:00
peterbulmer
988b0b2260 MDL-16301 - bugfix for earlier commit 2008-09-07 04:55:44 +00:00
peterbulmer
f213ba93b9 MDL-16286 remove additional reference to (now undefined) $sql
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2008-09-07 03:26:10 +00:00
peterbulmer
ae18d3e644 MDL-16335 additional comment
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2008-09-07 03:25:27 +00:00
peterbulmer
4711957d99 MDL-16285 Simplify separate treatment of executing peer.
Change 'if' to comply with moodle coding standards
Improvements to comment


Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2008-09-07 03:24:56 +00:00
peterbulmer
1c85006caf MDL-16286 - replace get_records_sql with more generic get_records
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2008-09-07 03:22:34 +00:00
peterbulmer
a01ee3136f MDL-16335 - alter grouping, rename var and add comment to improve readability
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2008-09-07 03:21:57 +00:00
peterbulmer
210d7a46cd MDL-16335 remove unnecessary clone
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2008-09-07 03:20:32 +00:00
peterbulmer
454a6e7c4d MDL-16301 - address issue
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2008-09-07 03:19:35 +00:00
peterbulmer
5f6b28faf2 MDL-16286 separate strip wrappers() to decrypt() and check_sig()
additionally unfold logic inverstion around encrypted if block
To view this diff more effectively, consider setting 'ignore whitespace'

Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2008-09-07 03:18:53 +00:00
peterbulmer
c7c556156a MDL-16286 MDL-16285 Bring 'signed by old key' logic together
and add appropriate comments


Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2008-09-07 03:16:18 +00:00
peterbulmer
2a75520f71 MDL-16285 unfold logic inversion
Ignoring whitespace this patch is 4 lines of -, and 3 lines of +, if you want to understand what the diff is, I highly recommend looking at it without whitespace changes visible.

Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2008-09-07 03:15:35 +00:00
moodlerobot
9503c5ad6b Updated the HEAD build version to 20080907 2008-09-07 01:41:29 +00:00
skodak
c6800efef1 MDL-16368 commenting out unfinished code for now 2008-09-06 22:04:42 +00:00
skodak
ec8b711fb3 MDL-15919 do not modify $file_record parameters when creating new files 2008-09-06 21:33:07 +00:00
skodak
4149edbd64 MDL-15919 oops, reverting previous commit - not finished yet 2008-09-06 21:16:59 +00:00