Marina Glancy
49f3c89324
MDL-52332 calendar: load settings using API
2015-11-30 11:36:50 +08:00
Rajesh Taneja
096b98ba34
MDL-52279 core_lib: Remove php4 style constructor
...
filterobject is called from core and as it's
using php4 style constructor, global USER is
not set properly because of deprecation warning
2015-11-30 11:25:55 +08:00
Jun Pataleta
a33e5debe9
MDL-37308 files: Additional fixes for transparency
...
Fixed transparency support when resizing and when not resizing.
2015-11-29 20:28:19 -06:00
Jetha Chan
623c947f2b
MDL-37308 files: support transparency when not resizing; new unit test
2015-11-29 20:28:19 -06:00
Adrian Greeve
e245843193
MDL-37308 files: convert_image() now supports transparency.
2015-11-29 20:28:18 -06:00
Marina Glancy
f7ff14a1be
MDL-50710 block_glossary_random: more precise sorting
2015-11-30 09:16:28 +08:00
David Monllao
52d57db5c3
MDL-50661 theme_more: New small logo setting
...
Adding required bits so theme_more can also set a small logo.
2015-11-30 09:14:22 +08:00
David Monllao
c08b52aa74
MDL-50661 theme_clean: New small logo setting
...
Introduces new settings to set a small logo in the navbar next
to the site name on pages where the logo is not displayed.
2015-11-30 09:14:20 +08:00
jinhofer
c8b276a851
MDL-51900 grade/report/singleview: Added ctrl+arrow navigation
...
Also, added functionality for tab to traverse down the columns and
shift+tab to traverse up the columns.
2015-11-27 11:15:22 -06:00
jinhofer
fbbb33a20e
MDL-51706 mod/assign: Moved plagiarism links to top of online text
2015-11-27 11:13:56 -06:00
jinhofer
acf9e30086
MDL-51693 mod/assign: Added plagiarism links to full text
2015-11-27 11:13:47 -06:00
AMOS bot
22872a3475
Automatically generated installer lang files
2015-11-28 00:04:27 +08:00
John Okely
956caef6ad
MDL-52260 user: Fix error when saving profile with locked field
2015-11-27 10:55:28 +08:00
Tony Levi
79d4558a58
MDL-52283 core: password_hash() deprecation in PHP7
2015-11-27 09:12:20 +08:00
Dan Poltawski
17fda969ff
MDL-45364 ddimageortext: refine naming & docs of new methods
2015-11-26 19:48:44 +00:00
Andrew Nicols
2ccb8d006a
MDL-45364 qtype_ddimageortext: Fix JS Lint issues
2015-11-26 19:09:29 +00:00
Andrew Nicols
b27d4eac7f
MDL-45364 atto_rtl: Fix JS lint
2015-11-26 19:09:03 +00:00
Dan Poltawski
5aeba19926
MDL-48004 question: remove buggy arg of question_edit_setup
...
There are no uses of this in core and it does not make sense
2015-11-26 15:04:10 +00:00
Dan Poltawski
4dc29f5e8d
MDL-48004 question: prevent notices on import screen
...
If query params were not passed the page would previously display debug
notices as setting the $requirecourseid param to question_edit_setup()
was buggy.
2015-11-26 15:02:36 +00:00
Michael Aherne
72797e6845
MDL-52013 assign: Allow subplugins to add calendar events
2015-11-26 14:28:53 +00:00
Dan Poltawski
3e0f5665cf
MDL-35982 behat: delete blog entry coverage
2015-11-26 14:10:25 +00:00
Dan Poltawski
366f05f323
MDL-35982 blog: improve the delete entry confirmation string
...
So that there is more context about what is being deleted.
2015-11-26 14:10:25 +00:00
Dan Poltawski
bf12b089e6
MDL-35982 blog: reorder blog delete confirmation
...
Improves accessibility to be ordered logically in page
2015-11-26 14:10:25 +00:00
Dan Poltawski
afb7ec92ff
MDL-35982 blog: prevent index throwing errors with 0 courseid
...
Regression from MDL-49845 where Dave made the page not handle courseid = 0
and so now some urls will send you back to a db error..
2015-11-26 14:10:25 +00:00
Dan Poltawski
f3f920d24f
MDL-46350 blog: call parent validation
...
(Helps satify codechecker, thats all..)
2015-11-26 14:08:42 +00:00
Dan Poltawski
8be9cffb8b
MDL-52219 phpunit: updated for new defaults
...
The externallib assertion was previously never being run and had a typo..
2015-11-26 14:07:17 +00:00
Dan Poltawski
aa306e7bc8
MDL-52219 behat: remove steps which turn on avaibility/completion
...
Now its the default, we can reduce test time by relying on the default
state rather than going around turning it on
2015-11-26 14:07:17 +00:00
Dan Poltawski
e354bf1e67
MDL-52219 admin: Enable completion and restricted access by default
2015-11-26 14:07:17 +00:00
David Monllao
c18acb8997
weekly on-sync release 3.1dev
2015-11-26 11:02:40 +08:00
David Monllao
0e3851ddd7
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2015-11-26 11:02:38 +08:00
AMOS bot
2d9950cfd5
Automatically generated installer lang files
2015-11-26 00:04:22 +08:00
Dan Poltawski
4e1648cc34
Merge branch 'MDL-52291' of git://github.com/stronk7/moodle
2015-11-25 11:22:17 +00:00
Frederic Massart
42dcfffc4f
MDL-52160 navigation: Mark category and module settings nodes as branch
2015-11-25 13:03:25 +08:00
Tony Levi
72af939f6e
MDL-51757 mod_scorm: Remove duplicate function param
...
convert invalid break calls to exceptions for PHP 7
2015-11-25 14:06:02 +13:00
Eloy Lafuente (stronk7)
e716c18fb9
MDL-52291 questions: fix upgrade from 2.5 and earlier
...
Because of some changes performed to the multichoice qtype
for Moodle 2.6, older sites are not able to upgrade properly.
This commits does introduce DB introspection to decide which
table and column names must be used. Nasty but enough.
Note MDL-52298 has been created about to avoid/minimize the
chances of this happening again.
2015-11-25 00:19:30 +01:00
AMOS bot
88a6b9fde3
Automatically generated installer lang files
2015-11-25 00:04:12 +08:00
David Monllao
c506af7786
Merge branch 'MDL-44330' of git://github.com/NeillM/moodle
2015-11-24 17:03:06 +08:00
David Monllao
2bc40fc889
Merge branch 'MDL-45934-master' of git://github.com/danpoltawski/moodle
2015-11-24 16:53:18 +08:00
Neill Magill
3fca693751
MDL-44330 Assign: Assignment grading may not display expected student
...
Before this patch it was possible for the student displayed on the grading page to
not be the student that the user selected to grade. This would occur if:
1) The user had the table ordered by a value that could be modified,
for example Last modified (submission), Grade, Last modified (grade)
2) Another user performed an action that was recorded in Moodle in the time
between the user generating the table and clicking on a grade link.
If a user did not notice a different user had been loaded it could result in them giving
a grade to the incorrect user.
This patch ensures that the state of the table is cached every time it is viewed by a user
who has the capability to grade.
2015-11-24 08:42:00 +00:00
Rajesh Taneja
a3f22d315f
MDL-50163 behat: wait to ensure elements are placed properly by js.
2015-11-24 11:16:44 +08:00
Eloy Lafuente (stronk7)
6842738157
Merge branch 'MDL-52095_master' of git://github.com/dmonllao/moodle
2015-11-23 19:29:35 +01:00
Eloy Lafuente (stronk7)
11780411c6
Merge branch 'MDL-52185-master' of git://github.com/danpoltawski/moodle
2015-11-23 19:26:57 +01:00
Jean-Philippe Gaudreau
20dde5e674
MDL-52237 navigationlib: Plugins can extend navigation user profile
2015-11-23 11:04:44 -05:00
AMOS bot
45e4f75acd
Automatically generated installer lang files
2015-11-24 00:04:21 +08:00
Dan Poltawski
14248189b7
Merge branch 'wip-mdl-50163' of https://github.com/rajeshtaneja/moodle
2015-11-23 11:33:55 +00:00
Dan Poltawski
6bef09a490
Merge branch 'MDL-52166' of https://github.com/timhunt/moodle
2015-11-23 09:43:31 +00:00
David Monllao
57d4e11334
Merge branch 'MDL-52214-master-crawler' of git://github.com/mudrd8mz/moodle
2015-11-23 17:00:24 +08:00
David Mudrák
ade03c067a
MDL-52214 core: Fix case sensitivity in user agent comparison
...
The previous 2.9 implementation of is_web_crawler() used stripos() in
certain cases. The unit tests re-added in the previous commit revealed
that certain crawlers (such as BaiDuSpider) were not correctly detected
in the new refactored implementation.
It seems lesser evil and safe enough to use /i in the regex search even
though it is not 100% same logic as before - as stripos() was used in
some cases only, not always.
2015-11-23 09:44:43 +01:00
David Mudrák
182d9990f1
MDL-52214 core: Fix the is_web_crawler() regression
...
In MDL-50891, the is_web_crawler() was refactored into a core_useragent
method and the function itself was deprecated. However, there were no
unit tests kept to check the backwards compatible behaviour. It turned
out that the deprecated function leads to PHP fatal error due to a typo.
This patch fixes the typo and brings back the previous unit tests. To be
able to explicitly check the raised debugging message, the test case
now must be subclass of advanced_testcase.
Additionally fixes missing info about the function being deprecated.
2015-11-23 09:44:13 +01:00
David Monllao
965595d405
Merge branch 'MDL-52180-master' of git://github.com/danpoltawski/moodle
2015-11-23 16:40:26 +08:00