Eloy Lafuente (stronk7)
f34cb5797c
Merge branch 'MDL-35257' of git://github.com/danpoltawski/moodle into MOODLE_23_STABLE
2012-09-11 01:53:35 +02:00
Eloy Lafuente (stronk7)
8146d3f12d
Merge branch 'w37_MDL-35270_m23_oracohort' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-09-11 01:48:55 +02:00
Sam Hemelryk
74fae5244c
Merge branch 'MDL-27786-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-09-11 11:15:25 +12:00
Sam Hemelryk
1595c976dd
Merge branch 'MDL-33374-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-09-11 11:10:26 +12:00
Sam Hemelryk
5a05aa9633
Merge branch 'MDL-35007-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-09-11 11:07:25 +12:00
David Mudrák
babf5f522e
MDL-35272 Fix typo in qformat_blackboard_six.php
...
Credit goes to German Valero for spotting and reporting this.
2012-09-11 01:03:22 +02:00
Adrian Greeve
919105e5d1
MDL-32785 - lib - Ignorning hard frozen fields when submitting data.
2012-09-11 10:48:07 +12:00
Charles Fulton
cc17d246e4
MDL-32230 block_rss_client: remove extra cleaning step
2012-09-10 12:31:39 -07:00
Eloy Lafuente (stronk7)
ab88177b5e
Merge branch 'w37_MDL-35289_m23_tinymcelangs' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-09-10 19:53:24 +02:00
Eloy Lafuente (stronk7)
f58585807c
Merge branch 'MDL-35343_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-09-10 16:41:56 +02:00
Tim Hunt
817fcbb549
MDL-35343 JavaScript visible in multichoice choice feedback.
...
Also, Match correct answer, and calculated multi and multianswer
feedback.
2012-09-10 13:08:14 +01:00
Frederic Massart
5371fa1928
MDL-30829 Accessibility: Docking a block disables the accessible anchors
2012-09-10 17:22:17 +08:00
Aparup Banerjee
6c990952c9
Merge branch 'MDL-34944-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-09-10 17:15:31 +08:00
Aparup Banerjee
1b1c35541a
Merge branch 'MDL-35223-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
2012-09-10 17:00:47 +08:00
David Monllao
360769aa0f
MDL-30857 block_community Removing comments hardcoded height
2012-09-10 15:00:46 +08:00
Aparup Banerjee
49d9947914
Merge branch 'MDL-35264_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
2012-09-10 14:39:01 +08:00
Aparup Banerjee
4ad7bc830e
Merge branch 'MDL-27398_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
2012-09-10 14:30:57 +08:00
David Monllao
799de15145
MDL-27398 mod_chat Removing PAGE references
2012-09-10 14:10:26 +08:00
David Monllao
f4dfb810c8
MDL-27398 mod_chat Adding file basic doc
2012-09-10 14:10:26 +08:00
David Monllao
c8cac02c99
MDL-27398 mod_chat Removing deprecated calls and moving dependencies
...
Credit to Jorge Villalon
2012-09-10 14:10:18 +08:00
David Monllao
879c31c1ba
MDL-27398 mod_chat Adding CLI_SCRIPT to chat daemon
...
Credit to Jorge Villalon
2012-09-10 14:09:57 +08:00
Aparup Banerjee
9111b11b7b
Merge branch 'MDL-34068_23' of git://github.com/dmonllao/moodle into MOODLE_23_STABLE
2012-09-10 13:42:36 +08:00
Eloy Lafuente (stronk7)
8722439751
MDL-30018 restore: better answer matching. Credit goes to Tyler Bannister, thanks!
...
On backup, contents are cleaned to be safe utf8. That was leading to
some matching problems on restore against not cleaned DB contents (for
already existing questions). This commit adds one fallback method to
perform the match against cleaned DB contents.
2012-09-09 20:30:02 +02:00
Eloy Lafuente (stronk7)
7413ce9896
Moodle 2.3.2 release
2012-09-09 16:23:09 +02:00
Petr Škoda
bafffec181
MDL-35270 fix ambiguously defined column
...
Credit goes to Sara Arjona, thanks.
2012-09-08 10:49:49 +02:00
AMOS bot
f84f35dda1
Merge branch 'MOODLE_23_STABLE' into install_23_STABLE
2012-09-08 00:34:44 +00:00
Petr Škoda
9cd1f8ffe6
MDL-35289 add missing charmap usage info string
2012-09-07 10:30:24 +02:00
Rossiani Wijaya
cd029574b6
MDL-29872 Dropbox repository: add message handler to filepicker header and add message to logout from dropbox.
...
When user clicked on logout button from dropbox repository, it will also logging them out from dropbox site through a popup window
2012-09-07 15:44:08 +08:00
Rossiani Wijaya
689a3bcd17
MDL-34984 admin setting: fixed labeling and shortname display for admin setting
2012-09-07 15:43:09 +08:00
Frederic Massart
d37de5e0df
MDL-34765 Course: Re-sorting courses uses natural order
2012-09-07 14:13:50 +08:00
David Monllao
a08d03a2c0
MDL-34068 mod_chat Sending text/html headers when sending the messages frame output for the first time
2012-09-07 12:11:11 +08:00
David Monllao
a2d928b143
MDL-35264 mod_chat Changing the input frame of chat daemon method to a embedded page layout
2012-09-07 12:08:15 +08:00
David Monllao
2904faa0eb
MDL-10259 core Adding a search courses box if there are too many courses
2012-09-07 11:29:44 +08:00
Dan Poltawski
bd916ad1ee
MDL-35257 lib: if $CFG->logguests is disabled, avoid some log actions
...
This is for performance, else there can be great contention on the guest
user record as we've seen on moodle.org.
2012-09-07 10:24:50 +08:00
Ankit Agarwal
e81507f6b6
MDL-27786 calendar: Changing the eventname string for accessibility
2012-09-07 10:22:02 +08:00
Ankit Agarwal
800abd6faf
MDL-33374 profile: Use correct text for buttons when creating a new user
2012-09-07 10:19:34 +08:00
Ankit Agarwal
bb7f95f830
MDL-34944 book: Implementing reset framework for book
2012-09-07 10:17:13 +08:00
Ankit Agarwal
41b997b1ff
MDL-35007 book: Adding rule to parse links to book chapters from 1.9 backups
...
Conflicts:
mod/book/version.php
2012-09-07 10:13:09 +08:00
Ankit Agarwal
6d89ac64ab
MDL-35223 book: use chapter names in page titles
2012-09-07 10:09:52 +08:00
Marina Glancy
f4671476ff
MDL-34338: renderer for mod_folder should not use file_info
2012-09-07 09:36:19 +08:00
Eloy Lafuente (stronk7)
71e12dc963
weekly release 2.3.1+
2012-09-07 02:38:46 +02:00
AMOS bot
ba1d10c500
Automatically generated installer lang files
2012-09-07 00:35:10 +00:00
Eloy Lafuente (stronk7)
662fe4b7d6
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
2012-09-07 02:18:16 +02:00
Eloy Lafuente (stronk7)
ce077202d0
Merge branch 'MDL-34945-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-09-06 20:12:09 +02:00
Eloy Lafuente (stronk7)
d98c8fcb8e
Merge branch 'MDL-34985_m23' of git://github.com/merrill-oakland/moodle into MOODLE_23_STABLE
2012-09-06 20:07:45 +02:00
Eloy Lafuente (stronk7)
9d2926a4e9
MDL-6424 - blocks - Add missing global vars.
2012-09-06 19:45:00 +02:00
Adrian Greeve
155fd3f64b
MDL-6424 - blocks - Adding a warning screen when the user clicks the delete link.
...
Conflicts:
lib/blocklib.php
2012-09-06 19:44:40 +02:00
Dan Marsden
fa3a1652bf
MDL-35123 SCORM: cleaner version of get_last_attempt and get_last_completed_attempt, fixes support for MS Sql driver
2012-09-06 18:45:43 +12:00
Jerome Mouneyrac
a66863c357
MDL-35190 random failures in course externallib test
2012-09-06 11:30:43 +08:00
Eloy Lafuente (stronk7)
e02955dd79
Merge branch 'MDL-35034-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-09-06 01:18:40 +02:00