tjhunt
|
8e2d826b15
|
file/link resource: Fix notice.
|
2008-10-23 09:05:37 +00:00 |
|
tjhunt
|
4f8190a59f
|
listlib: off-by-one error. I found this while preparing my Brisbane MoodleMoot demo. It was causing notices on the question bank page, or something like that.
|
2008-10-23 09:04:52 +00:00 |
|
nicolasconnault
|
865607b319
|
MDL-16784 Added a hack for ie6, which causes a little glitch in ie5.5, but nothing major
|
2008-10-23 08:54:49 +00:00 |
|
tjhunt
|
8c901fb816
|
xmldb checks: MDL-16976 write a check that finds rows that violate the foreign key constraints.
|
2008-10-23 08:32:12 +00:00 |
|
tjhunt
|
9f5e5dee97
|
xmldb checks: MDL-16975 refactor the various checks to eliminate duplicated code.
|
2008-10-23 08:30:43 +00:00 |
|
jerome
|
659054c521
|
MDL-15352: doesn't use anymore mnet system function, implemeted new mnet function, remote moodle service will appear into the peer service
|
2008-10-23 08:14:24 +00:00 |
|
jerome
|
ef378cdcf4
|
MDL-15352: doesn't use anymore mnet system function, implemeted new mnet function, remote moodle service will appear into the peer service
|
2008-10-23 08:14:23 +00:00 |
|
tjhunt
|
8409cec0df
|
qtype database definitions: MDL-16978 Lots of foreign key definitions in install.xml files erroniously link to the questions table. It should be question.
|
2008-10-23 07:30:12 +00:00 |
|
dongsheng
|
65df771337
|
"MDL-16911, enable searching dialog and adjust thumbnail width"
|
2008-10-23 07:11:47 +00:00 |
|
dongsheng
|
45a5c8a5ab
|
"MDL-13766, add thumbnail_width option for listing"
|
2008-10-23 07:10:50 +00:00 |
|
dongsheng
|
53c8ae53a7
|
"MDL-16650, fixed bug of returning raw urls"
|
2008-10-23 04:26:48 +00:00 |
|
dongsheng
|
9d83329215
|
"MDL-16911, youtube plugin for repository module"
|
2008-10-23 04:10:59 +00:00 |
|
moodlerobot
|
ebbdd8733c
|
Updated the HEAD build version to 20081023
|
2008-10-23 01:59:54 +00:00 |
|
mjollnir_
|
96a38422e1
|
MDL-16541 - text resource portfolio implementation - send as .html since we're formatting that way
|
2008-10-22 10:45:05 +00:00 |
|
tjhunt
|
921c07e5b1
|
quiz attempt javascript: MDL-16833 the javascript that stops enter from submitting the forum in quiz attempts was broken in HEAD.
|
2008-10-22 10:26:45 +00:00 |
|
tjhunt
|
d0d2d97337
|
admin tree: remove spurious space.
|
2008-10-22 10:24:26 +00:00 |
|
tjhunt
|
98bcd9d1ff
|
roles interface: MDL-16965 make a view that explains the has_capability calculation for a given capability in a given context for a given user, like on http://docs.moodle.org/en/How_permissions_are_calculated.
|
2008-10-22 09:48:16 +00:00 |
|
nicolasconnault
|
ba1891d290
|
MDL-16962 New formslib element for dropdowns with a link to another page. Applied to outcome item and outcome edit pages. Merged from MOODLE_19_STABLE
|
2008-10-22 09:31:49 +00:00 |
|
jerome
|
a125058fc5
|
MDL-15352: a bit of cleaning into the remote repository plugin
|
2008-10-22 05:56:18 +00:00 |
|
jerome
|
8f943ebab4
|
MDL-15402: trivial stuff into the repository lib
|
2008-10-22 05:49:15 +00:00 |
|
jerome
|
795834fee8
|
MDL-15352: first version of remote moodle plugin
|
2008-10-22 04:13:21 +00:00 |
|
jerome
|
d3dfe9aecb
|
MDL-15352: first version of remote moodle plugin
|
2008-10-22 04:04:23 +00:00 |
|
dongsheng
|
422639d4f8
|
"MDL-13766, enable scrolling in repository listing"
|
2008-10-22 03:59:32 +00:00 |
|
fmarier
|
be2718051b
|
backuplib: MDL-16945 (merge from 1.9)
|
2008-10-22 03:14:45 +00:00 |
|
dongsheng
|
faf7f2e43f
|
"MDL-16907, remove search and logout buttons"
|
2008-10-22 02:50:52 +00:00 |
|
dongsheng
|
b2b3fd82cd
|
"MDL-16908, remove search and logout button"
|
2008-10-22 02:50:32 +00:00 |
|
fmarier
|
ecc3137831
|
moodlelib/welcome message: MDL-16947 (merge from 1.9)
|
2008-10-22 02:35:24 +00:00 |
|
moodlerobot
|
dab14c569d
|
Updated the HEAD build version to 20081022
|
2008-10-22 01:52:20 +00:00 |
|
jerome
|
69574ad1f4
|
MDL-16929: fix bulk user download function. (the shortname column title is now profile_field_"shortname"), merged from 19
|
2008-10-22 01:33:37 +00:00 |
|
mjollnir_
|
14cb94ebfe
|
portfolio/mahara tighter url for continuing to portfolio to enter the folder and highlight the new file
|
2008-10-21 09:55:04 +00:00 |
|
jamiesensei
|
047c0f78aa
|
MDL-16952 "after DB field type changes standard deviation and facility index show up as 0% instead of blank" Problem is that question->maxgrade is now 0.0000 and not 0 and $maxgrade now does not evaluate as false, need to use $maxgade!=0 which evaluates as before.
|
2008-10-21 09:32:24 +00:00 |
|
jamiesensei
|
67710da492
|
MDL-16951 "kurtosis and skewness equations were wrong" See changes to equations here : http://docs.moodle.org/en/index.php?title=Development%3AQuiz_item_analysis_calculations&diff=45585&oldid=39752
|
2008-10-21 09:25:02 +00:00 |
|
tjhunt
|
03043a3313
|
quiz timer: MDL-16490 stop the timer when a page is submitted, to avoid nasty double-submission problems.
|
2008-10-21 08:20:51 +00:00 |
|
dongsheng
|
048ef25366
|
"MDL-16907, force binary mode write in smb plugin for repository module"
|
2008-10-21 06:43:18 +00:00 |
|
dongsheng
|
7741692c2e
|
"MDL-13766, fixed repository file picker bugs in IE"
|
2008-10-21 06:39:46 +00:00 |
|
dongsheng
|
a7cd51fc0a
|
"MDL-16907, add thumbnail for smb plugin"
|
2008-10-21 06:37:13 +00:00 |
|
tjhunt
|
834f7c4a5a
|
qtype description: MDL-16863 Put back edit icon next to descriptions for teachers.
|
2008-10-21 06:34:14 +00:00 |
|
dongsheng
|
934ff62cfe
|
"MDL-16908, webdav plugin for repository module"
|
2008-10-21 06:30:50 +00:00 |
|
tjhunt
|
a0a88627cc
|
Remove obsolete method.
|
2008-10-21 06:22:16 +00:00 |
|
tjhunt
|
78268862d3
|
quiz reports: MDL-16948 SQL does not work in Oracle - you are not allowed to refer to output column names in GROUP BY. Fix thanks to Francois Marier.
|
2008-10-21 05:45:39 +00:00 |
|
moodlerobot
|
baa5955613
|
Updated the HEAD build version to 20081021
|
2008-10-21 01:47:35 +00:00 |
|
arborrow
|
45c31ab3dd
|
MDL-16939 - adding check type exists to avoid PHP notice in build_navigation function; merged from MOODLE_19_STABLE
|
2008-10-20 17:56:11 +00:00 |
|
nicolasconnault
|
7b2f3680a3
|
MDL-16892 Fixed bug in accesslib role_fix_names method. Merging from MOODLE_19_STABLE
|
2008-10-20 13:47:08 +00:00 |
|
dongsheng
|
fe3010726f
|
"MDL-16907, shouldnot modify smblib.php"
|
2008-10-20 07:24:14 +00:00 |
|
dongsheng
|
5ef4f9bb8c
|
"MDL-16907, smb plugin for repository module"
|
2008-10-20 07:20:33 +00:00 |
|
dongsheng
|
cdf083f9f8
|
"MDL-13766, improve upload interface"
|
2008-10-20 02:26:36 +00:00 |
|
dongsheng
|
68f6314386
|
"MDL-13766, fix listing css"
|
2008-10-20 02:14:57 +00:00 |
|
moodlerobot
|
d79e15ac7c
|
Updated the HEAD build version to 20081020
|
2008-10-20 01:49:09 +00:00 |
|
dongsheng
|
122d195bac
|
"MDL-16650, return raw URLs directly"
|
2008-10-20 01:40:19 +00:00 |
|
moodlerobot
|
8d47e58c80
|
Updated the HEAD build version to 20081019
|
2008-10-19 01:42:27 +00:00 |
|