Aparup Banerjee
c459e91789
Merge branch 'MDL-25695-master' of https://github.com/mackensen/moodle
2012-05-15 11:03:07 +08:00
AMOS bot
fecd0c95ab
Automatically generated installer lang files
2012-05-15 00:31:35 +00:00
Dan Marsden
0ae299769c
MDL-32794 SCORM prevent items in tree that have no navigation from triggering a navigation change.
2012-05-15 09:36:35 +12:00
Tim Hunt
18056cd8dd
MDL-32087 question preview: add a help icon to the technical info.
2012-05-14 19:26:06 +01:00
Tim Hunt
05a7d15511
MDL-32087 question preview: update the code to use html_writer.
2012-05-14 19:26:05 +01:00
Tim Hunt
a2b4d8968c
MDL-32087 question preview: add a Save button.
...
Without this, there are some interactions with the question that could
only be tested by adding the question to a quiz, which was a pain.
2012-05-14 19:26:04 +01:00
Tim Hunt
802f8d2af4
MDL-32087 question preview: make more technical info available.
...
... but hide it in a collapsible region.
2012-05-14 19:26:04 +01:00
Andrew Robert Nicols
7a9a07d24a
MDL-31215 Add the ability to change activity titles using AJAX calls
2012-05-14 14:22:02 +01:00
Dan Poltawski
7a76aad7b7
Merge branch 'MDL-32930' of git://github.com/tmuras/moodle
2012-05-14 20:57:14 +08:00
Dan Poltawski
095de3cee6
Merge branch 'MDL-32863' of git://github.com/jonof/moodle
2012-05-14 20:49:05 +08:00
Dan Poltawski
eca95b639d
Merge branch 'MDL-32375' of git://github.com/timhunt/moodle
2012-05-14 20:42:12 +08:00
sam marshall
ce4dfd2703
MDL-24419 (4): Add conditional availability support to sections; section cache
...
Credit: original version done by Kirill Astashov of NetSpot (netspot.com.au),
finished and tweaked by sam.
This change adds conditional availability support for sections analagous to
that already available for activities. (Backend, UI, backup/restore.)
In order that this feature does not reduce performance, section cacheing has
also been added using a new course 'sectioncache' field analagous to modinfo.
The new feature integrates with activity availability so that activities
inside sections which are not available are automatically not available
themselves (meaning it works to restrict access).
2012-05-14 11:19:25 +01:00
sam marshall
637da99edb
MDL-24419 (3): Add new parameter to format_float for shorter display
2012-05-14 11:15:16 +01:00
sam marshall
ae3fbf7b06
MDL-24419 (2): Moved groupings cache to get_all_groupings function
...
There was a static cache inside course/lib.php. I need to access this
information in other places, so to avoid making two queries, I am
moving the cache into the groups_get_all_groupings function instead.
2012-05-14 11:15:15 +01:00
sam marshall
1cf121e1d2
MDL-24419 (1): Core restore steps should have after_restore function
...
At present core restore steps cannot have an after_restore function,
even though plugin restore steps can. Technically it would be possible
to just override the launch_after_restore_methods function but this
is not very neat. Instead, I added code to call after_restore function
(exactly the same way after_execute works).
2012-05-14 11:15:14 +01:00
sam marshall
cfa722c9c1
MDL-32535 Completion lang string incorrect use, text
2012-05-14 11:13:54 +01:00
Dan Poltawski
bdd773d565
Merge branch 'MDL-30291' of git://github.com/rwijaya/moodle
2012-05-14 18:08:30 +08:00
Dan Poltawski
36e686a07e
MDL-32923 phpunit: make copy/paste easier
2012-05-14 17:38:58 +08:00
Davo Smith
5103b5e667
MDL-22504 Course drag and drop upload - now correctly ignores disabled modules and allows upload to orphaned sections
2012-05-14 09:48:04 +01:00
Dan Poltawski
225097f75a
Merge branch 'MDL-31719_master' of git://github.com/lazydaisy/moodle
2012-05-14 15:53:19 +08:00
Dan Poltawski
7e86180956
MDL-32923 phpunit: be a bit more verbose about re-run cmmand
2012-05-14 15:48:26 +08:00
Dan Poltawski
a5fefe0bbd
Merge branch 'w20_MDL-32923_m23_phpunithint' of git://github.com/skodak/moodle
2012-05-14 15:46:23 +08:00
Dan Poltawski
cf037ba049
Merge branch 'w20_MDL-26901_m23_tinymceoptions' of git://github.com/skodak/moodle
2012-05-14 14:44:04 +08:00
Dan Poltawski
bf9b08dd5e
Merge branch 'wip-mdl-31941' of git://github.com/rajeshtaneja/moodle
2012-05-14 14:26:29 +08:00
Dan Poltawski
ec3f19bddb
Merge branch 'MDL-31951' of git://github.com/rwijaya/moodle
2012-05-14 14:23:41 +08:00
Dan Poltawski
8715472b1d
Merge branch 'MDL-32742-master-1' of git://git.luns.net.uk/moodle
2012-05-14 14:21:57 +08:00
Dan Poltawski
1af542ed67
Merge branch 'MDL-31804_ambiguous_sql' of git://github.com/andyjdavis/moodle
2012-05-14 14:20:05 +08:00
Dan Poltawski
a225149c9a
Merge branch 'MDL-24401' of git://github.com/rwijaya/moodle
2012-05-14 14:12:30 +08:00
Dan Poltawski
b728070f5d
Merge branch 'MDL-32902' of git://github.com/netspotau/moodle-mod_assign
2012-05-14 14:08:27 +08:00
Dan Poltawski
77acdb26f2
Merge branch 'w20_MDL-32915_m23_chatdiv' of git://github.com/skodak/moodle
2012-05-14 14:06:37 +08:00
Dan Poltawski
783669b96b
Merge branch 'wip-MDL-32872-m23' of git://github.com/samhemelryk/moodle
2012-05-14 14:00:51 +08:00
Dan Poltawski
3359a6fe07
Merge branch 'w20_MDL-32926_m23_phpunitevil' of git://github.com/skodak/moodle
2012-05-14 13:36:11 +08:00
Dan Poltawski
ae745307ef
Merge branch 'w20_MDL-32960_m23_phpunitref' of git://github.com/skodak/moodle
2012-05-14 13:32:18 +08:00
Frederic Massart
6189c7b4d3
MDL-32978 Gradebook: Fix strict standards notices
2012-05-14 13:27:06 +08:00
Dan Poltawski
a271c57af8
Merge branch 'wip-MDL-32611-m23' of git://github.com/samhemelryk/moodle
2012-05-14 13:12:53 +08:00
Dan Poltawski
950632673b
Merge branch 'MDL-32875-master-1' of git://git.luns.net.uk/moodle
2012-05-14 13:08:40 +08:00
Jonathon Fowler
ef8c793d74
MDL-31804 duplicated columns cause Oracle error in grader report
2012-05-14 11:00:29 +07:00
Damyon Wiese
3b6bbd767b
MDL-32902: Remove 70% width stylesheet rule for tables on the mod_assign submission screen.
2012-05-14 11:39:42 +08:00
Sam Hemelryk
dfb597b447
Merge branch 'MDL-31134-master' of git://github.com/ankitagarwal/moodle
2012-05-14 15:36:55 +12:00
Damyon Wiese
12945803b8
MDL-32904: Fix incorrect call to update_record (not causing an error)
2012-05-14 11:34:08 +08:00
Damyon Wiese
b11808c7d6
MDL-32909: assign_user_get_grades does not need to lookup context and was doing it wrong
...
cmidnumber is not the same as coursemodule->id
2012-05-14 11:29:43 +08:00
Damyon Wiese
c45261df97
MDL-32933: Add outcomes to mod_assign and upgrade tool
2012-05-14 11:23:40 +08:00
Jonathon Fowler
0eefca3b66
MDL-32863 question: fix for Oracle ambiguous column error
2012-05-14 12:52:58 +10:00
Sam Hemelryk
86558590a4
Merge branch 'MDL-31944' of git://github.com/ankitagarwal/moodle
2012-05-14 14:52:10 +12:00
Dan Poltawski
bb30328fe1
Merge branch 'w20_MDL-26553_m23_sqlsrvconfig' of git://github.com/skodak/moodle
2012-05-14 10:49:52 +08:00
Sam Hemelryk
edd25271c4
Merge branch 'MDL-30305-master-1' of git://git.luns.net.uk/moodle
2012-05-14 14:48:31 +12:00
Dan Poltawski
e87a7c65f1
Merge branch 'MDL-32714-rubric' of git://github.com/mudrd8mz/moodle
2012-05-14 10:41:46 +08:00
Sam Hemelryk
f98a3833b9
Merge branch 'w20_MDL-32659_m23_navcourses' of git://github.com/skodak/moodle
2012-05-14 14:37:51 +12:00
Dan Poltawski
41ea0d3cc2
Merge branch 'MDL-31902-master' of git://github.com/ankitagarwal/moodle
2012-05-14 10:28:05 +08:00
Rossiani Wijaya
1dedecf260
MDL-30291 outputrenderers: fixed typo for
2012-05-14 10:25:05 +08:00