Mark Nielsen
91e6e56014
MDL-43734: Prevent purging of all user session cache
2014-01-27 00:28:53 +01:00
Sam Hemelryk
250611b579
Merge branch 'w04_MDL-43746_m26_courselogin' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-01-27 11:32:25 +13:00
Sam Hemelryk
5ccfa40292
Merge branch 'MDL-43794_m26' of https://github.com/merrill-oakland/moodle into MOODLE_26_STABLE
2014-01-27 11:16:15 +13:00
Tony Butler
bd538db810
MDL-43773 mod_choice: Swap order of name column headings in text export
2014-01-24 11:22:39 +00:00
Damyon Wiese
e205c062b1
MDL-43593 Assign editpdf: More robust handling of errors from TCPDF.
...
This includes a check to see if there are 0 pages in the combined pdf,
catching exceptions and suppressing php warnings and errors from bad pdf files.
Also - Use TCPDF directly to check if pdfs are compatible. The previous check was
letting dodgy PDFs through which then failed at generation time. This way dodgy
pdfs will get run through ghostscript early and cleaned up.
2014-01-24 16:17:29 +08:00
David Monllao
9cb75a10bf
MDL-43757 behat: Allowing the form field guesser to detect TinyMCE
...
It includes 2 more minor fixes:
- Escapes values sent to TinyMCE as it was breaking
when values contained double quotes.
- Adding seconds to the screenshots directory to
avoid using the same folder for multiple runs.
2014-01-24 15:12:18 +08:00
David Monllao
c18481fab8
MDL-43757 messaging: Behat feature to test participants messaging
...
The new test checks that messages can be sent from
the participants block and they can be read when
accesing user's recent conversations.
2014-01-24 15:12:12 +08:00
Petr Skoda
c22d036916
MDL-43746 fix require_course_login regression caused by MDL-25981
2014-01-24 13:51:54 +08:00
Russell Smith
cac73cf1ec
MDL-43440 unit testing: Use cmid in unit tests when it should be used.
...
instance is has been used instead of cmid. This works as all id's are 1
in most cases, but not always.
accesslib_clear_all_caches_for_unit_testing was updated to clear the
$USER->access cache which would fail test when the wrong user's data was used.
Conflicts from extra tests in master:
blocks/comments/tests/events_test.php
mod/assign/submission/comments/tests/events_test.php
mod/data/tests/lib_test.php
mod/glossary/tests/events_test.php
2014-01-24 14:56:53 +11:00
AMOS bot
d4f1027e54
Automatically generated installer lang files
2014-01-24 00:42:09 +00:00
Jason Fowler
a4ea4e2b1a
MDL-40786 User profile: Fixing narrow screen RTL collapse
2014-01-24 08:38:27 +08:00
Nadav Kavalerchik
d86801bed7
MDL-40786 User Profile: Right align profile fields in RTL mode (theme/bootstrapbase, theme/clean)
2014-01-24 08:38:23 +08:00
Sam Hemelryk
a3e2211c5f
MDL-43688 dndupload: fixed positioning across themes
2014-01-24 09:52:40 +13:00
Tim Hunt
8b080d52ff
MDL-43809 qformat_xml messes up $s in multianswer questions.
2014-01-23 15:19:13 +00:00
Tim Hunt
68575baff3
MDL-43246 question engine: avoid order-by id.
...
This was breaking with oracle master/master replication. Fortunately all
the places that needed to be changed were private to datalib.php. There
is still some ordering by id there, but only places where we want a
consitent, rather than meaningful, order, so that is OK.
The queries changed by this patch all have subqueries in aggregate
queries that pull out the latest step for a question_attempt. Those
queries used to look for MAX(id) but now they look for
MAX(sequencenumber). This is equivalent (for databases where ids always
increase with time, except for auto-saved steps. In the past, an
auto-saved step might have been considered latest. Now the latest step
will always be one that has been properly processed. You can aruge that
this change is an improvement. Anyway, it is a moot point. All these
queries are only used in reports which are run on completed attempts,
where there will not be any autosaved data.
2014-01-23 15:18:56 +00:00
Tim Hunt
7e71efabf9
MDL-43246 some question data mapper unit tests
...
With fixes for the issues unearthed by these tests.
2014-01-23 15:18:55 +00:00
Tim Hunt
4caa3de6db
MDL-43246 give unit tests class a better name.
2014-01-23 15:18:55 +00:00
Eloy Lafuente (stronk7)
b88bb98ab7
weekly release 2.6.1+
2014-01-23 12:38:43 +01:00
Eloy Lafuente (stronk7)
fc27206268
Merge branch 'install_26_STABLE' of git://git.moodle.org/moodle-install into MOODLE_26_STABLE
2014-01-23 12:38:39 +01:00
Marina Glancy
929b5b3210
MDL-43643 chat: do not assign to nonexisting cm_info properties
2014-01-23 11:00:33 +08:00
Marina Glancy
9b4e4b7f64
MDL-43800 course: groupings are sorted alphabetically
2014-01-23 09:07:54 +08:00
Eric Merrill
ff71f55265
MDL-43794 Files API Set the mtime of files to extraction time.
...
The restore cleanup code expects the mtime to be the time of extraction
not the mtime before archiving. If set to the old mtime, the restore
files may be cleaned up before the restore is complete.
This behaviour also matches the behaviour of the zip unpacker.
2014-01-22 11:07:07 -05:00
Dan Poltawski
8f89ca5780
Merge branch 'MDL-41506-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-21 23:29:25 +08:00
Dan Poltawski
32418eeee0
Merge branch 'mdl34020-moodle26' of https://github.com/tlock/moodle into MOODLE_26_STABLE
2014-01-21 15:21:20 +08:00
Dan Poltawski
0469922b5f
Merge branch '43714-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-01-21 14:49:27 +08:00
Dan Poltawski
1cbda6fabd
Merge branch 'MDL-43760-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2014-01-21 14:28:52 +08:00
Damyon Wiese
eef0d3043c
Merge branch 'MDL-43725-26' of git://github.com/ankitagarwal/moodle into MOODLE_26_STABLE
2014-01-21 13:55:49 +08:00
Dan Poltawski
1f77f14fb9
Merge branch 'wip-MDL-43700-26' of git://github.com/abgreeve/moodle into MOODLE_26_STABLE
2014-01-21 12:24:41 +08:00
Dan Poltawski
574111a94e
Merge branch 'MDL-43717_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-01-21 12:19:36 +08:00
Dan Poltawski
66b74e5aa5
Merge branch 'MDL-43693-MOODLE_26_STABLE' of https://github.com/lucisgit/moodle into MOODLE_26_STABLE
2014-01-21 11:21:54 +08:00
Rajesh Taneja
81efab0cbb
MDL-43765 reports: Fixed addtional name warning
...
Fix the alternate name warning which is generated when course participation report
is viewed
2014-01-21 11:00:45 +08:00
Damyon Wiese
9717c4b19c
Merge branch 'MDL-41688-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-01-21 09:37:04 +08:00
Damyon Wiese
d6d18a2b7b
Merge branch 'MDL-43732_m26' of github.com:merrill-oakland/moodle into MOODLE_26_STABLE
2014-01-21 09:29:40 +08:00
Eloy Lafuente (stronk7)
8d8e51b073
Merge branch 'wip-MDL-43333-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-01-21 02:01:35 +01:00
Eric Merrill
2d73ec85ea
MDL-43732 quiz Fix styles so that question div doesn't overlap controls.
2014-01-20 19:57:10 -05:00
Eloy Lafuente (stronk7)
b61b21d7ee
Merge branch 'wip-MDL-43211-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-01-21 01:54:09 +01:00
Eloy Lafuente (stronk7)
a45dbb214b
Merge branch 'MDL-43401-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-01-21 01:46:54 +01:00
Eloy Lafuente (stronk7)
f973e5f968
Merge branch 'MDL-43480_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-01-21 01:44:45 +01:00
Eloy Lafuente (stronk7)
3e1eb36d77
Merge branch 'MDL-41693-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-01-21 01:13:54 +01:00
Eloy Lafuente (stronk7)
3677e0c1aa
Merge branch 'MDL-39684-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-21 00:20:51 +01:00
Eloy Lafuente (stronk7)
133e38fdbb
Merge branch 'MDL-40533-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-01-21 00:17:39 +01:00
Eloy Lafuente (stronk7)
7c5074ce82
Merge branch 'MDL-43743_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-01-21 00:05:11 +01:00
Eloy Lafuente (stronk7)
a7029b542e
Merge branch 'MDL-41362-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-21 00:02:11 +01:00
Frederic Massart
ff66e9daa8
MDL-41767 themes: Support for parent-specific sheets in plugins
2014-01-20 13:31:58 +01:00
Frederic Massart
b12cc0679f
MDL-41688 gradebook: Improved grading layout on bootstrapbase themes
2014-01-20 10:43:10 +01:00
Tony Butler
cfd4b8a3f5
MDL-43632 mod_feedback: Use SSL for reCAPTCHA API request if Moodle is using it
2014-01-20 17:14:38 +08:00
Rajesh Taneja
ee7bb53ccd
MDL-43766 reports: Fixed wrong string variable
2014-01-20 16:47:01 +08:00
Dan Poltawski
5f074a6bb0
Merge branch 'wip-MDL-41062-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-01-20 15:29:21 +08:00
Dan Poltawski
4f02d0074a
Merge branch '42682-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-01-20 15:25:49 +08:00
Dan Poltawski
1605660ad2
Merge branch 'MDL-43690_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-01-20 14:24:44 +08:00