Petr Škoda
3d7f23c5e9
MDL-34864 improve enrol_category sync performance
2012-08-18 11:39:42 +02:00
Jean-Michel Vedrine
8a8dd7d8c8
MDL-34738 qformat blackboard: blackboard format is broken
2012-08-18 10:55:26 +02:00
Petr Škoda
e3a5ed9dd7
MDL-34776 improve multiple "NOT IN" enrolment and role related queries
2012-08-18 09:57:02 +02:00
Petr Škoda
71a03114e0
MDL-34912 fix invalid descriptionformat default handling
2012-08-18 09:53:03 +02:00
Tim Hunt
3e6b27698d
MDL-29847 question preview: garbage collect old preview data.
...
This adds cron code which looks for question previews that have not been
touched for more than 24 hours, and deletes them.
We try to delete previews immediately. For example if the user clicks
start again, then we immediately delete their previous preview. However,
we can't do that if they just close the preview window. Hence we need
some cron code to clean up old preview that have got left lying around.
Normally, this code will not have much to do, so it will be very fast,
so we can afford to run it every cron.
This has been implemented in such a way that in future it will be easy
to add other cron code to the question bank.
Sadly, to make this work on MySQL, we require a horrible hack in the
already hacky delete_usage_records_for_mysql function.
2012-08-17 10:53:13 +01:00
sam marshall
40f6697f2e
MDL-31957 Course reset: Does not erase activity completion data
2012-08-17 10:39:38 +01:00
Jerome Mouneyrac
7a4f9ba8e0
MDL-34941 correct timestamp range: startdate of external fct create_course PHPunit test
2012-08-17 16:15:56 +08:00
Frederic Massart
d190fcd9d9
MDL-28531 Unit Tests: Fixed tests to work with core update
2012-08-17 14:45:03 +08:00
Frederic Massart
68576ef61d
MDL-28531 Backup: Automated backups run when they are scheduled
2012-08-17 14:45:03 +08:00
Frederic Massart
bc2289cd52
MDL-34648 Chat: No more errors when sentence begin with 'To'
2012-08-17 14:44:53 +08:00
Matt Meisberger
054bcf69f6
MDL-34742 - adding ability to move blocks into empty column
2012-08-17 14:44:23 +08:00
Rajesh Taneja
a645f67aa5
MDL-31734 Course: removed unused sectiontitle string
2012-08-17 14:33:40 +08:00
Rajesh Taneja
bf821575ec
MDL-26492 Lesson: lesson_get_user_grades will return grade of all users if userid=0
2012-08-17 14:30:39 +08:00
Rossiani Wijaya
01dbe1fdad
MDL-34569 - add label for search wiki input text
2012-08-17 11:33:40 +08:00
Rossiani Wijaya
93dbb62f45
MDL-34569 accessibility compliance for wiki module: Add label for input text and select tag
2012-08-17 11:14:03 +08:00
AMOS bot
16254fffc8
Automatically generated installer lang files
2012-08-17 00:31:50 +00:00
Tim Hunt
20d4ab97c0
MDL-34937 quiz responses reports: attempt grade not shown.
2012-08-16 21:35:44 +01:00
Tim Hunt
d1755c12a0
MDL-34702 quiz DB: questiondecimalpoints has wrong default.
...
Thanks to the folks at UCL for tracking down this problem. It has only
hidden for 2+ years!
2012-08-16 17:35:16 +01:00
Tim Hunt
6247d0a82c
MDL-34889 phpunit: progress output in util.php --drop.
...
It is slow for me, and it is nice to know that something is going on.
2012-08-16 17:00:25 +01:00
Tim Hunt
423030e7dc
MDL-34810 question bank: user prefs for some display options
...
The options that are remembered persistently are
* Also show questions from sub-categories
* Also show old questions
* Show question text in the question list
* Number of questions per page
2012-08-16 16:59:59 +01:00
Eloy Lafuente (stronk7)
7033316dad
weekly release 2.3.1+
2012-08-16 17:26:25 +02:00
Eloy Lafuente (stronk7)
90231b24df
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2012-08-16 17:22:01 +02:00
Eric Merrill
5c57df4c9d
MDL-34376 mod_assign Fixing flaw in previous commit with not defining .
2012-08-16 10:07:31 -04:00
sam marshall
1d075eadd9
MDL-34446 Fix bugs in previous commit
2012-08-16 14:48:15 +08:00
Rossiani Wijaya
dc5d4f435a
MDL-34563 - change string firstname to lastname and add accesshide class
2012-08-16 14:18:04 +08:00
Rossiani Wijaya
8309268b42
MDL-34563 - removed double labeling and add label for input text
2012-08-16 14:17:50 +08:00
Aparup Banerjee
19ab59bcc0
Merge branch 'MDL-34565_accessibility_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-08-16 11:51:35 +08:00
Jason Fowler
44d24d1297
MDL-31810 - Fixing unclosed DIV tags throughout Moodle
2012-08-16 10:43:29 +08:00
Tim Hunt
c4f0004a0a
MDL-32705 backup ui: add select all/none JavaScript on schema screens
2012-08-15 18:10:45 +01:00
Dan Poltawski
cfebb1a538
Merge branch 'MDL-34905_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-08-15 17:54:02 +08:00
Tim Hunt
2a077c0d1b
MDL-34905 quiz: missing global $DB;
...
This code normally only runs when JS is disabled, which is why this was
not noticed before.
2012-08-15 10:32:56 +01:00
David Monllao
25e77f4f73
MDL-30370 mod_forum - Removing duplicate seleted field in the DB query
...
Credit to Iñigo Zendegi
2012-08-15 17:02:43 +08:00
Rossiani Wijaya
829f5e876a
MDL-34565 - remove duplicate labeling
2012-08-15 16:24:14 +08:00
Damyon Wiese
9bdc95b702
MDL-34583: Assignment upgrade loses comments from onlinetext and offline assignment types.
2012-08-15 03:36:51 +02:00
Eloy Lafuente (stronk7)
4ee439dbc2
Merge branch 'MDL-34862_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-08-15 03:32:44 +02:00
Eloy Lafuente (stronk7)
91986f84c2
Merge branch 'MDL-34539' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
2012-08-15 03:23:57 +02:00
Eloy Lafuente (stronk7)
e154c1b6da
Merge branch 'MDL-34885_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-08-15 03:16:39 +02:00
AMOS bot
9bf629bb64
Automatically generated installer lang files
2012-08-15 00:31:33 +00:00
Eloy Lafuente (stronk7)
833e135533
Merge branch 'MDL-25347_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
2012-08-15 02:04:10 +02:00
Sam Hemelryk
36e6961fa4
Merge branch 'MDL-33640_23' of git://github.com/MaxThrax/moodle into MOODLE_23_STABLE
2012-08-15 11:48:27 +12:00
Sam Hemelryk
a9c8c1c951
Merge branch 'MDL-33531_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
2012-08-15 11:22:08 +12:00
Dan Poltawski
02d8fb146d
MDL-29192 - clarify email_to_user call
2012-08-15 01:17:32 +02:00
Eloy Lafuente (stronk7)
6c20303ee1
Merge branch 'w33_MDL-34782_m23_mysqlunsigned' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-08-14 23:10:24 +02:00
Eloy Lafuente (stronk7)
12445b37fc
Merge branch 'MDL-34829' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
2012-08-14 22:55:56 +02:00
Eloy Lafuente (stronk7)
428b30ce5e
Merge branch 'MDL-34783-MOODLE_23_STABLE-1' of git://git.luns.net.uk/moodle into MOODLE_23_STABLE
2012-08-14 22:45:34 +02:00
Rex Lorenzo
90c510cf9d
MDL-34866 - Make "course display" default a site configurable option
...
* Moved COURSE_DISPLAY_SINGLEPAGE and COURSE_DISPLAY_MULTIPAGE constants from courselib to moodlelib.php
* Using course display constants in course default admin setting page
2012-08-14 12:12:47 -07:00
Tim Hunt
ba338db5b5
MDL-34885 phpunit: better cygwin detection.
...
For some reason, on my computer, $_SERVER['SHELL'] was not set, so I
changed the test to also consider $_SERVER['TERM']. This now works for
me.
2012-08-14 14:12:06 +01:00
Aparup Banerjee
38ace2266f
Merge branch 'wip-MDL-34748-MOODLE_23_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_23_STABLE
2012-08-14 15:30:03 +08:00
Ankit Agarwal
8e017950e9
MDL-34535 message: userto should use is_number instead of is_init
2012-08-14 14:42:11 +08:00
Aparup Banerjee
69e0f5049f
Merge branch 'MDL-34563_accessibility_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
2012-08-14 14:34:43 +08:00