Simey Lameze
64a5ede261
MDL-48580 report_log: fix site errors dropdown
...
Thanks Renaat Debleu for pointing this bug and share a solution.
2014-12-16 12:37:28 +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
Josh Marshall
404e33e9b5
MDL-48445 report_loguser: Include logstore parameter for pagination
2014-12-16 14:29:31 +10:30
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
Zachary Durber
3712ee3ed0
MDL-47610 gradebook: Show extra credit icon in grades column
2014-12-16 09:16:41 +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
Davo Smith
50c12f01bc
MDL-43462 assignfeedback_editpdf: fix display of landscape PDFs
...
The size of the drawing canvas is now set from the size of the generated page image, with automatic
scrolling if it is too wide to display
Absolutely-positioned nodes (comments + stamps) are repositioned as the drawing canvas is scrolled
2014-12-15 22:01:26 +00: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
Frederic Massart
6b61c2c45f
MDL-46124 libraries: Final deprecation of text libs and plugin libs
...
- textlib_get_instance
- textlib
- collatorlib
- plugin_manager
- plugininfo_base
2014-12-15 17:02:31 +08:00
John Okely
465d0b2d1d
MDL-48587 core: Fix error in getremoteaddr for unsupported php versions
2014-12-15 16:52:25 +08:00
Simey Lameze
bb6114d8b6
MDL-42501 course: add help icon on delete gradebook options
2014-12-15 16:18:34 +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
Jetha Chan
08a4f93f1b
MDL-48088 calendar: normalize DTEND, add romance standard time
...
Thanks to Cedric Mortiers (cmortiers@stjohns.be ) for providing the patch.
2014-12-15 12:08:20 +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
AMOS bot
b51306bc18
Automatically generated installer lang files
2014-12-13 00:03:55 +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
Andrew Nicols
371bfca1c4
MDL-48224 cron: Buffer SMTP connections around tasks
2014-12-12 10:35:54 +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
Daniel Thies
35fc96ae2e
MDL-48213 filter_algebra: Allow cookies in debug script
2014-12-11 19:56:31 -06:00
Sam Hemelryk
6d7e9d2464
MDL-38663 login: forgot password login links removed
2014-12-12 13:17:48 +13:00
Sam Hemelryk
8ed35304a0
MDL-34041 navigation: removed deprecated local code
2014-12-12 13:08:33 +13:00
Joshua Johnston
7a6ca49af5
MDL-46651 Backup: Handle duplicate course completions during restore
...
Cron can cause duplicate completion records if triggered during a long
running restore process. If this is the case, replace the new record
with the record from the backup file
2014-12-11 16:00:18 -05:00
Jean-Michel Vedrine
b63c745ec6
MDL-48473 mod_lesson: test fill in the blank question
2014-12-11 21:44:43 +01:00
Sam Hemelryk
63b159d0d4
MDL-48568 cache: stores now determine testing
...
Cache stores are now responsible for deciding if they are suitable
for use as the primary cache store during unit and acceptance tests
Changes are as follows:
* New method: cache_store::ready_to_be_used_for_testing
* Core cache store have been updated to override this method as
required.
* MongoDB usesafe default changed to true to match actual default
behaviour.
2014-12-12 09:30:46 +13:00
Jean-Michel Vedrine
cb9af73037
MDL-48473 mod_lesson: fill in the blank shortanswer option
2014-12-11 21:12:43 +01:00
Gilles-Philippe Leblanc
96b839b8a8
MDL-48539 filepicker: Missing file view_icon_selected in the file picker
2014-12-11 09:07:29 -05: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