Brian Barnes
7eac77a51e
MDL-48286 core_files: Improved accessibility of file management
2014-12-16 13:27:36 +08:00
David Monllao
81103d1d67
Merge branch 'wip-MDL-48569-master' of git://github.com/marinaglancy/moodle
2014-12-16 12:25:44 +08:00
David Monllao
e064c37550
Merge branch 'MDL-48164-master' of git://github.com/andrewnicols/moodle
2014-12-16 12:02:29 +08:00
David Monllao
d0f3b7e685
Merge branch 'MDL-44642-master-fixes' of git://github.com/andrewnicols/moodle
2014-12-16 11:43:21 +08:00
Andrew Nicols
8fab443931
Merge branch 'MDL-46472_master' of git://github.com/dmonllao/moodle
2014-12-16 10:35:48 +08:00
Andrew Nicols
f9b431b873
MDL-44642 session: Remove 403 from require_sesskey()
...
This should not have been added in core at this time (needs a separate
issue).
2014-12-16 10:18:21 +08:00
Andrew Nicols
dd6c9eeb16
MDL-48164 messageinbound: Attempt to detect autoreplies
...
Any message which includes:
* Precedence: bulk
* X-Autoreply: !no
* X-Autoresponse: !no
* Auto-Submitted: !no
Will not be detected as a bulk message and therefore ignored.
2014-12-16 09:34:12 +08:00
Andrew Nicols
c9fa2dee2a
MDL-48164 mod_forum: Add additional headers to prevent OOF replies
...
This adds the X-Auto-Response-Suppress header to outbound messages.
2014-12-16 09:34:12 +08:00
Eloy Lafuente (stronk7)
985a1217bf
Merge branch 'MDL-44642-master' of git://github.com/andrewnicols/moodle
2014-12-16 01:57:58 +01:00
Andrew Nicols
de1c6859cc
MDL-44642 grading: Add session keepalive during advanced grading setup
2014-12-16 08:32:46 +08:00
Andrew Nicols
57996fe956
MDL-44642 session: Add a client-side session keepalive system
...
For pages where there will be significant user interaction in which the
server is not updated, it may be necessary to poll the server periodically
to touch the session.
This makes use of the existing checknet script which was designed for
checking network connectivity but fits into this use-case reasonably well.
2014-12-16 08:32:46 +08:00
Eloy Lafuente (stronk7)
05a9873b89
Merge branch 'MDL-47037-master' of git://github.com/jethac/moodle
2014-12-16 01:23:16 +01:00
Eloy Lafuente (stronk7)
bd5745341e
Merge branch 'MDL-48473' of git://github.com/jmvedrine/moodle
2014-12-16 01:12:56 +01:00
Eloy Lafuente (stronk7)
9f0b21eda6
Merge branch 'MDL-46491-master' of git://github.com/andrewnicols/moodle
2014-12-16 00:35:46 +01:00
Eloy Lafuente (stronk7)
9f6658e18c
Merge branch 'MDL-48556-master' of git://github.com/ankitagarwal/moodle
2014-12-15 17:53:27 +01:00
Dan Poltawski
dda9997250
Merge branch 'MDL-38128_master' of https://github.com/dmonllao/moodle
2014-12-15 16:10:15 +00:00
Dan Poltawski
3a299d82e0
Merge branch 'MDL-45324' of git://github.com/jonof/moodle
2014-12-15 14:59:34 +00:00
Dan Poltawski
10f92c21ad
Merge branch 'MDL-47176_master' of https://github.com/crazyserver/moodle
2014-12-15 14:05:54 +00:00
Dan Poltawski
7d168691a8
Merge branch 'MDL-48169-master' of git://github.com/jethac/moodle
2014-12-15 12:32:13 +00:00
Dan Poltawski
78677d5ec7
Merge branch 'MDL-47475-master' of git://github.com/andrewnicols/moodle
2014-12-15 12:20:41 +00:00
Dan Poltawski
2d562cfc6d
Merge branch 'MDL-36673' of git://github.com/jmvedrine/moodle
2014-12-15 11:54:06 +00:00
David Monllao
edf938687f
Merge branch 'MDL-48235-assign-reopen-until-pass' of git://github.com/mpetrowi/moodle
2014-12-15 17:30:40 +08:00
David Monllao
486ebeb1a4
Merge branch 'wip-MDL-48347-master' of git://github.com/abgreeve/moodle
2014-12-15 13:44:01 +08:00
Andrew Nicols
9b65a08095
MDL-47475 mod_assign: Copy files to other group members for editpdf
2014-12-15 08:50:31 +08:00
Pau Ferrer Ocaña
2908af0903
MDL-47176 qtype_match: Avoid sql_compare to solve problems with Oracle
2014-12-12 14:30:58 +01:00
David Monllao
2dda9417dd
MDL-38128 mod_assign: Counts and groups unit tests
2014-12-12 15:10:23 +08:00
David Monllao
ba872d3c3c
MDL-46472 theme: Removing standard as an uninstallable theme
2014-12-12 13:32:55 +08:00
David Monllao
bc006a666c
MDL-38128 mod_assign: Fixing count teams and submissions with status
...
We should restrict the groups to the activity active group. Also
improving performance caching get_submission_group() results.
2014-12-12 13:14:53 +08:00
David Monllao
184f3b6814
MDL-38128 mod_assign: Adding group selector to grading summary page
...
Thanks to Pau Ferrer Ocaña and Avi Levy for
their work on this issue.
2014-12-12 13:14:53 +08:00
Marina Glancy
5d9204af46
MDL-48569 profile: behat test for user full profile access
2014-12-12 10:20:10 +08:00
Marina Glancy
0366b6fa72
MDL-48569 profile: show link to full profile if anybody can see it
2014-12-12 10:20:06 +08:00
Jean-Michel Vedrine
b63c745ec6
MDL-48473 mod_lesson: test fill in the blank question
2014-12-11 21:44:43 +01:00
Jean-Michel Vedrine
cb9af73037
MDL-48473 mod_lesson: fill in the blank shortanswer option
2014-12-11 21:12:43 +01:00
Dan Poltawski
8f06fffbe1
weekly release 2.9dev
2014-12-11 09:55:09 +00:00
Dan Poltawski
5c47c339e3
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2014-12-11 09:55:07 +00:00
Andrew Nicols
f6749ba690
MDL-46491 course: Correct activity visibility on section show
2014-12-11 14:48:25 +08:00
Avi Levy
573558af5e
MDL-47037 grader_gradereport: Enable sort in other language then English
2014-12-11 07:44:03 +08:00
Frederic Massart
faf87da886
MDL-48496 block_rss_client: Deleting unused string errorloadingfeed
2014-12-11 00:24:07 +01:00
Frederic Massart
b58d8d23f3
MDL-48496 block_rss_client: Do not display curl error messages
2014-12-11 00:24:07 +01:00
Eloy Lafuente (stronk7)
82e1d7f151
Revert "MDL-46814 calendar: Export calendar uses moodle forms"
...
This reverts commit a008de2a58cae82121bf88826bbeade33f550fa7.
2014-12-11 00:19:14 +01:00
Eloy Lafuente (stronk7)
41c3f865ee
Revert "MDL-46814 calendar export: Minor coding tweaks"
...
This reverts commit 0b956a64d85a0f9e7c43efa4cd7e51f28216ebf0.
2014-12-11 00:18:16 +01:00
AMOS bot
fab9018590
Automatically generated installer lang files
2014-12-11 00:03:59 +08:00
Jonathon Fowler
70cfc878b9
MDL-45324 assign: notify when workflow is Off, or if state is Released
...
When marking workflow is enabled, students will be notified only when
the workflow state transitions to 'Released'. Until that happens,
sending of messages will be held and the 'Notify students' grading
form option will be locked.
Additionally, the batch set marking workflow state facility gains
the 'Notify students' option.
Credit to Steve Upton and David Balch for the basis of this patch.
2014-12-10 22:29:08 +10:00
Sam Hemelryk
16dfee4e5b
MDL-48430 customment: improved exception handling
2014-12-10 13:24:39 +01:00
Sam Hemelryk
f6c65c2575
Merge branch 'MDL-48430_master' of https://github.com/crazyserver/moodle
2014-12-10 13:24:38 +01:00
Ankit Agarwal
bd58dfbfa1
MDL-48556 backup: Use correct conditions before checking dir permissions
2014-12-10 14:33:05 +05:30
Dan Poltawski
e600e6ae50
Merge branch 'MDL-47323-enrol-plugin-backup' of https://github.com/mpetrowi/moodle
2014-12-09 22:29:37 +00:00
Dan Poltawski
971f1c28a8
Merge branch 'MDL-45430-master' of git://github.com/ankitagarwal/moodle
2014-12-09 21:22:03 +00:00
Sam Hemelryk
6009ccb2f1
Merge branch 'm29_MDL-48389' of https://github.com/totara/moodle
2014-12-10 09:27:18 +13:00
Eloy Lafuente (stronk7)
f6d955fe6b
Merge branch 'MDL-31822_master' of https://github.com/dmonllao/moodle
2014-12-09 16:05:56 +01:00