Tim Hunt
df0c2e5fd3
MDL-37378 quiz restore: timecheckstate not in old backups.
...
We need to avoid a notice. If the value is missing, setting it to 0 is
fine. It will get sorted out the next time cron is run.
2013-01-11 13:03:10 +00:00
Tim Hunt
7d9ce8864a
MDL-37374 questions: use property_exists rather than isset
...
$a->field = null; isset($a->field) returns false, which is typical PHP.
I also improve the error handling a bit.
2013-01-11 13:02:55 +00:00
Andrew Robert Nicols
86132c35ad
MDL-37397 Test for a valid select in formautosubmit
...
Ideally we shouldn't get into this situation, but in cases where the
generated select element is incorrectly configured, we should try and
handle it gracefully with a warning.
2013-01-11 11:50:27 +00:00
Eloy Lafuente (stronk7)
dbee98b2e6
weekly release 2.3.3+
2013-01-11 12:33:07 +01:00
Michael Aherne
5a701d1fbe
MDL-27164 groups Do not show multiple instances of the same role as multiple
2013-01-11 11:17:11 +00:00
Eloy Lafuente (stronk7)
039cd4a52a
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2013-01-11 12:16:51 +01:00
Eloy Lafuente (stronk7)
0eda863c21
MDL-37420 rework pg schema (partial backport take2)
2013-01-11 11:36:48 +01:00
Eloy Lafuente (stronk7)
fa02465c54
MDL-37420 rework pg schema (partial backport of 92b00c3
)
2013-01-11 10:34:19 +01:00
Jean-Michel Vedrine
517f7729ca
MDL-37313 Sample files with images for XML import
2013-01-11 09:44:56 +01:00
Jean-Michel Vedrine
eed2721b71
MDL-37313 Moodle XML import format should use draft file areas, not arrays
2013-01-11 09:44:55 +01:00
Andrew Robert Nicols
0a7c94b3d1
MDL-37413 Use correct variable in chooserdialogue
2013-01-11 08:20:14 +00:00
Ashley Holman
a34209d566
MDL-36616 repository: Fix direct linking to images in Flickr Public.
2013-01-11 15:33:37 +08:00
Jason Fowler
6df2ead050
MDL-35885 - Wiki - add a legend element to the search wikis form
2013-01-11 15:30:13 +08:00
Rossiani Wijaya
7f5290099f
MDL-34050 Lesson Module: improved matching question logic for checking user response. This patch will also resolved MDL-36343.
2013-01-11 13:51:13 +08:00
Rossiani Wijaya
f7109ce6d8
MDL-34050 Lesson module: Fixed undefined variable for $qtype
2013-01-11 13:50:29 +08:00
Joseph Rézeau
0fabd97928
MDL-34050: Lesson module: fixed matching answer format to use text
2013-01-11 13:50:20 +08:00
Damyon Wiese
975b2f7145
MDL-32341 calendar: get_file_by_hash() expects a hash
2013-01-11 11:56:46 +08:00
Rajesh Taneja
a786cf469d
MDL-35780 Administration: email display on user profile view page will respect user capability
2013-01-11 10:22:12 +08:00
Eloy Lafuente (stronk7)
72cb5eda5c
Merge branch 'MDL-37467-blogs_23' of git://github.com/mudrd8mz/moodle into MOODLE_23_STABLE
2013-01-10 18:13:27 +01:00
David Mudrák
40440a5847
MDL-37467 Do not provide blog posts via RSS when blogging is disabled
2013-01-10 17:04:23 +01:00
Eloy Lafuente (stronk7)
b15e5d7252
Merge branch 'MDL-36741_m23' of git://github.com/markn86/moodle into MOODLE_23_STABLE
2013-01-10 11:14:07 +01:00
Mark Nelson
6f003159a2
MDL-36741 mod_forum: fixed the function forum_rss_newstuff that was using count_records_sql incorrectly as well as generating RSS content when no data exists
2013-01-10 18:00:16 +08:00
Frederic Massart
ab4cb125e4
MDL-34435 reports: Log category actions
...
Conflicts:
course/lib.php
version.php
2013-01-10 15:14:18 +08:00
Andrew Robert Nicols
6b16846e83
MDL-36600 Add missing sesskey check when previewing the message
2013-01-10 10:20:36 +08:00
Dan Poltawski
8b9929247e
Revert "MDL-xxxx show appropriate instance status on user enrolments page"
...
This was incorrectly integrated
This reverts commit 0431cc0e16
.
2013-01-10 09:40:19 +08:00
Rajesh Taneja
20b556afa1
MDL-29534 Forum: if forum_replytouser is not set then send forum email using noreplyaddress.
2013-01-09 14:54:07 +08:00
Isaac Marco Blancas
3d68b9e954
MDL-29534 Forum: If forum_replytouser is not set then don't display from user email"
2013-01-09 14:54:06 +08:00
Jerome Mouneyrac
96ace848cc
MDL-37354 clean return value for each externallib PHPUnit tests
2013-01-09 14:00:48 +08:00
Aaron Barnes
7de454919b
MDL-36511 course: Save "completion starts on enrolment" disabled state
2013-01-09 15:36:38 +13:00
Dan Poltawski
fdd6de9177
Merge branch 'wip-MDL-36367-s23' of git://github.com/phalacee/moodle into MOODLE_23_STABLE
2013-01-09 09:50:54 +08:00
Eloy Lafuente (stronk7)
cd7802517f
Merge branch 'w51_MDL-37420_m23_pgschema' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2013-01-09 01:33:20 +01:00
Paul Nicholls
1d15d41073
MDL-37162: Use CSS to make mod show/hide icons not look "clickable" in hidden sections
...
Previously, the resource toolbox initialiser was using JS to find the show/hide icon, then find its section ancestor, then check if the section was hidden - only to pointlessly set pointer:auto if it was. That didn't meet the aim stated in the comments ("Disable" show/hide icons (change cursor to not look clickable) if section is hidden), but this patch meets that goal with a single CSS rule.
2013-01-09 11:30:13 +13:00
Andrew Robert Nicols
0cc875b7d0
MDL-36600 user: improve course messaging checks
2013-01-09 09:22:37 +13:00
Eloy Lafuente (stronk7)
a2eaf8896d
Merge branch 'w51_MDL-37152_m23_smtp' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2013-01-08 18:02:51 +01:00
Petr Škoda
090c684838
MDL-37420 add support for more PostgreSQL schemas
2013-01-08 17:46:54 +01:00
sam marshall
52f37ef475
MDL-37395 Add .jar filetype so Moodle doesn't incorrectly call it a zip file
2013-01-08 12:51:24 +00:00
Jerome Mouneyrac
845ef47ccd
MDL-37194 activity chooser displays entire list of default activities/resources
2013-01-08 18:05:28 +08:00
Andrew Robert Nicols
b8438776db
MDL-37173 Stop attempting to set User-Agent from core JS
...
This leads to some browsers throwing warnings that it is unsafe to set the
User-Agent. It doesn't help us in any way particularly either.
2013-01-08 09:57:17 +00:00
Dan Poltawski
7c333e0c6c
Merge branch 'MDL-32639-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2013-01-08 14:46:34 +08:00
Petr Škoda
0431cc0e16
MDL-xxxx show appropriate instance status on user enrolments page
2013-01-08 14:22:59 +08:00
Jason Fowler
a201a0ff4e
MDL-36620 - Blog, RSS - Preventing Guests from viewing the RSS of site level blogs
...
Conflicts:
blog/rsslib.php
2013-01-08 14:07:53 +08:00
Adrian Greeve
6990c10576
MDL-36335 - course: Orphaned activities no longer show a notice.
2013-01-08 12:25:09 +08:00
Joseph Rézeau
ea8e60c6f8
MDL-36335 - course: Orphaned activities no longer show a notice.
2013-01-08 12:24:06 +08:00
Dan Poltawski
27b92b4a71
Merge branch 'w51_MDL-37191_m23_plugindelete' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2013-01-08 11:17:05 +08:00
Paul Nicholls
18a5b8c72e
MDL-29835: filemanager - zero means zero, not unlimited
...
The form_filemanager constructor was using empty() rather than !isset(),
so overwrote maxfiles=0 with the default (-1). In addition, the JS UI
treated 0 as unlimited - but the non-JS fallback UI treated it as zero.
This would result in a file manager which allowed files to be
chosen/uploaded, which would then vanish into the void when the backend
saw that the maximum number of files was 0.
2013-01-08 16:01:04 +13:00
Dan Poltawski
3de2dc19e1
Merge branch 'MDL-31641_drag_drop_help_23' of git://github.com/davosmith/moodle into MOODLE_23_STABLE
2013-01-08 10:54:24 +08:00
Charles Fulton
3ee53f7e7f
MDL-35130 shibboleth: remove hard-coded string
2013-01-08 10:51:25 +08:00
Dan Poltawski
b943d77cd2
Merge branch 'MDL-36456-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2013-01-08 10:31:10 +08:00
Dan Poltawski
c7ad6f4504
Merge branch 'w51_MDL-37301_m23_coursecatinfoas' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2013-01-08 10:27:12 +08:00
Dan Poltawski
053f6ebc42
Merge branch 'w51_MDL-37254_m23_courseinfoas' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2013-01-08 10:24:21 +08:00