AMOS bot
b27d56ea6f
Automatically generated installer lang files
2012-07-17 00:31:47 +00:00
David Monllaó
e52f82253e
MDL-30876 filter_mediaplugin Wrapping the style sheets access with try & catch
...
Conflicts:
lib/javascript-static.js
2012-07-17 12:21:07 +12:00
Dan Poltawski
00714e72ea
Merge branch 'MDL-34187_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-07-16 15:57:31 +08:00
Aparup Banerjee
5f3d7b1949
MDL-26587 Question : fixed restoring shortanswer where answers are missing due to data error in mbz file.
2012-07-16 15:51:11 +08:00
Dan Poltawski
4923e18d75
Merge branch 'MDL-23219_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-07-16 14:32:54 +08:00
Dan Poltawski
e0bc694514
Merge branch 'wip-mdl-30798-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
2012-07-16 14:26:08 +08:00
Rajesh Taneja
021bea1240
MDL-30798 Blog: link param for entries about this course link is fixed
2012-07-16 14:11:47 +08:00
Dan Poltawski
24527f63bb
Merge branch 'MDL-31622-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-07-16 11:34:21 +08:00
Dan Poltawski
d835681e35
Merge branch 'MDL-34211' of git://github.com/appalachianstate/moodle into MOODLE_23_STABLE
2012-07-16 11:15:55 +08:00
Dan Poltawski
4da22142bc
Merge branch 'w29_MDL-34271_m23_mysqlcollation' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-07-16 11:00:56 +08:00
Dan Poltawski
8242298e4b
Merge branch 'MDL-34164_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-07-16 10:05:51 +08:00
Marina Glancy
ae8e49e8de
MDL-34213 fixed mistype causing wrong link in some browsers
2012-07-16 09:55:05 +08:00
Sam Hemelryk
5320640ccd
Merge branch 'MDL-33624-23' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
2012-07-16 13:50:56 +12:00
Dan Poltawski
28fc596d03
MDL-33624 lang - remove incosistent use of placeholder
2012-07-16 09:45:11 +08:00
Davo Smith
f8e493faff
MDL-34214 Course dndupload - removed unneeded classes from preview element
2012-07-16 12:05:54 +12:00
Sam Hemelryk
ac98ad6189
Merge branch 'MDL-26145_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
2012-07-16 11:57:35 +12:00
Sam Hemelryk
8f87d57c47
Merge branch 'MDL-28155_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
2012-07-16 11:50:23 +12:00
Sam Hemelryk
828a42c37d
Merge branch 'MDL-32310-23' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
2012-07-16 11:00:57 +12:00
Sam Hemelryk
d479ce3bef
Merge branch 'MDL-34153-23' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
2012-07-16 10:44:01 +12:00
Sam Hemelryk
f30998190f
Merge branch 'MDL-34240-23' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
2012-07-16 10:37:42 +12:00
Sam Hemelryk
ff8ab720f0
Merge branch 'MDL-34072' of git://github.com/appalachianstate/moodle into MOODLE_23_STABLE
2012-07-16 10:10:54 +12:00
Damyon Wiese
66681a5192
MDL-34258: Plagiarism API now returns strings so mod_assign needs these updates
2012-07-16 09:58:06 +12:00
Charles Fulton
4b791f1d17
MDL-27563 shibboleth: set context on login page
2012-07-16 09:39:43 +12:00
Barbara Ramiro
b831bcc2be
MDL-33841 Min-height set to remove unnecessary scrollbar on tree and list view
2012-07-16 09:35:44 +12:00
Ashley Holman
bf79f77357
MDL-34309: Fix broken postgres unix sockets in core_adodb_testcase::test_read_table
2012-07-16 09:33:01 +12:00
Andrew Robert Nicols
e7bf0155f7
MDL-33874 Allow form fields to be ignored by the formchangechecker
2012-07-16 09:26:11 +12:00
Sam Hemelryk
bac9070359
Merge branch 'MDL-33788b-23' of git://github.com/srynot4sale/moodle into MOODLE_23_STABLE
2012-07-16 09:18:46 +12:00
AMOS bot
beae8b9888
Automatically generated installer lang files
2012-07-15 00:32:02 +00:00
Tim Hunt
04de7affb6
MDL-34164 quiz reports: only try to show graphs if GD is installed.
...
if (empty($CFG->gdversion)) { seems to be the common idiom for this.
I refactored the graph output into the renderer, to avoid having to
duplicate that test three times.
2012-07-14 09:21:00 +01:00
Tim Hunt
e9879c02c6
MDL-34257 quiz 'secure' window: does not close automatically.
2012-07-13 18:03:51 +01:00
Tim Hunt
7bef3664b8
MDL-23219 check permissions: show relevant role-assignments.
...
Adding this list of role assignments should make it much easier for
admins to work out why, when the permissions shown in the check
permisisons page are now what they expect.
I thought about making the links go more directly to, for example, the
assign roles pages for each context, but because of things like
enrolments in courses that is hard. It is only two clicks to go to the
context, then click the right link in the settings block there.
I also re-orderd some of the code in check.php to try to get all the DB
code before all the output code.
2012-07-13 15:21:17 +01:00
Dan Poltawski
881118184a
MDL-34240 - google plugins: switch to PARAM_RAW_TRIMMED
...
This ensures the client credentials which are entered are trimmed
as users are finding problems with bad pastes.
2012-07-13 10:09:39 +08:00
Frederic Massart
7397acb145
MDL-31622 Forms: Date selector supports i18n
2012-07-13 08:57:29 +08:00
AMOS bot
a3db6afa39
Automatically generated installer lang files
2012-07-13 00:32:23 +00:00
Fred Woolard
fd626c4109
MDL-34072: Adjust SQL for Oracle. Remove subquery alias altogether.
2012-07-12 10:54:59 -04:00
Fred Woolard
eab8660e8f
MDL-34211 Use the $table_name argument to check against $metatables key values
2012-07-12 10:54:10 -04:00
Petr Škoda
3eb9ebb3c8
MDL-34271 add new cli tool for mysql collation conversions
2012-07-12 14:41:28 +02:00
Petr Škoda
41e8883ea8
MDL-34271 use the same collation when adding new tables or columns
2012-07-12 14:41:28 +02:00
Petr Škoda
7ec63b27d0
MDL-34271 cleanup mysql engine hack before adding similar collation hack
2012-07-12 14:41:27 +02:00
Dan Poltawski
3b52187e25
weekly release 2.3.1+
2012-07-12 15:57:26 +08:00
Dan Poltawski
f7d874c76f
Merge branch 'install_23_STABLE' of git://github.com/amosbot/moodle into MOODLE_23_STABLE
2012-07-12 15:50:04 +08:00
Sam Hemelryk
9f7f501c0a
Revert "MDL-33575 choice module: add label to checkbox element when privacy of results is set to publish full results"
...
This reverts commit f19cd42709
.
2012-07-12 18:21:00 +12:00
Dan Poltawski
476f72e9bf
MDL-34153 mod_forum: create RFC-2822 compliant message-ids
2012-07-12 14:16:52 +08:00
Paul Nicholls
074236eee7
MDL-32582 - filter/multimedia: MP3 Flow Player doesn't work in Chrome if empty stylesheets are present
2012-07-12 13:40:43 +08:00
AMOS bot
294c228272
Automatically generated installer lang files
2012-07-12 00:32:25 +00:00
David Monllao
c465776d28
MDL-28155 mod_assignment Using the this object instead of a string
2012-07-11 15:13:34 +08:00
Dan Poltawski
4697c46706
Merge branch 'w28_MDL-34175_m23_admin' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-07-11 14:51:07 +08:00
Petr Škoda
df7799d989
MDL-34175 one more hardcoded /admin/ in mnet
2012-07-11 08:48:04 +02:00
AMOS bot
89375aac4c
Automatically generated installer lang files
2012-07-10 20:33:18 +02:00
Petr Skoda
229aabf7c6
MDL-33712 add support for unique moodle tags in tinymce
2012-07-10 15:56:11 +08:00