Andrew Davis
39e39bd437
MDL-34406 message: removed an unnecessary string creation
2012-08-20 10:13:53 +08:00
Petr Škoda
db6842cca3
MDL-34893 use standard options in Hint_ResultPrinter
...
This is a very nasty hack!
2012-08-19 22:10:37 +02:00
Petr Škoda
7e84ef4fea
MDL-34959 add Google Maps API V3 support
2012-08-19 19:53:06 +02:00
Petr Škoda
778947cd65
MDL-34868 update deprecated Google maps API V2 key info
2012-08-19 18:21:37 +02:00
Jean-Michel Vedrine
1ff3389a54
MDL-34808 qformat examview Add phpunit tests to examview import format
2012-08-19 16:35:21 +02:00
Petr Škoda
cf1cb68662
MDL-34901 fix user login times handling
2012-08-19 15:33:59 +02:00
Petr Škoda
123f7f534e
MDL-34873 fix multiple E_STRICT tag related problems
2012-08-19 11:19:48 +02:00
Mary Evans
c74b1ee8d9
MDL-34957 theme_base: made small change to custommenu CSS in style/core.css to fix vertical arrow overlap in menu item
2012-08-19 01:45:34 +01:00
AMOS bot
9fe39511e2
Automatically generated installer lang files
2012-08-19 00:31:36 +00:00
Petr Škoda
245197ee2d
MDL-34864 bump up enrol category sync version
2012-08-18 11:48:05 +02:00
Petr Škoda
3c50224079
MDL-34864 add enrol_category unit tests for sync
2012-08-18 11:47:58 +02:00
Petr Škoda
259aecb26b
MDL-34864 improve enrol_category phpdocs
2012-08-18 11:47:47 +02:00
Petr Škoda
a2043a3168
MDL-34864 add verbose option to CLI enrol_category sync
2012-08-18 11:39:42 +02:00
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