Mark Nelson
eb26be5b39
MDL-56046 dataformat_*: convert core plugins
2017-06-26 13:29:32 +08:00
Mark Nelson
ce3beb267c
MDL-56046 core: convert download_as_dataformat to use new API
2017-06-26 13:29:32 +08:00
Mark Nelson
b62b5879af
MDL-56046 core_dataformat: added functions to support multiple sheets
...
Also removed write_header() and write_footer(). The reason for this
is because in core we want to know if the format being used supports
multiple sheets. To do this, and ensure we do not break third-party
dataformat plugins, we are using method_exist(). If write_header()
and write_footer() remain in the base class then this will always
be true.
2017-06-26 13:29:32 +08:00
Mark Nelson
6d721cab9e
MDL-59362 core: ensure we use 'new' when throwing exceptions
2017-06-26 13:08:05 +08:00
Marina Glancy
1c4a0506e5
MDL-59136 roles: avoid double escaping in role names
2017-06-26 11:57:09 +08:00
Marina Glancy
eca7e52901
MDL-59336 themes: change FA mapping for i/new
2017-06-26 11:36:35 +08:00
Jake Dallimore
e6142a1e2e
Merge branch 'MDL-49484-master' of github.com:jebarviabb/moodle
2017-06-26 10:51:43 +08:00
Yair Spielmann
409ad1d60a
MDL-57734 admin: New setting for when to use the noindex meta tag
2017-06-26 10:38:25 +08:00
Josh Ebarvia
a06face2ce
MDL-49484 mod_lesson: Fix lesson page headers when editing
2017-06-24 05:21:25 +09:30
AMOS bot
b87f163a1b
Merge branch 'master' into install_master
2017-06-24 00:08:36 +08:00
Pau Ferrer Ocaña
43cf2cb0a4
MDL-59296 data: Fix latlong field search
2017-06-23 09:15:40 +02:00
Simey Lameze
6dfb4ff2b3
MDL-59285 tool_mobile: new setting for mobile app setup url
2017-06-23 14:09:08 +08:00
Andrew Nicols
bd90b61ad2
MDL-59312 js: Improve display of exception stacktrace
2017-06-23 10:44:15 +08:00
John Okely
6bdcaa1320
MDL-59312 notification: Normalise backtrace/stacktrace
2017-06-23 10:43:56 +08:00
Andrew Nicols
fa038116bc
MDL-59312 js: Add exception on AJAX error
2017-06-23 10:42:22 +08:00
Jun Pataleta
628fbd48fe
MDL-32151 group: Use appropriate error langstring error key
2017-06-23 10:27:37 +08:00
Jun Pataleta
d9ce6a4ffb
MDL-32151 grade: Use appropriate error langstring error key
2017-06-23 10:22:24 +08:00
Jun Pataleta
91af29ba57
MDL-59158 theme_boost: Remove auto width and height for user picture
2017-06-23 10:12:47 +08:00
Zhi Wei Lim
7be51d3389
MDL-59053 signup_form: Prevents autocapitalization
2017-06-23 01:39:18 +00:00
Jun Pataleta
fb1a615dfe
MDL-40818 calendar: Require login to calendar pages
...
* Make sure that the course ID being passed points to an existing course
* Require user to login before granting access to calendar pages.
2017-06-23 09:20:32 +08:00
Daniel Thee Roperto
ef8ceb2fc2
MDL-57809 weblib: Added missing NO_OUTPUT_BUFFERING directive.
2017-06-23 09:43:07 +10:00
Daniel Thee Roperto
6eaa9d2ffb
MDL-57809 weblib: Added opening disclaimer and file-level phpdocs.
2017-06-23 09:43:07 +10:00
Daniel Thee Roperto
b40722fbf7
MDL-57809 weblib: Progress bar and output buffer - added debugging
...
This fix makes Moodle show a debbuging message if using progressbar without defining NO_OUTPUT_BUFFERING.
2017-06-23 09:43:07 +10:00
Danny Jung
36a7651de2
MDL-59073 Workshop: Prevent submission without content or file
2017-06-22 14:03:28 -07:00
AMOS bot
979202e96b
Automatically generated installer lang files
2017-06-23 00:07:36 +08:00
Dan Poltawski
f4a2d69631
weekly release 3.4dev
2017-06-22 15:40:45 +01:00
Dan Poltawski
6894a98aa1
NOBUG: Fixed SVG browser compatibility
2017-06-22 15:40:44 +01:00
Juan Leyva
bef201c7e0
MDL-58712 core_user: Do not count the root directory
2017-06-22 16:09:58 +02:00
Jake Dallimore
828540b557
Merge branch 'wip-MDL-58919-master' of https://github.com/marinaglancy/moodle
2017-06-22 16:09:56 +02:00
Marina Glancy
412a56027b
MDL-58919 mod_assign: fix check for existing setting
2017-06-22 16:09:55 +02:00
Eloy Lafuente (stronk7)
b78887cc4b
Merge branch 'MDL-59170-master' of https://github.com/xow/moodle
2017-06-22 16:09:53 +02:00
Marina Glancy
70b6230829
MDL-59308 calendar: pass module context when known
...
this will protect us from exceptions when context for removed instance can not be retrieved
2017-06-22 13:42:22 +08:00
John Okely
76b5fe8665
MDL-59170 fontawesome: Fix course total controls icon on grader report
2017-06-22 09:13:20 +08:00
Dan Poltawski
8c0b1ec32b
Merge branch 'MDL-58919-master-fix1' of https://github.com/snake/moodle
2017-06-21 10:22:11 +01:00
Jake Dallimore
c6b32acdb1
MDL-58919 mod_assign: fix allowing accepted file types to be empty
2017-06-21 17:15:21 +08:00
Jake Dallimore
34e2b1f92d
Merge branch 'MDL-56979-master-fix' of git://github.com/junpataleta/moodle
2017-06-21 14:21:56 +08:00
Jun Pataleta
a7184670fd
MDL-56979 group: Template and styles fixes
...
* Remove custom styles for groups since we're using default Bootstrap
styles now.
* Hidden input breaks grid layout. Moved it inside the groups column.
* Removed unnecessary 'groups' and 'members' classes. They are not being
used in JS nor CSS.
2017-06-21 11:02:16 +08:00
Jun Pataleta
91fe23133c
Merge branch 'MDL-58892-mahara-icon-update' of https://github.com/peikk0/moodle
2017-06-21 08:52:46 +08:00
Eloy Lafuente (stronk7)
46e9afecf3
Merge branch 'MDL-58985-master-bluebubbles' of git://github.com/mudrd8mz/moodle
2017-06-21 00:45:07 +02:00
Pierre Guinoiseau
58f2660009
MDL-58892 pix: update icon for Mahara
2017-06-21 10:14:08 +12:00
Eloy Lafuente (stronk7)
2eb67fdc88
Merge branch 'wip-MDL-59125-master' of git://github.com/marinaglancy/moodle
2017-06-20 21:45:38 +02:00
Eloy Lafuente (stronk7)
9ee6de4389
Merge branch 'wip-MDL-59263-master' of git://github.com/marinaglancy/moodle
2017-06-20 18:02:09 +02:00
Eloy Lafuente (stronk7)
42a78077c6
Merge branch 'MDL-59269-master-languninstall' of git://github.com/mudrd8mz/moodle
2017-06-20 17:56:44 +02:00
Eloy Lafuente (stronk7)
41781cf31d
Merge branch 'MDL-59214-master' of git://github.com/jleyva/moodle
2017-06-20 17:46:55 +02:00
Dan Poltawski
22ef8f1f9b
Merge branch 'MDL-58919-master' of git://github.com/Dave-B/moodle
2017-06-20 14:24:59 +01:00
Juan Leyva
bef5777fc4
MDL-59214 webservice: Return calendar type in get_site_info
2017-06-20 11:44:04 +01:00
Dan Poltawski
3fb9ca78c7
Merge branch 'MDL-58952' of https://github.com/scyrma/moodle
2017-06-20 11:31:30 +01:00
Davo Smith
977258bacd
MDL-59297 block_myoverview: fix fatal error (missing require_once)
2017-06-20 11:13:03 +01:00
Dan Poltawski
4431f1e0e3
Merge branch 'MDL-59005-master' of git://github.com/lameze/moodle
2017-06-20 09:51:50 +01:00
Dan Poltawski
2764bcf49b
Merge branch 'MDL-58472-master' of git://github.com/damyon/moodle
2017-06-20 09:38:29 +01:00