skodak
3c67721aa1
MDL-17405 moving Data mod upgrade notification to proper place (upgrade.php) - better notification will be implemented in MDL-17427
2008-11-27 22:14:34 +00:00
skodak
95f0446147
MDL-17372 course reports: Added full plugin support for course reports
2008-11-27 20:30:14 +00:00
wildgirl
37ba8a281d
admin lang string configextrauserselectorfields typo fix
2008-11-27 14:47:18 +00:00
sam_marshall
c34845e2e2
MDL-17425: Unit test system - improved reporting of moodle_exception
2008-11-27 13:41:08 +00:00
tjhunt
df4e224454
question bank: MDL-14434 Cannot edit the only question category in a context.
2008-11-27 11:50:29 +00:00
tjhunt
004ff192d4
listlib: MDL-17422 Paging in listlib was badly screwed
2008-11-27 10:53:46 +00:00
tjhunt
21cbf9da8b
question bank: MDL-17078 Error after deleting a question category.
2008-11-27 07:30:17 +00:00
tjhunt
9f64eef7fd
health centre: MDL-16935 Question categories should belong to a valid context solution has SQL that does not work in MySQL
2008-11-27 05:57:11 +00:00
tjhunt
16590517fa
fix notices: MDL-15974 Some systems that were upgraded have nullable columns, leading to notices
...
A new install has NOT NULL DEFAULT 0.
2008-11-27 05:12:11 +00:00
dongsheng
1c4a15521d
REPOSITORY YOUTUBE PLUGIN/MDL-16911
...
Make change thumbnail height possible
2008-11-27 03:32:48 +00:00
tjhunt
1327f08eed
formslib file upload: MDL-17403 try adding accept-charset="utf-8" to forms to fix occasional upload problems.
2008-11-27 02:49:02 +00:00
moodlerobot
a1440be4d8
Updated the HEAD build version to 20081127
2008-11-27 01:58:45 +00:00
skodak
a0005f678f
MDL-17372 admin reports: Added full plugin support for admin reports; added specail capability for unittest execution, minor refactoring
2008-11-26 19:27:40 +00:00
skodak
d994ced22b
MDL-17372 admin reports: Added full plugin support for admin reports; added specail capability for unittest execution, minor refactoring
2008-11-26 19:27:39 +00:00
pilpi
9e5d7a8c5b
quiz editing: MDL-17418 added back (removed comments around) random question preview link for also the random question printing function for the order and paging tab.
2008-11-26 16:24:46 +00:00
pilpi
1b90bb45c5
quiz editing: MDL-17284 removed a print_r() call that must have been forgotten there when debugging
2008-11-26 15:36:34 +00:00
pilpi
0ff9576738
quiz editing: MDL-17284 converted a space to an to keep preview label on same line with its icon.
2008-11-26 15:35:08 +00:00
thepurpleblob
79ae8789bb
MDL-17125
...
Fix as suggested by Jonathan Kemp.
Merged from STABLE_19
2008-11-26 15:15:58 +00:00
tjhunt
e33025db6a
roles / profile: MDL-14937 remove reference to ra.active column until MDL-13240 is done.
2008-11-26 14:49:19 +00:00
thepurpleblob
4d22ec8144
MDL-11090
...
Passwords are now held in clear text so you can see what the password
is on the config screen.
Still backward compatible with old md5 passwords (which are still not displayed
of course)
Merged from STABLE_19
2008-11-26 14:34:40 +00:00
sam_marshall
002f56ef79
MDL-17412: Completion system unit tests were broken
2008-11-26 13:59:24 +00:00
pilpi
101cad083a
quiz editing: MDL-17294 added back (removed comments around) random question preview link
2008-11-26 13:16:49 +00:00
thepurpleblob
508fe4d8b5
MDL-17411
...
defaultquestion() now reflects the one in the question bank code, thus supressing
lots of notices
Merged from STABLE_19
2008-11-26 13:10:18 +00:00
thepurpleblob
94babb8c14
MDL-14155
...
$a in string no longer required. Changed the text slightly to make it make some sense.
Merged from STABLE_19
2008-11-26 11:51:53 +00:00
skodak
828a673d9d
MDL-15262 fixing previous incorrect merging
2008-11-26 09:05:04 +00:00
tjhunt
24ada7b2b6
Yay! found a global variable that was not being used anywhere. Kill! Kill!
2008-11-26 08:55:24 +00:00
skodak
78a0635ccd
MDL-17408 DML: new sql_modulo() method used in course sorting
2008-11-26 08:51:08 +00:00
skodak
415c4f78f3
MDL-17408 DML: new sql_modulo() method for oracle
2008-11-26 08:44:57 +00:00
skodak
e6df37346f
MDL-17408 DML: new sql_modulo() method + test
2008-11-26 08:19:45 +00:00
dongsheng
d85e995ab6
REPOSITORY/MDL-13766
...
improve javascript for file picker
2008-11-26 07:11:19 +00:00
nicolasconnault
dbc0194458
MDL_13766 Refactoring of core repository code and added first unit tests
2008-11-26 07:03:10 +00:00
tjhunt
bcc234b0a7
random question editing: Don't show permission information when editing a random question. It is just confusing.
2008-11-26 05:19:34 +00:00
tjhunt
2e883810d3
quiz editing: MDL-17296 refactor print_timing_information to avoid duplicating code from mod/quiz/accessrules.php
2008-11-26 04:52:46 +00:00
tjhunt
1e69a6562f
MDL-17361 Problems with the question category editing forms.
...
When editing an existing category, the logic should have been to prevent you from moving the category if it was the last remaining top-level category in its context.
When creating a new category as part of creating a random question, there should be no restriction.
2008-11-26 04:25:42 +00:00
tjhunt
cc2c4572b1
quiz editing: MDL-17396 Quiz tab icons broken in IE
...
Well, that was a stunningly creating IE layout bug, and I have no idea why this work-around works. (The margin 0 and vertical-align are the essentail bits, the other two rules just make it look nicer.)
Also tweaked the layout in Firefox to position the icons a bit more nicely.
2008-11-26 04:03:45 +00:00
dongsheng
e4fb7c6372
FILE PICKER/MDL-13766
...
remove debug code
2008-11-26 03:29:21 +00:00
dongsheng
b318bb6db2
REPOSITORY/MDL-13766
...
pass mimetype and return value type to file picker to filter repository instances
2008-11-26 03:26:33 +00:00
moodlerobot
c977816479
Updated the HEAD build version to 20081126
2008-11-26 01:58:37 +00:00
moodler
75c6b113b6
filter/mediplugin MDL-16650 Avoid some notices if CFG variables not defined yet
2008-11-26 01:47:46 +00:00
moodlerobot
8aae42065a
Automatic installer.php lang files by installer_builder (20081126)
2008-11-26 01:36:28 +00:00
skodak
b0a196ed69
MDL-14679 DML: fixed $rs typos
2008-11-25 22:49:46 +00:00
tjhunt
d7129a519f
accessibility / lang strings: MDL-17359 remove > being used as an arrow - screen readers don't like it.
2008-11-25 13:15:53 +00:00
tjhunt
4d4b70378b
Fix typo.
2008-11-25 13:06:57 +00:00
tjhunt
1372b5d2cf
quiz editing: MDL-17298 We should not add JavaScript to the YAHOO namespace
Also, use the newer methods for including required JavaScript.
2008-11-25 12:31:59 +00:00
dongsheng
942995292e
HTML_EDITOR, REPOSITORY/MDL-16650
...
media type should be returned.
2008-11-25 12:20:13 +00:00
jamiesensei
bbf4f440ee
MDL-15326 "allow for per report capabilities to replace mod/quiz:viewreports"
2008-11-25 12:11:27 +00:00
dongsheng
f536910483
HTML_EDITOR, REPOSITORY/MDL-16650
...
Modify tinymce to return a youtube link instead a object tag.
When media filter enabled, this link will be translated to proper youtube video.
2008-11-25 10:44:04 +00:00
moodler
d5e2a55cfd
filter/mediaplugin MDL-16650 Added support for alternate youtube URLs as well
2008-11-25 08:06:16 +00:00
moodler
e2cf2d7f23
filter/mediaplugin MDL-16650 Removed div to keep XHTML strict in most places
2008-11-25 07:57:05 +00:00
moodler
4d8bccf447
filter/mediaplugin MDL-16650 Added a Youtube search/replace to turn links to Youtube into embedded videos
...
Could use a quick security review!
2008-11-25 07:52:52 +00:00