Eloy Lafuente (stronk7)
de5404c0ab
Moodle release 2.5.8
2014-09-06 13:01:35 +02:00
AMOS bot
a0f183ae84
Merge branch 'MOODLE_25_STABLE' into install_25_STABLE
2014-09-06 00:05:49 +08:00
Michael de Raadt
a80ed84ed3
MDL-46619 Forum: link to the discussion only if users cannot see posts.
...
Conflicts:
mod/forum/lib.php
2014-09-02 10:15:32 +08:00
Michael de Raadt
b2b8d932f1
MDL-46619 Forum: only output last poster's name if user can view it.
...
Conflicts:
mod/forum/lib.php
2014-09-02 10:14:43 +08:00
Damyon Wiese
5884d6b23f
MDL-46619 Forum: whitespace fixes
2014-09-01 11:35:36 +08:00
Damyon Wiese
426820a3c0
Merge branch 'MDL-46619-2.5-visisble-authors-qanda' of https://github.com/amandadoughty/moodle into MOODLE_25_STABLE
2014-09-01 11:30:13 +08:00
AMOS bot
e1052a33fd
Automatically generated installer lang files
2014-09-01 00:05:47 +08:00
AMOS bot
e1648c2e61
Automatically generated installer lang files
2014-08-30 00:05:41 +08:00
AMOS bot
fcfa443a5e
Automatically generated installer lang files
2014-08-28 00:05:45 +08:00
AMOS bot
5cac855ae6
Automatically generated installer lang files
2014-08-22 00:05:39 +08:00
Amanda Doughty
95c3874b71
MDL-46619 Forum: author showing in Q and A forum
2014-08-21 13:03:35 +01:00
AMOS bot
ff3d343b49
Automatically generated installer lang files
2014-08-21 00:05:40 +08:00
AMOS bot
0a9393c4aa
Automatically generated installer lang files
2014-08-20 00:05:36 +08:00
AMOS bot
ddbb69c027
Automatically generated installer lang files
2014-08-14 00:05:53 +08:00
Dan Marsden
ed4c7d1368
MDL-46737 SCORM: correct dml syntax.
2014-08-08 15:11:41 +12:00
AMOS bot
f419b938f6
Automatically generated installer lang files
2014-08-01 00:05:45 +08:00
AMOS bot
12c5545d76
Automatically generated installer lang files
2014-07-29 16:02:29 +08:00
AMOS bot
8e2e43aa9e
Automatically generated installer lang files
2014-07-24 22:42:14 +00:00
AMOS bot
996f2514e5
Automatically generated installer lang files
2014-07-23 22:46:33 +00:00
AMOS bot
8c2d79b6a9
Automatically generated installer lang files
2014-07-22 22:49:26 +00:00
AMOS bot
eaaba84222
Automatically generated installer lang files
2014-07-20 00:44:38 +00:00
AMOS bot
090028ccf8
Automatically generated installer lang files
2014-07-19 00:42:06 +00:00
AMOS bot
69f93c0254
Automatically generated installer lang files
2014-07-17 00:53:09 +00:00
AMOS bot
87f764ce30
Automatically generated installer lang files
2014-07-17 00:53:09 +00:00
Eloy Lafuente (stronk7)
a7a0e1fea1
Moodle release 2.5.7
2014-07-12 19:10:29 +02:00
AMOS bot
0b3cbbc70d
Automatically generated installer lang files
2014-07-12 00:42:51 +00:00
AMOS bot
cdc60776d7
Merge branch 'MOODLE_25_STABLE' into install_25_STABLE
2014-07-11 00:44:28 +00:00
Ankit Agarwal
ec6f010b22
MDL-46148 qtype_calculated: low-level defence against bad formulas
...
This catches things like:
* Malicious equations coming from backup files.
* Malicious equations in old questions in the database.
2014-07-10 17:54:44 +08:00
Andrew Nicols
e3fd900dcd
MDL-38990 mod_forum: Restrict ability to post to all groups in a forum
...
In order to post to all groups in a forum, you must have the
moodle/site:accessallgroups capability.
Thanks to Jakob Ackermann <jackermann@onlineschool.ca > for part of the fix
on this one.
2014-07-10 16:41:25 +08:00
Damyon Wiese
b2f2535c53
MDL-46148 questions: Added missing allow_commit for transaction
2014-07-10 11:38:46 +08:00
Tim Hunt
0509827f7e
MDL-46148 qtype_calculatedsimple: fix notice
...
... when adding a dataset with a formula error.
2014-07-09 14:11:47 +01:00
Tim Hunt
b46ec69145
MDL-46148 qtype_calculated: fix validation when importing.
...
In order to do this in a sane way, I cleaned up a lot of old mess,
inclduing:
1. Previously, qtype_calcuated used ->answeres when importing, and
->answer when saving the form. This was crazy, so I fixed it, and
stripped out the code that made the alternative variable name work.
2. Similarly, it could handle ->answer being either an array, such as
you would get form the HTML editor, or a simple string, which is what
you get form the form. I simplified that too.
3. Finally, I made import use a transaction around saving each
question, so we don't get half questions in the database when an error
occurs.
2014-07-09 14:11:47 +01:00
Tim Hunt
6a8d442b0f
MDL-46148 qtype_calculated: removed unused method.
2014-07-09 14:11:46 +01:00
David Mudrák
e42b6e20bd
MDL-46223 Fix frequently used comments in the marking guide
...
When the frequently used comment contains a character like >, re-use it
directly instead of its HTML entitiy.
2014-07-09 16:44:58 +08:00
David Mudrák
72d1a3ab0b
MDL-46223 Improve the display of marking guide validation message
2014-07-09 16:44:54 +08:00
Frederic Massart
6eb787b873
MDL-45471 javascript: Escape content of exception dialogs
2014-07-08 14:13:42 +01:00
Marina Glancy
ec57b5669c
MDL-43948 forms: setting types to filemanager and editor elements
2014-07-08 10:47:38 +01:00
David Mudrák
98d5566c22
MDL-46223 Improve the marking guide output
2014-07-08 13:20:48 +08:00
David Mudrák
555ee08b17
MDL-46223 Improve the rubric output
2014-07-08 13:20:48 +08:00
Yuliya Bozhko
9eef6b5237
MDL-46042 badges: Clean up external badge data
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
2014-07-07 16:37:55 +01:00
Osanda Malith Jayathissa
f7b6562f20
MDL-45683 user: Escaping Skype ID used in profile
2014-07-07 16:05:12 +01:00
Marina Glancy
dc97145785
MDL-45760 make sure to check permission before setting header
2014-07-07 15:06:56 +01:00
Tim Hunt
bee1c88151
MDL-46148 qtype_calculated: fix formula validation.
2014-07-07 14:34:10 +01:00
Frederic Massart
01cf8fdd9c
MDL-45417 mod_imscp: Prevent entity injections from package content
2014-07-07 13:03:09 +01:00
Frederic Massart
cadfc08197
MDL-45463 mod_lti: Prevent XML entity injections from provider
2014-07-07 13:00:11 +01:00
Marina Glancy
7bcf9b1e2c
MDL-45616 repositories: use json encoding instead of serialization
2014-07-07 15:23:49 +08:00
Marina Glancy
3fe105953d
MDL-45616 repositories: more clearly distinguish when we use source and when reference
...
Function repository::get_moodle_file() should always be called on packed reference and not on the source received from user.
Also added phpdocs to some other methods that were confusing source and reference
2014-07-07 15:23:49 +08:00
Rex Lorenzo
f0ab42f985
MDL-45485 auth_shibboleth: User taking over other user's session
...
Replacing code with call to complete_user_login() since it calls session_regenerate_id().
2014-07-07 13:58:05 +08:00
Dan Poltawski
0d5a27b1b1
MDL-43848 messages: do not display message content in popups
...
The user is not in control of when these popups show up and it
may not be appropiate to have part of this content display whilst
in the presence of other users.
2014-07-07 13:48:38 +08:00
AMOS bot
9ac2ce599c
Automatically generated installer lang files
2014-07-04 00:44:36 +00:00
AMOS bot
0b65ec524b
Automatically generated installer lang files
2014-07-02 00:44:54 +00:00
AMOS bot
492f00a24a
Automatically generated installer lang files
2014-06-29 00:43:06 +00:00
AMOS bot
e4aff08fd1
Automatically generated installer lang files
2014-06-25 00:45:42 +00:00
AMOS bot
a864cd5fed
Automatically generated installer lang files
2014-06-25 00:45:42 +00:00
AMOS bot
d52f081367
Automatically generated installer lang files
2014-06-21 00:43:51 +00:00
AMOS bot
cf1375b9c3
Automatically generated installer lang files
2014-06-19 00:43:05 +00:00
AMOS bot
52927856ae
Automatically generated installer lang files
2014-06-18 00:42:41 +00:00
AMOS bot
51cc85d6f4
Automatically generated installer lang files
2014-06-15 00:43:00 +00:00
AMOS bot
a50aa50524
Automatically generated installer lang files
2014-06-12 00:43:50 +00:00
AMOS bot
bc2bc938ed
Automatically generated installer lang files
2014-05-30 01:24:44 +00:00
AMOS bot
679b93d064
Automatically generated installer lang files
2014-05-30 01:24:44 +00:00
Eloy Lafuente (stronk7)
70f9f9365c
weekly release 2.5.6+
2014-05-29 12:51:25 +02:00
Eloy Lafuente (stronk7)
85c553a0bb
Merge branch 'install_25_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_25_STABLE
2014-05-29 12:51:20 +02:00
Sam Hemelryk
33fdd3fd87
Merge branch 'wip-mdl-45698-m25' of https://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2014-05-29 14:28:01 +12:00
Rajesh Taneja
c5f4890466
MDL-45698 behat: Fixed behat and symfony versions
2014-05-29 09:50:22 +08:00
Marina Glancy
a267e32848
Merge branch 'MDL-45661-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2014-05-26 14:47:54 +08:00
Marina Glancy
ccffe26dbb
Merge branch 'MDL-44482-25' of git://github.com/jethac/moodle into MOODLE_25_STABLE
2014-05-26 14:47:45 +08:00
Jetha Chan
81b1de6928
MDL-44482 mod_lti: use localized dates
...
Fixed an issue where LTI external tools had creation datestamps of NaN/NaN/NaN under particular non-English languages.
2014-05-26 14:01:28 +08:00
Marina Glancy
db82ad12d2
MDL-45688 added missing library requirement
...
Conflicts:
course/modlib.php
2014-05-26 12:50:24 +08:00
Damyon Wiese
59d85345e6
MDL-45661 Assign: Clean bad data from DB after MDL-42526
...
Conflicts:
mod/assign/db/upgrade.php
mod/assign/version.php
2014-05-26 12:40:36 +08:00
Damyon Wiese
7076f1534f
Merge branch '45499-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2014-05-26 12:13:52 +08:00
Sam Hemelryk
52292d67b0
Merge branch 'MDL-42526-25' of git://github.com/jamiepratt/moodle into MOODLE_25_STABLE
2014-05-26 10:33:47 +12:00
Sam Hemelryk
bf01021815
Merge branch 'm25_MDL-45623' of git://github.com/totara/moodle into MOODLE_25_STABLE
2014-05-26 09:58:53 +12:00
Sam Hemelryk
8bbce8c1c1
MDL-45499 admin: fixed error when displaying page settings
2014-05-26 09:01:05 +12:00
AMOS bot
a71350bdfe
Automatically generated installer lang files
2014-05-23 00:53:04 +00:00
Eloy Lafuente (stronk7)
e79f1f25ba
weekly release 2.5.6+
2014-05-22 16:47:02 +02:00
Eloy Lafuente (stronk7)
a13a12f68f
Merge branch 'install_25_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_25_STABLE
2014-05-22 16:46:57 +02:00
James Pratt
60c66becbc
MDL-42526 mod_assignment : fix record insert with assigment.id 0
2014-05-22 12:55:00 +07:00
AMOS bot
274b3e559b
Automatically generated installer lang files
2014-05-22 01:08:20 +00:00
Eloy Lafuente (stronk7)
d3e6508d5b
Merge branch '44711-25-r3' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2014-05-22 00:07:08 +02:00
Simon Coggins
8b87f5215a
MDL-45623: Fix assigned users count on role delete confirmation page
2014-05-22 08:21:46 +12:00
Dan Poltawski
acbaec594e
Revert "MDL-45605 Phpunit: Do not call gc_collect_cycles as part of reset."
...
This reverts commit c0f29f18d7 .
2014-05-21 18:20:26 +08:00
Dan Poltawski
5f901117a8
Revert "MDL-45606 Unit test fix for MySQL and added a comment about the removed code."
...
This reverts commit 0f18f3fa6f .
2014-05-21 18:20:18 +08:00
Sam Hemelryk
84cdd9bb4b
MDL-44711 navigation: reverted behat chaneges
2014-05-21 21:02:29 +12:00
Marina Glancy
e7172ea726
MDL-45469 profile: make sure profile fields can be initialised without arguments
2014-05-21 11:54:31 +08:00
Marina Glancy
25f41a4d11
MDL-45320 behat: change to block selector
2014-05-20 21:03:38 +08:00
Marina Glancy
78288de702
MDL-45320 block_html: behat tests
2014-05-20 21:03:38 +08:00
Marina Glancy
a4615aa8c2
MDL-45320 behat: Step definitions for blocks
2014-05-20 21:03:35 +08:00
David Monllao
64c1ec38d6
MDL-45294 behat: Updating block references to aria label value
...
Also improving moodle selectors xpath expressions
readability.
2014-05-20 20:56:18 +08:00
David Monllao
f335645600
MDL-45294 behat: Supporting an aria-label as a block ref
2014-05-20 20:55:39 +08:00
Dan Poltawski
aadf64b7f6
Merge branch '44711-25-r2' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2014-05-20 20:34:10 +08:00
Sam Hemelryk
5d946b7458
MDL-44711 block_navigation: fixed typo in behat tests
2014-05-20 23:28:36 +12:00
Damyon Wiese
0f18f3fa6f
MDL-45606 Unit test fix for MySQL and added a comment about the removed code.
2014-05-20 18:09:44 +08:00
Dan Poltawski
d4a84d8f0c
Merge branch 'MDL-45496-m25' of https://github.com/micaherne/moodle into MOODLE_25_STABLE
2014-05-20 15:55:14 +08:00
Marina Glancy
f7bb24c2c9
Merge branch 'MDL-45525-25' of git://github.com/jethac/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-05-20 14:30:38 +08:00
Marina Glancy
f5ad923b97
Merge branch 'MDL-45536-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2014-05-20 14:27:07 +08:00
Marina Glancy
c962724c19
Merge branch 'wip-MDL-45512-25' of git://github.com/abgreeve/moodle into MOODLE_25_STABLE
2014-05-20 14:23:07 +08:00
Marina Glancy
bced459a23
Merge branch 'MDL-44333_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-05-20 14:12:13 +08:00
Andrew Nicols
bc406338b7
MDL-45536 theme: Use width auto for inputs and textareas specifying them
2014-05-20 14:09:37 +08:00
Damyon Wiese
e1c60b220b
Merge branch 'm25_MDL-45583' of github.com:danmarsden/moodle into MOODLE_25_STABLE
2014-05-20 13:30:21 +08:00
Damyon Wiese
1fba34f7c7
Merge branch 'MDL-45323-25' of git://github.com/lameze/moodle into MOODLE_25_STABLE
2014-05-20 13:29:59 +08:00
Dan Poltawski
9ace4d026e
Merge branch 'MDL-45545-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-05-20 12:21:59 +08:00
Sam Hemelryk
7babd6da45
Merge branch 'MDL-44027-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2014-05-20 15:39:26 +12:00
Dan Poltawski
a06c905d07
Merge branch 'MDL-45605-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2014-05-20 10:51:32 +08:00
Dan Poltawski
c6e7b00ca5
Merge branch 'MDL-45546-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-05-20 10:24:46 +08:00
Dan Poltawski
4fbc0fcb1d
Merge branch '44711-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2014-05-20 10:14:30 +08:00
Sam Hemelryk
c6e2fa901f
Merge branch 'MDL-45603-25' of https://github.com/merrill-oakland/moodle into MOODLE_25_STABLE
2014-05-20 13:59:29 +12:00
Marina Glancy
dd206a8daa
Merge branch 'MDL-45469-m25' of git://github.com/sammarshallou/moodle into MOODLE_25_STABLE
2014-05-20 09:53:02 +08:00
Dan Poltawski
1151c25eda
Merge branch 'MDL-44449_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-05-20 09:50:55 +08:00
Dan Poltawski
8afd9fd886
Merge branch 'MDL-45432-MOODLE_25_STABLE' of https://github.com/lucisgit/moodle into MOODLE_25_STABLE
2014-05-20 09:47:54 +08:00
Dan Poltawski
9813e71861
Merge branch 'MDL-41109-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2014-05-20 09:46:39 +08:00
sam marshall
a02e76ee3f
MDL-45477 Behat: List of steps takes too long to load, times out
...
Increase time limit to 300 seconds (5 minutes).
2014-05-20 11:59:26 +12:00
Sam Hemelryk
b3e480d34e
Merge branch 'MDL-45535-m25' of https://github.com/sammarshallou/moodle into MOODLE_25_STABLE
2014-05-20 11:55:41 +12:00
Sam Hemelryk
e44fbe9307
Merge branch 'MDL-37838-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2014-05-20 10:42:14 +12:00
Sam Hemelryk
5c462d30cd
Merge branch 'MDL-45380-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-05-20 08:53:04 +12:00
Sam Hemelryk
d6909258f1
Merge branch 'MDL-45135-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2014-05-20 08:47:19 +12:00
Tim Hunt
ceb332bc24
MDL-44449 quiz access rules should have a delete hook.
...
So they can clean up their settings when the quiz is deleted.
See
https://github.com/moodleou/moodle-quizaccess_honestycheck/commit/babf149c2cc6dd734c272cd332b2032cc19db7d8
for an example of using this.
2014-05-19 16:59:22 +01:00
Damyon Wiese
f7556c9e9b
Merge branch 'MDL-43833_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-05-19 20:12:37 +08:00
Damyon Wiese
bf121f4cfc
Merge branch 'MDL-45455_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-05-19 19:58:26 +08:00
Marina Glancy
c24b3e1989
Merge branch 'wip-MDL-45483-MOODLE_25_STABLE' of https://github.com/kwiliarty/moodle into MOODLE_25_STABLE
2014-05-19 15:57:34 +08:00
Damyon Wiese
9d886a4a9e
Merge branch 'MDL-32543-25' of https://github.com/danielneis/moodle into MOODLE_25_STABLE
2014-05-19 12:53:52 +08:00
Damyon Wiese
12c568d758
Merge branch 'MDL-23566_25' of https://github.com/aolley/moodle into MOODLE_25_STABLE
2014-05-19 12:42:44 +08:00
Damyon Wiese
bc9cb2ce49
Merge branch 'MDL-44634-25' of https://github.com/dbezborodovrp/moodle into MOODLE_25_STABLE
2014-05-19 12:21:39 +08:00
Damyon Wiese
c0f29f18d7
MDL-45605 Phpunit: Do not call gc_collect_cycles as part of reset.
...
This takes 25% of the time in running tests and there is no benefit. The
behaviour of destructors is the same before/after the patch.
Conflicts:
lib/phpunit/classes/util.php
2014-05-19 10:40:32 +08:00
Sam Hemelryk
74dcc9c1ba
Merge branch 'MDL-45561-25' of git://github.com/jethac/moodle into MOODLE_25_STABLE
2014-05-19 13:37:15 +12:00
Sam Hemelryk
84e0b70dd7
MDL-44711 navigation: better handling of course expansion exception
2014-05-19 08:41:04 +12:00
Eric Merrill
056c4c4d3b
MDL-45603 cache Fix the mappingsonly option to work as advertised.
2014-05-17 23:57:25 -04:00
Tim Hunt
6a1f14fc7b
MDL-44333 quiz reports: use consitent name for user pref
...
The Marks for each question setting was not being saved properly as a
user preference.
2014-05-17 15:16:57 +01:00
Andrew Nicols
bd541d1d4c
MDL-41109 dndupload: Add missing error string
2014-05-16 13:46:15 +08:00
Dan Marsden
552d9d4350
MDL-45583 badges: check parent contexts consistantly when checking required role.
2014-05-16 13:54:36 +12:00
Tim Hunt
a08f454f1e
MDL-45455 quiz cron must rollback transaction on error.
2014-05-15 15:08:19 +01:00
Tim Hunt
f5fff1fcfb
MDL-43833 quiz reports: persist states settings between pages.
2014-05-15 15:07:48 +01:00
Jetha Chan
ac16b91268
MDL-45561 themes: horizontal scroll in RTL base
2014-05-15 15:50:19 +08:00
Damyon Wiese
3d176316cc
weekly release 2.5.6+
2014-05-15 15:35:51 +08:00
Damyon Wiese
d4b16a1462
Merge branch 'install_25_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_25_STABLE
2014-05-15 15:35:47 +08:00
Simey Lameze
27692563f3
MDL-45323 grade: Unit test for grade_get_grade_items_for_activity()
2014-05-15 15:08:57 +08:00
Simey Lameze
07981af07a
MDL-45323 grade: Fix query errors on grade_get_grade_for_activity method.
2014-05-15 15:08:56 +08:00
Damien Bezborodov
f9782ac4a5
MDL-44634 Regression: link to user profile in comments block fails due to double URI encoding
2014-05-15 11:47:09 +09:30
Damien Bezborodov
4a678042eb
MDL-44634 Regression: link to user profile in comments block fails due to double URI encoding
2014-05-15 10:51:55 +09:30
sam marshall
815fa99724
MDL-45535 CSS chunking breaks media rules if CSS invalid (IE)
...
Invalid CSS with extra } symbols, which previously (by fluke)
worked, was broken by recent chunking improvements. This change
makes the chunking code robust against this (stupid) situation.
2014-05-14 13:01:46 +01:00
Marina Glancy
b91be533d1
Merge branch 'wip-MDL-36670-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-05-14 16:36:52 +08:00
Juan Leyva
ad9124d045
MDL-36670 logging: action parameter length restricted to 40 chars
2014-05-14 16:33:04 +08:00
Frederic Massart
90007bef59
MDL-45546 mod_forum: Login the user before getting its context
2014-05-14 16:17:20 +08:00
Frederic Massart
dd8491d234
MDL-45545 csslib: Chunking handles commas in media query definitions
2014-05-14 15:28:04 +08:00
Dan Poltawski
233b974dbf
MDL-44027 groups: remove some junk html
2014-05-13 16:20:31 +08:00
Jetha Chan
9faa1e9377
MDL-45525 themes: minor forum improvements
...
Fixed an RTL style that wasn't kicking in properly on 2.6 and 2.7; backported to 2.5.
2014-05-13 14:42:48 +08:00
Jetha Chan
c6a4cac799
MDL-41383 theme: filepicker zoom resiliency
...
Fixed an issue that broke the file picker on bootstrapbase when zooming in and out.
2014-05-13 14:20:17 +08:00
Dan Poltawski
1e8501a0bb
MDL-37838 block_courseoverview: fix pluaralisation logic
...
Note that this kind of handling of plurals is extremely limited, see:
https://moodle.org/mod/forum/discuss.php?d=85897
http://search.cpan.org/~petdance/Locale-Maketext-1.12/lib/Locale/Maketext/TPJ13.pod
However, this is a simple fix to the existing logic
2014-05-13 14:19:04 +08:00
Adrian Greeve
3fc4cc141d
MDL-45512 comments: Added full date to comment details.
2014-05-13 10:46:07 +08:00
Daniel Neis Araujo
84e991ac77
MDL-32543 (backport) Make sure the action and url fields of log table have correct sizes
2014-05-12 12:23:30 -03:00
Dan Poltawski
a8b0be6ad5
MDL-45135 mod_glossary: fix RTL alignment of table
...
Tablelib has a specific 'hook' to allow alignment to be corrected for
RTL languages, but needs to be specified direction in lowercase.
2014-05-12 17:10:17 +08:00
Michael Aherne
bad6c2c139
MDL-45496 core Added space to logged in as line
2014-05-12 08:52:54 +01:00
Frederic Massart
d089b2b090
MDL-45380 theme_bootstrapbase: Restore config override highlight
...
Conflicts:
theme/bootstrapbase/less/moodle/admin.less
theme/bootstrapbase/style/moodle.css
2014-05-12 15:50:54 +08:00
Kevin Wiliarty
ebf7626db9
MDL-45483 mod_forum: corrects values for maxattachments in forum settings
2014-05-12 00:02:13 -04:00
AMOS bot
51920aa25b
Automatically generated installer lang files
2014-05-12 00:39:55 +00:00
AMOS bot
91fba1b97b
Automatically generated installer lang files
2014-05-11 00:48:00 +00:00
Eloy Lafuente (stronk7)
263f3b1ff7
Moodle release 2.5.6
2014-05-10 18:30:36 +02:00
AMOS bot
15df3810bf
Automatically generated installer lang files
2014-05-10 00:46:48 +00:00
AMOS bot
02cd547b44
Automatically generated installer lang files
2014-05-09 00:41:04 +00:00
Eloy Lafuente (stronk7)
dedc1f3c46
weekly release 2.5.5+
2014-05-08 16:35:48 +02:00
sam marshall
b2d5a4ee38
MDL-45469 Conditional availability: Restrict by text area broken
...
It has never worked, because the data for text area fields is not
loaded into the $USER object.
Changing it so that the dropdown list does not include these types
of field. (This 2.6 version of change is similar to the 2.7 code
but in a different location and without unit test.)
2014-05-08 14:10:08 +01:00
Marina Glancy
d713240ef8
Merge branch 'MDL-45462-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-05-08 19:51:58 +08:00
Eloy Lafuente (stronk7)
ff677821fc
Merge branch 'wip-mdl-44262-m25' of https://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2014-05-08 12:02:38 +02:00
Rajesh Taneja
4d439eb7bf
MDL-44262 Behat: Bump behat version to get format fix
2014-05-08 17:29:38 +08:00
Frederic Massart
b8a6f7d19d
MDL-45332 repository_url: URL parameter is using PARAM_URL
2014-05-08 15:35:10 +08:00
Marina Glancy
05062fa166
MDL-45414 wiki: blank image for page index icons
2014-05-08 12:12:19 +08:00
Frederic Massart
1d91b14416
MDL-45462 flickr: Requests are now done over HTTPS
2014-05-08 11:28:16 +08:00
Dan Poltawski
7ff7ebef40
Merge branch 'MDL-43312-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2014-05-08 10:51:59 +08:00
Damyon Wiese
05b66405dc
MDL-43312 TinyMCE: Add back the upgrade instructions for z-index on 2.5
2014-05-08 10:50:43 +08:00
Damyon Wiese
aaf8af0793
MDL-43312 TinyMCE: Reapply the z-index hacks (25 only)
2014-05-08 09:52:57 +08:00
Tony Butler
b376ec3360
MDL-45432 mod_assign Declare character encoding in onlinetext export
...
Signed-off-by: Tony Butler <tonyjbutler@gmail.com >
2014-05-07 13:10:29 +01:00
Marina Glancy
18a1f91b2c
Merge branch 'MDL-45282_message_25' of git://github.com/andyjdavis/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-05-07 16:54:01 +08:00
Damyon Wiese
1b609667b0
MDL-44750 Assign: Do not reveal student identities to screen readers
2014-05-07 16:50:37 +08:00
Dan Poltawski
8adc7c37c5
Merge branch 'MDL-45410-en_fix-25' of git://github.com/mudrd8mz/moodle into MOODLE_25_STABLE
2014-05-07 16:40:46 +08:00
Marina Glancy
e28b3956a9
MDL-45126 do not allow guests see name and summary of hidden course
2014-05-07 16:22:23 +08:00
Juan Leyva
b5b2eab677
MDL-43119 Add valid until dates for tokens created by login/token.php
...
3 months were decided
Conflicts:
login/token.php
2014-05-07 16:12:03 +08:00
Andrew Davis
e7f899e32a
MDL-45282 core_user: fixed up some oddities in the bulk user messaging screen
2014-05-07 16:05:51 +08:00
Helen Foster
e6cb9d833b
MDL-45410 Merge English strings from the en_fix language pack
2014-05-07 09:25:30 +02:00
Frederic Massart
7b9acc77ef
MDL-43877 blocks: Files from blocks in my/ were accessible to the world
2014-05-07 14:27:30 +08:00
Adam Olley
931e39917b
MDL-23566 mod_lesson: Float answers so paragraphs line up correctly next to the inputs
2014-05-07 15:46:18 +09:30
Damyon Wiese
716b8fc1bb
Merge branch 'MDL-45290-25-fix3' of https://github.com/jethac/moodle into MOODLE_25_STABLE
2014-05-07 13:30:22 +08:00
Marina Glancy
0f3f3b3b01
Merge branch 'MDL-45387-25' of git://github.com/jethac/moodle into MOODLE_25_STABLE
2014-05-07 13:07:53 +08:00
Marina Glancy
72e9e72b17
Merge branch 'MDL-45201-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2014-05-07 13:07:44 +08:00
Damyon Wiese
eb074b9fa3
MDL-43312 TinyMCE: Version bump to 3.5.10. Remove all the hacks.
...
I retested the old bugs that required custom hacks to tinymce and could not reproduce them,
so I have not reimplemented the hacks.
2014-05-07 12:52:56 +08:00
Damyon Wiese
436ef91ceb
MDL-44606 Assign: Some grading functions are missing sesskey protection
2014-05-07 12:37:20 +08:00
Dan Poltawski
f532c41347
Merge branch 'wip-MDL-45414-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-05-07 12:05:36 +08:00
Dan Poltawski
1eb784b79a
Merge branch 'wip-MDL-45429-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-05-07 11:50:15 +08:00
Jetha Chan
70d1ab21fb
MDL-45387 core_form: erroneous escaping on reference list
...
Fixed erroneous escaping in JS.
2014-05-07 10:59:05 +08:00
Marina Glancy
d9e3bc247d
MDL-45429 block_glossary_random: check capability before suggesting to edit
2014-05-06 17:25:02 +08:00
Jetha Chan
5946b1c97d
MDL-45290 rubrics: overflow, delete button alignment
...
Adjusted delete button alignment, restored overflow rule, amended button alignment, minor RTL fixes.
2014-05-06 16:43:42 +08:00
Dan Poltawski
b001cabae3
Merge branch 'wip-mdl-45383' of git://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2014-05-06 12:07:00 +08:00
Damyon Wiese
b391a772df
MDL-45412 Cache: Look for the newer classname first (mongo store)
2014-05-06 11:58:15 +08:00
Damyon Wiese
5cdb2ff7c3
Merge branch '45412-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2014-05-06 11:57:23 +08:00
Marina Glancy
43b01f065d
MDL-45414 wiki: fix broken image
2014-05-06 11:28:48 +08:00
Damyon Wiese
e169e9ca70
Merge branch 'MDL-45290-25-fix2' of http://github.com/jethac/moodle into MOODLE_25_STABLE
2014-05-06 11:22:04 +08:00
Dan Poltawski
466a121117
Merge branch 'MDL-45376-m25' of https://github.com/sammarshallou/moodle into MOODLE_25_STABLE
2014-05-06 11:17:13 +08:00
Jetha Chan
1d5e1d5662
MDL-45290 rubric: IE8 and minor fixes, RTL
...
Added a fallback style for IE8, adjusted some minor styles, added RTL capability.
2014-05-06 10:54:47 +08:00
Sam Hemelryk
268f075fbb
MDL-45412 cachestore_mongodb: fixed use of deprecated Mongo class
2014-05-06 09:31:10 +12:00
Marina Glancy
698f4d27de
Merge branch 'MDL-34904-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2014-05-05 17:44:28 +08:00
Marina Glancy
42c95439ab
Merge branch 'MDL-43319-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2014-05-05 17:20:58 +08:00
Marina Glancy
ab0b3fc51e
Merge branch 'MDL-45342-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2014-05-05 17:20:45 +08:00
Marina Glancy
5f320315e5
Merge branch 'MDL-44174-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-05-05 17:20:36 +08:00
Ankit Agarwal
6043b93ffe
MDL-45201 recent_activity: Fix set type notice in recent activity form
2014-05-05 13:31:07 +08:00
Rajesh Taneja
30524c6c0a
MDL-45383 test generator: Rebuild course cache after inserting module in db
2014-05-05 13:28:41 +08:00
Damyon Wiese
955b72bd54
Merge branch 'MDL-45290-25' of git://github.com/jethac/moodle into MOODLE_25_STABLE
2014-05-05 11:01:30 +08:00
Marina Glancy
5eb5b4d9bf
Merge branch 'wip-MDL-45127-25' of git://github.com/abgreeve/moodle into MOODLE_25_STABLE
2014-05-05 10:18:56 +08:00
Dan Poltawski
c61ed39712
weekly release 2.5.5+
2014-05-02 17:44:15 +08:00
Dan Poltawski
b12749ee0e
Merge branch 'install_25_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_25_STABLE
2014-05-02 17:44:12 +08:00
Adrian Greeve
edb0ac7b21
MDL-45127 mod_lesson: Behat test for reviewing a lesson.
2014-05-02 16:16:12 +08:00
Adrian Greeve
895138cf12
MDL-45127 mod_lesson: Fixed reviewing lesson answers changing the lesson grade.
2014-05-02 16:16:12 +08:00
Adrian Greeve
9b1cf5a626
MDL-45127 mod_lesson: Updated question edit screen with more help text.
...
Unless the custom scores is selected in the lesson settings the score section
in the question settings will be disabled. A help link has been added with
a description similar to this one.
2014-05-02 16:16:11 +08:00
Jetha Chan
b9323d7989
MDL-45290 rubric: visual fixups
...
Fixed up visual issues with rubric editor on Clean.
2014-05-02 14:24:42 +08:00
Ankit Agarwal
7ec3dbd75d
MDL-34904 lti: Fix notice while using lti in frontpage
2014-05-02 14:07:46 +08:00
Frederic Massart
56f8936ffb
MDL-44174 theme_clean: Updating information in readme file
2014-05-02 12:56:23 +08:00
Ankit Agarwal
404b9f92f9
MDL-45342 book: Automate MDLQA-2423 - A teacher can create book chapters and subchapters
2014-05-02 12:32:54 +08:00
AMOS bot
7ae2c9f67f
Automatically generated installer lang files
2014-05-02 00:39:18 +00:00
sam marshall
08793ac4b5
MDL-45376 Completion: Form locking is still not working right
...
On submit of the form, it called 'freeze' on the completion-related
fields (even though they shouldn't have been frozen because you
already clicked the unlock button).
2014-05-01 18:18:00 +01:00
Jetha Chan
030b907bd4
MDL-36836 filepicker: alfresco select box fix
...
Adjusted position of alfresco select box.
2014-05-01 17:12:58 +08:00
Dan Poltawski
e8839b4184
Merge branch 'MDL-45365-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2014-05-01 14:52:09 +08:00
Dan Poltawski
053953a041
MDL-43570 upgrade: fix indentation
2014-05-01 14:45:02 +08:00
Dan Poltawski
6a8ebfcd37
Merge branch 'MDL-43570-M25' of https://github.com/KristerV/moodle into MOODLE_25_STABLE
2014-05-01 14:36:10 +08:00
Marina Glancy
d9dd21fd4e
Merge branch 'MDL-44398-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2014-05-01 14:22:12 +08:00
Damyon Wiese
fde2e1cb6d
MDL-45365 Courselib unit tests: cmid -> instanceid confusion
...
Yet again an instanceid is being passed instead of a cmid.
2014-05-01 14:04:36 +08:00
Dan Poltawski
2075d225b1
MDL-43319 phpdoc: fix too much ham consumption by developers
2014-05-01 13:37:21 +08:00
Marina Glancy
0b4d7c9bc7
Merge branch 'MDL-45292-25' of git://github.com/jethac/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-05-01 11:49:40 +08:00
Dan Poltawski
ddd764639f
Merge branch 'MDL-45283-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-05-01 10:41:03 +08:00
Krister Viirsaar
66748a565c
MDL-43570 filetypes: Added new filetypes - ddoc, bdoc, cdoc
2014-04-30 13:10:13 +03:00
Damyon Wiese
7b82edb2f8
Merge branch 'mdl44575-moodle25' of https://github.com/tlock/moodle into MOODLE_25_STABLE
2014-04-30 16:00:20 +08:00
Dan Poltawski
2b447f7df9
Merge branch 'MDL-45256-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-04-30 14:58:59 +08:00
Jetha Chan
e0e9e2259b
MDL-45292 filepicker: improved RTL styles
...
Fixed some broken RTL styles.
2014-04-30 12:24:07 +08:00
Frederic Massart
c9d7e1d2a4
MDL-45283 restore: Prevent failure when user course grade exists
...
When we restore a course, the grade that a user has for the
grade item of the course cannot be created twice. If we try
to create it when it already exists, a database exception is
raised because of index duplication.
The safest way to proceed is certainly to ignore the grade
information from the backup, otherwise we could potentially
overwrite existing information. Though, this only applies
to restore as merge, and it does not affect the update of
the course grade.
2014-04-30 12:17:03 +08:00
Marina Glancy
458d13af33
Merge branch 'MDL-27459-m25' of git://github.com/sammarshallou/moodle into MOODLE_25_STABLE
2014-04-30 09:53:53 +08:00
Krister
20ec5349d4
MDL-42635 lesson: change from error to user friendly message
2014-04-30 09:53:19 +08:00
Eloy Lafuente (stronk7)
d5f15d905c
MDL-45221 Allow unit tests to pass under any OS
...
This commit gets rid of the old lib/tests/other/executable.php
file completely because it was only executable under unix OSs
and moves the check to be performed against some mimetex binaries
that are known to be executable and bundled with every installation.
Note this was discovered because the weekly rolling process changed
the execution permissions of the "fixture" file and, at the end
we decided to get rid of it completely, folowing the plan above.
2014-04-29 19:34:38 +02:00
Eloy Lafuente (stronk7)
fca0a1b913
weekly release 2.5.5+
2014-04-29 15:13:49 +02:00
Eloy Lafuente (stronk7)
f5df04fed6
NOBUG: Fixed file access permissions
2014-04-29 15:13:48 +02:00
Frederic Massart
19f113aa48
MDL-45256 portfolio: Unit tests for rewrite pluginfile urls
2014-04-29 17:45:37 +08:00
Frederic Massart
d72a0202b7
MDL-45256 portfolio: Do not require strict XML when parsing content
2014-04-29 17:44:08 +08:00
Marina Glancy
a169c0213d
Merge branch 'MDL-45289-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2014-04-29 12:50:54 +08:00
Damyon Wiese
806014d3d0
Merge branch 'MDL-44916-25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
2014-04-29 10:37:52 +08:00
Dan Poltawski
af7c61ba5c
MDL-45289 block_course_summary: Add behat tests
2014-04-29 10:05:58 +08:00
Sam Hemelryk
8f2747e5ca
Merge branch 'MDL-45221-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2014-04-29 09:10:09 +12:00
Marina Glancy
b8f41dfa45
Merge branch 'w18_MDL-45287_m25_dbreset' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2014-04-28 20:18:43 +08:00
Marina Glancy
33ee767041
Merge branch 'MDL-45266-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2014-04-28 18:03:38 +08:00
Marina Glancy
9a1227cf54
Merge branch 'MDL-45156_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2014-04-28 18:03:20 +08:00
Petr Skoda
7d4eb8991f
MDL-45287 fix behat database reset between scenarios
...
We cannot find out if DB received any writes because behat
web access runs in different request.
This was affecting only scenarios without generators.
2014-04-28 17:14:09 +08:00
Damyon Wiese
73ec7fdab7
Merge branch 'MDL-45079_25' of https://github.com/totara/openbadges into MOODLE_25_STABLE
2014-04-28 17:11:57 +08:00
Marina Glancy
72983c8569
Merge branch 'MDL-45288_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2014-04-28 13:49:19 +08:00
David Monllao
b617b2d7c8
MDL-45156 behat: Changing html_writer::empty_tag for start_tag
...
Credits to Daniele Cordella.
2014-04-28 12:32:27 +07:00
Andrew Nicols
0dd962dd99
MDL-45221 admin: configexecutable admin settings should only accept files
2014-04-28 12:21:55 +08:00
Jason Fowler
4d3ffbc8d9
MDL-44916 Question: Fixing alignment in bootstrap themes
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-04-28 11:37:38 +08:00
David Monllao
429fc19d26
MDL-45288 behat: Restricting click to .logininfo
2014-04-28 10:26:06 +07:00
Marina Glancy
be2c92d3a1
Merge branch 'MDL-44004-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-04-28 11:17:30 +08:00
Damyon Wiese
3e4806625a
Merge branch 'MDL-45268-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2014-04-28 10:53:07 +08:00
Dan Poltawski
7e494c1630
MDL-45266 behat: tests for login block
2014-04-28 10:39:55 +08:00
Sam Hemelryk
98778ee04f
Merge branch 'wip-MDL-45280-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-04-28 12:22:48 +12:00
Sam Hemelryk
ebda3b8926
Merge branch 'MDL-45286_25' of git://github.com/stronk7/moodle into MOODLE_25_STABLE
2014-04-28 12:15:41 +12:00
Eloy Lafuente (stronk7)
f7f2b4f06d
MDL-45286 timezones: updated to 2014b
2014-04-28 01:02:17 +02:00
Yuliya Bozhko
51151976b6
MDL-45079 badges: Remove user email address from badge page
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
2014-04-28 10:11:49 +12:00
Marina Glancy
3e56504a85
MDL-45280 wrtie default value for admin_setting_configstoredfile
...
this fixes regression from MDL-45134
2014-04-26 10:42:41 +08:00
Dan Poltawski
7fb06347df
MDL-45268 behat: tests for participants block
2014-04-25 16:20:55 +08:00
Dan Poltawski
7732473108
Merge branch 'MDL-45236-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2014-04-25 13:56:32 +08:00
Dan Poltawski
0154a32f73
weekly release 2.5.5+
2014-04-24 17:56:24 +08:00
Dan Poltawski
19ce7a47d9
Merge branch 'install_25_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_25_STABLE
2014-04-24 17:56:21 +08:00
Ankit Agarwal
4503543488
MDL-44398 tags: Fix incorrect usage of caps
2014-04-24 16:39:12 +08:00
Frederic Massart
c791222d52
MDL-44004 grading_rubric: Ensure that score is set before using it
2014-04-24 16:21:57 +08:00
Marina Glancy
e4f066d1b1
Merge branch 'MDL-45234-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2014-04-24 14:14:13 +08:00
Andrew Nicols
f93a6cc2a4
MDL-45236 AJAX: Correct reproduction link casting
2014-04-24 13:42:20 +08:00
Dan Poltawski
391726782e
Merge branch '45046-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2014-04-24 10:01:01 +08:00
Sam Hemelryk
66d76d5196
Merge branch 'MDL-45124-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2014-04-24 11:03:18 +12:00
Sam Hemelryk
bedf257b40
Merge branch 'MDL-45186-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-04-24 11:01:37 +12:00
Dan Poltawski
b24067ce0f
Merge branch 'MDL-45172_block_25' of https://github.com/andyjdavis/moodle into MOODLE_25_STABLE
2014-04-23 16:40:22 +08:00
Andrew Nicols
681179b6f7
MDL-45234 filter_glossary: Correct use of COUNT in autolinker
2014-04-23 16:17:11 +08:00
Dan Poltawski
7b59af440d
Merge branch 'MDL-45075-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2014-04-23 16:16:29 +08:00
Andrew Nicols
46017edb0e
MDL-45075 mod_forum: Add unit tests for forum subscription on forum creation
2014-04-23 16:11:18 +08:00
Marina Glancy
ba7a72d413
Merge branch 'MDL-45134-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-04-23 14:46:57 +08:00
Dan Poltawski
5c50050133
Merge branch 'wip-MDL-45148-25' of https://github.com/mackensen/moodle into MOODLE_25_STABLE
2014-04-23 14:23:22 +08:00
Marina Glancy
e7c8139f53
Merge branch 'MDL-44991-m25' of git://github.com/sammarshallou/moodle into MOODLE_25_STABLE
2014-04-23 13:26:18 +08:00
Marina Glancy
fa4df78be0
Merge branch 'MDL-44855-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2014-04-23 13:14:59 +08:00
Frederic Massart
af91288814
MDL-45134 adminlib: No more validation error when a config file is not set
...
When the destination draft area existed and the user draft area has not
been used, and thus does not exist, an error was displayed to the user
saying that they could not save the setting.
This was intended to handle the cases where the draft area disappears
and would overwrite the content of the destination area, deleting
all its content. But now we do not prompt with an error when
overwriting empty with empty.
2014-04-23 12:40:43 +08:00
Andrew Davis
e8ae121fd7
MDL-45172 block_completionstatus: added a check for an empty string before appending
2014-04-23 11:42:37 +08:00
AMOS bot
3651b27b6c
Automatically generated installer lang files
2014-04-23 00:38:15 +00:00
AMOS bot
035b6840d9
Merge branch 'MOODLE_25_STABLE' into install_25_STABLE
2014-04-23 00:38:14 +00:00
AMOS bot
5db57bd802
Automatically generated installer lang files
2014-04-22 11:15:18 +00:00
Eloy Lafuente (stronk7)
689f9aa1f5
weekly release 2.5.5+
2014-04-22 12:26:39 +02:00
Andrew Nicols
1450d17fb4
MDL-44855 AJAX: Arrays and Objects should be defined in the initializer
...
JavaScript is a prototypal language and complex types should be defined as
null in the prototype, and set up in the initializer instead.
2014-04-22 17:06:00 +08:00
Andrew Nicols
bceebf179e
MDL-45124 dndupload: Lowercase types when comparing
...
IE helpfull uses a mixed-case version of 'Text' which fails the string
comparison. All other browsers use lowercase for their mime-types.
2014-04-22 16:10:41 +08:00
Andrew Nicols
dbc3519e20
MDL-40716 report_completion: Set RTL
2014-04-22 15:21:56 +08:00
Dan Poltawski
040b8cd17f
Merge branch 'wip-MDL-45154-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-04-22 12:36:17 +08:00
Frederic Massart
1a08b30a34
MDL-45186 mod_quiz: Some RTL improvements on quiz edit page
2014-04-22 12:34:23 +08:00
Marina Glancy
2f9f37bedd
Merge branch 'MDL-43673_25' of git://github.com/stronk7/moodle into MOODLE_25_STABLE
2014-04-22 12:29:26 +08:00
Marina Glancy
4a41887292
MDL-45154 user profiles: category name duplication error
2014-04-22 10:45:58 +08:00
Sam Hemelryk
8ca3744662
Merge branch 'wip-MDL-45045_M25' of git://github.com/gjb2048/moodle into MOODLE_25_STABLE
...
Conflicts:
lib/yui/build/moodle-core-blocks/moodle-core-blocks-min.js
2014-04-22 10:47:06 +12:00
Sam Hemelryk
697496bcac
Merge branch 'MDL-43145-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2014-04-22 10:39:17 +12:00
Sam Hemelryk
6c4fa4d535
Merge branch 'mdl45012-moodle25' of git://github.com/tlock/moodle into MOODLE_25_STABLE
2014-04-22 10:12:18 +12:00
Sam Hemelryk
0a11ddf4c7
Merge branch 'wip-MDL-45037-25' of git://github.com/abgreeve/moodle into MOODLE_25_STABLE
2014-04-22 09:59:05 +12:00
Sam Hemelryk
c3b94d9954
Merge branch 'MDL-44270_25' of git://github.com/jonof/moodle into MOODLE_25_STABLE
2014-04-22 09:18:24 +12:00
Matt Petro
067d7ee92d
MDL-45118 shibboleth: set context on index page
2014-04-22 09:17:19 +12:00
Sam Hemelryk
fd266e48bc
Merge branch 'MDL-42761-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-04-22 08:57:29 +12:00
Dan Poltawski
2b77a4e58e
Merge branch 'w16_MDL-45049_m25_debugging' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2014-04-21 14:42:09 +08:00
David Scotson
a9d31ba048
MDL-44468 backup: use html_writer::div call
...
Simplify the renderer code with the new html_writer
div function.
2014-04-18 15:29:42 +08:00
David Scotson
10281644a3
MDL-44468 backup: use notification API
...
Replace a hardcoded div.notifyproblem with a API call that,
in Standard theme, outputs the same HTML.
Also removes the .notifyproblem class from the heading,
as that might cause problems for themers who expect it to be
used consistently with the API.
2014-04-18 15:29:32 +08:00
Nadav Kavalerchik
caebab9297
MDL-40716 - Activity labels are not visible in course completion report, when in RTL mode (theme/clean , bootstrap)
2014-04-18 15:21:29 +08:00
Dan Poltawski
7759b28bd3
Merge branch 'MDL-45010-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-04-18 14:55:33 +08:00
Sam Hemelryk
13a554a52e
MDL-45147 my: automate testing of block restriction
2014-04-18 14:16:54 +08:00
Dan Poltawski
9cf90f9c77
Merge branch 'MDL-43789_25' of https://github.com/rajeevs1992/moodle into MOODLE_25_STABLE
2014-04-18 11:05:56 +08:00
Dan Poltawski
735347134f
Merge branch 'MDL-41975-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-04-18 10:05:27 +08:00
Dan Poltawski
8dafdfbe86
Merge branch 'wip-MDL-45154-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-04-18 09:57:23 +08:00
Eloy Lafuente (stronk7)
0eafbc99e3
weekly release 2.5.5+
2014-04-17 15:49:20 +02:00
Charles Fulton
7b13bb0463
MDL-45148 unit testing: pass role id instead of user id
2014-04-17 04:38:32 -07:00
Marina Glancy
93815e49d2
MDL-45154 user profiles: avoid redirection warnings
2014-04-17 14:55:32 +08:00
Frederic Massart
5727b32b3f
MDL-42761 badges: Remove H2s from help popup
2014-04-17 12:46:39 +08:00
sam marshall
30503a0c21
MDL-27459 Completion: When ratings off, disallow grade completion
...
For activities that use ratings, there is no grade unless ratings
are enabled. The completion system still lets you select 'complete
when user gets a grade', which leads to later errors.
This change simply disables the 'completion on grade' field if
ratings are enabled for the activity, but not turned on in the form.
2014-04-16 15:11:21 +01:00
Andrew Nicols
21f7505fec
MDL-45119 ajax: AJAX exceptions need a String in the Link
2014-04-16 16:00:48 +08:00
Jetha Chan
e878836e54
MDL-44951 theme_bootstrapbase: forum post css tweak backport
...
Adjusted forum post CSS for cleaner appearance.
2014-04-16 15:33:06 +08:00
Dan Poltawski
23d7cdaa24
Merge branch 'wip-mdl-44977-m25' of https://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2014-04-16 14:35:04 +08:00
Rajesh Taneja
20329767bc
MDL-44977 tool_profiling: set xhprof default settings
...
Set xhprof default settings, even if xhprof is not installed.
If xhprof is not installed, hide profiling admin settings,
else show them.
This is needed, because if xhprof is installed, then it will
fail all non-js behats which navigate to setting under
site administration, as profiling settings get displayed on
default admin page.
2014-04-16 14:27:53 +08:00
Frederic Massart
ec0efc18e1
MDL-41975 repository_alfresco: Updating details about Alfresco URL and timestamps
2014-04-16 13:57:01 +08:00
Michael Woods
5dd47fa9e5
MDL-41975 repository_alfresco: Ensure Moodle sends GMT time to Alfresco
2014-04-16 13:57:00 +08:00
Dan Poltawski
5d3b26c350
Merge branch 'wip-mdl-44979-m25' of https://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2014-04-16 13:56:41 +08:00
Marina Glancy
179a0809ae
Merge branch 'MDL-45081-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-04-16 11:52:33 +08:00
Andrew Nicols
ab978c7e02
MDL-43277 block_navigation: Trim from the left for long names
2014-04-16 11:13:56 +08:00
Dan Poltawski
58eea2b500
Merge branch 'MDL-45076-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-04-16 09:10:34 +08:00
Sam Hemelryk
0f2e18f9c8
Merge branch 'w16_MDL-45100_m25_coursecontext' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2014-04-16 11:43:54 +12:00
Eloy Lafuente (stronk7)
90cca33eaa
weekly release 2.5.5+
2014-04-15 16:32:55 +02:00
Petr Škoda
ccc9f4569d
MDL-45100 fix course_context classname PHPDdos typo in context API
2014-04-15 15:50:15 +08:00
Tony Levi
889603945c
MDL-44908: Fix upgrade_grade_item_fix_sortorder performance
2014-04-15 14:29:44 +08:00
Sam Hemelryk
3137105165
Merge branch 'MDL-40674_M25' of https://github.com/nadavkav/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-04-15 16:47:47 +12:00
Frederic Massart
e969f5f83b
MDL-45076 theme_bootstrapbase: Clean up participants controls LESS
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-04-15 12:20:47 +08:00
Frederic Massart
6d58889854
MDL-45076 theme_bootstrapbase: Select placement in participants page
...
Usually the group selector is aligned with the label, but as we want
it to be consistent with the rest of the selects in the participants
page we need an override.
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-04-15 12:20:45 +08:00
Jonathon Fowler
0859a464cb
MDL-44270 files: handle drag-drop js error when event has null types
...
This can happen when the 'dragover' event fires as has been observed
in Safari. When the dataTransfer.types property of the event is null,
accessing types.length throws a JavaScript error.
2014-04-15 14:19:35 +10:00
Nadav Kavalerchik
bf7ff55c96
MDL-41891 Theme: Bullets and Numbering are missing from lists, When in RTL mode (theme/clean)
2014-04-15 11:28:57 +12:00
Frederic Massart
d2d95374eb
MDL-45081 curl: Prefer usage of CURLFile over @file arguments
2014-04-14 17:43:03 +08:00
Petr Škoda
2620fcc116
MDL-45049 improve debugging output in error log for NO_DEBUG_DISPLAY scripts
2014-04-14 13:19:34 +08:00
Damyon Wiese
7c8bac1438
Merge branch 'MDL-44936-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-04-14 11:39:22 +08:00
Adrian Greeve
1c5d239f2d
MDL-45037 gradebook: Allow dashes in xml grade values to be ignored.
...
This was delivering an error message when trying to import an exported
xml file (from Moodle).
2014-04-14 10:50:57 +08:00
Dan Poltawski
64b88aa948
Merge branch 'MDL-45048-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-04-14 10:02:01 +08:00
Andrew Nicols
da7f707de7
MDL-43145 dock: Enable regions before the drag operation starts
2014-04-14 09:34:14 +08:00
Sam Hemelryk
aa1f42288e
MDL-43145 dock: fixed up region_completely_docked code to ignore empty regions
2014-04-14 09:33:54 +08:00
Tim Lock
9d399ce4da
MDL-45012: Enable support for wma files within tinymce Moodle Media plugin
2014-04-14 08:32:45 +09:30
Gareth J Barnard
a95e278050
MDL-45045 block theme: Fake blocks show empty region when editing and clicked.
2014-04-11 13:29:01 +01:00
sam marshall
1933f0316e
MDL-44991 Behat: step to check if attribute does not contain text
...
The step checks that an attribute exists, but doesn't contain the
specified text.
Example:
Then the "class" attribute of "#mydiv" "css_element" should
not contain "accesshide"
2014-04-11 11:32:42 +01:00
Eloy Lafuente (stronk7)
c6838d107d
MDL-43673 wiki: verify page tags work as expected
...
This covers MDL-43109, verifying that saved tags
are available on re-edition of a page, without any warning/error.
Also official tags are verified to be working ok. With support
for multiple options added by MDL-43713 and MDL-43738.
2014-04-11 10:38:42 +02:00
Frederic Massart
24b784da67
MDL-45048 repository_wikimedia: Abusing usage of optional_param
...
The optional_param call was moved outside of the constructor
because it was called every time the repository would be initialised.
That was leading to problems when the parameter was defined from
another form and not complying with its expected type.
2014-04-11 15:20:27 +08:00
Frederic Massart
89bcfb88b6
MDL-44936 csslib: Chunking supports @media queries and commas in rules
2014-04-11 12:04:47 +08:00
Dan Poltawski
9257294cf2
weekly release 2.5.5+
2014-04-11 11:40:03 +08:00
Dan Poltawski
f4f0dbed33
Merge branch 'install_25_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_25_STABLE
2014-04-11 11:40:00 +08:00
AMOS bot
24817522c2
Automatically generated installer lang files
2014-04-10 22:38:47 +00:00
Sam Hemelryk
8758bd7ccc
MDL-45046 output: reviewed standard/base layouts and converted where a better option was available
2014-04-11 09:30:23 +12:00
Damyon Wiese
b576ff3914
MDL-44170 LTI - fix unit tests.
2014-04-10 14:16:12 +08:00
Adrian Fish
3ca6a45713
[MDL-44170] Added form field for url matched type.
...
Added a new mod_form field called urlmatchedtypeid which is populated
by mod_form.js when a matched url is entered. On save, if typeid is 0
and urlmatchedtypeid is supplied, the type id is set to the url matched
id.
2014-04-10 13:39:59 +08:00
Rajesh Taneja
01a223550f
MDL-44979 behat: no need to purge all cache again
2014-04-10 11:03:34 +08:00
Marina Glancy
f6cc073116
MDL-40843 chat: fixed bug in SQL query in recent activity block
2014-04-09 15:45:50 +08:00
Mark Nelson
9941015719
MDL-42462 mod_feedback: added $OUTPUT to list of global variables used to avoid error
2014-04-09 15:37:56 +08:00
Damyon Wiese
a4f8f60b56
MDL-42195 Bootstrap: Make selector for responsive images 100% the same as bootstrap3.
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-04-09 15:17:52 +08:00
Frederic Massart
6e3006e359
MDL-45010 mod_chat: Use H3 instead of H2 in recent activity info
2014-04-09 15:10:56 +08:00
Damyon Wiese
7d72f26d77
Merge branch 'mdl44669-moodle25' of https://github.com/tlock/moodle into MOODLE_25_STABLE
2014-04-09 13:12:14 +08:00
Rajeev S
dc396cf1e2
MDL-43789: coursename disallows spaces in user bulk actions filter
...
coursename filter for user bulk actions.This prevents filtering
based upon courserole if the coursename contains spaces or other non
alphanumeric characters.
2014-04-09 10:34:14 +05:30
Jonathan Champ
37701d2038
MDL-29572 Grade Import: Avoid creating invalid temporary rows; Provide feedback on error
2014-04-09 11:41:41 +08:00
Ashley Holman
fd0d236dce
MDL-39740 grade: Fix grade_item::add_idnumber strict type checking
2014-04-09 11:14:31 +08:00
Damyon Wiese
c5466e991c
MDL-42195 Bootstrap - put border and vertical-align back in the reset for all images
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-04-08 17:08:49 +08:00
Michael Milette
d8f15e4aeb
MDL-42462 - Feedback - Fix for WCAG 2.0 issue with Informational and Error Content Displayed in red
...
1) The same code used in other Moodle forms is now used in Feedback to display the "There are required fields in this form marked (*/Required field)" message at the top of the screen and each of the asterisks next to required fields.
2) Feedback specific styles (missingrequire, feeback_required_mark), which were used to highlight required and error fields, have been eliminated. These colours are now controlled by the common Moodle styles (mform1, mform, fdescription, required, req and error) that are used throughout the rest of Moodle for a more uniform appearance.
3) Field level error reporting now displays a message instead of just highlighting the field in a similar way that other Moodle forms do.
Affected files:
- /mod/feedback/styles.css
- /mod/feedback/complete.php
- /mod/feedback/complete_guest.php
- /mod/feedback/edit.php
- /mod/feedback/print.php
- /mod/feedback/item/captcha/lib.php
- /mod/feedback/item/info/lib.php
- /mod/feedback/item/multichoice/lib.php
- /mod/feedback/item/multichoicerated/lib.php
- /mod/feedback/item/numeric/lib.php
- /mod/feedback/item/textarea/lib.php
- /mod/feedback/item/textfield/lib.php
- /mod/feedback/lang/en/feedback.php
Signed-off-by: Michael Milette <michael.milette@instruxmedia.com >
2014-04-08 14:12:18 +08:00
Damyon Wiese
f6e2dde16d
Merge branch 'MDL-41895-m25' of https://github.com/micaherne/moodle into MOODLE_25_STABLE
2014-04-08 13:12:16 +08:00
Marina Glancy
4842f37df5
Merge branch 'MDL-44891-m25' of git://github.com/sammarshallou/moodle into MOODLE_25_STABLE
2014-04-08 11:16:08 +08:00
Marina Glancy
af5f239548
Merge branch 'MDL-42195-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2014-04-08 08:54:39 +08:00
Sam Hemelryk
7ce77b73e2
Merge branch 'MDL-38183_M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
2014-04-08 11:30:58 +12:00
AMOS bot
997aa27c35
Automatically generated installer lang files
2014-04-07 22:39:56 +00:00
Damyon Wiese
3e7311717b
Merge branch 'wip-MDL-40843-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-04-07 16:31:32 +08:00
Damyon Wiese
547f6953e6
Merge branch 'wip-MDL-43021-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-04-07 15:21:55 +08:00
Dan Poltawski
19fd2cbb02
Merge branch 'wip-MDL-33486-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-04-07 13:10:42 +08:00
Sam Hemelryk
b20fe20b99
MDL-41551 theme_base: improved custom block region handling for base
2014-04-06 15:21:06 +12:00
Sam Hemelryk
def99f21ff
MDL-41551 blocks: added tracking and recognition of custom block regions
2014-04-06 15:20:35 +12:00
Sam Hemelryk
3a2048c5dd
MDL-41511 blocks: improved how custom block regions were being rendered.
...
There is a new theme property 'blockrendermethod' that can be set by the
theme in its config.php and tells Moodle what method it is using to render
blocks in the layout files.
Either blocks, or blocks_for_region.
Then when adding custom block regions to a page content we ensure we use
the same method the theme is using elsewhere.
This is really a hack becuase we (I) didn't properly deprecate
blocks_for_region when I added the blocks method.
2014-04-06 15:19:34 +12:00
Mary Evans
8c33208510
MDL-38183 themes: Removed redundant css rules for #adminsettings .form-overridden from standard and formal_white.
2014-04-05 16:55:57 +01:00
sam marshall
3df85ca744
MDL-44891 Behat: Add step to check attribute
...
This commit creates a Behat step of the form:
Then the "title" attribute of "Toggle visibility" "button"
should contain "Show"
This is useful because unless I missed something there is currently
no step that checks attribute values; this seems like a simple
generic step. Behat is intended to check user-visible effects in
the resulting HTML, and sometimes these effects are implemented
using attribute values (two common examples are the alt= attribute,
which is visible to screenreader users, and the title= attribute,
which is visible to all users; there's also the src attribute of
images, and lots of other possibilities too).
2014-04-04 18:31:29 +01:00
Marina Glancy
9061261187
MDL-40843 workshop: sort entries in recent activity block by time
2014-04-04 17:15:09 +08:00
Marina Glancy
ddd2862925
MDL-40843 workshop: show user names in recent activity
2014-04-04 17:07:40 +08:00
Marina Glancy
f5da629eb6
MDL-40843 recent_activity: corrections to grouping and user fields
2014-04-04 17:07:36 +08:00
Marina Glancy
2d54449c07
MDL-40872 Restore functionality of showrecentsubmissions setting
2014-04-04 16:59:41 +08:00
AMOS bot
2309853e70
Automatically generated installer lang files
2014-04-03 09:28:19 +00:00
Marina Glancy
255bb80080
weekly release 2.5.5+
2014-04-03 12:39:46 +08:00
Marina Glancy
68f41b26b8
MDL-43021 course: corrections to the shortname and idnumber uniqueness validation
2014-04-03 11:14:08 +08:00
Damyon Wiese
110cfbc935
MDL-42195 Bootstrap: Make bootstrap responsive images "opt-in".
...
This responsive image behaviour prevents setting of image sizes in text editors,
as well as a string of pix icon bugs / profile image bugs across Moodle.
We are switching to Bootstrap 3 syntax where you need img-responsive class to images
that want this behaviour.
2014-04-03 09:24:15 +08:00
Marina Glancy
52d88560e1
Merge branch 'MDL-41063_25' of git://github.com/jmvedrine/moodle into MOODLE_25_STABLE
2014-04-02 09:47:02 +08:00
Eloy Lafuente (stronk7)
aded9ff972
Merge branch 'MDL-31262_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-04-02 03:23:50 +02:00
Marina Glancy
1db4576ef7
Merge branch 'm25_MDL-44753' of git://github.com/danmarsden/moodle into MOODLE_25_STABLE
2014-04-02 09:16:50 +08:00
Marina Glancy
234f301977
MDL-34012 chat: removing repetetive db query (performance)
2014-04-02 02:58:14 +02:00
Eloy Lafuente (stronk7)
21e91b9287
Merge branch 'wip-MDL-43398-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-04-02 02:50:51 +02:00
Petr Škoda
c2b8818c71
MDL-44843 try to hack around strict locale names in OSX
...
Conflicts:
lib/moodlelib.php
2014-04-02 02:31:28 +02:00
Eloy Lafuente (stronk7)
3b7aef2de9
Merge branch 'wip-MDL-41102-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-04-02 02:20:57 +02:00
Sam Hemelryk
6aefe4ec3c
Merge branch 'w14_MDL-44824_m25_subplugins' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2014-04-02 13:04:49 +13:00
Dan Marsden
bf5a0651b1
MDL-44753 SCORM: add check during SCORM restore to make sure valid launch sco is set
2014-04-02 10:04:10 +13:00
Sam Hemelryk
db1e66c1e0
Merge branch 'MDL-43284-25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
2014-04-02 09:27:05 +13:00
Eloy Lafuente (stronk7)
b869a723da
Merge branch 'wip-MDL-35305-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-04-01 21:50:31 +02:00
Marina Glancy
70dc247627
Merge branch '25STABLE-wip-MDL44021' of git://github.com/jennymgray/moodle into MOODLE_25_STABLE
2014-04-01 17:41:31 +08:00
Jenny Gray
a843ac0de2
MDL-44021 mod_glossary - fixed search multiple keywords sql duplicate parameter error
2014-04-01 09:38:24 +01:00
Michael Aherne
3b6ce707cb
MDL-41895 conditions Show details of grouping restriction
2014-04-01 09:16:03 +01:00
Marina Glancy
df1f81e3ec
Merge branch 'W14_MDL-44862_m25_pgsocket' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2014-04-01 15:34:08 +08:00
Marina Glancy
511fda4596
Merge branch 'MDL-44701_25' of git://github.com/aolley/moodle into MOODLE_25_STABLE
2014-04-01 11:07:13 +08:00
Marina Glancy
c08890750c
Merge branch 'MDL-44670-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-04-01 11:06:01 +08:00
sam marshall
50218f3a92
MDL-44837 Behat: 'dialogue' selector only works for confirm dialogues
...
The dialogue selector in Behat (used only in one place) didn't work for
other types of standard Moodle notification dialogue.
2014-03-31 13:52:42 +01:00
Eloy Lafuente (stronk7)
dd693b76fa
MDL-44862 postgres: tests to support socket & port
...
Both the database auth and enrol plugins use ADOdb
to perform connections. Socket and port are allowed
there if passed as "socket:port", so, when both are
configured in CFG, we pass them that way. Else
ADOdb defaults to standard port (5432).
2014-03-31 09:30:27 +08:00
Jean-Michel Vedrine
e87688d1f4
MDL-41063 Lesson qformat_default class is missing an error function
2014-03-30 09:25:05 +02:00
Petr Škoda
64b18f75b9
MDL-44862 always add dbport to dbsocket in pg driver
...
This should hopefully resolve problems when using sockets connection
to pg servers running on non-standard ports.
2014-03-30 10:13:39 +08:00
Tim Hunt
8e32e83f0a
MDL-31262 fix quiz review capability check.
...
This change is logically the same as changing
$this->has_capability('mod/quiz:viewreports')
to
$this->has_capability('mod/quiz:viewreports') || $this->has_capability('mod/quiz:preview')
in the original code. However, I rewrote the logic so that we test the
most common and performance-critical case first - that of a student
lookign at their own attempt.
2014-03-28 18:40:21 +00:00
Marina Glancy
d096d4e43c
MDL-41102 report_performance: correctly check state of automated backups
...
Thanks to Renaat Debleu for the patch
2014-03-28 16:41:59 +08:00
Marina Glancy
0a3c3555ab
MDL-33486 wiki: allow searching individual wikis
2014-03-28 14:18:27 +08:00
Marina Glancy
ce417f72fa
MDL-35305 wiki: backup and restore files
...
Thanks to Tatsuya Shirai for the patch
2014-03-28 10:26:01 +08:00
Marina Glancy
d59796af1a
weekly release 2.5.5+
2014-03-27 16:52:14 +08:00
Marina Glancy
db0b8a91e8
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2014-03-27 16:52:13 +08:00
Marina Glancy
8f3311bc5e
MDL-43398 wiki: remove extra Choose... option from select
2014-03-27 14:53:24 +08:00
Jerome Mouneyrac
07470deddb
MDL-43398 Wiki: Choose... options cause SQL errors or seen inappropriate.
2014-03-27 14:52:31 +08:00
Adam Olley
ca27069762
MDL-44701 gradereport_grader: Display warning on navigation if unsaved grades are present
2014-03-27 14:57:42 +10:30
Petr Škoda
1ac1d97c9f
MDL-44824 add missing subplugin type names
2014-03-27 11:54:29 +08:00
Jason Fowler
4933572085
MDL-43284 Theme: Clean theme errors with padding in Question Bank fixed
2014-03-27 10:41:59 +08:00
AMOS bot
39bbfceab6
Automatically generated installer lang files
2014-03-27 00:48:34 +00:00
Tim Lock
50e92d657b
MDL-44575: Prevent cron from sending feedback notifications when assignments are hidden in the gradebook
2014-03-26 09:48:23 +10:30
Eloy Lafuente (stronk7)
82d6ad7a7f
Merge branch 'wip-MDL-41285-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-03-25 21:54:12 +01:00
Marina Glancy
3c34681071
Merge branch 'mdl44573-moodle25' of git://github.com/tlock/moodle into MOODLE_25_STABLE
2014-03-25 16:21:52 +08:00
Marina Glancy
c047d16474
Merge branch 'MDL-44665_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-03-25 14:29:49 +08:00
Frederic Massart
8eadcc6860
MDL-44670 theme_clean: Updating screenshot
2014-03-25 12:38:41 +08:00
Sam Hemelryk
5e0e6a8c44
Merge branch 'MDL-43960-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2014-03-25 12:30:43 +13:00
Tim Hunt
8af04d5908
MDL-44665 declare all quiz page types in the blocks UI.
2014-03-21 14:43:45 +00:00
Marina Glancy
71e4f93e41
MDL-41285 block_recent_activity: behat test for structural changes
2014-03-21 15:48:07 +08:00
Damyon Wiese
f9323c70d6
MDL-43985 Assign: Allow teachers to skip notifying students about grade update.
...
Backport of MDL-33600
Conflicts:
mod/assign/locallib.php
2014-03-21 14:51:36 +08:00
Marina Glancy
c2066a014c
weekly release 2.5.5+
2014-03-20 16:00:11 +08:00
Jetha Chan
e73e495b77
MDL-44582 installer: added check for php json extension
2014-03-19 16:18:07 +13:00
Marina Glancy
c7d46f034c
Merge branch 'MDL-43341_25' of git://github.com/nobelium/moodle into MOODLE_25_STABLE
2014-03-19 10:36:07 +08:00
Marina Glancy
773c952bf3
MDL-44141 restore: added phpdocs 'since' for new method
2014-03-19 10:09:53 +08:00
Marina Glancy
e8aa64fc90
Merge branch 'MDL-44141-m25' of git://github.com/sammarshallou/moodle into MOODLE_25_STABLE
2014-03-19 09:57:02 +08:00
Nobelium
92d914e13d
MDL-43341 SCORM Report: spacer.gif must be managed with ->spacer
2014-03-18 19:40:58 +00:00
sam marshall
ebf2c14453
MDL-44141 Completion: System updates data during restore
...
The completion system has code which is supposed to prevent it
updating completion status while grades are being restored. This
code was a nasty hack and had not worked for some time. As a result
completion dates were restored incorrectly.
This commit implements a 'proper' way to find out if a restore is
currently running, replacing the previous hack.
2014-03-18 13:29:58 +00:00
Marina Glancy
b0eeaaacfe
Merge branch 'MDL-38636-25' of git://github.com/roelmann/moodle into MOODLE_25_STABLE
2014-03-18 17:41:00 +08:00
Marina Glancy
5f2a9a8962
Merge branch 'w12_MDL-44191_m25_mysql56' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2014-03-18 16:04:49 +08:00
Marina Glancy
7c671ddb9c
Merge branch 'MDL-44246_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2014-03-18 15:33:43 +08:00
Marina Glancy
d9a23f9dd8
Merge branch 'MDL-44416_25' of git://github.com/appalachianstate/moodle into MOODLE_25_STABLE
2014-03-18 14:46:53 +08:00
Marina Glancy
1bd20a2402
Merge branch 'MDL-44148-25' of git://github.com/jethac/moodle into MOODLE_25_STABLE
2014-03-18 14:34:18 +08:00
Jetha Chan
a98a915ddf
MDL-44148 portfolio: set_user_config usage fix
...
Amended user/portfolio.php's use of portfolio_plugin_base::set_user_config to be consistent with the API.
2014-03-18 14:25:12 +08:00
Sam Hemelryk
ee986da3ed
Merge branch 'wip-MDL-44542-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-03-18 17:05:01 +13:00
Marina Glancy
049d092071
MDL-44524 feedback: fix bug in sql under oracle
...
Thanks to Rob King"
2014-03-18 11:59:58 +08:00
Sam Hemelryk
29591a867f
Merge branch 'MDL-44502-25' of https://github.com/bostelm/moodle into MOODLE_25_STABLE
2014-03-18 14:41:02 +13:00
Sam Hemelryk
5cf880d883
Merge branch 'MDL-44433-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2014-03-18 14:35:59 +13:00
Mary Evans
b8e816a8e2
MDL-44381 theme_brick: Removed whitespace and reference to arialist theme in config.php.
2014-03-18 14:33:51 +13:00
Sam Hemelryk
069b3ae29c
Merge branch 'mdl44499-moodle25' of https://github.com/tlock/moodle into MOODLE_25_STABLE
2014-03-18 14:27:02 +13:00
Tim Lock
d747a1d9aa
MDL-44669: mod/assign: fix batchoperations JS when using select all checkboxes.
2014-03-18 11:11:02 +10:30
Petr Škoda
cadca2ab9a
MDL-44527 import latest certificate bundle
2014-03-18 12:52:43 +13:00
Sam Hemelryk
faa87eb28c
Merge branch 'w12_MDL-44516_m25_purifier' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2014-03-18 11:48:28 +13:00
Sam Hemelryk
7ad84b0c46
Merge branch 'MDL-44585-moodle25' of https://github.com/StudiUM/moodle into MOODLE_25_STABLE
2014-03-18 09:03:26 +13:00
Marina Glancy
d2e55bfee4
Merge branch 'MDL-44588_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-03-17 18:19:57 +08:00
Marina Glancy
5f85fbc3e9
Merge branch 'w12_MDL-44624_m25_dmltest' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2014-03-17 18:13:28 +08:00
Marina Glancy
122dcf4081
Merge branch 'MDL-44356-M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
2014-03-17 17:10:27 +08:00
Marina Glancy
3a38900645
Merge branch 'm25_MDL-39568' of git://github.com/danmarsden/moodle into MOODLE_25_STABLE
2014-03-17 16:22:03 +08:00
Marina Glancy
c02da6acc7
Merge branch 'w12_MDL-44635_m25_ajaxlogs' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2014-03-17 14:29:21 +08:00
Petr Škoda
f56f0fc402
MDL-44635 discard error logging during ajax tests
2014-03-17 11:32:55 +08:00
Tim Lock
fa61c13806
MDL-44573: Remove HTML tags in outputs column in offline grading worksheet
2014-03-17 12:44:47 +10:30
Trevor Cunningham
b7777142e3
MDL-39568 gradinform_guide: show maxgrade to students when viewing marking guide
2014-03-17 09:03:56 +13:00
Mary Evans
a2b69c5c7d
MDL-44356 theme_bootstrapbase: Centralize the drag and drop arrow in filemanager.
2014-03-15 21:36:23 +00:00
roelmann
7c57864769
MDL-38636 Hidden module names are difficult to read on breadcumb in Serenity
...
modified: core.css
2014-03-15 21:00:40 +00:00
Gilles-Philippe Leblanc
f29f455e8d
MDL-44585 grade_import: Restrict the accepted types in the gradebook import
2014-03-14 08:06:20 -04:00
Henning Bostelmann
eed14281d4
MDL-44502 filelib: Add mimetype for Maple worksheets
2014-03-14 11:40:47 +00:00
Petr Škoda
bf2df218ab
MDL-44624 fix false failures in DML tests
2014-03-14 14:16:16 +08:00
Petr Škoda
7529d53da0
MDL-44516 import htmlpurifier 4.6.0
2014-03-14 12:12:56 +08:00
Petr Škoda
e06ec0459f
MDL-44339 treat unexpected debugging() calls in phpunit tests as errors
2014-03-14 11:47:31 +08:00
Petr Škoda
8c40a301cb
MDL-44191 hack around MySQL 5.6 inability to lower auto_increment
2014-03-14 11:32:51 +08:00
Fred Woolard
fdfeabf177
MDL-44416 Correct detail view paging
2014-03-13 19:56:51 -04:00
Eloy Lafuente (stronk7)
2d9a0b8f39
weekly release 2.5.5+
2014-03-13 23:56:00 +01:00
Eloy Lafuente (stronk7)
96555937ad
MDL-43266 testing: avoid assoc arrays for json
...
Last commit switched from raw arrays to associative
arrays. That leads to json_encode() to generate an
object instead of an array, ultimately leading to
problems with the rest of code expecting an array.
By using array_values() we are moving back to the
non-associative array.
Also, fix some file permissions.
2014-03-13 22:15:16 +01:00
Dan Poltawski
06861f02ed
MDL-44433 lang: Update the name of country code CV
...
ISO-3166 has updated this name to Cabo Verde:
https://www.iso.org/obp/ui/#iso:code:3166:CV
2014-03-13 17:16:53 +08:00
Damyon Wiese
3cd6404f3b
MDL-43960 assign: Add missing include
...
There was a report of mod_assign_save_grade webservice failing because of this.
I couldn't reproduce it, but grepping the code found one place where this include
should be added.
2014-03-13 12:50:20 +08:00
Eloy Lafuente (stronk7)
796e6f2153
Merge branch 'MDL-43266_25-last-fixes' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2014-03-12 23:28:07 +01:00
Tim Hunt
8145f93b54
MDL-44588 quiz: fix crazy variable called $this.
2014-03-12 18:22:14 +00:00
David Monllao
322a47d526
MDL-43266 testing: Removing duplicated keys
2014-03-12 17:51:49 +08:00
Sam Hemelryk
1dc93170ae
Merge branch 'm25_MDL-37733' of git://github.com/danmarsden/moodle into MOODLE_25_STABLE
2014-03-12 14:13:12 +13:00
Dan Poltawski
584c7d3da7
Merge branch 'MDL-44061-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2014-03-12 09:09:19 +08:00
Eloy Lafuente (stronk7)
f755c4a849
Merge branch 'wip-MDL-32699-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-03-12 00:19:31 +01:00
Sam Hemelryk
f3e25119ad
Merge branch 'MDL-42368-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2014-03-12 11:56:55 +13:00
Sam Hemelryk
c6f0baa387
Merge branch 'MDL-44345-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-03-12 11:21:54 +13:00
Andrew Nicols
d6af66c6f0
MDL-44061 Ajax: Log whitespace issues to the server error log
2014-03-11 23:30:52 +08:00
David Monllao
c922f91a3c
MDL-44246 behat: New mod_quiz test when JS is disabled
2014-03-11 17:25:46 +08:00
Dan Poltawski
46e5012aa7
Merge branch 'wip-MDL-44337-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-03-11 15:41:54 +08:00
Dan Poltawski
b0e0506650
MDL-44480 yui: shifter build
2014-03-11 14:37:03 +08:00
Dan Poltawski
d356168432
Merge branch 'MDL-44480-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2014-03-11 14:33:22 +08:00
Dan Poltawski
549f507e78
Merge branch 'wip-MDL-42870-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-03-11 11:37:50 +08:00
Sam Hemelryk
eb5d6cc574
Merge branch 'wip-MDL-40721-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-03-11 14:22:37 +13:00
Sam Hemelryk
d59a7f97dd
Merge branch 'w11_MDL-44451_m25_addonloc' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2014-03-11 14:18:11 +13:00
Eloy Lafuente (stronk7)
46e04019c2
Merge branch '44547-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2014-03-11 00:29:13 +01:00
Sam Hemelryk
ecba21b695
MDL-44547 repository_alfresco: version bump
2014-03-11 12:04:59 +13:00
Sam Hemelryk
e75faa20f6
Merge branch 'MDL-43721-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2014-03-11 08:54:32 +13:00
Dan Poltawski
57ce177561
Merge branch 'MDL-43236_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2014-03-10 12:04:17 +08:00
David Monllao
956050084b
MDL-43236 behat: Backporting new method to ease backporting future scenarios
2014-03-10 11:47:46 +08:00
Niclas Tollstorff
c9d15cee1a
MDL-37733 SCORM: Correct check for force new attempt
2014-03-08 21:23:24 +13:00
Eloy Lafuente (stronk7)
ce3c7668b0
Moodle release 2.5.5
2014-03-07 18:51:43 +01:00
Tim Lock
a2e726382a
MDL-44499: Fix PHP warning in upload_manager class
2014-03-07 14:17:02 +10:30
Krister
03f939565c
MDL-42368 Themes: Anomaly breadcrumb fix
...
Previously the editing button could become unreachable with small window
sizes.
2014-03-07 11:36:56 +08:00
Marina Glancy
60c3f02c14
MDL-42870 completion: show failed activities as incompleted
2014-03-07 10:23:57 +08:00
Marina Glancy
b65f535a47
MDL-44337 glossary: behat test for glossary categories
2014-03-07 10:04:07 +08:00
Marina Glancy
bd48aedd93
MDL-40721 wiki: missing page->set_url() when restoring wiki
2014-03-07 10:02:16 +08:00
Marina Glancy
200cf9a5be
MDL-32699 wiki: only edit capability is required to restore wiki revision
2014-03-07 10:01:58 +08:00
Eloy Lafuente (stronk7)
2616d6343b
weekly release 2.5.4+
2014-03-06 22:17:11 +01:00
Eloy Lafuente (stronk7)
495d15279b
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2014-03-06 22:17:05 +01:00
Andrew Nicols
8b20595603
MDL-44480 Javascript: Correct dialogue ID generation
2014-03-06 17:10:14 +08:00
Damyon Wiese
32c9c2588c
MDL-43721 Assign + groups: Improve performance of assign grading table
...
Add a function to the groups lib to filter a list of users down
to the ones who can see the module. Required because calling
groups_course_module_visible() for a list of users is too slow
and we shouldn't spread group logic outside of grouplib.php.
Using it in the assign grading table reduces DB queries from 6198/1 to 256/3.
This is 12secs down to 2.5secs.
Conflicts:
mod/assign/locallib.php
2014-03-06 15:53:12 +08:00
Damyon Wiese
6a5effb1a0
MDL-43721 Assign: Static cache for plugin is_enabled and is_visible because they get used alot
2014-03-06 15:51:53 +08:00
Yuliya Bozhko
c5d7d20f40
MDL-44140 badges: Prevent non-owners to change visibility of issued badges
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
2014-03-06 14:37:38 +08:00
Dan Poltawski
1c99db293d
Revert "MDL-43852 Filters Fixed naked-OR conditions."
...
While the patch worked as intended, we discovered some other concerns
about use of this setting in testing.
This reverts commit 96315c3478 .
2014-03-06 09:05:56 +08:00
Eloy Lafuente (stronk7)
bf6f9d043d
Merge branch 'MDL-44425-enfix_25' of git://github.com/mudrd8mz/moodle into MOODLE_25_STABLE
2014-03-06 00:37:09 +01:00
Helen Foster
6758339e44
MDL-44425 Merge English strings from the en_fix language pack
2014-03-05 13:38:27 +01:00
Frederic Massart
4c11d263ea
MDL-44345 repository_youtube: Endless loop when reaching last results
2014-03-05 16:59:13 +08:00
Petr Škoda
ecf005f956
MDL-44451 fix plugin_misplaced_exception exception
2014-03-05 16:56:01 +08:00
Dan Poltawski
3ca102e45a
Merge branch 'wip-MDL-44287-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-03-05 14:18:25 +08:00
Damyon Wiese
186b8fed30
Merge branch 'MDL-44370-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2014-03-05 14:04:00 +08:00
Yuliya Bozhko
04d32d24a6
MDL-41585 badges: Add a note that badge recipient is a deleted user
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
Conflicts:
badges/renderer.php
2014-03-05 13:09:18 +08:00
Dan Poltawski
0634e5d581
Merge branch 'MDL-41248_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-03-05 12:40:01 +08:00
Dan Poltawski
12e33d79c0
Merge branch 'wip-MDL-44258-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-03-05 12:28:10 +08:00
Marina Glancy
c726fd0064
MDL-44287 glossary: do not output before redirecting
2014-03-05 11:46:59 +08:00
Marina Glancy
471253efc7
MDL-44287 glossary: fixing warnings when importing as new module
2014-03-05 11:31:36 +08:00
Dan Poltawski
27a3ba41d2
Merge branch 'MDL-43930-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2014-03-05 11:29:25 +08:00
Dan Poltawski
b8cccad323
Merge branch 'MDL-44065-m25' of https://github.com/sammarshallou/moodle into MOODLE_25_STABLE
2014-03-05 10:52:50 +08:00
Damyon Wiese
bdf5c9bd16
Merge branch 'wip-MDL-44074-M25_4' of git://github.com/gjb2048/moodle into MOODLE_25_STABLE
2014-03-05 09:43:30 +08:00
AMOS bot
8147a04777
Automatically generated installer lang files
2014-03-05 00:54:46 +00:00
Frederic Massart
76a19577f9
MDL-44436 accesslib: Tests fail due to strict comparison
2014-03-04 17:32:45 +08:00
Ankit Agarwal
1d6c74a0c8
MDL-44370 calendar: Add support for restoring calendar log rules
2014-03-04 16:17:30 +08:00
Ankit Agarwal
a6b1963349
MDL-44370 calendar: Fix calendar url in reports
2014-03-04 16:17:23 +08:00
Dan Poltawski
1533381d61
Merge branch 'MDL-44278_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-03-04 15:46:24 +08:00
Dan Poltawski
3104f89ec8
Merge branch 'MDL-44436-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-03-04 14:41:31 +08:00
Frederic Massart
890e85767e
MDL-44436 context: Context IDs are forced to be int
...
The method context::insert_context_record() sets the context::$id to
an int, while when we create an instance, the $id is often read from
a DB $record object, and is a string. The ID should always be an int.
2014-03-04 14:25:20 +08:00
Damyon Wiese
94a875bee9
Merge branch 'MDL-43738_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2014-03-04 13:17:46 +08:00
Dan Poltawski
cd0281f97e
Merge branch 'm25_MDL-43852_SWF_Not_Embedded_By_Mediaplugin_Filter' of https://github.com/scara/moodle into MOODLE_25_STABLE
2014-03-04 12:56:15 +08:00
Dan Poltawski
ea8647b39e
MDL-43146 enrol_imsenterprise: missing sesskey protection
2014-03-04 12:26:21 +08:00
Frederic Massart
a71a6de914
MDL-29409 repository_alfresco: Drop support for URL/link
...
The current solution has two major issues. Firstly, it is using the
session key in the file URL, allowing anyone with the link to steal
the identify of the poster. Secondly, the links are not presistent
and become broken as soon as the server is restarted. Let's not
support this any more until a proper solution is found in MDL-26454.
2014-03-04 11:35:02 +08:00
Dan Poltawski
1249c069bb
Merge branch 'MDL-44377_25' of https://github.com/stronk7/moodle into MOODLE_25_STABLE
2014-03-03 15:15:23 +08:00
Marina Glancy
fa07779026
MDL-39990 wiki: more detailed validation of view/edit access
2014-03-03 14:45:25 +08:00
Andrew Davis
3d7810ab3d
MDL-44082 mod_chat: added a security check for users already in the chat activity
2014-03-03 12:16:59 +08:00
Tomasz Muras
7b839b0ec1
MDL-43656 mod_feedback: availablity date logic incorrect
2014-03-03 11:24:30 +08:00
Maria Torres
2978623cda
MDL-43916 - Email addresses incorrectly displayed
...
When capabilities and settings do not allow it.
2014-03-03 10:37:36 +08:00
Dan Poltawski
ed28719f03
Merge branch 'w06_MDL-43344_m25_flow' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2014-03-03 10:07:21 +08:00
Gareth J Barnard
68a5672df8
MDL-44074 theme_bootstrapbase: No 768px-979px & 1200px+ empty blk span calcs.
2014-03-01 08:59:42 +00:00
AMOS bot
2f9b2b81a3
Automatically generated installer lang files
2014-03-01 00:56:06 +00:00
Gordon Bateson
96315c3478
MDL-43852 Filters Fixed naked-OR conditions.
2014-02-28 23:57:31 +01:00
Eloy Lafuente (stronk7)
04904076fe
MDL-44377 dml: enforce non-empty prefix for sqlsrv
...
Only MySQL is allowed to run Moodle instances without
(with an empty) database prefix. The rationale is that
"user" is a reserved word in every RDBMS but MySQL.
Before this patch, installation was breaking badly, when
the "user" CREATE TABLE statement was issued. With this
patch the error is shown earlier (on connection) preventing
any advance/use of the database.
This check is present in all the drivers, just sqlsrv was missing it.
2014-02-28 10:12:43 +01:00
Marina Glancy
067c2025e4
MDL-44258 Behat test for workshop, automate MDLQA-99
2014-02-28 16:31:34 +08:00
Tim Hunt
241634f1ab
MDL-44278 Quiz time overrides: use the same step everywhere.
...
On the main form, you could select to the nearest minute. On
the override form you could only select to the nearest 5 minutes.
2014-02-28 09:01:00 +01:00
Tim Hunt
7d3af76e63
MDL-41248 completion: fix non-translatable text.
...
There were two hard-coded strings. Thanks to Guido Hornig for the suggested fix.
2014-02-28 08:09:39 +01:00
Damyon Wiese
53490ad50d
weekly release 2.5.4+
2014-02-28 10:02:24 +08:00
Damyon Wiese
e6232f35d8
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2014-02-28 10:02:19 +08:00
David Monllao
39ce052c66
MDL-43738 behat: Refactoring the field type guesser
...
The previous behaviour delegates the responsability
of overwriting the 3 public methods to the child
classes, now the field type or moodleform field is
guessed earlier in the execution flow.
Other changes introduced here:
- Fix wrong moodleform detection when there is a form
in the page but the field we are dealing with is
not inside it.
- Some coding style changes.
2014-02-27 18:49:17 +08:00
David Monllao
67a73f7457
MDL-43738 behat: Backport to 2.5
...
Other issues this patch depends on were not
backported to 2.5 so we need to cover it:
- Add hardcoded waits as MDL-42625 was not
integrated
- Add behat_form_field::get_internal_field_id()
- Use document.readyState rather than our
custom JS query (MDL-42625)
2014-02-27 18:06:54 +08:00
David Monllao
c8cd93583d
MDL-43738 behat: Backporting new 2.7 methods to 2.5
...
We encourage backporting new feature files, adding
here also these Moodle 2.7 new step definitions so
future features will be easier to backport as we
would be able to directly cherry-pick them.
2014-02-27 18:06:54 +08:00
David Monllao
b8939c9318
MDL-43738 behat: New step to adapt to radio buttons behaviour
...
Now we interact with radio fields through it's value
or text.
2014-02-27 18:06:53 +08:00
David Monllao
cdbd432616
MDL-43738 behat: Normalization and major refactoring of getters and setters
...
Every single step that sets or gets a value from a field
has been updated to follow the same behaviour both when
using it through a single step or through generic steps
like "I fill the moodle form with:", to resume all the
changes:
- Created a behat_form_group to re-guess the field type
and act appropriately setting and getting it's value
- Normalize all getters and setters to use behat_form_field
children
- Complete behat_form_checkbox to trigger the appropiate JS
event needed to perform some JS scripts that are listening
- Refactor MDL-43713 multi-select changes and remove
the two new steps introduced there as that behaviour can
be managed from the generic getter
2014-02-27 18:06:52 +08:00
David Monllao
6013abc914
MDL-43738 behat: Functional tests for fields management
...
We are cheating with this .feature file as this
is not a behaviour and we are just testing the
framework, but in this case I think that everybody
will agree on the need of doing it, as every browser
behaves differently and minor changes in the getters
and setters can easily end up breaking the behaviours.
All credit goes to Eloy Lafuente (stronk7).
2014-02-27 18:06:11 +08:00
Eloy Lafuente (stronk7)
33fa8e7dba
MDL-43713 behat: improve multi-select support
...
This patch implements:
1) Normalization of options. Before the patch options
in a select were being returned as "op1 op2 op3" by selenium
and "op1 op2 op3" by goutte. With the patch, those lists
are always returned like "op1, op2, op3". If real commas are
needed when handling multiple selects they should
be escaped with backslash in feature files.
2) Support for selecting multiple options. Before the patch
only one option was selected and a new selection was cleaning the
previous one. With the patch it's possible to pass "op1, op2" in
these steps:
- I fill the moodle form with (table)
- I select "OPTION_STRING" from "SELECT_STRING"
3) Ability to match multiple options in this steps. Before the
patch matching of multiple was really random, now every every
passed option ("opt1, opt2") is individually verified. It applies
to these 2 steps:
- the "ELEMENT" select box should contain "OPTIONS"
- the "ELEMENT" select box should not contain "OPTIONS"
4) Two new steps able to verify if a form have some options selected or no:
- the "ELEMENT" select box should contain "OPTIONS" selected
- the "ELEMENT" select box should contain "OPTIONS" not selected
5) Change get_value from xpath search to Mink's getValue() that is immediate
(does not need form submission) and works for all browsers but Safari, that
fails because of the extra ->click() issued.
Note all the changes 1-4 only affect to multi-select fields. Single
selects should continue working 100% the same.
The change 5) causes Safari to fail. The problem has been traced down to
the extra ->click() present there. Anyway there are not test cases
requiring that "immediate" evaluation right now. Only the special feature
file attached verifies it.
2014-02-27 18:06:10 +08:00
Damyon Wiese
28b3ddbdbe
Merge branch 'wip-mdl-44248' of https://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2014-02-27 13:32:22 +08:00
Rajesh Taneja
98c5ac394f
MDL-44248 badges: Added wait after ajax request
...
After ajax give some time to make sure request is complete
else Modal dialog present error will appear and fail behat
2014-02-27 12:52:33 +08:00
David Monllao
a9c0c865dd
MDL-44286 behat: Fixing JS code error
...
PhantomJS console shows a JS error regarding
an undefined Syn var; as explained by Andrew
Nicols this is caused by Syn supported features
checker, the change in moodle-behat-extension
solves this problem.
2014-02-27 11:55:54 +08:00
Dan Poltawski
361604089e
Merge branch 'MDL-43882_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2014-02-25 15:34:03 +08:00
Jerome Mouneyrac
f411652f78
MDL-43266 Testing sites are cleaning all test dataroot contents
2014-02-25 14:49:14 +08:00
David Monllao
8865729c0c
MDL-43882 lib: Adding info about the change in upgrade.txt
2014-02-25 11:27:51 +08:00
Damyon Wiese
a3d2e1c590
MDL-40619 mod_quiz: Remove commented non-js behat scenario
2014-02-25 11:05:57 +08:00
Damyon Wiese
94133c20fa
Merge branch 'wip-MDL-40619-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-02-25 11:05:26 +08:00
Dan Poltawski
c1a7185e62
Merge branch 'MDL-43405_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2014-02-25 10:30:38 +08:00
David Scotson
723fc6fd4a
MDL-44168 html: border=1 on regexdetect table
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-02-24 15:21:32 +08:00
Damyon Wiese
d3ccdf54bd
Merge branch 'MDL-44248_25' of https://github.com/totara/openbadges into MOODLE_25_STABLE
2014-02-24 14:26:29 +08:00
Damyon Wiese
5e200e3215
Merge branch '44279-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2014-02-24 13:39:05 +08:00
Damyon Wiese
d92edc97b5
Merge branch 'MDL-44286_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2014-02-24 13:34:08 +08:00
Michael Aherne
624dd20db1
MDL-44066 caching Don't advertise session mode for MongoDB and memcached
2014-02-24 12:50:17 +08:00
Damyon Wiese
89093f0f07
Merge branch '44217-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2014-02-24 11:14:25 +08:00
Damyon Wiese
931c3f4cfb
Merge branch 'MDL-34319_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2014-02-24 11:10:37 +08:00
Sam Hemelryk
1bd8e824a5
MDL-44217 theme_bootstrapbase: darkend link colour by 5% for accessibility
2014-02-24 16:07:34 +13:00
Damyon Wiese
d36afa9f17
Merge branch 'MDL-41767-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-02-24 10:41:49 +08:00
David Monllao
6a9d169ec8
MDL-43882 dml: New test for perf_get_xxxx() methods
2014-02-21 13:20:16 +08:00
David Monllao
b77b992178
MDL-43882 performance: New metric, time spent by the database
...
This patch adds a new performance metric to the performance
info shown by MDL_PERF* vars, the time spent by the database,
it was one of the wonderful @poltawski ideas. To be more specific
the value displayed is the sum of the time elapsed between query_start()
and query_end().
2014-02-21 13:20:16 +08:00
David Monllao
b4d3073b1c
MDL-44286 behat: Updating to our custom Syn library
2014-02-21 10:18:46 +08:00
AMOS bot
b34752a198
Automatically generated installer lang files
2014-02-21 00:45:32 +00:00
Sam Hemelryk
987a9359ac
MDL-42279 user: fixed typo in user_get_user_details_courses
2014-02-21 08:34:39 +13:00
Sam Hemelryk
ad16262bc5
MDL-44279 user: added unit test to trigger known bug
2014-02-21 08:34:39 +13:00
Eloy Lafuente (stronk7)
7d415929ec
weekly release 2.5.4+
2014-02-20 12:43:22 +01:00
Eloy Lafuente (stronk7)
6e21938526
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2014-02-20 12:43:17 +01:00
Damyon Wiese
cfbc6b93db
MDL-43930 assign: Do not log when user is logged in as someone else.
...
I do not agree with this behaviour - but this makes it consistent with other modules.
Conflicts:
mod/assign/locallib.php
2014-02-20 12:35:06 +08:00
Damyon Wiese
4131d08b74
Merge branch 'MDL-44118_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-02-19 09:20:36 +08:00
Dan Poltawski
4aceac6294
Merge branch 'MDL-43182_25' of git://github.com/mr-russ/moodle into MOODLE_25_STABLE
2014-02-19 09:16:51 +08:00
Eloy Lafuente (stronk7)
cb7bdd7dd3
MDL-43265 question: incorrect closing parenthesis
2014-02-19 00:11:47 +01:00
Eloy Lafuente (stronk7)
cb3385aefa
Merge branch 'MDL-43265_25' of https://github.com/jacks92/moodle into MOODLE_25_STABLE
2014-02-18 23:56:23 +01:00
Eloy Lafuente (stronk7)
2864423334
Merge branch 'MDL-43337-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-02-18 23:25:44 +01:00
Tim Hunt
777017e784
MDL-44118 new environment check are all quiz attempts upgraded.
...
In Moodle 2.1, there was a major DB upgrade relating to questions, and
it was possible to delay some of that upgrade. Now, those DB tables are
changing again, and the time has come to insist that all the updata has
been upgraded (or deleted).
2014-02-18 12:03:13 +00:00
Dan Poltawski
71ca9c1d48
Merge branch 'm25_MDL-43541' of git://github.com/danmarsden/moodle into MOODLE_25_STABLE
2014-02-18 14:14:02 +08:00
Damyon Wiese
ead7a51e42
Merge branch 'MDL-41646_25' of git://github.com/apsdehal/moodle into MOODLE_25_STABLE
2014-02-18 12:42:31 +08:00
Eloy Lafuente (stronk7)
42651ea3f1
Merge branch '43822-25-fixonly' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2014-02-18 02:12:30 +01:00
Yuliya Bozhko
e0b5717b80
MDL-44248 badges: Fix download badge button on badge page
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
2014-02-18 09:56:41 +13:00
sam marshall
6de5b2108f
MDL-44065 Course: _add_instance exception leads to inconsistent db
...
If an exception occurs during a module's _add_instance function, this
results in a course_modules entry with instance=0. The system already
handled returning false to this function, but did not handle
exceptions.
2014-02-17 10:54:31 +00:00
Dan Marsden
2a26bd6dde
MDL-43541 SCORM: set first launchable sco correctly.
2014-02-17 19:58:36 +13:00
Damyon Wiese
2c3e6e3d16
Merge branch 'MDL-43504-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2014-02-17 14:24:52 +08:00
Marina Glancy
94424caa27
MDL-40619 behat: test for creating a one-question quiz
2014-02-17 14:20:24 +08:00
Dan Poltawski
13628d19a8
Merge branch 'MDL-42618_25' of git://github.com/SWiT/moodle into MOODLE_25_STABLE
2014-02-17 12:14:21 +08:00
Dan Poltawski
392c600873
Merge branch 'MDL-27414_25' of git://github.com/jmvedrine/moodle into MOODLE_25_STABLE
2014-02-17 12:06:46 +08:00
Damyon Wiese
dd8cfb18cb
Merge branch 'MDL-42902-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2014-02-17 11:40:50 +08:00
Andrew Nicols
51b833de3e
MDL-43504 Course: Include the course/category collapse JS correctly
...
This was previously only included when there were hidden categories to show
which were not yet visible. As a result, if all categories were visible,
then the JS was not included.
2014-02-17 11:40:48 +08:00
Andrew Nicols
5b7fbdb938
MDL-43504 Javascript: Frontpage collapsing should not depend on enableajax
...
This is an oversight, but we should not depend on the enableajax setting
which we're trying to deprecate.
2014-02-17 11:40:48 +08:00
Dan Poltawski
a392332a28
Merge branch 'MDL-42033_25' of git://github.com/jmvedrine/moodle into MOODLE_25_STABLE
2014-02-17 10:32:37 +08:00
Damyon Wiese
6b7f27698c
Merge branch 'MDL-44018_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-02-17 09:25:21 +08:00
fabmen
68ca11f96a
MDL-43405 auth_ldap: Fixed issue with undefined variable: ldap_cookie
2014-02-16 14:23:11 -08:00
fabmen
058bb7cd33
MDL-34319 auth_cas: Fixed issue with undefined variable: ldapconnection
2014-02-16 14:20:36 -08:00
Sam Hemelryk
9ef6537e4c
Merge branch 'MDL-44037_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2014-02-17 10:16:36 +13:00
Sam Hemelryk
0c51cfefb7
Merge branch 'MDL-42404_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2014-02-17 10:15:39 +13:00
Sam Hemelryk
077aa1b431
Merge branch 'MDL-44142-25' of git://github.com/mrverrall/moodle into MOODLE_25_STABLE
2014-02-17 09:16:36 +13:00
Sam Hemelryk
a2b2fa9b3f
Merge branch 'MDL-44079-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
...
Conflicts:
lib/yui/build/moodle-core-notification/moodle-core-notification-min.js
2014-02-17 08:48:52 +13:00
Sam Hemelryk
fc46d5b93f
MDL-43822 theme_bootstrapbase: blocks less tidied and reorganised
...
Thanks Gareth for the peer-review.
2014-02-17 08:17:21 +13:00
Jean-Michel Vedrine
bc55fbe372
MDL-42033 Files in subdirs not exported correctly by question XML format
2014-02-16 19:50:50 +01:00
Simon Coggins
821746c2c0
MDL-43049 accesslib: Fix typo in memory optimization code
2014-02-16 20:15:40 +11:00
AMOS bot
bfb1d60e15
Automatically generated installer lang files
2014-02-15 00:43:53 +00:00
Jean-Michel Vedrine
ee34440ae4
MDL-27414 Upgrade the randomsamatch qtype to the new question engine
...
Added XML import/export
Different randomsamatch qtypes in the same quiz can now pick the same
shortanswer question.
Images are not preserved if shortanswer question is deleted after being
used in a randomsamatch attempt.
2014-02-14 16:56:47 +01:00
Paul Verrall
3f6d43dc32
MDL-44142 Cohorts: Use maxusersperpage for list of current users.
2014-02-13 16:19:59 +00:00
Eloy Lafuente (stronk7)
c8d383fdcd
weekly release 2.5.4+
2014-02-13 15:29:58 +01:00
Eloy Lafuente (stronk7)
ac58bd76b8
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2014-02-13 15:29:53 +01:00
Jayesh Anandani
83578abe1d
MDL-43265 Fix question name text to 255 chars
2014-02-13 17:02:59 +05:30
David Monllao
2e1b3ff470
MDL-44037 behat: New feature -> publishing rubric templates
...
This patch automates MDLQA-1186; rubrics can be
shared as templates.
2014-02-13 17:01:27 +08:00
David Monllao
9f0a128b2b
MDL-42404 behat: Covering MDL-39710 with behat features
...
I've contributed to a large an ugly scenario
in favour of performance as separating it in another
scenario or feature would add 3 or 4 minutes to the suite.
2014-02-13 16:20:41 +08:00
David Monllao
f4d445755a
MDL-42404 behat: Adding feature to test reusing user's rubrics
...
Automates MDLQA-1187, teachers can reuse their
rubrics in other activity.
2014-02-13 16:20:41 +08:00
David Monllao
6c40937443
MDL-42404 behat: Adding rubrics step definitions
2014-02-13 16:20:41 +08:00
David Monllao
98ce4582f7
MDL-42404 behat: Adding edit rubrics feature
...
Automates the following MDLQA-1185, MDLQA-1188
and MDLQA-1427. All of them related with the
expected outcomes after editing rubrics definitions
that were already used to grade students.
2014-02-13 16:20:41 +08:00
David Monllao
68153c52ad
MDL-42404 behat: Adding yui-dialog to dialogue selector
2014-02-13 16:20:41 +08:00
Frederic Massart
8d9528a0b1
MDL-43337 enrol: More tests for get_enrolled_users_with_capability
2014-02-13 12:07:19 +08:00
Frederic Massart
8c12248e77
MDL-43337 enrol: Missing break in get_enrolled_users WS
2014-02-13 12:07:19 +08:00
apsdehal
b506b1af20
MDL-43337 WebService: Missing break statement added
...
In function get_enrolled_users_with_capability
2014-02-13 12:07:19 +08:00
Sam Hemelryk
96dabdf68d
Merge branch 'int25_MDL-43200' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2014-02-13 08:25:47 +13:00
Petr Škoda
a23b04e522
MDL-43200 fix enrol_manual externallib tests
2014-02-12 16:03:18 +08:00
Andrew Nicols
19421b8bdb
MDL-43941 Behat: Section visibility tests should not check if activities are visible
...
It should be possible for activities to be visible even when the section
they are in is hidden.
However, when a section is hidden, all activities in that section are also
then initially hidden. Therefore, this commit splits out the hidden test to
a new test so that the initial state of activities after hiding can still
be tested.
2014-02-12 12:24:05 +08:00
David Mudrák
ae5a3f287c
MDL-42711/MDL-42902 Fix the broken links in RSS feed block
...
If the <description> of the feed contains URLs longer than 30 characters, the
URL is split because of the break_up_long_words(). When combined with the
filter that converts URLs to links, this produces broken links.
The proper solution would be to improve break_up_long_words() so that it does
not modifies URLs at all. As a temporary solution for our purpose now is to
call format_text() prior to break_up_long_words() as it will not modify the
inner content of the <a> tag.
This should be fixed upstream. See also discussion at
https://moodle.org/mod/forum/discuss.php?d=34947
2014-02-12 09:02:23 +08:00
Sam Hemelryk
be1ae343ea
Merge branch 'MDL-41644_25' of git://github.com/apsdehal/moodle into MOODLE_25_STABLE
2014-02-12 09:24:08 +13:00
Marina Glancy
72c9dda9fd
Merge branch '28567-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2014-02-11 14:43:22 +08:00
Marina Glancy
aff0144914
MDL-42505 whitespace correction
2014-02-11 14:36:58 +08:00
Michael Milette
2a8b9a0bfb
MDL-42505 - Feedback plugin: Inappropriate use of fieldset tags around form and cancel button
...
Changes:
* Removed the fieldset HTML tags around the Cancel button at the bottom of the form.
* Removed the fieldset HTML tags around the whole form.
* Added missing fieldset tags around groups of radio buttons and checkboxes.
* Removed unordered list wrapping dropdown lists.
* Removed duplicate label for dropdown lists.
Modified Files:
* mod/feedback/complete.php
* mod/feedback/complete_guest.php
* mod/feedback/item/multichoice/lib.php
* mod/feedback/item/multichoicerated/lib.php
Signed-off-by: Michael Milette <michael.milette@instruxmedia.com >
2014-02-11 14:15:24 +08:00
Andrew Nicols
d5080b821b
MDL-44079 Javascript: Closing a tooltip should pass event details
2014-02-11 12:30:21 +08:00
Andrew Nicols
afe32a1fe5
MDL-44079 Javascript: Check whether a dialogue is focused before closing
2014-02-11 12:30:07 +08:00
Sam Hemelryk
e91a87511b
Merge branch 'MDL-43941-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2014-02-11 14:10:55 +13:00
AMOS bot
b46eba8d14
Automatically generated installer lang files
2014-02-11 00:42:13 +00:00
Andrew Nicols
72d4172c61
MDL-43994 Blocks: Hide the move icon when blocks are docked on Afterburner too
2014-02-11 00:10:56 +01:00
Sam Hemelryk
04324e81e2
Merge branch 'MDL-43929_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-02-11 08:27:40 +13:00
Sam Hemelryk
ccf9c3300e
MDL-43977 theme_bootstrapbase: small fix to make custom menu work with JS disabled
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-02-10 18:18:44 +08:00
Tim Hunt
78270bd900
MDL-43929 question manual grading: keep comment when validation fails.
...
If the validation failed, so the manual grading page was re-displayed
with a validation error, then any comment that had just been typed in
was getting lost. This fixes that.
2014-02-10 07:38:38 +00:00
Sam Hemelryk
f7dea8ae75
Merge branch 'wip_25_mdl-32724' of https://github.com/iarenaza/moodle into MOODLE_25_STABLE
2014-02-10 15:26:18 +13:00
Sam Hemelryk
36803e0f78
Merge branch 'MDL-43774_25' of https://github.com/totara/openbadges into MOODLE_25_STABLE
2014-02-10 15:20:20 +13:00
Sam Hemelryk
d42f989c81
Merge branch 'MDL-40938-25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
2014-02-10 14:16:17 +13:00
apsdehal
1f45af2437
MDL-43200 WebServices: Reset Instance variable
2014-02-10 14:13:19 +13:00
Sam Hemelryk
d97c8c30ea
Merge branch 'MDL-42882-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2014-02-10 13:13:00 +13:00
Sam Hemelryk
387883a928
MDL-44056 question: added new default property to unit tests
2014-02-10 12:56:56 +13:00
Sam Hemelryk
074b8b2989
Merge branch 'MDL-44056_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-02-10 11:30:16 +13:00
Sam Hemelryk
3c1bba2b11
Merge branch 'MDL-43838_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2014-02-10 11:27:07 +13:00
Sam Hemelryk
a29f1f9629
Merge branch 'MDL-43992-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2014-02-10 09:40:17 +13:00
Sam Hemelryk
d16cd0840d
MDL-44020 core: version bump for service change
2014-02-10 09:37:25 +13:00
Sam Hemelryk
579319888c
Merge branch 'MDL-44020-STABLE-25' of git://github.com/jleyva/moodle into MOODLE_25_STABLE
2014-02-10 09:31:01 +13:00
Sam Hemelryk
1ffb89f9b8
Merge branch 'MDL-44046_m25' of https://github.com/merrill-oakland/moodle into MOODLE_25_STABLE
2014-02-10 09:28:14 +13:00
Sam Hemelryk
5afb7fd120
Merge branch 'MDL-43978_25' of https://github.com/totara/openbadges into MOODLE_25_STABLE
2014-02-10 09:23:56 +13:00
Sam Hemelryk
966bb0f45a
Merge branch 'MDL-43994-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2014-02-10 09:06:35 +13:00
Sam Hemelryk
202e947ffc
Merge branch 'MDL-44029-quiz-group-delete-handler-bug_25_STABLE' of https://github.com/mpetrowi/moodle into MOODLE_25_STABLE
2014-02-10 08:44:50 +13:00
Sam Hemelryk
1397e103ba
Merge branch 'MDL-43946_m25' of https://github.com/merrill-oakland/moodle into MOODLE_25_STABLE
2014-02-10 08:42:59 +13:00
Sam Hemelryk
00b099a6c7
MLD-28567 calendar: improved course filter process
2014-02-10 08:31:39 +13:00
Tim Hunt
b0e225ba47
MDL-44056 questions: restore essay attempts from 2.0 notice.
2014-02-09 17:56:28 +00:00
AMOS bot
242cf47123
Automatically generated installer lang files
2014-02-09 00:42:15 +00:00
Mary Evans
67ad915c00
MDL-40938 theme_bootstrapbase: Fix for text fields in login block.
2014-02-08 02:40:42 +00:00
Tim Hunt
add46ba2eb
MDL-44018 quesiton variant was not backed up or restored.
2014-02-07 21:55:29 +00:00
Eric Merrill
a48ab57f89
MDL-44046 gradebook Reduce duplicates returned during sortorder fixing.
2014-02-07 09:30:53 -05:00
Juan Leyva
809a70be6b
MDL-44020 Add core_calendar_get_calendar_events function to the Moodle Mobile service
2014-02-07 11:27:31 +01:00
Andrew Nicols
b5c5cb4390
MDL-43994 Blocks: Hide the move icon when blocks are docked
2014-02-07 17:47:10 +08:00
Andrew Nicols
b65613e439
MDL-43992 Javascript: Remove <return> key listener for confirmation
...
The listener was previously confirming, even when the cancel or 'No'
buttons were selected. However, having the default action as 'Confirm'
seems dangerous in this situation, so removing this option entirely.
2014-02-07 16:35:50 +08:00
Petr Skoda
9f2967e301
MDL-43344 upgrade to latest Flowplayer
2014-02-07 13:11:33 +08:00
Sam Hemelryk
4c56e8210c
weekly release 2.5.4+
2014-02-07 11:46:06 +13:00
Yuliya Bozhko
0fc6693dd1
MDL-43978 badges: Fix lang string
2014-02-07 09:10:09 +13:00
Matt Petro
b095ee9f3a
MDL-44029 mod_quiz: Fixing group deleted handler so it does not remove user overrides.
2014-02-06 14:11:36 -05:00
Eric Merrill
68f1f6eeb7
MDL-43946 gradebook upgrade Improve SQL to find duplicate sortorders.
2014-02-05 14:01:40 -05:00
Marina Glancy
d977433b7a
Merge branch 'MDL-42339_m25' of git://github.com/rwijaya/moodle into MOODLE_25_STABLE
2014-02-05 15:58:42 +08:00
Rossiani Wijaya
d5e77b4e12
MDL-42339 - removed double formatting for set_title() and set_heading()
2014-02-05 15:28:01 +08:00
Dan Poltawski
e7c932da99
MDL-42882 upgrade: Improvements to upgrade code
...
Suggested by Petr:
* Don't rely on single user for upgrade
* Make the pathnamehash generation a bit clearer (and add
a test to verify its correctly formed).
2014-02-05 14:40:51 +08:00
Yuliya Bozhko
3d46592c8b
MDL-43774 badges: Stop overriding default course navigation
2014-02-05 10:48:40 +13:00
Yuliya Bozhko
666ab4becb
MDL-43978 badges: Display error message to guest users viewing "My Badges" page
2014-02-05 10:00:50 +13:00
Iñaki Arenaza
5448b6b94f
MDL-32724: LDAP Auth function user_update() returns true even if update has failed
2014-02-04 19:26:14 +01:00
Eloy Lafuente (stronk7)
06a25d72fa
Merge branch 'wip-MDL-41384-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-02-04 10:41:10 +01:00
apsdehal
14dcbc3622
MDL-41644 Backup: Update CSS class .notifywarning with .notifyproblem
2014-02-04 09:45:16 +05:30
Andrew Nicols
6a87e32c28
MDL-43941 Course: Allow AJAX show/hide of activities in hidden and orphaned sections
2014-02-04 10:58:22 +08:00
Sam Hemelryk
ab34537ca4
Merge branch 'MDL-43369-25' of git://github.com/jamiepratt/moodle into MOODLE_25_STABLE
2014-02-04 15:23:57 +13:00
Oleg Sychev
64ab5badbf
MDL-42456: add Mercurial vcs support to plugin_external_source
2014-02-04 13:13:03 +13:00
Sam Hemelryk
06ce535d9c
Merge branch 'MDL-43885-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2014-02-04 12:38:25 +13:00
Eloy Lafuente (stronk7)
ae9a8e772a
Merge branch 'wip-MDL-43821-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-02-04 00:12:18 +01:00
Eloy Lafuente (stronk7)
85f47a3ebd
Merge branch 'wip-MDL-43828-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-02-03 23:58:22 +01:00
Sam Hemelryk
8aaf8591f1
Merge branch 'MDL-43892_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-02-04 10:57:32 +13:00
Sam Hemelryk
23ca363633
Merge branch 'wip-MDL-33920-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-02-04 10:47:04 +13:00
Gordon Bateson
d084d17c0e
MDL-40410 remove ampersands required for PHP strict standards lib/tablelib.php
2014-02-04 10:06:34 +13:00
Sam Hemelryk
881b8443ce
Merge branch 'MDL-43884-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2014-02-04 09:11:36 +13:00
Sam Hemelryk
5461c61f02
Merge branch 'wip-MDL-39942-MOODLE_25_STABLE' of https://github.com/kwiliarty/moodle into MOODLE_25_STABLE
2014-02-04 08:29:09 +13:00
Eloy Lafuente (stronk7)
ba971d4cca
Merge branch 'm25_MDL-37714' of git://github.com/greg-or/moodle into MOODLE_25_STABLE
2014-02-03 17:58:49 +01:00
Marina Glancy
ccb30e1f7b
Merge branch 'MDL-41647_25' of git://github.com/apsdehal/moodle into MOODLE_25_STABLE
2014-02-03 17:35:17 +08:00
Dan Poltawski
ec62826d8d
MDL-42882 upgrade: improved SQL query
...
Kudos to Tim Hunt who came up with this, on mysql with 4 milion
records (and a fast SSD) the performance difference is:
Original: 36.83 sec
New query: 8.63 sec
2014-02-03 17:30:40 +08:00
Dan Poltawski
7ea6574332
MDL-42882 upgrade: unit tests for root folders upgrade
...
Just verifying the original behaviour
2014-02-03 17:30:39 +08:00
David Monllao
3a362028d8
MDL-43838 behat: Clean theme compatibility with small and medium screen sizes
2014-02-03 17:11:28 +08:00
Marina Glancy
1038bbb275
Merge branch 'MDL-43805-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2014-02-03 16:10:17 +08:00
Marina Glancy
8c3470e3ce
Merge branch 'MDL-43440-25' of git://github.com/mr-russ/moodle into MOODLE_25_STABLE
2014-02-03 13:52:11 +08:00
apsdehal
416751f3c2
MDL-41646 Wiki: Removed unnecessary wiki_info class
2014-02-02 15:51:06 +05:30
apsdehal
72438fb70e
MDL-41647 WebServices: Changed notification CSS class
2014-02-02 15:22:00 +05:30
Marina Glancy
992da86444
MDL-43828 forum: allow to select single available group when posting
2014-01-31 17:01:09 +08:00
Marina Glancy
8eb0c4d400
MDL-43821 completion: fix bug in section completion progress
...
Thanks to Shane Dye for the provided patch
2014-01-31 17:00:56 +08:00
Marina Glancy
c8ced7721a
MDL-41384 course: do not show debugging message if $COURSE contains format options
...
before showing debugging message make sure that field exists in database and not only in the object
2014-01-31 17:00:45 +08:00
Marina Glancy
570352c735
MDL-41384 upgrade: make sure to re-read $SITE from DB when course table is altered
2014-01-31 17:00:45 +08:00
Marina Glancy
bc9f8dc94e
MDL-33920 filepicker: hide 'save as' field when not applicable
2014-01-31 16:48:37 +08:00
Marina Glancy
a7cae2648d
weekly release 2.5.4+
2014-01-31 14:11:16 +08:00
Marina Glancy
c2a4d082a6
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2014-01-31 14:11:15 +08:00
Gregory Faller
d291a6fddd
MDL-37714: Correctly identify frequently used comments during restore
2014-01-31 10:21:49 +10:30
Damyon Wiese
a502377bac
MDL-43805 assign: Behat test for quickgrading bug
2014-01-29 20:42:21 +08:00
Damyon Wiese
b1e2f79ff6
MDL-43805 assign: Quickgrading wipes out grades for hidden columns.
...
Grr.. quickgrading will always be a hack.
Conflicts:
mod/assign/locallib.php
2014-01-29 20:42:16 +08:00
Andrew Nicols
2f2ccf4b81
MDL-43885 Javascript: Make the [X] button work like 'No' in relevant dialogues
...
The [X] button on the dialogue is another form of the 'No' button and
should behave as such. In some dialogues this matters more than others
because the dialogue is destroyed.
2014-01-29 11:20:31 +08:00
Tim Hunt
6062fc2a50
MDL-43892 dbtransfer: Fix missing string.
2014-01-28 15:57:10 +00:00
Ankit Agarwal
d1458fc374
MDL-43884 database: Fix get_tables() api for external stores
2014-01-28 16:50:00 +08:00
Kevin Wiliarty
5fe7d182d8
MDL-39942: invite only users who can post to discuss
2014-01-27 22:40:26 -05:00
Eloy Lafuente (stronk7)
23cf5d3da2
Merge branch 'm25_MDL-43797' of https://github.com/totara/moodle into MOODLE_25_STABLE
2014-01-28 00:44:49 +01:00
David Curry
64e6f2348e
MDL-43797 lib/db/upgrade.php: Optimise sql for my_pages deletion
...
Change-Id: I329ef400cf2e3da80450460901e28061b42b0fd4
2014-01-28 12:32:28 +13:00
Sam Hemelryk
9b14c62e98
Merge branch 'MDL-43246_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-01-28 12:16:23 +13:00
Eloy Lafuente (stronk7)
68fe9b045c
Merge branch '43688-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-28 00:01:26 +01:00
Eloy Lafuente (stronk7)
2ee4c99575
Merge branch 'MDL-43874_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-01-27 23:53:40 +01:00
David Curry
0be6396993
MDL-43797 lib/db/upgrade.php: Remove custom pages for deleted users
...
Change-Id: I51f7d11abdf559944e18891703611dbd729cde64
2014-01-28 11:13:21 +13:00
David Curry
daea5bfeca
MDL-43797 lib/moodlelib.php: Remove custom homepages on user deletion
...
Change-Id: Ic4cd220cb7a6694dc56625ded649cf5172e899a7
2014-01-28 11:07:38 +13:00
Eloy Lafuente (stronk7)
e3870e29d8
Merge branch 'MDL-43757_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2014-01-27 21:11:23 +01:00
Eloy Lafuente (stronk7)
238e8a94f8
Merge branch 'wip-mdl-43766-m25' of https://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2014-01-27 19:20:52 +01:00
Eloy Lafuente (stronk7)
7e84ef177d
Merge branch 'MDL-43773-MOODLE_25_STABLE' of https://github.com/lucisgit/moodle into MOODLE_25_STABLE
2014-01-27 17:23:32 +01:00
Eloy Lafuente (stronk7)
333751af3a
Merge branch 'MDL-43581_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-01-27 17:04:47 +01:00
Tim Hunt
16fcc8807b
MDL-43874 quiz, teacher comments should respect display options.
...
Whether the comments on manually graded questions were visible to
students should have been controlled by the 'Specific feedback' Review
option in the quiz settings. However, the quiz was not setting
$displayoptions->manualcomment, so it did not work.
2014-01-27 12:26:52 +00:00
Eloy Lafuente (stronk7)
f6590d5dd3
Merge branch 'wip-MDL-43800-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-01-27 12:02:51 +01:00
Tim Hunt
bcd1fba672
MDL-43581 additionalhtmlfooter should be added to every page
...
Not just pages with a visible footer.
2014-01-27 10:26:08 +00:00
Eloy Lafuente (stronk7)
e373f3bd04
Merge branch 'MDL-43809_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-01-27 11:00:47 +01:00
AMOS bot
203d95dcbe
Automatically generated installer lang files
2014-01-27 00:42:37 +00:00
Mark Nielsen
dbabf975c5
MDL-43734: Prevent purging of all user session cache
2014-01-27 00:29:38 +01:00
Sam Hemelryk
6536f04a5e
Merge branch 'w04_MDL-43746_m25_courselogin' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2014-01-27 11:32:20 +13:00
Tony Butler
dcab3e1a26
MDL-43773 mod_choice: Swap order of name column headings in text export
2014-01-24 11:21:09 +00:00
David Monllao
fa6a33af90
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:19:31 +08:00
David Monllao
e456f9d65d
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:14:43 +08:00
Petr Skoda
5dd9d46895
MDL-43746 fix require_course_login regression caused by MDL-25981
2014-01-24 13:52:25 +08:00
Russell Smith
03efa67f50
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.
2014-01-24 11:54:04 +11:00
Jason Fowler
2799d319e2
MDL-40786 User profile: Fixing narrow screen RTL collapse
2014-01-24 08:40:37 +08:00
Nadav Kavalerchik
7c683e50a3
MDL-40786 User Profile: Right align profile fields in RTL mode (theme/bootstrapbase, theme/clean)
2014-01-24 08:40:29 +08:00
Sam Hemelryk
ce6dd3e690
MDL-43688 dndupload: fixed positioning across themes
2014-01-24 09:52:28 +13:00
Tim Hunt
a541c63bb0
MDL-43809 qformat_xml messes up $s in multianswer questions.
2014-01-23 15:20:34 +00:00
Tim Hunt
6bce418d28
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:20:15 +00:00
Tim Hunt
9378b7b48f
MDL-43246 some question data mapper unit tests
...
With fixes for the issues unearthed by these tests.
2014-01-23 15:20:15 +00:00
Tim Hunt
99c639061e
MDL-43246 give unit tests class a better name.
2014-01-23 15:20:14 +00:00
Eloy Lafuente (stronk7)
953239d6b5
weekly release 2.5.4+
2014-01-23 12:38:34 +01:00
Eloy Lafuente (stronk7)
cd3c9e492b
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2014-01-23 12:38:29 +01:00
Marina Glancy
10dd9c3ddf
MDL-43800 course: groupings are sorted alphabetically
2014-01-23 09:54:18 +08:00
AMOS bot
9e896a0fe1
Automatically generated installer lang files
2014-01-22 00:55:30 +00:00
Dan Poltawski
5ac8f08a2d
Merge branch 'MDL-41506-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-21 23:29:29 +08:00
Damyon Wiese
5c66818d77
Merge branch 'MDL-42104_m25' of git://github.com/rwijaya/moodle into MOODLE_25_STABLE
2014-01-21 16:40:43 +08:00
Frederic Massart
ff87018312
MDL-41506 theme_bootstrapbase: Implement highlight class
2014-01-21 09:04:08 +01:00
Dan Poltawski
5f69d9c594
Merge branch 'mdl34020-moodle25' of https://github.com/tlock/moodle into MOODLE_25_STABLE
2014-01-21 15:21:20 +08:00
Dan Poltawski
4bdaa6a78d
Merge branch '43714-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2014-01-21 14:49:29 +08:00
Damyon Wiese
9102d4ef4e
Merge branch 'MDL-43725-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2014-01-21 13:48:48 +08:00
Dan Poltawski
7bf3f870f5
Merge branch 'MDL-43693-MOODLE_25_STABLE' of https://github.com/lucisgit/moodle into MOODLE_25_STABLE
2014-01-21 11:21:56 +08:00
Damyon Wiese
021aa8c16c
Merge branch 'MDL-41688-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-21 09:43:17 +08:00
Eloy Lafuente (stronk7)
38dc2cc5bd
Merge branch 'MDL-43401-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-01-21 01:47:00 +01:00
Eloy Lafuente (stronk7)
1075da56e2
Merge branch 'MDL-43480_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2014-01-21 01:44:56 +01:00
Eloy Lafuente (stronk7)
3dfaeb413b
Merge branch 'MDL-41693-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-01-21 01:14:01 +01:00
Eloy Lafuente (stronk7)
3dfb63df12
Merge branch 'MDL-39684-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-21 00:21:58 +01:00
Eloy Lafuente (stronk7)
9a0d6896d0
Merge branch 'MDL-40533-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-01-21 00:17:48 +01:00
Eloy Lafuente (stronk7)
db8c137e35
Merge branch 'MDL-41362-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-21 00:03:03 +01:00
Eloy Lafuente (stronk7)
2ad45eaf53
Merge branch 'MDL-41484-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-20 23:43:05 +01:00
Frederic Massart
815d252a39
MDL-41688 gradebook: Improved grading layout on bootstrapbase themes
2014-01-20 16:41:11 +01:00
Frederic Massart
90cddc9e6e
MDL-41767 themes: Support for parent-specific sheets in plugins
2014-01-20 13:31:13 +01:00
Tony Butler
2e7b157bb8
MDL-43632 mod_feedback: Use SSL for reCAPTCHA API request if Moodle is using it
2014-01-20 17:13:57 +08:00
Rajesh Taneja
079fcddc29
MDL-43766 reports: Fixed wrong string variable
2014-01-20 16:48:05 +08:00
Dan Poltawski
785e7d36a7
Merge branch 'wip-MDL-41062-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2014-01-20 15:29:23 +08:00
Dan Poltawski
d85aad0a18
Merge branch '42682-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-20 15:26:43 +08:00
Dan Poltawski
1b87b7232e
Merge branch 'MDL-43690_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-01-20 14:24:41 +08:00
Michael Aherne
386cd5a24c
MDL-42495 lesson Prevent coding error for invalid user
2014-01-20 13:22:14 +08:00
Dan Poltawski
be34306a60
Merge branch 'MDL-42980_m25' of git://github.com/rwijaya/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-20 12:56:23 +08:00
Marina Glancy
5d01385163
MDL-41062 gradebook: corrections to grade_item upgrade script, more tests
2014-01-20 12:24:51 +08:00
Damyon Wiese
f93f62ae7b
Merge branch 'MDL-39683-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-20 11:05:21 +08:00
Damyon Wiese
1687d46223
Merge branch '43675-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2014-01-20 10:58:14 +08:00
Dan Poltawski
4abee6b225
Merge branch 'MDL-43671_message_25' of https://github.com/andyjdavis/moodle into MOODLE_25_STABLE
2014-01-20 10:53:51 +08:00
Dan Poltawski
44e7dfe7a0
Merge branch 'MDL-40139-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-01-20 10:33:39 +08:00
Ankit Agarwal
9702075c4d
MDL-43725 report_loglive: Fixing undefined variable error
...
AMOS BEGIN
CPY [page,report_log],[page,report_loglive]
AMOS END
2014-01-20 10:24:57 +08:00
Damyon Wiese
0be26df8b1
Merge branch 'MDL-43733_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-01-20 10:15:24 +08:00
Andrew Davis
71c3354bed
MDL-43671 message: removed an overly cautious check
2014-01-20 10:06:34 +08:00
Dan Poltawski
c0486e9b91
Merge branch 'wip-mdl-43306-m25' of git://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2014-01-20 09:45:48 +08:00
Dan Poltawski
a0147ffa28
Merge branch 'MDL-40752-25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-20 09:26:22 +08:00
AMOS bot
5622004442
Automatically generated installer lang files
2014-01-20 00:41:23 +00:00
AMOS bot
8047250587
Automatically generated installer lang files
2014-01-19 00:41:57 +00:00
Tim Hunt
f2f129828c
MDL-43733 use any auto-saved responses when questions are finished.
...
Before this, autosave was only working to save data when a student went
back in to continue an attempt. If the student, having crashed out,
never went back in and continued the attempt, their auto-saved responses
were not used when the attempt was automatically finished. That was a
rather bad oversight, which should now be fixed.
2014-01-17 17:17:52 +00:00
Tim Hunt
5da73345fd
MDL-43690 quiz_question_tostring missing s().
...
This meant that the edit quiz page sometimes had invalid HTML.
2014-01-17 10:46:56 +00:00
Dan Poltawski
4468527db9
MDL-41062 gradebook: remove sortorder duplicates
...
* Upgrade function to remove duplicates from the grade item duplicates
column. Duplicates were causing sorting to fail in some cases.
* Add some unit tests which simulate sort order duplicate data and
verify that they have been removed.
2014-01-17 17:34:50 +08:00
rwijaya
419cb8e5e9
MDL-42104: trap tab focus within dialog modal,
...
in filepicker and filemanager
2014-01-17 16:53:22 +08:00
rwijaya
ec05636a3c
MDL-42980 clean theme: fixed add/cancel buttons position for safari on iPhone with ios7.
2014-01-17 15:58:49 +08:00
David Monllao
54ecdf3f24
MDL-43480 behat: Adding @_file_upload and @_alert tags
...
Keeping the previous @_only_local and @_alerts as
this is a stable branch.
2014-01-17 10:42:57 +08:00
David Monllao
00695acc5b
MDL-43480 behat: Removing @_only_local tags from steps where it is not necessary
2014-01-17 10:42:56 +08:00
AMOS bot
553746bbff
Automatically generated installer lang files
2014-01-17 00:48:08 +00:00
Sam Hemelryk
70c46470fe
MDL-43714 blocks: fixed notice when moving to an empty region
2014-01-17 10:46:47 +13:00
Sam Hemelryk
ff0205018e
MDL-43675 navigation: courses branch is now recognised as expandable
2014-01-17 10:26:53 +13:00
Sam Hemelryk
2d29c7d10f
MDL-42682 theme_bootstrapbase: fixed styling of discussion selector
2014-01-17 10:25:02 +13:00
Sam Hemelryk
dce9475071
MDL-42682 theme_bootstrapbase: fixed forum search alignment
...
Conflicts:
theme/bootstrapbase/less/moodle/modules.less
theme/bootstrapbase/style/moodle.css
2014-01-17 10:24:56 +13:00
Sam Hemelryk
5712b4ed8b
MDL-41505 theme_bootstrapbase: section actions now visible again
2014-01-17 10:24:39 +13:00
Eloy Lafuente (stronk7)
6370d316fd
weekly release 2.5.4+
2014-01-16 18:51:08 +01:00
Eloy Lafuente (stronk7)
2e3aa01daa
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2014-01-16 18:51:04 +01:00
AMOS bot
dddc19a3ef
Automatically generated installer lang files
2014-01-16 00:43:18 +00:00
Eloy Lafuente (stronk7)
cc3bfdc006
Merge branch 'm25_MDL-43222' of git://github.com/danmarsden/moodle into MOODLE_25_STABLE
2014-01-15 22:02:54 +01:00
Dan Marsden
d677215cf4
MDL-43222 SCORM: Fix invalid sql
2014-01-16 09:49:59 +13:00
Rajesh Taneja
91c1b542e7
MDL-43306 restore: Fix grade_item sortorder after restoring course
...
While restoring course/activity, restore will blindly insert grade_item
sortorder. Which cause dulicate sortorder and lead to unpredicatble sorting
results.
Now we will call grade_item::fix_duplicate_sortorder() after restore is finished
to fix duplicate sortorder and order grade items to the closest order possible
2014-01-15 13:33:39 +08:00
Damyon Wiese
e1dd20b34e
Merge branch 'MDL-43621_25' of https://github.com/totara/openbadges into MOODLE_25_STABLE
2014-01-15 13:27:30 +08:00
Yuliya Bozhko
ed60873986
MDL-43621 badges: Fix has_awards() result when deleted users are the only recipients of a badge
2014-01-15 16:17:17 +13:00
Damyon Wiese
788e545b4d
Merge branch 'MDL-43461_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2014-01-15 09:38:02 +08:00
Dan Poltawski
4703d6ba20
Merge branch 'MDL-43619-m25' of git://github.com/sammarshallou/moodle into MOODLE_25_STABLE
2014-01-15 08:20:39 +08:00
Yuliya Bozhko
f8f860fd22
MDL-43621 badges: Don't count deleted users as badge recipients
2014-01-15 10:07:51 +13:00
Yuliya Bozhko
5e35e9fe87
MDL-43621 badges: Don't display deleted users in badge recipients list
2014-01-15 10:05:02 +13:00
Frederic Massart
1ce3b04c39
MDL-40533 block_html: Remove styles specific to the block
2014-01-14 19:09:45 +01:00
Eloy Lafuente (stronk7)
a89836aa27
Merge branch 'wip-MDL-31597-25' of git://github.com/abgreeve/moodle into MOODLE_25_STABLE
2014-01-14 19:08:02 +01:00
Ruslan Kabalin
c86faa37b0
MDL-43693: assignment: Fix JS error on grading page.
2014-01-14 16:12:00 +00:00
Eloy Lafuente (stronk7)
5d394d10a3
Merge branch 'MDL-43332_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2014-01-14 16:57:13 +01:00
Frederic Massart
0ecb19e209
MDL-41484 theme_bootstrabase: Alignment of labels on smaller screens
2014-01-14 16:50:00 +01:00
Eloy Lafuente (stronk7)
712cb8569e
Merge branch 'm25_MDL-43222' of git://github.com/danmarsden/moodle into MOODLE_25_STABLE
2014-01-14 16:45:53 +01:00
sam marshall
07ba3c2c6b
MDL-43619 Roles: reset_role_capabilities unit test, cache fix
2014-01-14 13:54:37 +00:00
sam marshall
1daa40be7f
MDL-43619 Roles: Reset role destroys all overrides
2014-01-14 13:54:23 +00:00
Dan Poltawski
e2565b23b7
Merge branch 'm25_MDL-43577_Incorrect_Variable_Expansion' of https://github.com/scara/moodle into MOODLE_25_STABLE
2014-01-14 15:58:14 +08:00
Dan Poltawski
155c7dfd13
Merge branch 'MDL-43642_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2014-01-14 15:48:53 +08:00
Dan Poltawski
3717140752
Merge branch 'm25_MDL-43575_Typo_In_The_Overridden_setOption' of https://github.com/scara/moodle into MOODLE_25_STABLE
2014-01-14 15:37:01 +08:00
Petr Škoda
87b2e5e162
MDL-43511 do not cache the MUC cache in question code
2014-01-14 14:31:25 +08:00
Damyon Wiese
a27a965a52
Merge branch 'MDL-43371-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-01-14 14:03:32 +08:00
Damyon Wiese
952f0a1620
Merge branch 'MDL-43460-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-01-14 13:34:33 +08:00
David Monllao
7a9abcb675
MDL-43461 testing: Avoid switching to .bat files when running MinGW
...
MinGW can not execute .bat files (http://sourceforge.net/p/mingw/bugs/1902 )
so we should not switch to .bat files when running MinGW.
2014-01-14 13:15:46 +08:00
David Monllao
c97c55a9b7
MDL-43461 behat: Using linux-style directory separators when using cygwin
2014-01-14 13:15:46 +08:00
Damyon Wiese
88bad1ec38
Merge branch 'MDL-43610-m25' of git://github.com/micaherne/moodle into MOODLE_25_STABLE
2014-01-14 12:02:50 +08:00
Adrian Greeve
892d952cb9
MDL-31597 gradebook: Update to gradebook behat tests to include testing grade weightings.
2014-01-14 11:56:29 +08:00
Adrian Greeve
31bf4ef646
MDL-31597 gradebook: Removed the percentage symbol from weights in the gradebook.
2014-01-14 11:56:18 +08:00
Dan Poltawski
3f1b2de488
Merge branch 'm25_MDL-42792' of git://github.com/danmarsden/moodle into MOODLE_25_STABLE
2014-01-14 11:28:46 +08:00
Dan Poltawski
6462a6308b
Merge branch 'MDL-43412_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-01-14 10:46:36 +08:00
Nadav Kavalerchik
dc12df4802
MDL-40752 Login RTL: Swapping the panels on two-panel login pages for RTL
...
Additional changes added by Jason Fowler <phalacee@gmail.com >
2014-01-14 09:26:21 +08:00
AMOS bot
f8570b3824
Automatically generated installer lang files
2014-01-14 00:45:39 +00:00
Mark Nelson
0343f4081b
MDL-43332 core_grades: automated basic grade viewing functionality performed in MDLQA-317
2014-01-13 15:48:06 -08:00
Eloy Lafuente (stronk7)
5af2e8c082
Merge branch 'MDL-43109_25' of https://github.com/mdikih/moodle into MOODLE_25_STABLE
2014-01-13 21:55:18 +01:00
Matteo Scaramuccia
a58ba59c71
MDL-43575 Libraries Google_CurlIO ext, typo in the overridden setOption().
2014-01-13 21:39:32 +01:00
Matteo Scaramuccia
412e724830
MDL-43577 Messages Incorrect variable expansion in the message template.
2014-01-13 21:15:55 +01:00
Frederic Massart
4025ac2181
MDL-41362 theme_bootstrapbase: Alignment of User Selector controls
2014-01-13 18:41:00 +01:00
Frederic Massart
5b5ee3320a
MDL-39684 theme: RTL align of restrictions label in file manager
2014-01-13 16:33:59 +01:00
Frederic Massart
6023d8e8d0
MDL-39683 message: RTL alignment of messages in theme_base
2014-01-13 15:44:09 +01:00
Nadav Kavalerchik
6e6af85069
MDL-39683 Messages, Themes: Fix "my" and "other person" message alignment in RTL mode (theme/clean)
2014-01-13 15:27:31 +01:00
Dan Poltawski
3c1c78cef2
Merge branch 'MDL-40849-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-01-13 15:50:48 +08:00
Frederic Massart
e7d960cfee
MDL-40849 gradingform_guide: Fixed CSS issues with Bootstrapbase
2014-01-13 08:13:15 +01:00
Dan Poltawski
6584492f07
Merge branch 'MDL-39603-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-13 12:35:04 +08:00
Dan Poltawski
6fb9497847
Merge branch '41226-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-13 11:12:06 +08:00
Dan Poltawski
36785d10de
Merge branch '40821-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2014-01-13 11:03:39 +08:00
Dan Poltawski
9a443297f7
Merge branch '40693-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2014-01-13 10:07:56 +08:00
Dan Poltawski
ac76e9b797
Merge branch 'MDL-41152-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-01-13 10:03:16 +08:00
Sam Hemelryk
53f2e7a5c8
MDL-40205 theme: fixed overflow of block headers
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-13 09:41:40 +08:00
Dan Poltawski
0dc14c0b56
Merge branch 'MDL-40705-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-13 09:36:35 +08:00
Dan Poltawski
60a188b9f3
Merge branch 'MDL-39661-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-01-13 08:54:26 +08:00
Sam Hemelryk
38ffecf198
MDL-40821 theme_bootstrapbase: fixed positioning of profile controls
...
Conflicts:
theme/bootstrapbase/style/moodle.css
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-13 08:17:09 +13:00
Sam Hemelryk
897b178feb
MDL-40821 theme_bootstrapbase: show the current lang in the menu
2014-01-13 08:15:59 +13:00
Sam Hemelryk
0cdd23121b
MDL-40693 theme_bootstrapbase: changed navbar separator to official separator
2014-01-13 08:15:34 +13:00
Eloy Lafuente (stronk7)
686364d1a9
Moodle release 2.5.4
2014-01-11 15:57:26 +01:00
Eloy Lafuente (stronk7)
612ca7327d
MDL-43590 Revert to previous version
...
There was no unapproval in 25_STABLE, hence the
capability cannot include that concept.
2014-01-10 18:58:23 +01:00
Michael Aherne
756011e478
MDL-46310 assign Prevent blind marking submission notification email being sent to noreplyemail address
2014-01-10 16:01:31 +00:00
Frederic Massart
7680547727
MDL-40139 block_privatefiles: Prevent usage of unmaintained edit page
2014-01-10 13:01:24 +01:00
Frederic Massart
e1bece2b7b
MDL-41693 group: Use standard layout for group related pages
2014-01-10 12:29:11 +01:00
David Monllao
1be87968a2
MDL-43642 behat: Setting the correct files @package
2014-01-10 17:48:40 +08:00
Eloy Lafuente (stronk7)
77f8d8142f
Merge branch 'MDL-43590-en_fix_25' of git://github.com/mudrd8mz/moodle into MOODLE_25_STABLE
2014-01-10 10:10:37 +01:00
Dan Marsden
69f07dc3aa
MDL-43222 SCORM: correct check for list of attempts and make correct check for current attempt in scorm_get_toc
2014-01-10 22:05:20 +13:00
Dan Marsden
c93e9bcdc2
MDL-42792 SCORM: Prevent JS error when network connection fails. - return false to SCORM package so that issue can be detected and reported.
2014-01-10 21:07:11 +13:00
Damyon Wiese
7f82be199e
weekly release 2.5.3+
2014-01-10 14:20:18 +08:00
Damyon Wiese
4fc8754588
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2014-01-10 14:20:14 +08:00
Eloy Lafuente (stronk7)
030c6d49da
MDL-36721 make upgrade queries cross-db
2014-01-10 11:21:24 +08:00
Frederic Massart
b7831c1f80
MDL-43401 mod_lesson: Fix serving of the pluginfile mediafile
2014-01-09 16:55:32 +01:00
Frederic Massart
40f8aece87
MDL-43371 mod_lesson: Remove files upon page or module deletion
2014-01-09 16:22:30 +01:00
Frederic Massart
11fd45b383
MDL-41152 theme_bootstrapbase: Optimise width for gradebook tree view
2014-01-09 10:42:17 +01:00
AMOS bot
3a5af40f91
Automatically generated installer lang files
2014-01-09 00:42:14 +00:00
Helen Foster
258ee617ee
MDL-43590 Merge English strings from the en_fix language pack
2014-01-09 01:15:21 +01:00
Tim Hunt
4d74202460
MDL-43412 quiz with grade period and password did not work.
...
Once the attempt became overdue, it was impossible to get in to submit
it because of a redirect loop. This fix resovles that loop, so the
student can enter their password and get in.
2014-01-08 17:57:39 +00:00
Andrew Nicols
fe20e33cb6
MDL-40119 Forms: Remove cursor style override for calendar button
2014-01-08 11:14:55 +01:00
Frederic Massart
4d270650f4
MDL-39603 theme_bootstrapbase: Alignment of filter form elements on enrol page
2014-01-08 10:42:57 +01:00
Eloy Lafuente (stronk7)
ccd01c08f4
Merge branch 'MDL-40119-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2014-01-08 02:18:21 +01:00
Eloy Lafuente (stronk7)
51add5708c
Merge branch 'w01_MDL-42797_m25_admin' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2014-01-08 02:11:13 +01:00
Eloy Lafuente (stronk7)
6cb311f306
Merge branch 'MDL-43423_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2014-01-08 02:03:16 +01:00
Eloy Lafuente (stronk7)
f9e99683f7
Merge branch 'wip-MDL-42310-25' of git://github.com/abgreeve/moodle into MOODLE_25_STABLE
2014-01-08 01:52:48 +01:00
Eloy Lafuente (stronk7)
cedb3f6428
Merge branch 'm25_MDL-43508_Invalid_String_Identifier' of https://github.com/scara/moodle into MOODLE_25_STABLE
2014-01-08 00:46:20 +01:00
Eloy Lafuente (stronk7)
dcc69ec040
Merge branch 'MDL-42607_rss_25' of https://github.com/andyjdavis/moodle into MOODLE_25_STABLE
2014-01-08 00:42:52 +01:00
Eloy Lafuente (stronk7)
d88a963883
Merge branch 'MDL-42392-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2014-01-08 00:34:01 +01:00
Dan Poltawski
73a17686b7
Merge branch 'm25_MDL-43482_Lot_Of_Passed_By_Reference_Messages' of https://github.com/scara/moodle into MOODLE_25_STABLE
2014-01-07 17:20:51 +08:00
Damyon Wiese
dd7f25835e
Merge branch 'MDL-43411-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2014-01-07 12:52:26 +08:00
Dan Poltawski
b232a25269
Merge branch 'm25_MDL-40379_Prevent_Some_Mobile_Network_Providers_From_Modifying_Content' of https://github.com/scara/moodle into MOODLE_25_STABLE
2014-01-07 12:43:32 +08:00
Dan Poltawski
16c17a36c5
Merge branch 'MDL-42995-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-01-07 11:51:23 +08:00
Rajesh Taneja
87d8b94aa7
MDL-42643 course: Member in same group should only loginas
...
If course groupmode is set to SEPARATEGROUPS, and user doesn't have
site:accessallgroups capability than only allow user to loginas if
current user is in same group as loginas user
2014-01-07 11:05:34 +08:00
Dan Poltawski
7023778c66
Merge branch 'MDL-43394a-25' of https://github.com/srynot4sale/moodle into MOODLE_25_STABLE
2014-01-07 11:00:14 +08:00
Tony Butler
87f2d79a08
MDL-43373 core_enrol: Display enrolments dimmed if outside of start or end times
2014-01-07 10:44:34 +08:00
Damyon Wiese
5ca04a7039
Merge branch 'MDL-43448_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2014-01-07 09:21:54 +08:00
Frederic Massart
f69ee87411
MDL-40705 theme_bootstrapbase: Handling of long words in block content
2014-01-06 15:49:53 +01:00
Frederic Massart
d9a7ada865
MDL-39661 blocks: Removed notice when moving a block
2014-01-06 12:44:37 +01:00
Frederic Massart
78942f349c
MDL-43460 calendar: Decode event description links on restore
2014-01-06 11:46:35 +01:00
Frederic Massart
d80472e336
MDL-42995 mod_assign: Extended tests for update_calendar method
2014-01-06 11:02:24 +01:00
Frederic Massart
80ecc2593b
MDL-42995 mod_assign: Remove files from calendar event description
2014-01-06 11:02:24 +01:00
Frederic Massart
d6f428b233
MDL-42995 libraries: Global function to strip pluginfile content
2014-01-06 11:02:19 +01:00
Damyon Wiese
f81aec80ad
Merge branch 'MDL-43399-25' of git://github.com/mouneyrac/moodle into MOODLE_25_STABLE
2014-01-06 16:14:41 +08:00
Damyon Wiese
331ecb86f9
Merge branch 'w01_MDL-36721_m25_passlog' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2014-01-06 14:50:39 +08:00
Dan Poltawski
d71dd15415
Merge branch '43349-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2014-01-06 14:21:49 +08:00
Rajesh Taneja
4ba0924322
MDL-42883 Administration: Check sessionkey before taking action on user profile fields
2014-01-06 13:59:06 +08:00
Tony Butler
df9f225353
MDL-43408 gradereport_grader: Display users with expired enrolments as inactive in grader report
...
Conflicts:
grade/report/grader/lib.php
2014-01-06 10:38:27 +08:00
Sam Hemelryk
ba5255f4f1
Merge branch 'MDL-35973_redirect_25' of https://github.com/andyjdavis/moodle into MOODLE_25_STABLE
2014-01-06 11:28:10 +13:00
Sam Hemelryk
8a89a476e7
Merge branch 'MDL-43281-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2014-01-06 11:21:42 +13:00
Sam Hemelryk
bf78d33216
Merge branch 'MDL-37962_beep_25' of https://github.com/andyjdavis/moodle into MOODLE_25_STABLE
2014-01-06 11:17:58 +13:00
Sam Hemelryk
4c852874d1
Merge branch 'MDL-43530-25' of https://github.com/mr-russ/moodle into MOODLE_25_STABLE
2014-01-06 11:13:55 +13:00
Sam Hemelryk
871b85e8cf
Merge branch 'MDL-42212-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2014-01-06 10:30:02 +13:00
Andrew Davis
30205b3e5a
MDL-35973 lib: added a page title to redirect() and added 2 seconds to the page redirection when posting in a forum
2014-01-05 20:15:28 +08:00
Russell Smith
2f86a952d7
MDL-43530 cache: Cache multiple different dirroots
...
In some clustered environments (Amazon OpsWorks) the deployment
folders on different nodes use different file paths. As we cache
the realpath in the shared MUC, you don't always get the right answer.
We now cache each dirroot in it's own full path location to allow
each node to get the correct file locations for itself.
2014-01-03 14:59:11 +11:00
Michael Milette
fd22071331
MDL-42310 feedback mod - Enable filtering of multichoice and multichoice rated controls
...
Conflicts:
mod/feedback/item/multichoice/lib.php
mod/feedback/item/multichoicerated/lib.php
Signed-off-by: Michael Milette <michael.milette@instruxmedia.com >
2014-01-03 10:32:55 +08:00
Andrew Davis
ed634db27e
MDL-42607 mod_forum:fixed some inefficiencies in forum RSS generation
2014-01-02 10:51:07 +08:00
Petr Škoda
94ada50dd7
MDL-42797 require real user login on upgrade settings page
2014-01-02 09:18:00 +08:00
Sam Hemelryk
22cb8ba92c
MDL-43349 cache: init now checks store requirements are met
2014-01-02 09:22:34 +13:00
Petr Škoda
d1e6c50749
MDL-42797 require real user login on admin page
2014-01-01 15:20:10 +08:00
Andrew Nicols
0660624e26
MDL-43281 Blocks: Retrieve a newly created block after creating it
...
Although we were previously creating the DOM markup for a block region if
it did not exist, we were not making use of it.
This change ensures that we make use of that block region as part of the
blocks code.
2014-01-01 02:23:41 +08:00
Andrew Nicols
caccbdda8d
MDL-40119 Forms: Date selector should use images for the calendar popup toggle
...
The calendar popup toggle must use an image, rather than an input with type
of image as the latter is actually a form of submit button, and hence it
steals the focus away from the real submit button.
2013-12-30 16:06:32 +08:00
AMOS bot
ea3be3fd41
Automatically generated installer lang files
2013-12-30 00:43:24 +00:00
AMOS bot
e71aa8a645
Automatically generated installer lang files
2013-12-29 00:43:26 +00:00
Matteo Scaramuccia
8ea95b35cb
MDL-40379 Files Prevent mobile network providers from modifying content.
2013-12-28 14:05:07 +01:00
Matteo Scaramuccia
0ed3049d38
MDL-43508 Quiz Invalid get_string() identifier.
2013-12-28 11:30:55 +01:00
Andrew Nicols
798ca416a9
MDL-42392 Blocks: Do not hide blocks if JS is disabled
...
With JS disabled, it is not possible to change the block visibility
user preference and therefore not possible to show content which was
hidden.
Since the block hiding functionality is a nicety, and we have no controls
to show and hide the blocks when JS is disabled, we should instead show the
block content regardless of the user preference.
2013-12-28 08:41:11 +08:00
Petr Škoda
7d238c6bc4
MDL-36721 do not store passwords in config logs
2013-12-27 11:23:43 +08:00
AMOS bot
4d6e381bf3
Automatically generated installer lang files
2013-12-25 00:42:51 +00:00
Matteo Scaramuccia
bae0c56962
MDL-43482 Chat Lot of "Only variables should be passed by reference".
2013-12-24 11:08:13 +01:00
Sam Hemelryk
e92da00284
weekly release 2.5.3+
2013-12-24 17:17:43 +13:00
Sam Hemelryk
9caa330e56
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2013-12-24 17:17:40 +13:00
Sam Hemelryk
986e4f6720
Merge branch 'wip-MDL-41788_M25_3' of git://github.com/gjb2048/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-12-24 12:51:50 +13:00
Sam Hemelryk
5d10a4c690
Merge branch 'MDL-41246-moodle25' of git://github.com/StudiUM/moodle into MOODLE_25_STABLE
2013-12-24 11:41:23 +13:00
Sam Hemelryk
1d5e5cc670
Merge branch 'MDL-43438-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-12-24 11:22:53 +13:00
Sam Hemelryk
77104a2bd2
Merge branch 'MDL-43250-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2013-12-24 10:51:00 +13:00
AMOS bot
bb78109b45
Automatically generated installer lang files
2013-12-23 12:40:13 +00:00
AMOS bot
162d293a60
Automatically generated installer lang files
2013-12-23 12:26:28 +00:00
Aaron Barnes
fc938d3c5e
MDL-43394 behat: Fix checkbox action
2013-12-23 15:59:00 +13:00
Sam Hemelryk
c7f13ceafc
Merge branch 'MDL-35032-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-12-23 15:57:36 +13:00
Andrew Nicols
0a4dd3ab6b
MDL-43411 JavaScript: Correct checks for section support to use helper function
2013-12-23 09:45:41 +08:00
Sam Hemelryk
7eba9ea899
Merge branch 'MDL-30195-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-12-23 14:35:16 +13:00
Sam Hemelryk
3aba4d0f12
Merge branch 'w52_MDL-43367_m25_contextpath' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-12-23 14:31:29 +13:00
Eloy Lafuente (stronk7)
d4a8372892
Merge branch 'MDL-43318-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2013-12-23 00:51:09 +01:00
Sam Hemelryk
d071a951e1
Merge branch 'MDL-34182-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2013-12-23 08:15:57 +13:00
Petr Škoda
37377fb146
MDL-43367 stop returning of bogus context children when path unknown
...
This also prevents deletion of system context.
2013-12-22 16:00:49 +08:00
Tim Hunt
bc863a0a8f
MDL-43448 Links to the gradebook not fixed on restore.
...
Note we can only fix certain generic links, we can't handle ones like
/grade/report/{reportname}/index.php, but fortunately, we were only
using the generic ones.
I added a couple of other likely things too (badges and participants
list).
2013-12-20 12:27:48 +00:00
Damyon Wiese
1a993df1aa
weekly release 2.5.3+
2013-12-20 11:57:51 +08:00
Damyon Wiese
fe17c7e8e6
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2013-12-20 11:57:38 +08:00
Damyon Wiese
d8c28564ec
MDL-43318 Assign: Fix bug when editing previous attempt feedback
...
Conflicts:
mod/assign/renderable.php
2013-12-20 11:16:21 +08:00
Gareth J Barnard
82168ad20c
MDL-41788 theme_bootstrapbase: Custom menus - sub-menus breaking.
2013-12-19 12:16:07 +00:00
David Monllao
2d3d456399
MDL-43404 behat: Fix add_scorm.feature regression
...
Also adding more compatibility with phantomjs tagging
features without @_switch_window and @_only_local.
2013-12-19 16:24:36 +08:00
Sam Hemelryk
3dc592815a
Merge branch 'MDL-40750-25-fixup' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-12-19 17:01:04 +13:00
Eloy Lafuente (stronk7)
861c69d981
Revert "MDL-43306 restore: fix grade item sortorder restoration"
...
This reverts commit 32df282b1b .
2013-12-19 02:14:39 +01:00
AMOS bot
4602d0d2ab
Automatically generated installer lang files
2013-12-19 00:44:16 +00:00
Sam Hemelryk
9f90cd7553
Merge branch 'MDL-43235_25-extrafix' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-12-19 09:22:41 +13:00
Jean-Philippe Gaudreau
990a792039
MDL-41246 cache: Fix PHP notice of non well formed numeric values for the memcache store
2013-12-18 08:53:18 -05:00
Frederic Massart
a5565303f5
MDL-40750 course: Remove usage of selector :not() for IE8
2013-12-18 12:29:27 +01:00
Eloy Lafuente (stronk7)
404b3d2654
Merge branch 'MDL-43404_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-12-18 12:09:20 +01:00
Frederic Massart
fc21d5879c
MDL-43438 mod_assignment: Prevent double inclusion of plugin files
2013-12-18 09:17:26 +01:00
David Monllao
49b5a38265
MDL-43235 behat: Remove notice about undeclared var
2013-12-18 16:04:09 +08:00
Dan Poltawski
740981c93f
Merge branch 'MDL-41198-25' of https://github.com/mr-russ/moodle into MOODLE_25_STABLE
2013-12-18 15:00:01 +08:00
David Monllao
cd898cebf5
MDL-43404 behat: Form change checker disabled when running behat
2013-12-18 14:20:54 +08:00
David Monllao
01b9236a50
MDL-43404 behat: Removing auto accept_alert
2013-12-18 14:20:48 +08:00
Russell Smith
3da65e9373
MDL-41198 lib: Add comment about the changes to srand on adodb
2013-12-18 16:58:00 +11:00
Russell Smith
02ea7c378c
MDL-41198 lib: Allow PHP to generate random seed on script start
...
Most srand instances are removed to allow PHP to do the work.
srand was left for group randomization due to the method used.
Conflicts:
lib/tests/accesslib_test.php
2013-12-18 16:56:50 +11:00
Russell Smith
e6af311972
MDL-41198 lib: Allow PHP to generate random seed on script start
...
All mt_srand instances are removed to allow PHP to do the work.
2013-12-18 16:54:04 +11:00
Sam Hemelryk
66de9b8f9c
Revert "MDL-42104: trap tab focus within dialog modal,"
...
This reverts commit 3a0be85aeb .
2013-12-18 15:53:49 +13:00
Russell Smith
ddc0064a52
MDL-41292 cache: only update identifiers if they change
2013-12-18 02:23:46 +01:00
rwijaya
3a0be85aeb
MDL-42104: trap tab focus within dialog modal,
...
for filepicker and filemanager
Conflicts:
lib/form/filemanager.js
2013-12-18 13:32:30 +13:00
Sam Hemelryk
f6c3162520
Merge branch 'MDL-43235_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-12-18 11:19:19 +13:00
Sam Hemelryk
2f73b98955
Merge branch 'MDL-43355_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-12-18 10:45:13 +13:00
Sam Hemelryk
8a0ba53b9c
Merge branch 'MDL-38698-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-12-18 09:21:21 +13:00
Sam Hemelryk
32196e43ca
Merge branch 'MDL-40750-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-12-18 09:18:32 +13:00
David Monllao
a0735059b5
MDL-43423 behat: Running hooks before and after each step of a chained step
2013-12-17 18:15:18 +08:00
Eloy Lafuente (stronk7)
1b646dc362
Merge branch 'MDL-43306-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-12-17 10:29:42 +01:00
Frederic Massart
9a8f3078f7
MDL-38698 filter_urltolink: Remove performance test in Unit Test
2013-12-17 07:05:29 +01:00
Frederic Massart
f8fc65dae8
MDL-38698 filter_urltolink: Do not link the URL property of CSS
2013-12-17 07:05:29 +01:00
Marina Glancy
f989165cb8
Merge branch 'MDL-37679-25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
2013-12-17 16:44:27 +11:00
Frederic Massart
46ea75aca3
MDL-40750 course: Add JS category expander (backport of MDL-38661)
...
This includes the following commits:
* dd834cb MDL-38661 JavaScript: Add missing lazy loading on collapseall
* 4dab1c3 MDL-38661 JavaScript: Ensure that ARIA tags are set when expanding/collapsing content
* 1574e65 MDL-38661: Add keyboard support for expansion
* 3df632f MDL-38661 Add pointer cursor to clickable collapse/expand icons
* 53c1b93 MDL-38661 Course: Add JS category expander.
2013-12-17 06:39:36 +01:00
Mark Nielsen
e345a21c96
MDL-37679 Course: Adding section to page title on section only pages
2013-12-17 11:43:13 +08:00
Marina Glancy
61f6209afa
Merge branch 'MDL-41075-25' of git://github.com/mouneyrac/moodle into MOODLE_25_STABLE
2013-12-17 11:24:25 +11:00
Russell Smith
ed8ee21d25
MDL-39725 database: Apply database statistics update to daily stats
2013-12-17 10:28:59 +13:00
Russell Smith
395d08ea72
MDL-39725 database: Include stats collections in unit tests
...
Conflicts:
lib/ddl/tests/ddl_test.php
2013-12-17 10:28:54 +13:00
Russell Smith
f015f73397
MDL-39725 database: Add statistics collection functions
...
Conflicts:
lib/dml/moodle_database.php
2013-12-17 10:27:54 +13:00
Sam Hemelryk
2a3ce2b33d
Merge branch 'MDL-25473-25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
2013-12-17 08:53:57 +13:00
Sam Hemelryk
474a218fc8
Merge branch 'MDL-34321-25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
2013-12-17 08:47:37 +13:00
Sam Hemelryk
8e4e9d8d67
Merge branch 'MDL-36984-25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
2013-12-17 08:44:42 +13:00
Frederic Massart
7e5fb1404b
MDL-30195 portfolio_googledocs: Allow export of rich HTML
2013-12-16 11:06:31 +01:00
Jerome Mouneyrac
7da2b5e231
MDL-43399 Badge: the Choose... option can still be selected once a role is choosen.
2013-12-16 14:34:00 +08:00
Frederic Massart
275ce15b5d
MDL-42212 mod_lesson: Localise area names
2013-12-16 06:50:31 +01:00
Frederic Massart
c447a4454a
MDL-42212 mod_lesson: Fix callbacks retrieving activity files
2013-12-16 06:50:31 +01:00
Jerome Mouneyrac
97410938ce
MDL-41075 Remove "Choose..." option from participants page.
2013-12-16 12:08:49 +08:00
Damyon Wiese
8762a70f5d
MDL-43250 Assign: separate groups mode fix
...
When in separate groups mode, only get graders in a group that is in the course module grouping.
2013-12-16 10:51:55 +08:00
Sam Hemelryk
0c41eeda3a
Merge branch 'wip-mdl-21180-m25' of https://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-12-16 15:43:23 +13:00
Rajesh Taneja
78835c1a6c
MDL-21180 Gradebook: Consistent handling of change in aggregation
...
Change from/to GRADE_AGGREGATE_WEIGHTED_MEAN and GRADE_AGGREGATE_EXTRACREDIT_MEAN was only
handled prior to this patch. GRADE_AGGREGATE_SUM and GRADE_AGGREGATE_WEIGHTED_MEAN2 also
behave similar and should be handled same way
2013-12-16 09:59:28 +08:00
Andrew Davis
b0edefb8e5
MDL-43188 core_message:reimplemented the beep on new message functionality from 1.9
2013-12-16 09:28:55 +08:00
Marina Glancy
0ce9ea0df0
Merge branch 'MDL-37972-25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
2013-12-16 12:28:55 +11:00
Sam Hemelryk
92d66ed0be
Merge branch 'wip-MDL-43348_M25' of git://github.com/gjb2048/moodle into MOODLE_25_STABLE
2013-12-16 14:09:32 +13:00
Sam Hemelryk
1ebfb4a6c6
Merge branch 'MDL-40096-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2013-12-16 13:51:53 +13:00
Sam Hemelryk
960edf3828
Merge branch 'MDL-40436-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-12-16 11:31:02 +13:00
Sam Hemelryk
7827adcf28
Merge branch 'w51_MDL-42931_m25_env27' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-12-16 11:17:33 +13:00
Sam Hemelryk
13ab45efe4
Merge branch 'MDL-42085-25' of git://github.com/mouneyrac/moodle into MOODLE_25_STABLE
2013-12-16 11:11:18 +13:00
James Pratt
7cd9c85868
MDL-43369 : quiz statistics - average across attempts
...
where item seen and not across all attempts for subqs.
2013-12-13 17:45:45 +07:00
Frederic Massart
20bfdb97d7
MDL-35032 mod_book: 1.9 backup restore convertis files to book area
2013-12-13 10:26:46 +01:00
David Monllao
381007fb2a
MDL-43235 behat: Ensure that behat_config_manager::get_config_file_contents() has always a behat_wwwroot
2013-12-13 14:54:55 +08:00
Andrew Nicols
f82f12e83e
MDL-34182 Repositories: Check for and warn on invalid output in the file picker
2013-12-13 14:25:19 +08:00
Andrew Nicols
84008f4a33
MDL-34182: Add functions to warn of output in AJAX scripts
...
We need to be able to capture output when including contributed code as it
may add additional content which makes makes the json we output invalid.
We only warn of these errors if the site is in debugdeveloper, otherwise
we silently drop them.
2013-12-13 14:25:19 +08:00
Petr Škoda
7a07a6ad1e
MDL-42931 set new requirements for 2.7
2013-12-13 14:07:34 +08:00
Sam Hemelryk
8e92813abe
weekly release 2.5.3+
2013-12-13 16:59:26 +13:00
Sam Hemelryk
90dec729a5
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2013-12-13 16:59:23 +13:00
AMOS bot
dc5cd8c5a9
Automatically generated installer lang files
2013-12-13 00:42:14 +00:00
Gareth J Barnard
687fad1ab9
MDL-43348 theme: html <nav> element on the wrong content.
2013-12-12 16:24:25 +00:00
David Monllao
9826b73dfc
MDL-43355 testing: Return the hash when HEAD points to a hash
2013-12-12 17:41:11 +08:00
Frederic Massart
2f02e550d3
MDL-40436 block_course_list: Fix bad context resolution
...
We were trying to get the course context of a remote course
from a completely unrelated ID. It would sometimes work if the
ID was matching the one of a local course. In other places
we are not trying to find a context for the remote course, we
simply use the $PAGE context in format_string. So the usage
of the context has been removed here too.
2013-12-12 09:09:57 +01:00
Jerome Mouneyrac
b48bc91044
MDL-42085 Enrol: Always apply enrolment duration.
...
Before the fix, the startdates and duration fields were integrated to HTML code only
when the user clicked on the collapsible region to see them.
It was wrong because their values were not sent by the form
if ever the user didn't expand this Enrolment options region.
2013-12-12 16:07:51 +08:00
Jason Fowler
60bf905b94
MDL-36984 Assign: Add redirect after saving grades
2013-12-12 14:19:51 +08:00
Marina Glancy
a2712209f9
Merge branch 'mucupdates25' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-12-12 15:40:22 +11:00
Petr Škoda
137570614b
MDL-42973 fix MUC caching issue when fetching available updates
2013-12-12 11:47:46 +08:00
Jason Fowler
12a11dd2b4
MDL-34321 Assignment2.2 - Fixing submission count
2013-12-12 10:36:07 +08:00
Eloy Lafuente (stronk7)
d05e2ff9e6
MDL-31410 paypal: fix problem on notifications
...
This commit fixes a PHP warning about using a
unititialised variable and also the problems when
notifications are enabled and there is not yet a
teacher in the course, defaulting to admin for student
notifications and preventing teacher notifications to happen.
2013-12-12 02:17:26 +01:00
Eloy Lafuente (stronk7)
47c14f40b7
Merge branch 'w50_MDL-31410_m25_paypalipn' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-12-12 01:17:39 +01:00
Marina Glancy
82b0059468
MDL-43218 blog: prepare the blog navigation only when needed
2013-12-11 15:37:48 +13:00
Simon Coggins
d7c163f70b
MDL-43218 navigation: Remove link to blogs when they are disabled
2013-12-11 15:37:44 +13:00
Marina Glancy
81ea8ce8b9
Merge branch 'MDL-43071-MOODLE_25_STABLE' of https://github.com/lucisgit/moodle into MOODLE_25_STABLE
2013-12-11 12:47:29 +11:00
Marina Glancy
e6a3977d3e
Merge branch 'MDL-43258' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
2013-12-11 11:48:31 +11:00
Mary Evans
e6294b4877
MDL-43258 theme_bootstrapbase: Style coursebox info name better in Bootstrap themes.
2013-12-11 00:25:29 +00:00
Sam Hemelryk
a458eacede
Merge branch 'MDL-43252-m25' of git://github.com/sammarshallou/moodle into MOODLE_25_STABLE
2013-12-11 11:03:14 +13:00
Sam Hemelryk
0dc8e80097
Merge branch 'wip-MDL-43279-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-12-11 10:58:31 +13:00
Eloy Lafuente (stronk7)
175b9dcfff
Merge branch '25STABLE-wip-MDL-43135' of https://github.com/jennymgray/moodle into MOODLE_25_STABLE
2013-12-10 19:46:59 +01:00
Jenny Gray
af84623f44
MDL-43135 Guest Enrol: new language string for with key icon
...
AMOS BEGIN
CPY [pluginname,enrol_guest], [guestaccess_withpassword,enrol_guest]
CPY [pluginname,enrol_guest], [guestaccess_withoutpassword,enrol_guest]
AMOS END
2013-12-10 11:17:09 +00:00
Sam Chaffee
46a9498f62
MDL-37972 Assignment: fixing settings link for upload single submissions
2013-12-10 14:09:13 +08:00
Dan Poltawski
32df282b1b
MDL-43306 restore: fix grade item sortorder restoration
...
Previously, restore was blindly inserting the old sort order into the
database, causing duplicate sortorders which lead to unpredicatble
sorting results.
Now we will use the api function to add it after the original sortorder,
this means if a duplicate exists in the original location, this item
will appear after it.
2013-12-10 12:33:30 +08:00
Michael Dikih
23353087ca
MDL-43109: mod/wiki - When editing pages populate the default value for the tags input.
2013-12-10 14:19:17 +10:30
Marina Glancy
36d93b57e7
Merge branch 'm25_MDL-43082_IE9_Compat_View_SVG_Say_No' of https://github.com/scara/moodle into MOODLE_25_STABLE
2013-12-10 14:47:20 +11:00
Marina Glancy
930acdb3e9
Merge branch 'MDL-43131_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-12-10 14:13:09 +11:00
Marina Glancy
78392c426e
Merge branch 'mdl42487-moodle25' of https://github.com/tlock/moodle into MOODLE_25_STABLE
2013-12-10 13:57:39 +11:00
Jason Fowler
91f6bf0977
MDL-25473 mediaplayer - prevent embedded videos from looping
2013-12-10 10:43:58 +08:00
Marina Glancy
8805a8017b
MDL-43279 block_blog_recent: fixed undefined property notice
2013-12-10 09:30:10 +11:00
Sam Hemelryk
69a40654d8
Merge branch 'm25_MDL-43159_Wrong_Naming_Convention_For_Variable' of https://github.com/scara/moodle into MOODLE_25_STABLE
2013-12-10 09:20:17 +13:00
Sam Hemelryk
0da3aac317
Merge branch 'MDL-43194-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2013-12-10 08:47:46 +13:00
Sam Hemelryk
aa1549681a
Merge branch 'MDL-43152-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2013-12-10 08:43:23 +13:00
Sam Hemelryk
d12121f385
Merge branch 'm25_MDL-43019' of git://github.com/danmarsden/moodle into MOODLE_25_STABLE
2013-12-10 08:28:56 +13:00
Eloy Lafuente (stronk7)
3efc95ed81
Merge branch 'MDL-40003-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-12-09 16:24:44 +01:00
sam marshall
f00bc60e74
MDL-43252 Group menu in wrong order when groupings used
2013-12-09 13:04:25 +00:00
Sam Chaffee
ae3cca4561
MDL-40003 mod_assign: Fixed submission comments not being restored
2013-12-09 11:04:24 +01:00
Marina Glancy
53ca1f85fd
Merge branch 'w50_MDL-42973_m25_addonupd' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-12-09 18:29:08 +11:00
Damyon Wiese
e135e187b4
MDL-40096 assign: Prevent js error because uniqid() is not unique.
...
Use html_writer::random_id instead because it incorporates a static counter.
2013-12-09 10:26:38 +08:00
Marina Glancy
af76b17662
Merge branch 'wip-MDL-40213_M25' of git://github.com/gjb2048/moodle into MOODLE_25_STABLE
2013-12-09 11:14:24 +11:00
Petr Škoda
70dbbf5763
MDL-31410 always send 200 in PayPal IPN response and hide all errors
2013-12-06 10:05:11 +08:00
Petr Škoda
8d6ea2a913
MDL-42973 fix multiple addon update issues
2013-12-06 09:38:50 +08:00
Andrew Nicols
88ec4afdb8
MDL-43152 JavaScript: Add update instructions for gallery-bootstrap
2013-12-06 09:20:38 +08:00
Andrew Nicols
3a46810152
MDL-43152 JavaScript: Fix linting issues with moodle-core-notification
2013-12-06 09:20:35 +08:00
Andrew Nicols
4294e95811
MDL-43152 JavaScript: Fix linting issues with moodle-block_navigation-navigation
2013-12-06 09:20:31 +08:00
Andrew Nicols
97828bead6
MDL-43152 JavaScript: Fix linting issues with moodle-theme_bootstrapbase
2013-12-06 09:20:24 +08:00
Andrew Nicols
12d52ecb3c
MDL-43152 JavaScript: Fix linting issues with moodle-core-blocks
2013-12-06 09:20:18 +08:00
Matteo Scaramuccia
5a575d8487
MDL-43159 Libraries Wrong naming convention in $supports_json_contenttype.
2013-12-05 16:10:17 +01:00
Matteo Scaramuccia
4cd8dff321
MDL-43082 Themes IE 9 Compatibility View doesn't support SVG.
2013-12-05 15:59:09 +01:00
Tim Hunt
da40d09a43
MDL-43131 qbank: Fix show question text when first viewing.
...
When you followed the link to the question bank, the checkbox for the
"Show question text in the question list" option correctly reflected the
user's preference, but what was actually shown in the question bank did
not.
2013-12-05 11:11:35 +00:00
Dan Poltawski
cf0e9701af
weekly release 2.5.3+
2013-12-05 15:10:07 +08:00
Dan Poltawski
b35bc421f2
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2013-12-05 15:10:04 +08:00
David Monllao
16236c6241
MDL-41592 behat: Setting a default value for CFG->behat_wwwroot in case it is empty
2013-12-05 17:06:26 +13:00
Dan Poltawski
6d8f88fb44
Merge branch 'MDL-43068_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-12-05 09:34:02 +08:00
Dan Marsden
421f2eca6e
MDL-43019 SCORM: always use iframe instead of object - backported from 2.6 - fixes issue with IE 11 SCORM packages not loading
2013-12-05 13:16:29 +13:00
Frederic Massart
e100c8137d
MDL-43185 behat: Use realpath on existing paths
2013-12-05 08:18:17 +13:00
Tim Hunt
65c22578bf
MDL-43068 course&gradebook: fix use of new API in old branches.
2013-12-04 15:34:31 +00:00
Gareth J Barnard
97108b8f9a
MDL-40213 theme_clean: Layout "secure.php" missing settings.
2013-12-04 11:51:23 +00:00
Andrew Nicols
6fef66dfb7
MDL-43194 JavaScript: Correct maxlen jshint configuration
2013-12-04 16:40:33 +08:00
Dan Poltawski
f1c88bc16c
Merge branch 'wip-MDL-40191-2-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-12-04 15:44:14 +08:00
Marina Glancy
90e0c511b1
MDL-40191 folder: Do not check capability in renderer
...
Capability to access the module is already checked before calling the renderer. Extra check works bad together with switching roles
2013-12-04 18:30:42 +11:00
Tim Lock
3e048cb036
MDL-34020: Further work on IMS package importing when using Blackboard packages
2013-12-04 15:18:28 +10:30
AMOS bot
127441b4c8
Automatically generated installer lang files
2013-12-04 00:43:15 +00:00
Eloy Lafuente (stronk7)
f0b9fd3348
Merge branch 'MDL-41446-m25' of git://github.com/sammarshallou/moodle into MOODLE_25_STABLE
2013-12-03 23:55:56 +01:00
Sam Hemelryk
c7cde40bb5
Merge branch 'MDL-41592_25' of https://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-12-04 11:52:23 +13:00
Eloy Lafuente (stronk7)
fd73fdaec0
Merge branch 'MDL-43142_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-12-03 23:41:34 +01:00
Eloy Lafuente (stronk7)
008b26a609
Merge branch 'MDL-43140_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-12-03 23:25:43 +01:00
Sam Hemelryk
d653c838b0
Merge branch 'MDL-43093_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-12-04 10:11:51 +13:00
Eloy Lafuente (stronk7)
e81cd4c375
Merge branch 'moodle25-mdl33971' of https://github.com/tlock/moodle into MOODLE_25_STABLE
2013-12-03 17:18:26 +01:00
Eloy Lafuente (stronk7)
b357a2a083
Merge branch 'MDL-43079-25' of https://github.com/jamiepratt/moodle into MOODLE_25_STABLE
2013-12-03 15:38:24 +01:00
Damyon Wiese
247901a4f7
Merge branch 'wip-MDL-42731-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-12-03 17:30:15 +08:00
Eloy Lafuente (stronk7)
35d2284423
Merge branch 'MDL-42885_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-12-03 10:02:00 +01:00
Damyon Wiese
a87ae3371d
Merge branch 'wip-MDL-43026-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-12-03 16:12:27 +08:00
Dan Poltawski
6fa2d2c2e1
Merge branch 'moodle25-mdl43020' of https://github.com/tlock/moodle into MOODLE_25_STABLE
2013-12-03 16:08:25 +08:00
Dan Poltawski
8708b9b3e2
Merge branch 'MDL-43066_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-12-03 12:36:56 +08:00
Damyon Wiese
73e2de1ff9
Merge branch 'wip-mdl-43048-m25' of https://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-12-03 11:44:09 +08:00
Damyon Wiese
a296572f2c
MDL-42904: Self enrol. Fix sloppy version numbers
2013-12-03 11:19:24 +08:00
Damyon Wiese
05d6010d2c
Merge branch 'wip-mdl-42904-m25' of https://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-12-03 11:16:53 +08:00
Sam Hemelryk
f591b27e11
Merge branch 'w48_MDL-41819_m25_maxinputvars' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-12-03 09:57:25 +13:00
Tim Hunt
237e532ee5
MDL-43093 update repeat_elements PHPdoc.
2013-12-02 17:48:18 +00:00
Damyon Wiese
ccd4e10e00
Merge branch 'm25_MDL-43039_SessionDiskFull_False_Positive' of https://github.com/scara/moodle into MOODLE_25_STABLE
2013-12-02 14:36:33 +08:00
David Monllao
3efc96f546
MDL-41592 general: Also checking the site path
2013-12-02 14:20:04 +08:00
David Monllao
f016ecaebf
MDL-41592 behat: Config settings more flexible
...
Adding the option to just set ->behat_wwwroot to
allow switching to the behat test site.
2013-12-02 14:20:04 +08:00
Aaron Barnes
2d68ba169d
MDL-41592 behat: Allow alt wwwroot to be set for acceptance testing
...
To set add $CFG->behat_wwwroot = 'http://alturl '; in your config.php
2013-12-02 14:20:04 +08:00
David Monllao
f46d530abc
MDL-43066 behat: Checking that the site is not already installed
2013-12-02 14:11:53 +08:00
Dan Poltawski
6dd2511d2f
Merge branch 'wip-MDL-40191-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-12-02 11:19:47 +08:00
Dan Poltawski
f683548a78
Merge branch 'MDL-43068_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-12-02 11:11:10 +08:00
AMOS bot
eec4dbcf8c
Automatically generated installer lang files
2013-12-02 00:42:56 +00:00
Petr Škoda
219fda2b67
MDL-41819 try to work around max_input_vars restriction
2013-12-02 08:30:15 +08:00
Marina Glancy
b7f8a886f2
MDL-40191 navigation: do not throw an error if activity is not visible
...
navigationlib is not the place to check it, let the page itself decide what to do in this case
2013-12-02 10:49:18 +11:00
David Mudrák
71adff6999
MDL-40191 MDLSITE-2455 Do not throw coding exception when the activity is not found
...
Under certain conditions, coding exception is thrown when fetching items from
the navigation bar. The patch prevents them. See more details in the tracker.
2013-12-02 10:49:17 +11:00
Marina Glancy
c67553ef0b
MDL-42731 block_activity_modules: add behat tests
2013-12-02 10:03:17 +11:00
Sam Hemelryk
a0a05fa456
MDL-43033 cache: added stats logging to set_many methods
2013-12-02 09:29:38 +13:00
Sam Hemelryk
c8e3e6f1f0
MDL-43033 cache: fixed display of definition stores in admin interface
2013-12-02 09:29:37 +13:00
Sam Hemelryk
5f70bde008
MDL-43033 cache: added a warning icon for mappings
...
We now show a warning icon with an explanatory alt if the user
has mapped a store as a mode default that doesn't not fulfill the
requirements of every known definition.
2013-12-02 09:29:37 +13:00
Sam Hemelryk
d9a72b3c05
MDL-43033 cache: fixed mode map event invalidation scenario
2013-12-02 09:29:37 +13:00
Sam Hemelryk
ead81f3fd2
MDL-43033 cache: added stats logging to get_many methods
2013-12-02 09:29:37 +13:00
Matteo Scaramuccia
563557f21e
MDL-43039 Libraries "The session partition is full." false positive.
2013-11-30 14:34:06 +01:00
Mark Nelson
c90c329d57
MDL-43140 mnet: display header after redirects to avoid warning
2013-11-29 14:26:03 -08:00
Mark Nelson
6d5aa15b8d
MDL-43142 mnet: fixed typo in variable passed to get_string
2013-11-29 14:15:30 -08:00
Dan Poltawski
3dc57a1203
weekly release 2.5.3+
2013-11-29 12:52:50 +08:00
Dan Poltawski
2b18121895
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2013-11-29 12:52:47 +08:00
Tim Lock
5ba4c94328
MDL-42487: Forced userprofile dl style to be displayed: inline-block.
2013-11-29 09:29:23 +10:30
Tim Hunt
9c4dd6381f
MDL-43068 course&gradebook: show/hide cm & CONTROLS_GRADE_VISIBILITY
...
Making a quiz visible on the course page, of via the settings form,
could cause the grade item to become visible in the gradebook, even
though the quiz supports FEATURE_CONTROLS_GRADE_VISIBILITY to ensure
that when the grades are hidden in the quiz settings, they do not appear
in the gradebook.
Now, if a module supports FEATURE_CONTROLS_GRADE_VISIBILITY, then
set_coursemodule_visible calls the _grade_item_update callback to update
the grade item(s).
In addition, there was a bug when saving the quiz form, where it used
the value of $cm->visible from the database, which was wrong if the
value of cm->visible had just been changed on the setting form.
2013-11-28 10:03:49 +00:00
AMOS bot
25770d6ae4
Automatically generated installer lang files
2013-11-28 09:12:43 +00:00
James Pratt
d8ca0c903c
MDL-43079 quiz statistics : fix stats graph when all grades zero
2013-11-27 17:54:05 +07:00
Rajesh Taneja
fcfb7ec498
MDL-43048 block_tags: Initalised content->text for tags block
2013-11-27 14:37:45 +08:00
Mark Nelson
44a9508cb9
MDL-42885 tool_uploaduser: removed misleading debugging message
2013-11-26 21:26:27 -08:00
Dan Poltawski
f4ce42df46
MDL-42942 behat: increment version
2013-11-27 11:39:12 +08:00
Dan Poltawski
76c4158fa7
Merge branch 'MDL-42942_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-11-27 11:39:07 +08:00
AMOS bot
1f8c03b16e
Automatically generated installer lang files
2013-11-27 00:48:25 +00:00
Tim Lock
1df90c1813
MDL-33971: When viewing course log entries for Quiz View Summary a number is displayed not the quiz name
2013-11-27 08:13:17 +10:30
Tim Lock
6ba76e04df
MDL-43020: Fix lesson scale warnings when deleting user attempts
2013-11-27 07:41:21 +10:30
Tim Lock
20d1fea57f
MDL-43020: Fix calculation of lesson scale value warning
2013-11-27 07:40:21 +10:30
Tim Lock
7b52944b5e
MDL-43020: Lesson using a scale always gives the minimum scale value
2013-11-27 07:40:21 +10:30
Eloy Lafuente (stronk7)
9703d42284
Merge branch 'm25_MDL-43045' of git://github.com/totara/moodle into MOODLE_25_STABLE
2013-11-26 21:30:31 +01:00
Ruslan Kabalin
3bc1bd6ee8
MDL-43071 assign: Fix offline grades import for scale grading.
2013-11-26 16:45:29 +00:00
Dan Poltawski
8e999b2643
Merge branch 'MDL-43000_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-11-26 15:06:32 +08:00
Dan Poltawski
ff68fc5dbd
Merge branch 'MDL-40741_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-11-26 14:57:17 +08:00
Dan Poltawski
768aa4ac33
Merge branch 'wip-MDL-43006-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-11-26 13:24:45 +08:00
David Monllao
cea825d5ad
MDL-40741 behat: Changing xpaths for clean theme
...
Keeps compatibility with standard theme.
2013-11-26 13:04:15 +08:00
Dan Poltawski
ed66d9399a
Merge branch 'MDL-42733_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-11-26 12:12:49 +08:00
Tim Lock
ef95b087f8
MDL-42998: Fix user selection search options autoselectunique.
2013-11-26 10:50:35 +08:00
David Monllao
a9be971c84
MDL-42842 behat: Adding a new formatter
...
Based on ProgressFormatter, the site info
will be displayed when the suite begins.
2013-11-26 10:46:39 +08:00
Dan Poltawski
2f3a0c3d93
Merge branch 'wip-mdl-41635-m25' of git://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-11-26 10:25:03 +08:00
Sam Hemelryk
4cedd8fb9d
Merge branch 'MDL-43005-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-11-26 08:42:02 +13:00
Simon Coggins
eaab90a2df
MDL-43045 report: Fix missing role name in security overview report
2013-11-26 08:23:23 +13:00
Damyon Wiese
bf44c1e521
Merge branch 'wip-MDL-41257-25' of git://github.com/abgreeve/moodle into MOODLE_25_STABLE
2013-11-25 14:03:26 +08:00
Dan Poltawski
05b233d112
Merge branch 'w48_MDL-37016_m25_sloppymysql' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-11-25 13:40:58 +08:00
Damyon Wiese
d1dd8b1496
Merge branch 'wip-mdl-42924-m25' of https://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-11-25 13:16:51 +08:00
Damyon Wiese
818c05cd0e
Merge branch 'MDL-42913a-25' of https://github.com/srynot4sale/moodle into MOODLE_25_STABLE
2013-11-25 12:30:46 +08:00
Marina Glancy
bce35f82c9
MDL-43006 behat: adding javascript tag because of behat bug
...
behat without JS does not submit the empty textarea field causing notice in the form processing
2013-11-25 15:01:13 +11:00
Dan Poltawski
beb6b442ca
Merge branch 'MDL-42547_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-11-25 10:37:38 +08:00
Rajesh Taneja
26ebec6219
MDL-42904 self_enrol: Set customint1 if it's null
2013-11-25 10:03:23 +08:00
Eloy Lafuente (stronk7)
a24766c374
Merge branch 'wip-MDL-29071-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-11-24 16:51:12 +01:00
Petr Škoda
074c243ed2
MDL-37016 fix sloppy mysql nulls in event.uuid
2013-11-24 15:12:39 +08:00
Tim Hunt
f9306bd5b8
MDL-43000 shortanswer qtype: handle patterns with many *s
...
Teachers were typing patterns like
********************************<em>****************************</em>
which translates into a pattern like .*.*.*.*, which is very inefficient
to try to match, althought it is equivalent ot a single .*. At a certain
point preg was just giving up.
Since people actually do this, we should simplify the regex by treating
runs of * like a single *.
2013-11-22 11:34:26 +00:00
Marina Glancy
58ac1b444e
MDL-43026 behat: Add tests for all existing module generators
2013-11-22 17:35:29 +11:00
Eloy Lafuente (stronk7)
20776b450f
weekly release 2.5.3+
2013-11-21 19:33:38 +01:00
Eloy Lafuente (stronk7)
7ce12c2d74
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2013-11-21 19:33:33 +01:00
David Monllao
7bf1651295
MDL-42733 behat: Removing the restriction of an started output to handle the PHP errors
2013-11-21 14:36:13 +08:00
Ankit Agarwal
03260d9cc8
MDL-43005 blogs: Fix issues with blog tags
2013-11-21 13:39:32 +08:00
Marina Glancy
caeb793db0
MDL-29071 ddl: unittest for objects name length
2013-11-21 12:39:59 +11:00
Marina Glancy
d33af201ab
MDL-29071 ddl: make sure object name never exceeds max length
...
Many thanks to Ray Bon for finding the problem
2013-11-21 12:39:45 +11:00
Sam Hemelryk
b1a0fe9318
NOBUG: fixed whitespace
2013-11-21 08:06:15 +13:00
Jerome Mouneyrac
bb12a401ec
MDL-42184 remove the body top padding for bootstrapbase popup + fix get_device_type call
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-21 08:03:58 +13:00
Mark Nelson
68cc921a37
MDL-42547 tool_uploaduser: trim values before uploading users
2013-11-20 00:35:57 -08:00
David Monllao
378d11db3e
MDL-42842 testing: Generalization of the site info
2013-11-20 13:50:05 +08:00
FilipBenco
78efd16298
MDL-41635 Reports: Added missing string in loglive reports
...
Under course administration navigation log live doesn't appear
or appear with empty string (in some themes), this is happening
because text passed is empty.
2013-11-20 11:27:46 +08:00
Marina Glancy
ccbd4e40c5
Merge branch 'MDL-42767-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-11-20 13:23:57 +11:00
Michael Milette
d2927dfcb5
MDL-41257 calendar: Day and Upcoming-Events view not processed through text_filters() function
...
This fix adds text filtering to the Calendar Day view and Upcoming Events view, specifically the event name and event description.
Signed-off-by: Michael Milette <michael.milette@instruxmedia.com >
2013-11-20 10:14:17 +08:00
Aaron Barnes
3f44ba8664
MDL-42913 lib/grouplib.php: Avoid cache sometimes for groups_get_all_groups
...
The new groups cache returns unexpected results when you pass
in a field parameter than would normally change the result array index
2013-11-20 12:01:02 +13:00
Rajesh Taneja
756778fc7f
MDL-42924 Administration: use normalize_component to extract plugin name and type
2013-11-19 11:58:52 +08:00
Dan Poltawski
36bb3af665
Merge branch '42060-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-11-19 10:39:34 +08:00
Dan Poltawski
b4275e41ec
Merge branch 'MDL-42504_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-11-19 10:31:51 +08:00
Dan Poltawski
e1d8082792
Merge branch 'MDL-42181_25' of git://github.com/mkassaei/moodle into MOODLE_25_STABLE
2013-11-19 10:07:06 +08:00
Damyon Wiese
5a2d5cfaf1
Merge branch 'm25_MDL-40223' of git://github.com/danmarsden/moodle into MOODLE_25_STABLE
2013-11-19 09:51:36 +08:00
AMOS bot
d515f0d9b3
Automatically generated installer lang files
2013-11-19 00:40:28 +00:00
Dan Marsden
bf79273a0f
MDL-40223 SCORM: pass limit into function instead of hardcoding to allow cross-db
2013-11-19 13:30:27 +13:00
Sam Hemelryk
4f314c0d62
Merge branch 'MDL-41316-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-11-19 12:27:55 +13:00
Sam Hemelryk
b85181b3cd
Merge branch 'w47_MDL-42612_m25_paypalruble' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-11-19 12:24:28 +13:00
Sam Hemelryk
d9ca430e4f
Merge branch 'MDL-42774-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2013-11-19 12:06:08 +13:00
Sam Hemelryk
37c71ce3cc
Merge branch 'MDL-42863_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-11-19 12:03:25 +13:00
Sam Hemelryk
a073d7c8b0
Merge branch 'MDL-42865_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-11-19 11:50:32 +13:00
Sam Hemelryk
3dc6381f90
MDL-42852 theme_bootstrapbase: fixed whitespace
2013-11-19 11:44:29 +13:00
Sam Hemelryk
31767636d8
Merge branch 'wip-MDL-42852_M25' of git://github.com/gjb2048/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-19 11:43:42 +13:00
Sam Hemelryk
ca8790e981
Merge branch 'MDL-42184-25' of git://github.com/mouneyrac/moodle into MOODLE_25_STABLE
2013-11-19 10:13:13 +13:00
Sam Hemelryk
5b8ead0e73
Merge branch 'MDL-42853-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-11-19 10:08:05 +13:00
Ankit Agarwal
d39f1ca2a5
MDL-42767 notes: Delete notes on a course delete
2013-11-18 16:03:52 +08:00
Dan Poltawski
1157cc9798
Merge branch 'MDL-42880b_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-11-18 15:39:18 +08:00
Damyon Wiese
e9182f584f
Merge branch 'MDL-42808-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-11-18 15:27:53 +08:00
Damyon Wiese
9bd2c37acc
Merge branch 'm25_MDL-41695' of git://github.com/danmarsden/moodle into MOODLE_25_STABLE
2013-11-18 15:21:20 +08:00
Damyon Wiese
22000e52b7
Merge branch 'MDL-42582-m25' of git://github.com/sammarshallou/moodle into MOODLE_25_STABLE
2013-11-18 14:54:17 +08:00
Petr Škoda
401cecabd2
MDL-42612 add support for Russian Ruble in PayPal
2013-11-18 11:46:27 +08:00
Sam Hemelryk
3cc85c6a66
MDL-42060 block_course_list: fixed sorting of mycourses
2013-11-18 11:15:43 +13:00
Dan Marsden
ccc2cf8793
MDL-41695 SCORM: allow unlimited decimal places in CMIDecimal
2013-11-18 10:28:31 +13:00
Dan Marsden
3c22f80a98
MDL-40223 SCORM: update scorm->launch param after restore - also check that scorm->launch is valid.
2013-11-18 09:51:37 +13:00
Gareth J Barnard
6bb8eba308
MDL-42852 lib: Blocks disappear in Clean in RTL.
2013-11-17 13:55:09 +00:00
Tim Hunt
3098e4254d
MDL-42880 quiz settings: remove unnecessary disabledif rules.
...
These rules were causing problems in the case where the form was
sumitted with validation errors. In that case, the During the attempt ->
The attempt checkbox was becoming unset, and hence the other During the
attmept checkboxes became disabled, and the values were not saved.
Thanks to Sam Marshall for suggesting this fix.
2013-11-15 19:20:24 +00:00
M Kassaei
bdbbe777d9
MDL-42181 quiz nav: highight all buttons when all Qs on one page
2013-11-15 16:36:18 +00:00
Tim Hunt
c48f58ba9f
MDL-42863 make capabilities overview more fault-tolerant.
2013-11-15 15:12:53 +00:00
Tim Hunt
dcc650ef40
MDL-42865 Make XMLDB foreign key check more robust.
...
Otherwise, installing one bad add-on can completely break this report.
2013-11-15 14:59:29 +00:00
Tim Hunt
e9a504c2f8
MDL-42504 quiz autosave: alert users if connection lost.
...
When the auto-save fails, we alert the user that they may have lost their
internet connection so that they don't do more work that they might just
lose.
2013-11-15 14:59:02 +00:00
Eloy Lafuente (stronk7)
b3f2d75a47
weekly release 2.5.3+
2013-11-15 11:14:58 +01:00
Eloy Lafuente (stronk7)
55dc7b6be9
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2013-11-15 11:14:54 +01:00
Frederic Massart
820ef5cdbc
MDL-42912 mod_glossary: Fix typo and call to core_text
2013-11-15 09:42:46 +01:00
Eloy Lafuente (stronk7)
850fd970cb
Merge branch 'MDL-42447_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-11-15 02:14:15 +01:00
David Monllao
b5f1e8f1e7
MDL-42447 performance: New var to add perf. info to redirections
2013-11-15 09:13:37 +08:00
Eloy Lafuente (stronk7)
4233914802
Merge branch 'wip-MDL-42912-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-11-15 02:06:02 +01:00
Marina Glancy
0eb9a0a03d
MDL-42912 glossary: oracle-compatibility of SQL queries
2013-11-15 11:53:02 +11:00
Frederic Massart
cec4acd408
MDL-42853 course: Fix edit title icon margin on RTL
2013-11-14 09:45:45 +08:00
AMOS bot
f5280e9706
Automatically generated installer lang files
2013-11-14 00:45:21 +00:00
Eloy Lafuente (stronk7)
262edf64ca
Merge branch 'MDL-42768-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-11-13 23:15:51 +01:00
Frederic Massart
1919471ec0
MDL-42768 restore: Use sql_compare_text instead for text comparison
2013-11-13 14:47:04 +08:00
Damyon Wiese
175137de18
Merge branch 'MDL-42598_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-11-13 14:35:34 +08:00
Damyon Wiese
ef9b7c943b
Merge branch 'MDL-33536-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2013-11-13 13:11:19 +08:00
Ankit Agarwal
6a25e29bfc
MDL-41316 tool_spamcleaner: AS keyword is not allowed in sql qeries for table alias as Oracle doesn't support it
2013-11-13 11:31:53 +08:00
Damyon Wiese
a6d5825da4
MDL-33536 Navigation: Add missing require_once for safety.
2013-11-13 10:03:45 +08:00
AMOS bot
2db12e1ff2
Automatically generated installer lang files
2013-11-13 00:47:31 +00:00
Marina Glancy
bf6fd02b43
MDL-38574 recompiled moodle.css in bootstrapbase
2013-11-13 11:17:21 +11:00
Eloy Lafuente (stronk7)
5d4b5a560a
Merge branch 'MDL-42790_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-11-13 01:12:45 +01:00
Eloy Lafuente (stronk7)
d385005eaf
Merge branch 'MDL-42839-m25' of git://github.com/sammarshallou/moodle into MOODLE_25_STABLE
2013-11-13 01:10:20 +01:00
Marina Glancy
96b5e3fc49
Merge branch 'MDL-38574_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-11-13 11:05:35 +11:00
Eloy Lafuente (stronk7)
4ac33ebc05
Merge branch 'wip_25_mdl-42723' of https://github.com/iarenaza/moodle into MOODLE_25_STABLE
2013-11-13 01:02:55 +01:00
Eloy Lafuente (stronk7)
e17a5a4d21
Merge branch 'wip-MDL-42672-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-11-12 20:07:14 +01:00
sam marshall
6457d2eca3
MDL-42839 MUC: Memcache server configuration too sensitive to whitespace
2013-11-12 12:38:09 +00:00
Tim Hunt
493a747afc
MDL-42790 essay attempt on last: fix plain reponse mode
...
Plain responses, without files, were getting messed up by the
fix for MDL-39980. Something that looked like an HTML comment was being
appended.
This fix works by avoiding appending anything if there are no files. The
new unit test (which was failing before I fixed the code) confirms that
this works. The other tests should be enough to verify that there are no
regressions.
2013-11-12 10:46:31 +00:00
Marina Glancy
63d05b24d9
Merge branch 'MDL-42276_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-11-12 15:11:41 +11:00
Marina Glancy
00be378045
Merge branch 'MDL-42540_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-11-12 14:48:10 +11:00
Mark Nelson
49875e3a89
MDL-42276 core_group: added behat tests to automate group actions
...
1. Added new step definitions to check if an element exists or does not exist in another.
2. Added new step definitions to check if an element is readonly or is not readonly.
3. Automated testing for MDLQA-1812 and MDLQA-1813.
Added behat test for deleting groups/groupings with and without the
'moodle/course:changeidnumber' capability.
4. Automated MDLQA-2105.
Added behat test for creating groups/groupings without the
'moodle/course:changeidnumber' capability.
5. Automated MDLQA-2238 and MDLQA-2335.
Added behat test for updating groups/groupings with and without the
'moodle/course:changeidnumber' capability.
2013-11-11 18:07:05 -08:00
Damyon Wiese
5a668a8c81
Merge branch '42806-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-11-12 10:04:38 +08:00
AMOS bot
bffb56756a
Automatically generated installer lang files
2013-11-12 00:53:13 +00:00
Marina Glancy
ce20ddf41a
Merge branch 'MDL-41775_25' of git://github.com/grabs/moodle into MOODLE_25_STABLE
2013-11-12 11:24:07 +11:00
Eloy Lafuente (stronk7)
3bf475dbfe
Merge branch 'MDL-40481_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-11-12 00:41:38 +01:00
Andreas Grabs
92bf874cfa
MDL-41775 mod_feedback - Input fields are shown with a fixed width on bootstrap based themes
2013-11-11 20:55:20 +01:00
Tim Hunt
3089c9a4c2
MDL-42598 quiz variant randomisation not random enough.
...
A student would get the same question variants (for example for a
calculated question) on their first attempt at both copies of a
duplicated quiz.
2013-11-11 14:17:25 +00:00
Tim Hunt
fd85294415
MDL-42540 quiz manual grading should have setType
2013-11-11 14:17:10 +00:00
Tim Hunt
4517b6c832
MDL-40481 quiz responses report needs cols need text_sorting
2013-11-11 14:16:41 +00:00
Tim Hunt
4ce081c117
MDL-38574 qtype chooser: quick fix to make it fit on-screen.
...
MDL-32729 will provide a better fix for this, but we may as well apply
this quick fix on stable branches.
2013-11-11 14:16:15 +00:00
Andrew Nicols
e121230981
MDL-42774 JavaScript: Ensure that shifter cleans build directories before running
2013-11-11 18:30:19 +08:00
Marina Glancy
e5f2d6cdff
NOBUG: convert tabs to whitespaces
2013-11-11 21:28:28 +11:00
Marina Glancy
af19ff0d79
Merge branch 'MDL-42043-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-11-11 21:11:08 +11:00
Sam Hemelryk
e0b110399b
MDL-42806 block_mentees: can only be docked if it has a valid title set.
2013-11-11 17:23:41 +08:00
Damyon Wiese
a97d655d8f
Merge branch 'MDL-42803-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-11-11 17:17:13 +08:00
Frederic Massart
21293bbae0
MDL-42808 library: Google API was resetting the timezone
2013-11-11 15:32:52 +08:00
Sam Hemelryk
36c192677e
Merge branch 'wip-mdl-42795-m25' of https://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-11-11 14:09:54 +08:00
Ankit Agarwal
072b02cc14
MDL-42803 behat: Add a wait to fix possible random behat errors in CI
2013-11-11 14:06:27 +08:00
Frederic Massart
87cd6776a5
MDL-42043 theme: Use $theme instead of $OUTPUT for pix_url()
2013-11-11 13:18:37 +08:00
Jason Fowler
26d49a12b0
MDL-42699 TinyMCE: adding padding to content area in Clean
2013-11-11 12:17:01 +08:00
Renaat Debleu
2602828491
MDL-42795 course: fixed param course in sql
...
course_sections has course field and not courseid, hence replaced it with course.
2013-11-11 10:48:19 +08:00
Eloy Lafuente (stronk7)
89e6c5c0e9
Moodle release 2.5.3
2013-11-10 01:58:48 +01:00
Damyon Wiese
a7d4d3431d
weekly release 2.5.2+
2013-11-08 12:53:13 +08:00
Damyon Wiese
836ab073a3
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2013-11-08 12:53:09 +08:00
Jerome Mouneyrac
3f74db6578
MDL-42184 bootstrapbase: popup should have no header
2013-11-08 11:59:48 +08:00
AMOS bot
f6b388ebfd
Automatically generated installer lang files
2013-11-08 00:43:05 +00:00
Damyon Wiese
5a3a531267
Merge branch 'MDL-42668-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-11-07 16:10:59 +08:00
Dan Poltawski
934c120bf7
Merge branch 'MDL-42666-25-fixup' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-11-07 15:56:31 +08:00
Frederic Massart
e4feadd902
MDL-42668 portfolio_boxnet: Do not run upgrade multiple times
...
Conflicts:
portfolio/boxnet/db/upgrade.php
portfolio/boxnet/version.php
2013-11-07 15:37:18 +08:00
Frederic Massart
0fe0fe9ebe
MDL-42666 repository_boxnet: Do not run the upgrade multiple times
...
Conflicts:
repository/boxnet/db/upgrade.php
repository/boxnet/version.php
2013-11-07 15:25:33 +08:00
Frederic Massart
f15dccae2a
MDL-42668 portfolio_boxnet: Disable the portfolio when non-HTTPS
2013-11-07 14:34:18 +08:00
Frederic Massart
01b9b03441
MDL-42668 portfolio_boxnet: Disable the portfolio during upgrade
2013-11-07 14:34:17 +08:00
Frederic Massart
c13e763ef1
MDL-42668 portfolio_boxnet: Notify the admins about the upgrade process
...
Conflicts:
portfolio/boxnet/version.php
2013-11-07 14:34:12 +08:00
Frederic Massart
0ae0d09eb9
MDL-42668 portfolio_boxnet: Migration to APIv2
...
Conflicts:
lib/boxlib.php
2013-11-07 14:31:32 +08:00
Dan Poltawski
edb8542bae
Merge branch 'MDL-42666-25-fixup' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-11-07 14:19:10 +08:00
Frederic Massart
2c9b25f0cf
MDL-42666 tests: Setting new Box.net mandatory arguments
2013-11-07 13:55:07 +08:00
Marina Glancy
a41b923702
Merge branch 'MDL-42697-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2013-11-07 16:31:22 +11:00
Dan Poltawski
95e92d994a
Merge branch 'MDL-42666-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-11-07 11:44:45 +08:00
Frederic Massart
c19d952ad2
MDL-42666 repository_boxnet: New lang strings rather than replace
2013-11-07 11:14:12 +08:00
Damyon Wiese
9f4c5ff972
Merge branch 'MDL-42605-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-11-07 11:02:10 +08:00
Frederic Massart
f5b8ccf6e4
MDL-42666 repository_boxnet: Improved output during migration
2013-11-07 11:00:33 +08:00
Dan Poltawski
dc7910cfb5
Merge branch 'MDL-42728-en_fix_25' of git://github.com/mudrd8mz/moodle into MOODLE_25_STABLE
2013-11-07 09:36:01 +08:00
Frederic Massart
550be25d23
MDL-42666 repository_boxnet: Avoid re-download of sync'd references
2013-11-06 15:04:04 +08:00
Petr Škoda
00163ad105
MDL-38743 add private cache headers
2013-11-06 13:56:22 +08:00
Marina Glancy
36c9dadd67
Merge branch 'MDL-42640-25' of https://github.com/colin-umn/moodle into MOODLE_25_STABLE
2013-11-06 16:31:46 +11:00
Frederic Massart
05c9a3da2a
MDL-42666 repository_boxnet: Downloading a file follows locations
2013-11-06 12:46:17 +08:00
Frederic Massart
d4617dcbae
MDL-42666 repository_boxnet: Fix undefined variable usage
2013-11-06 12:46:17 +08:00
Frederic Massart
78e8d438e1
MDL-42666 repository_boxnet: Using the right reference
2013-11-06 12:45:14 +08:00
Andrew Nicols
0276873e4d
MDL-42697 Theme: Fix overflow on docked blocks
2013-11-06 12:01:40 +08:00
Marina Glancy
628c568f2d
MDL-42672 blocks: warnings on /mod/xxx/index.php for frontpage course
2013-11-06 14:37:27 +11:00
Frederic Massart
79277af9cb
MDL-42666 repository_boxnet: Convert all the references asap
...
This has been done in case the script fails during the processing
and needs to be re-run. Now all the references are converted as soon
as we can, where as before they could have ended up being re-downloaded.
2013-11-06 11:24:07 +08:00
Frederic Massart
b633be82aa
MDL-42666 repository_boxnet: Warn on HTTPS requirement when non HTTPS
2013-11-06 11:24:07 +08:00
Frederic Massart
aea6108e05
MDL-42666 repository_boxnet: Alert the admins of the migration process
...
Conflicts:
repository/boxnet/version.php
2013-11-06 11:24:05 +08:00
Frederic Massart
4aaab482ff
MDL-42666 repository_boxnet: Revoke access token when logging out
2013-11-06 11:22:34 +08:00
Frederic Massart
c800a57c7d
MDL-42666 oauthlib: Getter methods for accesstoken, client id and secret
2013-11-06 11:22:34 +08:00
Frederic Massart
b04cc1f3a7
MDL-42666 repository_boxnet: Remove hardcoded date for APIv1 end of life
2013-11-06 11:22:33 +08:00
Frederic Massart
7ee244b1a4
MDL-42666 repository_boxnet: Disabling file references
2013-11-06 11:22:33 +08:00
Frederic Massart
3fa4ae2a33
MDL-42666 repository_boxnet: Advise the user to run the migration tool
2013-11-06 11:22:33 +08:00
Frederic Massart
738a724ce7
MDL-42666 repository_boxnet: Tool to launch the migration
2013-11-06 11:22:32 +08:00
Frederic Massart
3f944b3350
MDL-42666 repository_boxnet: Function to convert APIv1 references to true copies
2013-11-06 11:22:32 +08:00
Frederic Massart
f1b93a70bf
MDL-42666 repository_boxnet: Convert repository to APIv2
...
The support for downloading images when they are references
from Box.net have been dropped in this script as the new
API does not support references. Unfortunately the old
references thumbnails will not be updated any more.
Conflicts:
lib/upgrade.txt
repository/boxnet/lib.php
2013-11-06 11:21:16 +08:00
Damyon Wiese
2f78f30342
MDL-39800 tags: Fix tags/upgrade.txt version number in backport
2013-11-06 10:45:42 +08:00
Damyon Wiese
bff2785bbb
Merge branch 'wip-MDL-41309-25STABLE' of https://github.com/jennymgray/moodle into MOODLE_25_STABLE
2013-11-06 10:37:09 +08:00
Mary Evans
7e7123eb04
MDL-40244 forms: added setType() for groupinfo in forum and wiki
2013-11-06 12:24:55 +11:00
Helen Foster
0282d3ec01
MDL-42728 Merge English strings from the en_fix language pack
2013-11-05 23:49:47 +01:00
Iñaki Arenaza
7a69e7a88f
MDL-42723: Hide and handle LDAP error when user not in context being checked
...
MDL-41304 only fixed the case when 'Search subcontext' is enabled. We need to
fix the case when it's not enabled too.
While silencing errors with an @ should be avoided if possible, there's no
other way to prevent the warnings in this case.
2013-11-05 17:05:30 +01:00
Damyon Wiese
ef7b0158c9
Merge branch 'wip-MDL-38228-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-11-05 22:39:27 +08:00
Jenny Gray
4aafc00b17
MDL-39800 tags: moved cloud sorting to print function
2013-11-05 10:59:09 +00:00
Jenny Gray
bbec0210fa
MDL-39800 tags: Applied weight and ordering fix on all more page options
...
Also:
Fixed weight and ordering on more page show=all
Fixed weight and ordering on more page show=my
rationalised tag_print_cloud lines now identical
2013-11-05 10:58:59 +00:00
Jenny Gray
1ee5db0a96
MDL-39800 tags: resolved weighting in block content
2013-11-05 10:58:48 +00:00
David Monllao
b1c08d5b81
MDL-42332 behat: Adding a wait to let AJAX finish the request
...
The Mark as completed performs an AJAX request,
we need to give time to let it finish.
2013-11-05 17:26:52 +08:00
Dan Poltawski
e9c05243e0
Merge branch 'MDL-42613_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-11-05 16:46:34 +08:00
David Monllao
4e6fe1af7a
MDL-42363 behat: Avoid random failure because of timing differences
2013-11-05 15:53:34 +08:00
Marina Glancy
5636172729
Merge branch 'MDL-40267-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-11-05 17:45:13 +11:00
Dan Poltawski
f6c01ed03d
Merge branch 'MDL-42385_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-11-05 12:34:37 +08:00
rwijaya
b493d5f228
MDL-42280 Behat: add behat test for block settings.
...
Test includes: modifying setting to hide and move block appearance
2013-11-05 11:37:56 +08:00
Aaron Barnes
3ddd77dfd7
MDL-42476 report_progress: don't browser sniff for SVG support
...
Use feature detection, its more robust and better practice.
2013-11-05 11:24:33 +08:00
Colin Campbell
7bdfb60b14
MDL-42640 quiz: Fix restore of backup without overduehandling setting
...
Use default quiz overduehandling setting when restoring a
backup from older Moodle version that does not have a quiz
overduehandling setting.
2013-11-04 21:12:33 -06:00
Marina Glancy
c12f6b3191
MDL-38228 upgrade: Rewrite and re-apply script that fixes corrupt course modules to sequence relation
2013-11-05 14:12:32 +11:00
Ray Morris
3e90b472a0
MDL-42265 make Browse Users list scrollable for smaller screens
2013-11-05 10:50:19 +08:00
Dan Poltawski
60d8c0214b
MDL-40267 forms: fix utf8 string length rules
2013-11-05 10:19:41 +08:00
Eloy Lafuente (stronk7)
6cb4f34ebd
MDL-40267 forms: added some tests for the range rule
2013-11-05 10:08:11 +08:00
Damyon Wiese
7877f2a10d
Merge branch 'wip-MDL-42374-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-11-05 09:27:46 +08:00
Dan Poltawski
9b8d886a7d
Merge branch 'MDL-42273-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-11-04 23:41:08 +08:00
Dan Poltawski
9686f6db9b
Merge branch 'MDL-42363_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-11-04 23:34:28 +08:00
Dan Poltawski
742f8adac4
Merge branch 'wip-MDL-42270_M25_2' of git://github.com/gjb2048/moodle into MOODLE_25_STABLE
2013-11-04 22:54:16 +08:00
Dan Poltawski
23e3fe5449
Merge branch 'MDL-42548_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-11-04 22:35:05 +08:00
Dan Poltawski
028528e223
Merge branch 'MDL-42453_M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
2013-11-04 22:17:20 +08:00
Dan Poltawski
2aed63d053
MDL-42533 conditionlib: Add clarifying comments
2013-11-04 22:04:09 +08:00
Dan Poltawski
99870bc223
Merge branch 'MDL-42533-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-11-04 21:55:37 +08:00
Dan Poltawski
d06720b0b5
Merge branch 'MDL-42326_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-11-04 21:43:49 +08:00
Dan Poltawski
824105f80f
Merge branch '42350-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-11-04 17:38:01 +08:00
Jerome Mouneyrac
c7cc3271c0
MDL-42332 Automate MDLQA-5260 and MDLQA-5261 - A badge can be awarded based on activity and course completion + add i_trigger_cron behat step
2013-11-04 17:18:08 +08:00
Jerome Mouneyrac
a10af7329e
MDL-42331 Automate MDLQA-5258 - A teacher can add and allocate a course badge
2013-11-04 17:15:05 +08:00
Dan Poltawski
46ee24b31e
Merge branch 'MDL-42551_25' of git://github.com/stronk7/moodle into MOODLE_25_STABLE
2013-11-04 16:22:46 +08:00
Jerome Mouneyrac
79a12d2d3f
MDL-42330 Automate MDLQA-5257 - An admin can award a site badge
2013-11-04 16:19:42 +08:00
Marina Glancy
bdb51186d7
Merge branch 'MDL-42604-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-11-04 19:16:44 +11:00
Dan Poltawski
162fe6fab2
Merge branch 'w45_MDL-42044_m25_zipaddon' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-11-04 16:14:39 +08:00
Sam Hemelryk
084b8ae091
MDL-42350 mod_assign: fixed display of submission button
2013-11-04 15:58:16 +08:00
Dan Poltawski
43eaae3502
MDL-42111 fix trailing whitespace
2013-11-04 15:36:19 +08:00
Dan Poltawski
fde722805f
Merge branch 'MDL-42111_m25' of git://github.com/rwijaya/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-04 15:36:08 +08:00
Damyon Wiese
f4dfc6aec3
Merge branch 'MDL-34654-m25' of git://github.com/sammarshallou/moodle into MOODLE_25_STABLE
2013-11-04 15:22:58 +08:00
Dan Poltawski
9e947fe303
Merge branch 'MDL-42494-workshop-exception_25' of git://github.com/mudrd8mz/moodle into MOODLE_25_STABLE
2013-11-04 14:51:52 +08:00
Marina Glancy
a13c26eca3
Merge branch 'MDL-42429_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-11-04 17:28:15 +11:00
Marina Glancy
7b6142193d
Merge branch 'MDL-42566_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-11-04 17:23:12 +11:00
Dan Poltawski
211b771e3b
MDL-42286 fix trailing whitespace
2013-11-04 14:15:13 +08:00
Dan Poltawski
8b03e53926
Merge branch 'MDL-42286_behat_25' of https://github.com/andyjdavis/moodle into MOODLE_25_STABLE
2013-11-04 14:13:49 +08:00
Sam Hemelryk
6d50856c1f
Merge branch 'MDL-42648_M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
2013-11-04 14:00:19 +08:00
Marina Glancy
01e7a77619
Merge branch 'MDL-42465_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-11-04 16:58:11 +11:00
Frederic Massart
95a7908c29
MDL-41807 repository_filesystem: Prevent access to parent directories
2013-11-04 13:31:11 +08:00
Damyon Wiese
6885480643
Merge branch 'MDL-42489-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-11-04 13:17:02 +08:00
Marina Glancy
c82257cc88
Merge branch 'MDL-42617_25' of git://github.com/jleyva/moodle into MOODLE_25_STABLE
2013-11-04 16:14:57 +11:00
Marina Glancy
b981f1b847
Merge branch 'MDL-38664_m25' of git://github.com/rwijaya/moodle into MOODLE_25_STABLE
2013-11-04 15:16:43 +11:00
Dan Poltawski
ed4d821352
Merge branch 'MDL-40515_25' of git://github.com/aolley/moodle into MOODLE_25_STABLE
2013-11-04 12:10:56 +08:00
Damyon Wiese
1b6b8865bb
Merge branch 'MDL-35146_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-11-04 11:55:44 +08:00
Petr Škoda
80d1934fe3
MDL-41941 clean message text
2013-11-04 11:37:59 +08:00
Tim Hunt
8f39e9f1af
MDL-41820 XSS in the quiz responses report.
...
Thanks to Michael Hess for finding this bug and reporting it to us.
2013-11-04 11:12:04 +08:00
Damyon Wiese
2116cfe31b
Merge branch 'MDL-42521_25' of git://github.com/grabs/moodle into MOODLE_25_STABLE
2013-11-04 11:00:55 +08:00
Damyon Wiese
978271ca9b
Merge branch 'MDL-42663_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-11-04 10:49:21 +08:00
Marina Glancy
b5ba65ebf1
Merge branch 'MDL-42664-performance_measuring_filter_manager_25' of git://github.com/mudrd8mz/moodle into MOODLE_25_STABLE
2013-11-04 13:18:15 +11:00
Damyon Wiese
3e84d1746a
Merge branch 'w45_MDL-42496_m25_addonredir' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-11-04 10:00:24 +08:00
Damyon Wiese
da9e7233b9
Merge branch 'MDL-38850_m25' of git://github.com/rwijaya/moodle into MOODLE_25_STABLE
2013-11-04 09:41:46 +08:00
Andreas Grabs
3085f3395b
MDL-42521 mod_feedback - Feedback does not show line graphs in Clean theme
2013-11-03 19:12:42 +01:00
Mary Evans
8a5c822a99
MDL-42648 lib: Clean theme throws exception if set_pagelayout is called too late.
2013-11-02 00:57:32 +00:00
Damyon Wiese
6c867463ae
Merge branch 'wip-MDL-28463-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-11-01 21:50:15 +08:00
Petr Škoda
924a623b74
MDL-42044 standardise list of unzipped files in add-on installer
2013-11-01 10:44:28 +01:00
Petr Škoda
f112423e0a
MDL-42496 backport MDL-41245 add-on install request redirection fix
2013-11-01 10:40:17 +01:00
Dan Poltawski
7eaaf2dac8
Merge branch 'MDL-42287-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-11-01 17:38:03 +08:00
David Monllao
8881afbb1a
MDL-42663 mod_lesson: Move definitions to show_clock()
...
Seems that the required data is not always set
before timer.js is included.
2013-11-01 16:38:48 +08:00
Mark Nelson
f329d60c38
MDL-42429 mod_lesson: removed unnecessary conditional check
2013-11-01 16:23:40 +08:00
David Mudrák
2c6520c719
MDL-42664 Fix the filter_manager instantiation
...
For legacy reasons, the $CFG->perfdebug uses values 7 for disabled and 15 for
enabled. Because of this typo, Moodle has always created instance of the slower
performance_measuring_filter_manager instead of the standard filter_manager,
regardless the perfdebug setting.
2013-11-01 09:19:22 +01:00
Dan Poltawski
c9ee1a77a5
weekly release 2.5.2+
2013-11-01 15:47:51 +08:00
Dan Poltawski
3eb7f7103b
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2013-11-01 15:47:48 +08:00
Marina Glancy
c77dfbdd05
MDL-28463 conditionlib: 10 minutes lifetime of cached grades
2013-11-01 16:53:12 +11:00
Andrew Davis
17988b1854
MDL-42286 questionbank: add behat tests for putting questions in categories MDLQA-95
2013-11-01 10:37:39 +08:00
Sam Hemelryk
fe1a264095
MDL-42619 block_community: delete course redirect bug fix
2013-11-01 10:16:26 +08:00
Marina Glancy
27fa761b19
Merge branch 'MDL-41624_25' of git://github.com/jmvedrine/moodle into MOODLE_25_STABLE
2013-10-31 22:17:58 +11:00
Juan Leyva
119faec054
MDL-42617 Add support for frozen fields in searchableselector form elements
2013-10-31 11:48:45 +01:00
Marina Glancy
42863ec241
Merge branch 'MDL-40971_M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
2013-10-31 21:17:08 +11:00
Sam Hemelryk
51b47fd406
MDL-33536 navigation: hide hidden categories from the navbar
2013-10-31 17:11:59 +08:00
Mark Nelson
38ad8f35da
MDL-42566 mod_data: introduced check to ensure the picture supplied is valid
2013-10-31 17:10:59 +08:00
Michael Aherne
04be3fce3e
MDL-42517 testing Changed events test to use assertDebuggingCalled()
2013-10-31 13:38:16 +08:00
Marina Glancy
609aa78de1
Merge branch 'MDL-42587_25' of git://github.com/aolley/moodle into MOODLE_25_STABLE
2013-10-31 16:00:16 +11:00
Ankit Agarwal
ade7240b9f
MDL-42273 behat: Automate groups and groupings import QAs
...
MDLQA-2420 Importing groups with an ID number with permissions
MDLQA-2421 Importing groups with an ID number without permissions
MDLQA-5266 A teacher can import groupings as well as groups into a course
2013-10-31 10:49:12 +08:00
Frederic Massart
a89784e9f3
MDL-42605 portfolio_flickr: Do not auto select a set to export to
2013-10-31 10:32:50 +08:00
Frederic Massart
e957693eab
MDL-42605 portfolio_flickr: Photos can be added to a set on export
2013-10-31 10:32:49 +08:00
Mary Evans
f859cd373b
MDL-40971 grade: Importing Outcomes breaks Clean theme.
2013-10-30 23:56:17 +00:00
Matt Switlik
a94d76da9d
MDL-42618 fix grade importing of whitespace idnumbers
2013-10-30 15:38:12 -04:00
Jean-Michel Vedrine
4f80368f82
MDL-41624 DragMath crashes Firefox
2013-10-30 18:17:27 +01:00
David Monllao
753c8736f5
MDL-42385 behat: New test to cover MDL-38661
...
Scenarios to cover the category and combo list
frontpage display modes, checking the AJAX
calls to expand/collapse children nodes. Also refactoring
the site settings step as it has problems to deal
with multiple-field settings.
2013-10-30 18:33:03 +08:00
David Monllao
6887714946
MDL-42363 behat: Covering MDL-41817 testing
...
Covering backup/restore without blocks
and with a single course section.
2013-10-30 18:28:49 +08:00
Mark Nelson
89f71167f1
MDL-42613 core_group: removed unnecessary table row when there is no group description or picture
2013-10-30 17:59:29 +08:00
Damyon Wiese
1cf4616825
Merge branch 'MDL-38734-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-10-30 17:21:52 +08:00
Damyon Wiese
4323d78919
Merge branch 'MDL-41092-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-10-30 16:25:08 +08:00
Damyon Wiese
c2e79fd044
MDL-41092 Assign: Expose SQL error in cron unit test
2013-10-30 16:24:37 +08:00
Sam Hemelryk
121de7fe9f
Merge branch 'wip-MDL-42379-25' of git://github.com/abgreeve/moodle into MOODLE_25_STABLE
2013-10-30 15:08:49 +08:00
Sam Hemelryk
65c6eb8141
Merge branch 'MDL-42284_behat_25' of https://github.com/andyjdavis/moodle into MOODLE_25_STABLE
2013-10-30 14:19:41 +08:00
Sam Hemelryk
4d5be0764a
Merge branch 'MDL-42574-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-10-30 13:44:48 +08:00
Ankit Agarwal
248cd99de6
MDL-42604 scorm: Fix division by zero warnings in error logs
2013-10-30 10:57:27 +08:00
Damyon Wiese
657faa98d8
Merge branch 'wip-MDL-41337-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-10-30 10:53:52 +08:00
Sam Hemelryk
0460b39c13
Merge branch 'MDL-42542-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-10-30 08:39:24 +08:00
sam marshall
a55a5d28c2
MDL-42582 Availability: Restriction display incorrect for multi-para Labels
...
When a label has multiple paragraphs, its name (converted to plain text)
contains a line feed. Due to an error in regular expressions that don't
accept the line feed, this caused incorrect display on the course page
when that label is shown as a requirement for accessing another activity.
2013-10-29 16:54:06 +00:00
Marina Glancy
ca50abdd5d
MDL-41337 files: Fixed bug with accidental delete of the root directory
2013-10-29 20:30:01 +11:00
Michael de Raadt
23288150aa
MDL-41092 assign: Fix duplicate key error in assign cron
2013-10-29 14:41:10 +08:00
John Beedell
fb97f9a5cf
MDL-41473 book: Book html zip import, incorrect url produced for internal linking to other chapters
2013-10-29 14:28:28 +08:00
Damyon Wiese
56ed66a537
Merge branch 'MDL-40470-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2013-10-29 13:56:12 +08:00
Rajesh Taneja
0dc1862e77
MDL-42282 Behat: Max year in date feild is 2020 in 2.5
2013-10-29 13:54:18 +08:00
Damyon Wiese
39ab79ca19
Merge branch 'm25_MDL-39810_IE_Compatibility_View_Does_Not_Recognize_JSON_RFC4627_MIME_Type' of https://github.com/scara/moodle into MOODLE_25_STABLE
2013-10-29 13:42:58 +08:00
Adam Olley
14a99847bc
MDL-42587: calendar: Fix regression that stops dates autocorrecting
2013-10-29 14:18:43 +10:30
Dan Poltawski
3dcfa0e6aa
Merge branch 'wip-mdl-42282-m25' of git://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-10-29 11:44:36 +08:00
Andrew Nicols
4b98297808
MDL-40470 JavaScript: Correct issue when checking select change in Firefox
2013-10-29 10:43:01 +08:00
Ankit Agarwal
d4c3263cea
MDL-42287 behat: Add an autoamted test to test MDLQA-82
2013-10-29 10:39:08 +08:00
Dan Poltawski
0da4fd0c21
Merge branch 'wip-mdl-42281-m25' of git://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-10-29 10:33:11 +08:00
Rajesh Taneja
ffaa69b81e
MDL-42281 Behat: Automated test for MDLQA-510
...
MDLQA-510: A teacher can set grade conditions to restrict availability
of an activity
2013-10-28 16:49:41 +08:00
Dan Poltawski
796538b786
Merge branch 'MDL-22669-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-10-28 16:31:30 +08:00
Ankit Agarwal
5bcfa0511f
MDL-42574 blocks: Fix strict standards warning in community block
2013-10-28 15:41:06 +08:00
Dan Poltawski
321a08bff9
Merge branch 'wip-mdl-42283-m25' of git://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-10-28 14:54:10 +08:00
Dan Poltawski
3c137dafb3
Merge branch 'MDL-42285-25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
2013-10-28 14:15:40 +08:00
Mark Nielsen
0f0fa7a86c
MDL-38419: External tool - when force SSL checked, URLs get corrupted
2013-10-28 12:35:07 +08:00
Mark Nelson
4b83e704b1
MDL-35146 mod_wiki: fixed variable typo and altered code to conform to Moodle guidelines
2013-10-28 12:32:07 +08:00
Anton Fletcher
84c3f002ea
MDL-35146 mod_wiki: fixed issue where pages for deleted groups caused an error on restore
2013-10-28 12:32:07 +08:00
Damyon Wiese
59f8555512
Merge branch 'wip-mdl-30812-m25' of git://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-10-28 12:14:52 +08:00
Dan Poltawski
92642bed3c
Merge branch 'MDL-42538_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-10-28 11:36:08 +08:00
Dan Poltawski
3fa16c9c7b
Merge branch 'wip-mdl-42491-m25' of git://github.com/deraadt/moodle into MOODLE_25_STABLE
2013-10-28 11:33:27 +08:00
David Monllao
fb8ea65f94
MDL-42326 behat: New scenario for permission overrides
2013-10-28 11:33:17 +08:00
David Monllao
3b51b66e2b
MDL-42326 behat: Data generator for permission overrides
2013-10-28 11:33:17 +08:00
Prateek Sachan
b9fdc61f99
MDL-38850: Fixed Horizontal bar issue in lesson
2013-10-28 11:08:26 +08:00
Damyon Wiese
b842558dc2
Merge branch 'MDL-36818-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-10-28 10:58:54 +08:00
Adrian Greeve
d3da736981
MDL-42379 behat: Automated test for approving glossary entries.
...
Automate MDLQA-34 - A teacher can set that glossary entries require approval before being viewable be everyone.
2013-10-28 09:31:52 +08:00
AMOS bot
a7275914da
Automatically generated installer lang files
2013-10-28 00:46:43 +00:00
Matteo Scaramuccia
47e52bfdca
MDL-39810 Files: IE doesn't recognize JSON MIME Type (RFC4627).
...
Affected versions:
- IE 8+, under Compatibility View.
2013-10-27 07:58:51 +01:00
Eloy Lafuente (stronk7)
448589b517
MDL-42551 timezone info: updated to 2013h
2013-10-26 17:14:57 +02:00
Andrew Davis
0a4563b1d4
MDL-42284 core_message: adding behat tests for viewing message history MDLQA-135
2013-10-26 17:51:38 +07:00
Tim Hunt
0bf397b20c
MDL-42548 quiz review: don't show grade for non-finished attempts.
...
Now we show the attempt state separately, so there is no need to show
Grade: Attempt still in progress - especially since we were showing that
for abandoned and overdue attempts which is just wrong.
2013-10-25 20:11:23 +01:00
Gareth J Barnard
a22207d167
MDL-42270 course: Section name too big message.
2013-10-25 16:45:55 +01:00
Eloy Lafuente (stronk7)
67d4599aff
weekly release 2.5.2+
2013-10-25 13:03:41 +02:00
Eloy Lafuente (stronk7)
a108831497
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2013-10-25 13:03:36 +02:00
Frederic Massart
a229f6aeb6
MDL-42542 portfolio: Fix handlerfile in portfolio event handler
2013-10-25 16:02:49 +08:00
Dan Poltawski
ac48ed217d
Merge branch 'wip-mdl-42536-m25' of git://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-10-25 15:55:36 +08:00
Dan Poltawski
3c78ccf5c4
Merge branch 'MDL-42514-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-10-25 15:28:23 +08:00
Rajesh Taneja
4ccbf72147
MDL-42536 enrol_self: Added behat to test group key self enrolment
2013-10-25 15:17:03 +08:00
Dan Poltawski
b629c8b244
Merge branch 'MDL-42272-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-10-25 12:01:42 +08:00
Ankit Agarwal
12330cda14
MDL-42272 behat: Fix incorrect strings
2013-10-25 11:44:28 +08:00
David Monllao
31b981afa9
MDL-42538 behat: Fixing wrong number of users
2013-10-25 11:37:45 +08:00
Frederic Massart
0a6ebc609d
MDL-42533 conditionlib: Field name is translated for students
2013-10-25 09:52:20 +08:00
Michael de Raadt
8fac075a5c
MDL-42491 libraries: add exception for IE11 (and hopefully later versions)
2013-10-25 09:01:21 +08:00
Frederic Massart
cb8ba87d4e
MDL-42514 groups: Importing groups created unnamed groupings
2013-10-25 08:23:11 +08:00
Eloy Lafuente (stronk7)
183058c8b5
Merge branch 'MDL-42377_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-10-25 01:13:46 +02:00
Dan Poltawski
3a32362a30
Merge branch 'MDL-42338_m25' of git://github.com/rwijaya/moodle into MOODLE_25_STABLE
2013-10-24 16:29:11 +08:00
Jason Fowler
13b88e122b
MDL-42285 Behat: Automate MDLQA-93 - A teacher can delete questions from the question bank
2013-10-24 13:50:06 +08:00
Dan Poltawski
860553218c
Merge branch 'MDL-42272-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-10-24 13:42:09 +08:00
Dan Poltawski
047f523d91
Merge branch 'MDL-42362_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-10-24 12:39:49 +08:00
Dan Poltawski
7e24c4bbb2
Merge branch 'wip-MDL-42323-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-10-24 12:33:21 +08:00
Marina Glancy
a4b421c1fb
Merge branch 'MDL-35402_editor_rules_25' of git://github.com/davosmith/moodle into MOODLE_25_STABLE
2013-10-24 15:29:57 +11:00
Marina Glancy
b46fc7cefd
Merge branch 'MDL-41252-25' of git://github.com/mouneyrac/moodle into MOODLE_25_STABLE
2013-10-24 14:15:39 +11:00
rwijaya
4b178e7ab6
MDL-42338 lti_mod: convert hardcoded string.
2013-10-24 10:35:11 +08:00
Dan Poltawski
f9b6e96e59
Merge branch 'MDL-42293-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-10-24 10:27:45 +08:00
sam marshall
fb166770b9
MDL-34654 Glossary: ampersand breaks auto-linking
2013-10-23 16:21:39 +01:00
David Mudrák
30f8726bed
MDL-42494 Fix workshop coding exception if all assessments have zero weight
...
If all assessments for the given submission have zero weight, the grading
evaluation plugin "Comparison with the best assessment" is unable to decide on
the average assessment as it ignores those with zero weight. In such rare case,
it makes sense to set the grading grade to null and prevent the coding
exception.
2013-10-23 11:49:54 +02:00
Dan Poltawski
95fcab4480
Merge branch 'MDL-42324_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-10-23 17:14:37 +08:00
Rajesh Taneja
ba9af1f476
MDL-42283 Behat: Automated MDLQA-1777
...
MDLQA-1777: A teacher can set grade conditions to restrict availability of a section
2013-10-23 15:59:00 +08:00
Jerome Mouneyrac
e0b8bc0a08
MDL-41252 Simple changes to main course page to improve accessibility - original patch of Nate Baxley
2013-10-23 15:18:50 +08:00
Dan Poltawski
fd60979576
Merge branch 'MDL-42290-25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-10-23 15:05:43 +08:00
Damyon Wiese
6e81b099fb
Merge branch 'MDL-42210_25' of git://github.com/grabs/moodle into MOODLE_25_STABLE
2013-10-23 14:19:26 +08:00
Ankit Agarwal
acea79f644
MDL-42489 backup: use correct exception class in automated backups
2013-10-23 13:55:47 +08:00
Damyon Wiese
023ab3da11
Merge branch 'w43_MDL-42208_m25_authunmask' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-10-23 13:41:46 +08:00
Dan Poltawski
7eed88eef9
Merge branch 'wip-MDL-42278-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-10-23 13:21:07 +08:00
Dan Poltawski
48c67d9c75
Merge branch 'MDL-40531_25' of https://github.com/stronk7/moodle into MOODLE_25_STABLE
2013-10-23 12:37:52 +08:00
Ankit Agarwal
b48366111d
MDL-42427 backup: Fix undefined errors during automated backups
2013-10-23 12:11:06 +08:00
Damyon Wiese
75f39a0946
MDL-41339 Tags - use uppercase for SQL keywords (AS)
2013-10-23 11:59:38 +08:00
Damyon Wiese
2840c2ae62
Merge branch '25STABLE-wip-mdl-41339' of https://github.com/jennymgray/moodle into MOODLE_25_STABLE
2013-10-23 11:53:16 +08:00
Marina Glancy
538e06f2b5
Merge branch 'w43_MDL-37813_m25_filterall' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-10-23 10:17:58 +11:00
Dan Poltawski
68c4e246d6
Merge branch 'MDL-42112-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2013-10-22 16:40:50 +08:00
Mark Nelson
a57462fab5
MDL-42465 mod_chat: instantiated message object before declaring properties
2013-10-22 16:09:14 +08:00
Dan Poltawski
c2767fb456
Merge branch 'MDL-29441-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2013-10-22 13:21:14 +08:00
Marina Glancy
265b16589d
Merge branch 'MDL-26170_rss_25' of https://github.com/andyjdavis/moodle into MOODLE_25_STABLE
2013-10-22 15:04:12 +11:00
Andrew Davis
3234d689b4
MDL-26170 RSS: fixed RSS cache clearing when items are deleted
2013-10-22 10:56:21 +07:00
Dan Poltawski
065e6bf386
Merge branch 'wip-mdl-31405-m25' of git://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-10-22 11:53:17 +08:00
Marina Glancy
b2108d9955
Merge branch 'MDL-24380-25' of git://github.com/mouneyrac/moodle into MOODLE_25_STABLE
2013-10-22 14:34:53 +11:00
Rajesh Taneja
e2311f397b
MDL-31405 Assignment: removed type in time shift reset status
...
Assignment reset shifts time for all assignments and not specific to
assignment type, hence removed type string from reset status
2013-10-22 11:16:15 +08:00
Marina Glancy
575ec94611
Merge branch 'MDL-42239-m25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-10-22 14:08:45 +11:00
Jerome Mouneyrac
a8fe589f4d
MDL-24380 Chat: autoscroll help popup incorrect and doesn't display fully (it only concerns the alternative chat methods)
2013-10-22 10:44:47 +08:00
Ankit Agarwal
8be7543205
MDL-42239 calendar: Fix missing ids issue with mouseover panels
2013-10-22 10:43:39 +08:00
Dan Poltawski
9fcd4cc785
Merge branch 'MDL-42201_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-10-22 10:26:41 +08:00
Rajesh Taneja
944c3000bd
MDL-34612 Restore: Gracefully handle empty file contenthash while restoring
2013-10-22 09:49:03 +08:00
Rajesh Taneja
89f04265df
MDL-34612 Restore: Gracefully handle empty section title while restoring
2013-10-22 09:49:03 +08:00
AMOS bot
c303806970
Automatically generated installer lang files
2013-10-22 00:45:41 +00:00
Mary Evans
a31108712f
MDL-42453 theme_base: Fixed Error in base/style/admin.css that breaks CSS validator.
2013-10-21 15:34:20 +01:00
Jenny Gray
acdf10b7f0
MDL-41339 Tags: Added unique tag instance id to tag_get_tags functions
...
Avoids php warnings on creating new tags
2013-10-21 10:10:01 +01:00
Rajesh Taneja
5c2fa2124e
MDL-42282 Behat: Automated test for MDLQA-509
...
MDLQA-509: A teacher can prevent students from accessing an activity
between specified dates
2013-10-21 14:13:23 +08:00
Dan Poltawski
e9f8075b54
Merge branch 'MDL-34209-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2013-10-21 13:58:28 +08:00
Jody Steele
94b2dbb9b5
MDL-38628 mod_assign: Allow a user to specify "No Grade" when grading an assignment submission
2013-10-21 16:49:50 +11:00
Marina Glancy
10ae2a6d0e
Merge branch 'w43_MDL-42386_m25_etag' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-10-21 16:00:27 +11:00
Dan Poltawski
3a77dc864f
MDL-42408 tool_behat: fix version number
2013-10-21 12:29:01 +08:00
Mark Nelson
fae00b43fe
MDL-42377 backup: fixed incorrect debugging message
2013-10-21 11:55:02 +08:00
Mark Nelson
5f931bb78d
MDL-42201 backup: introduced new automatic backup state
2013-10-21 11:46:41 +08:00
Andrew Nicols
dc9159d70a
MDL-34209 JavaScript: Simplify section drag/drop to fix reordering issues
2013-10-21 11:39:21 +08:00
Dan Poltawski
ab2f2f93b1
Merge branch 'MDL-26244_url_25' of https://github.com/andyjdavis/moodle into MOODLE_25_STABLE
2013-10-21 11:25:15 +08:00
David Monllao
857ff6210b
MDL-42362 behat: Passing options to modules generators
2013-10-21 11:19:29 +08:00
David Monllao
552af5abdd
MDL-42324 behat: New activities data generator
2013-10-21 11:16:23 +08:00
Dan Poltawski
429cc7c8dc
Merge branch 'MDL-42408_25' of https://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-10-21 11:15:50 +08:00
rwijaya
7e43cc70d8
MDL-42111 TinyMCE media preview: fix video preview display for TinyMCE media.
...
Effected themes: boxxie, clean, brick, formal_white and splash.
2013-10-21 11:15:44 +08:00
David Monllao
d653929fde
MDL-42325 behat: Role assign generator
2013-10-21 11:15:02 +08:00
David Monllao
472b456325
MDL-42408 behat: Setting the site summary
2013-10-21 11:10:41 +08:00
Dan Poltawski
bd7a6434be
MDL-31405 assign: avoid uncessary get_string call
2013-10-21 11:03:10 +08:00
Dan Poltawski
6b2c8581fa
Merge branch 'wip-mdl-31405-m25' of git://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-10-21 10:58:24 +08:00
Andreas Grabs
4d686df651
MDL-42210 mod_feedback - convert tabs to space
2013-10-20 10:06:41 +02:00
Michael Milette
66b193ccb8
MDL-42210-Feedback-Input-Labels
...
Adds labels to the input fields in the Feedback module including: multichoice, multichoicerated, numeric, textarea and textfield.
2013-10-20 10:06:40 +02:00
AMOS bot
4d11461638
Automatically generated installer lang files
2013-10-20 00:42:08 +00:00
Charles Severance
326dc8f5a8
MDL-40531 mod_lti: Various 1.1/1.1.1 fixes.
...
Conflicts:
mod/lti/service.php
2013-10-19 03:03:36 +02:00
Sam Chaffee
d565223abd
MDL-40531 mod_lti: Changed namespace in XML to IMS LTI compliant
2013-10-19 02:59:32 +02:00
AMOS bot
c55cbda0d4
Automatically generated installer lang files
2013-10-19 00:47:34 +00:00
Petr Škoda
bfc508c937
MDL-37813 remove missing filters when configuring string filters and fix filter uninstall
2013-10-18 15:58:34 +02:00
Petr Škoda
94d15100cd
MDL-42208 prevent autocompletion in auth configs
2013-10-18 15:08:31 +02:00
Petr Škoda
15bf471bb6
MDL-42386 fix invalid etag comparison
...
Credit goes to Eloy Lafuente, thanks!
2013-10-18 14:49:14 +02:00
Ankit Agarwal
1269807d3c
MDL-42290 choice: Add a automated test to verify limiting number of responses works
2013-10-18 17:35:53 +08:00
Dan Poltawski
1115bb3780
weekly release 2.5.2+
2013-10-18 16:16:57 +08:00
Dan Poltawski
ebb6f201ce
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2013-10-18 16:16:48 +08:00
Tony Levi
cd9c46207d
MDL-38734: Automated backup failure causing all course to fail
2013-10-18 15:04:22 +08:00
Damyon Wiese
5964cfdb51
Merge branch 'MDL-41554-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-10-18 13:29:03 +08:00
Dan Poltawski
eacd2567db
MDL-41554 rss: Move to more robust test url
...
tinyurl was sometimes failing (was bad to use them anyway)
2013-10-18 12:45:46 +08:00
Dan Poltawski
b390cce066
Merge branch 'MDL-42421_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-10-18 12:15:11 +08:00
Damyon Wiese
691a2cc881
MDL-42112 tablelib: Generate the correct number of cols for empty rows
...
(And a test for it).
2013-10-18 11:53:52 +08:00
Damyon Wiese
690d3ed5fa
MDL-42112 Tablelib: Add unit tests (some)
2013-10-18 11:53:51 +08:00
Mark Nelson
3c78a1c381
MDL-42421 auth: removed incorrect statement in upgrade.txt
2013-10-18 11:38:08 +08:00
Ankit Agarwal
68fb639f97
MDL-42272 groups: Add automated tests for MDLQA-145
2013-10-17 11:03:06 +08:00
Marina Glancy
b96535cdaa
MDL-42323 coursecat: Changed phpdocs in deprecated function get_categories
2013-10-17 09:56:30 +11:00
Damyon Wiese
5cd7d9c9fe
Merge branch 'MDL-42065_25' of https://github.com/sam-moodle/moodle into MOODLE_25_STABLE
2013-10-16 15:47:12 +08:00
Rajesh Taneja
c7f9332f11
MDL-31405 Assignment: Fixed date in reset to be called once
2013-10-16 12:09:06 +08:00
Marina Glancy
0446e658c2
MDL-42347 course: Added behat test for deleting a course
2013-10-16 15:05:56 +11:00
Jayesh Anandani
090e0ad543
MDL-31405 Assignment reset issue solved
2013-10-16 11:54:14 +08:00
Damyon Wiese
51db769bbd
Merge branch 'MDL-37528-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2013-10-16 10:42:04 +08:00
Eloy Lafuente (stronk7)
644a0d0023
MDL-37877 backup: fix incorrect backported code.
2013-10-16 00:34:54 +02:00
Davo Smith
5ef9103c67
MDL-35402 forms - prevent crash when multiple rules defined on an editor element
2013-10-15 14:33:38 +01:00
Damyon Wiese
5d56f7d188
Merge branch 'MDL-37877-m25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-10-15 16:57:16 +08:00
Dan Poltawski
f12a4819ef
Merge branch 'MDL-42209_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-10-15 14:43:12 +08:00
Ankit Agarwal
a48e5399a1
MDL-42293 behat: Add suport for custom admin paths to the behat upload repository step
2013-10-15 13:46:03 +08:00
Ankit Agarwal
f2793fa225
MDL-37877 backup: Fix issues with zipping of large files
...
Files bigger than 4GB is not supported at this point. Zip archiver doesn't know about it and always returns true. We need to verify if it is a valid file or not and delete if not
Also delete the backup file immediately if anything goes wrong anywhere in backup. We don't want to use up space
2013-10-15 13:16:49 +08:00
Dan Poltawski
26037c6e3d
Merge branch 'wip-MDL-42288-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-10-15 11:53:03 +08:00
Marina Glancy
f4c8c454b9
MDL-42278 behat: block context can be returned to original state
...
Automate MDLQA-1547 - The context of a block can always be returned to it's original state.
2013-10-15 14:43:15 +11:00
Marina Glancy
d3cb602c42
MDL-42288 behat: Allowing to change choice response
...
Automate MDLQA-46 - A teacher can choose whether to allow students to change their choice response
2013-10-15 14:24:37 +11:00
Marina Glancy
071ac9ffdd
Merge branch 'wip-MDL-42234-25' of git://github.com/abgreeve/moodle into MOODLE_25_STABLE
2013-10-15 14:11:40 +11:00
Tim Hunt
6efb360102
MDL-42309 typo: fix reponse -> response throughout Moodle.
2013-10-15 13:48:39 +11:00
Adrian Greeve
8f5fea965a
MDL-42234 - Repositories: Fix undefined variable notice when no repositories are enabled.
2013-10-15 10:43:14 +08:00
Damyon Wiese
c0c2547bf6
Merge branch 'MDL-42198_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-10-14 16:15:10 +08:00
Dan Poltawski
4d2d515c47
Merge branch 'MDL-42151_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-10-14 16:12:05 +08:00
Dan Poltawski
9070663ecd
Merge branch 'w42_MDL-42082_m25_authdbpass' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-10-14 14:36:22 +08:00
FilipBenco
d35fc13537
MDL-42209 backup: fixed wrong icon being displayed when restoring course
2013-10-14 14:33:18 +08:00
Damyon Wiese
84a185f513
MDL-34586 assignment - fix whitespace
2013-10-14 14:28:24 +08:00
Damyon Wiese
f5c356d06c
Merge branch 'MDL-34586-25' of https://github.com/mackensen/moodle into MOODLE_25_STABLE
2013-10-14 14:27:48 +08:00
Dan Poltawski
73dc6a5b52
Merge branch 'MDL-42232_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-10-14 14:24:10 +08:00
Damyon Wiese
15ba938554
Merge branch 'MDL-34612-25' of https://github.com/mackensen/moodle into MOODLE_25_STABLE
2013-10-14 14:12:38 +08:00
Ankit Agarwal
053cee9767
MDL-41170 events: Update upgrade.txt to reflect changes made in MDL-41170
2013-10-14 13:19:22 +08:00
Akinsaya Delamarre
74f501e7b5
MDL-41170: Added user updated event triggers to password updating functions.
2013-10-14 13:17:19 +08:00
David Monllao
12539911a2
MDL-42198 tool_generator: Changing test plan default values
...
To achieve more stability on test results we
switch to less users and more loops.
2013-10-14 12:46:45 +08:00
David Monllao
d0df167ba2
MDL-42151 behat: Adding the version to the testplan
2013-10-14 12:44:26 +08:00
Dan Poltawski
85cb1bc059
Merge branch 'MDL-41672-text-mail-links_25' of git://github.com/mudrd8mz/moodle into MOODLE_25_STABLE
2013-10-14 12:11:47 +08:00
Dan Poltawski
e13f7b4ed4
Merge branch 'MDL-42167-workshop-update-record_25' of git://github.com/mudrd8mz/moodle into MOODLE_25_STABLE
2013-10-14 12:08:10 +08:00
Thijs Kinkhorst
1e34fbb36d
MDL-36818 cas: improve SSL validation
2013-10-14 10:12:22 +08:00
Eloy Lafuente (stronk7)
88401c3494
Merge branch 'wip-mdl-41843-m25' of git://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-10-14 00:14:54 +02:00
Eloy Lafuente (stronk7)
2f334c6464
Merge branch 'MDL-37181_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-10-13 23:32:46 +02:00
Andrew Nicols
85d8381fe7
MDL-29441 Chat: Use a valid name for chat popup actions
2013-10-13 20:05:54 +08:00
Petr Škoda
6cc255a25d
MDL-42110 do not show auth_db password in plaintext
2013-10-12 13:52:57 +02:00
AMOS bot
77b1206511
Automatically generated installer lang files
2013-10-12 00:43:48 +00:00
Tim Hunt
2f4fceec28
MDL-42232 Multiple choice question choice alignment issue
...
The problem was with the alignment of:
* tables inside the choices.
* Lists inside the choices.
* The specific feedback, when it spanned mulitple lines.
The problem was introduced by MDL-39420.
2013-10-11 14:26:24 +01:00
Eloy Lafuente (stronk7)
5c740905f5
weekly release 2.5.2+
2013-10-11 13:21:02 +02:00
Andrew Davis
aba5044091
MDL-26244 mod_date:added some logic show or hide the file picker button based on repository availability
2013-10-11 10:45:46 +07:00
Sam Hemelryk
903cdd6fe8
MDL-42072 badges: fixed cookie use
2013-10-11 09:34:29 +13:00
David Monllao
230c137498
MDL-42013 behat: I should (not)? see checking visibility
...
Only for non-Javascript tests. If the step
is named I should/should not see whatever
is makes sense that has to be visible.
2013-10-10 18:35:30 +08:00
Andrew Nicols
75da763cd9
MDL-37528 Libraries: Fix gesture + mouse issues with YUI
...
This addresses issues with devices which support both mouse and gesture
input devices whereby the presence of gesture support on the device causes
mouse interactions to be ignored.
This has the potential to cause issues with multiple events being triggered
for the same action, but we do not have this issue in core, and few
third-party plugins support drag and drop in such a way that this may be an
issue.
This is fixed in the latest version of YUI in a similar way, and the
addition of a new system to only trigger the event from the first action to
be triggered.
2013-10-10 17:02:02 +08:00
Matteo Scaramuccia
22b70ca985
MDL-42167 Update workshop assessment record only when really changed
...
Under certain conditions there is nothing to actually update here. The
$DB->update_record() would throw an exception here.
2013-10-10 10:12:07 +02:00
Dan Poltawski
5ed1769371
MDL-41379 - fix whitespace
2013-10-10 10:33:14 +08:00
Dan Poltawski
26f1ad0c09
Merge branch 'MDL-41379_outcomes_25' of https://github.com/andyjdavis/moodle into MOODLE_25_STABLE
2013-10-10 10:32:04 +08:00
Andrew Davis
9d7c75bb3a
MDL-41379 core_outcome: added some CSS to the course outcome table to make it display nice
2013-10-10 09:27:33 +07:00
Marina Glancy
dd70b2b84a
Merge branch 'MDL-37153_25' of https://github.com/pauln/moodle into MOODLE_25_STABLE
2013-10-10 12:53:04 +11:00
Sam Hemelryk
9c60ab1513
Merge branch 'wip-mdl-41744-m25' of https://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-10-10 14:39:32 +13:00
Sam Chaffee
5deb021566
MDL-42065 core_grade: Modified some grade_item queries for improved performance
...
* Modified 2 queries in grade_item::depends_on to improve performance
* Added additional unit tests to cover those queries better
2013-10-09 12:27:18 -06:00
Alain Corbière
a182efb289
MDL-41672 Fix html2text processing of multiple occurrences of the same URL
2013-10-09 15:44:18 +02:00
David Mudrák
1ee66b79a9
MDL-41672 Add html2text unit test for multiple occurrences of the same URL
2013-10-09 15:44:07 +02:00
Dan Poltawski
72c707f101
Merge branch 'w41_MDL-42054_m25_phpmailertesting_i' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-10-09 18:19:58 +08:00
Petr Škoda
5c5687765e
MDL-42054 fix incorrect email redirection in unit tests
2013-10-09 11:49:27 +02:00
Dan Poltawski
7d3a6249a8
Merge branch 'MDL-39776-25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
2013-10-09 16:54:17 +08:00
Dan Poltawski
686abf0be9
Merge branch 'm25_MDL-40226_Add_JNLP_MIME_Type_Support' of https://github.com/scara/moodle into MOODLE_25_STABLE
2013-10-09 16:48:11 +08:00
Damyon Wiese
59e180d6d7
Merge branch 'w41_MDL-42047_m25_cohortdel' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-10-09 14:42:42 +08:00
Mark Nelson
8580fba156
MDL-37181 backup: stopped setting the status of unscheduled backups to skipped
2013-10-09 14:16:09 +08:00
Damyon Wiese
df253b3030
Merge branch 'MDL-41659_25' of https://github.com/totara/openbadges into MOODLE_25_STABLE
2013-10-09 13:35:43 +08:00
Damyon Wiese
418d50d6a7
Merge branch 'wip-MDL-41967-25' of git://github.com/abgreeve/moodle into MOODLE_25_STABLE
2013-10-09 13:12:14 +08:00
Jason Fowler
30bf77467e
MDL-39776 Javascript - enable formautosubmit from a select box on android
2013-10-09 11:37:07 +08:00
Charles Fulton
46575720a1
MDL-34612 forum: convert default format value during restore
2013-10-08 20:04:56 -07:00
Paul Nicholls
7551ada29a
MDL-37153 - assign: Obey grade display settings in submission status
...
The assignment submission status screen was ignoring the grade item's
display setting, showing scores even if it's set to display letters only.
2013-10-09 16:00:13 +13:00
Tim Lock
7258ef74f5
MDL-41908 QuickForm: Fix PEAR Non-static method error
2013-10-09 10:27:20 +08:00
James Henestofel
7822bb9b6d
MDL-42068 Filepicker course listing use setting courselistshortname to show shortname and fullname
2013-10-09 01:27:42 +02:00
Eloy Lafuente (stronk7)
5e50cd9355
Merge branch 'MDL-42069_25' of https://github.com/appalachianstate/moodle into MOODLE_25_STABLE
2013-10-08 21:27:18 +02:00
Charles Fulton
d5336bd3f4
MDL-34586 assignment: convert default format value during restore
2013-10-08 09:47:57 -07:00
Rajesh Taneja
6b3870a612
MDL-41843 IMS-LTI: Fixed exception namespace
2013-10-08 15:55:30 +08:00
Dongsheng Cai
1027fd95bd
MDL-41843 Uses OAuthException in moodle\mod\lti namespace
2013-10-08 15:55:29 +08:00
Damyon Wiese
46b46de84d
Merge branch 'MDL-41520-MOODLE_25_STABLE-mod_lti-completion-view' of github.com:Trii/moodle into MOODLE_25_STABLE
2013-10-08 14:34:03 +08:00
Damyon Wiese
43eb9aadcd
Merge branch 'MDL-32570-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-10-08 13:47:18 +08:00
Dan Poltawski
fa4dda1dcb
Merge branch 'MDL-38655_25' of git://github.com/aolley/moodle into MOODLE_25_STABLE
2013-10-08 13:21:37 +08:00
Damyon Wiese
a59646ee31
Merge branch 'MDL-42122_25' of git://github.com/aolley/moodle into MOODLE_25_STABLE
2013-10-08 12:49:07 +08:00
Rossiani Wijaya
eea9ffd551
MDL-38664 Lesson mod: code improvement for lesson attemps
2013-10-08 10:44:28 +08:00
Joseph Rézeau
21c314df14
MDL-38664 Lesson mod: fixed re-attempt unseen page
2013-10-08 10:44:17 +08:00
Marina Glancy
573ceb9459
Merge branch 'MDL-25176_m25' of https://github.com/merrill-oakland/moodle into MOODLE_25_STABLE
2013-10-08 12:03:48 +11:00
Petr Škoda
896a790f69
MDL-41197 normalize ascii text conversion
2013-10-08 00:00:21 +02:00
Sam Hemelryk
06db3cf3cc
Merge branch 'MDL-42188_25' of git://github.com/stronk7/moodle into MOODLE_25_STABLE
2013-10-08 08:52:04 +13:00
Eloy Lafuente (stronk7)
2895da0152
MDL-42188 shifter: delete some orphaned files
2013-10-07 21:45:42 +02:00
Frederic Massart
7776c0d28f
MDL-22669 course: Display section number for orphaned activities
2013-10-07 16:54:22 +08:00
Dan Poltawski
5a12c4e258
Merge branch 'MDL-42013_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-10-07 11:33:45 +08:00
Sam Hemelryk
2ec16f735a
Merge branch 'MDL-42072_25' of https://github.com/totara/openbadges into MOODLE_25_STABLE
2013-10-07 15:39:42 +13:00
Sam Hemelryk
c50daf9ae7
Merge branch 'w41_MDL-41197_m25_convnotices' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-10-07 13:42:47 +13:00
Sam Hemelryk
93bf71cd8e
Merge branch 'MDL-41352-25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
2013-10-07 12:34:07 +13:00
Matteo Scaramuccia
e5ae972885
MDL-40226 Files: Added the correct MIME Type for JNLP files.
...
JNLP stands for Java Network Launch Protocol, used to launch
Java Web Start applications. More details in:
http://docs.oracle.com/javase/tutorial/deployment/webstart/deploying.html
2013-10-06 16:37:51 +02:00
Joshua Johnston
92b226d58d
MDL-41520 LTI: Does not track page views for completion
2013-10-04 09:46:07 -04:00
Fred Woolard
b8fe053e0d
MDL-42069 mod_quiz add lastname sort for manual grading
2013-10-04 09:11:11 -04:00
Petr Škoda
804f44a191
MDL-42047 fix cohort method name error after deleting cohort
2013-10-04 11:32:56 +02:00
Petr Škoda
1e8dcbd251
MDL-41197 ignore all problems when converting texts
2013-10-04 11:10:36 +02:00
David Monllao
29a3e32499
MDL-42013 behat: Fixing related tests
...
We had no false positives because of this
issue, but some checking have been restricted
to specific DOM parts.
2013-10-04 15:03:25 +08:00
David Monllao
56a0ca595b
MDL-42013 behat: Fixing problem with should not see
...
Using 'should see' outputs rather than an incorrect
xpath query. Also our custom selectors are not properly
used by WebAssert so switching to find xpath.
2013-10-04 15:03:24 +08:00
Sam Hemelryk
22084d5ea2
weekly release 2.5.2+
2013-10-04 15:43:50 +13:00
Sam Hemelryk
af911b089a
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2013-10-04 15:43:45 +13:00
Adam Olley
635216b08b
MDL-38655: mod_assign: Use correct ordering on cap checks for submission downloads
...
Conflicts:
mod/assign/locallib.php
2013-10-04 09:32:52 +09:30
Adam Olley
60da0467ec
MDL-42122 block_community: Dont show install option without capability
2013-10-03 14:25:55 +09:30
Rajesh Taneja
e35aca3b0b
MDL-41744 Users: Convert key to value in bulk upload
...
Menu profile field expects value, during bulk upload if value is passed by form
then options key is passed. So converting key to value if passed though form
2013-10-03 10:18:00 +08:00
Sam Hemelryk
a4aec61855
Revert "MDL-33569 themes: Labels create extra margin below content."
...
This reverts commits:
* 050e0d8724 .
* 055418e963 .
2013-10-03 14:43:15 +13:00
Eric Merrill
86eec9b429
MDL-25176 forum Redirects for new discussions shouldn't use SESSION
...
Unset the session->fromdiscussion var, because we know that the correct
path will be computed later.
2013-10-01 21:18:43 -04:00
Damyon Wiese
b085cf96d3
Merge branch 'MDL-41955_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-10-02 08:42:34 +08:00
Yuliya Bozhko
320376f0b7
MDL-41659 badges: Display course/site names through format_string()
2013-10-02 08:45:41 +13:00
Tim Lock
06e8ce4f88
MDL-41996: Don't show the Review Attempt link if no attempts exist.
2013-10-01 20:04:55 +02:00
Eloy Lafuente (stronk7)
46b23b69fa
Merge branch 'wip-MDL-41921-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-10-01 19:56:27 +02:00
Eloy Lafuente (stronk7)
a348f55e3f
Merge branch '41997-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-10-01 19:53:22 +02:00
Eloy Lafuente (stronk7)
3ee1a66de9
Merge branch 'w40_MDL-41999_m25_userpw' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-10-01 15:59:15 +02:00
Marina Glancy
31f1464297
Merge branch 'MDL-32592-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-10-01 20:49:29 +10:00
Marina Glancy
e4f0750a12
Merge branch 'MDL-39653-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-10-01 20:43:25 +10:00
Adrian Greeve
2bb1ee93df
MDL-41967 - Gradebook: Fixed an sql syntax error for gradebook custom profile fields.
2013-10-01 17:58:16 +08:00
Damyon Wiese
190cd152a6
Merge branch 'MDL-41913_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-10-01 15:54:27 +08:00
Dan Poltawski
b1edf3afac
MDL-32570 enrol_imsenterprise: don't hardcode default category id
2013-10-01 15:51:35 +08:00
Damyon Wiese
f0233c7acd
Merge branch 'MDL-41882_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
...
Conflicts:
admin/tool/generator/version.php
2013-10-01 15:41:33 +08:00
Damyon Wiese
a2742ff0de
Merge branch 'MDL-41861_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-10-01 15:36:25 +08:00
Damyon Wiese
1702f40046
MDL-41853 tool_generator: Fix version bump for backport
2013-10-01 15:18:48 +08:00
Damyon Wiese
df831ae75f
Merge branch 'MDL-41853_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-10-01 14:56:53 +08:00
Nadav Kavalerchik
fc41842371
MDL-41264 Themes: Right align Tabs on Wiki page, when in RTL mode (theme/clean)
2013-10-01 15:02:26 +10:00
Sam Hemelryk
e45ef9ec88
MDL-41398 bootstrap: added a maintenance layout
2013-10-01 14:31:49 +10:00
Yuliya Bozhko
021501f152
MDL-42072 badges: Fix output and headers in badges ajax scripts
2013-10-01 16:48:04 +13:00
Sam Hemelryk
5076c6dd17
MDL-41828 mod: fixed navbar when adding modules to a course
2013-10-01 13:32:59 +10:00
Sam Hemelryk
a91af282a3
MDL-41900 events: avoid new debug call within unit tests
2013-10-01 16:21:10 +13:00
Sam Hemelryk
8c90bbcde0
Merge branch 'MDL-41995_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-10-01 14:50:13 +13:00
Sam Hemelryk
ae9f3c0671
Merge branch 'MDL-41900-m25' of git://github.com/micaherne/moodle into MOODLE_25_STABLE
2013-10-01 14:35:37 +13:00
Sam Hemelryk
82ce52426e
Merge branch 'MDL-41894-m25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-10-01 13:44:54 +13:00
AMOS bot
944cd43d0d
Automatically generated installer lang files
2013-10-01 00:41:46 +00:00
Sam Hemelryk
b45f2c01c6
Merge branch 'MDL-41228_25' of https://github.com/totara/openbadges into MOODLE_25_STABLE
2013-10-01 13:37:29 +13:00
Sam Hemelryk
a45ff7d8a6
Merge branch 'wip-MDL-41676-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-10-01 10:01:16 +13:00
Sam Hemelryk
3f4b04ec3e
Merge branch 'MDL-37973_m25' of https://github.com/merrill-oakland/moodle into MOODLE_25_STABLE
2013-10-01 09:53:56 +13:00
Eloy Lafuente (stronk7)
69634029f5
Merge branch 'MDL-26408-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-09-30 16:01:46 +02:00
David Monllao
2980b5cfff
MDL-41955 tool_generator: Adding a file size limit
2013-09-30 17:06:02 +08:00
David Monllao
10a020f07f
MDL-41955 tool_generator: New unit test checking the generated files size
2013-09-30 17:06:02 +08:00
David Monllao
8c76886dff
MDL-41913 tool_generator: Adding a CLI tool to generate the test plan
2013-09-30 17:05:06 +08:00
David Monllao
71f774e5e8
MDL-41913 tool_generator: Adding a test plan generator to feed JMeter
...
Also changing course_backend.php coding style
according to codechecker.
2013-09-30 17:00:52 +08:00
David Monllao
3320e59e51
MDL-41913 tool_generator: Import .jmx template
...
Ideally we should generate all the XML based on
modular components so we can also switch templates
between different sizes, this is a first step and
more work should be done in future in this direction.
2013-09-30 17:00:52 +08:00
David Monllao
188fd8006b
MDL-41913 tool_generator: Refactoring make_form to make_course_form
...
Also:
- Added a soft password for the
newly generated users so we can use
them to log in the site when running
performance tests.
- Added a method to see the courses-users
relation from outside course_backend class.
2013-09-30 17:00:52 +08:00
David Monllao
c09fed9ee4
MDL-41882 tool_generator: New unit test
2013-09-30 16:58:36 +08:00
David Monllao
028b8dc3e9
MDL-41882 tool_generator: Adding maketestsite script
...
Uses maketestcourse.php to set up
a test site.
2013-09-30 16:58:34 +08:00
Marina Glancy
d23f108197
Merge branch 'MDL-41954-workshop-zero-variance_25' of git://github.com/mudrd8mz/moodle into MOODLE_25_STABLE
2013-09-30 16:10:48 +10:00
Adam Olley
4e87aec553
MDL-40515: report_log: List activities in optgroups
...
Prevents users from generating reports on invalid values
Change-Id: If358fa06c8dadd33bb2875ea54ab4bce97b16aff
2013-09-30 11:18:03 +09:30
Sam Hemelryk
df3108ed21
NOBUG: rebuilt bootstrap CSS
2013-09-30 11:11:03 +13:00
Sam Hemelryk
fea809a7b8
Merge branch 'MDL-33569_M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
2013-09-30 10:45:44 +13:00
Sam Hemelryk
96f91e34bf
MDL-41997 cache: dummy store now uses static acceleration for session + request
2013-09-30 09:42:39 +13:00
Sam Hemelryk
0055b93959
MDL-41997 cache: added unit tests for disabled stores
2013-09-30 09:42:36 +13:00
Mary Evans
055418e963
MDL-33569 theme_boostrapbase: adding re-compiled style/moodle.css
2013-09-28 16:00:23 +01:00
Mary Evans
050e0d8724
MDL-33569 themes: Labels create extra margin below content.
2013-09-28 15:55:06 +01:00
Petr Škoda
e404da07d4
MDL-41999 do not use $USER->password directly
2013-09-27 10:54:43 +02:00
Marina Glancy
b81afac481
MDL-41942 course: Allow course listings to work with caches disabled
2013-09-27 18:34:37 +10:00
Marina Glancy
b0aea95a96
MDL-41921 mod_url: less restrictions on URL field
...
Restoring functionality from 2.4 accidentally removed in MDL-34311
2013-09-27 18:33:44 +10:00
Marina Glancy
95d6999f89
MDL-41676 Corrected logic when to dim the activity name and content
2013-09-27 18:31:51 +10:00
Marina Glancy
c777836c69
weekly release 2.5.2+
2013-09-27 14:53:29 +10:00
Marina Glancy
9573950b9d
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2013-09-27 14:51:14 +10:00
Dan Poltawski
c0a5cd3e33
MDL-39653 enrol_imsenterprise: only mail admins on change
...
The existing beavhiour was sending useless emails to admins and
generating warnings.
Thanks to Matthew Orlando for the suggested fix.
2013-09-27 12:23:48 +08:00
Mark Nelson
e26f1e83a1
MDL-41995 calendar: changed the page layout for the export page
2013-09-26 16:54:20 +08:00
Dan Poltawski
7f5f0ba2d3
MDL-32592 enrol_imsenterprise: fix error when category not defined
...
thanks to Henrik Thorn for the fix
2013-09-26 14:59:48 +08:00
Dan Poltawski
acd6ad0fa1
MDL-26408 enrol_imsenterprise: fix invalid component
2013-09-26 12:22:14 +08:00
AMOS bot
f0b5658ee9
Automatically generated installer lang files
2013-09-26 00:44:18 +00:00
David Monllao
456c9d1648
MDL-41882 tool_generator: Refactoring backend class
...
Moving it to course_backend keeping generic
methods and attributes in backend class.
AMOS BEGIN
MOV [size_0,tool_generator],[coursesize_0,tool_generator]
MOV [size_1,tool_generator],[coursesize_1,tool_generator]
MOV [size_2,tool_generator],[coursesize_2,tool_generator]
MOV [size_3,tool_generator],[coursesize_3,tool_generator]
MOV [size_4,tool_generator],[coursesize_4,tool_generator]
MOV [size_5,tool_generator],[coursesize_5,tool_generator]
AMOS END
2013-09-25 10:13:30 +08:00
David Monllao
b0e19c4ca6
MDL-41861 tool_generator: Adding fixeddataset option
2013-09-25 10:12:33 +08:00
David Monllao
c65e322ff0
MDL-41861 tool_generator: Unit test for fixeddataset
2013-09-25 10:12:33 +08:00
David Monllao
e6f9c31b6e
MDL-41853 tool_generator: Adding required files
...
No autoloader in Moodle 2.5
2013-09-25 10:11:18 +08:00
Dan Poltawski
186a80d203
MDL-41853 tool_generator: fix use of raw LIKE sql
2013-09-25 10:11:18 +08:00
sam marshall
e886af6e7e
MDL-41853 Script to generate standard-size large course for testing
2013-09-25 10:11:16 +08:00
Eloy Lafuente (stronk7)
d5971d75a1
Merge branch 'MDL-41910_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-09-25 03:11:49 +02:00
Petr Škoda
7c97129a9a
MDL-41223 do not store any form of login URL in $SESSION->wantsurl
...
Credit goes to Michael Milette, thanks.
2013-09-25 10:57:54 +10:00
Eloy Lafuente (stronk7)
a943166fc1
Merge branch 'MDL-41852_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-09-25 02:49:10 +02:00
Matt Petro
8917283c22
MDL-41660 backup ims-cc: Use correct temp directory
2013-09-25 02:15:47 +02:00
Eloy Lafuente (stronk7)
8ecd67c48e
Merge branch 'MDL-41342_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-09-25 02:13:22 +02:00
Eloy Lafuente (stronk7)
1cf52db9b4
Merge branch '40903-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-09-25 02:00:34 +02:00
David Mudrák
b5b58382fb
MDL-41954 Fix the grade for assessment calculation in the Workshop module
...
In a pretty rare case of zero variance of received assessments, the "distance"
of the evaluated assessment from the referential ("best") one was not increased
regardless it's actual value. This led to higher grades for assessments in
certain situations (see the tracker for a particular example).
2013-09-25 01:57:03 +02:00
Sam Hemelryk
b8cf62bf04
Merge branch 'MDL-41907_m25' of https://github.com/merrill-oakland/moodle into MOODLE_25_STABLE
2013-09-25 10:18:13 +12:00
Eloy Lafuente (stronk7)
4008db6d6a
Merge branch 'wip-MDL-41594-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-09-24 23:21:04 +02:00
Marina Glancy
90336898da
Merge branch 'MDL-40550_25' of https://github.com/totara/openbadges into MOODLE_25_STABLE
2013-09-24 21:43:18 +10:00
Marina Glancy
0184a31bad
Merge branch 'MDL-41929_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-09-24 21:32:35 +10:00
Sam Hemelryk
de760ea9a3
MDL-40903 cached: fixed up versions
2013-09-24 21:13:33 +12:00
Sam Hemelryk
cf078f8427
MDL-40903 cache: renamed persistcache to staticacceleration
2013-09-24 21:13:33 +12:00
Sam Hemelryk
6ad2368071
MDL-40903 cache: fixed up event invalidation
2013-09-24 21:13:33 +12:00
Marina Glancy
ae3f682a63
MDL-40903 cache: Unittests and small fixes for persistent application cache
2013-09-24 21:13:33 +12:00
Sam Hemelryk
b7a3f7457d
MDL-40903 cache: coding style tidyup pre-integration
2013-09-24 21:13:32 +12:00
Sam Hemelryk
c755b4ef1f
MDL-40903 cache: converted persistent into persistentdata
...
At the same time all cache instances were made persistent
2013-09-24 21:13:32 +12:00
Ankit Agarwal
bdd668849b
MDL-41894 feedback: Remove unused code, which is generating warnings
2013-09-24 15:01:15 +08:00
AMOS bot
bd993fcf5c
Automatically generated installer lang files
2013-09-24 00:42:00 +00:00
Sam Hemelryk
72ca4b0acf
Merge branch 'MDL-40848_m25' of git://github.com/totara/openbadges into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-09-24 09:17:52 +12:00
Sam Hemelryk
9b70e23754
Merge branch 'MDL-36465-25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2013-09-24 08:32:57 +12:00
Tim Hunt
4c619d6788
MDL-41929 quiz statistics, overall stats not displayed.
2013-09-23 18:07:47 +01:00
Marina Glancy
1537f8241e
Merge branch 'MDL-41833-m25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-09-23 19:17:34 +10:00
David Monllao
0129cc9ec7
MDL-41910 user: Allowing LASTACCESS_UPDATE_SECS overwrite
2013-09-23 16:57:53 +08:00
Andrew Nicols
35c81d2938
MDL-36465 Course JavaScript: Ensure that the zero section is not draggable
2013-09-23 09:19:18 +01:00
Jason Fowler
c537b4a9d5
MDL-41352 MyMobile - fixing region/layout/drag-n-drop issues
2013-09-23 14:09:43 +08:00
Marina Glancy
30f43b0e9c
Merge branch 'wip-MDL-41772-25' of git://github.com/abgreeve/moodle into MOODLE_25_STABLE
2013-09-23 14:40:35 +10:00
AMOS bot
7ceb85398d
Automatically generated installer lang files
2013-09-21 00:42:38 +00:00
Sam Hemelryk
ca1c4bacbf
weekly release 2.5.2+
2013-09-20 14:42:03 +12:00
Sam Hemelryk
158785810a
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2013-09-20 14:34:46 +12:00
Eric Merrill
f9c7450825
MDL-41907 Repositories: Maintain the sortorder of a file when overwriting it.
2013-09-19 18:53:58 -04:00
Eric Merrill
c41e70525b
MDL-37973 gradebook Return a maxgrade of '-' if grade type is TEXT
...
Including tests for correct return from
grade_edit_tree_column_range->get_item_cell()
2013-09-19 10:58:05 -04:00
Michael Aherne
98fa01e59f
MDL-41900 events Log handler failures
2013-09-19 15:55:50 +01:00
David Monllao
c455e8bca5
MDL-41342 admin: Adding warning when upgrading a test site
2013-09-19 15:07:37 +08:00
AMOS bot
9fbe8daafb
Automatically generated installer lang files
2013-09-19 00:44:11 +00:00
sam marshall
5b15ad907a
MDL-41852 Resource: Does not have generator
2013-09-18 15:44:47 +08:00
Simon Coggins
6880b9f822
MDL-40848 badges: Validate backpack connection via Persona
...
Instead of trusting that the user owns the email address they
supply, we now require them to login via Persona before
connecting them to the backpack
2013-09-18 12:58:42 +12:00
AMOS bot
fc246cab3c
Automatically generated installer lang files
2013-09-18 00:45:30 +00:00
Eloy Lafuente (stronk7)
dd344e3709
Merge branch 'wip-mdl-41717-m25' of git://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-09-17 21:22:42 +02:00
Eloy Lafuente (stronk7)
2307474181
Merge branch 'MDL-41728-m25' of git://github.com/sammarshallou/moodle into MOODLE_25_STABLE
2013-09-17 21:18:34 +02:00
Eloy Lafuente (stronk7)
9336caebaa
Merge branch 'wip-mdl-41711-m25' of git://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-09-17 20:29:59 +02:00
Marina Glancy
09b8f892ac
MDL-41594 Bug fix for orphaned invisible categories
...
thanks to L.Sanocki
2013-09-17 20:58:33 +10:00
Ankit Agarwal
81d8cc2765
MDL-41833 feedback: Fix setType() warning when deleting a response in feedback
2013-09-17 15:26:29 +08:00
Eloy Lafuente (stronk7)
69253612e4
Merge branch 'MDL-41595_M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
2013-09-17 02:15:22 +02:00
Sam Hemelryk
b27ca3514e
Merge branch 'MDL-41667_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-09-17 08:58:33 +12:00
Sam Hemelryk
6d05276c02
Merge branch 'MDL-38317-moodle25' of git://github.com/StudiUM/moodle into MOODLE_25_STABLE
2013-09-17 08:39:02 +12:00
Jean-Philippe Gaudreau
b35c36def5
MDL-38317 grade import: Translation support for import mappings form.
2013-09-16 09:20:12 -04:00
Marina Glancy
eca39eaeee
Merge branch 'MDL-41315-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2013-09-16 15:32:45 +10:00
Yuliya Bozhko
a2547d7087
MDL-40550 badges: Change wording of badge activation message
...
Add confirmation check when activating badge from management page
2013-09-16 15:34:33 +12:00
Sam Hemelryk
82dc37c88c
Merge branch 'MDL-38194-m25' of git://github.com/sammarshallou/moodle into MOODLE_25_STABLE
2013-09-16 13:55:25 +12:00
Sam Hemelryk
c998a75fdb
Merge branch 'MDL-41637_25' of https://github.com/totara/openbadges into MOODLE_25_STABLE
2013-09-16 13:50:54 +12:00
AMOS bot
d443dd501f
Automatically generated installer lang files
2013-09-16 00:40:26 +00:00
Sam Hemelryk
f534464a06
Merge branch 'MDL-41662_25' of https://github.com/totara/openbadges into MOODLE_25_STABLE
2013-09-16 10:47:47 +12:00
Sam Hemelryk
f8eaa73b41
Merge branch 'm25_MDL-37524' of git://github.com/danmarsden/moodle into MOODLE_25_STABLE
2013-09-16 10:38:34 +12:00
Sam Hemelryk
10c3f9e7e8
Merge branch 'wip-MDL-27684-MOODLE_25_STABLE' of git://github.com/satrun77/moodle into MOODLE_25_STABLE
2013-09-16 10:27:01 +12:00
Dan Marsden
7cf1d8bd60
MDL-37524 SCORM: mode not calculated correctly.
2013-09-16 10:13:18 +12:00
AMOS bot
caf0834e40
Merge branch 'MOODLE_25_STABLE' into install_25_STABLE
2013-09-14 00:41:35 +00:00
sam marshall
5912c3e43e
MDL-38194 Files: Allow download of large backup files
...
The PHP readfile function does not work for files more than 2GB.
This commit provides a wrapper that can be used so that files less
than 2GB are sent with readfile, and files larger than 2GB are
sent manually.
The change applies to all uses of pluginfile.php, although in
reality, backup files are probably the only ones likely to be more
than two gigabytes.
2013-09-13 15:01:13 +01:00
Tim Hunt
71eb4e2cda
MDL-41667 quiz: Fix CSS rules.
...
Thanks to Renaat Debleu for spotting this problem.
2013-09-13 11:00:42 +01:00
Henning Bostelmann
eb6492e62f
MDL-29987 File resource: fix problem with PDF display on mobile devices
...
Setting the default display option for PDF files from DISPLAY_EMBED to DISPLAY_OPEN
2013-09-13 10:26:57 +01:00
Damyon Wiese
0b213ee795
MDL-41315 assign: Add unit test for groupmembersonly
2013-09-13 16:47:11 +08:00
Damyon Wiese
ad02ac1d8c
MDL-41315 assign: Dont show users not in the current grouping
...
This is for separate groups mode. Note - this will be slower - but
this feature is experimental and groupslib does not provide a nicer api.
Conflicts:
mod/assign/locallib.php
2013-09-13 16:47:08 +08:00
Adrian Greeve
09c5de5075
MDL-41772 - mod_data: Fixed database_module comments not being restored.
2013-09-13 15:33:17 +08:00
Damyon Wiese
444433b575
weekly release 2.5.2+
2013-09-13 14:08:51 +08:00
Mohamed Alsharaf
a12346d527
MDL-27684 repository: make require_login() throws exception instead of redirect
2013-09-13 16:08:36 +12:00
AMOS bot
3eb159ca23
Automatically generated installer lang files
2013-09-13 00:48:40 +00:00
David Monllao
ffc377877b
MDL-41555 behat: Fixing catch statement location
...
The exception is thrown when getting the
browser session, not when accessing the first
URL.
2013-09-12 15:53:36 +08:00
Damyon Wiese
da09c760a4
MDL-37804 assign: Return proper notice when submissions closed.
...
MDL-38267 was returning the html page when it should have been adding to the list
of notices and returing false.
2013-09-12 10:37:29 +08:00
sam marshall
c4492952bf
MDL-41728 Backup: Unnecessary use of in_array in base_plan
...
Remove unnecessary use of in_array which causes performance problems
when loading the plan for very large courses.
2013-09-11 14:36:08 +01:00
Rajesh Taneja
7671200b0f
MDL-28561 blocks_rss_client: Fixed line separator color in bootstrap
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-09-11 17:44:27 +08:00
Rajesh Taneja
d1b7e2dfa5
MDL-41717 Theme: Aligned completion checkbox and commands on course page for label
2013-09-11 16:16:36 +08:00
Rajesh Taneja
314285ef10
MDL-41711 Glossary: Fixed seach label alignment
2013-09-11 14:39:01 +08:00
prateeksachan
c544b9c601
MDL-38267 assign: No Submit button after cut-off date
2013-09-11 12:18:27 +08:00
Sam Hemelryk
8377c04acf
Merge branch 'wip-mdl-41605-m25' of git://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-09-11 10:49:53 +12:00
Sam Hemelryk
884d1b2a41
Merge branch 'MDL-41658_M25' of git://github.com/kordan/moodle into MOODLE_25_STABLE
2013-09-11 09:42:25 +12:00
Matthew Noorenberghe
4342b9320d
MDL-41634 - URL Download Repository doesn't warn when asked to download non-image files
2013-09-11 09:37:35 +12:00
Sam Hemelryk
7952a767a3
Merge branch 'MDL-41528_MOODLE_25_STABLE' of https://github.com/nitzo/moodle into MOODLE_25_STABLE
2013-09-11 09:26:21 +12:00
Sam Hemelryk
eb398c5ce6
Merge branch 'MDL-41630-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-09-11 09:20:39 +12:00
Sam Hemelryk
89c92427ad
Merge branch 'wip-MDL-41578-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-09-11 09:00:23 +12:00
Sam Hemelryk
c26684b2be
Merge branch 'MDL-41587_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-09-11 08:52:38 +12:00
Sam Hemelryk
492351897d
Merge branch 'MDL-41555_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-09-11 08:50:50 +12:00
Rajesh Taneja
b7e603a70c
MDL-41590 Enrolments: If course is deleted, then use courseid for reference
2013-09-11 08:46:59 +12:00
Yuliya Bozhko
05f840e8a4
MDL-40471 badges: Fixes around badge capabilities and navigation
2013-09-11 08:43:20 +12:00
Dan Poltawski
039b551f68
Merge branch 'MDL-40631-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2013-09-10 14:31:51 +08:00
Dan Poltawski
e869047273
Merge branch '41189-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-09-10 14:12:18 +08:00
Damyon Wiese
0e3841a273
Merge branch 'wip-mdl-23335-m25' of https://github.com/deraadt/moodle into MOODLE_25_STABLE
2013-09-10 12:57:11 +08:00
Damyon Wiese
62674fcafc
MDL-41497 auth_db: Fix typo in lang string.
2013-09-10 12:25:31 +08:00
Damyon Wiese
b0d5d6b0bb
Merge branch 'MDL-41497-25' of https://github.com/willylee/moodle into MOODLE_25_STABLE
2013-09-10 12:23:30 +08:00
Dan Poltawski
81a6ccf14a
Merge branch 'MDL-28561_M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
2013-09-10 12:05:02 +08:00
Damyon Wiese
3a15ac7c21
Merge branch 'MDL-41451_25' of https://github.com/pauln/moodle into MOODLE_25_STABLE
2013-09-10 11:59:08 +08:00
Damyon Wiese
9c8c97c53e
Merge branch 'MDL-41626-moodle25' of github.com:StudiUM/moodle into MOODLE_25_STABLE
2013-09-10 09:16:20 +08:00
Sam Hemelryk
3f6c2f7de8
Merge branch 'MDL-41600_25' of git://github.com/aolley/moodle into MOODLE_25_STABLE
2013-09-10 13:11:54 +12:00
Adam Olley
e8c41b0a5f
MDL-41600: qformat_blackboard_six Fix test_import_match fail w/ddmatch
...
With qtype_ddmatch installed, the unit tests for qformat_blackboard_six
fail as they generate ddmatch questions instead of match ones. This
patch checks for ddmatch and changes the test to expect that instead if
its installed.
2013-09-10 09:13:31 +09:30
Sam Hemelryk
0e2b007f33
MDL-32862 backup: fixed missing global
2013-09-10 10:47:25 +12:00
Sam Hemelryk
7eb3ddf9b5
Merge branch 'wip-MDL-32862-25' of git://github.com/abgreeve/moodle into MOODLE_25_STABLE
2013-09-10 09:38:35 +12:00
Sam Hemelryk
eb52eb1df0
Merge branch 'MDL-29378-survey-25' of git://github.com/mudrd8mz/moodle into MOODLE_25_STABLE
2013-09-10 09:35:59 +12:00
Dan Poltawski
9778aa2333
Merge branch 'MDL-41254-m25' of git://github.com/micaherne/moodle into MOODLE_25_STABLE
2013-09-09 18:04:39 +08:00
David Mudrák
9cc00ae71e
MDL-29378 Fix the recent string modification
...
But accident, I have modified the string 'collesaintro' in the previous patch.
The correct string to be amended is 'collesapintro'.
2013-09-09 11:21:48 +02:00
William Tam
04928750f0
MDL-37804 mod/assign: Students no longer able to submit files after due date with Prevent late submissions turned on.
2013-09-09 17:13:33 +08:00
Mary Evans
29892d8739
MDL-41595 mod_book: Book mod does not add TOC to default region
2013-09-09 09:48:53 +01:00
Mary Evans
6d44eaad0c
MDL-40575 theme_bootstrapbase: Unable to scroll language menu in theme/clean.
2013-09-09 16:10:17 +08:00
Dan Poltawski
4d9ae8de10
Merge branch 'MDL-41163-m25' of git://github.com/sammarshallou/moodle into MOODLE_25_STABLE
2013-09-09 15:39:45 +08:00
Damyon Wiese
fa2d417f36
Merge branch 'wip-MDL-41517-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-09-09 12:10:53 +08:00
Damyon Wiese
d2b7eee400
Merge branch 'm25_MDL-31232' of git://github.com/danmarsden/moodle into MOODLE_25_STABLE
2013-09-09 11:45:30 +08:00
Rajesh Taneja
e232c3b900
MDL-41605 Enrolments: Updated unassign role url to use roleid as param
...
Filter on enrolled users page use role param to perform filtering by role,
and unassign role also contain role param to remove user role in course
which used to conflict. Looking at assign role, we use roleid param, so
using roleid for unassigning as well
2013-09-09 09:19:00 +08:00
AMOS bot
46658b1dcf
Automatically generated installer lang files
2013-09-09 00:44:15 +00:00
Sam Hemelryk
971d920469
MDL-41417 course: fixed idnumbertaken string
2013-09-09 12:16:17 +12:00
Yuliya Bozhko
e3fc376a86
MDL-41637 badges: Update modules ids retrieval
2013-09-09 11:56:38 +12:00
Paul Nicholls
c50e070d29
MDL-41451 - formslib: use create_function instead of inline function
...
As per MDL-39432, closure-style inline functions can result in fatal
errors when using eAccelerator and thus should be avoided.
2013-09-09 11:29:59 +12:00
Yuliya Bozhko
37deeaf42e
MDL-41662 badges: Fix viewing user profile when not logged in
2013-09-09 11:23:49 +12:00
Sam Hemelryk
119bc4adfc
Merge branch 'MDL-38794_25' of https://github.com/prateeksachan/moodle into MOODLE_25_STABLE
2013-09-09 11:12:23 +12:00
Sam Hemelryk
9691b405fc
Merge branch 'MDL-41417_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-09-09 10:51:07 +12:00
Sam Hemelryk
efe6343ee0
Merge branch 'MDL-29378-survey-25' of git://github.com/mudrd8mz/moodle into MOODLE_25_STABLE
2013-09-09 10:48:37 +12:00
Sam Hemelryk
a5f2a9da42
MDL-41189 fixed overflow issue with filepicker thumbnail
2013-09-09 08:24:35 +12:00
kordan
3746d1ae8b
MDL-41658 theme_formal_white: text in input select is now never centered (fixed at central level)
2013-09-08 21:03:30 +02:00
AMOS bot
60a9a13c10
Automatically generated installer lang files
2013-09-08 00:43:07 +00:00
sam marshall
bd2d268d13
MDL-41446 Completion: Incorrectly marks complete when grade data present with no actual grade
2013-09-06 13:04:34 +01:00
Mark Nelson
33a42df4ad
MDL-41417 course: allow the use of duplicated idnumbers if they existed before fix
2013-09-06 15:19:01 +08:00
Francis Devine
85251082bf
MDL-41417 course: prevent duplicate idnumbers being used when updating a course
2013-09-06 15:17:00 +08:00
Adrian Greeve
769bef0ee0
MDL-32862 - Backup: Rewriting resource_old links on backup.
2013-09-06 14:51:48 +08:00
Frederic Massart
5a45f5fd84
MDL-41630 oauth: Throw exception instead of dying on error
2013-09-06 10:48:15 +08:00
Paul Nicholls
4e93e23bcd
MDL-41451 - Large forms are truncated by max_input_vars
...
By parsing php://input in chunks, we can bypass max_input_vars for
forms which do not use the "multipart/form-data" enctype. This can
be (and is) safely skipped if there are fewer than max_input_vars
fields submitted as part of $_POST.
2013-09-06 14:37:29 +12:00
Marina Glancy
c93c81e263
MDL-41578 Fixed bug in coursecat::has_course_overviewfiles
2013-09-06 10:52:58 +10:00
Nitzan Bar
b8648c74ed
MDL-41528 enrol/ldap course default settings when no course template is selected
2013-09-06 02:13:22 +03:00
Jean-Philippe Gaudreau
c729f19add
MDL-41626 cas auth: Setting the right url for the multi-authentication page
2013-09-05 16:47:25 -04:00
sam marshall
8f0ce3ca17
MDL-41163 Restore: Large course restore timeout on schema page
2013-09-05 17:14:42 +01:00
David Monllao
084e8459ef
MDL-41587 tool_behat: Adding site name constant
2013-09-05 10:35:13 +08:00
David Monllao
0141968b9e
MDL-41555 tool_behat: Improving behat & selenium exceptions messages
...
Also moving the 'selenium not running'
checking to a proper place as it was
not thrown since the homepage start
visit() was introduced.
2013-09-05 10:34:33 +08:00
David Mudrák
f60c7e6851
MDL-29378 Code cleanup in the Survey module
...
While working on the issue, I spotted these two places that were worth of
fixing. The first one is a trivial reminiscence of a previous refactoring,
after which both branches of the if() statement became equal.
The second one is actually a typo as in theory it could generate unexpected
input fields with the name like qPP1. Luckily this never happened due to the
way how survey questions are hardcoded (there are no questions with the type 2
that would require two answers to their subquestions).
2013-09-05 00:01:42 +02:00
David Mudrák
b46b093e5c
MDL-29378 Fix the form display in the Survey/COLLES P+A module
...
In MDL-7501, we stopped using rowspanning cells in the form table due to
accessibility. That had introduced a regression so in the COLLES P+A survey,
all the rows were displayed with the same background colour. This patch returns
the previous behaviour that each couple of items can be distinguished by the
background colour.
Also, there is no need to display "I prefer that" and "I found that" as a small
text any more. It had made sense in rowspanning layout but not after MDL-7501
was fixed.
And finally, as all items are enumerated now sequentially, there are actually
48 lines, each couple covering one question in two variants. I think it's
correct to reflect this in the description of the form so the text was slightly
amended.
2013-09-05 00:01:17 +02:00
David Mudrák
597f4acd89
MDL-29378 Fix regression in the Survey/COLLES P+A module
...
This basically reverts the commit 5196df589b that
I believe was a result of misunderstanding of how question type field is
(ab)used in the Survey module. As it took significant time to get familiar with
the overall logic of questions and their processing in the module, I left my
findings in added inline comments. The point is that it is $question->type that
matters. Types of questions listed as subquestions in the multi field is
irrelevant in that case (and all have it set to 1 IIRC).
This patch re-enables the "COLLES (Preferred and Actual)" survey type that did
not work at all due to regression.
2013-09-04 23:42:35 +02:00
Mary Evans
e5c7462afa
MDL-28561 blocks_rss_client: Fixes lines between RSS feed items are not showing in all themes.
2013-09-03 09:51:55 +01:00
Michael de Raadt
00a3eed306
MDL-23335 mod_forum: allow multi-lang filtering of shortened messages
2013-09-03 13:40:32 +08:00
Yuliya Bozhko
5dffc067da
MDL-41228 phpunit: Reset message processors list in unit tests
2013-09-03 17:39:18 +12:00
Marina Glancy
ff8018c65c
MDL-41517 Do not call fix_course_sortorder unnecessarily
...
Thanks to Thomas Worthington
2013-09-03 13:45:56 +10:00
Damyon Wiese
a4945e23d6
MDL-40631: Prevent students from submitting empty assignments.
2013-09-02 21:59:53 +08:00
Michael Aherne
dc4018e5c2
MDL-41254 backup Raise time and memory limit in precheck.
2013-09-02 11:45:25 +01:00
Willy Lee
42fd2c0b67
MDL-41497 auth_db: Added help text for using odbc dsn names instead
2013-08-30 10:24:50 -05:00
Willy Lee
1d2f1fe762
MDL-41497 enrol_database: Added help text for using odbc dsn names instead
2013-08-30 09:12:07 -05:00
Dan Marsden
58a6404dbf
MDL-31232 SCORM: Wrap suspend_data even when no spaces in value.
2013-08-30 20:34:51 +12:00
Nadav Kavalerchik
73cd3cba61
MDL-40674 - Main menu's "sub menu" should open to the left in RTL mode (theme/clean , bootstrapbase)
2013-07-19 14:51:52 +03:00
prateeksachan
ee36201eee
MDL-38794 passed overflowdiv parameter
2013-07-11 07:26:56 +05:30