stronk7
53fd7cae8d
MDL-17469 - Revert incorrect handling of restore parameters in restore.php file. It was
...
causing restore dates to be rolled based in the course where the backupfile is stored
and not in the target course. Merged from 19_STABLE
2009-10-05 16:32:15 +00:00
stronk7
5758d88262
MDL-18469 restore missing session info - add a quick re-test of xml file
...
before any further processing by restore_execute(). More coming. Merged
from 19_STABLE
2009-10-05 10:31:46 +00:00
dongsheng
4c211e95c4
"MDL-20422, check courses category before moving, hideing, showing courses, merged from 1.9"
2009-10-05 07:44:45 +00:00
jerome
05d5801ace
quizz MDL-20421 remove php notice when Enable Safe Exam Browser integration is not activated, merged from 1.9
2009-10-05 03:09:55 +00:00
moodlerobot
2aa9452a91
Updated the HEAD build version to 20091005
2009-10-05 00:37:43 +00:00
tjhunt
1c0932462e
quiz: MDL-20420 Not all quizzes use best grade (e.g. some use average). Change column title.
2009-10-04 18:49:08 +00:00
tjhunt
bf659cf05e
blocks upgrade: MDL-19511 Oops. contextid is unsigned, so use 0 as a dummy value, not -1
2009-10-04 18:20:08 +00:00
moodlerobot
85879df923
Updated the HEAD build version to 20091004
2009-10-04 00:37:34 +00:00
tjhunt
1f54c33bdd
install: MDL-20417 Install was failing on upgradesettings.php
...
Only $PAGE->generaltype 'maintenance' works before the site is fully installed.
We were specifying that on all other relevant pages, but it was missed out here.
2009-10-03 09:02:21 +00:00
tjhunt
ddfa1863d3
revert last change. I used the wrong commit comment and it was totally misleading.
...
Will recommit with a good comment.
2009-10-03 08:56:59 +00:00
tjhunt
67e84a7f5e
output: MDL-19797 fix some fallback code in print_header.
2009-10-03 08:54:30 +00:00
tjhunt
f94f09b523
groups: NOBUG fix syntax error seen on http://moodle.org/mod/cvsadmin/view.php?tab=syntax
...
PHP Fatal error: Can't use function return value in empty call.
2009-10-03 07:57:50 +00:00
nicolasconnault
c6fc16efbe
MDL-16940 Applied the patch for visibility of dropdown menus in course view for IE6 when AJAX is on. Merged from MOODLE_19_STABLE
2009-10-03 02:32:13 +00:00
nicolasconnault
8c3c518f98
MDL-20415 Modified the behaviour of AJAX moving of sections when in "weekly" format, so that dates don't get moved along with the sections. This reflects the final, saved state. Merged from MOODLE_19_STABLE
2009-10-03 01:53:17 +00:00
moodlerobot
39e810e9cc
Updated the HEAD build version to 20091003
2009-10-03 00:37:19 +00:00
wildgirl
730bac4409
multichoice question help file: MDL-16791 corrected wording thanks to Ralf Hilgenstock
2009-10-02 13:27:50 +00:00
stronk7
eb25bbcbc8
MDL-18469 Minor changes to restore silenty/import before implementing checksum. Merged from 19_STABLE
2009-10-02 12:50:19 +00:00
skodak
c9c5cc81e9
MDL-12886 external lib parameter validation routine + some unit tests
2009-10-02 12:13:56 +00:00
mudrd8mz
f60ecadf2c
NOBUG: Fixed PAGE->set_url() regression
...
$PAGE->set_url() is already properly called by admin_externalpage_setup()
with a required 'section' param included. We can't override the PAGE's
URL and throw away the params set previously. This may be an issue at
other external admin pages, too.
2009-10-02 11:42:53 +00:00
tjhunt
7409013e79
moodlelib: MDL-19764 change get_list_of_countries so admins can more easily control the list.
...
* New admin setting $CFG->allcountrycodes - on Location page.
* Same rules used to translate country names as any other string.
* With unit tests.
2009-10-02 11:30:11 +00:00
nicolasconnault
49c4d8caa4
MDL-10221 Simulating the HTTP DELETE method by using a URL param (action), because some web servers don't allow DELETE. AJAX Course and Block deletion now works as expected. Merged from MOODLE_19_STABLE
2009-10-02 07:53:01 +00:00
nicolasconnault
50569ba3ac
MDL-15262 Added a two capabilities to prevent certain users from changing a course's fullname and shortname. merged from MOODLE_19_STABLE
2009-10-02 07:05:02 +00:00
dongsheng
3a8f4b907f
"MDL-18723, role required to display search box should be viewparticipants, merged from 1.9"
2009-10-02 06:51:56 +00:00
moodler
183ea48968
user/view MDL-18800 Sort courses consistently with everything else
2009-10-02 06:34:12 +00:00
dongsheng
b9f6ca7052
"MDL-19118, add comments counter"
2009-10-02 06:22:17 +00:00
moodler
0e2afc47d8
calendar html MDL-17528 Add H2 to the "block" headers to make consistent with everything
2009-10-02 06:20:52 +00:00
moodlerobot
45154d7c1d
Updated the HEAD build version to 20091002
2009-10-02 00:37:38 +00:00
skodak
8c772ad78f
MDL-12886 updating groups external API
2009-10-01 21:53:58 +00:00
skodak
c29cca3023
MDL-12886 WS param and return description classes
2009-10-01 21:53:14 +00:00
skodak
b4c1a34ea9
MDL-12886 updating groups external API
2009-10-01 21:41:37 +00:00
skodak
b038c32c82
MDL-12886 WS param and return description classes
2009-10-01 21:33:33 +00:00
stronk7
1c13ff2330
NOBUG: Just adding some "database" words here and there to help a bit when debugging problems.
2009-10-01 15:02:00 +00:00
mudrd8mz
bf66a674ce
removing deletions from {blog_association} from the core
...
The {blog_association} is not defined but it is still referenced in the
core functions. This seems to be some blog subsystem mess that prevents
the core from removing any activity module and the context. I am sorry
Nico if I break something in your current work...
2009-10-01 14:41:20 +00:00
mudrd8mz
5ac27e270b
NOBUG: Fixed moodle_url issue in module removing confirmation
...
Plain 'mod.php' does not seem to be supported at the moment as a valid $url for the Confirm button
2009-10-01 14:23:48 +00:00
tjhunt
964c571975
question import/export: MDL-20299 fix regression I introduced yesterday in hotpot import/export
2009-10-01 10:12:29 +00:00
tjhunt
d0fdb92ccf
question preview: MDL-19820 set_url and generaltype = popup on question preview page
2009-10-01 10:09:59 +00:00
tjhunt
f38f2d474d
quiz: fix debugging notice ->classes = to set_classes.
2009-10-01 10:07:09 +00:00
skodak
9950c88ff9
MDL-20385 better access control checks for frontpage activities; merged from MOODLE_19_STABLE
2009-10-01 09:58:08 +00:00
moodler
9b610c986c
calendar MDL-19940 Don't require login for site calendar when forcelogin is false
2009-10-01 07:04:18 +00:00
moodler
7e13493675
form/recaptcha MDL-20144 Don't specify tabindex, for accessibility
2009-10-01 06:54:45 +00:00
dongsheng
45fa433ee1
"MDL-16597, fixed callback function"
2009-10-01 06:51:23 +00:00
samhemelryk
41f23791f1
javascript MDL-20400 Addition of disabledif hide option, thanks Jonathan for the brilliant patch
2009-10-01 06:41:33 +00:00
samhemelryk
2ffd5c3591
navigation MDL-20395 Fixed notificiation regarding missing context during simpletest
2009-10-01 05:02:08 +00:00
samhemelryk
1d89818236
navigation MDL-20395 Fixed regression created earlier
2009-10-01 04:16:22 +00:00
jerome
a1b74a5672
user MDL-20390 remove broken unit test for user external function. This need to be rewritten.
2009-10-01 03:04:39 +00:00
samhemelryk
fac052675a
admin-roles MDL-19787 Fixed regression in recent upgrades of link_to_popup_window
2009-10-01 02:39:37 +00:00
samhemelryk
c705a24eb2
simpletest-navigation MDL-20395 Fixed up regressions in the simpletest caused by recent changes to upgrades to navigation lib.
...
Also fixed issue whereby PAGE->set_url was being called by testdeprecatedlib but not being reset to the original value causing several flow on errors through simpletests
2009-10-01 02:31:42 +00:00
moodlerobot
e28112cc52
Updated the HEAD build version to 20091001
2009-10-01 00:38:47 +00:00
ashleyholman
5e01555f74
MDL-5223 fix flashvars in mediafilter to make waitForPlay work.
2009-10-01 00:30:49 +00:00
moodlerobot
0f52c0722f
Automatic installer.php lang files by installer_builder (20091001)
2009-10-01 00:28:31 +00:00