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
Eloy Lafuente (stronk7)
6acbecf531
Moodle release 2.5.2
2013-09-07 14:27:18 +02:00
Eloy Lafuente (stronk7)
93e4ea20f2
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2013-09-07 14:11:59 +02:00
Dan Poltawski
1aecfc42b6
MDL-41623 rss: clean output rss content
2013-09-07 10:41:37 +08:00
Eloy Lafuente (stronk7)
0694d65e7e
MDL-41623 ensure all rss links are valid urls.
2013-09-07 04:05:38 +02:00
AMOS bot
60d9fe07a6
Automatically generated installer lang files
2013-09-07 00:43:08 +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
AMOS bot
4589706812
Automatically generated installer lang files
2013-09-06 00:47:47 +00:00
AMOS bot
ce31fccf0e
Merge branch 'MOODLE_25_STABLE' into install_25_STABLE
2013-09-06 00:47:47 +00: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
Dan Poltawski
2d269d8a4f
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2013-09-05 14:43:20 +08:00
Dan Poltawski
d8835503a8
weekly release 2.5.1+
2013-09-05 13:36:12 +08: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
Mark Nelson
60abf0f6bd
MDL-40924 badges: added a print_error call to prevent PHP notices when no badges are found
2013-09-05 10:05:52 +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
David Monllao
0c26302299
MDL-41568 lang: Fix behat features after changes
2013-09-04 15:18:43 +08:00
Damyon Wiese
59abd58e9f
Merge branch 'MDL-41485-m25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-09-04 12:26:15 +08:00
Jason Fowler
e8924ea727
MDL-35925 Behat - Fixing behat test for Create Folder
2013-09-04 11:55:52 +08:00
Damyon Wiese
32c5dad8f0
MDL-41179 assign: Ensure a submission record exists for lock/unlock
...
Can't change the function params because it is changed in master already.
This will create a draft submission when a student is prevented from submitting
but that is a minor sideeffect and doesn't happen in master.
2013-09-04 11:02:30 +08:00
Dan Poltawski
f5fc022310
Merge branch 'wip-mdl-41418-m25' of git://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-09-04 10:38:19 +08:00
Eloy Lafuente (stronk7)
f2900567a8
Merge branch 'MDL-40566_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-09-03 22:07:04 +02:00
Eloy Lafuente (stronk7)
247f3e95e7
Merge branch 'MDL-41568-en_fix-25' of git://github.com/mudrd8mz/moodle into MOODLE_25_STABLE
2013-09-03 15:11:41 +02:00
Helen Foster
09fd8327e2
MDL-41568 Merge English strings from the en_fix language pack
2013-09-03 12:50:11 +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
Damyon Wiese
cdecb726ec
Merge branch 'MDL-41348_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-09-03 16:09:46 +08:00
Tim Lock
a5db1b5432
MDL-41304: Hide and handle LDAP error when user not in context being checked
2013-09-03 16:05:49 +08:00
Jason Fowler
3a9a74b259
MDL-35925 filepicker - Fixing behat tests
2013-09-03 15:48:08 +08:00
Aparup Banerjee
75b0c09bd1
MDL-37564 linked dependant plugin component text to plugins DB
2013-09-03 14:56:49 +08:00
Damyon Wiese
a36b1f9c65
Merge branch 'MDL-33472-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-09-03 14:38:28 +08:00
Damyon Wiese
efb7f5173a
Merge branch 'm25_MDL-29218_plugin_init_not_blocking_when_false' of https://github.com/scara/moodle into MOODLE_25_STABLE
2013-09-03 14:28:58 +08:00
Damyon Wiese
6093c3ddf8
Merge branch 'MDL-32690_restoreMissingAssignment_25' of https://github.com/moodlerooms/moodle into MOODLE_25_STABLE
2013-09-03 14:16:10 +08: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
Dan Poltawski
a60215797d
Merge branch 'w36_MDL-41255_m25_changepw' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-09-03 12:58:52 +08:00
Dan Poltawski
5202933cdd
Merge branch 'MDL-41428-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-09-03 12:28:20 +08:00
Dan Poltawski
3e07519d3f
Merge branch 'wip-MDL-41179-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-09-03 11:48:58 +08: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
David Monllao
fe0f9adbe3
MDL-40566 behat: Update features using the new options
2013-09-03 11:15:12 +08:00
David Monllao
9e14d32b12
MDL-40566 behat: Adding info about the deprecated attr.
2013-09-03 11:10:30 +08:00
David Monllao
9ae0496854
MDL-40566 behat: Moving from behat_command to behat_selectors
2013-09-03 11:10:30 +08:00
David Monllao
79b2f3a6f9
MDL-40566 behat: Adding behat_selectors
...
Class that manages moodle selectors transition
to behat default selectors.
2013-09-03 11:10:30 +08:00
Dan Poltawski
fb7bb9af16
Merge branch 'wip-MDL-41317-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-09-03 10:40:34 +08:00
Dan Poltawski
0522e090fb
Merge branch 'MDL-40214_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-09-03 10:06:48 +08:00
Matteo Scaramuccia
2fa86e7b56
MDL-29218 Repository: fixed a typo in the PHPDoc
2013-09-02 23:14:37 +02:00
Matteo Scaramuccia
259415dc8d
MDL-29218 Repository: $pname, get rid of all the useless code
...
More details in the Tracker.
2013-09-02 23:14:35 +02:00
Matteo Scaramuccia
fd0608a226
MDL-29218 Repository: Hide the repo if repository::plugin_init returns false
2013-09-02 23:14:34 +02: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
Dan Poltawski
5e86f2ea86
Merge branch 'MDL-41149-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2013-09-02 17:25:38 +08:00
Dan Poltawski
37d1f21b36
Merge branch 'MDL-35925-25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
2013-09-02 15:24:23 +08:00
Nitzan Bar
9dccff7793
MDL-41259 when duplicate course shortname exists an exception is thrown and sync is aborted
2013-09-02 15:08:28 +08:00
Damyon Wiese
18839cbbdc
Merge branch 'MDL-41516-m25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2013-09-02 14:58:21 +08:00
Dan Poltawski
0ab8ba8bf9
Merge branch 'MDL-36093-moodle25' of github.com:StudiUM/moodle into MOODLE_25_STABLE
2013-09-02 14:10:39 +08:00
Dan Poltawski
d6edbd9945
MDL-40676 tests: fix null byte test.
2013-09-02 13:59:12 +08:00
Yuliya Bozhko
b51c44ac3d
MDL-40712 badges: Display recipient information
2013-09-02 13:45:57 +08:00
Yuliya Bozhko
129e7dffeb
MDL-40924 badges: Add caching to external badges
2013-09-02 13:45:13 +08:00
Petr Škoda
71b06edf6b
MDL-40676 ignore null bytes
2013-09-02 12:27:58 +08:00
Dan Poltawski
5218a6e8fb
Merge branch 'MDL-41175_M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-09-02 11:52:21 +08:00
Dan Poltawski
581a1695ac
Merge branch 'MDL-41328-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2013-09-02 11:44:58 +08:00
Andrew Nicols
dacc2f8847
MDL-41328 Editor: Work around another iOS issue with TinyMCE
...
We apply this only on touchend and not touchstart or touchmove. The
location is not guaranteed until the end of the gesture, and there's no
need to keep applying focus on every move.
2013-09-02 09:41:48 +08:00
AMOS bot
ce1a153335
Automatically generated installer lang files
2013-09-02 00:47:08 +00:00
Andrew Nicols
7402dcd5fd
MDL-41516 Themes: Ensure that blocks are set up early
...
Blocks can require JavaScript which must be set up early in the page
lifecycle.
In order to do so, we should ensure that content is created in the standard
head setup before any other output is created so that any subsequent use of
block instances are no longer the first such use when they may already be
too late in the lifecycle.
2013-09-02 00:02:07 +01:00
Petr Škoda
24b58fa892
MDL-41255 fix incorrect redirection logic when changing password
...
Credit goes to Michael Milette.
2013-08-31 11:42:54 +02:00
AMOS bot
2fc1329f44
Merge branch 'MOODLE_25_STABLE' into install_25_STABLE
2013-08-31 00:43:54 +00: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
Ankit Agarwal
756a0bc3a1
MDL-41485 calendar: Replace value of action buttons on managesubscription page with int
2013-08-30 17:20:30 +08:00
Dan Marsden
58a6404dbf
MDL-31232 SCORM: Wrap suspend_data even when no spaces in value.
2013-08-30 20:34:51 +12:00
Damyon Wiese
0bd9f000b7
weekly release 2.5.1+
2013-08-30 09:42:53 +08:00
AMOS bot
976d7e3442
Automatically generated installer lang files
2013-08-30 00:41:47 +00:00
Mark Nielsen
65d14146af
MDL-32690: Restore 1.9 backup into 2.X fails on missing assignment type
...
Solution is as follows:
* Allow unsupported subplugins to convert from Moodle1 to Moodle2
* On Moodle2 restore hide unsupported subplugins
* Graceful error message in assignment of unsupported subplugins
2013-08-29 08:50:31 -07:00
Nadav Kavalerchik
3703b1d5de
MDL-39682 Forms, File Picker, Themes: Fix alignment of Form's Labels and Input elements in RTL mode (theme/clean)
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-08-29 10:16:51 +08:00
Sam Hemelryk
eb0aa3f039
MDL-41213 theme_bootstrapbase: fixed license filemanager overflow
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-08-29 09:12:16 +12:00
Jean-Philippe Gaudreau
13142cece4
MDL-36093 grade export: Fix HTML special characters printed litteraly.
2013-08-28 09:16:00 -04:00
Tim Hunt
69492f8654
MDL-41348 question code depends on filelib.
...
I think this used to work because mod/forum/lib.php used to be included
everywhere, and in turn included lib/formslib.php. We should declare the
dependencey explicitly.
2013-08-28 11:18:23 +01:00
Damyon Wiese
ef8a68a73f
MDL-41249 assign: Fix incorrect gradingform restore step
...
The mapping in the previous patch was wrong - mod assign uses
the area "submissions" but the itemid is the grade->id not the submission->id.
2013-08-28 16:31:32 +08:00
Colin Campbell
f931b66a26
MDL-40214 mod_assign: Fixed issue with custom scale being lost during restore.
2013-08-28 10:52:10 +08:00
Marina Glancy
827c357830
MDL-41317 Set correct context to send bulk message page
2013-08-28 11:06:57 +10:00
AMOS bot
90f6e5af5d
Automatically generated installer lang files
2013-08-28 00:53:50 +00:00
Eloy Lafuente (stronk7)
14616c145f
Merge branch 'MDL-41387_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-08-27 21:00:28 +02:00
Eloy Lafuente (stronk7)
19ed5ae02f
Merge branch 'm25_MDL-41410_Move_Comment_To_Appropriate_Place' of https://github.com/scara/moodle into MOODLE_25_STABLE
2013-08-27 19:46:00 +02:00
Dan Poltawski
cb096cef51
Merge branch 'MDL-41366_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-08-27 18:09:41 +08:00
Damyon Wiese
01209ab96b
Merge branch 'wip-MDL-41127-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-08-27 15:57:28 +08:00
Nadav Kavalerchik
0d376b00be
MDL-39682 Forms, File Picker, Themes: Fix alignment of Form's Labels and Input elements in RTL mode (theme/clean)
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-08-27 15:50:10 +08:00
Damyon Wiese
fe3ccd7e4d
Merge branch 'MDL-41401-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-08-27 15:08:13 +08:00
Dan Poltawski
44e1bb52ec
Merge branch 'MDL-41321_M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-08-27 14:08:14 +08:00
Dan Poltawski
7f0cbbfea6
MDL-38765 quiz: fix incorrect comment
2013-08-27 14:00:18 +08:00
Dan Poltawski
60426b9a2d
Merge branch 'MDL-38765_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-08-27 13:52:22 +08:00
Damyon Wiese
5212cb7d8f
Merge branch 'MDL-40877-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-08-27 12:49:36 +08:00
Damyon Wiese
082b0866bc
Merge branch 'MDL-40447_M25' of https://github.com/nadavkav/moodle into MOODLE_25_STABLE
2013-08-27 12:29:21 +08:00
Nadav Kavalerchik
1715d58161
MDL-37211 Backup: Migrate hard-coded strings to language string for the table header labels on the restore page
2013-08-27 11:57:53 +08:00
Dan Poltawski
abfbffa640
Merge branch 'wip-MDL-41222-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-08-27 11:03:48 +08:00
Damyon Wiese
5b04c580a1
MDL-40321 theme_bootstrapbase: Combine reset into existing overrides file
2013-08-27 10:46:31 +08:00
Frederic Massart
7788b69996
MDL-41428 repository_coursefiles: Missing white space in name
2013-08-27 10:30:20 +08:00
Damyon Wiese
ab2a4e3562
Merge branch 'wip-MDL-40321_M25' of git://github.com/gjb2048/moodle into MOODLE_25_STABLE
2013-08-27 10:08:19 +08:00
Marina Glancy
3ab2f6c00a
MDL-41179 is_user_access_restricted_by_capability() must look at specified user and not current
2013-08-27 09:49:58 +10:00
Dan Poltawski
0846c3a54a
Merge branch 'MDL-41291-25' of git://github.com/mr-russ/moodle into MOODLE_25_STABLE
2013-08-26 18:07:00 +08:00
Damyon Wiese
739ed4ce38
MDL-41213 filepicker: Version bump for css changes
2013-08-26 16:17:17 +08:00
Damyon Wiese
6472bbfbc7
Merge branch '41213-25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-08-26 16:10:02 +08:00
Rajesh Taneja
897995391b
MDL-41418 Administration: Page context should be set before setting page title
2013-08-26 15:25:42 +08:00
Dan Poltawski
9a29baa05e
Merge branch 'MDL-35930_m25' of git://github.com/rwijaya/moodle into MOODLE_25_STABLE
2013-08-26 14:56:34 +08:00
Dan Poltawski
7f3b8fa7b7
Merge branch 'MDL-36126_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-08-26 14:25:29 +08:00
Mark Nelson
58e8778421
MDL-36126 backup: ensure the backup_logs message does not exceed the maximum allowed length in the DB
2013-08-26 20:41:22 +08:00
Damyon Wiese
879330c428
Merge branch 'mdl25_MDL-29004_wiki-fix-images-in-printer-friendly-view' of https://github.com/brki/moodle into MOODLE_25_STABLE
2013-08-26 13:50:54 +08:00
Marina Glancy
b47150934d
MDL-41127 Remove the quick category move dropdowns if page is too big
2013-08-26 15:42:27 +10:00
Dan Poltawski
c9b822387b
Merge branch 'MDL-41249-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2013-08-26 13:11:10 +08:00
Damyon Wiese
29b8db0e0b
Merge branch 'wip-MDL-41106-m25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-08-26 09:43:58 +08:00
Damyon Wiese
fcc147dd2d
MDL-36803 tinymce: Version bump for js changes
2013-08-26 09:30:42 +08:00
Damyon Wiese
c12ec889fa
Merge branch 'MDL-36803-m25' of https://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2013-08-26 09:29:53 +08:00
Russell Smith
1627ea320a
MDL-41291 cache: Use fread to avoid race conditions
2013-08-26 10:50:57 +10:00
Sam Hemelryk
63ce1b82c6
MDL-41106 cache: several fixes for the session cache.
...
This issue makes several fixes for the session loader and the session store.
* maxsize argument now works for session caches.
* fixed performance hole when interation occurs frequently.
* fixed cache purge bug occuring when multiple caches are defined before being used.
* improved lastaccess handling.
Big thanks to Marina who contributed the following commits:
* Always make sure the elements in cache are sorted so we need to remove only elements in the beginning of array
* Remove expired elements from session store to free memory
* Minor bug fixes
2013-08-26 09:50:16 +12:00
Sam Hemelryk
6cc1668dcd
MDL-41213 bootstrap: fixed sizing of filepicker selected file licence selector
2013-08-26 08:39:01 +12:00
Sam Hemelryk
6568daf0db
MDL-41213 filepicker: corrected outline of selected file dialogue
2013-08-26 08:38:34 +12:00
Mary Evans
1148cdfd6c
MDL-41175 themes: Add/remove group members page broken on small screens.
2013-08-25 17:08:28 +01:00
Damyon Wiese
2f2cae97ad
MDL-41149 assign: Group submission updates emailed to wrong person
...
grade_item_update was altering the userid in the submission record
instead of cloning it. This meant only the last member of a group
recieved all notifications meant for other students in the group.
2013-08-25 22:18:29 +08:00
Damyon Wiese
a7effadb53
MDL-41249 assign: Restore step missing gradingform mapping
...
Thanks to Matthieu Raggett for the report and the solution.
2013-08-25 21:24:09 +08:00
Matteo Scaramuccia
44ac793fcb
MDL-41410 Caching: move comment to the appropriate place.
...
MDL-38162 fixes the issue about testing the connection to the memcached
daemon, which means testing once the connection to the pool of servers
and not to each of the servers while being added to the pool.
It misses to move the comment to that code too.
2013-08-25 14:15:23 +02:00
Gareth J Barnard
70ff400c16
MDL-40321 theme_bootstrapbase: Remove URL's from printed pages.
2013-08-24 13:04:25 +01:00
AMOS bot
441678ecb4
Merge branch 'MOODLE_25_STABLE' into install_25_STABLE
2013-08-24 00:59:02 +00:00
Dan Poltawski
eb0f2163dd
MDL-41401 backup: fix misnamed test method
2013-08-23 15:10:24 +08:00
Dan Poltawski
bda1180dc2
MDL-33472 google plugins: move helper functions to upgradelib.php
...
upgrade.php is reserved for the upgrade steps only. See also
MDL-34103
2013-08-23 11:34:03 +08:00
Damyon Wiese
dd99fdd232
weekly release 2.5.1+
2013-08-23 10:34:49 +08:00
Mark Nelson
848c33eb87
MDL-41387 tags: changed character case in string used when deleting a course
2013-08-22 17:41:15 +08:00
Dan Poltawski
c177228500
Revert "MDL-36044 - Delete Icon ("X") blocks Score numbers, when in RTL mode (mod/assign , Rubrics editor)"
...
This reverts commit 42fabe1e87 .
2013-08-22 17:36:28 +08:00
Damyon Wiese
6bd0ce14ed
Merge branch 'wip-MDL-41196-m25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-08-22 11:21:46 +08:00
Dan Poltawski
6c98669c9b
Merge branch 'MDL-30839-25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
2013-08-22 11:18:01 +08:00
Jason Fowler
1dc17ccea2
MDL-30839 Accessibility - Focusing on error on submit
2013-08-22 10:53:56 +08:00
Sam Hemelryk
b59bdff58d
MDL-41196 phpmailer: fixed unit test detection
2013-08-22 14:46:35 +12:00
Dan Poltawski
c36c24ec26
Merge branch 'MDL-30839-25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
2013-08-22 10:14:40 +08:00
Dan Poltawski
2799d45f08
Merge branch 'MDL-39980_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-08-22 10:05:11 +08:00
Jason Fowler
93e775ab57
MDL-30839 Fixing extra line breaks in error msg
2013-08-22 09:06:01 +08:00
Mary Evans
7d7d4a7c30
MDL-41321 theme_bootstrapbase: Adds styling to groupinfobox.
2013-08-21 17:46:15 +01:00
Tim Hunt
3272a3f771
MDL-41366 qbehaviour_informationitem fix name capitalisation.
2013-08-21 12:29:55 +01:00
Tim Hunt
f02a10f38c
MDL-39980 essay attempt-on-last. Handle the no-files case.
...
This slighly changes the format for the way answers are stroed in the DB
in the case where there is some HTML content, but no files. This should
not cause any problems.
2013-08-21 11:57:46 +01:00
Tim Hunt
12ea5b4b00
MDL-38765 quiz view: fix duplicate message.
...
The "No more attempts are allowed" message was being shown twice. I
checked back, and it has been like that since before the quiz was
converted to use a renderer. Still, it looks horrible, so changing it.
2013-08-21 10:24:28 +01:00
Dan Poltawski
0901b32113
MDL-41191 add more test data to trigger duplicate course records
2013-08-21 15:45:48 +08:00
Dan Poltawski
5db91ce2a4
MDL-41191 mod_forum: avoid DISTINCT on TEXT columns
...
It is not supported by all db engines
2013-08-21 15:45:42 +08:00
Dan Poltawski
94bcd74360
Merge branch 'MDL-30839-25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
2013-08-21 15:17:52 +08:00
Jason Fowler
75d2b7da91
MDL-30839 Fixing extra line breaks in error msg
2013-08-21 15:01:07 +08:00
Frederic Massart
1ae04d082d
MDL-40877 repository_url: Use textlib functions instead of mb_strlen()
2013-08-21 14:02:13 +08:00
Dan Poltawski
e1435f9e6e
Merge branch 'wip-MDL-36690-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-08-21 11:35:58 +08:00
Marina Glancy
c6af0e03cb
MDL-36690 Do not cache objects inside course.modinfo as they may fail to serialize
...
convert moodle_url (all other fields are numbers or strings) to string before caching and then back to moodle_url when restoring.
Otherwise serialized modinfo can contain \0 byte which cause problems in Postgres DB
2013-08-21 13:09:36 +10:00
Dan Poltawski
69504a7154
Merge branch 'wip-MDL-32191-m25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-08-21 10:44:39 +08:00
Sam Hemelryk
5cdbdc4a71
Merge branch 'wip-MDL-40830-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-08-21 13:13:18 +12:00
AMOS bot
d43d1610c6
Automatically generated installer lang files
2013-08-21 00:43:39 +00:00
Sam Hemelryk
34884b3ec8
Merge branch 'MDL-41162_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-08-21 12:13:06 +12:00
Sam Hemelryk
aee98acb92
Merge branch 'm25_MDL-41144' of git://github.com/danmarsden/moodle into MOODLE_25_STABLE
2013-08-21 10:59:54 +12:00
Andrew Nicols
37ca398629
MDL-36803 TinyMCE: Fix TinyMCE following touch events on iOS browsers
2013-08-20 23:58:23 +01:00
Sam Hemelryk
8afa842c60
Merge branch 'MDL-41157-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-08-21 10:34:21 +12:00
Sam Hemelryk
6ef239f1c8
Merge branch 'MDL-41196-m25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2013-08-21 09:30:14 +12:00
Frederic Massart
d4f16db9aa
MDL-41136 badges: Prevent extra loading due to unnecessary includes
2013-08-20 17:51:32 +08:00
Damyon Wiese
fa2a822a17
Merge branch 'MDL-41191-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-08-20 16:15:14 +08:00
Damyon Wiese
f669d36b69
Merge branch 'MDL-41071-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-08-20 15:57:59 +08:00
Damyon Wiese
19ad0a3658
Merge branch 'w33_MDL-41112_m25_cachedist' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-08-20 15:15:40 +08:00
Damyon Wiese
1e28defac5
Merge branch 'MDL-40162_25' of https://github.com/totara/openbadges into MOODLE_25_STABLE
2013-08-20 14:49:08 +08:00
Jason Fowler
59d18ddfa7
MDL-35925 - File picker - Adding aria attributes to assist in accessibility
2013-08-20 14:19:06 +08:00
Damyon Wiese
fe8c182f0a
Merge branch 'MDL-27595-2_25' of https://github.com/bostelm/moodle into MOODLE_25_STABLE
2013-08-20 13:49:04 +08:00
Damyon Wiese
32fc11d77a
Merge branch 'MDL-41036_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-08-20 13:00:54 +08:00
Damyon Wiese
bf3ed270ec
Merge branch 'MDL-41122_2.5' of git://github.com/kastashov/moodle into MOODLE_25_STABLE
2013-08-20 12:30:10 +08:00
Dan Poltawski
ba54a0b296
Merge branch 'MDL-38203_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-08-20 11:34:20 +08:00
Nadav Kavalerchik
5d2f59236a
MDL-36044 - Delete Icon ("X") blocks Score numbers, when in RTL mode (mod/assign , Rubrics editor)
2013-08-20 11:08:14 +08:00
Nadav Kavalerchik
14d6091f20
MDL-39236 - Right align table cells during install process, when in RTL mode (theme/standard, actually theme/base)
2013-08-20 11:03:15 +08:00
Dan Poltawski
23756ddfea
Merge branch 'MDL-39980_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-08-20 10:48:09 +08:00
Marina Glancy
1afdd452aa
MDL-41222 Remove unnecessary course cache rebuild
2013-08-20 10:26:34 +10:00
Dan Poltawski
31235acf2b
Merge branch 'MDL-30839-25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
2013-08-19 17:51:11 +08:00
Damyon Wiese
c67f7093a4
Merge branch 'm25_MDL-39572' of https://github.com/totara/moodle into MOODLE_25_STABLE
2013-08-19 15:43:59 +08:00
Damyon Wiese
97557f92f3
Merge branch 'MDL-40896_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-08-19 15:38:10 +08:00
Damyon Wiese
01f44f262a
Revert "MDL-41106 cache: several fixes for the session cache."
...
This reverts commit 17aed88ed4 .
This reverts commit 4e9ccabd81 .
This reverts commit a0933c542e .
2013-08-19 15:32:56 +08:00
Dan Poltawski
2febf20223
Merge branch 'MDL-40893-25' of https://github.com/mr-russ/moodle into MOODLE_25_STABLE
2013-08-19 14:50:10 +08:00
Damyon Wiese
4fea0a3490
Merge branch 'wip-MDL-41106-m25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-08-19 13:51:25 +08:00
Damyon Wiese
07cafa966a
Merge branch 'wip-MDL-36789-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-08-19 13:17:03 +08:00
Nadav Kavalerchik
c299975400
MDL-39703 Roles, Themes: Fix "Add role" dialog width and position, in RTL mode (theme/clean)
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-08-19 13:13:04 +08:00
Dan Poltawski
b31d9b8cbd
Merge branch 'm25_MDL-37393' of github.com:danmarsden/moodle into MOODLE_25_STABLE
2013-08-19 12:57:50 +08:00
Jason Fowler
78dd49f5d0
MDL-30839 Accessibility, Forms - Improve accessibility or error messages
2013-08-19 09:55:43 +08:00
AMOS bot
1df739021c
Automatically generated installer lang files
2013-08-19 00:42:36 +00:00
Sam Hemelryk
17aed88ed4
MDL-41106 cache: tidied up several elements
...
Conflicts:
cache/stores/session/lib.php
2013-08-19 11:30:50 +12:00
Marina Glancy
4e9ccabd81
MDL-41106 Cleaning up expired elements in session cache store
...
- Always make sure the elements in cache are sorted so we need to remove only elements in the beginning of array
- Remove expired elements from session store to free memory
- Minor bug fixes
Conflicts:
cache/stores/session/lib.php
cache/stores/session/tests/session_test.php
2013-08-19 11:01:04 +12:00
Andrew Nicols
6e8edc5af0
MDL-41196 Unit Tests: Add a phpmailer message sink
2013-08-18 16:15:58 +01:00
Nadav Kavalerchik
da552f01bb
MDL-40447 Administration: Fix translation: "Profile" should be "Profile Fields" on advanced (more...) user filter form
2013-08-17 23:37:12 +03:00
Frederic Massart
a0b3ed79e3
MDL-40877 core_text: Added UTF-8 safe strrchr method
2013-08-16 14:17:04 +08:00
Rossiani Wijaya
405ebd52d2
MDL-35930 filepicker filemanaer: make announcement on page change when selecting view files options
2013-08-16 12:09:54 +08:00
AMOS bot
e432d94b3b
Automatically generated installer lang files
2013-08-16 00:42:55 +00:00
Russell Smith
a49e900fda
MDL-40893 backup: cache question answers for performance
...
To constrain memory we only cache a single question's answers.
A quiz must display this many answers, so it will not result
in undue memory pressure.
We now match on the full answer text rather than the first 255
characters. This removes the risk of matching questions with the
same start.
2013-08-16 10:06:34 +10:00
Sam Hemelryk
a0933c542e
MDL-41106 cache: several fixes for the session cache.
...
This issue makes several fixes for the session loader and the session store.
* maxsize argument now works for session caches.
* fixed performance hole when interation occurs frequently.
* fixed cache purge bug occuring when multiple caches are defined before being used.
* improved lastaccess handling.
2013-08-16 11:59:02 +12:00
Simon Coggins
d16c91e919
MDL-39572: Fix sql_order_by_text() to use length argument correctly
2013-08-16 11:29:05 +12:00
Simon Coggins
b9d40871f0
MDL-39572: Fix existing tests and add more to demonstrate issue with sql_order_by_text()
2013-08-16 11:29:05 +12:00
Yuliya Bozhko
2857077011
MDL-40162 badges: Image url breaks when slashargumets is not supported
2013-08-16 11:13:37 +12:00
Dan Marsden
5883b36a76
MDL-41144 enrol_flatfile: ignore deleted users.
2013-08-16 09:32:52 +12:00
Dan Marsden
df47d2c38c
MDL-37393 SCORM: Fix existing AICC scoes to use correct parent/child relationships
2013-08-16 09:29:31 +12:00
Matteo Scaramuccia
1ceee0d0d6
MDL-37393 SCORM: Fixed PHP Strict Standards errors with AICC packages
2013-08-16 09:29:31 +12:00
Jonathon Fowler
2cd5d3c03c
MDL-32191 navigation: Add keys to module and block settings nav nodes
2013-08-16 09:18:46 +12:00
Tim Hunt
97d8cfa90a
MDL-38203 multianswer qtype: feedback pop-up should be constrained.
...
So that, when there is a lot of feedback, it is all visible.
2013-08-15 14:16:24 +01:00
Tim Hunt
a292ada723
MDL-39980 question engine: Attempt on last loses response files
...
When doing Each attempt builds on last, we need to copy any response
files into a draft file area, and then re-save them.
While writing the unit test for this, I had to deal with a todo in the
question engine so that questions with files in the response could be
unit-tested.
I also found an fixed a bug with qtype_essay_question::is_same_response
and fixed some notices in the existing essay/manual graded unit tests.
2013-08-15 12:56:22 +01:00
Marina Glancy
173839c0a6
MDL-36789 Quick course cache integrity check for deleted modules
2013-08-15 21:46:58 +10:00
Marina Glancy
d69129045f
MDL-40830 Clear course cache in mod_assign generator
2013-08-15 21:45:03 +10:00
Tim Hunt
3a5f219636
MDL-41162 quiz view page: invalid HTML.
...
We were sometimes outputting nested p tags. Change the outer one to a
div.
2013-08-15 12:41:27 +01:00
Tim Hunt
a369215799
MDL-41093 qtype match: unique index upgrade problem.
...
Eliminate duplicate rows before we try to add a unique index. We
arbitrarily keep the duplicate row with the lowest id.
2013-08-15 11:58:57 +01:00
Tim Hunt
42f6e9def5
MDL-41036 Question category info should use HTML editor
...
This is a minimal fix. All this code could do with a clean-up, but at
the moment, it works, so I am not going to touch it.
2013-08-15 11:58:35 +01:00
Tim Hunt
e614f12797
MDL-40896 Add missing question edit CSS to bootstrapbase.
2013-08-15 11:58:12 +01:00
Henning Bostelmann
a15ad2be17
MDL-27595 backup: allow course import with warnings
...
Proceed with import if warnings are found, but display the warnings afterwards
2013-08-15 11:20:38 +01:00
Dan Poltawski
661777c503
weekly release 2.5.1+
2013-08-15 16:42:18 +08:00
Dan Poltawski
2571672496
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2013-08-15 16:41:41 +08:00
Rossiani Wijaya
3d29241619
MDL-41200 filepicker: change header string to select.
...
limit the length for header, so it fits nicely in mobile devices
2013-08-15 10:58:56 +08:00
AMOS bot
f2c29f9b97
Automatically generated installer lang files
2013-08-15 00:54:43 +00:00
Dan Poltawski
0d8d0a34e7
Merge branch 'MDL-39507_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-08-14 21:57:43 +08:00
Dan Poltawski
760cb9ee99
MDL-41191 enrol: unit tests for enrol_get_shared_courses
2013-08-14 21:41:38 +08:00
Dan Poltawski
0f96a45b28
MDL-41191 forum: unit tests for forum_get_courses_user_posted_in
2013-08-14 21:39:13 +08:00
Tim Hunt
766a9a9d8f
MDL-39507 Question HTML export: fix image handling.
...
Some code got committed to stable branches that relied on a new API that
was in master only. This fixes it to use the old API.
2013-08-14 11:02:35 +01:00
Dan Poltawski
ad2fc9d060
MDL-41157 calendar: improve calendar_get_course_cached
...
The function get_course() introduced in 2.5.1 will use $COURSE and
$SITE to avoid an uncessary DB query, simplifying the logic of this
function and improving perf.
2013-08-14 11:06:17 +08:00
Dan Poltawski
d0cd4de2dd
MDL-41157 calendar: add unit tests for calendar_get_course_cached
2013-08-14 11:06:16 +08:00
Brian King
ee5a68022f
MDL-29004 Wiki: display images in printer-friendly view
2013-08-13 10:03:02 +02:00
Dan Poltawski
a5a39298fa
MDL-39507 qtype_essay: hacky fix for unit tests
...
This is just to get the tests passing for integration purposes. Tim
may want to do a robust fix and revert this.
2013-08-13 10:47:36 +08:00
Dan Poltawski
2d0f489759
Merge branch 'MDL-39507_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-08-13 09:53:09 +08:00
Sam Hemelryk
3f1c01de8d
Merge branch 'MDL-41045-m25' of git://github.com/sammarshallou/moodle into MOODLE_25_STABLE
2013-08-13 10:19:16 +12:00
Sam Hemelryk
7ccc8e8b1c
Merge branch 'MDL-39691_25' of git://github.com/jmvedrine/moodle into MOODLE_25_STABLE
2013-08-13 09:41:10 +12:00
Sam Hemelryk
acea87e9b2
Merge branch 'MDL-41091_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-08-13 09:38:29 +12:00
Sam Hemelryk
05c04ad471
Merge branch 'wip-MDL-41114-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-08-13 09:31:43 +12:00
sam marshall
f1cb34a17a
MDL-41050 Progress bar: Width parameter does not work
2013-08-13 09:29:22 +12:00
Sam Hemelryk
6ae19630c5
Merge branch 'MDL-41033_m25' of git://github.com/rwijaya/moodle into MOODLE_25_STABLE
2013-08-13 09:22:44 +12:00
Sam Hemelryk
19f92cfd80
Merge branch 'MDL-40852_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-08-13 09:09:59 +12:00
Sam Hemelryk
8e086c697e
Merge branch 'MDL-40996_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-08-13 09:08:04 +12:00
Sam Hemelryk
2f1dbeb9ba
Merge branch 'MDL-30895-25' of https://github.com/mouneyrac/moodle into MOODLE_25_STABLE
2013-08-13 08:45:25 +12:00
Sam Hemelryk
499637cbc4
NOBUG: fixed whitespace
2013-08-13 08:41:37 +12:00
Sam Hemelryk
5c46191bd0
Merge branch 'MDL-35931-25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
2013-08-13 08:38:20 +12:00
Sam Hemelryk
55ad6e5841
Merge branch 'MDL-35919-25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
2013-08-13 08:35:34 +12:00
Sam Hemelryk
2f4aa72775
Merge branch 'MDL-35934_m25' of git://github.com/rwijaya/moodle into MOODLE_25_STABLE
2013-08-13 08:32:43 +12:00
Tim Hunt
1d428a476a
MDL-39507 questions: fix pluginfile URLs before format_text.
...
This commit build's on Jean-Michel's work, tidying up a few lose ends.
2013-08-12 13:13:59 +01:00
Jean-Michel Vedrine
4cb50d230b
MDL-39507 questions: fix pluginfile URLs before format_text.
2013-08-12 10:37:11 +01:00
Dan Poltawski
c6a8d2c08c
Merge branch 'MDL-27655_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-08-12 16:41:59 +08:00
Dan Poltawski
666d9bea6b
Merge branch 'MDL-30001_25' of git://github.com/jmvedrine/moodle into MOODLE_25_STABLE
2013-08-12 16:13:20 +08:00
Jason Fowler
6cc0caebb5
MDL-35919 - Activity Chooser - Adding Aria attributes to improve accessibility
2013-08-12 13:23:32 +08:00
Marina Glancy
7e7e871915
MDL-41114 Avoid unnecessary retrieving of coursecat from DB
...
- course category depth can be estimated in make_categories_options() by the number of separators
2013-08-12 15:11:16 +10:00
Rossiani Wijaya
b303f6663a
MDL-35934 Filemanager: change the set attribute to use setAttribute() instead of YUI set().
2013-08-12 12:46:38 +08:00
Kirill Astashov
5ec001f19f
MDL-41122: Trim on RSS body to prevent Remote RSS block from failing on valid feeds
2013-08-12 12:41:02 +09:30
Marina Glancy
fdec161716
MDL-41114 Speeding up course listings on large sites
...
- function coursecat::make_categories_list() does not use retrieved contexts and has to query them again.
- /course/manage.php uses field coursecat:: that was not fetched when retrieving the course category children.
2013-08-11 21:48:30 +10:00
Jean-Michel Vedrine
17c77ac500
MDL-39691 Lesson - Email graded essays not working
2013-08-11 08:12:22 +02:00
Jean-Michel Vedrine
e87a512c55
MDL-30001 WEBCT Import does not work for 2.0
2013-08-11 07:59:56 +02:00
Petr Škoda
287f2af5a0
MDL-41112 fix theme and js caching info in config-dist.php
2013-08-10 23:46:47 +02:00
Rossiani Wijaya
c50d563b63
MDL-41033 Filepicker: add ARIA attributes for selecting file in a modal
2013-08-09 10:55:41 +08:00
Rossiani Wijaya
cf4a857e45
MDL-35934 Filemanager: update set focus attribute.
...
Also limit the display string for the dialog header to fit nicely on mobile devices
2013-08-09 10:53:08 +08:00
Rossiani Wijaya
80f8d50daa
MDL-35934 Filemanager: add aria attributes for editing file/folder.
...
Add unique reference ids
2013-08-09 10:52:54 +08:00
Tim Hunt
fa92bc270f
MDL-41091 questions: fix get_all_submitted_qt_vars for unit testing.
2013-08-08 14:43:35 +01:00
Jerome Mouneyrac
0b121f1518
MDL-30895 switch from dl tag to table in the accessible chat
2013-08-08 17:48:24 +08:00
Tim Hunt
0d3a5c085f
MDL-40996 quiz show user pic should also show name.
...
This was a regression introduced by MDL-20636 two years ago!
2013-08-08 09:57:58 +01:00
Tim Hunt
60238d1c24
MDL-31487 fix FEATURE_CONTROLS_GRADE_VISIBILITY for quiz.
...
This is a followup to MDL-18301. That fix missed the following points:
1. On the edit categories and items screens, all items had an eye-con to
control the visibility, even if the visibility was controlled by the
module.
2. Changing the visibility of a grade category change the visibility of
all items within it, even if the visibility was controlled by the
module.
3. The quiz ingored $cm->visible when controlling whether its grade item
was visible.
2013-08-08 09:56:55 +01:00
Tim Hunt
e0323c2a2b
MDL-27655 improve purge all caches.
...
If you click the link in the page footer, then it will reliably
redirect you back to the page you were on after purging the caches.
If you go to the purge all caches page in the admin menu, it shows you a
purge button, with no cancel button. Clicking the button purges the
caches and takes you back to the page with the button.
2013-08-08 09:56:33 +01:00
Sam Hemelryk
cda44a165a
weekly release 2.5.1+
2013-08-08 16:24:57 +12:00
Sam Hemelryk
7ff9696fcb
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2013-08-08 16:19:30 +12:00
Jason Fowler
f8243dc071
MDL-35931 Accessibility - adding focus change when repository is selected
2013-08-08 11:30:55 +08:00
sam marshall
99aa447550
MDL-41045 course_add_cm_to_section should not test for sections unless necessary
2013-08-07 17:18:41 +01:00
Frederic Massart
e106ecb639
MDL-41071 core: plugininfo_mod caches in plugininfo_mod definition
2013-08-07 20:58:10 +08:00
Mark Nelson
23ad39f773
MDL-40662 block_course_overview: added addinstance capability string
2013-08-07 15:20:02 +12:00
AMOS bot
e29655450d
Automatically generated installer lang files
2013-08-07 00:43:00 +00:00
Sam Hemelryk
7478d2534b
Merge branch 'MDL-40086-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-08-07 10:37:34 +12:00
Frederic Massart
03589368a3
MDL-40086 file: Correct ordering of subdirectories
...
Thanks to Mohamed Alsharaf for the proposed solution.
2013-08-06 13:55:25 +08:00
Sam Hemelryk
3267d96132
Merge branch 'MDL-34989-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2013-08-06 17:51:17 +12:00
David Monllao
87b252defd
MDL-40852 behat: Wrong URLs detection
2013-08-06 13:43:37 +08:00
Ruslan Kabalin
f327285ab3
MDL-40947: Fix segmentation fault issue in get_fast_modinfo.
2013-08-06 17:42:08 +12:00
Sam Hemelryk
aca4d181b9
Merge branch 'wip-mdl-40469-m25' of git://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-08-06 17:36:08 +12:00
Sam Hemelryk
0b1ee3b871
Merge branch 'MDL-40420_25' of https://github.com/prateeksachan/moodle into MOODLE_25_STABLE
2013-08-06 17:01:55 +12:00
Sam Hemelryk
ce3fe87f91
Merge branch 'w32_MDL-41002_m25_enroltypo' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-08-06 16:55:31 +12:00
Marina Glancy
71699c5a81
Merge branch 'MDL-31226-MOODLE_25_STABLE' of https://github.com/lucisgit/moodle into MOODLE_25_STABLE
2013-08-06 14:39:26 +10:00
Mark Nelson
ea6b3ac108
MDL-27953 auth: documented the newly introduced function can_be_manually_set() in upgrade.txt
2013-08-06 15:47:36 +12:00
Mark Nielsen
01af794851
MDL-40870: Icon alt text in External Tool admin settings all read Accept
2013-08-06 14:48:58 +12:00
Sam Hemelryk
d3751ed482
Merge branch 'MDL-40662_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-08-06 14:39:29 +12:00
AMOS bot
866fa55703
Automatically generated installer lang files
2013-08-06 00:42:17 +00:00
Mark Nielsen
e1ff960c94
MDL-39090: Duplicate parameters in LTI launches
...
Removed endpoint query string params from body
to prevent param duplication.
2013-08-06 10:24:44 +12:00
Sam Hemelryk
a2f561b6a7
Merge branch 'MDL-27953_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-08-06 10:10:46 +12:00
Sam Hemelryk
eeb784d41d
Merge branch 'w32_MDL-40889_m25_jsminify' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-08-06 09:55:10 +12:00
Marina Glancy
0b1723fd57
Merge branch 'MDL-36011-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2013-08-05 17:16:47 +10:00
Marina Glancy
25dcfa6f54
Merge branch 'MDL-30852-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2013-08-05 13:52:38 +10:00
Shane Elliott
c794ad68c8
MDL-40684 Fix conditional field name for custom user fields
2013-08-05 15:51:34 +12:00
Sam Hemelryk
85180a0fa9
Merge branch 'MDL-40937_assignment_history_25' of git://github.com/davosmith/moodle into MOODLE_25_STABLE
2013-08-05 15:46:44 +12:00
Sam Hemelryk
737542c674
Merge branch 'MDL-38758_m25' of https://github.com/markn86/moodle into MOODLE_25_STABLE
2013-08-05 15:37:14 +12:00
Sam Hemelryk
f16972e717
Merge branch 'MDL-35922-25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
2013-08-05 15:32:12 +12:00
Damyon Wiese
93d1a6147b
MDL-30852 grade report: More coding guideline cleanups.
2013-08-05 11:24:00 +08:00
Damyon Wiese
ff8e3b0739
MDL-30852 grade: Coding style fix for user report.
2013-08-05 11:24:00 +08:00
Steve Bader
95ad1cee12
MDL-30852 grade report: Add aria attributes
...
Converted to git branch by Damyon
2013-08-05 11:24:00 +08:00
Marina Glancy
a4bd80565f
Merge branch 'MDL-40825_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-08-05 13:16:34 +10:00
Sam Hemelryk
9f15b383d1
Merge branch 'MDL-35927_m25' of git://github.com/rwijaya/moodle into MOODLE_25_STABLE
2013-08-05 14:38:38 +12:00
Marina Glancy
153cb0b4c3
Merge branch 'MDL-40320-m25' of git://github.com/sammarshallou/moodle into MOODLE_25_STABLE
2013-08-05 12:31:53 +10:00
Marina Glancy
2adfb6528e
Merge branch 'MDL-35981-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2013-08-05 12:20:40 +10:00
Damyon Wiese
36b58250b7
MDL-35981 comments: Fix for keyboard control of "add a comment"
2013-08-05 09:50:44 +08:00
Damyon Wiese
25379e44ad
MDL-35981 comments: Remove confirm step from behat delete comments.
2013-08-05 09:50:44 +08:00
Damyon Wiese
38866c905a
MDL-35981 comments: Add comment about keycodes for space and enter.
2013-08-05 09:50:44 +08:00
Damyon Wiese
32c72ccb37
MDL-35981 comments: Make delete comment keyboard accessible.
2013-08-05 09:50:43 +08:00
Sam Hemelryk
03c3e7c4e8
Merge branch 'wip-MDL-34785-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-08-05 13:36:43 +12:00
Marina Glancy
e8a943e361
Merge branch 'wip-mdl-40933-m25' of git://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-08-05 10:49:32 +10:00
Marina Glancy
b4750e06c9
MDL-34785 performance improvement with big list of courses
2013-08-05 10:14:34 +10:00
Petr Škoda
70e746f43e
MDL-41002 fix typo causing fatal error on other users page
...
Credit goes to Bernhard Brandstetter, thanks!
2013-08-04 15:01:43 +02:00
Ruslan Kabalin
6c16201632
MDL-31226: quiz: Fix message for attempts built on previous.
...
At the moment, when attempt is built on the last one, "not yet answered"
message is shown, which confuses many people. This patch modifies the state to
"complete" for attempt based on previous and modifies the output string.
Many thanks to Tim Hunt for guiding me through quiz infrastructure and some code
suggestions.
2013-08-02 16:55:59 +01:00
Petr Škoda
3dd51921de
MDL-40889 prevent 304 when minimising JS
2013-08-02 16:29:12 +02:00
Damyon Wiese
b0998d5099
MDL-36011 tablelib: Make column headers expand/collapse links accessible.
...
Conflicts:
theme/base/style/core.css
theme/bootstrapbase/style/moodle.css
2013-08-02 11:29:45 +08:00
AMOS bot
df84da67ec
Automatically generated installer lang files
2013-08-02 00:38:31 +00:00
Sam Hemelryk
a9657adb0f
weekly release 2.5.1+
2013-08-02 08:24:49 +12:00
Sam Hemelryk
1496e4990f
Merge branch 'install_25_STABLE' of git://git.moodle.org/moodle-install into MOODLE_25_STABLE
2013-08-02 08:12:26 +12:00
sam marshall
c358c8a2c0
MDL-40320 Course page: Text greyed when conditional activity available
2013-08-01 14:13:43 +01:00
Rossiani Wijaya
239fd1544f
MDL-35927 filepicker: add aria attribute to display modal error
2013-08-01 15:40:49 +08:00
Mark Nelson
4a546bf04c
MDL-40662 block_course_overview: added addinstance capability to remove debugging message due to system context being used on the 'Default My home page'
2013-08-01 12:53:15 +08:00
Rajesh Taneja
bbf727c3a8
MDL-40469 Gradebook: Fixed setType warning while exporting gradebook with publishing set
2013-08-01 10:33:51 +08:00
Jason Fowler
219d7ec5c0
MDL-35922 - Adding aria attributes to create-folder modal
2013-07-31 16:42:01 +08:00
Davo Smith
42e54cffad
MDL-40937 mod_assign - remove debugging code from 'previous submissions' javascript, that was breaking in IE8/IE9
2013-07-30 11:37:34 +01:00
Rajesh Taneja
dcb5678e99
MDL-40933 Administration: Added 'is after' and 'is before' to date filter
2013-07-30 16:15:06 +08:00
Nadav Kavalerchik
a36788687a
MDL-40902 - Align breadcrumbs to the right in RTL mode (theme/clean, bootstrapbase)
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-07-30 10:36:25 +12:00
Sam Hemelryk
cecc076eb7
Merge branch 'MDL-40746_25' of git://github.com/grabs/moodle into MOODLE_25_STABLE
2013-07-30 09:40:28 +12:00
Frederic Massart
2d325dfcf8
MDL-40615 Repository: Updated Amazon S3 library
...
Fixed insecure use of CURLOPT_SSL_VERIFYHOST
2013-07-30 09:04:58 +12:00
Sam Hemelryk
a38830a07b
Merge branch 'MDL-39461_25' of https://github.com/totara/openbadges into MOODLE_25_STABLE
2013-07-30 08:59:26 +12:00
Mark Nelson
db69373d40
MDL-38758 mod_forum: fixed issue where pass by reference removal caused an undefined variable error
2013-07-29 19:12:38 +08:00
Mark Nelson
8a868abe22
MDL-27953 auth: allowed the LDAP plugin to be manually assigned to uploaded users
2013-07-29 17:11:13 +08:00
Dan Poltawski
ff8d9b59ef
Merge branch 'MDL-40867_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-07-29 15:24:54 +08:00
Charles Fulton
9fc858e93e
MDL-40323 report_log: fix strict standards error
2013-07-29 14:00:34 +08:00
Dan Poltawski
ae19a843bc
Merge branch 'MDL-40857_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-07-29 13:56:46 +08:00
Dan Poltawski
5279ff0725
MDL-40775 feeback: remove uncessary header
2013-07-29 13:31:17 +08:00
Dan Poltawski
c79efe260b
Merge branch 'MDL-40775_25' of git://github.com/grabs/moodle into MOODLE_25_STABLE
2013-07-29 13:30:35 +08:00
Dan Poltawski
673a456343
Merge branch 'wip-MDL-29731-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-07-29 13:21:12 +08:00
Dan Poltawski
2018e8f12a
Merge branch 'MDL-36399_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-07-29 12:40:12 +08:00
Dan Poltawski
3d4cb04ded
Merge branch 'MDL-40863_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-07-29 10:09:53 +08:00
Damyon Wiese
aea34768be
MDL-34989 assign: Do not add a param to grading_disabled - cannot be backported.
...
Conflicts:
mod/assign/locallib.php
2013-07-29 09:57:18 +08:00
Ashley Holman
fae11d2ef1
MDL-34989 assign: Allow students to submit when grade is overriden
...
Also inform teachers when grading is disabled due to gradebook lock/override.
2013-07-29 09:56:47 +08:00
Sam Hemelryk
5fb1fad943
Merge branch 'MDL-40878_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-07-29 12:54:16 +12:00
Sam Hemelryk
7b3a806741
Merge branch 'w31_MDL-40891_m25_mkdirrace' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-07-29 11:52:35 +12:00
Sam Hemelryk
8ba4fd3b9a
Merge branch 'MDL-40727-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2013-07-29 11:49:41 +12:00
Sam Hemelryk
fa386d3e36
Merge branch 'MDL-40854_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-07-29 11:01:45 +12:00
Mark Nielsen
9fe0281217
MDL-40005: LTI module uses Apache specific function for retrieving request headers
2013-07-29 10:54:10 +12:00
AMOS bot
f0592ad3a3
Automatically generated installer lang files
2013-07-28 00:42:29 +00:00
AMOS bot
0147686fc7
Merge branch 'MOODLE_25_STABLE' into install_25_STABLE
2013-07-27 00:43:10 +00:00
Petr Škoda
f4a4e5e8e6
MDL-40891 prevent exceptions when creating directories in file store
...
Even if cache creation fails moodle should continue working.
2013-07-26 20:30:41 +02:00
Petr Škoda
7a8ef1453e
MDL-40891 work around make_writable_directory() race condition
...
You will still get a "PHP Warning: mkdir(): File exists" but that should not cause any problems on production sites.
2013-07-26 20:29:55 +02:00
Andreas Grabs
d460eb563e
MDL-40775 mod_feedback - Undefined variable in feedback activity
2013-07-26 19:42:28 +02:00
Andreas Grabs
61925ed61c
MDL-40746 mod_feedback - Feedback forms display oddly in Clean theme
2013-07-26 19:42:24 +02:00
Tim Hunt
6eb9e11615
MDL-40854 fix mod/...:view capabilities
...
Prior to the fix, if you did not have a capability like mod/page:view,
then you woulds still see the link to the Page activity in the course
section, but when you clicked on it, you would run into a
require_capability error.
It is a principle that we never show users a link to a page they are not
allowed to access, therefore, when users do not have mod/...:view, they
should not see the link on the course page.
This patch implements this in the cm_info class, in a similar way to how
access restrictions by groups works.
It does not assume that the mod/...:view capability exists. If the
capability does not exist, then users are not prevented from seeing the
link.
2013-07-26 11:51:25 +01:00
Tim Hunt
b5d9f07ab5
MDL-40857 External tool: fix incorrect moodle_url usage.
2013-07-26 11:41:36 +01:00
Tim Hunt
5ed6c6a5a1
MDL-40857 External tool (LTI) capabilitiy names confusing.
...
I have improved the names in the language file so that they actually say
what they do (based on my reading of the code). I have also added
comments to access.php explaining each capability.
I have corrected a few of the RISK in access.php which were wrong.
I have changed a couple of the archetypes so that guests cannot launch
LTI activities, and editing teachers cannot do editing things.
2013-07-26 11:41:34 +01:00
David Monllao
f1c1230a77
MDL-40825 behat: Giving time to display the ajax response
2013-07-26 12:38:56 +02:00
Tim Hunt
521932c6d8
MDL-40867 fix misleading PHPdocs for _get_coursemodule_info
2013-07-26 10:17:33 +01:00
Tim Hunt
364b991369
MDL-40867 External tools should launch pop-ups from the course page
...
Without this fix, if an LTI tool is set to open in a pop-up, then
clicking the link on the course page opens another almost blank page,
which then tries to open the pop-up, which is almost invariably caught
by your pop-up blocker.
With this fix, clicking the link on the course page opens the pop-up
directly, like for pop-up resources.
2013-07-26 10:17:13 +01:00
Tim Hunt
944e90bd6d
MDL-40863 feedback and LTI mods need get_extra_capabilities fn
...
Since moodle/site:accessallgroups is relevant to how them.
2013-07-26 10:16:54 +01:00
Tim Hunt
18dde90e33
MDL-36399 LTI editing tool config breaks on Oracle.
...
Note that this fix will fail if the tool URL is longer than 1333
characters.
2013-07-26 10:16:11 +01:00
Damyon Wiese
f171a8c06e
weekly release 2.5.1+
2013-07-26 11:29:27 +08:00
AMOS bot
c0aa2a2c57
Automatically generated installer lang files
2013-07-25 00:40:39 +00:00
Marina Glancy
8127fbe1e1
MDL-29731 Bugs in recent activity when using separate groups
2013-07-24 21:50:02 +10:00
Damyon Wiese
025b889981
MDL-40727 Cache: Fix file cache store on windows.
2013-07-24 17:08:36 +08:00
Jason Fowler
304e27ed5f
MDL-39748 - Grading - Fixing the increasing height regression
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-07-24 15:25:32 +08:00
Sam Hemelryk
7de495d5c6
Merge branch 'wip-MDL-37869-stable25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
2013-07-24 11:27:58 +12:00
Sam Hemelryk
5590ac2aff
Merge branch 'MDL-40315_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-07-24 11:14:01 +12:00
Nadav Kavalerchik
cf1e9e9ae3
MDL-39704 - Properly align and widen the chat bubbles in mod/chat, when in RTL mode
2013-07-23 23:23:31 +02:00
Nadav Kavalerchik
614a5201ad
MDL-40544 - Right align all tables (system wide) in RTL mode (theme/clean , bootstrapbase)
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-07-23 22:40:26 +02:00
Nadav Kavalerchik
e992ee44d4
MDL-40589 - Theme/CLEAN - Flip YUI3 tree item icon in RTL mode in folder resource
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-07-23 22:34:55 +02:00
Nadav Kavalerchik
4e0a41305d
MDL-40189 - Theme/Clean - Right align form labels and left align form input elements on admin pages, system wide (when in RTL mode)
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-07-23 22:30:10 +02:00
Nadav Kavalerchik
018904a185
MDL-40071 - Right align category titles and usernames in gradebook (theme/clean, bootstrapbase)
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-07-23 22:15:18 +02:00
Eloy Lafuente (stronk7)
1bb7b65496
Merge branch 'w30_MDL-40679_m25_zlib' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-07-23 18:21:09 +02:00
Eloy Lafuente (stronk7)
d03c0ef72d
Merge branch 'MDL-40816_m25' of git://github.com/markn86/moodle into MOODLE_25_STABLE
2013-07-23 18:19:32 +02:00
Eloy Lafuente (stronk7)
c8dd490281
Merge branch 'MDL-40785_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-07-23 18:01:19 +02:00
David Monllao
374d9f98d6
MDL-40595 tool_behat: Referencing init.php script
...
Almost everybody will use init.php instead of
running manually the composer commands and util.php
to install and enable the test environment.
2013-07-23 17:17:36 +02:00
Eloy Lafuente (stronk7)
e681d0ed58
MDL-40700 tests: skip if there is not instance
...
Various reasons can lead to the cache stores not being available
(missing extension, configuration...). Under those situations
the test must be skipped because for sure it will break if
we continue.
2013-07-23 17:02:36 +02:00
Eloy Lafuente (stronk7)
52affa8a9a
Merge branch 'wip-MDL-40700-m25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-07-23 13:58:30 +02:00
Eloy Lafuente (stronk7)
e988493e68
Merge branch 'wip-MDL-40763-m25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-07-23 13:19:54 +02:00
Nadav Kavalerchik
e88a456eb3
MDL-40082 - Several UI fixes for question chooser dialog, when in RTL/LTR modes (theme/clean, bootstrapbase)
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-07-23 12:18:03 +02:00
Dan Poltawski
c38a4b6f04
Merge branch 'MDL-20609_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-07-23 16:45:22 +08:00
Dan Poltawski
4353b3d830
Merge branch 'MDL-40480_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-07-23 16:38:17 +08:00
Damyon Wiese
e2bb8c1bbd
Merge branch 'MDL-40295_m25' of git://github.com/rwijaya/moodle into MOODLE_25_STABLE
2013-07-23 15:54:10 +08:00
Jason Fowler
bf3371458d
MDL-39748 - Grading Methods - Fixing input field widths for Rubrics
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-07-23 14:32:58 +08:00
Dan Poltawski
36c3919916
MDL-40585 fix trailing whitespace
2013-07-23 13:34:33 +08:00
Dan Poltawski
a8369f6a96
Merge branch 'MDL-40585_25' of git://github.com/mr-russ/moodle into MOODLE_25_STABLE
2013-07-23 13:34:29 +08:00
Dan Poltawski
fdcad4d5f3
Merge branch 'MDL-40584_25' of https://github.com/mr-russ/moodle into MOODLE_25_STABLE
2013-07-23 12:38:27 +08:00
Dan Poltawski
1f506acf58
Merge branch 'MDL-40793_25' of https://github.com/mr-russ/moodle into MOODLE_25_STABLE
2013-07-23 10:42:07 +08:00
Sam Hemelryk
63ddd040c0
Merge branch 'MDL-40680-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-07-23 14:13:59 +12:00
Eloy Lafuente (stronk7)
932ad50a6e
Merge branch 'wip-MDL-38707-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-07-23 03:52:23 +02:00
Jason Fowler
f55ac904fa
MDL-37869 - Course - Removing the ALT text from activity and resource icons as it duplicated the accesshide text
2013-07-23 08:57:44 +08:00
AMOS bot
be2a25c80f
Automatically generated installer lang files
2013-07-23 00:39:23 +00:00
Eloy Lafuente (stronk7)
2f956f40b6
Merge branch 'MDL-40123_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-07-23 01:09:20 +02:00
Eloy Lafuente (stronk7)
e024b7130a
Merge branch 'MDL-39635_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-07-23 00:45:20 +02:00
Eloy Lafuente (stronk7)
ed3a28dcec
Merge branch 'wip-MDL-33563-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-07-22 22:36:33 +02:00
Yuliya Bozhko
aee7b7544c
MDL-39461 badges: Fix cURL expectation failed error when trying to connect to backpack
2013-07-23 08:19:17 +12:00
Eloy Lafuente (stronk7)
55be97fba4
Merge branch 'MDL-40626-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-07-22 17:41:01 +02:00
Mark Nelson
e94b6c678d
MDL-40816 backup: code cleanup on the manage backups form
2013-07-22 18:18:12 +08:00
Mark Nelson
ed31b623bc
MDL-40816 backup: added missing setType calls to the manage backups form
2013-07-22 18:18:03 +08:00
Dan Poltawski
6ca8973eca
Merge branch 'w30_MDL-38867_m25_gspell' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-07-22 17:00:56 +08:00
Damyon Wiese
690b65ca56
MDL-40260 Course overview: code tidy for previous commit
...
Moving this check inside the following if makes it clear which code
branch it applies to.
2013-07-22 16:15:32 +08:00
Damyon Wiese
1ab82c6775
Merge branch 'm25_MDL-40260' of git://github.com/danmarsden/moodle into MOODLE_25_STABLE
2013-07-22 16:15:05 +08:00
Damyon Wiese
d99508f25b
Merge branch 'wip-MDL-40174-m25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-07-22 16:02:47 +08:00
Dan Poltawski
114b8bed28
Merge branch 'MDL-38837_25' of https://github.com/totara/openbadges into MOODLE_25_STABLE
2013-07-22 15:02:21 +08:00
Dan Poltawski
4896a0ba25
Merge branch 'MDL-39441_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-07-22 10:46:47 +08:00
Dan Poltawski
d46d40d407
Merge branch 'wip-MDL-37333_M25' of git://github.com/gjb2048/moodle into MOODLE_25_STABLE
2013-07-22 10:31:47 +08:00
Russell Smith
874d5a4f85
MDL-40793 profiling: Allow multiple reference runs in display
2013-07-22 12:15:02 +10:00
Sam Hemelryk
5b88c03311
MDL-40174 navigation: don't remove active root nodes without children
2013-07-22 10:49:05 +12:00
Sam Hemelryk
07e26360b8
MDL-40700 cache: memcache and memcached stores now allow alphanumext prefixes
2013-07-22 10:41:42 +12:00
Chris Wharton
fe6eeced0b
MDL-40700 cache: Validate memcache key prefix field
2013-07-22 10:41:42 +12:00
Sam Hemelryk
497d70c3ec
MDL-40700 cache: fixed cache store unit tests
2013-07-22 10:40:56 +12:00
Petr Škoda
5d7faafa0f
MDL-40679 mark zlib extension as recommended
2013-07-20 21:20:06 +02:00
AMOS bot
dcccd8e2bb
Automatically generated installer lang files
2013-07-20 00:44:26 +00:00
Tim Hunt
d882d06cea
MDL-40785 question instances report: ignore subquestions
...
We should not count subquestions of cloze questions (parent != 0) but we
do want to count random questions (parent = id).
2013-07-19 15:16:53 +01: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
Tim Hunt
9a62c01edc
MDL-40480 tablelib: specify charset in XHMTL downloads.
...
Thanks to Jürgen Zimmer for the suggestion.
2013-07-19 11:46:35 +01:00
Tim Hunt
58c44e5c20
MDL-20609 quiz tables: improve layout for long cell contents.
...
By allowing more wrapping.
2013-07-19 11:46:18 +01:00
David Monllao
2ab6b4d43d
MDL-40123 behat: Show all of form's elements changes.
...
* Avoid waiting until Show more... links appears if we
already waited.
* Use collapse/expand button rather than clicking on
each of the form's fieldsets.
2013-07-19 10:36:29 +02:00
David Monllao
55e9a99c18
MDL-39635 behat: XPath cleanups
...
- Escaping steps arguments redirected to other steps
- Adding normalized-space() in all contains() assertions
- General xpaths review
- Convering provided xpath text strings to xpath literals
to avoid problems with arguments containing both single
quotes and double quotes
2013-07-19 10:35:54 +02:00
David Monllao
15c461d34d
MDL-39635 behat: Replacing hardcoded language strings
...
Using get_string() instead.
2013-07-19 10:07:31 +02:00
David Monllao
a4fad25c53
MDL-39635 behat: Fixing line breaks
...
Not supported by Windows OSs.
2013-07-19 10:07:31 +02:00
Petr Škoda
6139b462d7
MDL-38867 remove Google spell checking option
2013-07-19 09:32:11 +02:00
Marina Glancy
63e1765c91
MDL-38707 Display module name when the folder is displayed inline
2013-07-19 15:53:13 +10:00
Marina Glancy
16307c1428
MDL-33563 Version bump for grading methods API change
2013-07-19 15:15:21 +10:00
Marina Glancy
f2fe655aeb
MDL-33563 Grading methods allow decimal grades
2013-07-19 15:13:58 +10:00
Tim Lock
448fc8ab1a
MDL-40626 gradebook: Prevent incorrect override with multiline feedback
...
The quick grading option doesn't allow mutliline editing.
2013-07-19 12:01:37 +08:00
Damyon Wiese
7aed82f15d
weekly release 2.5.1+
2013-07-19 09:51:35 +08:00
Damyon Wiese
4217cea494
Merge branch 'install_25_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_25_STABLE
2013-07-19 09:25:04 +08:00
David Monllao
c5a0598bf9
MDL-40315 behat: Performance improvement
...
We look for exceptions after each step, this patch
includes a pre-checking query to avoid multiple queries
for each step when most of the time they are not necessary.
2013-07-18 11:22:57 +02:00
Damyon Wiese
19f2b2a41f
MDL-35851 lesson: Handle importing questions into an empty lesson.
...
Also - make sure the page we are updating belongs to the lesson.
2013-07-18 16:48:09 +08:00
Rossiani Wijaya
00c9d81bb7
MDL-40295 wiki mod: fix set_url() error for printer friendly page.
...
Additionally, fix wiki pagelayout for printing
2013-07-18 10:57:11 +08:00
Yuliya Bozhko
2e64d85668
MDL-38837 badges: Check for http or https in badges backpack support
2013-07-18 13:41:33 +12:00
Gareth J Barnard
ffadd1242a
MDL-37333 theme: Fix 'Clear theme caches' redirect.
2013-07-17 17:39:33 +01:00
Damyon Wiese
2bdf958208
MDL-35851 Lesson: Check/fix the page order every time the pages are loaded
2013-07-17 13:04:32 +08:00
Marina Glancy
d11977ebc9
Merge branch 'MDL-40701-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-07-17 12:46:26 +10:00
Dan Poltawski
947933e62b
MDL-40701 mod_assignment: fix refresh events
...
It was getting the cm event with the wrong id and calling
deprecated functions
2013-07-17 10:31:22 +08:00
prateeksachan
7c7563c46a
MDL-40420: timemodified field update when lesson_page is updated
2013-07-17 07:24:06 +05:30
AMOS bot
d87db3bc5e
Automatically generated installer lang files
2013-07-17 00:42:26 +00:00
Eloy Lafuente (stronk7)
b5d967cb1d
Merge branch 'MDL-40652_M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
2013-07-17 00:41:19 +02:00
Eloy Lafuente (stronk7)
c59f83cec2
Merge branch 'w29_MDL-40611_m25_accesslibtest' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-07-17 00:32:37 +02:00
Eloy Lafuente (stronk7)
cbd227ffae
Merge branch 'MDL-40536-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-07-17 00:26:43 +02:00
Eloy Lafuente (stronk7)
bc27ec579e
Merge branch 'MDL-40690_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-07-17 00:17:43 +02:00
Eloy Lafuente (stronk7)
980746ce63
Merge branch 'MDL-38857_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-07-16 22:02:23 +02:00
Eloy Lafuente (stronk7)
2ff8b13dee
Merge branch 'w29_MDL-40423_m25_localsubdir' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-07-16 21:55:55 +02:00
David Monllao
623544086d
MDL-40690 behat: Ignore StaleElementReference exception
...
Is another of the exceptions thrown by
Selenium when it tries to interact with
an element that disappeared from the DOM,
in happens randomly when redirecting the
user to another page with a wait period to
show him/her a message.
2013-07-16 16:45:59 +02:00
Damyon Wiese
9dafb1ba89
Merge branch 'wip-MDL-40621-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-07-16 21:30:29 +08:00
Damyon Wiese
e1982a25cd
Merge branch 'wip-MDL-39299-stable25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-07-16 21:14:45 +08:00
Jason Fowler
845198b7d7
MDL-39299 - Course - Correcting some rendering problems in bootstrapbase
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-07-16 15:48:10 +08:00
Eloy Lafuente (stronk7)
aeee792c86
Merge branch 'MDL-40555-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
...
Conflicts:
cache/stores/static/lib.php
2013-07-16 09:46:27 +02:00
Marina Glancy
996d775457
Merge branch 'MDL-35851-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2013-07-16 16:11:29 +10:00
Damyon Wiese
8fedf20b63
MDL-35851 lesson: removed expensive upgrade step.
...
Just deal with the bad data when displaying the lesson instead.
Conflicts:
mod/lesson/db/upgrade.php
2013-07-16 14:07:01 +08:00
Damyon Wiese
e811b5fbe1
Merge branch 'MDL-40195_25' of git://github.com/aolley/moodle into MOODLE_25_STABLE
2013-07-16 13:29:38 +08:00
Marina Glancy
3e704e0d7f
MDL-39812 recompile less for bootstrapbase
2013-07-16 15:24:55 +10:00
Marina Glancy
da4a51d096
Merge branch 'MDL-39812_bootstrapbase_m25' of git://github.com/rwijaya/moodle into MOODLE_25_STABLE
2013-07-16 14:33:24 +10:00
Damyon Wiese
f352c87f67
Merge branch 'w29_MDL-40558_m25_guestdelete' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-07-16 11:29:14 +08:00
Matt Debus
b66e88a4d1
MDL-40524: mod_wiki: Display comments in order
2013-07-16 11:25:41 +08:00
Damyon Wiese
edb2b3c8a0
Merge branch 'MDL-40538_25' of https://github.com/mr-russ/moodle into MOODLE_25_STABLE
2013-07-16 10:25:14 +08:00
Rossiani Wijaya
5247f16b14
MDL-35851 Lesson module: fix page order id for import questions. Add upgrade script to fix lesson pages corrupted links
2013-07-16 10:02:19 +08:00
Dan Poltawski
82b32059b5
MDL-40680 store_memcached: fix serialiser options
...
* Use correct lang string for SERIALIZER_IGBINARY
* Use PARAM_INT for the parameter
2013-07-16 09:38:59 +08:00
Sam Hemelryk
b9082c4b0a
MDL-40555 cache: implemented unit tests for default search functionality
2013-07-16 08:33:30 +08:00
Frederic Massart
59ba272aa2
MDL-40555 cache: Static store is searchable
2013-07-16 08:33:30 +08:00
Eloy Lafuente (stronk7)
ed405efb4c
Merge branch 'w29_MDL-40571_m25_adminblocks' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-07-16 00:26:51 +02:00
Russell Smith
d51121efbe
MDL-40584 backup: Query db once per category in precheck
...
The cache is function local and testing against a large database
indicates 10k questions is a large category. Restore already
uses MEMORY_EXTRA and that will have enough space for the couple
of megabtyes a local sql hash will introduce.
2013-07-16 08:03:59 +10:00
Eloy Lafuente (stronk7)
40aa1f4d88
Merge branch 'MDL-40412_m25' of git://github.com/merrill-oakland/moodle into MOODLE_25_STABLE
2013-07-15 22:08:09 +02:00
Eloy Lafuente (stronk7)
ad92b2f1ae
Merge branch 'wip-MDL-38747-MOODLE_25_STABLE' of https://github.com/satrun77/moodle into MOODLE_25_STABLE
2013-07-15 17:06:31 +02:00
David Monllao
fb50800b16
MDL-39441 behat: Restrict config.php allowed settings
2013-07-15 11:26:12 +02:00
Russell Smith
619fc0cd3c
MDL-40585 backup: cache XML parent paths
...
For $this->groupedpaths, using a key is faster as there is
no need to do in_array searches.
Parent cache allows dirname calls to be substantially reduced.
2048 was chosen as a cache size as this class operates on chunks
of the restore at a time, 8k questions produces a parent cache of
about 500 paths and uses 300K of memory. Scaling up to 2048 will
use about 1.2M of RAM for really large restores. This is acceptable
for the 48% function call reduction and the 10% runtime improvement
seen.
2013-07-15 19:23:00 +10:00
Damyon Wiese
4e0dd403e7
MDL-39563: Change to use $CFG consistently
2013-07-15 15:04:58 +08:00
Juan Leyva
2500cd01b1
MDL-39563 Fixing mobilecssurl is not being returned in WebService, phpunit tests
...
Conflicts:
webservice/externallib.php
2013-07-15 15:04:24 +08:00
Marina Glancy
2500fc57d0
Merge branch 'MDL-40633_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-07-15 14:44:22 +10:00
Marina Glancy
eccf42d9d9
Merge branch 'wip-MDL-39062-m25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-07-15 12:42:57 +10:00
Daniel Myers
c43b7393f8
MDL-40260 block_course_overview: prevent MNET courses from being dimmed
2013-07-15 13:55:28 +12:00
AMOS bot
eda6f4d463
Automatically generated installer lang files
2013-07-15 00:44:25 +00:00
Sam Hemelryk
13a363e534
MDL-39062 cache: version bump to update definitions
2013-07-15 12:01:38 +12:00
Sam Hemelryk
72433ecb43
MDL-39062 cache: persist keys now set properly
2013-07-15 12:01:08 +12:00
Mary Evans
7836d4c93e
MDL-40652 Calendar: Changed pagelayout from 'standard' to 'base' in calendar/export.php.
2013-07-14 15:15:35 +01:00
Marina Glancy
046804ce55
MDL-40621 fixed small bug in function editor_tinymce_plugin::fix_row()
2013-07-14 15:04:40 +10:00
Petr Škoda
5d43f79358
MDL-40611 fix context cache size expectation
2013-07-13 15:39:49 +02:00
Petr Škoda
fe2577d197
MDL-40571 work around block editing hacks on admin page
2013-07-12 14:59:30 +02:00
Petr Škoda
22010649e1
MDL-40423 fix creation of new install.xml in subplugins
2013-07-12 14:56:44 +02:00
Tim Hunt
3a14deef9e
MDL-40633 filter_urltolink breaking some image links.
...
This was a regression caused by MDL-22390. HTML like
<img src="http://www.example.com/logo.gif " />
was being broken.
2013-07-12 11:43:28 +01:00
Petr Škoda
bf39b9a42d
MDL-40558 skip admins and guest when deleting incomplete users
2013-07-12 12:37:23 +02:00
Petr Škoda
2d35bf9e04
MDL-40569 fix empty CSS files after cache purging
2013-07-12 12:34:40 +02:00
Dan Poltawski
ac470250f7
MDL-40536 course/externallib fix incorrect variable
...
Fixes test_import_course_invalid_deletecontent_option() from the
previous commit.
2013-07-12 16:43:58 +08:00
Dan Poltawski
77e41db50e
MDL-40536 course: unit tests for course_external::import_course
...
Basic import operations and a specific test case which identifies
a bug.
2013-07-12 16:43:57 +08:00
Mohamed Alsharaf
47ef2a432a
MDL-38747 blocks: course format options 'numsections' is required to display the block
2013-07-12 20:23:09 +12:00
Damyon Wiese
c2ad901002
weekly release 2.5.1+
2013-07-12 09:52:21 +08:00
Damyon Wiese
3afab77ad6
Merge branch 'install_25_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_25_STABLE
2013-07-12 09:43:13 +08:00
AMOS bot
acf6bc9cdc
Automatically generated installer lang files
2013-07-12 00:45:57 +00:00
prateeksachan
ee36201eee
MDL-38794 passed overflowdiv parameter
2013-07-11 07:26:56 +05:30
David Monllao
210290a905
MDL-38857 tool_behat: Adding info about the tool purpose
2013-07-10 12:08:54 +02:00
Marina Glancy
63c8f25b1b
Merge branch 'MDL-38366-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-07-10 16:25:38 +10:00
Frederic Massart
21e0b2a025
MDL-38366 repository_filesystem: Prevent use of empty subdir
2013-07-10 13:48:28 +08:00
Marina Glancy
0f2a0a3fb0
Merge branch 'm25_MDL-39832_Fix_Chrome_Issues_ETag_XSendfile_2ndRound' of https://github.com/scara/moodle into MOODLE_25_STABLE
2013-07-10 12:01:29 +10:00
Raymond Wijaya
41e7411b9d
MDL-40093_M25: mod/assign: Remove count of drafts in offline assignment's grading summary screen
2013-07-10 11:22:18 +10:00
Marina Glancy
4d8ff7c8e2
Merge branch 'w28_MDL-40488_m25_admin' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-07-10 11:09:44 +10:00
Russell Smith
30967ff481
MDL-40538 caching: Use isset for performance
...
isset is much faster than array_key_exists. For caches we need to
ensure as much performance as possible. To all null to continue to
be stored and provide correct results, non ttl also now saves in
$this->store[$key][0]. As isset($this->store[$key]) will return
true in all cases.
time() as found in cache::now() can be slow on some platforms and
we shouldn't bother checking it unless needed. It also stops non-ttl
caches paying the ttl price.
Unit tests were adjusted to ensure null is still handled correctly
when we are only using isset.
2013-07-10 10:41:22 +10:00
Sam Hemelryk
70e9700195
Merge branch 'wip-MDL-40593-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-07-10 12:18:36 +12:00
Marina Glancy
512ab8e262
Merge branch 'MDL-40441_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-07-10 10:02:53 +10:00
Sam Hemelryk
c001e046e0
Merge branch 'w28_MDL-40450_m25_tinymcebuttons' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-07-10 11:02:01 +12:00
Sam Hemelryk
7c6e64c36c
Merge branch 'MDL-40527_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-07-10 10:31:25 +12:00
Sam Hemelryk
c6b546a1ee
Merge branch 'm25_MDL-40512' of git://github.com/danmarsden/moodle into MOODLE_25_STABLE
2013-07-10 10:09:59 +12:00
Damyon Wiese
94fbefa96b
Merge branch 'MDL-39420_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-07-09 22:43:43 +08:00
Damyon Wiese
218f778417
Merge branch 'MDL-36479_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-07-09 22:30:12 +08:00
Damyon Wiese
641595c1fa
Merge branch 'MDL-40392_25' of git://github.com/stronk7/moodle into MOODLE_25_STABLE
2013-07-09 21:52:07 +08:00
Marina Glancy
edd3c6961e
MDL-40593 fixed SQL query to be postgres-compartible
2013-07-09 22:28:41 +10:00
Marina Glancy
1b0951a26a
Merge branch 'MDL-40472-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2013-07-09 21:36:12 +10:00
Tim Hunt
5f45c039fd
MDL-39420 multichoice: fix layout of multi-line choices.
2013-07-09 11:57:06 +01:00
Tim Hunt
b9f1aaa8de
MDL-40441 fix obscure notice in the quiz.
...
This can only happen if you have both a user with both a real attempt
and a preview, and then edit the quiz settings.
Also clean up this code a bit.
2013-07-09 10:44:57 +01:00
Damyon Wiese
234d90b209
Merge branch 'MDL-40443_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-07-09 15:16:16 +08:00
Jamie Pratt
81e01645d8
MDL-40176 mock_submit method for testing
2013-07-09 15:09:10 +08:00
Marina Glancy
82043201ea
Merge branch 'MDL-39020-m25' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-07-09 16:34:28 +10:00
Damyon Wiese
10061c1de7
Merge branch 'MDL-40499_25' of git://github.com/jmvedrine/moodle into MOODLE_25_STABLE
2013-07-09 13:27:28 +08:00
Damyon Wiese
a16698d10b
Merge branch 'MDL-40386_25' of https://github.com/prateeksachan/moodle into MOODLE_25_STABLE
2013-07-09 12:34:52 +08:00
Jamie Pratt
161d67d8df
MDL-40388 Reset globals after each unit test
2013-07-09 11:56:04 +08:00
Tony Levi
d4bbe8997f
MDL-40035: Avoid rebuild_course_cache always for empty course
2013-07-09 13:54:24 +10:00
Damyon Wiese
d5e3d9a06d
Merge branch 'MDL-40318_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-07-09 11:12:19 +08:00
Damyon Wiese
79fd52c6c3
Merge branch 'MDL-40562_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-07-09 11:05:39 +08:00
Marina Glancy
33025649f3
Merge branch 'MDL-40434_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-07-09 11:31:52 +10:00
Tim Lock
6fe662302c
MDL-40436: auth_ldap: Fixed warning when adding new LDAP users
2013-07-08 22:59:11 +08:00
Adam Olley
66a38f083a
MDL-40195: mod_assign: Display grades when quickgrading to 2 decimal places
2013-07-08 20:08:01 +09:30
David Monllao
c81f3193ce
MDL-40562 behat: Catch NoSuchElement exception
2013-07-08 12:08:15 +02:00
Damyon Wiese
ca4077c79d
Merge branch 'MDL-38314-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
...
Conflicts:
version.php
2013-07-08 15:14:55 +08:00
Petr Škoda
3e17040a6e
MDL-40450 update links to TinyMCE 3.x docs
2013-07-07 16:12:04 +02:00
Matteo Scaramuccia
a05efa34e2
MDL-39832 Files: Fixed ETag format according with RFC2616.
...
ETag must be double quoted,
http://tools.ietf.org/html/rfc2616#section-3.11 :
entity-tag = [ weak ] opaque-tag
weak = "W/"
opaque-tag = quoted-string
2013-07-07 09:06:48 +02:00
Matteo Scaramuccia
31afec2312
MDL-39832 Files: Revert MDL-39688 commit, 161be92065
...
MDL-39688 has been successful in providing a solution for the issue but further
investigations done in MDL-39832 have got the evidence that the given solution
is more likely a workaround.
2013-07-07 09:06:47 +02:00
Eloy Lafuente (stronk7)
fb41a38153
Moodle release 2.5.1
2013-07-06 17:59:23 +02:00
Petr Škoda
c0c0353438
MDL-40488 improve $CFG->admin docs
2013-07-06 11:47:50 +02:00
Tim Hunt
47c9a54e63
MDL-40527 enrol meta: respect $CFG->courselistshortnames
...
Thanks to James Henestofel for working this out in MDL-37558. That issue
got complex, so I am just submitting this simple part of it for
integration.
2013-07-05 15:32:26 +01:00
Rossiani Wijaya
54f0dd9492
MDL-39812 clean theme: fixed breadcrumbs layout for narrow screens
2013-07-05 11:09:21 +08:00
Rossiani Wijaya
0a4c3a88db
MDL-39812: bootstrapbase theme: Fix breadcrumbs layout for narrow screen
2013-07-05 10:58:15 +08:00
Dan Marsden
353d91fa1d
MDL-40512 SCORM: prevent undefined warning
2013-07-05 12:09:21 +12:00
Jean-Michel Vedrine
0c2a1dec76
MDL-40499 Edit question from 1.9 backup breaks if images in subdirs
2013-07-04 15:01:18 +02:00
Eloy Lafuente (stronk7)
dc50d26267
MDL-40392 Navigation -> my courses listing tests
...
This introduces some behat tests to verify that
the display of enrolled courses in the navigation
block works as expected, both when a plain list
or a nested list is configured.
Personally I'm not happy with the way to select
expected text via css element. I'd love to see
something in an higher level like
I should see the text|link "xxxxx" in the "yyyy" "element"
with element being "block, header, footer, main...."
But that's another issue.
2013-07-04 13:51:48 +02:00
Tim Hunt
1cdc4d2556
MDL-40443 setType notice in quiz reports.
2013-07-04 12:37:59 +01:00
Tim Hunt
3feb538a46
MDL-40318 quiz intro comprising just an impage was not shown
...
Also, ensure that we don't output an empty box if there are no access
messages.
2013-07-04 12:37:19 +01:00
Tim Hunt
48eec6a5bf
MDL-36479 quiz regrade: use progress bar to prevent time-outs
2013-07-04 12:36:36 +01:00
Damyon Wiese
4c6f1ec52e
weekly release 2.5+
2013-07-04 15:34:24 +08:00
Damyon Wiese
ef572665e9
MDL-40308: Fix javascript for lti mod_form
...
It was toggling the state of the hidden input - not the checkbox.
2013-07-04 13:47:23 +08:00
Eloy Lafuente (stronk7)
0383404678
MDL-40376 Fix copy/paste typo
2013-07-03 17:54:14 +02:00
Frederic Massart
03ab0ed880
MDL-38314 repository: Improving performance of upgrade script
2013-07-03 16:29:51 +08:00
Frederic Massart
f0c176fccc
MDL-38314 repository: Remove orphan repository instances
2013-07-03 16:29:48 +08:00
Frederic Massart
6b7b7455d1
MDL-38314 repository: Delete repository instances on context deletion
2013-07-03 16:27:13 +08:00
Frederic Massart
2bc5ceb31c
MDL-38314 repository: Unit Tests for delete_all_for_context()
2013-07-03 16:27:13 +08:00
Damyon Wiese
895f8d2b5f
MDL-40472: Clean all codechecker warnings on mod_assign
2013-07-03 16:01:52 +08:00
Yuliya Bozhko
a7c2742900
MDL-39986 badges: Show badge navigation to users with awardbadge capability
...
Also fixes an arror when a user with this capability tries to award a badge,
but their role is not among the criteria set up for a badge
2013-07-03 13:05:50 +08:00
Damyon Wiese
fc83888891
MDL-39558 badges: Prevent backup of badges without user information
2013-07-03 10:54:31 +08:00
Yuliya Bozhko
18811be378
MDL-39558 badges: Add backup/restore of manually awarded badges
2013-07-03 10:13:05 +08:00
Yuliya Bozhko
56d54e1eed
MDL-39558 badges: Add backup/restore to course badges
2013-07-03 10:12:46 +08:00
Michael Aherne
3a4a5356eb
MDL-40275 core Improve documentation for block_base::has_config()
2013-07-02 21:52:59 +02:00
Eloy Lafuente (stronk7)
1a5986dab9
Merge branch 'MDL-40376-m25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2013-07-02 21:12:10 +02:00
Eloy Lafuente (stronk7)
c10fc915ad
MDL-37516 Translate fieldnames on output only.
...
This reverts a change performed by the previous commit where user
fieldnames were being translated (and cached) when fetched,
causing the information to remain static later, not responding
to language switches (and perhaps leading to other problems if those
structures are used lated for DB / $USER comparisons.
With the commit, the translation happens on output, so no
potential interferences will happen and, also, the information
changes dynamically on lang switching.
2013-07-02 21:01:56 +02:00
sam marshall
a6683d327f
MDL-37516 Conditional activities: user field condition display fixes
2013-07-02 20:59:07 +02:00
Eloy Lafuente (stronk7)
a9155c2875
Merge branch 'MDL-40246_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-07-02 14:27:24 +02:00
Eloy Lafuente (stronk7)
4d52fbbc14
Merge branch 'MDL-40439-en_fix_25' of git://github.com/mudrd8mz/moodle into MOODLE_25_STABLE
2013-07-02 13:47:37 +02:00
Helen Foster
bb07f7ecce
MDL-40439 Merge English strings from the en_fix language pack
2013-07-02 11:47:49 +02:00
Dan Poltawski
dee6316364
Merge branch 'MDL-40389_25' of git://github.com/stronk7/moodle into MOODLE_25_STABLE
2013-07-02 15:53:06 +08:00
Tim Hunt
b465164c24
MDL-40434 calculatedmulti multiple-response questions not randomised
2013-07-02 08:23:56 +01:00
Dan Poltawski
f6b1260812
Merge branch 'MDL-40282.25' of github.com:colchambers/moodle into MOODLE_25_STABLE
2013-07-02 15:15:32 +08:00
Damyon Wiese
1e6919f6c8
Merge branch 'wip-MDL-40353-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-07-02 14:29:08 +08:00
Dan Poltawski
a852df6f11
Merge branch 'MDL-40297_25' of git://github.com/stronk7/moodle into MOODLE_25_STABLE
2013-07-02 13:43:45 +08:00
Andreas Grabs
e235c97f09
MDL-39570 mod_feedback - Missing privilege check
2013-07-02 13:36:51 +08:00
Dan Poltawski
d7e626156e
Merge branch 'w27_MDL-40399_m25_msarrayshift' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-07-02 13:33:59 +08:00
Dan Marsden
0bde9de161
MDL-39628 Chat: check mod/chat:chat capability when using daemon.
...
Thanks to Francois Gauthier for report/fix.
2013-07-02 12:18:24 +08:00
Jason Fowler
dafe65e438
MDL-37818 - RSS - Prevent access to blocks while RSS context errors are displayed
2013-07-02 10:03:57 +08:00
Dan Poltawski
204383e50d
Merge branch 'w27_MDL-40266_m25_arrayshift' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-07-02 09:55:24 +08:00
Eloy Lafuente (stronk7)
f1293083a2
Merge branch 'get_users_by_capability_fix_m25' of http://github.com/timgus/moodle into MOODLE_25_STABLE
2013-07-02 00:46:38 +02:00
Sam Hemelryk
f0d974fb28
Merge branch 'MDL-39733_25' of git://github.com/stronk7/moodle into MOODLE_25_STABLE
2013-07-02 10:31:28 +12:00
Eloy Lafuente (stronk7)
16a2860ad2
MDL-39733 xhprof: implement import of runs
2013-07-02 00:27:30 +02:00
Rossiani Wijaya
bb9024d9d4
MDL-39546 Lesson module: removed duplicate to decode special characters
2013-07-02 09:36:46 +12:00
Rossiani Wijaya
a77f19bc47
MDL-39546 Lesson module: fixed matching question issues.
2013-07-02 09:36:32 +12:00
Eloy Lafuente (stronk7)
2bc8f21600
Merge branch 'w27_MDL-39754_m25_evn26' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-07-01 23:14:05 +02:00
Eloy Lafuente (stronk7)
75b8d4a146
Merge branch 'MDL-40370_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-07-01 18:02:51 +02:00
Eric Merrill
74d5fbac04
MDL-40412 course Expanding the height of module description fields.
...
Expanding the default height of mod descriptions to 10, which gives
you 3 real lines once TinyMCE Loads.
2013-07-01 10:26:52 -04:00
Tim Hunt
33b4331eaf
MDL-40370 qtype_shortanswer: unique index upgrade problem.
...
Eliminate duplicate rows before we try to add a unique index. We
arbitrarily keep the duplicate row with the lowest id.
2013-07-01 11:23:55 +01:00
prateeksachan
ef57de83db
MDL-40386: Fix for updating timemodified field in book_chapters
2013-07-01 14:32:34 +05:30
Petr Škoda
00a2921469
MDL-39754 copy 2.5 requirements to Moodle 2.6
...
Optional features and warnings may be added later,
but we need at least required environment for 2.5.1
This includes database family cleanup and more realistic memory requirement.
2013-07-01 10:03:14 +02:00
Petr Škoda
fc4523f8f3
MDL-40266 improve emulate_bound_params() for mssql driver
...
Looping over large numbers of items with array_shift() is expensive.
Reverse the array and fetch items from the top of the pile.
Credit goes to Martin Langhoff for original mysqli fix.
2013-07-01 08:52:51 +02:00
Petr Škoda
39714cb255
MDL-40266 improve emulate_bound_params() for sqlsrv driver
...
Looping over large numbers of items with array_shift() is expensive.
Reverse the array and fetch items from the top of the pile.
Credit goes to Martin Langhoff for original mysqli fix.
2013-07-01 08:52:51 +02:00
Mark Nielsen
c11621b415
MDL-40308: Privacy settings do not change
...
Update LTI mod form so checkboxes always submit their value.
2013-07-01 11:27:43 +08:00
Dan Poltawski
7698803c95
Merge branch 'wip-MDL-40344-m25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-07-01 11:22:05 +08:00
Ankit Agarwal
770710e1cd
MDL-39020 phpunit: Rename incorrect filename
...
Rename externallib_tests.php to externallib_test.php
Fix failing unit tests
2013-07-01 10:52:42 +08:00
Sam Hemelryk
ebc9b6d158
Merge branch 'MDL-40069_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-07-01 13:47:50 +12:00
Sam Hemelryk
ae754bba07
NOBUG: fixed whitespace
2013-07-01 13:24:04 +12:00
Sam Hemelryk
d20391916c
Merge branch 'wip-MDL-39741-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-07-01 13:17:48 +12:00
Sam Hemelryk
9a561bc5a1
Merge branch 'MDL-35206-email-links_25' of git://github.com/mudrd8mz/moodle into MOODLE_25_STABLE
2013-07-01 13:08:15 +12:00
Eloy Lafuente (stronk7)
7af092c2d6
MDL-39733 profiling: UI for importing runs
2013-07-01 01:39:55 +02:00
Eloy Lafuente (stronk7)
706db16531
MDL-39733 profiling: UI for exporting runs
2013-07-01 01:39:50 +02:00
Eloy Lafuente (stronk7)
e3c2cb4656
MDL-39733 xhprof: implement export of runs
2013-07-01 01:39:45 +02:00
Andrew Nicols
2738bb2c2f
MDL-40376 Themes: Remove padding from course/manage page
2013-06-30 19:28:41 +01:00
Martin Langhoff
c17768973e
MDL-40266 improve emulate_bound_params() for mysqli
...
Looping over large numbers of items with array_shift() is expensive.
Reverse the array and fetch items from the top of the pile.
2013-06-30 18:39:53 +02:00
Eloy Lafuente (stronk7)
11ffc395f4
MDL-40389 Test "parent" course/category generators
...
Verify that the category->parent switchers for
course & category behat generators are happening
as expected. Use the manage courses page for that.
2013-06-30 18:10:25 +02:00
Eloy Lafuente (stronk7)
1608fbe7c0
MDL-40297 whitespace, comments & var names cleanup
2013-06-30 16:48:44 +02:00
Dmytro Vorona
0927af1e8d
MDL-40297 Hide empty categories in my courses
...
This is a followup of MDL-38631 were was detected that
whith categories being displayed in my courses, some of
them, not having courses for the user, were still shown.
With this patch, any category in the tree, not having courses
is automatically hidden, any depth.
2013-06-30 16:48:39 +02:00
Tim Hunt
77504426de
MDL-40069 question/type/upgrade.txt editing changes
...
Try to more clearly document what question type authors need to do to
upgrade their question types.
2013-06-28 18:21:04 +01:00
Colin Chambers
2fe9be7a9e
MDL-40069 Document editing form changes
2013-06-28 18:21:02 +01:00
David Mudrák
52d485c435
MDL-35206 Fix the links list enumeration in the html2text library
2013-06-28 13:13:29 +02:00
Colin Chambers
93a2a0e3d7
MDL-40282 Collapsible editor loses border in IE8-9
2013-06-28 11:23:47 +01:00
Mary Evans
dc59a1b1f9
MDL-40131 theme_bootstrapbase: added missing grader table css to less/moodle/grade.less
2013-06-28 02:45:29 +01:00
Sam Hemelryk
21d9cb723b
MDL-40344 navigation: expandable branch id is now properly unique
2013-06-28 09:59:09 +12:00
Eloy Lafuente (stronk7)
32e550a6eb
weekly release 2.5+
2013-06-27 20:12:40 +02:00
Eloy Lafuente (stronk7)
97a7b6a7aa
Merge branch 'install_25_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_25_STABLE
2013-06-27 20:05:10 +02:00
Marina Glancy
3c4c23876c
MDL-39741 removed unused css classes
2013-06-27 22:18:59 +10:00
David Monllao
ff46f98998
MDL-40246 mod_forum: Changing scenario to non-JS
...
Also replacing hardcoded waits for a
wait to be redirected.
2013-06-27 15:13:12 +08:00
Marina Glancy
00b4836197
MDL-40353 fixed wrong redirection on course group page
2013-06-27 13:45:16 +10:00
Marina Glancy
4af378d743
MDL-39741 Use CSS class dimmed_text instead of hidden in grader report
2013-06-27 12:36:11 +10:00
AMOS bot
fab0986a5b
Automatically generated installer lang files
2013-06-27 00:40:24 +00:00
Eloy Lafuente (stronk7)
866ab6e1ce
Merge branch 'w26_MDL-39701_m25_filterupgrade' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-06-26 12:30:51 +02:00
Petr Škoda
0b675e0ca2
MDL-39701 prevent string filtering before finishing 2.5 upgrade
2013-06-26 09:51:03 +02:00
Eloy Lafuente (stronk7)
3166c21471
Merge branch 'MDL-40033_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-06-25 12:08:25 +02:00
Gareth J Barnard
2ab1b3de30
MDL-40204 theme_bootstrapbase & theme_clean: Fix RTL 3 column lyt with 1 blk.
2013-06-25 11:38:27 +12:00
Sam Hemelryk
6e07abb32d
Merge branch 'wip-MDL-40065-m25_4' of git://github.com/gjb2048/moodle into MOODLE_25_STABLE
2013-06-25 09:58:44 +12:00
Sam Hemelryk
bc0227d3e5
Merge branch 'w26_MDL-40289_m25_badgescaps' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-06-25 09:13:05 +12:00
Eloy Lafuente (stronk7)
e9d80e664b
Merge branch 'w26_MDL-40233_m25_frontset' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-06-24 21:29:13 +02:00
Eloy Lafuente (stronk7)
ffc480afbd
Merge branch 'MDL-40264-m25-essay-zero' of git://github.com/ktemkin/moodle into MOODLE_25_STABLE
2013-06-24 21:23:43 +02:00
Eloy Lafuente (stronk7)
3d4a0f2887
Merge branch 'w26_MDL-40254_m25_flatfile' of https://github.com/skodak/moodle into MOODLE_25_STABLE
2013-06-24 21:13:06 +02:00
Eloy Lafuente (stronk7)
9067595bf3
Merge branch 'MDL-34610_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-06-24 20:21:30 +02:00
Eloy Lafuente (stronk7)
94a541f7ff
Merge branch 'MDL-40255_M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
2013-06-24 19:26:22 +02:00
Eloy Lafuente (stronk7)
3e6f11b240
Merge branch 'm25_MDL-40200_Notices_When_Viewing_Profile_Invalid_UserId' of https://github.com/scara/moodle into MOODLE_25_STABLE
2013-06-24 19:00:43 +02:00
Sam Chaffee
7991637057
MDL-40258: Fixed invalid json string error in file-picker
2013-06-24 18:56:54 +02:00
Ankit Agarwal
4f61afa0b7
MDL-40250 phpunit: Add unit tests for core_files_external::upload()
2013-06-24 18:06:26 +02:00
Gareth J Barnard
fb42a8c761
MDL-40065 theme_bootstrapbase theme_clean: Simplify column lyts / fix blocks.
2013-06-24 16:59:11 +01:00
Sam Hemelryk
4418496864
Merge branch 'wip-MDL-39044-stable25' of git://github.com/phalacee/moodle into MOODLE_25_STABLE
2013-06-24 15:41:24 +12:00
Sam Hemelryk
82125f7a78
Merge branch 'w26_MDL-39701_m25_filterupgrade' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-06-24 15:07:14 +12:00
Sam Hemelryk
9e5adb9305
Merge branch 'MDL-39779_m25' of git://github.com/rwijaya/moodle into MOODLE_25_STABLE
2013-06-24 14:33:04 +12:00
Sam Hemelryk
23dd6b7ebf
Merge branch 'MDL-39760-MOODLE_25_STABLE' of https://github.com/lucisgit/moodle into MOODLE_25_STABLE
2013-06-24 14:29:56 +12:00
Frederic Massart
af4bdb8c8d
MDL-39280 form: Multiple select support disabledIf with multiple values
2013-06-24 14:20:33 +12:00
Sam Hemelryk
12a9b4ec3a
Merge branch 'mdl25-MDL-40130-let-course-category-caching-be-used' of git://github.com/brki/moodle into MOODLE_25_STABLE
2013-06-24 11:43:54 +12:00
Sam Hemelryk
084b971bc8
MDL-38347 fixed whitespace
2013-06-24 11:29:26 +12:00
Jason Fowler
df7662560b
MDL-38347 - Calendar - Fixing arrow output on Android devices
2013-06-24 11:22:51 +12:00
Sam Hemelryk
405a60712b
Merge branch 'MDL-28124_M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
2013-06-24 10:30:08 +12:00
Amanda Doughty
bce7b6d40e
MDL-38376 mod_assign: Feedback displayed when Grade set to hidden
2013-06-24 10:22:34 +12:00
Petr Škoda
55384d2016
MDL-40254 ignore flatfile records with no user idnumber
2013-06-23 21:38:39 +02:00
Petr Škoda
f8bb8999e8
MDL-40289 fix block_badges capability defaults
2013-06-23 12:34:02 +02:00
Petr Škoda
2fbf721f27
MDL-40289 fix all badges capabilities
...
1/ contextlevel must be the lowest level where capability can be overriden
2/ coursecreator is for course creation only!!!
3/ do not mix user with other archetypes
4/ config risk is for admin actions only in standard install
No upgrade cleanup, sorry, blame integrators...
2013-06-23 12:23:50 +02:00
Mary Evans
233edd4dde
MDL-40255 theme_boxxie/theme_formfactor: Added block-region class to layout files to enable dnd file uploader to work.
2013-06-22 21:24:23 +01:00
Petr Škoda
75f1afeda0
MDL-39701 prevent filters before finishing 2.5 upgrade
...
This prevents problems with unsigned integers in MySQL 5.5
2013-06-22 22:23:25 +02:00
Petr Škoda
808043d356
MDL-40233 add proper cache invalidation on frontpage setting save
2013-06-22 22:19:27 +02:00
Matteo Scaramuccia
da0c3ea381
MDL-40200 Administration: Return the invalid user message and stop there
...
To avoid adding duplicate code, 'invalid user' and 'user deleted' checks
have been merged together.
2013-06-22 10:00:59 +02:00
Marina Glancy
a028ac4aaf
MDL-38631 link categories in My courses only when needed
2013-06-22 16:25:43 +10:00
Dmytro Vorona
02e1c8ad20
MDL-38631 Fixed faulty add_category call, introduced in 758103
2013-06-22 16:25:42 +10:00
Tim Hunt
3174f09839
MDL-34610 remove legacy IE CSS. It breaks form layout
2013-06-21 21:57:37 +01:00
Brian King
1a703d311e
MDL-40130 Caching: let make_categories_list use the cache it makes
2013-06-21 11:14:08 +02:00
David Monllao
922a5cf370
MDL-40033 behat: Waiting until file manager is available
2013-06-21 15:36:41 +08:00
Dan Poltawski
e978b66009
weekly release 2.5+
2013-06-21 13:30:52 +08:00
Dan Poltawski
8e29fe2d72
Merge branch 'install_25_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_25_STABLE
2013-06-21 13:29:46 +08:00
Kyle Temkin
11f6680dee
MDL-40264 fix essay handling of zero-string response
...
Fixes an inappropriate behavior of the is_complete_response() function
for the Essay question type, which caused the string "0" to be
inappropriately marked as an incomplete response.
Also adds a set of unit tests for the Essay question type's
is_complete_response.
2013-06-20 19:12:21 -04:00
Tim Gus
0bad576425
MDL-40259 - For SCORM reports limit fields returned from
...
get_users_by_capability to user ID to decrease memory utilization
2013-06-20 15:56:07 -04:00
Jason Fowler
1620d20165
MDL-39044 - Course Completion - Replaceing strtolower with multibyte safe textlib::strtolower
2013-06-20 08:49:38 +08:00
Ruslan Kabalin
e2d5b6cbc8
MDL-39760: mod_assign: Add few more callback methods.
...
Adds lock, unlock and release_to_draft. All of them accept single parameter -
an assign_submission record.
2013-06-19 15:34:02 +01:00
Yuliya Bozhko
e787333622
MDL-40022 badges: Fix missing calls to setType in course criteria settings
2013-06-19 13:41:49 +08:00
David Monllao
4ab623b9b6
MDL-40109 behat: Fixing backup feature
2013-06-19 09:14:05 +08:00
Marina Glancy
8526be5612
Merge branch 'MDL-40207-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-06-18 15:38:20 +10:00
Ruslan Kabalin
eede0dbd7b
MDL-33546: course: Fix current week hightlighting after dragging the section
2013-06-18 13:02:27 +10:00
Marina Glancy
4d7c173514
Merge branch 'MDL-40165-m25' of git://github.com/andrewnicols/moodle into MOODLE_25_STABLE
2013-06-18 12:57:06 +10:00
Sam Hemelryk
70d4b3182d
Merge branch 'MDL-39634_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-06-18 14:50:47 +12:00
Nadav Kavalerchik
32a3dc0ec0
MDL-40180 - RTL/Clean theme: Misalignment of student name and profile image in grader (fixed by Mary Evans)
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-06-18 10:43:48 +08:00
Sam Hemelryk
663c69e974
Merge branch 'MDL-40036-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-06-18 13:59:30 +12:00
Sam Hemelryk
eaf4854359
Merge branch 'MDL-39865-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-06-18 13:54:56 +12:00
Marina Glancy
04597742cf
Merge branch 'MDL-38079_25' of git://github.com/mr-russ/moodle into MOODLE_25_STABLE
2013-06-18 11:13:26 +10:00
Eloy Lafuente (stronk7)
f68a2c50e6
MDL-40137 Whitespace fix
2013-06-18 01:47:44 +02:00
Eloy Lafuente (stronk7)
5e069cbd96
Merge branch 'wip-MDL-40137-m25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-06-18 01:45:27 +02:00
Sam Hemelryk
3d19b183c6
Merge branch 'wip-mdl-39863-m25' of git://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-06-18 11:19:30 +12:00
Sam Hemelryk
d81ebc8f0d
Merge branch 'MDL-40109_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-06-18 11:07:57 +12:00
Eloy Lafuente (stronk7)
5cc26839e7
Merge branch 'w25_MDL-40210_m25_badgescaps' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-06-18 00:56:11 +02:00
Eloy Lafuente (stronk7)
a831f154ae
Merge branch 'MDL-33562-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
...
Conflicts:
lib/db/upgrade.php
version.php
2013-06-18 00:44:17 +02:00
Sam Hemelryk
54c7d518f3
Merge branch 'MDL-30132_M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
2013-06-18 10:26:53 +12:00
Petr Škoda
ec18ffb86c
MDL-40210 do not use CAP_PREVENT for role defaults!
2013-06-17 12:13:20 +02:00
Russell Smith
842aac5ecb
MDL-38079 mod_feedback - Hide "add question to activity" button
2013-06-17 19:59:37 +10:00
David Monllao
dc24efe971
MDL-40110 behat: AM/PM strings are OS-dependant, removing this part from tests
2013-06-17 17:06:38 +08:00
Dan Poltawski
160e432aee
Merge branch 'MDL-39825_master' of https://github.com/totara/openbadges into MOODLE_25_STABLE
2013-06-17 16:41:15 +08:00
Dan Poltawski
e38c37939a
Merge branch 'wip-MDL-40136-m25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-06-17 13:37:23 +08:00
Sam Hemelryk
e15bf9b1e5
Merge branch 'm25_MDL-40095_Completion_locked_Error_on_save' of https://github.com/scara/moodle into MOODLE_25_STABLE
2013-06-17 16:10:38 +12:00
Sam Hemelryk
1d1b52eb0c
Merge branch 'MDL-21933_25' of https://github.com/mr-russ/moodle into MOODLE_25_STABLE
2013-06-17 15:45:33 +12:00
Sam Hemelryk
209658eab2
Merge branch 'wip-MDL-40091-MOODLE_25_STABLE' of git://github.com/satrun77/moodle into MOODLE_25_STABLE
2013-06-17 15:43:18 +12:00
Rossiani Wijaya
49a60b6c65
MDL-39779 wiki module: fix the alignment for required label to display inline on mobile devices
2013-06-17 11:42:47 +08:00
Sam Hemelryk
8c155823cc
Merge branch 'MDL-39369_m25' of git://github.com/rwijaya/moodle into MOODLE_25_STABLE
2013-06-17 15:10:21 +12:00
Dan Poltawski
3c4fcce769
MDL-40207 simplepie: reduce false failures in unit tests
...
The simplepie tests time out too quickly due to a low connect timeout,
to fix this, I converted the unit tests to use a high timeout value.
2013-06-17 10:46:53 +08:00
Sam Hemelryk
443563a82e
Merge branch 'MDL-39761-MOODLE_25_STABLE' of https://github.com/lucisgit/moodle into MOODLE_25_STABLE
2013-06-17 14:26:37 +12:00
David Monllao
346765035a
MDL-39634 behat: Adding debugging() messages to deprecated methods
2013-06-17 09:02:39 +08:00
David Monllao
944fd1ca83
MDL-39634 behat: Adding deprecated methods
...
To keep compatibility if someone is
already using these methods.
2013-06-17 09:01:38 +08:00
David Monllao
ded65ca8e0
MDL-39634 behat: Removing unused arguments
2013-06-17 08:59:59 +08:00
AMOS bot
2bf9edf84f
Automatically generated installer lang files
2013-06-17 00:43:36 +00:00
Marina Glancy
29a4508930
Merge branch 'wip-MDL-40142-m25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-06-17 10:40:39 +10:00
Sam Hemelryk
bda2a7bdf5
MDL-39949 dock: fixed whitespace
2013-06-17 10:24:53 +12:00
Jason Fowler
64ddb28dfd
MDL-39949 - Blocks - preventing blocks with empty titles from blocking the execution of javascript
2013-06-17 10:01:44 +12:00
Sam Hemelryk
6fa5e8658a
MDL-40137 theme_clean: corrected lib.php function names
2013-06-17 09:39:20 +12:00
Sam Hemelryk
43dc7aa976
MDL-40136 cache: fixed dirroot change bugs with plugin caches
2013-06-17 09:23:47 +12:00
Sam Hemelryk
5d9349b61a
MDL-40142 navigation: fixed chainable issue with navigation JS
2013-06-17 09:12:43 +12:00
Mary Evans
ff24397ff3
MDL-28124 admin/tool/customlang: Changed page layout from 'standard' to 'report'.
2013-06-14 23:27:34 +01:00
Mohamed Alsharaf
de5568b18e
MDL-40091 book: revision must be incremented after editing a chapter
2013-06-14 21:28:31 +12:00
Marina Glancy
d3cf194050
weekly release 2.5+
2013-06-14 13:53:28 +10:00
Marina Glancy
37d38a3125
Merge branch 'install_25_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_25_STABLE
2013-06-14 13:50:50 +10:00
Andrew Nicols
2804eb29c6
MDL-40165 Backup: Split out test classes into multiple files
2013-06-13 08:57:24 +01:00
Rossiani Wijaya
e85e3bff3e
MDL-39369: Lesson module: change settype PARAM_TEXT to PARAM_NOTAGS
2013-06-13 15:37:45 +08:00
Rossiani Wijaya
51c72ecaa5
MDL-39369: Lesson module: fix setType() properly
2013-06-13 15:36:16 +08:00
Dan Poltawski
30703dc8f2
MDL-39824: theme_bootstrap: initalise array before use
...
This causes warnings when no navigation items are returned.
Also fixed some bad whitespace.
2013-06-13 14:23:55 +08:00
Dan Poltawski
33beb96847
Revert "MDL-39832 Files: Revert MDL-39688 commit, 161be9206571787557eb5c11ee440c9e6ae93ca8"
...
This reverts commit d618e3c07d .
2013-06-13 13:57:02 +08:00
Dan Poltawski
7f742cece1
Revert "MDL-39832 Files: Fixed ETag format according with RFC2616."
...
This reverts commit 52286ac358 .
2013-06-13 13:57:00 +08:00
Russell Smith
ab0e64524d
MDL-21933 course: Allow users to search participants course permission
...
Capability checks are performed at the top of the page and do not need
to be completed again.
Search is an expected feature for users and it was confusion to only
appear after 3 pages. This has been changed to enable search when
there are more records than are visible on the screen. If users
are unable to use browser search, they will be able to use Moodle's
search.
2013-06-13 12:43:29 +10:00
AMOS bot
2a93e8d72c
Automatically generated installer lang files
2013-06-13 00:41:25 +00:00
Mary Evans
6780a2301e
MDL-30312 User: Changed page layout from mydashboard to mypublic in user/profile.php
2013-06-12 21:33:28 +01:00
sam marshall
3a2e904098
MDL-39472 MUC: Optimise cache::get_from_persist_cache
2013-06-12 14:29:48 +08:00
Dan Poltawski
6117c578e4
Merge branch 'MDL-39773_b_m25' of git://github.com/rwijaya/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-06-12 09:34:04 +08:00
Sam Hemelryk
69303857c7
Merge branch 'MDL-39940-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-06-12 09:06:33 +12:00
Sam Hemelryk
a4848b4044
Merge branch 'MDL-39964-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-06-12 09:02:40 +12:00
Sam Hemelryk
a6b980d13b
Merge branch 'MDL-25901-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-06-12 09:00:11 +12:00
Sam Hemelryk
9e53bbd007
Merge branch 'w24_MDL-38109_m25_pluginlist' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-06-12 08:53:49 +12:00
Sam Hemelryk
e0699a7154
Merge branch 'wip-MDL-39798_M25' of git://github.com/gjb2048/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-06-12 08:51:21 +12:00
Sam Hemelryk
aa41f96d1a
Merge branch 'wip-MDL-39820_M25_2' of git://github.com/gjb2048/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-06-12 08:46:45 +12:00
Petr Škoda
e4fcb52f44
MDL-38109 use always get_plugin_list() to get list of plugins
...
get_list_of_plugins() is NOT intended for real plugins, only plugin like directories.
2013-06-11 10:23:14 +02:00
Dan Poltawski
bacf4c5c71
Merge branch 'wip-MDL-40087_M25' of git://github.com/gjb2048/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-06-11 16:00:51 +08:00
Dan Poltawski
43c5a7d5ad
Merge branch 'wip-MDL-40100-m25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-06-11 15:35:31 +08:00
Sam Hemelryk
624f270a26
Merge branch 'MDL-26925-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-06-11 17:31:36 +12:00
Sam Hemelryk
313bcd5268
Merge branch 'MDL-22390_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-06-11 17:07:24 +12:00
Mark Nelson
5a21d336f3
MDL-40010 notes: passing an object rather than an id to avoid debugging message
2013-06-11 13:05:40 +08:00
Dan Poltawski
f60ad3fdff
Merge branch 'm25_MDL-40002_ETag_value_must_be_a_quoted-string' of https://github.com/scara/moodle into MOODLE_25_STABLE
2013-06-11 12:54:38 +08:00
Jason Fowler
2daa9998ae
MDL-39746 - Themes - Hiding the user picture on the forum page when the screensize is too small to allow for it
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-06-11 11:25:04 +08:00
Rajesh Taneja
6079448098
MDL-39863 Administration: Show confirmation/notice and don't redirect automatically
2013-06-11 10:24:51 +08:00
Tim Lock
992c0ec50d
MDL-40120: Fix get_course_records() which breaks in PSQL
2013-06-11 13:47:05 +12:00
sam marshall
aca67ae8b0
MDL-39454 Accesslib: is_siteadmin is a bit slow
2013-06-11 12:27:09 +12:00
Matteo Scaramuccia
474c13f27f
MDL-40095 SCORM: Trivial comments tidy up
2013-06-10 20:52:24 +02:00
Matteo Scaramuccia
7480e99306
MDL-40095 SCORM: Fixed DML error when saving with completion options locked
...
Regression caused by MDL-38315.
2013-06-10 20:52:14 +02:00
Dan Poltawski
96241e57e9
Merge branch 'MDL-39947_25' of https://github.com/aolley/moodle into MOODLE_25_STABLE
2013-06-10 16:20:30 +08:00
Dan Poltawski
ade2afc29f
Merge branch 'MDL-39338_M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-06-10 16:07:28 +08:00
Dan Poltawski
534f1476f4
Merge branch 'm25_MDL-39832_Fix_Chrome_Issues_ETag_XSendfile' of https://github.com/scara/moodle into MOODLE_25_STABLE
2013-06-10 15:42:53 +08:00
Rajesh Taneja
b625e48b87
MDL-39639 Formslib: Hide calendar for datetime element on disable event
2013-06-10 15:29:16 +08:00
Dan Poltawski
a327e87866
Merge branch 'MDL-40018_M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
2013-06-10 15:00:20 +08:00
Dan Poltawski
0f74c82897
Merge branch 'MDL-40013_25stable' of git://github.com/oasychev/moodle into MOODLE_25_STABLE
2013-06-10 14:58:12 +08:00
David Mudrák
3ee63c14e0
MDL-40080 Remove unused strings from the core_hub subsystem
2013-06-10 14:41:53 +08:00
Mark Nelson
f31670ef40
MDL-40008 forms: fixed ordering of the calendar icon and enable checkbox for the date selector element
2013-06-10 14:25:14 +08:00
David Monllao
b1f151c933
MDL-40109 format_weeks: Removing extra space
2013-06-10 13:31:22 +08:00
Dan Poltawski
7f9f03442a
Merge branch 'w24_MDL-39096_m25_obfuscate' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-06-10 13:12:16 +08:00
Dan Poltawski
9d1a909f0e
Merge branch 'w24_MDL-28394_m25_enrolrestore' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-06-10 12:17:04 +08:00
Yuliya Bozhko
8b7c33ae77
MDL-39825 badges: Remove badges from course navigation when course badges are disabled
2013-06-10 16:16:59 +12:00
Dan Poltawski
c9d1c4993d
Merge branch 'm25_MDL-37968' of git://github.com/danmarsden/moodle into MOODLE_25_STABLE
2013-06-10 12:09:59 +08:00
Mary Evans
7b9caeb92b
MDL-39016 theme_bootstrapbase: Added login info and home link to footer in both boostrapbase & clean layout/general.php
2013-06-10 16:04:22 +12:00
Mark Nelson
49acbbad2f
MDL-40009 notes: corrected the form element names passed to setType
2013-06-10 15:55:53 +12:00
Sam Hemelryk
afe247a0ca
Merge branch 'w24_MDL-39549_m25_cohortsearch' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-06-10 15:48:11 +12:00
Sam Hemelryk
f7c2942961
Merge branch 'MDL-39971_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-06-10 15:09:34 +12:00
Dan Poltawski
6f4232974e
Merge branch 'wip-MDL-39824-m25' of http://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-06-10 10:54:27 +08:00
Sam Hemelryk
f981643f58
Merge branch 'MDL-39978_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-06-10 14:44:40 +12:00
Sam Hemelryk
2f8602990f
Merge branch 'w24_MDL-32480_m25_imscp' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-06-10 14:41:07 +12:00
Sam Hemelryk
7174920aaa
MDL-39824 theme: tweaking upgrade note version
2013-06-10 14:34:25 +12:00
Jason Fowler
57ecff6356
MDL-39608 - Bootstrap - Chaning the thresholds and width values for the Form labels
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-06-10 14:28:54 +12:00
AMOS bot
2d69af043d
Automatically generated installer lang files
2013-06-10 00:39:09 +00:00
Andrew Davis
a1d43d9e4f
MDL-36090 core_grade: added logging of overriding of student grades
2013-06-10 12:35:03 +12:00
Sam Hemelryk
08c2a3ca1f
Merge branch 'wip-MDL-40088-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-06-10 12:14:04 +12:00
Jason Fowler
fbc635e400
MDL-39227 - SCORM - repositioning the navigation panel to be visible in all themes at all resolutions
2013-06-10 11:59:36 +12:00
Sam Hemelryk
00afef17bb
Merge branch 'MDL-39979-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-06-10 11:33:59 +12:00
Sam Hemelryk
c174a19207
MDL-40100 cache: removed unneeded includes from add instance forms
2013-06-10 10:26:27 +12:00
Sam Hemelryk
d89fbe0285
MDL-39871 themes: can now specify regions to swap when using rtl langs
...
Conflicts:
lib/pagelib.php
2013-06-10 09:31:05 +12:00
Sam Hemelryk
ddf1b0741d
MDL-39824 theme: changes recorded in theme/upgrade.txt
2013-06-10 09:29:58 +12:00
Sam Hemelryk
dac7c261ca
MDL-39824 output: fixed bug when moving blocks with rtl lang
2013-06-10 09:29:58 +12:00
Sam Hemelryk
8504444307
MDL-40089 theme_clean: simplified layouts and converted to new OUTPUT API
2013-06-10 09:29:58 +12:00
Sam Hemelryk
602255df1a
MDL-40089 theme_clean: moved general to columns3.php as prep
2013-06-10 09:29:58 +12:00
Sam Hemelryk
ee7a52ae91
MDL-39842 js: fixed block drag and drop
2013-06-10 09:29:58 +12:00
Sam Hemelryk
6964e6a580
MDL-39824 theme_bootstrapbase: converted $PAGE use to new $OUTPUT methods.
2013-06-10 09:29:58 +12:00
Sam Hemelryk
5c8c94eabe
MDL-40089 theme_bootstrapbase: moved general to columns3.php as prep
2013-06-10 09:29:57 +12:00
Sam Hemelryk
00f906b114
MDL-39824 output: tidied up output before bootstrap cleaning
...
Conflicts:
lib/pagelib.php
2013-06-10 09:29:03 +12:00
Sam Hemelryk
2d28b03d90
MDL-39839 renderer: new methods for calls appearing in theme layouts
2013-06-10 09:28:24 +12:00
Sam Hemelryk
03fa7a2ba3
MDL-39838 renderer: new methods for body classes and id
2013-06-10 09:28:24 +12:00
Sam Hemelryk
cd79352fbd
MDL-39841 renderer: new method to renderer blocks with predictable structure
2013-06-10 09:28:24 +12:00
Matteo Scaramuccia
f082c5e390
MDL-40002 Files: ETag value must be a quoted-string.
...
ETag value must be double quoted, http://tools.ietf.org/html/rfc2616#section-3.11 .
More details about potential impacts in MDL-39832: shortly, at least when using
HTTP Partial GET Requests (HTTP Status: 206) plus X-Sendfile HTTP Header.
In this commit, the impact is to be RFC2616 compliant when using the ETag Header.
2013-06-09 10:14:02 +02:00
Tim Hunt
266ceb16a6
MDL-22390 autolink filter: handle URLs in brackets better.
...
This breaks some legitimate URLs like
http://en.wikipedia.org/wiki/Slash_(punctuation) .
This is a necessary trade-off. Many other web systems do not handle that
case correctly either. The work-around it so escape the ) as %29.
This commit also improves the way the unit tests for this work.
It also fixes a couple of other tricky cases that were spotted in
the forums while this was being discussed. See the new test cases.
2013-06-08 17:28:53 +01:00
Gareth J Barnard
35b76a3507
MDL-39798 theme_bootstrapbase: Improve layout for course participation reports.
2013-06-08 13:55:22 +01:00
Petr Škoda
06de509918
MDL-39096 fix obfuscate_text() utf-8 compatibility
2013-06-07 22:43:26 +02:00
Petr Škoda
788e1924a2
MDL-39549 fix cohort search in course categories
2013-06-07 22:07:53 +02:00
Gareth J Barnard
9bc4a4cc79
MDL-40087 theme_bootstrapbase: Turn editing on button misaligned on nav bar.
2013-06-07 18:15:34 +01:00
Petr Škoda
d98b9a945e
MDL-28394 fix enrolment method restore logic
...
This patch fixes:
* missing enrolment methods after 1.9 backup restore - defaults are added
* enrolment methods are restored only when users option is enabled
* manual enrolment override option is disabled if users not available
2013-06-07 10:03:25 +02:00
Petr Škoda
4ab6c6fbc0
MDL-32480 allow external https links in IMSCP too
2013-06-07 09:58:54 +02:00
Nicolas Dunand
a2ec961309
MDL-32480 fix display of IMS content packages with external links
2013-06-07 09:58:53 +02:00
Marina Glancy
86882b6dfe
MDL-40088 fixed bug with not visible course section
2013-06-07 13:58:57 +10:00
Dan Marsden
ff3a54a5f7
MDL-37968 course_overview: add dim class to hidden courses for teachers.
2013-06-07 14:39:29 +12:00
Mary Evans
82887b29e8
MDL-39338 core_question: Make history box a .well
2013-06-06 22:57:09 +01:00
Matteo Scaramuccia
52286ac358
MDL-39832 Files: Fixed ETag format according with RFC2616.
...
ETag must be double quoted,
http://tools.ietf.org/html/rfc2616#section-3.11 :
entity-tag = [ weak ] opaque-tag
weak = "W/"
opaque-tag = quoted-string
2013-06-06 23:11:15 +02:00
Matteo Scaramuccia
d618e3c07d
MDL-39832 Files: Revert MDL-39688 commit, 161be92065
...
MDL-39688 has been successful in providing a solution for the issue but further
investigations done in MDL-39832 have got the evidence that the given solution
is more likely a workaround.
2013-06-06 23:11:14 +02:00
Oleg Sychev
14e5c99960
MDL-40013 Easier to override saving question hints
...
This adds 3 new methods, called from question_type::save_hints,
to make it easier for different question types to overload this
functionality without duplicating code.
Question types that will benefit from this change include
oumultiresponse, ddmarker, preg and correctwriting.
2013-06-06 19:59:33 +03:00
Frederic Massart
333df7d951
MDL-39979 navigation: Remove the use of an undefined variable
2013-06-06 14:53:27 +08:00
Dan Poltawski
6cf8499253
MDL-26925 User selector: Set label when no results
...
Thanks to Jonathon Fowler for the fix!
2013-06-06 14:09:39 +08:00
Frederic Massart
a3fa82636d
MDL-40036 user: Respect capability to ignore user quota
2013-06-06 12:43:34 +08:00
Dan Poltawski
1430866232
weekly release 2.5+
2013-06-06 12:01:38 +08:00
Dan Poltawski
1c437c97f7
Merge branch 'install_25_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_25_STABLE
2013-06-06 11:55:07 +08:00
Dan Poltawski
0fbfae718d
MDL-25901 rss: do not copyright html tag
...
They copyright field does not permit html, it should be plain text
2013-06-06 11:30:27 +08:00
Eloy Lafuente (stronk7)
61899ac202
Merge branch 'wip-MDL-38773-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-06-05 19:32:14 +02:00
Eloy Lafuente (stronk7)
92c46e00eb
Merge branch 'w23_MDL-39588_m25_ociinstall' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-06-05 16:24:22 +02:00
Eloy Lafuente (stronk7)
1127607bce
Merge branch 'w23_MDL-39503_m25_signup' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-06-05 16:18:01 +02:00
Eloy Lafuente (stronk7)
ef580461f6
Merge branch 'wip-MDL-21097-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-06-05 10:36:22 +02:00
Dan Poltawski
2d0faffb7f
MDL-39940 tags: missing setType call
2013-06-05 16:17:26 +08:00
Marina Glancy
f9d68a11da
MDL-21097 Correctly check capabilities for frontpage editing mode
2013-06-05 18:09:34 +10:00
Dan Poltawski
0a8985843e
MDL-39964 report_progress: don't browser sniff for SVG support
...
Use feature detection, its more robust and better practice.
2013-06-05 15:42:26 +08:00
Dan Poltawski
e0e6015416
Merge branch 'wip-MDL-21097-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-06-05 13:10:18 +08:00
Rossiani Wijaya
9db4dcb68b
MDL-39773 bootstrapbase: add style for .centerpadded.
...
Relocate .centerpadded styling from standard to base themes
2013-06-05 12:50:15 +08:00
Marina Glancy
6b52abc0af
MDL-21097 corrected course editing roles
2013-06-05 14:27:50 +10:00
Mary Evans
179fbc7f11
MDL-39977 theme_bootstrapbase: Changes the way Clean theme's login takes its navbar styles from Bootstrapbase.
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-06-05 10:13:39 +08:00
Marina Glancy
28ce5653c0
MDL-38773 Purge coursecat cache on course restore
2013-06-05 12:05:05 +10:00
Brian King
c017ccff4c
MDL-39409 auth/cas pass web proxy settings along to phpCAS
2013-06-05 02:46:25 +02:00
Eloy Lafuente (stronk7)
ea85ee6f63
Merge branch 'w23_MDL-39416_m25_pagelog' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-06-05 02:43:48 +02:00
AMOS bot
2fb98d4bc0
Automatically generated installer lang files
2013-06-05 00:39:45 +00:00
Dan Poltawski
9a0e9776c0
MDL-39968 bootstrapbase: uses non-standard browser sniffing
...
Also theme_clean does the same sniffing, but is not necessary as its
included by bootstrapbase
2013-06-05 02:34:13 +02:00
Eloy Lafuente (stronk7)
832aa7eb71
Merge branch 'MDL-38731-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-06-05 02:30:56 +02:00
Eloy Lafuente (stronk7)
0e73df9df6
Merge branch 'MDL-37332-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-06-05 02:27:35 +02:00
Matteo Scaramuccia
ab8e75ef40
MDL-38545 Reports: PHP Strict Standards error in graph.php
2013-06-05 02:23:05 +02:00
Eloy Lafuente (stronk7)
ef8a1c4908
Merge branch 'MDL-39790_master' of git://github.com/totara/openbadges into MOODLE_25_STABLE
2013-06-05 01:45:28 +02:00
Eloy Lafuente (stronk7)
0f51a82bae
Merge branch 'wip-MDL-21097-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-06-05 01:43:11 +02:00
Mary Evans
358544f9b7
MDL-40018 theme_sky_high: Fixed footer in admin pages.
2013-06-05 00:18:33 +01:00
Eloy Lafuente (stronk7)
36e5df06b3
MDL-39723 prevent update_courses() bad habits.
...
All the external functions end calling require_login() that is
always in charge of setting the $COURSE global. This is not a
problem, but in the case of core_course_external::update_courses()
testing, where we are, in the same "request", both setting and getting
the $COURSE information and it's clearly outdated, so the test fails.
Alternative solution would be to modify the external function to ensure
that, after updating a course, $COURSE is also updated with the changes
but it does not seem to be necessary for "normal" usage (both UI/WS POVs).
2013-06-04 21:49:35 +02:00
Eloy Lafuente (stronk7)
8c8b3eba24
Merge branch 'MDL-39723-m25' of git://github.com/sammarshallou/moodle into MOODLE_25_STABLE
2013-06-04 17:48:57 +02:00
Gareth J Barnard
faccb2ba9f
MDL-39820 theme_bootstrapbase: Fix form button alignment for badges.
2013-06-04 11:17:23 +01:00
Dan Poltawski
bf2360c597
Merge branch 'MDL-39945_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE
2013-06-04 15:54:01 +08:00
Dan Poltawski
e7bb4b1ee7
Merge branch 'MDL-39835_M25' of github.com:lazydaisy/moodle into MOODLE_25_STABLE
2013-06-04 14:43:13 +08:00
Dan Poltawski
2b7e18fded
Merge branch 'wip-MDL-39819_M25' of git://github.com/gjb2048/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-06-04 14:38:36 +08:00
Marina Glancy
f85cb076aa
MDL-39870 correctly determine whether activity is resource or module
2013-06-04 14:14:39 +08:00
Dan Poltawski
836dab79c0
MDL-39931 less: recompile with whitespace removed
2013-06-04 14:09:28 +08:00
Dan Poltawski
2fdfdd49d4
Merge branch 'MDL-39931-M25' of github.com:lazydaisy/moodle into MOODLE_25_STABLE
2013-06-04 13:32:33 +08:00
Dan Poltawski
cb1318754e
Merge branch 'MDL-39536-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-06-04 13:19:16 +08:00
Frederic Massart
491e196107
MDL-39536 completion: Unit tests for get_activities and has_activities
2013-06-04 12:58:03 +08:00
Frederic Massart
13f73be25b
MDL-39536 completion: Prevent DB call when fetching activities
2013-06-04 12:58:02 +08:00
David Mudrák
21c4402280
MDL-39939 Fix the basic SCORM report plugin name
2013-06-04 12:27:42 +08:00
Dan Poltawski
2140e5afa4
Merge branch 'wip-mdl-39827-m25' of git://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
2013-06-04 11:29:57 +08:00
Dan Poltawski
acae4313c8
Merge branch 'MDL-39317-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2013-06-04 11:26:33 +08:00
Frederic Massart
16725a78d0
MDL-39865 navigation: Removed unaccessible repositories node
...
A user is not allowed to edit another user's repositories, in any
circumstances. The repositories node under 'Profile setting for X'
does not make sense under those conditions.
2013-06-04 11:14:02 +08:00
Frederic Massart
3e17b1c4a7
MDL-39865 navigation: 'Profile settings for ...' always displayed
...
Before this patch, 'Profile settings for X' would only be displayed
if X can access the course, which means that if the course is hidden
the node would be hidden as well. We changed this so that the user
needs to be enrolled in the course.
2013-06-04 11:14:02 +08:00
Dan Poltawski
e19a07bfcb
Merge branch 'MDL-39743-25' of git://github.com/damyon/moodle into MOODLE_25_STABLE
2013-06-04 11:03:45 +08:00
Dan Poltawski
c687e8d741
Merge branch 'wip_25_mdl-34085' of https://github.com/iarenaza/moodle into MOODLE_25_STABLE
2013-06-04 10:42:55 +08:00
AMOS bot
09c0ea1f39
Automatically generated installer lang files
2013-06-04 00:46:34 +00:00
Eloy Lafuente (stronk7)
1fe7be205c
Merge branch 'wip-MDL-39801-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-06-04 01:58:27 +02:00
Eloy Lafuente (stronk7)
6399a82028
MDL-39764 style: phpdoc changed to inline comments
2013-06-04 01:43:35 +02:00
Eloy Lafuente (stronk7)
8a2cee5091
Merge branch 'wip-MDL-39764_M25_3' of git://github.com/gjb2048/moodle into MOODLE_25_STABLE
2013-06-04 01:43:28 +02:00
Eloy Lafuente (stronk7)
ca7f399be7
Merge branch 'w23_MDL-39882_m25_behatconfig' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-06-04 01:32:12 +02:00
Damyon Wiese
6c37003d05
MDL-39821 assign: missing setType with advanced grading
2013-06-04 01:30:20 +02:00
Eloy Lafuente (stronk7)
d1963974a9
MDL-39465 Show env. info instead of part twice.
2013-06-04 00:50:55 +02:00
Gareth J Barnard
3b4752e1f2
MDL-39764 course_format: Allow courses to have numsections > maxsections.
2013-06-03 23:43:24 +01:00
Eloy Lafuente (stronk7)
618737d7e9
Merge branch 'MDL-39936-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-06-04 00:05:04 +02:00
Eloy Lafuente (stronk7)
06ab9b8888
Merge branch 'w23_MDL-39465_m25_environment' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-06-04 00:00:44 +02:00
Justin Filip
c7abb11786
MDL-39166 auth_ldap Add triggers for user created/updated events.
2013-06-03 23:55:30 +02:00
Eloy Lafuente (stronk7)
73f8ab649f
Merge branch 'wip-MDL-39710-m25' of git://github.com/marinaglancy/moodle into MOODLE_25_STABLE
2013-06-03 23:22:17 +02:00
Eloy Lafuente (stronk7)
189590bb37
Merge branch 'MDL-39932_25' of git://github.com/grabs/moodle into MOODLE_25_STABLE
2013-06-03 19:10:39 +02:00
Albert Gasset
827e54dde5
MDL-39487 mod/assign: fixed ID number of grade item changing
2013-06-03 19:05:55 +02:00
Eloy Lafuente (stronk7)
42a9e3efc2
Merge branch 'MDL-39987_M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
2013-06-03 16:07:47 +02:00
Mary Evans
f58fadfeba
MDL-39987 theme_bootstrapbase: Fixed menunode text in renderers/core_renderer.php.
2013-06-02 23:17:14 +01:00
Petr Škoda
f498ae7652
MDL-39416 do not try to get detailed perflog info before PAGE int
2013-06-02 13:35:40 +02:00
Petr Škoda
dd85f5aed0
MDL-39588 require MOODLELIB Oracle package
...
Previously it was kind of optional, but it is now required. We also attempt to install it automatically now.
2013-06-02 11:14:10 +02:00
Mary Evans
b91fcb9094
MDL-39835 theme_sky_high: Fix for footer to display correctly in higher resolutions.
2013-06-01 21:53:19 +01:00
Gareth J Barnard
dfb83eb132
MDL-39819 theme_bootstrapbase: Fix icon alignment in filepicker.
2013-05-31 22:32:03 +01:00
Petr Škoda
1e558fdf66
MDL-39465 detect environment problems in tests
...
This should help explain why something else fails.
2013-05-31 22:03:15 +02:00
Tim Hunt
7dad4a5e59
MDL-39978 Essays with files break each attempt builds on last
2013-05-31 20:48:03 +01:00
Tim Hunt
8b2e668a19
MDL-39971 each attempt builds on last broken for previews.
2013-05-31 20:32:52 +01:00
Petr Škoda
65380ecd0a
MDL-39503 tell robots to not index login and signup page
...
This should partially prevent people from googling moodle sites that allow signup. Please note you can not use login block if because it would still disclose the signup link.
2013-05-31 21:26:23 +02:00
Petr Škoda
b5ce3bc8f4
MDL-39882 add required behat settings to config-dist
2013-05-31 21:09:05 +02:00
Marina Glancy
51173470b6
MDL-39710 Don't display rubric and guide preview unless option checked
2013-05-31 16:13:18 +10:00
Russell Boyatt
8df87c160f
Fixing MDL-39710: setting to limit student access to rubric now checked.
2013-05-31 16:13:13 +10:00
Dan Poltawski
e5326193bf
MDL-38731 course: split course group settings header
...
Allow translators to translate the heading differently.
AMOS BEGIN
CPY [groups,group],[groupsettingsheader,group]
AMOS END
2013-05-31 12:04:51 +08:00
Dan Poltawski
e9fd6e5dd6
MDL-37332 portfolio: don't add double slashes
...
get_filepath() always returns trailing slash.
This breaks windows export - thanks to Jason Platts
2013-05-31 11:52:34 +08:00
Marina Glancy
a74edf03ad
MDL-39801 navigation_node::remove does not allow to insert nodes afterwards
2013-05-31 13:51:13 +10:00
Marina Glancy
bd205fa484
MDL-39801 navigation_node::remove fails if first child does not have a key
2013-05-31 13:51:13 +10:00
Marina Glancy
93ac52a9f3
MDL-21097 Allow user to change current section if he does not have any other manageing capability
2013-05-31 13:20:16 +10:00
Marina Glancy
db8d852af9
MDL-21097 Correctly check capabilities for course settings items
...
- Make sure that items in course settings (and frontpage settings) are shown depending on user capabilities
- Make sure user is able to turn editing on on the page even if he has only limited number of seciton/modules managing capabilities
2013-05-31 13:20:10 +10:00
Dan Poltawski
068373c86a
MDL-33562 lib: remove deleted user tokens
2013-05-31 10:23:51 +08:00
Dan Poltawski
4c4c90f4b0
MDL-33562 lib: remove private keys when user deleted
2013-05-31 10:22:02 +08:00
AMOS bot
a270a2c129
Automatically generated installer lang files
2013-05-31 00:43:06 +00:00
Adam Olley
096707c01d
MDL-39947 mod_forum: Add safety check to variable assignment when counting unread posts
2013-05-31 09:50:05 +09:30
Andreas Grabs
b4de832553
MDL-39932 mod_feedback - Mapping Feedback when Course is Deleted - thx to David N. Johnson
2013-05-30 23:11:37 +02:00
Tim Hunt
f0dc1a71c1
MDL-39945 qtype multichoice was not comparing blank responses correctly.
2013-05-30 19:22:21 +01:00
Iñaki Arenaza
2f467a82a1
MDL-34085 Fix the backup options names in core_course_duplicate_course
...
Fix the option names to match those used by the backup subsystem.
2013-05-30 17:45:30 +02:00
Mary Evans
91cf8cc82c
MDL-39931 theme_bootstrapbase: ported invisiblefieldset css rules from theme/base/core.css to less/moodle/core.css
2013-05-30 15:51:16 +01:00
Dan Poltawski
2e80405940
MDL-39936 upgrade: 2.5.0 line incorrectly positioned
2013-05-30 13:40:28 +08:00
Damyon Wiese
f36066fa9e
weekly release 2.5+
2013-05-30 12:09:08 +08:00
Damyon Wiese
a4e0171b2c
Merge branch 'install_25_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_25_STABLE
2013-05-30 11:27:46 +08:00
AMOS bot
8352a1b138
Automatically generated installer lang files
2013-05-30 00:38:21 +00:00
Damyon Wiese
028b56f875
MDL-39317 assign: Fix for submitted filter on grading table.
...
Some old upgraded assignments have no timecreated column so use
a different one to check for a valid submission.
2013-05-29 14:50:42 +08:00
Ashley Holman
e9efc2baa2
MDL-39743 assign: Fix missing capability check for "grant extension"
2013-05-29 12:04:22 +08:00
AMOS bot
7e720621ec
Automatically generated installer lang files
2013-05-29 00:39:21 +00:00
Yuliya Bozhko
626c84bca9
MDL-39790 Add badges block to the course page
2013-05-29 09:42:11 +12:00
Eloy Lafuente (stronk7)
4bc4844d5b
Merge branch 'w22_MDL-39676_m25_whereparam' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-05-28 15:33:33 +02:00
sam marshall
695f6f3c23
MDL-39723 Remove unnecessary queries for COURSE, SITE
2013-05-28 13:16:03 +01:00
Damyon Wiese
f4075573b9
MDL-39477: Remove some unused instances of $CFG
...
Also change @since tags to 2.5.1 because this will be backported.
2013-05-28 11:11:42 +08:00
David Monllao
a13cbfb3e7
MDL-39702 generators: Adding MOODLE_INTERNAL
...
As discussed generators should include MOODLE_INTERNAL
as they make use of CFG and they don't make sense without
requiring config.php.
2013-05-28 11:10:35 +08:00
Frederic Massart
799dbbfbaa
MDL-39477 repository: Tests use data generator
2013-05-28 11:08:58 +08:00
Frederic Massart
e5c6694de8
MDL-39477 repository: Introducing data generators for repositories
2013-05-28 11:08:54 +08:00
Damyon Wiese
d3aeeb93c2
Merge branch 'w22_MDL-39802_m25_deletedusers' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-05-28 09:56:08 +08:00
AMOS bot
f5940428a9
Automatically generated installer lang files
2013-05-28 00:38:15 +00:00
Eloy Lafuente (stronk7)
e58af1dfcd
Merge branch 'wip-MDL-39836_M25' of git://github.com/gjb2048/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-05-28 01:24:58 +02:00
Eloy Lafuente (stronk7)
4f0d6118ff
Merge branch 'wip-MDL-39456-m25' of git://github.com/samhemelryk/moodle into MOODLE_25_STABLE
2013-05-28 01:02:34 +02:00
Eloy Lafuente (stronk7)
8b77e81201
Merge branch 'MDL-39853_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-05-28 00:57:06 +02:00
Eloy Lafuente (stronk7)
d6e2b0a03e
Merge branch 'MDL-39795_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-05-28 00:45:02 +02:00
Damyon Wiese
a665577b37
Merge branch 'MDL-39686_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-05-27 16:28:48 +08:00
Damyon Wiese
f32e55c8d7
Merge branch 'MDL-39680-M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-05-27 16:21:44 +08:00
Damyon Wiese
6a3a3bd868
Merge branch 'MDL-39640-master-int' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-05-27 16:14:59 +08:00
Kordan
f70d382498
MDL-39194 theme_formal_white: cleaned the category page showing course listing
2013-05-27 15:23:08 +08:00
David Monllao
e132b54a6a
MDL-39853 behat: Useful info for $CFG->behat_config setting
2013-05-27 15:14:06 +08:00
David Monllao
c0b59154ba
MDL-39686 behat: Add option to restart the browser
2013-05-27 15:06:15 +08:00
David Monllao
268cb03e2d
MDL-39686 behat: Adding into to config-dist.php
2013-05-27 15:06:09 +08:00
Dan Poltawski
ad97a56875
MDL-39806 theme_bootstrapbase: run less with --compress
2013-05-27 14:42:44 +08:00
Dan Poltawski
8d94299b02
Merge branch 'MDL-39806_M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
2013-05-27 14:36:55 +08:00
David Monllao
0653761da2
MDL-39795 behat: Adapting features to consider spaces
2013-05-27 14:25:40 +08:00
David Monllao
e489df87bf
MDL-39795 behat: Improving find-texts-in-page-contents performance
2013-05-27 14:25:34 +08:00
Marina Glancy
87a445ec70
MDL-39785 bug fix: filter_activitynames was not applied correctly
2013-05-27 14:17:15 +08:00
Dan Poltawski
121e2492e8
Merge branch 'MDL-38239-moodle25' of git://github.com/StudiUM/moodle into MOODLE_25_STABLE
2013-05-27 14:13:36 +08:00
Dan Poltawski
6c16494f03
Merge branch 'w22_MDL-39688_m25_etag' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-05-27 13:43:37 +08:00
Dan Poltawski
191e70c2e2
Merge branch 'w22_MDL-38408_m25_paypalcost' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-05-27 13:05:14 +08:00
Yuliya Bozhko
7291b026a0
MDL-39778 badges: Fix missing library error in delete_course()
2013-05-27 12:00:38 +08:00
Rajesh Taneja
df4da0fe79
MDL-39827 course: Trigger invalidate cache event while changing sort-order of category
2013-05-27 10:55:48 +08:00
Dan Poltawski
ceb4030763
Merge branch 'MDL-39768_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-05-27 10:18:32 +08:00
Gareth J Barnard
69ecf8c0a9
MDL-38856 theme_bootstrapbase: Inverse user name text unreadable on nav bar
2013-05-27 02:09:01 +01:00
Mary Evans
039c78702d
MDL-39680 theme_bootstrapbase: Fixed footer alignment in less/moodle/debug.less
...
Squashed commit of the following:
commit 58f5e063a8b333c184ca83ece7f61ec40d2a5080
Author: Mary Evans <lazydaisy@visible-expression.co.uk >
Date: Sun May 26 13:45:11 2013 +0100
MDL-39680 theme_bootstrapbase: Fixed footer alignment in less/moodle/debug.less
commit 575594257a9f4fab75977d2334d07659abea0b65
Author: Mary Evans <lazydaisy@visible-expression.co.uk >
Date: Sun May 26 02:07:00 2013 +0100
MDL-39680 theme_bootstrapbase: Centralised text in footer.
2013-05-26 13:55:45 +01:00
Petr Škoda
7fa470de03
MDL-38408 always validate PayPal dates and cost, improve float formatting
2013-05-25 22:48:44 +02:00
Mary Evans
6ceb6eb672
MDL-39806 theme_bootstrapbase: Fix for coursesearchbox label alignment.
2013-05-25 17:16:39 +01:00
Petr Škoda
644b1df502
MDL-39676 improve get_role_users() unit tests
2013-05-25 10:10:17 +02:00
Petr Škoda
161be92065
MDL-39688 do not set Etag when sending http ranges
2013-05-25 09:12:03 +02:00
Petr Škoda
5878ac3957
MDL-39802 ignore deleted users in meta enrolments
2013-05-24 21:28:38 +02:00
Petr Škoda
761227cfc6
MDL-39802 ignore deleted users in cohort enrolments
2013-05-24 21:28:38 +02:00
Petr Škoda
97d68b5652
MDL-39802 ignore deleted users in category enrolments
2013-05-24 21:28:37 +02:00
Petr Škoda
3ecf7ddd15
MDL-39802 fix sloppy user deleting and creating in imsenterprise plugin
2013-05-24 21:28:37 +02:00
Petr Škoda
b6ef79950e
MDL-39802 add cli script for fixing of all deleted users
...
Use this script if something just set the user.deleted flag instead of calling the delete_user() method.
2013-05-24 21:28:37 +02:00
Damyon Wiese
f65261d096
weekly release 2.5+
2013-05-24 13:26:46 +08:00
Damyon Wiese
93f645f0ae
Merge branch 'install_25_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_25_STABLE
2013-05-24 13:12:11 +08:00
Sam Hemelryk
e5184cac0e
MDL-39456 cachestore_file: added reference to global $CFG
...
By holding onto a reference of the global $CFG object we
can be sure that it isn't destroyed before we are done
with it.
This allows for caches to be used within destructors for
purposes such as delayed writes.
2013-05-24 09:54:18 +12:00
Marina Glancy
caaad8b08d
MDL-39177 make sure we don't remove existing directories when cleaning up unzip
2013-05-23 15:59:53 +02:00
AMOS bot
cb033b9fab
Automatically generated installer lang files
2013-05-22 08:26:02 +00:00
David Monllao
4f629bc677
MDL-39768 behat: Adding focused panels CSS selector
2013-05-22 15:11:55 +08:00
Eloy Lafuente (stronk7)
d917dc9e40
MDL-36482 Fix slipped error, thanks Petr!
2013-05-22 04:14:01 +02:00
Damyon Wiese
d74f740722
Merge branch 'MDL-39697-M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
2013-05-22 09:03:31 +08:00
Marina Glancy
6168502474
MDL-39177 Updating userid when file is overwritten
2013-05-22 02:25:18 +02:00
Marina Glancy
751cebfc3d
MDL-39177 More comments about confusing files.source field
2013-05-22 02:25:12 +02:00
Marina Glancy
acfd39cbf8
MDL-39177 New function file_storage::get_unused_dirname()
2013-05-22 02:25:07 +02:00
Marina Glancy
2efc8ff39f
MDL-39177 Ensure files are overwritten correctly on unzip
2013-05-22 02:25:02 +02:00
Marina Glancy
2a0b243137
MDL-39177 Perform all checks on draftfile area before saving the files
2013-05-22 02:24:56 +02:00
Marina Glancy
b8aca19538
MDL-39177 Remove code duplication
2013-05-22 02:24:50 +02:00
Marina Glancy
2fbfedb310
MDL-39177 Update file in filearea only if original is present
...
Now when file was deleted in filemanager and new file with the same file was uploaded the references will be converted to copies exactly like UI warns in filemanager.
Also do not delete original information from draftfiles.
2013-05-22 02:24:40 +02:00
Marina Glancy
6c43ee510f
MDL-39177 Discard file origin when moving/renaming a file in filemanager
...
Created one function that handles file update to be used from both JS and nonJS filepicker
2013-05-22 02:24:32 +02:00
Marina Glancy
d262212a1f
MDL-39177 Original info is not preserved when overwriting a file in filemanager
...
original file location is used by filemanager to indicate that file is a source of reference and file the list of referencing files
2013-05-22 02:24:24 +02:00
Marina Glancy
d50f747fd8
MDL-39177 File reference is not updated when overwriting the file
2013-05-22 02:24:13 +02:00
Marina Glancy
d95506e05a
MDL-33719 When overwriting a file the filemanager is not refreshed
2013-05-22 02:24:08 +02:00
Gilles-Philippe Leblanc
f7d180a7fb
MDL-38239 gradebook: Importing grades from a .txt file with commas for decimals causes an error
2013-05-21 14:43:07 -04:00
Marina Glancy
91af4fa5bf
MDL-39720 added missing setType() in moodleform
2013-05-21 12:30:21 +08:00
Dan Poltawski
b051261ecc
Merge branch 'MDL-39753_25' of git://github.com/stronk7/moodle into MOODLE_25_STABLE
2013-05-21 11:00:32 +08:00
Dan Poltawski
aeaf5c1337
MDL-39323 auth_ldap: fix savepoint version
2013-05-21 10:52:44 +08:00
Iñaki Arenaza
9f13f53393
MDL-39323 Make sure start_tls config value is defined
...
This has been introduced in 2.5, so when upgrading from previous versions
make sure we set a default value. Otherwise, we get a notice about it
being undefined when we try to use it (and we always try to use it!).
2013-05-21 10:44:11 +08:00
Russell Smith
0bc310eb5a
MDL-36482 activities block: Allow mod display without intro's
2013-05-21 02:27:58 +02:00
Eloy Lafuente (stronk7)
ab6a0ac4f7
Merge branch 'MDL-39758_M25' of git://github.com/lazydaisy/moodle into MOODLE_25_STABLE
2013-05-21 01:48:38 +02:00
David Monllao
18003f2adb
MDL-39638 behat: New step to collapse nodes based on the expand nodes
...
Also updating steps with a collapse behaviour.
2013-05-21 01:00:36 +02:00
Jayesh Anandani
2ab5928066
MDL-26120 mod_forum: use correct object
2013-05-21 00:55:17 +02:00
Eloy Lafuente (stronk7)
e3c1bd2593
Merge branch 'MDL-39717_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-05-21 00:44:22 +02:00
Jerome Mouneyrac
99f5bad554
MDL-31209 web service error message: Indication about the service not containg the web service function is confusing
2013-05-20 19:06:59 +02:00
Ruslan Kabalin
666117e830
MDL-39761: mod_assign: Always check submission plugin status and visibility.
2013-05-20 16:32:04 +01:00
Eloy Lafuente (stronk7)
9b19f3f4fb
MDL-39753 Add 2.5.0 upgrade line
2013-05-20 15:34:44 +02:00
Mary Evans
b6d07f25a1
MDL-39758 theme_bootatrapbase: Added missing layout/embedded.php.
2013-05-20 13:04:44 +01:00
Dan Poltawski
e90eb091c5
Merge branch 'w18_MDL-39374_m25_folderlog' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-05-20 17:58:29 +08:00
Damyon Wiese
5cc84acabe
Merge branch 'MDL-38498-25' of git://github.com/FMCorz/moodle into MOODLE_25_STABLE
2013-05-20 16:12:34 +08:00
Frederic Massart
543b5feae0
MDL-39719 course: Pointing to wrong category string in requests
2013-05-20 16:10:07 +08:00
Frederic Massart
cdd041e631
MDL-38498 repository: Unit tests for repository::check_capability()
2013-05-20 16:00:11 +08:00
Tim Hunt
6d393bd97c
MDL-27748 question: grade options should be localised.
...
question_bank::fraction_options should use format_float to display
decimal pionts correctly.
2013-05-20 15:47:22 +08:00
Tim Hunt
f8aec131e9
MDL-39728 List all the classes in question/type/questionbase.php
...
This should make it easier for people to understand the type hierarchy.
2013-05-20 15:28:59 +08:00
Troy Lee
62cf9a1d2a
MDL-36020 overview/report: fix quiz regrade session lock
2013-05-20 12:42:38 +08:00
Damyon Wiese
76f881c83a
Merge branch 'MDL-39363-master' of git://github.com/ankitagarwal/moodle into MOODLE_25_STABLE
2013-05-20 12:13:09 +08:00
Damyon Wiese
c4500213d6
Merge branch 'MDL-39528_25' of git://github.com/dmonllao/moodle into MOODLE_25_STABLE
2013-05-20 12:06:51 +08:00
Mary Evans
1cdcb6599a
MDL-39630 theme_afterburner: Improving the way course/category listings display.
2013-05-20 12:03:00 +08:00
Kordan
ff3f1f3ef3
MDL-39198 theme_formal_white: resized and relocated the "Add..." drop down menu of the "Add a block" pseudo block
2013-05-20 11:48:23 +08:00
Frederic Massart
b42e6e1c2e
MDL-38369 repository: Remove output before redirect
2013-05-20 10:25:34 +08:00
Damyon Wiese
d8581a2367
Merge branch 'MDL-28250-25' of git://github.com/danpoltawski/moodle into MOODLE_25_STABLE
2013-05-17 12:11:31 +08:00
David Monllao
236ebcfe78
MDL-39528 behat: Avoid modal window suite failure
...
Catching JS alerts/confirms exceptions and
auto-accepting them before each test run to
avoid chained scenarios failures.
2013-05-17 12:09:04 +08:00
David Monllao
c340dca9b0
MDL-39717 behat: Removing unstable steps and scenarios
2013-05-17 11:48:29 +08:00
David Monllao
a3c292ee64
MDL-39717 behat: Add info to experimental steps definitions
...
JS modal dialogs and drag & drop should be
considered experimental as the steps are not
working as expected in all OS/browser combinations.
2013-05-17 11:48:20 +08:00
Damyon Wiese
b7bbb615d7
Merge branch 'w18_MDL-39678_m25_yui' of git://github.com/skodak/moodle into MOODLE_25_STABLE
2013-05-16 15:55:45 +08:00
Mary Evans
9141e05262
MDL-39697 theme_bootstrapbase: Updated $THEME->layouts in config.php to match those in Base theme.
2013-05-16 00:57:40 +01:00
Petr Škoda
e9cfbe4290
MDL-39678 fix YUI 20130515 vulnerability
2013-05-15 22:12:12 +02:00
Petr Škoda
2e297423cd
MDL-39374 log only real folder edits
...
Credit goes to Florian Zillner, thanks.
2013-05-15 21:32:27 +02:00
Dan Poltawski
82198dec8b
MDL-28250 license: upgrade old versions of cc-nc
...
The url was incorectly defined in previous versions
2013-05-15 11:22:13 +01:00
Wojciech Galiszek
8243f3ebb5
MDL-28250 license: Correct cc-nc url
2013-05-15 10:45:36 +01:00
Eloy Lafuente (stronk7)
8daf98a10f
NOBUG: Keep backup YYYYMMDD on sync with 2.5
2013-05-14 12:42:15 +02:00
Eloy Lafuente (stronk7)
b222cfb79b
Moodle release 2.5
2013-05-14 11:27:22 +02:00
Eloy Lafuente (stronk7)
ff291e488d
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2013-05-14 11:18:14 +02:00
Damyon Wiese
5a378479a0
Merge branch 'MDL-39664' of git://github.com/nebgor/moodle
2013-05-14 15:25:46 +08:00
Damyon Wiese
a9dcf2db60
Merge branch 'MDL-39641-master-int' of git://github.com/FMCorz/moodle
2013-05-14 15:08:25 +08:00
Aparup Banerjee
4cf0c17d18
MDL-39664 fixed up is_array test (reverting the whole line basically prior to MDL-39664 changes)
2013-05-14 15:02:24 +08:00
Damyon Wiese
d458718f59
Merge branch 'MDL-39191_master' of git://github.com/kordan/moodle
2013-05-14 14:16:05 +08:00
Damyon Wiese
c938b909ba
Merge branch 'MDL-39664' of git://github.com/nebgor/moodle
2013-05-14 13:33:25 +08:00
Aparup Banerjee
c713414319
MDL-39664 added http redirect limitation to 5. rephrased certificate use in message log.
2013-05-14 13:23:14 +08:00
Aparup Banerjee
6053036976
MDL-39664 mdeploy follows redirects now.
2013-05-14 13:14:28 +08:00
Aparup Banerjee
cb97a97794
MDL-39664 allowed mdeploy to follow redirection (http 302) and added some extra logging info
2013-05-14 11:56:05 +08:00
Frederic Massart
a8655ae728
MDL-39601 user: Missing setType in user filters
2013-05-14 09:16:46 +08:00
AMOS bot
2c2532533b
Automatically generated installer lang files
2013-05-14 00:37:43 +00:00
AMOS bot
a1327196ee
Merge branch 'master' into install_master
2013-05-14 00:37:41 +00:00
Sam Hemelryk
f000edba16
Merge branch 'MDL-39573-master' of git://github.com/damyon/moodle
2013-05-14 09:15:54 +12:00
Dan Poltawski
2a7a5cfa4c
Merge branch 'MDL-39599-master-int' of git://github.com/FMCorz/moodle
2013-05-13 13:51:12 +01:00
Dan Poltawski
3f461e9322
Merge branch 'MDL-39579-master-int' of git://github.com/FMCorz/moodle
2013-05-13 13:09:14 +01:00
Eloy Lafuente (stronk7)
1e374df88d
on demand release 2.5rc1+
2013-05-13 12:40:21 +02:00
Eloy Lafuente (stronk7)
522b5faf60
Merge branch 'MDL-39642-en_fix' of git://github.com/mudrd8mz/moodle
...
Conflicts:
lang/en/badges.php
2013-05-13 12:07:55 +02:00
Frederic Massart
0f387618cd
MDL-39640 repository: Prevent notice when editing an instance
2013-05-13 17:27:42 +08:00
Frederic Massart
157fd8aaef
MDL-39641 repository: Correct check for uniqueness of the name
2013-05-13 17:12:37 +08:00
Damyon Wiese
e1559b58e8
Merge branch 'MDL-39604-master-int' of git://github.com/FMCorz/moodle
2013-05-13 16:43:49 +08:00
Helen Foster
9f3e096899
MDL-39642 Merge English strings from the en_fix language pack
2013-05-13 09:58:43 +02:00
Damyon Wiese
826cf99fb8
Merge branch 'MDL-39189_master' of git://github.com/totara/openbadges
2013-05-13 15:10:49 +08:00
Damyon Wiese
a02e36d682
Merge branch 'MDL-39209_master' of git://github.com/totara/openbadges
2013-05-13 14:59:37 +08:00
Damyon Wiese
6693089b90
MDL-39573 theme: bootstrap - always show pre and post regions when editing
2013-05-13 14:55:29 +08:00
Sam Hemelryk
84bf8a3971
MDL-39526 cache: purged when upgrade finished
2013-05-13 14:51:26 +08:00
Mary Evans
0d57b4cbf2
MDL-39595 theme_bootstrapbase: Renamed renderers/core.php to renderers/core_renderer.php
2013-05-13 14:51:26 +08:00
Damyon Wiese
2c59e0ffaa
Merge branch 'MDL-39581_master' of https://github.com/markn86/moodle
2013-05-13 14:05:30 +08:00
Damyon Wiese
509c81cf07
Merge branch 'MDL-39606-master-int' of git://github.com/FMCorz/moodle
2013-05-13 13:43:07 +08:00
Damyon Wiese
03d839c270
Merge branch 'MDL-39609-master-int' of git://github.com/FMCorz/moodle
2013-05-13 13:28:27 +08:00
Damyon Wiese
d9ffe3f945
Merge branch 'MDL-39611-master-int' of git://github.com/FMCorz/moodle
2013-05-13 13:22:32 +08:00
Damyon Wiese
8b4c865543
Merge branch 'wip-MDL-39526-m25-p2' of git://github.com/samhemelryk/moodle
2013-05-13 11:59:29 +08:00
Sam Hemelryk
55848bc3f6
Merge branch 'MDL-39595_master' of git://github.com/lazydaisy/moodle
2013-05-13 15:40:17 +12:00
Frederic Massart
7d1904de1d
MDL-39606 question: Fix missing setType warnings
2013-05-13 09:08:05 +08:00
Sam Hemelryk
24dedb9680
MDL-39526 cache: purged when upgrade finished
2013-05-13 10:20:40 +12:00
AMOS bot
4b5cc94427
Automatically generated installer lang files
2013-05-12 00:36:56 +00:00
AMOS bot
beccabce25
Automatically generated installer lang files
2013-05-11 00:38:22 +00:00
Eloy Lafuente (stronk7)
2d5303cbe7
Moodle release 2.5rc1
2013-05-10 17:29:20 +02:00
Eloy Lafuente (stronk7)
e477f1e45f
fix permissions
2013-05-10 17:23:55 +02:00
Eloy Lafuente (stronk7)
3e81c83e68
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2013-05-10 17:17:43 +02:00
Eloy Lafuente (stronk7)
6382f49fb1
Merge branch 'MDL-39518-master' of git://github.com/damyon/moodle
2013-05-10 13:17:16 +02:00
Eloy Lafuente (stronk7)
9d5ec39453
Merge branch 'wip-MDL-39575-m25' of git://github.com/samhemelryk/moodle
2013-05-10 12:06:38 +02:00
Frederic Massart
914077b4a8
MDL-39611 url: Fix setType warnings in module settings
2013-05-10 15:49:39 +08:00
Frederic Massart
ff273b68ff
MDL-39609 grade: Notice during import and calculation
2013-05-10 15:28:58 +08:00
Damyon Wiese
727b8d54e4
MDL-39518: Change hardcoded string MOOCH to Moodle.net
2013-05-10 14:38:46 +08:00
Frederic Massart
3514319719
MDL-39604 course: Reformat section edit form
2013-05-10 13:52:50 +08:00
Sam Hemelryk
1168a5f2e3
MDL-39575 install: better handling of database creation error.
...
Implemented better handling of DML exceptions.
Added translation for cannotcreatedb exception.
2013-05-10 17:28:39 +12:00
Sam Hemelryk
8b5647b8d7
Merge branch 'MDL-39602-master' of git://github.com/damyon/moodle
2013-05-10 16:41:15 +12:00
Sam Hemelryk
635d8bc84b
Merge branch 'MDL-39488' of git://github.com/rwijaya/moodle
2013-05-10 16:23:26 +12:00
Frederic Massart
381ab8e1a3
MDL-39599 course: Fix setType warning in conditional access
2013-05-10 12:17:01 +08:00
Frederic Massart
188c04b0a8
MDL-39579 form: Type can be set on repeated elements in a group
2013-05-10 12:05:43 +08:00
Damyon Wiese
969eaa3eca
MDL-39602 cache: Move the includes for default stores
...
Putting them inside the function get_default_stores ensures
that they will be included from anywhere that calls get_default_stores.
2013-05-10 11:53:45 +08:00
Mark Nelson
edc4670b4c
MDL-39581 forms: prevent calendar popup from changing multiple date elements
2013-05-10 11:22:07 +08:00
Rossiani Wijaya
89aa433fbd
MDL-39488: Lesson Module: Fixed the potential variable overwritting for answers
2013-05-10 11:14:52 +08:00
Damyon Wiese
1248133f7c
Merge branch 'MDL-39535_master' of https://github.com/markn86/moodle
2013-05-10 10:30:51 +08:00
Damyon Wiese
dec909fcdd
Merge branch 'MDL-38757-master-int' of git://github.com/FMCorz/moodle
2013-05-10 09:35:44 +08:00
Eloy Lafuente (stronk7)
da2cff35c5
Merge branch 'MDL-38885-master-int' of git://github.com/FMCorz/moodle
2013-05-10 03:16:09 +02:00
Eloy Lafuente (stronk7)
05bf4b17e8
Merge branch 'MDL-29758' of git://github.com/jmvedrine/moodle
2013-05-10 02:53:49 +02:00
Eloy Lafuente (stronk7)
7942df199b
Merge branch 'MDL-38559-completion-ui' of git://github.com/mudrd8mz/moodle
2013-05-10 02:37:54 +02:00
Eloy Lafuente (stronk7)
ab0cb7cde6
Merge branch 'MDL-39003-master' of git://github.com/damyon/moodle
2013-05-10 02:36:30 +02:00
Frederic Massart
d5909fd144
MDL-38885 form: Fix comments and stricter unit test
2013-05-10 08:34:59 +08:00
Eloy Lafuente (stronk7)
1065589db1
Merge branch 'MDL-39586_master' of git://github.com/dmonllao/moodle
2013-05-10 02:31:50 +02:00
Frederic Massart
a85f745d50
MDL-38885 form: Unit tests for data cleaning
2013-05-10 08:17:40 +08:00
Frederic Massart
9654f68ae9
MDL-38885 form: More unit testing for missing type detection
2013-05-10 08:17:40 +08:00
Frederic Massart
8a9c3f4951
MDL-38885 form: Advanced type checking on special elements
2013-05-10 08:17:40 +08:00
Frederic Massart
3c0ba94e87
MDL-38885 form: Recursively clean parameters based on right type
2013-05-10 08:17:40 +08:00
Eloy Lafuente (stronk7)
dd334c7a8b
Merge branch 'MDL-39051_master' of git://github.com/dmonllao/moodle
2013-05-10 01:42:19 +02:00
Mary Evans
960cff839b
MDL-39595 theme_bootstrapbase: Renamed renderers/core.php to renderers/core_renderer.php
2013-05-10 00:00:37 +01:00
David Mudrák
870a4f8119
MDL-38559 Fix the ability to disable the grade condition in the course completion settings form
2013-05-09 23:24:49 +02:00
David Mudrák
6e5a473c47
MDL-38559 Reorganise course completion settings form
...
This is a result of a pretty intensive effort to make the form less
sucky, given the completion strings mess around. It partially solves
MDL-39419 too as it clarifies the course completion link in the course
administration block.
I must admit and record here that I'm pretty desperate by the current
state of the core_completion and how strings from it are inconsistently
used at various places with different meanings. For example the 'Completion
tracking' may mean the mode of how activities are tracked within the
course as well as the overall feature of course and activities tracking.
While a same phrase can be used in English for both this meanings, not
all languages have such luck and translating it is a pain in the ass.
Finally, let me give the credit for wording and UI design suggestions to
Helen Foster and all others who helped with this. This has been one of
the most ugliest forms in Moodle and we believe we made it better
(although we know it's far from perfect).
2013-05-09 23:14:57 +02:00
Yuliya Bozhko
85d7399e20
MDL-39209 badges: Fix course badges page access and navigation when course badges are disabled
2013-05-10 08:41:22 +12:00
Yuliya Bozhko
71fd443b34
MDL-39189 badges: Allow users with multiple roles choose their role when awarding a badge
2013-05-10 08:33:45 +12:00
Eloy Lafuente (stronk7)
b87572e860
Merge branch 'wip-MDL-39424-master' of git://github.com/ds125v/moodle
2013-05-09 22:18:58 +02:00
Eloy Lafuente (stronk7)
d560159df6
Merge branch 'MDL-39488' of git://github.com/rwijaya/moodle
2013-05-09 15:47:38 +02:00
Eloy Lafuente (stronk7)
6d0e18efe8
Merge branch 'MDL-39585-filters-upgrade' of git://github.com/mudrd8mz/moodle
2013-05-09 13:39:54 +02:00
Kordan
988cd80065
MDL-39191 theme_formal_white: aligned label and radio button such as label and checkboxes in mform
2013-05-09 12:41:04 +02:00
David Monllao
5d7b6307b1
MDL-39586 behat: Closed list of stackeholders
2013-05-09 18:38:13 +08:00
David Mudrák
21df0539bc
MDL-39585 Fix the upgrade step version number
2013-05-09 11:57:56 +02:00
David Monllao
1fb9715721
MDL-39051 behat: Fixing extra interactions
...
When the elements to interact with are not
available anymore.
2013-05-09 17:21:19 +08:00
David Monllao
217e8e59e5
MDL-39051 behat: Fix issue after closing popup windows
...
When a step closes a popup window the page DOM is not available
until we switch again to the main window; we should avoid exceptions
at framework level when hooking the after step process, this
includes the new exceptions catcher modification.
2013-05-09 17:21:06 +08:00
David Monllao
b576bdc75d
MDL-39051 behat: New tests
...
To cover all course controls functionalities with
and without Javascript and with and without paged
course mode.
2013-05-09 17:20:58 +08:00
Frederic Massart
9fba869836
MDL-38757 scorm: Remove advanced settings (except for Appearance)
2013-05-09 17:20:11 +08:00
Frederic Massart
20b51a1134
MDL-38757 scorm: Reformat SCORM package module settings
2013-05-09 17:20:07 +08:00
David Monllao
0e575f010e
MDL-39051 behat: New steps for activity related actions
2013-05-09 17:15:25 +08:00
David Mudrák
b3b13e9941
MDL-38559 Clean-up the course completion settings code
...
This patch does not alter the code, only some syntax fixes and
coding guidelines rules are applied. Strings are re-ordered
alphabetically with no change of their wording. PHP doc blocks
reconstructed using the Git log records.
2013-05-09 08:47:34 +02:00
David Monllao
563514b10c
MDL-39051 behat: New general steps definitions
...
- To accept JS alerts
- To drag & drop elements
2013-05-09 14:27:41 +08:00
David Monllao
a07ad80ae6
MDL-39051 behat: Using new steps definitions
2013-05-09 14:27:41 +08:00
Damyon Wiese
b55248d5ad
MDL-39462 course: Fix typo in $changesinccoursecat
2013-05-09 14:22:26 +08:00
Jean-Michel Vedrine
d56ab3b992
MDL-29758 make Cloze question feedback display more informative
...
as it was in Moodle 1.9
2013-05-09 07:55:43 +02:00
Damyon Wiese
1922147ebf
MDL-39290 Version bump for CSS changes
2013-05-09 13:49:22 +08:00
Damyon Wiese
9446028890
Merge branch 'MDL-39290' of git://github.com/colchambers/moodle
2013-05-09 13:48:41 +08:00
Damyon Wiese
a5a6e93f01
MDL-39526 cache: add extra cache purge after upgrade_core
...
This prevents the upgraderunning lock from not being cleared when there are
no plugins to upgrade (reproducable bug with memcache as the application cache store)
2013-05-09 13:43:07 +08:00
Damyon Wiese
887e724796
Merge branch 'wip-MDL-39526-m25' of git://github.com/samhemelryk/moodle
2013-05-09 12:33:32 +08:00
Sam Hemelryk
3993a37c20
MDL-39526 cache: cleaned up disable_stores calls
2013-05-09 15:32:36 +12:00
Damyon Wiese
c8f7f2b5f3
Merge branch 'wip-MDL-39436-master' of git://github.com/marinaglancy/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-05-09 11:29:33 +08:00
Damyon Wiese
a04e97ef0c
MDL-39412 Prevent developer warnings on upgrade from 24 to master
2013-05-09 11:26:25 +08:00
Tim Hunt
cbdb09a9ef
MDL-39412 disabling manual graded behaviour refinements
...
1. Change behaviour admin settings so you can only select enabled
behaviours.
2. During the upgrade, change admin settings that might be currently set
to manual graded, so that instead they are set to deferredfeedback (if
that is available. If not, we just take the first alphabetically.)
2013-05-09 11:24:43 +08:00
Marina Glancy
d58f998eb4
MDL-39436 fixing RTL in filemanager - contextmenu icon
2013-05-09 12:40:51 +10:00
Damyon Wiese
e9df9e8f7a
MDL-38289: Custom profile fields - added unit test
...
Added a unit test to cover the case when you are fetching a custom
profile field but you are not logged in.
2013-05-09 10:29:51 +08:00
Damyon Wiese
8cfc9d75ed
Merge branch 'MDL-38289-master-int' of git://github.com/FMCorz/moodle
2013-05-09 10:22:16 +08:00
Damyon Wiese
38398bebc3
MDL-39003 README for bootstrap less - more clarification and details
2013-05-09 09:15:07 +08:00
Jason Fowler
e473358ef1
MDL-39003 - Bootstrap Theme - Changing less README to point to the dev docs for LESS
2013-05-09 09:13:06 +08:00
Sam Hemelryk
fa167c4ac3
MDL-39526 cache: purge all stores after each plugin upgrade
2013-05-09 12:48:48 +12:00
AMOS bot
ea475a11b2
Automatically generated installer lang files
2013-05-09 00:37:28 +00:00
Jerome Mouneyrac
669dee5804
MDL-37822 Moodle send site information to a hub even though it's unchecked
2013-05-09 01:51:56 +02:00
Sam Hemelryk
b0dd08dd63
MDL-39430 cache: gets purged by force during upgrade and install
2013-05-09 10:42:21 +12:00
Sam Hemelryk
c6ec9309fa
MDL-39526 cache: now re-parses definitions during upgrade.
...
The solution to this issue was to make the disabled cache factory
return a proper cache writer object when requested rather than a
disabled cache object.
This only changes things when CACHE_DISABLE_ALL has been defined.
2013-05-09 10:42:21 +12:00
Eloy Lafuente (stronk7)
919a8db0a2
Merge branch 'MDL-39463_master' of https://github.com/markn86/moodle
2013-05-09 00:35:28 +02:00
Eloy Lafuente (stronk7)
474e0d3cd2
Merge branch 'MDL-39397_master' of git://github.com/totara/openbadges
2013-05-09 00:20:06 +02:00
Dan Poltawski
036aab5daa
MDL-38979 bootstrap: fix previous TODO bugnumber..
...
grrr! Sorry for that.
2013-05-08 13:34:49 +01:00
Dan Poltawski
69b9a894a1
MDL-38979 bootstrap: add note about duplicated logic
2013-05-08 13:32:48 +01:00
Dan Poltawski
0249631131
Merge branch 'MDL-38979-master' of git://github.com/ds125v/moodle
2013-05-08 13:27:42 +01:00
Dan Poltawski
ae3507af09
Merge branch 'MDL-39552' of git://github.com/stronk7/moodle
2013-05-08 13:03:58 +01:00
Dan Poltawski
2022330dd7
Merge branch 'MDL-39545_master' of https://github.com/markn86/moodle
2013-05-08 12:37:18 +01:00
Dan Poltawski
ca463dcf1c
Merge branch 'wip-MDL-39520-master' of git://github.com/marinaglancy/moodle
2013-05-08 12:33:19 +01:00
David Scotson
906b5731aa
MDL-39424 bootstrapbase: add basic text styles to editor.css
2013-05-08 11:54:39 +01:00
Eloy Lafuente (stronk7)
7e2dd8dd47
MDL-38532 version mini-bump
2013-05-08 10:50:01 +02:00
Mark Nelson
e019dcccdf
MDL-39463 forms: use the date selectors 'optional' parameter rather than creating additional logic
2013-05-08 16:36:54 +08:00
Eloy Lafuente (stronk7)
fc99ef7ebb
Merge branch 'MDL-38532_master' of git://github.com/dmonllao/moodle
2013-05-08 10:30:25 +02:00
Dan Poltawski
1d8288f242
Merge branch 'wip-MDL-39462-master' of git://github.com/marinaglancy/moodle
2013-05-08 09:21:42 +01:00
Dan Poltawski
5179b61259
Merge branch 'MDL-39542-master-int' of git://github.com/FMCorz/moodle
2013-05-08 09:10:55 +01:00
David Monllao
8c700da3d8
MDL-38532 behat: Hardcode latest 2.5 moodlehq/behat-extension version
2013-05-08 16:07:02 +08:00
Damyon Wiese
35aba51758
Merge branch 'MDL-31193-master' of git://github.com/mouneyrac/moodle
2013-05-08 15:21:47 +08:00
Marina Glancy
8c288b261a
MDL-38594 change course listing heading font size back to default
2013-05-08 15:14:56 +08:00
Marina Glancy
bb7368a29b
MDL-39388 corrected tabs renderer to deal with old code
2013-05-08 14:58:17 +08:00
Damyon Wiese
9a2cc7b6c8
Merge branch 'MDL-39388-master' of git://github.com/ds125v/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-05-08 14:57:49 +08:00
Rossiani Wijaya
3b3e7fd11c
MDL-39488 Lesson Module: Improve code performance
2013-05-08 13:53:38 +08:00
Rossiani Wijaya
51fce0f6e0
MDL-39488 Lesson Module: Fixed PHP error matching question,
...
if one or more options have not been selected.
2013-05-08 13:53:38 +08:00
Joseph Rézeau
b0e9cdd45b
MDL-39488 Lesson Module: Fix for "Match question throws PHP error if one or more options have not been selected "
...
Signed-off-by: Joseph Rézeau <moodle@rezeau.org >
2013-05-08 13:53:31 +08:00
Damyon Wiese
66d6221f9a
MDL-29472: Cohorts webservice - fix numerous access problems and add to the unit tests.
...
Also allow 'system' as a category type to allow you to create/update system wide cohorts.
2013-05-08 12:56:14 +08:00
Damyon Wiese
59add07d01
Merge branch 'MDL-29472_m' of git://github.com/andreabix/moodle
2013-05-08 12:51:00 +08:00
Damyon Wiese
8ed91fdabb
Merge branch 'MDL-37552-master' of git://github.com/mouneyrac/moodle
2013-05-08 12:47:44 +08:00
Yuliya Bozhko
7deff81f80
MDL-39397 badges: Handle course badges when course is deleted
2013-05-08 16:12:44 +12:00
Frederic Massart
31f4725932
MDL-39542 course: Return to right section when JS is off
2013-05-08 11:32:25 +08:00
Marina Glancy
b80a50f7c9
MDL-39462 added missing clearing of coursecat cache
2013-05-08 11:02:45 +10:00
Eloy Lafuente (stronk7)
2fd46e12b8
Merge branch 'wip-MDL-39554-m25' of git://github.com/samhemelryk/moodle
2013-05-08 02:14:20 +02:00
Sam Hemelryk
5451933012
MDL-39554 cache: sharing link only shown in multiple options are available
2013-05-08 11:02:14 +12:00
Sam Hemelryk
bd12f745b7
MDL-39554 cache: forced sharing options for static + request
2013-05-08 10:56:55 +12:00
Andrew Davis
5df9bc3998
MDL-37475 core_grade:fixed the handling of show totals
2013-05-08 10:38:20 +12:00
Eloy Lafuente (stronk7)
4ce97aed0d
Merge branch 'wip-mdl-39332' of git://github.com/rajeshtaneja/moodle
2013-05-08 00:28:15 +02:00
Sam Hemelryk
b3a9bf23f5
Merge branch 'MDL-39481_master' of git://github.com/dmonllao/moodle
2013-05-08 09:54:13 +12:00
Eloy Lafuente (stronk7)
d40a24384e
Merge branch 'MDL-39452-master' of git://github.com/sammarshallou/moodle
2013-05-07 22:06:04 +02:00
Eloy Lafuente (stronk7)
fbd84c8eb5
Merge branch 'MDL-32301_lti_instructor_params' of https://github.com/moodlerooms/moodle
2013-05-07 21:57:40 +02:00
Eloy Lafuente (stronk7)
ddb8041433
MDL-39538 take rid of unused global
2013-05-07 21:43:06 +02:00
Eloy Lafuente (stronk7)
5304ded836
Merge branch 'wip-MDL-39538-master' of git://github.com/marinaglancy/moodle
2013-05-07 21:38:24 +02:00
Eloy Lafuente (stronk7)
52933ab087
Merge branch 'wip-MDL-39525-m25' of git://github.com/samhemelryk/moodle
2013-05-07 21:28:09 +02:00
Mark Nielsen
e91be4ffa8
MDL-32301: Allow instructor custom parameters for LTI tools
2013-05-07 10:24:32 -07:00
Eloy Lafuente (stronk7)
3705a6dcbe
Merge branch 'MDL-34275-master' of git://github.com/danpoltawski/moodle
2013-05-07 19:15:21 +02:00
Eloy Lafuente (stronk7)
de10fcac5f
MDL-39552 Make behat code re-entrant safe
...
With yui combo in action, some times setup.php is
included more than once. So it's mandatory to
guarantee that code until ABORT_AFTER_CONFIG_CANCEL
can be executed safely multiple times in the same
request.
This change just prevents the behat section to be executed
more than once. All the values that are set within it
should be already defined for the re-entrant call.
2013-05-07 19:00:41 +02:00
Eloy Lafuente (stronk7)
5b003e9cdd
Merge branch 'MDL-39478_master' of git://github.com/dmonllao/moodle
2013-05-07 17:52:00 +02:00
Dan Poltawski
49bd43c140
Merge branch 'MDL-39497-workshop-allocator-stable' of git://github.com/mudrd8mz/moodle
2013-05-07 16:42:19 +01:00
Dan Poltawski
07d0648baf
MDL-39515, MDL-39514 - ie9 fix for svg icons
2013-05-07 16:33:47 +01:00
Dan Poltawski
d047828835
Merge branch 'MDL-39515-master' of git://github.com/barbararamiro/moodle
2013-05-07 16:33:06 +01:00
Dan Poltawski
339386d96c
Merge branch 'MDL-39514-master' of git://github.com/barbararamiro/moodle
2013-05-07 16:32:29 +01:00
Damyon Wiese
5946813506
Merge branch 'master_MDL-38102' of github.com:totara/moodle
2013-05-07 23:06:09 +08:00
Dan Poltawski
b6009c5ca5
Merge branch 'MDL-36223-master' of git://github.com/damyon/moodle
2013-05-07 15:28:05 +01:00
Dan Poltawski
38a6ec6a3a
Merge branch 'wip-MDL-39436-master' of git://github.com/marinaglancy/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-05-07 15:12:58 +01:00
Rajesh Taneja
89f5e43064
MDL-37245 Blog: Fixed comments.
2013-05-07 15:02:23 +01:00
Rajesh Taneja
9a909b1a35
MDL-37245 Blog: Added permission check for blog comments
2013-05-07 15:02:22 +01:00
Eloy Lafuente (stronk7)
fc076898c7
Merge branch 'MDL-39437' of git://github.com/rwijaya/moodle
2013-05-07 15:50:29 +02:00
Dan Poltawski
5bb85e4bf6
Merge branch 'MDL-39508_master' of git://github.com/lazydaisy/moodle
2013-05-07 14:42:44 +01:00
Dan Poltawski
577f21ec24
Merge branch 'MDL-39496-m' of git://github.com/andrewnicols/moodle
2013-05-07 12:15:38 +01:00
Dan Poltawski
1795fc7ead
Merge branch 'MDL-38500-master' of git://github.com/FMCorz/moodle
2013-05-07 11:54:15 +01:00
Dan Poltawski
ac15fc95fa
Merge branch 'MDL-39448-master' of git://github.com/sammarshallou/moodle
...
Conflicts:
cache/stores/memcache/version.php
2013-05-07 11:43:23 +01:00
Dan Poltawski
bdc8928339
Merge branch 'master_MDL-35852' of git://github.com/danmarsden/moodle
2013-05-07 11:41:30 +01:00
Barbara Ramiro
dfdfe9cac0
MDL-39515 usability: New paypal icon in svg and png formats
2013-05-07 18:13:30 +08:00
Mark Nelson
34e338a458
MDL-39545 mod_assign: prevent notice from displaying when course module id does not exist
2013-05-07 17:31:14 +08:00
Rex Lorenzo
b4d33e02c0
MDL-34275 - Use default copyright license when restoring files
2013-05-07 09:09:38 +01:00
Damyon Wiese
670fd5aad4
Merge branch 'MDL-39187_master' of https://github.com/markn86/moodle
2013-05-07 16:09:10 +08:00
Damyon Wiese
d285e5e628
Merge branch 'MDL-31713_override' of git://github.com/andyjdavis/moodle
2013-05-07 15:28:17 +08:00
Mark Nelson
63d2081ee7
MDL-39535 grade: only display grade errors once
2013-05-07 15:15:37 +08:00
Jerome Mouneyrac
ea29059efa
MDL-37552 external_format_text: missing require_once filelib.php (shared credits to Adam Fredericks for report and patch proposal)
2013-05-07 14:55:55 +08:00
Marina Glancy
4c3f33dc0c
MDL-39538 use of deprecated function make_categories_list()
2013-05-07 16:15:25 +10:00
Damyon Wiese
ef4d3233b6
MDL-38596 coursecatlib performance
...
Version bump for cache definitions and added user delete check to sql
2013-05-07 14:10:23 +08:00
Damyon Wiese
fc075899e0
Merge branch 'wip-MDL-38596-master' of git://github.com/marinaglancy/moodle
2013-05-07 14:09:56 +08:00
Sam Hemelryk
e4e8d577cd
Merge branch 'wip-MDL-39499-master' of git://github.com/ds125v/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-05-07 17:11:28 +12:00
Damyon Wiese
98b2443961
Merge branch 'wip-MDL-39482-master' of git://github.com/marinaglancy/moodle
2013-05-07 12:43:50 +08:00
Andrew Davis
ea11496d0b
MDL-31713 core_grade: added updating of grade min and max to update_final_grade()
2013-05-07 12:21:07 +08:00
Sam Hemelryk
d5cdfbc288
Merge branch 'MDL-39364_clean' of git://github.com/lazydaisy/moodle
2013-05-07 16:13:06 +12:00
Damyon Wiese
a135128390
Merge branch 'wip-MDL-39130-master' of git://github.com/ds125v/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-05-07 11:25:35 +08:00
Andrew Davis
59772c066a
MDL-31713 core_grade:added a unit test to replicate a raw grade max bug
2013-05-07 11:14:08 +08:00
David Monllao
cfcbc34a61
MDL-39478 behat: New constant to detect when the test site is running
...
Also removing an unused var and method.
2013-05-07 11:12:01 +08:00
Sam Hemelryk
045fe95c63
MDL-39525 cache: fixed purging definitions requiring identifiers
2013-05-07 15:11:33 +12:00
David Monllao
fd70acae15
MDL-39437 mod_lesson: Expanding form fieldsets before clicking elements
2013-05-07 11:11:17 +08:00
Rossiani Wijaya
7f8ce0257b
MDL-39437 lesson mod: rename add a question page section name to avoid conflict in behat
2013-05-07 11:05:58 +08:00
Damyon Wiese
e0fc61f993
Merge branch 'MDL-39162' of git://github.com/totara/openbadges
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-05-07 10:41:44 +08:00
Frederic Massart
b31bd82d60
MDL-38289 condition: Do not fetch profile fields when not logged in
2013-05-07 10:18:53 +08:00
Eloy Lafuente (stronk7)
4d71661e2b
Merge branch 'wip-MDL-37500-m25' of git://github.com/samhemelryk/moodle
2013-05-07 03:00:02 +02:00
Mary Evans
b4d70ce2e1
MDL-39508 theme_canvas: Fixed dropdown navigation menu in SCORM player view.
2013-05-07 01:58:11 +01:00
Sam Hemelryk
5f5776c1e6
MDL-37500 cache: integration review touchups.
...
Issues:
1. Fix setType calls
2. Changing from default to all and editing again, default is still selected.
3. Uncheck all options causes error.
4. Doesn't seem to be restricting based upon option.
5. Picked all and got coding error with the database thing.
6. Bad title: https://github.com/samhemelryk/moodle/commit/wip-MDL-37500-m25#L1R157
7. Amend comments - should only be removed once 2.5 is the minimum version for an upgrade.
8. Document the defaultsharing option.
Outcomes:
1. Fixed - copy paste error.
2. Fixed - mforms was applying the default value despite a value being provided. A quirk of elements with array names.
3. Fixed - validation now requires at least one option to be selected.
4. Fixed - issue rose from definitions not being re-parsed. cache/admin.php now reparses the first time a user visits the page.
5. Fixed - better purging of definitions when working with them anonymously. Unit test added.
6. Fixed - new string added and used.
7. Fixed - comments amended.
New issue to address parsing of definitions during upgrade.
New issue to add debugging notice if definition sets only one possible sharing option and that option is user input.
2013-05-07 12:49:12 +12:00
Sam Hemelryk
46e17f04c7
MDL-37500 cache: implemented sharing options and gui
2013-05-07 11:57:37 +12:00
Hugh Davenport
9a2b5e0b4f
MDL-35852 Add config option to prevent changes to configexecutable settings
2013-05-07 11:17:05 +12:00
Damyon Wiese
69a0e65c56
MDL-38315 Fix unit tests for module completion
2013-05-06 23:27:40 +08:00
Dan Poltawski
8a414a7950
Merge branch 'MDL-39435-master-int' of git://github.com/FMCorz/moodle
2013-05-06 16:12:28 +01:00
Dan Poltawski
e8dfed6b81
MDL-38238 icons: convert to make ie9 compatible
2013-05-06 16:07:51 +01:00
Dan Poltawski
90f44f5cd3
Merge branch 'MDL-38238-master' of git://github.com/barbararamiro/moodle
2013-05-06 16:04:45 +01:00
Eloy Lafuente (stronk7)
fc17f75684
Merge branch 'MDL-38041_master-fix' of git://github.com/dmonllao/moodle
2013-05-06 16:50:30 +02:00
Maria Torres
f2dc4d24f9
MDL-39169: Now the question's tags are added in backup/restore options
2013-05-06 15:41:56 +01:00
Damyon Wiese
14cd6479de
Merge branch 'MDL-38315-master' of git://github.com/sammarshallou/moodle
2013-05-06 22:27:41 +08:00
Damyon Wiese
da97cfe35e
Merge branch 'MDL-38480_m' of git://github.com/andreabix/moodle
2013-05-06 21:57:19 +08:00
Dan Poltawski
c892205617
Merge branch 'MDL-39446' of git://github.com/timhunt/moodle
2013-05-06 14:47:58 +01:00
Dan Poltawski
2da94da7b5
Merge branch 'MDL-39473-master' of git://github.com/sammarshallou/moodle
2013-05-06 14:32:33 +01:00
Dan Poltawski
cbd77ed9bb
Merge branch 'wip-MDL-39065-master' of git://github.com/marinaglancy/moodle
2013-05-06 13:25:51 +01:00
Dan Poltawski
b92830664d
Merge branch 'MDL-39491-workshop-media' of git://github.com/mudrd8mz/moodle
2013-05-06 13:11:46 +01:00
Dan Poltawski
845fccfcb6
Merge branch 'MDL-39470_master' of https://github.com/markn86/moodle
2013-05-06 12:39:53 +01:00
Marina Glancy
8a3d804a32
MDL-39520 always include lib file when accessing coursecat class
2013-05-06 21:06:55 +10:00
Damyon Wiese
76640b273d
MDL-38443 Assignment: Missing permissions check on downloadall submissions
2013-05-06 10:19:23 +01:00
Dan Poltawski
4736236959
Merge branch 'MDL-39442-copy-addon' of git://github.com/mudrd8mz/moodle
...
Conflicts:
admin/tool/installaddon/version.php
2013-05-06 10:00:23 +01:00
Barbara Ramiro
311e117d75
MDL-39514 usability: New award icon - clearer
2013-05-06 15:52:57 +08:00
Damyon Wiese
373a40c5db
Merge branch 'MDL-39484-master-int' of git://github.com/FMCorz/moodle
2013-05-06 15:38:24 +08:00
Damyon Wiese
881a90c0bb
MDL-39143: Version bump and svgfix for ie9
2013-05-06 15:32:48 +08:00
Damyon Wiese
3b8841dda2
Merge branch 'MDL-39143-master' of git://github.com/barbararamiro/moodle
2013-05-06 15:31:05 +08:00
Damyon Wiese
4017ea2fce
Merge branch 'MDL-39445' of git://github.com/timhunt/moodle
2013-05-06 15:15:02 +08:00
Marina Glancy
36ba8fded0
MDL-38596 Added caching to the list of course contacts
2013-05-06 16:57:56 +10:00
Barbara Ramiro
a129cc06e8
MDL-39143 usability: New badge icon - monochrome, bigger, clearer
2013-05-06 14:37:04 +08:00
David Monllao
1d9ec4cbc2
MDL-38041 behat: Respect error_reporting() values overwritten by moodle code
2013-05-06 14:12:41 +08:00
Mark Nelson
33bea465bd
MDL-39470 cache: added missing component to get_string call
2013-05-06 13:51:00 +08:00
Damyon Wiese
9fbf1dfb6e
Merge branch 'MDL-39412' of git://github.com/timhunt/moodle
2013-05-06 12:27:19 +08:00
Yuliya Bozhko
f8ba185ac5
MDL-39162: Add badges CSS to bootstrap theme
2013-05-06 16:20:02 +12:00
Damyon Wiese
b67eb16a16
MDL-39399: Version bump for css
2013-05-06 12:17:44 +08:00
Marina Glancy
31b0530aa6
MDL-38596 Optimise SQL in preloading course contacts for number of courses
2013-05-06 14:15:22 +10:00
Damyon Wiese
4c2a46e507
Merge branch 'MDL-39399-master' of git://github.com/FMCorz/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-05-06 12:13:27 +08:00
Marina Glancy
5db8f5a8f4
MDL-39482 avoid using get_category_or_system_context() because file might not be included
2013-05-06 14:06:54 +10:00
Damyon Wiese
80b9793b87
Merge branch 'MDL-39480_badge' of git://github.com/andyjdavis/moodle
2013-05-06 12:00:34 +08:00
Damyon Wiese
516b8c9029
Merge branch 'wip-MDL-38594-master' of git://github.com/marinaglancy/moodle
2013-05-06 11:43:37 +08:00
Frederic Massart
cf4cef7d76
MDL-39484 core: Undefined ostype during installation process
2013-05-06 10:06:09 +08:00
AMOS bot
c198a6dda9
Automatically generated installer lang files
2013-05-06 00:40:34 +00:00
Eloy Lafuente (stronk7)
081bfdc5ff
Merge branch 'MDL-39348_master' of git://github.com/dmonllao/moodle
2013-05-06 01:49:51 +02:00
Eloy Lafuente (stronk7)
07c9a6db96
Merge branch 'MDL-38041_master' of git://github.com/dmonllao/moodle
2013-05-06 01:23:49 +02:00
Dan Poltawski
8f9ae1d5e8
Merge branch 'brokencalc' of git://github.com/andyjdavis/moodle
2013-05-05 11:29:11 +01:00
Andrew Davis
36388ba832
MDL-39480 core_badge: prevented a php notice
2013-05-04 11:58:01 +08:00
Mary Evans
3a61956f66
MDL-39364 theme_clean: remove all references to the Simple theme from Clean theme.
2013-05-04 02:34:44 +01:00
AMOS bot
9ed7ed3d80
Automatically generated installer lang files
2013-05-04 00:40:08 +00:00
David Scotson
c57a883080
MDL-39499 bootstrapbase: Make two .singlebuttons line up
2013-05-03 16:28:07 +01:00
Dan Poltawski
1fc7079857
Merge branch 'MDL-39476-master' of git://github.com/damyon/moodle
2013-05-03 16:05:41 +01:00
David Scotson
ed88a6f32a
MDL-30130 bootstrapbase: Bring back Quiz answer feedback
2013-05-03 15:47:15 +01:00
David Mudrák
6133e6ee76
MDL-39497 Consider workshop scheduled allocator stable
2013-05-03 15:47:03 +02:00
Andrew Nicols
42b53d4650
MDL-39496 Admin: Reduce excessive is_array tests in admin_category
...
admin_category::category_cache is a protected value which is only ever
treated as an array. We shouldn't need to test that it's an array each time
we use it.
2013-05-03 14:31:28 +01:00
Andrea Bicciolo
088645e22c
MDL-29472_m WebServices Cohorts
2013-05-03 12:24:40 +02:00
David Mudrák
55c6c6f153
MDL-39491 Fix order of Workshop submission text processing
...
The order of format_text() and file_rewrite_pluginfile_urls() is
important to make filters work correctly.
2013-05-03 11:56:44 +02:00
Barbara Ramiro
9c554f7797
MDL-38238 usability: Revised t/lock and t/unlocked icons
2013-05-03 17:11:36 +08:00
Damyon Wiese
e1cd72ec72
Merge branch 'MDL-38714_tmp' of git://github.com/rwijaya/moodle
2013-05-03 15:37:57 +08:00
Jerome Mouneyrac
2af34ab005
MDL-31193 display the correct and translated token valid until date
2013-05-03 14:09:34 +08:00
Damyon Wiese
4a4f590eab
MDL-39476 Assign: Cleanup old bad data before adding new index
2013-05-03 14:03:29 +08:00
Mark Nelson
34f9862edf
MDL-39187 forms: fixed issue where calendar pop-up did not display when a date selector form element was added to a group
2013-05-03 13:01:58 +08:00
Marina Glancy
cf230d98a8
MDL-39482 avoid using get_category_or_system_context() because file might not be included
2013-05-03 14:45:23 +10:00
David Monllao
b32ca4caf9
MDL-39481 behat: Provide info about init.php
2013-05-03 12:04:42 +08:00
Rajesh Taneja
5e0ab6704a
MDL-39332 Formslib: remove z-index from calendar panel
...
calendar panel.render() sets zIndex to 0, when calendar is used next to filepicker, it overlaps
zIndex should be set by css and not JS, and previously used removeAttr on panel breaks JS on ie8.
So solution is to render panel and then remove z-index from dom
2013-05-03 10:59:46 +08:00
David Monllao
28abad1ab2
MDL-39348 behat: Compatibility with Safari and IE
...
Also changing from SeleniumDriver checking
to GoutteDriver as is less probably to change
goutte than to change selenium.
2013-05-03 10:43:06 +08:00
David Monllao
c59e52f561
MDL-39348 behat: Switching to wait which does not conflict with IE
...
Also solving bug with DOM ready, timeout
was set to self::TIMEOUT miliseconds not
seconds.
2013-05-03 10:16:44 +08:00
David Monllao
00ea74cb54
MDL-39348 behat: Chaining strings instead of splitting strings in lines
2013-05-03 10:16:44 +08:00
David Monllao
4d40089d88
MDL-39348 behat: Changing to correct activity names
2013-05-03 10:16:44 +08:00
David Monllao
e73062c135
MDL-39348 behat: Removing redundant step
...
This is causing some browsers to fail tests
as they uses the DOM of the current page to
search "You are logged in as".
2013-05-03 10:16:44 +08:00
David Monllao
bbd802f7b7
MDL-38041 behat: Also fail tests if there is any other backtrace
2013-05-03 10:05:08 +08:00
David Monllao
90ed22ab70
MDL-38041 behat: Capturing also PHP debug messages
2013-05-03 10:05:08 +08:00
David Monllao
5f4b4e918d
MDL-38041 behat: Adding hook
...
Stops execution when the output contains
an exception, a debugging message or a PHP
debug message.
2013-05-03 10:05:08 +08:00
David Monllao
b060de934b
MDL-38041 behat: Adding styles to debugging messages
...
Only when a simulated user session
is running.
2013-05-03 10:05:08 +08:00
Marina Glancy
dde6bdf973
MDL-39436 fixing RTL in filemanager
2013-05-03 11:30:33 +10:00
Marina Glancy
89a24463ad
MDL-39065 fixed bug with quick jump to category
2013-05-03 11:28:41 +10:00
Marina Glancy
69bbd2a7cd
MDL-38594 Core themes changed for the new course listings styles
2013-05-03 11:16:16 +10:00
Marina Glancy
d891aaba73
MDL-39318 CSS bug on mouse hover of paging bar in some themes
2013-05-03 11:14:49 +10:00
Tim Hunt
103928da0b
MDL-39412 question behaviours: hide manual graded option
...
The ability to set all your quiz questions to require manual grading is
an interesting possibility, but practically almost useless.
If you set that accidentally, then you are badly stuck. There is no way
to fix it after the students have answered the quiz.
Therefore, we should set the config option to hide that option from the
UI. We do this for all Moodle sites as part of the upgrade, not just for
new installs.
If any admin wants to re-enable this, they can later.
2013-05-02 17:02:46 +01:00
Tim Hunt
6382060daf
MDL-39450 course formats: add static cache to get_format_or_default
...
This function gets called hundreds of times on every page, often with
exactly the same input, so I added a static cache.
2013-05-02 16:38:52 +01:00
Tim Hunt
f16d5f979b
MDL-39446 calculated qtype: make answer formula input bigger
...
This makes it easier for teachers editing questions.
2013-05-02 16:37:52 +01:00
Tim Hunt
5f85073525
MDL-39445 get_plugin_list clean_param use is slow
...
get_plugin_list was calling clean_param($pluginname, PARAM_PLUGIN) a
lot (600+ times per page), and that is much slower than you would guess.
A specific function for this case, (which we then also use from
clean_param) is a performance win.
2013-05-02 16:20:24 +01:00
sam marshall
cb86f1ebb3
MDL-39472 MUC: Improve parse_key performance
2013-05-02 16:04:29 +01:00
Colin Chambers
9ff122679a
MDL-39290 Collapsible editor tab needs some mouse-over CSS
2013-05-02 16:03:24 +01:00
David Scotson
9c2ec10b27
MDL-39388 bootstrapbase: Add bootstrap tab renderer
...
This adds a renderer that outputs standard bootstrap HTML for tabs,
deletes styles that were previously required to make Moodle tab HTML
superficially resemble Bootstrap, and tweak the responsive code that
makes tabs stack on phones to account for the change too.
2013-05-02 15:59:53 +01:00
David Scotson
ea951c5924
MDL-38979 Add lang menu to empty custommenu
...
Show custom menu even when no custom menu items if lang menu needs
to be shown.
2013-05-02 15:01:08 +01:00
Dan Poltawski
95190fda69
on demand release 2.5beta+
2013-05-02 14:34:48 +01:00
Dan Poltawski
b741e1c186
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2013-05-02 14:32:03 +01:00
David Mudrák
ed70c74be5
MDL-39442 Do not use native rename() when moving folders
...
The native rename() function does not support moving folders
cross-device. See https://bugs.php.net/bug.php?id=54097 for details. So
instead of trying to move the whole tree, the new installer's method
moves files recursively one by one.
This is consistent with what mdeploy.php already does.
2013-05-02 13:58:43 +02:00
Damyon Wiese
e7c5ee5102
Merge branch 'MDL-30775-master' of git://github.com/mouneyrac/moodle
...
Conflicts:
course/externallib.php
2013-05-02 16:20:30 +08:00
Damyon Wiese
f6aa750eee
MDL-36223 Assign: User outline report grade display
...
Use str_long_grade for user outline report because it handles scales and
no grade.
Thanks to Jean-Daniel Descoteaux for suggesting this fix.
2013-05-02 15:42:58 +08:00
Rossiani Wijaya
343a48256a
MDL-38717: Lesson mod: fixed behat script to accomodate the fix of settype()
2013-05-02 15:26:35 +08:00
Damyon Wiese
b99122155c
Merge branch 'MDL-39401' of git://github.com/rwijaya/moodle
2013-05-02 14:50:49 +08:00
Damyon Wiese
9c898f682a
Merge branch 'MDL-39207_master' of git://github.com/totara/openbadges
2013-05-02 14:44:20 +08:00
Rossiani Wijaya
2213893766
MDL-39401 portfolio: fixed setType() warnings in box.net and flickr portfolios
2013-05-02 14:20:03 +08:00
Damyon Wiese
f85fba3eeb
Merge branch 'MDL-39355-m-2' of git://github.com/andrewnicols/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-05-02 13:54:59 +08:00
Damyon Wiese
c9c01f75b1
MDL-39077 maxbytes - fix warnings for cli install
2013-05-02 12:11:08 +08:00
Yuliya Bozhko
265b866fe5
MDL-39207 badges: Generate badge assertions using user's backpack email if it is set
2013-05-02 16:05:11 +12:00
Eloy Lafuente (stronk7)
e7ff753cab
Merge branch 'wip-MDL-39432-m25-i' of git://github.com/samhemelryk/moodle
2013-05-02 03:33:35 +02:00
Andrew Davis
459843d495
MDL-32913 core_grade:made it more obvious when the gradebook is broken due to a broken calculation
2013-05-02 09:03:02 +08:00
AMOS bot
fdb2851204
Automatically generated installer lang files
2013-05-02 00:38:12 +00:00
Andrew Nicols
323aa3248c
MDL-39355: Correct the z-index for moodle-dialogue
2013-05-01 18:34:04 +01:00
Dan Poltawski
d773056669
Merge branch 'MDL-39367-master-int' of git://github.com/FMCorz/moodle
2013-05-01 17:32:09 +01:00
Eloy Lafuente (stronk7)
ea7f9109d5
MDL-39434 Bump main version to observe all deps
2013-05-01 18:04:58 +02:00
Eloy Lafuente (stronk7)
cedb0aab5a
MDL-39434 Bump all versions near 2.5 release
2013-05-01 18:03:29 +02:00
sam marshall
7593df0a55
MDL-39452 Library: html_writer::attribute unnecessary is_array check
2013-05-01 17:00:52 +01:00
Eloy Lafuente (stronk7)
2f679b426a
Merge branch 'MDL-39444' of git://github.com/timhunt/moodle
2013-05-01 16:55:36 +02:00
sam marshall
c797c995a0
MDL-39448 MUC: Memcache configurable key names
2013-05-01 14:29:11 +01:00
Damyon Wiese
367b977d4d
MDL-39077 max_files does not include current option when it is non-standard
...
Non-standard means php.ini was set to something not in the default list (like 7MB),
then the config was saved to that specific value, and now the value in php.ini has been changed
again so 7MB does not appear in the list.
2013-05-01 12:40:57 +01:00
sam marshall
a9f5fc158c
MDL-38315 Completion: Bugs with 'locked' status in activity form
2013-05-01 11:57:29 +01:00
Tim Hunt
296daf41c7
MDL-39444 get_string: remove unnecessary clean_param
...
This clean_param was added as part of MDL-22015. It is a good idea when
developer debug is turned on, but it showed up as a surprisingly
expensive cost in our profiling.
This change:
1. Removes the check during string_extist. This will not change
behaviour, the method returns false if the string does not exist.
2. In get_string, it only does the check if debugging is set to
DEVELOPER level.
2013-05-01 10:16:37 +01:00
Dan Poltawski
5f5843f84b
Merge branch 'w17_MDL-39402_m25_themedep' of git://github.com/skodak/moodle
2013-05-01 09:53:18 +01:00
Petr Škoda
a824d7d4ac
MDL-39402 fix wrong binarius dependency
...
Credit goes to Frédéric Massart, thanks.
2013-05-01 10:36:30 +02:00
Frederic Massart
f23d95ef84
MDL-38500 repository: Instance names must be unique
2013-05-01 16:11:44 +08:00
Dan Poltawski
142fa8c75d
Merge branch 'MDL-39438_master' of git://github.com/dmonllao/moodle
2013-05-01 08:32:30 +01:00
Sam Hemelryk
15f89e2872
MDL-39422 course: converted closures to fix eAccelerator issues
2013-05-01 18:43:27 +12:00
Dan Poltawski
dd4a197e0f
MDL-39207 badges: don't use curl version depedent constant
...
It seems that CURLOPT_CONNECTTIMEOUT_MS is depdendent on the version
of curl compiled against. We don't need milliseconds here anyway, so
switch to the seconds value.
2013-05-01 07:21:58 +01:00
David Monllao
5bc7cd922b
MDL-39438 behat: Updating tests
...
According to MDL-38415 changes.
2013-05-01 13:39:06 +08:00
Rossiani Wijaya
747d5b1cf6
MDL-38714 Lesson module: add setType for hidden and text inputs
2013-05-01 11:39:31 +08:00
Damyon Wiese
25927c42ce
MDL-39312 Cache lock plugins - fix undefined var and language typo
2013-05-01 10:51:32 +08:00
Frederic Massart
4a02b4312a
MDL-39435 feedback: Fix missing calls to setType
2013-05-01 10:36:23 +08:00
Damyon Wiese
a6b274b232
Merge branch 'wip-MDL-39312-m25' of git://github.com/samhemelryk/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-05-01 10:04:50 +08:00
AMOS bot
f4711cd2f5
Automatically generated installer lang files
2013-05-01 00:39:23 +00:00
Eloy Lafuente (stronk7)
bee592add8
Merge branch 'wip-MDL-39216-m25' of git://github.com/samhemelryk/moodle
2013-05-01 02:29:36 +02:00
Sam Hemelryk
a697000b53
MDL-39216 url: included test for empty string param
2013-05-01 12:27:36 +12:00
Eloy Lafuente (stronk7)
6fc4895276
Merge branch 'wip-MDL-39432-m25' of git://github.com/samhemelryk/moodle
2013-05-01 01:33:18 +02:00
Sam Hemelryk
d25103c4ef
Merge branch 'MDL-39422-master' of git://github.com/danpoltawski/moodle
...
Conflicts:
mod/wiki/mod_form.php
2013-05-01 11:15:24 +12:00
Sam Hemelryk
eb426f2480
Merge branch 'wip-MDL-39099_master' of git://github.com/gjb2048/moodle
2013-05-01 11:05:05 +12:00
Sam Hemelryk
bcd4bf0343
Merge branch 'MDL-39414-master' of git://github.com/danpoltawski/moodle
2013-05-01 11:02:25 +12:00
Eloy Lafuente (stronk7)
6a222aa127
Merge branch 'MDL-39232_master' of git://github.com/dmonllao/moodle
2013-05-01 00:47:32 +02:00
Sam Hemelryk
91a8b40427
MDL-39432 course: converted closures to lambda functions
2013-05-01 10:41:00 +12:00
Sam Hemelryk
fdba83df89
Merge branch 'MDL-39355-m-2' of git://github.com/andrewnicols/moodle
2013-05-01 10:24:13 +12:00
Sam Hemelryk
48fce3678d
Merge branch 'MDL-36060-master' of git://github.com/danpoltawski/moodle
2013-05-01 10:14:28 +12:00
Mark Nielsen
d81a603ee2
MDL-36060: Remove anonymous functions in mod/lti
...
This was breaking eaccelerator because it doesn't
support anonymous functions.
2013-04-30 17:50:07 +01:00
Dan Poltawski
a74cd33160
MDL-39422 mod_forms: prevent long coruse module names
...
To prevent ugly DB errors.
2013-04-30 17:41:36 +01:00
Dan Poltawski
4fb3df32ac
MDL-39422 course: prevent module names longer 255 chars
...
To prevent ugly DB errors.
2013-04-30 17:21:15 +01:00
Gareth J Barnard
3f435f899d
MDL-39099 course_format: Allow section_summary() to be overridden.
2013-04-30 16:56:55 +01:00
Dan Poltawski
fb92d5ef57
Merge branch 'MDL-39270-master-int' of git://github.com/FMCorz/moodle
2013-04-30 16:13:48 +01:00
Dan Poltawski
21a6714fc9
Merge branch 'MDL-39265-master-int' of git://github.com/FMCorz/moodle
2013-04-30 15:49:41 +01:00
Dan Poltawski
1af49024a5
Merge branch 'MDL-39207_master' of git://github.com/totara/openbadges
2013-04-30 14:42:44 +01:00
Dan Poltawski
2e521b3d56
Merge branch 'MDL-39368-master-int' of git://github.com/FMCorz/moodle
2013-04-30 14:35:28 +01:00
Dan Poltawski
24fa63f415
Merge branch 'w17_MDL-39343_m25_installupgrade' of git://github.com/skodak/moodle
2013-04-30 14:11:34 +01:00
Dan Poltawski
4410509d0b
Merge branch 'MDL-35385_chat' of git://github.com/andyjdavis/moodle
2013-04-30 14:07:55 +01:00
Petr Škoda
2cc9fa88f6
MDL-39343 disables MUC caches in phpunit and behat install/drop
2013-04-30 15:05:53 +02:00
Dan Poltawski
0542fdc6b4
Merge branch 'w17_MDL-39343_m25_installupgrade' of git://github.com/skodak/moodle
2013-04-30 13:37:52 +01:00
Dan Poltawski
bcf615af6c
MDL-39414 portfolio: don't queue google portfolio exports
...
This is a bit of an ugly way of saying 'I dont support queued exports'.
The google plugins need a valid user session in order to export to the
google services, thereforce we are forcing the export to be interactive
and not queued through cron, as this wont work in the current
implmenetation.
It's possible we could add offline access to the plugins, but I don't
believe it is worth the benefit for the additional complexity.
2013-04-30 10:16:01 +01:00
Dan Poltawski
8926c9fbcd
Merge branch 'w17_MDL-39402_m25_themedep' of git://github.com/skodak/moodle
2013-04-30 09:57:29 +01:00
Petr Škoda
e2e35e71f9
MDL-39343 disable all caching in install and upgrades
...
This should resolve all problem on developer machines when switching branches or when restoring previous Moodle databases. It also prevents any potential problems during upgrades such as concurrent DB modification and resolves chicken egg problems in future caching upgrades.
2013-04-30 10:27:34 +02:00
Damyon Wiese
b587727065
MDL-39354 Theme - Keep base and bootstrapbase in-sync
...
Add 7px margin-right to checkboxes and radio buttons
2013-04-30 16:24:14 +08:00
Damyon Wiese
89dc06570d
Merge branch 'MDL-39354' of git://github.com/timhunt/moodle
2013-04-30 16:24:07 +08:00
Dan Poltawski
f8a14f7bcc
Merge branch 'MDL-39405-master-int' of git://github.com/FMCorz/moodle
2013-04-30 09:16:31 +01:00
Frederic Massart
9b108a8606
MDL-39265 feedback: Language string improvements
...
AMOS BEGIN
MOV [multiple_submit,mod_feedback],[multiplesubmit,mod_feedback]
MOV [emailnotification_help,mod_feedback],[email_notification_help,mod_feedback]
AMOS END
2013-04-30 15:58:44 +08:00
Dan Poltawski
0174ada56c
Merge branch 'w17_MDL-39292_m25_enrolicons' of git://github.com/skodak/moodle
2013-04-30 08:52:49 +01:00
Damyon Wiese
34e46d7556
Merge branch 'mdl-39335' of git://github.com/vostreltsov/moodle
2013-04-30 15:51:12 +08:00
Andrew Nicols
b72d78d847
MDL-39355: Set tooltip zindex for bootstrap theme
2013-04-30 08:45:53 +01:00
Dan Poltawski
7a286a0d6d
Merge branch 'MDL-39415-master' of git://github.com/damyon/moodle
2013-04-30 08:34:16 +01:00
Dan Poltawski
e0b3f5f235
Merge branch 'w17_MDL-39077_m25_sizes' of git://github.com/skodak/moodle
2013-04-30 08:24:31 +01:00
Damyon Wiese
59d003497c
Merge branch 'MDL-39351' of git://github.com/timhunt/moodle
2013-04-30 14:13:25 +08:00
Jerome Mouneyrac
9f3cc17d8f
MDL-30775 get_course_contents: remove warnings when the section is empty
2013-04-30 14:06:44 +08:00
Damyon Wiese
a10c057b8e
Merge branch 'MDL-39322-master' of https://github.com/mackensen/moodle
2013-04-30 14:06:42 +08:00
Frederic Massart
7ce746f7cf
MDL-39405 wiki: Reformat forms for better usability
2013-04-30 14:05:54 +08:00
Damyon Wiese
767421c36c
Merge branch 'MDL-37966' of git://github.com/jonof/moodle
2013-04-30 12:26:47 +08:00
Sam Hemelryk
acf49f4b9a
MDL-39312 cache: interfaces for managing lock instances.
...
Bug: There was no way to create an instance of a lock plugin for use
within Moodle.
Solution: Implemented management interfaces as part of cache/admin.php
to allow for instances to be added and deleted.
This was done in along the same lines of adding store instances.
2013-04-30 16:26:34 +12:00
Damyon Wiese
4969053f25
Merge branch 'MDL-39246' of git://github.com/timhunt/moodle
2013-04-30 12:02:36 +08:00
David Monllao
550d842e3c
MDL-39232 behat Normalize feature tags according to component names
2013-04-30 11:54:47 +08:00
David Monllao
9b1dbe16db
MDL-39232 behat: Adding @_only_local tag
...
Tests which requires files to be uploaded should
be tagged as @_only_local.
2013-04-30 11:54:47 +08:00
Damyon Wiese
18de52db64
MDL-39415 Assign: Fix error on saving settings
...
When alwaysshowdescription checkbox is unchecked the form cant be saved.
This is a regression from when the element was changed from a
selectyesno to a checkbox.
2013-04-30 11:44:22 +08:00
Damyon Wiese
de079cffbf
Merge branch 'wip_MDL_39230_2_5' of http://github.com/jamiepratt/moodle.git
2013-04-30 11:39:56 +08:00
Jamie Pratt
397acdfda2
MDL-39230 Question bank - refactor xml import
...
Allow for reuse of code to read xml questions.
2013-04-30 11:38:26 +08:00
Andrew Davis
dc514c1a0b
MDL-35385 mod_chat: made sure no message popups display within the chat window
2013-04-30 09:01:00 +08:00
Frederic Massart
09faedd129
MDL-39265 feedback: Reformat module settings form
2013-04-30 08:33:20 +08:00
Sam Hemelryk
5c8f681713
MDL-39216 url: moodle_url now handles empty param values properly
2013-04-30 11:09:47 +12:00
Sam Hemelryk
45d9752205
MDL-39216 url: updated tests to show desired outcome
2013-04-30 11:09:47 +12:00
Sam Hemelryk
616396a6cf
MDL-39216 url: new moodle_url tests for valueless params
2013-04-30 11:09:47 +12:00
Sam Hemelryk
d36cc73edb
Merge branch 'w17_MDL-39386_m25_enroldocs' of git://github.com/skodak/moodle
2013-04-30 11:00:06 +12:00
Sam Hemelryk
2a03b6dafe
Merge branch 'MDL-39366-master-int' of git://github.com/FMCorz/moodle
2013-04-30 10:38:38 +12:00
Sam Hemelryk
0f540591df
Merge branch 'MDL-39303_master' of https://github.com/markn86/moodle
2013-04-30 10:08:20 +12:00
Sam Hemelryk
3e9406bc17
Merge branch 'MDL-38896_master' of git://github.com/lazydaisy/moodle
2013-04-30 09:57:00 +12:00
Sam Hemelryk
e76a515f31
Merge branch 'MDL-39377' of git://github.com/colchambers/moodle
2013-04-30 09:48:18 +12:00
Sam Hemelryk
a91f5ccb86
Merge branch 'MDL-39365-master' of git://github.com/ankitagarwal/moodle
2013-04-30 09:36:50 +12:00
Sam Hemelryk
8e8a39aea0
Merge branch 'MDL-39398-master' of git://github.com/FMCorz/moodle
2013-04-30 09:31:54 +12:00
Tim Hunt
42d8287083
MDL-39354 put back a bit of margin on checkboxes.
2013-04-29 19:13:13 +01:00
Dan Poltawski
a10393e19f
Merge branch 'MDL-39378' of git://github.com/timhunt/moodle
2013-04-29 17:00:53 +01:00
Dan Poltawski
d727e9d66a
Revert "MDL-39278 - test change to less which is ungenerated"
...
This reverts commit 0da03bf4e2 .
2013-04-29 14:33:07 +01:00
Dan Poltawski
0da03bf4e2
MDL-39278 - test change to less which is ungenerated
...
My sincere apologies for polluting the history this way, but this
is the best way we can be sure.
TO BE CLEAR: this commit will shorlty be reverted.
2013-04-29 14:23:51 +01:00
Dan Poltawski
4eaa353245
Merge branch 'MDL-39158-master' of git://github.com/damyon/moodle
2013-04-29 14:20:39 +01:00
Dan Poltawski
e947caf4a1
Merge branch 'MDL-39389' of git://github.com/stronk7/moodle
2013-04-29 14:15:23 +01:00
Dan Poltawski
1f65889ab3
Merge branch 'MDL-39390' of git://github.com/stronk7/moodle
2013-04-29 14:12:37 +01:00
Frederic Massart
b0b79f8ab2
MDL-39368 url: Remove advanced parameters from settings form
2013-04-29 19:27:53 +08:00
Frederic Massart
9cf26d0890
MDL-39368 url: Renaming sections of the settings form
2013-04-29 19:27:47 +08:00
Frederic Massart
99433e4d6d
MDL-39398 message: Prevent notice when sending Jabber messages
...
Not tracking the presence prevents a notice to be displayed during disconnect(),
where the the jabber server attempts to subscribe to $CFG->jabberusername presence.
As the server name does not include a resource identifier (stillwit@jabber.org/resource),
an explode('/') fails.
2013-04-29 19:14:12 +08:00
Dan Poltawski
fcb6d4aac8
Merge branch 'MDL-27071' of git://github.com/stronk7/moodle
2013-04-29 10:27:29 +01:00
Ankit Agarwal
d8d0b8b390
MDL-39363 scorm: Accept 0 as a valid score
2013-04-29 16:53:15 +08:00
Damyon Wiese
883e6a77ce
Merge branch 'w17_MDL-39356_m25_cacert' of git://github.com/skodak/moodle
2013-04-29 16:05:08 +08:00
Damyon Wiese
9b77b2011d
Merge branch 'MDL-39342' of git://github.com/timhunt/moodle
2013-04-29 15:35:40 +08:00
Petr Škoda
51a230af6a
MDL-39402 add missing theme dependencies
2013-04-29 09:20:57 +02:00
Damyon Wiese
b38218cfb0
Merge branch 'w17_MDL-39371_m25_cleandep' of git://github.com/skodak/moodle
2013-04-29 14:52:40 +08:00
Mark Nelson
34e2987118
MDL-39303 mod_forum: prevent user from submitting when post threshold reached
2013-04-29 14:44:04 +08:00
Damyon Wiese
b7098909c1
Merge branch 'MDL-38807-master' of git://github.com/danpoltawski/moodle
2013-04-29 14:17:53 +08:00
Damyon Wiese
ea03f1149e
Merge branch 'MDL-30940-master' of git://github.com/FMCorz/moodle
2013-04-29 14:03:34 +08:00
Ankit Agarwal
325c730ba1
MDL-39365 scorm reports: Return correct track count
2013-04-29 13:26:09 +08:00
Damyon Wiese
bc5775b0ea
Merge branch 'MDL-39362' of git://github.com/rwijaya/moodle
2013-04-29 13:00:19 +08:00
Frederic Massart
a0d8b5114e
MDL-39399 theme: RTL styles for collapse/expand in forms
2013-04-29 12:40:42 +08:00
Damyon Wiese
c59a99df30
Merge branch 'w17_MDL-39174_m25_themedocs' of git://github.com/skodak/moodle
2013-04-29 12:22:23 +08:00
Frederic Massart
97d2a5dd66
MDL-39399 theme: Missing expand/collapse icon in clean
2013-04-29 12:02:09 +08:00
Rossiani Wijaya
c71d9297a6
MDL-39362 Admin: fixed setType() error for networking
2013-04-29 11:59:48 +08:00
Damyon Wiese
dd1ab4ae9a
Merge branch 'MDL-37845' of git://github.com/timhunt/moodle
2013-04-29 11:45:05 +08:00
Frederic Massart
b5472cb856
MDL-39367 resource: An admin cannot decide which settings are advanced
2013-04-29 11:10:38 +08:00
Damyon Wiese
50cc49ba04
Merge branch 'MDL-38440-master' of git://github.com/mouneyrac/moodle
2013-04-29 11:01:57 +08:00
Sam Hemelryk
e6cf0a866b
Merge branch 'w17_MDL-39387_m25_authdocs' of git://github.com/skodak/moodle
2013-04-29 15:00:59 +12:00
Frederic Massart
f7224e6027
MDL-39367 resource: Reformat resource settings page
2013-04-29 10:58:29 +08:00
Damyon Wiese
bd45c1aa47
Merge branch 'MDL-36024-master' of https://github.com/mackensen/moodle
2013-04-29 10:45:55 +08:00
Eloy Lafuente (stronk7)
20c9916396
MDL-27071 Allow Oracle IN() to use > 1000 items
...
By using a pivoting strategy, we modify the list
of params (QM and NAMED supported) into a
subquery, so the 1000 limit in Oracle (ORA-01795)
is not thrown anymore.
2013-04-29 01:22:38 +02:00
Sam Hemelryk
0c5d8ccb9a
Merge branch 'w17_MDL-39336_m25_install' of git://github.com/skodak/moodle
2013-04-29 11:15:05 +12:00
Eloy Lafuente (stronk7)
9b2ebc4587
MDL-27071 Add big IN() unit tests
...
Let's verify how all databases perform with a big
number of parameters (10000) using IN() SQL clauses.
Both using QM and NAMED parameters.
Ideally only Oracle fails, and only it will need fixing.
2013-04-29 01:11:10 +02:00
Sam Hemelryk
036b18a297
Merge branch 'MDL-39355-m' of git://github.com/andrewnicols/moodle
2013-04-29 11:07:26 +12:00
Sam Hemelryk
5745360915
Merge branch 'MDL-39192_master' of https://github.com/markn86/moodle
2013-04-29 10:54:07 +12:00
Sam Hemelryk
1517981b38
Merge branch 'wip-MDL-39298-master' of git://github.com/abgreeve/moodle
2013-04-29 10:45:33 +12:00
Yuliya Bozhko
7e06ea6ab4
MDL-39207 badges: Generate badge assertions using user's backpack email if it is set
2013-04-29 10:15:30 +12:00
Petr Škoda
c2140b5d95
MDL-39356 add ca certificate bundles for cURL
...
This is necessary because PHP in Windows does not have any certificates and some *nix systems have outdated or missing ca bundles too.
The order is:
1/ dataroot/moodleorgca.crt always wins - needs to be added manually by admin
2/ php.ini setting "curl.cainfo" is next
3/ on Windows libdir/cacert.pem is used because it does not have any default cert bundles
4/ system default is the last - the previous value, ok for properly configured *nix systems
2013-04-28 20:58:58 +02:00
Eloy Lafuente (stronk7)
bae2846c2c
MDL-39390 delete old moodle_database column cache
...
With MDL-39389 all the remaining drivers have been moved
from the in-memory, per-request ::columns cache to
the MUC (databasemeta) alternative.
That makes the old cache unused, so this is, simply about to
delete it, and warn in upgrade notes for potential sites
using custom moodle_database drivers.
2013-04-28 18:33:33 +02:00
Eloy Lafuente (stronk7)
f33d4784fe
MDL-39389 add databasemeta cache to pdo_sqlite
...
Done in a separate commit, coz this driver is not
truly supported, but considering it as a reference
for people developing drivers... it's better to
have it supporting the databasemeta cache.
2013-04-28 18:14:17 +02:00
Eloy Lafuente (stronk7)
9043466103
MDL-39389 add databasemeta cache to ms/oci drivers
2013-04-28 18:12:38 +02:00
Petr Škoda
f869cb2326
MDL-39077 add more unit tests for get_max_upload_sizes()
2013-04-27 16:08:15 +02:00
Petr Škoda
5520fc9526
MDL-39077 fix regression in previous commit, the limit should be always included in maxbytes
2013-04-27 16:00:59 +02:00
Damyon Wiese
7adfadc6b8
MDL-39077 get_max_upload_sizes always include option for 0
...
Always include an option for 0 in the list of bytes even if sitebytes is not set.
2013-04-27 15:54:41 +02:00
Petr Škoda
aa95e38a0d
MDL-39371 add dependency of clean theme on bootstrapbase
2013-04-27 15:27:29 +02:00
Petr Škoda
60d7078adf
MDL-39387 normalise MOODLE_INTERNAL
2013-04-27 15:09:05 +02:00
Petr Škoda
a2f10958ff
MDL-39387 fix /auth phpdocs
2013-04-27 15:06:40 +02:00
Petr Škoda
31ac2aef26
MDL-39386 fix phpdocs packages in enrol
2013-04-27 13:41:32 +02:00
Petr Škoda
574909efce
MDL-39174 fix phpdocs packages in themes
2013-04-27 13:22:59 +02:00
Petr Škoda
8ef3d51470
MDL-39292 use consistent iconsmall in enrol instances UI
2013-04-27 12:28:54 +02:00
Mary Evans
07403fdaf4
MDL-39364 theme_clean: Changed 'simple' to 'clean'.
2013-04-26 22:18:26 +01:00
Petr Škoda
45951bbe7c
MDL-39336 fix incorrect use on join() in simple theme
2013-04-26 21:33:15 +02:00
Petr Škoda
ca5d6066a7
MDL-39336 some themes may use $SITE->shortname in page layout before installation finishes
2013-04-26 21:33:15 +02:00
Petr Škoda
ec3ce3a97d
MDL-39336 do not print debug output before finishing installation
2013-04-26 21:33:15 +02:00
Tim Hunt
328ac3069b
MDL-39378 Improve s() performance.
...
These changes give about a 10% speed-up in this function. The significant changes are:
1. Simplify the if logic to remove unnecssary cases.
2. Dont pass default argument values to htmlspecialchars, just using the
defaults is faster.
3. I can confirm that /i regex is faster than the equivalent regex without the i.
I also added more unit tests to test the edge cases.
2013-04-26 18:49:25 +01:00
Tim Hunt
0c6f9e759b
MDL-39378 s(): fix bad hex regex
2013-04-26 18:38:29 +01:00
Colin Chambers
6cd22f42ca
MDL-39377 Increase padding for grouped field labels in question types
2013-04-26 14:55:11 +01:00
Mary Evans
310845b92d
MDL-38896 theme_bootstrapbase: Abbreviated weekdays in calendar/renderer.php + added @media css rule for calendar view.
2013-04-26 14:01:52 +01:00
Valeriy Streltsov
1977123ea5
MDL-39335: add an ord() unicode analog to textlib.
2013-04-26 12:12:03 +00:00
Charles Fulton
628e9b2011
MDL-39322 users: report correct auth method for site administrators
2013-04-26 05:11:28 -07:00
Charles Fulton
ef8a733aa6
MDL-36024 enrol: enable grade recovery for all enrol plugins
2013-04-26 05:08:23 -07:00
Tim Hunt
a72e05ce9c
MDL-39351 collapsed editor had grey bars above and below.
2013-04-26 11:55:56 +01:00
Tim Hunt
cbe0a1f60a
MDL-39342 stop users entering too long matching answers.
...
Since they lead to an ugly DB error.
2013-04-26 11:55:38 +01:00
Tim Hunt
a35ce08493
MDL-39246 quiz timer: compute a more accurate stop time.
2013-04-26 11:55:18 +01:00
Tim Hunt
15dedb1168
MDL-39246 JavaScript: store the time the page starts loading.
...
This helps synchronise time on the client side with time on the server.
If you wait until a js_init_call runs, you might have had to wait an
unknown number of seconds while all the JS loads. Therefore, we capture
the current time as soon as possible in <head>.
This is a bit like adding .jsenabled to <body> as soon as possible, to
reduce visual flicker.
2013-04-26 11:55:17 +01:00
Tim Hunt
9994233477
MDL-37845 multichoice qtype: Fix some display issues.
...
1. Better handling of multi-line choices in the correct answer display.
2. Remove dangerous CSS that is no longer needed.
2013-04-26 11:53:20 +01:00
Dan Poltawski
cf5a3296c4
on demand release 2.5beta+
2013-04-26 10:38:16 +01:00
Dan Poltawski
bd7ed905d5
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2013-04-26 10:37:15 +01:00
Eloy Lafuente (stronk7)
88bcc5fabe
MDL-39278 rebuild moodle.css with everything in place
2013-04-26 11:13:09 +02:00
Eloy Lafuente (stronk7)
a86103e09b
Merge branch 'MDL-39278-master' of git://github.com/damyon/moodle
...
Conflicts:
theme/bootstrap/style/generated.css
theme/bootstrap/style/moodle.css
theme/bootstrapbase/less/moodle/recess.txt
theme/bootstrapbase/style/generated.css
2013-04-26 11:10:09 +02:00
Dan Poltawski
1c97061a35
MDL-39341 boostrapbase: fix some missing renames
2013-04-26 09:54:21 +01:00
Dan Poltawski
5df8fc6744
Merge branch 'MDL-39341-master' of git://github.com/damyon/moodle
2013-04-26 09:52:44 +01:00
Eloy Lafuente (stronk7)
e4a7816155
Merge branch 'MDL-38888-master' of git://github.com/mouneyrac/moodle
2013-04-26 10:48:38 +02:00
Jerome Mouneyrac
3fb83b41a5
MDL-38888 Publish forms display setType warning
2013-04-26 16:45:00 +08:00
Jerome Mouneyrac
487bc1b627
MDL-38440 WebService get_contents doesn't return the full text of labels
2013-04-26 15:13:03 +08:00
David Scotson
3161400447
MDL-39158 Increase form label width on wider screens
2013-04-26 13:50:04 +08:00
Frederic Massart
b9e6341579
MDL-39366 book: Section appearance in book module settings
2013-04-26 13:42:19 +08:00
Damyon Wiese
4f1008202d
MDL-39341 Themes Rename bootstrap to bootstrapbase
2013-04-26 13:01:06 +08:00
Damyon Wiese
64bfea3b0e
Merge branch 'MDL-38833_settype' of git://github.com/andyjdavis/moodle
2013-04-26 11:55:30 +08:00
Damyon Wiese
36f33e3c2c
MDL-39278 Bootstrap - Change generated.css to moodle.css
...
The filename generated.css comes from moodle.less - so this is more obvious.
2013-04-26 11:38:43 +08:00
Frederic Massart
d756d3fbcd
MDL-39270 lesson: Reformat module settings form
2013-04-26 10:28:52 +08:00
Andrew Davis
15b0930288
MDL-38833 core_grade: added a set_type for finalgrade
2013-04-26 09:58:40 +08:00
Damyon Wiese
44ed2fe740
Merge branch 'MDL-39250_clean_master' of git://github.com/lazydaisy/moodle
2013-04-26 09:15:14 +08:00
Eloy Lafuente (stronk7)
29b8b7e11a
Merge branch 'MDL-39358-standard-clean' of git://github.com/mudrd8mz/moodle
2013-04-25 23:50:08 +02:00
David Mudrák
e18597fa15
MDL-39358 Mark the new theme_clean as a standard plugin
2013-04-25 22:23:58 +02:00
Andrew Nicols
c966422e82
MDL-39355 JavaScript: Correct zIndex for tooltip
2013-04-25 17:05:07 +01:00
Dan Poltawski
75358cf3c5
Merge branch 'wip-MDL-39305-master' of git://github.com/marinaglancy/moodle
2013-04-25 14:53:18 +01:00
Dan Poltawski
6cb94fd13b
Merge branch 'MDL-38889-master' of git://github.com/mouneyrac/moodle
2013-04-25 13:06:52 +01:00
Dan Poltawski
68265ee2d6
Merge branch 'MDL-34403' of https://github.com/mpetrowi/moodle
2013-04-25 12:49:38 +01:00
Jerome Mouneyrac
fea8be4203
MDL-37988 Completion reports: Table header row not in thead section
2013-04-25 12:37:53 +01:00
Dan Poltawski
78129ff0be
Merge branch 'MDL-29258_master' of git://github.com/dmonllao/moodle
2013-04-25 10:19:45 +01:00
Dan Poltawski
0722742b63
Merge branch 'MDL-39329-master' of git://github.com/FMCorz/moodle
2013-04-25 10:09:52 +01:00
Mary Evans
b0ba8d9843
MDL-39250 theme_clean: Removed 2 instances of id="region-pre" from aside tags in layout/general.php.
2013-04-25 03:13:53 +01:00
AMOS bot
606e312ce4
Automatically generated installer lang files
2013-04-25 00:38:05 +00:00
Eloy Lafuente (stronk7)
5f8a42728f
on demand release 2.5beta+
2013-04-25 01:07:27 +02:00
Eloy Lafuente (stronk7)
344c04e0ff
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2013-04-25 01:02:41 +02:00
Eloy Lafuente (stronk7)
e9f9bb7532
MDL-39276 theme_clean: Move favicon from old simple
2013-04-25 00:28:30 +02:00
Eloy Lafuente (stronk7)
ac8b3d845e
Merge branch 'MDL-39276_clean' of git://github.com/lazydaisy/moodle
2013-04-25 00:27:03 +02:00
Eloy Lafuente (stronk7)
e4083853c4
MDL-39138 theme_bootstrap: whitespace line
2013-04-25 00:01:32 +02:00
Eloy Lafuente (stronk7)
4017b1f76a
Merge branch 'wip-MDL-39138-master' of git://github.com/ds125v/moodle
...
Conflicts:
theme/bootstrap/style/generated.css
2013-04-25 00:00:23 +02:00
Eloy Lafuente (stronk7)
274511f0cb
Merge branch 'MDL-35364' of git://github.com/timhunt/moodle
2013-04-24 23:35:46 +02:00
Mary Evans
109cdf6bd8
MDL-39276 theme_clean: Renamed Simple theme to Clean theme.
2013-04-24 21:35:15 +01:00
Matt Petro
f5f3658480
MDL-34403 mod quiz: fix error during enrolment
2013-04-24 15:00:06 -04:00
Dan Poltawski
ba26ed9cac
Merge branch 'MDL-39283' of git://github.com/jmvedrine/moodle
2013-04-24 14:33:00 +01:00
David Scotson
68ce389682
MDL-39138 theme_bootstrap: Revert Settings/Nav styles
2013-04-24 14:01:34 +01:00
Dan Poltawski
088c2616ec
Merge branch 'wip-MDL-39297-master' of git://github.com/marinaglancy/moodle
2013-04-24 11:47:08 +01:00
Dan Poltawski
a461c6d444
Merge branch 'MDL-38415-master' of git://github.com/FMCorz/moodle
2013-04-24 11:39:08 +01:00
Dan Poltawski
f1b0908b8a
MDL-38597 forum: fix incompetent programmer error ;-)
...
Shameful, Fred!
2013-04-24 10:02:41 +01:00
Dan Poltawski
6f0fdc9bb2
Merge branch 'MDL-38597-master-int' of git://github.com/FMCorz/moodle
2013-04-24 09:57:22 +01:00
Dan Poltawski
c1ae8606bd
Merge branch 'MDL-38572-master' of git://github.com/FMCorz/moodle
2013-04-24 09:53:25 +01:00
Damyon Wiese
de17527022
MDL-32946: Be consistent with use of alt/title.
...
Re: Block dock/undock links.
2013-04-24 16:10:43 +08:00
Damyon Wiese
11b6045b09
Merge branch 'wip-MDL-32946-master' of git://github.com/phalacee/moodle
2013-04-24 16:10:30 +08:00
Dan Poltawski
9da8c53295
Merge branch 'MDL-39219_scorm_ie7' of git://github.com/davosmith/moodle
2013-04-24 09:08:23 +01:00
Dan Poltawski
e6c91f99ec
Merge branch 'MDL-38892' of git://github.com/rwijaya/moodle
2013-04-24 08:16:37 +01:00
Damyon Wiese
7d45396306
Merge branch 'MDL-34939-master' of https://github.com/lucisgit/moodle
2013-04-24 15:01:35 +08:00
Mark Nelson
eaa8f5ad53
MDL-39192 mod_forum: do not need to check the posting threshold when editing a post
2013-04-24 14:00:34 +08:00
Rossiani Wijaya
819b1de681
MDL-38892 data module: Fixed action setType to use PARAM_ALPHANUM
2013-04-24 13:49:09 +08:00
Jason Fowler
473327030e
MDL-32946 - Blocks - Improving image alts for accessibility.
2013-04-24 13:06:22 +08:00
Damyon Wiese
a6e22a88c7
Merge branch 'wip-MDL-39326-m25' of git://github.com/samhemelryk/moodle
2013-04-24 12:53:16 +08:00
Frederic Massart
a96889ab51
MDL-39329 course: Strict standard warning during unpublishing
2013-04-24 11:47:08 +08:00
Damyon Wiese
c65bf47276
Merge branch 'wip-mdl-38851' of git://github.com/rajeshtaneja/moodle
2013-04-24 11:39:13 +08:00
Rajesh Taneja
81dd294f06
MDL-38851 Admin: Fixed setType notice for cache
2013-04-24 11:18:30 +08:00
Rajesh Taneja
ac31413e95
MDL-38851 Admin: Fixed setType notice for webservice
2013-04-24 11:18:30 +08:00
Sam Hemelryk
c31978b8ff
MDL-39326 css: removed unused chunk array search
2013-04-24 14:02:57 +12:00
Sam Hemelryk
13b0140a87
MDL-39326 css: no passed the no svg key to chunking when required
2013-04-24 14:02:52 +12:00
Eloy Lafuente (stronk7)
14559e1849
MDL-38972 xmldb: amend comments.
2013-04-24 02:09:34 +02:00
Eloy Lafuente (stronk7)
01159be8de
Merge branch 'w16_MDL-38972_m25_oraindex' of git://github.com/skodak/moodle
2013-04-24 02:02:20 +02:00
Eloy Lafuente (stronk7)
bdeda339b4
Merge branch 'wip-MDL-38441-m25' of git://github.com/samhemelryk/moodle
2013-04-23 23:41:47 +02:00
Davo Smith
c23ff8e3a5
MDL-39219 mod_scorm - make sure YUI JSON module is loaded
2013-04-23 18:58:09 +01:00
Dan Poltawski
89275dcf80
Merge branch 'MDL-37784' of git://github.com/jmvedrine/moodle
2013-04-23 13:00:30 +01:00
Dan Poltawski
88dbfc453e
Merge branch 'MDL-39296-master' of git://github.com/ankitagarwal/moodle
2013-04-23 12:50:44 +01:00
Petr Škoda
cc1e433286
MDL-39306 fix course search regression
...
Oracle handling of NULLs is totally wrong and crazy!
2013-04-23 12:36:50 +02:00
Marina Glancy
545b3930f8
MDL-39305 fixed display bugs in course listings
...
- When category has a lot of subcategories and courses and user clicks 'view more' for categories, the courses are still displayed
- Course summary non-image files may appear above course summary image files, and they don't have an icon with the filetype
2013-04-23 18:57:21 +10:00
Jean-Michel Vedrine
b31d6664e6
MDL-39283 GIFT and XML question export broken for unsupported qtypes
...
Do no write any data to the export for unsupported qtypes
2013-04-23 09:42:53 +02:00
Frederic Massart
fbe9f668b2
MDL-38597 forum: Reformat the module settings form
2013-04-23 14:52:09 +08:00
Jean-Michel Vedrine
dc5133edca
MDL-37784 Adaptive no penalty display wrong penalty info
...
Adaptive Mode tells students they have been penalized even when set to no penalties
2013-04-23 08:30:42 +02:00
Rajesh Taneja
962b1bafc4
MDL-38851 Admin: Fixed setType notice for portfolio
2013-04-23 14:17:39 +08:00
Damyon Wiese
a4fea69fde
MDL-34933 Fix bad merge (grr)
2013-04-23 12:15:17 +08:00
Ankit Agarwal
647a3fc81c
MDL-39296 scorm reports: Fix undefined variables in graphs report
2013-04-23 12:03:00 +08:00
Adrian Greeve
bb2306eb7e
MDL-39298 - gradebook: Added more delimiters for uploading and downloading the gradebook as a csv file.
...
New delimiters added: colon, semicolon
2013-04-23 11:57:15 +08:00
David Monllao
f14d4122df
MDL-29258 core_portfolio: Fixing broken default breadcrumb
2013-04-23 11:12:51 +08:00
Marina Glancy
28b93e2d5a
MDL-39297 fixed mistype in tag name label
2013-04-23 12:45:22 +10:00
Frederic Massart
dfb38e43f7
MDL-38415 course: Renaming course overview files to course summary files
2013-04-23 10:12:23 +08:00
Frederic Massart
e158614134
MDL-38415 admin: Reorder default course settings
2013-04-23 10:12:23 +08:00
Frederic Massart
169a974df7
MDL-38415 course: Heavy redesign of the course settings form
2013-04-23 10:12:23 +08:00
Frederic Massart
aec15827b5
MDL-38415 course: Reformat edit form
...
AMOS BEGIN
MOV [availability_help,core],[visible_help,core]
MOV [category_help,core],[coursecategory_help,core]
AMOS END
2013-04-23 10:12:23 +08:00
Rossiani Wijaya
2e0ba150b3
MDL-38892 data module: Fixed setType warning
2013-04-23 09:57:58 +08:00
Damyon Wiese
b0c4e47499
Merge branch 'MDL-34933_master' of https://github.com/mchurchward/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2013-04-23 09:20:05 +08:00
Damyon Wiese
3e8e66f454
Merge branch 'wip-MDL-39294-m25' of git://github.com/samhemelryk/moodle
2013-04-23 08:59:10 +08:00
Sam Hemelryk
7376692527
Merge branch 'MDL-39281-master' of git://github.com/danpoltawski/moodle
2013-04-23 10:17:03 +12:00
Sam Hemelryk
0153e4e686
MDL-39294 cache: added missing setType calls to admin forms
2013-04-23 09:41:40 +12:00
Tim Hunt
4a7cc24808
MDL-35364 shorten text: don't return invalid HTML.
...
I also broke the unit tests into more, smaller, named tests, so that
when things start failing, more tests are run, and it is clearer what
the problem is.
In a couple of cases, I adjusted the $ideal lenght in the test. A
careful counting of the characters in the test input (added as comments)
suggests that the new values make for better tests.
2013-04-22 19:21:40 +01:00
Dan Poltawski
fe5bb43ae5
Merge branch 'MDL-39264-master-int' of git://github.com/FMCorz/moodle
2013-04-22 17:23:43 +01:00
Dan Poltawski
596791eb69
MDL-39281 portfolio: missing setType call
2013-04-22 17:01:37 +01:00
Dan Poltawski
1aadfbcd88
MDL-38807 missing setType warnings on grade screens
2013-04-22 16:31:55 +01:00
Dan Poltawski
45a9f90a74
MDL-38807 grades: missing setType() calls
...
In grade category, item and grade forms. Most of these
values are floats handled by format_/unformat_float functions, the
text fields are handled using format_text().
2013-04-22 16:31:33 +01:00
Dan Poltawski
c1e1c22fb5
Merge branch 'w16_MDL-39213_m25_userupload' of git://github.com/skodak/moodle
2013-04-22 14:41:34 +01:00
Dan Poltawski
26d3459747
MDL-39003 - version bump
2013-04-22 14:35:03 +01:00
Dan Poltawski
789ce8202b
Merge branch 'MDL-39148-uninstall' of git://github.com/mudrd8mz/moodle
...
Conflicts:
theme/bootstrap/style/generated.css
2013-04-22 14:33:28 +01:00
Dan Poltawski
83a9917314
MDL-37514 mod_quiz: fix trailing whitespace
2013-04-22 14:20:58 +01:00
Alex Leontiev
bd166e618f
MDL-37514 module.js: fix .js for auto quiz submission in preview mode
...
The issue: when we attempt the quiz as teacher/admin and timer is up,
quiz is not submitted, even though "Open attempts are submitted
automatically" is set. I've changed the javascript for a timer,
responsible for submission, removing the special behaviour in case of
preview mode. Note, that when the admin/teacher is taking a quiz, the
"preview" mode is automatically switched on.
It is a bit strange, since in the javascript there was clearly no
expressed intention to really submit quiz in preview, even when timer
hits. It does not really seem like a accidental bug, rather it looks
like some misunderstanding. Worse still, it may happen that I did not
understand the intentions of previous editor and ruined some
functionality. Because of this, and the fact that this is my first bug,
I would like to ask about the peer review! Please, see my comments in
bug discussion for the testing steps.
Conflicts:
mod/quiz/module.js
2013-04-22 14:13:53 +01:00
Dan Poltawski
a745806063
MDL-39178 theme_nimble: fix whitespace
2013-04-22 14:00:53 +01:00
Dan Poltawski
90a470abbc
MDL-39178 theme_magazine: fix whitespace
2013-04-22 13:59:28 +01:00
Dan Poltawski
9bc5a6b9d8
Merge branch 'w16_MDL-39178_m25_themesettings' of git://github.com/skodak/moodle
2013-04-22 13:57:57 +01:00
Mike Churchward
d750d41e66
MDL-34933 core_message: Adding index to improve database access on message_working table.
2013-04-22 08:39:25 -04:00
Dan Poltawski
816659ed9e
Merge branch 'MDL-39249-upgrade-wizard' of git://github.com/mudrd8mz/moodle
2013-04-22 13:12:48 +01:00
Dan Poltawski
997f3022ad
Merge branch 'MDL-39248-plugins-check' of git://github.com/mudrd8mz/moodle
2013-04-22 13:07:45 +01:00
Dan Poltawski
e65dfc0275
Merge branch 'MDL-39186' of git://github.com/timhunt/moodle
2013-04-22 13:05:53 +01:00
Dan Poltawski
8c82b67ef0
Merge branch 'MDL-38603-workshop-form' of git://github.com/mudrd8mz/moodle
2013-04-22 12:47:10 +01:00
Dan Poltawski
e39ef3d124
Merge branch 'wip-MDL-37942-master' of git://github.com/jason-platts/moodle
2013-04-22 12:42:10 +01:00
Dan Poltawski
4bb3f29e02
Merge branch 'w16_MDL-39141_m25_toolbar' of git://github.com/skodak/moodle
2013-04-22 12:38:47 +01:00
Dan Poltawski
3a3621821a
Merge branch 'MDL-39173-master' of git://github.com/damyon/moodle
2013-04-22 11:41:41 +01:00
Damyon Wiese
f5e9aa843c
Merge branch 'wip-mdl-38851' of git://github.com/rajeshtaneja/moodle
2013-04-22 15:11:59 +08:00
Frederic Massart
1dcbdba62f
MDL-38614 form: Reduce size of description field
2013-04-22 14:18:04 +08:00
Damyon Wiese
00ec4acc8f
Merge branch 'MDL-39182_master' of https://github.com/markn86/moodle
2013-04-22 14:00:11 +08:00
Mark Nelson
f5ad424b11
MDL-39182 mod_forum: display the post threshold warning message in a more noticeable area
2013-04-22 13:33:36 +08:00
Frederic Massart
613abe1b02
MDL-38572 assign: Improving usability of the module form
2013-04-22 13:28:38 +08:00
Damyon Wiese
946f2b0826
MDL-36959 file_storage: Preserve each file in a hash collision
2013-04-22 12:07:43 +08:00
Damyon Wiese
e9cd87eef2
Merge branch 'w16_MDL-36959_m25_poolhashes' of git://github.com/skodak/moodle
2013-04-22 11:38:07 +08:00
Sam Hemelryk
6b39eee9fd
Merge branch 'wip-MDL-38893-master' of git://github.com/phalacee/moodle
...
Conflicts:
theme/bootstrap/style/generated.css
2013-04-22 15:34:17 +12:00
Sam Hemelryk
851ef997df
Merge branch 'MDL-38918-master' of git://github.com/lazydaisy/moodle
2013-04-22 15:25:46 +12:00
Sam Hemelryk
92809986aa
Merge branch 'MDL-39231_master' of git://github.com/bmbrands/moodle
2013-04-22 15:24:58 +12:00
Frederic Massart
47f0ae5908
MDL-39264 chat: Reformat module settings form
2013-04-22 11:03:28 +08:00
Damyon Wiese
b363d54ccd
Merge branch 'MDL-39050' of git://github.com/timhunt/moodle
2013-04-22 10:25:46 +08:00
Damyon Wiese
924225f38b
MDL-38898 theme_simple: Copy fixes for block dnd from bootstrap
2013-04-22 10:07:53 +08:00
Jason Fowler
c01404f99a
MDL-38893 - Fixing layout of the debug boxes for cache information under bootstrap - patch provided by David Scotson <david.scotson@glasgow.ac.uk>
2013-04-22 10:04:43 +08:00
Damyon Wiese
80333fd96f
Merge branch 'MDL-38898_master' of git://github.com/lazydaisy/moodle
2013-04-22 09:52:09 +08:00
Sam Hemelryk
54ed002fdc
Merge branch 'wip-MDL-39118-master' of git://github.com/abgreeve/moodle
2013-04-22 13:41:45 +12:00
Adrian Greeve
e06d54289d
MDL-39118 - mod_data: removed areamaxbytes option for uploading files and images.
...
Setting the maximum size for a file or picture field to the course upload limit
would send a value of 0 to the file picker. This patch checks for this 0 value
and handles it appropriately.
2013-04-22 09:28:51 +08:00
AMOS bot
f02d3cff01
Automatically generated installer lang files
2013-04-22 00:38:26 +00:00
Sam Hemelryk
b88338f647
Merge branch 'MDL-38854_master' of git://github.com/bmbrands/moodle
...
Conflicts:
theme/bootstrap/style/generated.css
2013-04-22 12:12:58 +12:00
Sam Hemelryk
9c2cbcdc04
Merge branch 'MDL-39220' of git://github.com/colchambers/moodle
2013-04-22 11:37:34 +12:00
Sam Hemelryk
6801246c50
Merge branch 'wip-MDL-38900-master' of git://github.com/ds125v/moodle
...
Conflicts:
theme/bootstrap/style/generated.css
2013-04-22 11:10:51 +12:00
Sam Hemelryk
c26f34baf1
Merge branch 'MDL-39172' of git://github.com/jmvedrine/moodle
2013-04-22 11:02:39 +12:00
Sam Hemelryk
311c034744
MDL-38874 theme_bootstrap: tidy up whitespace
2013-04-22 10:43:38 +12:00
Sam Hemelryk
9fdb1c1a63
Merge branch 'MDL-38874_master' of git://github.com/lazydaisy/moodle
...
Conflicts:
theme/bootstrap/style/generated.css
2013-04-22 10:35:52 +12:00
David Scotson
16d795a4d3
MDL-39196 theme_bootstrap: improved display of login errors
2013-04-22 10:27:11 +12:00
Sam Hemelryk
48d253c100
Merge branch 'MDL-39241-master' of git://github.com/danpoltawski/moodle
2013-04-22 09:23:54 +12:00
Mary Evans
232affc96a
MDL-38874 theme_bootstrap: added back CSS rules to fix advanced elements show/hide toggle in admin forms.
...
While doing this I got a compile error so not sure but I am guessing the changes to fix that error will show up in the commit diff.
2013-04-21 18:02:08 +01:00
Petr Škoda
968083cd02
MDL-39213 allow role assignments in frontpage in user upload
2013-04-21 17:24:51 +02:00
Petr Škoda
abea8b437c
MDL-39178 add missing update callback for all theme settings
2013-04-20 22:06:55 +02:00
Petr Škoda
fd4592bbbc
MDL-36959 test reworked adding of files to sha1 content pool
2013-04-20 21:59:08 +02:00
Petr Škoda
d91e2c15db
MDL-36959 rework adding of content files to the file pool
...
This patch includes refreshing of borked files in file pool and basic prevention of race conditions. It also helps with diagnosing of file pool permission problems, detects coding errors and some other type of problems including sha1 collision jackpot.
2013-04-20 21:41:41 +02:00
Mary Evans
c9ff4d0e0f
MDL-38898 theme_bootstrap: Made changes to layout/general.php to enable drag-n-drop support in Bootstrap theme.
2013-04-20 02:10:11 +01:00
David Mudrák
7b1e0645c1
MDL-39249 Fix typo in available_update_deployer class
...
I have accidentally spotted this typo while working on this branch. It
has never caused any harm as both parameters callerurl and returnurl are
always passed. Blame copy/pasting of code blocks.
2013-04-20 03:01:36 +02:00
David Mudrák
5d7a4bab3f
MDL-39249 Return to the correct page after successful update deployment
...
The method available_update_deployer::make_execution_widget() used to
have hard-coded return URL. Now it accepts the return URL as the second
parameter and passes it to the mdeploy.php utility.
The callerurl parameter is now correctly passed and used.
2013-04-20 03:00:19 +02:00
David Mudrák
b27c50e234
MDL-39248 Fix the plugins check screen strings
...
Not all add-ons require administrator's attention during the upgrade
now. They are now listed only if there is an update available for them.
Also, it's not true any more that add-ons must be updated manually. They
can be updated using the automatic deployment feature, too.
2013-04-20 00:52:47 +02:00
David Mudrák
2f838a4e93
MDL-39248 Display only plugins with available updates at plugins check
2013-04-20 00:42:02 +02:00
Tim Hunt
ba86e1d1ee
MDL-39186 quiz password form: set param types.
2013-04-19 18:28:59 +01:00
David Scotson
13cb4ee0b4
MDL-38900 Change highlighted course section color
2013-04-19 16:39:29 +01:00
Dan Poltawski
b93945e9b9
Merge branch 'MDL-39219_scorm_ie7' of git://github.com/davosmith/moodle
...
Conflicts:
mod/scorm/module.js
2013-04-19 15:20:02 +01:00
Dan Poltawski
aa15c5f3ff
Merge branch 'MDL-38361' of https://github.com/prateeksachan/moodle
2013-04-19 15:11:33 +01:00
Dan Poltawski
35626ff4dd
MDL-39241 groups import: missing type
2013-04-19 14:51:27 +01:00
Dan Poltawski
00a850b33e
Merge branch 'wip-MDL-38565-m25' of git://github.com/samhemelryk/moodle
2013-04-19 13:29:07 +01:00
David Mudrák
9074e47871
MDL-39148 Highlight plugin status at the overview screen
...
Plugins that are to be installed and plugins that are missing from disk
are now highlighted at the Plugins overview screen. Other statuses (such as
of plugin to be upgraded) should not be needed at this page as those
are primarily intended for the Plugins checks screen during the upgrade.
2013-04-19 13:21:39 +02:00
Tim Hunt
53f8948899
MDL-39050 quiz access rules: settings.php files should work.
2013-04-19 11:50:25 +01:00
Mary Evans
082ebd6e51
MDL-38918 theme_simple: Added favicon.ico to theme/simple/pix directory.
2013-04-19 10:46:33 +01:00
David Mudrák
badf464792
MDL-39148 Non-installed plugins cannot be uninstalled
...
If the plugin has been only deployed to the disk without installing into
the database, do not allow going through the uninstallation procedure.
Not only it does not have much sense. But it can also lead to some
tricky situation due to dependencies. Better to block it and wait till
the plugin is either fully installed or removed from the disk.
2013-04-19 11:24:43 +02:00
BA CodeMonkey
f0e683ecb3
MDL-38854: Bootstrap theme - text input in a block is wider than the block
2013-04-19 11:07:04 +02:00
BA CodeMonkey
2135cec6e8
MDL-39231: Rename region-bs-main to region-main in layout files for theme bootstrap and theme simple
2013-04-19 10:52:03 +02:00
Damyon Wiese
42d2b9fbcc
MDL-39163 Version bump for css changes
2013-04-19 15:51:31 +08:00
Damyon Wiese
35490f6357
Merge branch 'MDL-39163-master' of git://github.com/FMCorz/moodle
2013-04-19 15:49:16 +08:00
Rajesh Taneja
1fe56a2a00
MDL-38851 Administration: Fixed setType in admin section
2013-04-19 15:18:33 +08:00
Damyon Wiese
43d3124816
Merge branch 'MDL-31194-master' of git://github.com/mouneyrac/moodle
2013-04-19 15:15:10 +08:00
Damyon Wiese
d9c22e944d
Merge branch 'MDL-39084-master' of github.com:StudiUM/moodle
2013-04-19 13:58:15 +08:00
Damyon Wiese
747230d564
Merge branch 'wip-MDL-39211-m25' of git://github.com/marinaglancy/moodle
2013-04-19 13:53:14 +08:00
Damyon Wiese
dd3b3a81d1
Merge branch 'MDL-39167' of git://github.com/timhunt/moodle
2013-04-19 13:13:28 +08:00
Damyon Wiese
29e2fecb44
MDL-39173 Assign - Remove permissions check and OUTPUT from previous patch
...
The permissions check is not correct (even users with grade capability should not
see user identities) and $assignment->get_renderer() is preferred over $OUTPUT.
2013-04-19 13:05:12 +08:00
Sam Chaffee
0399580003
MDL-39173 Assign - Enable comments for blind marking assignments (anonymous ones)
2013-04-19 13:03:05 +08:00
Sam Hemelryk
459699105c
Merge branch 'MDL-39206_master' of git://github.com/lazydaisy/moodle
2013-04-19 16:37:31 +12:00
Sam Hemelryk
2b2b967ecb
MDL-38646 mod_folder: improved upgrade of showexpanded
2013-04-19 16:28:29 +12:00
Sam Hemelryk
a03fdbb099
Merge branch 'MDL-38646' of git://github.com/rlorenzo/moodle
2013-04-19 16:23:21 +12:00
Sam Hemelryk
476554bbca
Merge branch 'MDL-38777-m' of git://github.com/andrewnicols/moodle
2013-04-19 15:20:44 +12:00
Frederic Massart
e62e473d44
MDL-30940 form: Mutiple select work correctly without any selection
2013-04-19 11:04:34 +08:00
Sam Hemelryk
91d72d3105
Merge branch 'MDL-39164' of git://github.com/jmvedrine/moodle
2013-04-19 14:54:41 +12:00
Sam Hemelryk
52b4bd37e7
Merge branch 'MDL-38710-master' of git://github.com/damyon/moodle
2013-04-19 14:41:25 +12:00
Sam Hemelryk
5ab262321c
Merge branch 'MDL-39033-master' of git://github.com/sammarshallou/moodle
2013-04-19 14:02:35 +12:00
Sam Hemelryk
4d35c88e10
Merge branch 'MDL-39185_master' of https://github.com/markn86/moodle
2013-04-19 13:53:55 +12:00
Sam Hemelryk
ff76b6044b
Merge branch 'MDL-39135-master' of git://github.com/damyon/moodle
2013-04-19 13:48:32 +12:00
Rex Lorenzo
57e228045b
MDL-38646 folder: change column from show_expanded to showexpanded
2013-04-18 17:28:35 -07:00
Sam Hemelryk
5cba0c4ba3
MDL-38565 cache: tidy up pre-integration
2013-04-19 10:13:36 +12:00
Sam Hemelryk
4da28110c0
MDL-38565 cache: improve stats gathering
2013-04-19 10:12:59 +12:00
Sam Hemelryk
fbf76dcd17
MDL-38565 cache: upgrade code to amend default stores
2013-04-19 10:12:59 +12:00
Sam Hemelryk
059102e728
MDL-38565 cache: cron routine to clean up old session data
2013-04-19 10:11:48 +12:00
Sam Hemelryk
dbd2ea4e1f
MDL-38565 cache: session caches now function as expected
...
This change is a large change to the way sessions are handled
within MUC after it was discovered that session did not function
as expected when any store other than the default session store
was being used.
As part of this change the session loader has been largely
customised in order to consolidate session data for the loader.
The unit tests have also being greatly increased to provide
better coverage for sessions.
2013-04-19 10:11:48 +12:00
Sam Hemelryk
0678958015
MDL-38411 css: new unit tests to cover chunking
2013-04-19 10:09:45 +12:00
Sam Hemelryk
e10750279d
MDL-38441 css: implemented chunking of large sheets
2013-04-19 10:09:45 +12:00
David Mudrák
9e31e23d60
MDL-38603 Reorganise Workshop settings form
...
Example submissions settings moved into a dedicated section.
Self-assessment setting moved to the assessment section. There is no
need for the dedicated Workshop features section any more. All Workshop
feedback settings moved into a dedicated section.
Reorganised grading settings - the grading strategy put into the top
place as it is the essential setting. All other three settings are
related to calculating actual grades.
No advanced setting fields in the Workshop form. Mixing collapsible
sections with advanced fields (that are not even marked as "advanced"
any more) does not work well.
AMOS BEGIN
CPY [feedback,mod_assign],[feedbacksettings,mod_workshop]
AMOS END
2013-04-18 23:31:35 +02:00
David Mudrák
d34ea7dc33
MDL-38603 Deprecate usepeerassessment setting in Workshop
...
There was a plan to make use of it initially when Workshop was rewritten
for Moodle 2.0. The idea was that the Workshop could be switched into a
simplified mode where teachers only make assessments (with all the
grading strategies available). But things evolved since then and now we
have Advanced grading methods available in the new Assignment module
that solves the use case well. So, having this option available is not
only confusing but - looking at the code - pretty useless.
For now, I am just hiding the setting from the settings form and the
code always considers it as if it was enabled. In the future, the field
can disappear from the database, too.
2013-04-18 23:10:10 +02:00
Petr Škoda
9a1c818d28
MDL-39141 fix customtoolbar notices during upgrade
2013-04-18 20:22:01 +02:00
Petr Škoda
2d97513d12
MDL-38972 add upgrade info for duplicate index-key problems
2013-04-18 20:21:03 +02:00
Petr Škoda
02e5f81c94
MDL-38972 detect key-index duplicates
2013-04-18 20:21:02 +02:00
Jean-Michel Vedrine
b48193383f
MDL-39172 Import of .dat files is broken in blackboard_six import format
2013-04-18 17:39:13 +02:00
Jean-Michel Vedrine
cdcda6a0b4
MDL-39164 GIFT, Blackboard and Examview import of essay questions broken
2013-04-18 17:36:18 +02:00
Colin Chambers
919834f2eb
MDL-39220 Javascript: Editor shrinks using collapse button
2013-04-18 15:46:07 +01:00
Jean-Philippe Gaudreau
25e500f621
MDL-39084 grade: Capability checks are incoherent for the Course grade settings section
2013-04-18 09:05:01 -04:00
Dan Poltawski
3a8c4380c0
on demand release 2.5beta+
...
Special 'Spoons curry' UK Edition ;-)
2013-04-18 12:52:52 +01:00
Davo Smith
c4dccb99fb
MDL-39219 mod_scorm - replace JSON with Y.JSON for IE7 compatibility
2013-04-18 12:44:24 +01:00
Dan Poltawski
8a4f888220
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2013-04-18 12:41:24 +01:00
Damyon Wiese
1d0c0c4a23
MDL-38592: Add major version redirect for settings used frontpage.
2013-04-18 16:42:33 +08:00
Dan Poltawski
5ca1899e6e
Merge branch 'MDL-39203-master' of git://github.com/FMCorz/moodle
2013-04-18 08:50:29 +01:00
Frederic Massart
926a3512a5
MDL-39203 repository: Fixed authentication errors with Dropbox
2013-04-18 14:47:22 +08:00
Marina Glancy
473d5f74c7
MDL-39211 forgotten include of /course/lib.php
2013-04-18 13:47:04 +10:00
Mary Evans
10962df0e4
MDL-39206 theme_bootstrap: Added resized/opaque screenshot.jpg
2013-04-18 01:45:11 +01:00
Andrew Nicols
c0123ff2c3
MDL-38777 JavaScript: Remove YUI cache persistence
...
The cache does not need to be persistent within the same request and this
just holds memory open for no good reason.
2013-04-17 22:45:23 +01:00
Tim Hunt
d823a63db0
MDL-39167 quiz access rules: need to validate their settings.
...
We were missing the hook in the form validation method. We had them
everywhere else they were needed.
2013-04-17 14:24:38 +01:00
Dan Poltawski
500f9a4c9d
Merge branch 'wip-mdl-39110' of git://github.com/rajeshtaneja/moodle
2013-04-17 12:48:17 +01:00
Dan Poltawski
51850ccaf8
Merge branch 'MDL-38573-master-int' of git://github.com/FMCorz/moodle
2013-04-17 12:37:23 +01:00
Dan Poltawski
0107a90fe8
Merge branch 'MDL-39081' of git://github.com/rwijaya/moodle
2013-04-17 12:32:39 +01:00
Dan Poltawski
73f5a0d864
MDL-39021 pluginlib: theme_simple is a core plugin
...
Don't list as an add-on.
2013-04-17 12:27:24 +01:00
Dan Poltawski
c6101ef441
Merge branch 'MDL-39087-plugins-uninstall' of git://github.com/mudrd8mz/moodle
2013-04-17 12:09:20 +01:00
Eloy Lafuente (stronk7)
b279f33410
Merge branch 'MDL-38956_master' of git://github.com/dmonllao/moodle
2013-04-17 12:50:50 +02:00
Yuliya Bozhko
9b0f001445
MDL-39049 Badges: Fix error when awarding a badge from recipients page
2013-04-17 17:03:19 +08:00
Frederic Massart
ad4bbda9eb
MDL-38573 choice: Reformat settings form
2013-04-17 15:54:59 +08:00
Mark Nelson
4a8a72656d
MDL-39185 mod_forum: declare new object before creating member variables to prevent Strict Standards warning
2013-04-17 15:20:41 +08:00
Jerome Mouneyrac
843fac4557
MDL-38889 Community finder search display setType() form warnings
2013-04-17 14:31:23 +08:00
Damyon Wiese
78d9d52a0a
MDL-38710 assign: Fix one typo and change one param to PARAM_BOOL
2013-04-17 13:50:33 +08:00
Dan Poltawski
9231cd8826
MDL-38710 assign: convert selectedusers to PARAM_SEQUENCE
...
This param type is more appropiate.
2013-04-17 13:50:23 +08:00
Dan Poltawski
68d646f3eb
MDL-38710 assign: fix missing setType calls
2013-04-17 13:50:23 +08:00
Jerome Mouneyrac
63c7be350b
MDL-34434 Change the texts saying that we'll be removing web service deprecated functions from 2.5
2013-04-17 12:13:04 +08:00
Eloy Lafuente (stronk7)
9b81eef05d
Merge branch 'w15_MDL-39052_m25_csvtemp' of git://github.com/skodak/moodle
2013-04-17 02:43:49 +02:00
Eloy Lafuente (stronk7)
d10d607e8c
Merge branch 'MDL-39151-master' of git://github.com/FMCorz/moodle
2013-04-17 02:01:16 +02:00
Eloy Lafuente (stronk7)
a821c10b86
Merge branch 'w15_MDL-39069_m25_helpwindow' of git://github.com/skodak/moodle
2013-04-17 01:55:45 +02:00
Eloy Lafuente (stronk7)
4ec465b155
Merge branch 'MDL-38100-master' of git://github.com/FMCorz/moodle
2013-04-17 01:40:51 +02:00
Eloy Lafuente (stronk7)
e377d86765
Merge branch 'MDL-39066-master' of git://github.com/ankitagarwal/moodle
2013-04-17 01:36:43 +02:00
Eloy Lafuente (stronk7)
9004d7a51c
Merge branch 'wip-MDL-39145-m25' of git://github.com/marinaglancy/moodle
2013-04-17 01:27:39 +02:00
Eloy Lafuente (stronk7)
91560510dc
Merge branch 'w15_MDL-39129_m25_afterburner' of git://github.com/skodak/moodle
2013-04-17 01:06:17 +02:00
Eloy Lafuente (stronk7)
359c1d4756
Merge branch 'w15_MDL-39075_m25_userdesc' of git://github.com/skodak/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2013-04-17 01:04:09 +02:00
Eloy Lafuente (stronk7)
3536896e25
Merge branch 'wip-MDL-39111-m25' of git://github.com/marinaglancy/moodle
2013-04-16 23:50:19 +02:00
Dan Poltawski
b90bd21c5f
Merge branch 'MDL-27814-master' of git://github.com/ankitagarwal/moodle
...
Conflicts:
lib/deprecatedlib.php
2013-04-16 14:47:14 +01:00
Frederic Massart
df654d1a1b
MDL-39163 repository: Make use of the new Moodle icon
2013-04-16 21:25:38 +08:00
Barbara Ramiro
0e496c838e
MDL-39163 usability: New Moodle icon
2013-04-16 21:25:23 +08:00
Frederic Massart
fb5544d2cd
MDL-38100 repository_googledocs: Proper Google Drive icon
2013-04-16 20:49:42 +08:00
Dan Poltawski
dfd24d622f
Merge branch 'MDL-39140_m25' of git://github.com/sbourget/moodle
2013-04-16 13:46:51 +01:00
Dan Poltawski
bc02f33809
Merge branch 'wip-mdl-39116' of git://github.com/rajeshtaneja/moodle
2013-04-16 13:42:01 +01:00
Dan Poltawski
342b1901ac
Merge branch 'MDL-39029' of git://github.com/jacks92/moodle
2013-04-16 13:30:10 +01:00
Dan Poltawski
f7f1465f91
Merge branch 'm25_MDL-38678_SCORM_RTE_not_required_for_SCO_Assets' of https://github.com/scara/moodle
2013-04-16 13:26:34 +01:00
Petr Škoda
e88419a2fd
MDL-39069 open new window for help when JS disabled
2013-04-16 14:12:31 +02:00
Dan Poltawski
05e1747dfe
Merge branch 'MDL-39080_master' of git://github.com/kordan/moodle
2013-04-16 12:44:42 +01:00
Dan Poltawski
7e43a15ffe
MDL-39063 badges: fix whitespace errors
2013-04-16 12:11:30 +01:00
Dan Poltawski
19226a309f
Merge branch 'MDL-39063' of github.com:totara/openbadges
...
Conflicts:
admin/settings/badges.php
lib/db/upgrade.php
version.php
2013-04-16 12:00:46 +01:00
Damyon Wiese
d523d161fe
Merge branch 'wip-MDL-39064-master' of git://github.com/marinaglancy/moodle
...
Conflicts:
theme/bootstrap/style/generated.css
2013-04-16 16:56:09 +08:00
Damyon Wiese
5073388e74
Merge branch 'wip-MDL-38592-master' of git://github.com/marinaglancy/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2013-04-16 16:03:33 +08:00
Damyon Wiese
6a508eaccf
Merge branch 'w15_MDL-34674_m25_spell' of git://github.com/skodak/moodle
2013-04-16 15:56:10 +08:00
Daniel Neis Araujo
58f739c5fd
MDL-38136: fix user_get_user_details doesn't return idnumber (thanks to Antonio Carlos Mariani)
2013-04-16 15:50:13 +08:00
Petr Škoda
667447d129
MDL-39052 create temp files only in Moodle temp folder
2013-04-16 09:38:28 +02:00
Ankit Agarwal
a915104b4d
MDL-39066 blogs: Add missing setType calls in blogs
2013-04-16 15:11:51 +08:00
Frederic Massart
5ab1b98274
MDL-39151 repository: Do not filter repository listing on manage pages
2013-04-16 14:43:51 +08:00
Petr Škoda
ca117d1e5b
MDL-34674 add CTRL+right click hint to tinymce context menus
2013-04-16 08:37:21 +02:00
Damyon Wiese
e0cded5d44
Merge branch 'wip-MDL-38055-m25' of git://github.com/samhemelryk/moodle
2013-04-16 14:32:53 +08:00
Marina Glancy
0fd2635038
MDL-38592 Settings for courses lists on front page are made more user friendly
...
- 'List of courses' is split into 'List of courses' (available) and 'Enrolled courses', CFG->disablemycourses is deprecated;
- CFG->frontpageloggedin by default shows list of available courses;
- There is separate item to display course search box
- CFG->maxcoursesincombo is deprecated
- CFG->maxcategorydepth changed default value to 2 since we have AJAX loading now
- FRONTPAGECOURSELIMIT is transformed to CFG->frontpagecourselimit
c
2013-04-16 15:00:55 +10:00
Marina Glancy
f6812f575f
MDL-39111 check repository instance context instead of repository usage context (following MDL-34346)
2013-04-16 13:28:42 +10:00
Marina Glancy
b1c2fc65e4
MDL-39145 add text in upgrade.txt about functions deprecated in MDL-37085
2013-04-16 11:50:19 +10:00
Eloy Lafuente (stronk7)
e32a8ae832
Merge branch 'w15_MDL-39132_m25_badgesettings' of git://github.com/skodak/moodle
2013-04-16 02:07:15 +02:00
Eloy Lafuente (stronk7)
718995ee30
Merge branch 'wip-MDL-39127-m25-integration' of git://github.com/samhemelryk/moodle
2013-04-16 01:24:33 +02:00
Eloy Lafuente (stronk7)
4af6e51309
Merge branch 'master_MDL-37844' of git://github.com/danmarsden/moodle
2013-04-16 01:14:06 +02:00
Sam Hemelryk
2fb77a96b3
MDL-39127 navigation: fixed loading of categories for navbar
2013-04-16 11:02:06 +12:00
Yuliya Bozhko
e280531436
MDL-39063 badges: Improve external backpack usability and workflow
2013-04-16 10:47:40 +12:00
Stephen Bourget
01b3704f1b
MDL-39140 mod_folder: Fix missing call to setType()
2013-04-15 17:59:25 -04:00
Dan Poltawski
9aae7551ec
Merge branch 'MDL-38880' of git://github.com/jmvedrine/moodle
2013-04-15 16:25:06 +01:00
Dan Poltawski
1184c3da23
MDL-39135 assign_feedback: fix missing renderer argument
...
assign_user_summary expects extra profile fields
2013-04-15 14:57:00 +01:00
Dan Poltawski
e5e5097081
NOBUG - reduce whitespace errors a little
2013-04-15 13:29:14 +01:00
Dan Poltawski
e34b27bae7
MDL-39047 - theme: fix various whitespace problems
2013-04-15 13:19:56 +01:00
Petr Škoda
f2770bfe1a
MDL-39132 always include badge settings, hide the pages when disabled
2013-04-15 13:21:39 +02:00
Dan Poltawski
34ddaf7146
Merge branch 'MDL-39047_master' of https://github.com/markn86/moodle
2013-04-15 12:15:24 +01:00
Rajesh Taneja
0434840004
MDL-39116 Course: Pluginname strings will be set in M.str for all modules supporting Dnd
...
Currently, if new activity/resource is created by DnD and M.str doesn't have pluginname string
it show wrong string, so loading pluginnames for all modules which support DnD
2013-04-15 17:42:24 +08:00
Mark Nelson
12cb45f199
MDL-39047 forms: set the z-index of the calendar pop-up so that it renders above the filemanager
2013-04-15 17:37:41 +08:00
Ruslan Kabalin
ef7dd02cc7
MDL-34939: Fix clamdscan permissions-related issues
...
Use --fdpass parameter that passes the file descriptor permissions to clamd,
which allows to scan given file irrespective of directory and file
permissions. Changing file permissions is not required.
2013-04-15 10:30:36 +01:00
Dan Poltawski
3d7414b399
MDL-38309 fix whitespace issues
2013-04-15 10:26:53 +01:00
Dan Poltawski
7e155b96fb
Merge branch 'wip-MDL-38309-m25' of git://github.com/marinaglancy/moodle
2013-04-15 10:24:20 +01:00
Petr Škoda
1fbdfa49fc
MDL-39129 convert afterburner to new theme setting file
...
This patch is based on work by Gareth J Barnard, Pau Ferrer Ocaña (crazyserver) and others.
2013-04-15 11:16:26 +02:00
Dan Poltawski
6c9e174cc8
MDL-37762 course: fix category url
2013-04-15 09:29:06 +01:00
Dan Poltawski
ed9a90c018
Merge branch 'MDL-38980_master' of git://github.com/lazydaisy/moodle
2013-04-15 09:05:25 +01:00
Dan Poltawski
118f39de13
Merge branch 'MDL-39010_master' of git://github.com/lazydaisy/moodle
2013-04-15 08:58:30 +01:00
Rossiani Wijaya
167b2c3d1e
MDL-39081 workshop mod: fixed missing setType error
2013-04-15 15:42:22 +08:00
Dan Poltawski
a7eac88f94
Merge branch 'MDL-39000-master' of git://github.com/sammarshallou/moodle
2013-04-15 08:29:56 +01:00
Dan Poltawski
3cdea44a87
Merge branch 'MDL-38011' of git://github.com/srynot4sale/moodle
2013-04-15 07:58:53 +01:00
Dan Poltawski
5795bc60c9
Merge branch 'MDL-38716-master-int' of git://github.com/FMCorz/moodle
2013-04-15 07:35:14 +01:00
Rajesh Taneja
ff10ac5258
MDL-39110 Administration: Get role from get_roles function to display as filter label
2013-04-15 14:25:38 +08:00
Damyon Wiese
5f022c5799
Merge branch 'MDL-39068' of git://github.com/stronk7/moodle
2013-04-15 14:24:52 +08:00
David Monllao
242a27b180
MDL-38956 behat: New test
...
According to MDLQA-92, a teacher can preview
questions in the question bank.
2013-04-15 14:14:31 +08:00
Damyon Wiese
823efcedcc
MDL-37762 navbar - fold some long lines in previous patch
2013-04-15 13:32:07 +08:00
Damyon Wiese
23718dade9
Merge branch 'wip-MDL-37762-m25' of https://github.com/samhemelryk/moodle
2013-04-15 13:30:28 +08:00
Damyon Wiese
8b5f2be25d
MDL-38904 Theme - JS improvements for bootstrap.
...
Fix minor whitespace issue in thirdparty lib (will remove exclusion for it from ci).
Update yui-gallery modules location in readme.
Remove code-coverage files.
2013-04-15 12:17:00 +08:00
Damyon Wiese
171c3d6c3c
Merge branch 'MDL-38904-m' of git://github.com/andrewnicols/moodle
2013-04-15 11:57:38 +08:00
Frederic Massart
87c1c82286
MDL-38716 accessibility: ARIA attributes and roles defined on form actions
2013-04-15 11:46:05 +08:00
Damyon Wiese
ab707e3df8
MDL-39021 Theme - Fix phpdoc @package tags for simple theme
2013-04-15 11:23:17 +08:00
Mary Evans
59e31add66
MDL-39021 Themes - Add a new simple theme based on bootstrap.
...
Credits to:
Mary Evans <lazydaisy@visible-expression.co.uk > and
David Scotson <david.scotson@glasgow.ac.uk >
2013-04-15 11:15:59 +08:00
Damyon Wiese
ca17a1242a
Merge branch 'w15_MDL-35434_m25_storedfilesetting' of git://github.com/skodak/moodle.git
2013-04-15 11:01:52 +08:00
Petr Škoda
fe7b75f85c
MDL-35434 add support for theme setting files
...
This patch is based on work by Gareth J Barnard, Pau Ferrer Ocaña (crazyserver) and others.
2013-04-15 10:58:00 +08:00
Petr Škoda
6ddc9278ff
MDL-35434 new stored file config setting
2013-04-15 10:57:47 +08:00
Marina Glancy
2fada29001
MDL-38309 Added comments on overwriting functions in themes
...
Defined function tabree() as final so themes do not override it by mistake.
Added comments to other similar shortcut functions that themes should not override them (can not declare them final
for backward compartibility)
2013-04-15 12:13:14 +10:00
Marina Glancy
a5f82c5b21
MDL-38309 Substitute usage of print_tabs() with renderable tabtree
2013-04-15 12:13:13 +10:00
Marina Glancy
c269b9d16f
MDL-38309 move HTML generation from print_tabs() to renderer
...
- created renderable object tabtree that represents the tree of tabs, extends tabobject
- created core_renderer::tabtree(), and supporting core_renderer::render_tabtree(), core_renderer::render_tabobject()
- change print_tabs() to use renderer function, deprecate supporting not needed functions
2013-04-15 12:13:03 +10:00
Damyon Wiese
986adc066c
MDL-39092 Yuilib - remove more -coverage.js files
...
Also slight tweak to the readme for someone who does not know shifter.
2013-04-15 09:02:11 +08:00
Damyon Wiese
6cf7afff3c
Merge branch 'MDL-39092-m' of git://github.com/andrewnicols/moodle
2013-04-15 08:56:27 +08:00
Eloy Lafuente (stronk7)
b4f93903a7
Merge branch 'MDL-38617_master' of git://github.com/dmonllao/moodle
2013-04-15 02:33:17 +02:00
Eloy Lafuente (stronk7)
35bff0716d
Merge branch 'MDL-38947_master' of git://github.com/dmonllao/moodle
2013-04-15 02:22:23 +02:00
Eloy Lafuente (stronk7)
ef6fbe9eef
Merge branch 'MDL-38948_master' of git://github.com/dmonllao/moodle
2013-04-15 02:22:06 +02:00
Eloy Lafuente (stronk7)
e9324d0863
Merge branch 'MDL-38949_master' of git://github.com/dmonllao/moodle
2013-04-15 02:19:58 +02:00
Eloy Lafuente (stronk7)
252612a670
Merge branch 'MDL-38962_master' of git://github.com/dmonllao/moodle
2013-04-15 02:08:35 +02:00
Eloy Lafuente (stronk7)
068fc30fa5
Merge branch 'MDL-38960_master' of git://github.com/dmonllao/moodle
2013-04-15 01:59:21 +02:00
Eloy Lafuente (stronk7)
7fc82aec49
Merge branch 'MDL-39089_master' of git://github.com/dmonllao/moodle
2013-04-15 01:57:01 +02:00
Sam Hemelryk
abb29010f3
MDL-37762 navbar: shows categories for current course again
2013-04-15 11:27:26 +12:00
Andrew Nicols
24af2fbaf3
MDL-39092 JavaScript: Add default Shifter configuration
...
The settings here ensure that -coverage.js files are not built, and that
the Shifter defaults to using the jshint configuration in the moodle root
directory.
2013-04-14 21:08:34 +01:00
Andrew Nicols
8600a05228
MDL-39092 JavaScript: Ignore all upstream YUI coverage JS
2013-04-14 21:08:34 +01:00
Andrew Nicols
731f29702c
MDL-39092 JavaScript: Remove all upstream YUI coverage JS files
2013-04-14 17:34:34 +01:00
Andrew Nicols
b047220d30
MDL-39092 JavaScript: Ignore all Moodle YUI coverage JS
2013-04-14 17:34:03 +01:00
Andrew Nicols
569c9a3b90
MDL-39092 JavaScript: Remove Moodle YUI coverage JS files
2013-04-14 17:30:08 +01:00
Eloy Lafuente (stronk7)
d7ce8b1434
MDL-39068 use cross-db text column ORDER BY
...
Credit goes to Valerii Kuznetsov, thanks!
2013-04-14 16:07:43 +02:00
David Monllao
9fb5894e79
MDL-38947 behat: New test
...
According to MDLQA-73, in a lesson
activity, students can navigate through
a series of pages in various ways
depending upon their answers to questions.
2013-04-14 15:02:39 +08:00
David Monllao
51434146e4
MDL-38948 behat: New test
...
According to MDLQA-76, a teacher can
set a time limit for a lesson activity.
2013-04-14 13:03:27 +08:00
David Monllao
d2ae1f07de
MDL-38617 behat: New test
...
According to MDLQA-1178, an administrator
can filter user accounts by role, cohort
and other variables.
2013-04-14 12:39:50 +08:00
David Monllao
e2e4813b0d
MDL-38949 behat: New test
...
According to MDLQA-81, a teacher can
password protect a lesson and/or set
available from and deadline dates.
2013-04-14 11:09:03 +08:00
David Monllao
e541bc2182
MDL-38949 behat: Fix editor presence detection issue
...
Checking not only the presence of an editor
in the page, also an editor for the target
field.
2013-04-14 11:07:33 +08:00
David Monllao
ed6ca2d2f1
MDL-38949 behat: Form field for selectyesno
...
Silly extension of behat_form_select.
2013-04-14 10:58:20 +08:00
Mary Evans
bd0f9262d2
MDL-38980 theme_bootstrap: Increased sort order value for language menu item.
2013-04-13 11:37:34 +01:00
AMOS bot
ebcec78441
Automatically generated installer lang files
2013-04-13 00:37:23 +00:00
Petr Škoda
0c4c981f03
MDL-39075 use html as default user description text format
2013-04-12 22:20:42 +02:00
sam marshall
4bab91bc53
MDL-39033 Conditional availability: Available items dimmed to students
2013-04-12 13:33:23 +01:00
Petr Škoda
0ac97084fa
MDL-34674 use browser built-in spell checking in all browsers except < IE10
2013-04-12 11:33:23 +02:00
Ankit Agarwal
f42d2a22bc
MDL-27814 blogs: Refactoring code to use proper context and such
...
Based on the decisions made in the issue, most places in blog should use site context.
There are also minor other refactoring to support all changes made in the issue.
2013-04-12 16:05:05 +08:00
Ankit Agarwal
4ef082980d
MDL-27814 blogs: Deprecate associate blog caps
...
moodle/blog:associatemodule and moodle/blog:associatecourse should not be used
anymore as per the discussion in the issue. Everyone is free to blog about anything
they want to blog about.
2013-04-12 16:05:01 +08:00
Ankit Agarwal
7ac18cf9c2
MDL-27814 blogs: Deprecate blog_get_context_url()
2013-04-12 16:04:44 +08:00
Ankit Agarwal
a11caae7d4
MDL-27814 blogs: Remove redundant code
...
Since all blog pages are in system context always, it is useless to try to get course/mod params from page context
2013-04-12 16:03:05 +08:00
Ankit Agarwal
68fc1cc279
MDL-27814 blogs: Cleaning up contexts in blogs
...
All blogs pages should be in system context. Blogs are in system context just about various things (course, activity etc)
2013-04-12 16:03:02 +08:00
David Monllao
1e31fc1724
MDL-38962 behat: New test
...
According to MDLQA-112, there is a choice
of formats for editing a wiki page.
2013-04-12 14:26:28 +08:00
David Monllao
3de2643218
MDL-38960 behat: New test
...
According to MDLQA-111, a history of each
wiki page is available.
2013-04-12 13:22:59 +08:00
Paul Nicholls
75bdae9f6e
MDL-37762: Breadcrumb not showing categories on course page
2013-04-12 16:40:12 +12:00
David Monllao
83cfd14444
MDL-38089 mod_wiki: Fix incorrect links
2013-04-12 12:14:13 +08:00
Damyon Wiese
c7ee04bd64
MDL-29877 Grades - Remove hardcoded prefix from upgrade steps
2013-04-12 11:53:48 +08:00
Damyon Wiese
42f563f65e
MDL-29877 Grades - version bump for upgrade step.
2013-04-12 11:16:23 +08:00
Damyon Wiese
77dd442ab9
Merge branch 'MDL-29877_bad_grade_item' of git://github.com/andyjdavis/moodle
...
Conflicts:
version.php
2013-04-12 11:14:10 +08:00
Dan Poltawski
47df95c362
Merge branch 'MDL-39054' of git://github.com/jacks92/moodle
2013-04-12 11:08:28 +08:00
Dan Poltawski
f4f0a085d8
Merge branch 'MDL-39011_master' of github.com:totara/openbadges
2013-04-12 10:45:00 +08:00
Dan Poltawski
f4686f5df9
Merge branch 'MDL-39049_master' of github.com:totara/openbadges
2013-04-12 10:30:10 +08:00
Dan Poltawski
e8c7506a45
Merge branch 'MDL-37537' of git://github.com/srynot4sale/moodle
2013-04-12 10:26:05 +08:00
Dan Poltawski
481c1c363a
Merge branch 'MDL-38637-master' of github.com:StudiUM/moodle
2013-04-12 10:08:45 +08:00
David Mudrák
3ca1b54642
MDL-39087 Use progress_trace class to display uninstallation progress
...
This is much better API than using the array passed by reference. At the
moment, it is pretty hacky as it abuses text_progress_trace to output
raw HTML echoed by uninstall_plugin() but that will be improved later
while moving the logic out of that function into the plugin_manager.
2013-04-12 04:02:28 +02:00
Dan Poltawski
315e2ad133
Merge branch 'integration_MDL-38997' of github.com:totara/moodle
2013-04-12 09:59:49 +08:00
David Mudrák
c2d2001a14
MDL-39087 Improve the Plugins overview renderer
...
As suggested by Tim Hunt during the peer-review, rendering methods
should not set properties of the page they are producing HTML code for.
Additionally, the page now uses correct check that the uninstalling can
happen.
2013-04-12 03:32:35 +02:00
David Mudrák
ccc6c15fd2
MDL-39087 Fix plugin_manager::can_uninstall_plugin() implementation
...
There was a false positive result for subplugin required by other
subplugin. See the unit test.
2013-04-12 03:23:47 +02:00
David Mudrák
54d7589397
MDL-39087 Improve the Plugins overview table layout
...
This patch returns the layout of the Uninstall | Settings links to two
columns. There is no space saved on the screen by using the single
column and two columns align better. The reasoning for using single
column was that there would be multiple links in the 'Actions' column
but that does not seem to happen anytime soon.
2013-04-12 01:44:35 +02:00
David Mudrák
73658371eb
MDL-39087 Simplify get_uninstall_url() interpretation
...
The get_uninstall_url() method of all subclasses of plugininfo_base
class is now expected to always return moodle_url. Subclasses can use
the new method is_uninstall_allowed() to control the availability of the
'Uninstall' link at the Plugins overview page (previously they would do
it by get_uninstall_url() returning null). By default, URL to a new
general plugin uninstall tool is returned. Unless the plugin type needs
extra steps that can't be handled by plugininfo_xxx::uninstall() method
or xmldb_xxx_uninstall() function, this default URL should satisfy all
plugin types.
The overall logic is implemented in plugin_manager::can_install_plugin()
that respects the plugininfo class decision and vetoes it in certain
cases (typically when plugin or its subplugin is required by some other
plugin).
2013-04-12 01:44:35 +02:00
David Mudrák
d7d48b4091
MDL-39087 Add new helper methods to the plugin_manager API
...
These are mainly intended for callers that had to iterate over
get_plugins() result manually.
2013-04-12 01:44:34 +02:00
David Mudrák
c6f4c88ffb
MDL-39087 Offer deleting for standard plugins if possible, too
...
The plugin_manager::is_plugin_folder_removable() method should do just
one thing and do it well. Also, as was raised during the peer-review,
there should not be technical differences between standard plugins and
add-ons.
2013-04-12 01:42:58 +02:00
David Mudrák
86a862cdc2
MDL-39087 Add missing unit tests for the plugin_manager
...
This patch improves and adds unit tests for the plugin_manager class.
These unit tests cover the existing functionalities. Tests for the
new features related directly with MDL-38259 will be added in a separate
commit (to make it clear what's related to it).
2013-04-12 01:42:58 +02:00
David Mudrák
7a46a55d00
MDL-39087 Fix plugin_manager::plugin_name() implementation
...
This is not directly related to the issue. However, it turned out that
if this method was called on plugin_manager without loaded plugins, it
would throw an error. This new implementation uses cleaner access to the
plugininfo subclass.
2013-04-12 01:42:58 +02:00
David Mudrák
bfaed43214
MDL-39087 Fix missing cronlib inclusion in file_storage::cron()
...
This is not actually related to MDL-38259 but it was discovered while
running unit tests for file_storage. When running the tests for this
class separately, the cronlib.php was not included (it is included
when this method is normally called during cron execution).
2013-04-12 01:42:58 +02:00
David Mudrák
546b886416
MDL-39087 Delete all component files in uninstall_plugin()
2013-04-12 01:42:58 +02:00
David Mudrák
5718a12313
MDL-39087 Purge all caches at the end of uninstall_plugin()
...
This is necessary now as many plugins management related features
started to use MUC intensively recently. During the development of this
issue, we realized that the plugin was still considered as installed if
caches were not purged.
2013-04-12 01:42:58 +02:00
David Mudrák
436d94478d
MDL-39087 Implement a common interface for uninstalling general plugin
...
Plugins may use this general tool for uninstallation and eventually
removal of the deployed source code. At the moment, this is implemented
as a wrapper for the core function uninstall_plugin() with an extra hook
in the relevant plugin info subclass.
For non-standard add-ons, the tool can remove the deployed plugin source
code as well, if the web server has required write permissions. Ideally,
all add-ons installed via the new tool_installaddon should be removable
via the web interface as well.
2013-04-12 01:42:58 +02:00
David Mudrák
0b733dd9e2
MDL-39087 Clarify plugininfo_base::get_uninstall_url() return value
...
The method now returns null if there should be no 'Uninstall' link at
the Plugins management screen. For non-standard add-ons the method now
returns URL to a general uninstall tool.
Plugin info subclasses can still override the method to provide URL to
their own UI for uninstalling. If the plugin type wants to use the
general uninstall tool also for standard plugins, it should override
this method and explicitly return $this->get_default_uninstall_url().
Otherwise, the 'Uninstall' link will be provided for add-ons only.
2013-04-12 01:42:58 +02:00
Matteo Scaramuccia
5ecd13bc66
MDL-38678 SCORM: Runtime Environment (RTE) checks not required in case of SCO Assets
2013-04-11 22:44:29 +02:00
Jean-Philippe Gaudreau
d1f167aa56
MDL-38637 CAS Authentication: Undefined index: QUERY_STRING when executing cron
2013-04-11 10:56:21 -04:00
Eloy Lafuente (stronk7)
2f587fb334
Merge branch 'MDL-38828_master' of git://github.com/dmonllao/moodle
2013-04-11 16:44:47 +02:00
Eloy Lafuente (stronk7)
2087fa6223
Merge branch 'MDL-38961_master' of git://github.com/dmonllao/moodle
2013-04-11 16:32:32 +02:00
Eloy Lafuente (stronk7)
bd3d4c9e8d
Merge branch 'MDL-38963_master' of git://github.com/dmonllao/moodle
2013-04-11 16:30:08 +02:00
Jean-Michel Vedrine
c80fb6d95e
MDL-38880 Imported Cloze questions lose embedded images or other media
2013-04-11 16:22:20 +02:00
Eloy Lafuente (stronk7)
33fcbe89d4
Merge branch 'MDL-38940_master' of git://github.com/dmonllao/moodle
2013-04-11 16:11:40 +02:00
Eloy Lafuente (stronk7)
c51e1fa37e
Merge branch 'MDL-38957_master' of git://github.com/dmonllao/moodle
2013-04-11 15:56:45 +02:00
Eloy Lafuente (stronk7)
e9bcf8019b
Merge branch 'MDL-38958_master' of git://github.com/dmonllao/moodle
2013-04-11 15:52:53 +02:00
Marina Glancy
a610d873c6
MDL-39064 Course listings CSS ported from base to bootstrap theme
2013-04-11 23:18:10 +10:00
Marina Glancy
73fe7470d1
MDL-39064 changed sequence of directives to separate course content and course listings
2013-04-11 23:18:10 +10:00
Jayesh Anandani
6b7a020b23
MDL-39029 quiz password: autofocus feature added
2013-04-11 17:26:58 +05:30
Jayesh Anandani
620233b8fb
MDL-39054 quiz statistics: move hard-coded text to lang file
2013-04-11 16:41:43 +05:30
Eloy Lafuente (stronk7)
b3661ab272
on demand release 2.5beta+
2013-04-11 12:38:46 +02:00
Eloy Lafuente (stronk7)
f6cec2fd62
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2013-04-11 12:32:32 +02:00
David Monllao
9c5cf72c46
MDL-38961 behat: New test
...
According to MDLQA-110, edited wiki
pages may be previewed before saving.
2013-04-11 17:29:18 +08:00
David Monllao
07fd6882b8
MDL-38963 behat: New test
...
According to MDLQA-113, a teacher can
set a wiki to be collaborative or
individual.
2013-04-11 17:28:24 +08:00
David Monllao
58c2fae525
MDL-38940 behat: New test
...
According to MDLQA-32, glossary entries
can be searched or browsed by alphabet,
category, date or author.
2013-04-11 17:26:53 +08:00
David Monllao
d72a183645
MDL-38957 behat: New test
...
According to MDLQA-94, a teacher can
sort questions in the question bank.
2013-04-11 17:24:12 +08:00
David Monllao
a97d274c92
MDL-38958 behat: New test
...
According to MDLQA-91, a teacher can
edit questions in the question bank.
2013-04-11 17:23:08 +08:00
Dan Poltawski
a96eb3a55f
Revert "MDL-38254 Assignment Module: add avaialble message to all assignment types"
...
This reverts commit 2612e21bd4 .
2013-04-11 16:52:25 +08:00
Kordan
dfa98f1a22
MDL-39080 theme_formal_white: modified "Main menu" block look to resemble the "Navigation" one
2013-04-11 10:52:13 +02:00
David Monllao
1303eb290f
MDL-38958 behat: Step definitions to interact with popup windows
2013-04-11 13:58:11 +08:00
David Monllao
336b5b5914
MDL-38958 behat: Step definition to add questions
2013-04-11 11:47:03 +08:00
David Monllao
f7040fef91
MDL-38940 behat: Step definition to create glossary categories
2013-04-11 10:46:11 +08:00
Dan Poltawski
3ee53622bf
Merge branch 'm25_MDL-39061_Trivial_incorrect_MD' of https://github.com/scara/moodle
2013-04-11 10:19:10 +08:00
Eloy Lafuente (stronk7)
e592ccd860
Merge branch 'MDL-38525-master' of https://github.com/damyon/moodle
2013-04-11 00:56:45 +02:00
Eloy Lafuente (stronk7)
2e140437b1
Merge branch 'MDL-38937_master' of git://github.com/dmonllao/moodle
2013-04-11 00:43:59 +02:00
Eloy Lafuente (stronk7)
2cef0f7c33
Merge branch 'MDL-38939_master' of git://github.com/dmonllao/moodle
2013-04-11 00:32:40 +02:00
Eloy Lafuente (stronk7)
a7ed1eca08
Merge branch 'MDL-38970_master' of git://github.com/dmonllao/moodle
2013-04-11 00:22:42 +02:00
Eloy Lafuente (stronk7)
b812305ef6
Merge branch 'w15_MDL-38989_m25_ttfinal' of git://github.com/skodak/moodle
2013-04-10 15:45:16 +02:00
David Monllao
fac8515d63
MDL-38970 behat: New test
...
According to MDLQA-65, a teacher can
prevent or allow assignment submission
changes.
2013-04-10 17:35:01 +08:00
David Monllao
9afb97a701
MDL-38939 behat: New test
...
According to MDLQA-33, a teacher can set
whether glossary entries are always editable.
2013-04-10 16:51:53 +08:00
David Monllao
6b9c866757
MDL-38939 behat: Allow admin setting to be set in non-JS sessions
2013-04-10 16:51:48 +08:00
David Monllao
8580cf8637
MDL-38937 behat: New test
...
According to MDLQA-39, a teacher can
choose whether to provide a printer-friendly
glossary entries list
2013-04-10 16:44:35 +08:00
Damyon Wiese
5e92828603
MDL-38525: Assignment upgrade - Error with comments for unenrolled students.
...
Students with comments on 'upload' assignments cause errors for the upgrade
tool if they are no longer enrolled. The solution is to allow siteadmin to
see student submissions even if the student is not currently enrolled (you
must be siteadmin to run the upgrade tool).
2013-04-10 16:09:56 +08:00
Petr Škoda
0ddd65d9e0
MDL-38989 add missing test timeout reset
2013-04-10 09:49:19 +02:00
Petr Škoda
71fc50031d
MDL-38989 detect changed timeout in tests
...
The trouble is that PHPUnit should ideally test mostly low level libraries that should not change the timeouts.
2013-04-10 09:48:57 +02:00
Dan Poltawski
a4b524e931
Merge branch 'MDL-38973-master' of https://github.com/damyon/moodle
2013-04-10 14:48:49 +08:00
Ryan Panning
c6d7956e55
MDL-38525: Assignment - print exception message when assignment upgrade fails.
...
Change to use getMessage() from the Exception class will prevent "{$a}" when
$e->error is null.
2013-04-10 14:38:05 +08:00
Dan Poltawski
95cd4369bb
Merge branch 'MDL-19072' of git://github.com/jmvedrine/moodle
2013-04-10 14:10:37 +08:00
Damyon Wiese
5ef72f85cf
MDL-38973 Assignment - Attempt history not displaying for blind marking
...
This change makes the attempt history display for teachers and students
even when there is no grade (e.g. blind marking). It also will show the previous
attempt in the grading table when a submission has been newly reopened (instead
of a blank submission).
2013-04-10 13:44:42 +08:00
Mark Nelson
1711361042
MDL-26649 forms: ensure that both necessary variables are set before altering calendar image
2013-04-10 12:48:13 +08:00
Dan Poltawski
d2b11df8bd
Merge branch 'wip-mdl-35883' of git://github.com/rajeshtaneja/moodle
2013-04-10 12:16:23 +08:00
Dan Poltawski
e870c16077
Merge branch 'MDL-38254' of git://github.com/rwijaya/moodle
2013-04-10 12:08:46 +08:00
Dan Poltawski
aefd2e5d35
Merge branch 'MDL-39041-master' of git://github.com/damyon/moodle
2013-04-10 11:57:49 +08:00
Damyon Wiese
5091b20052
MDL-39041 Assignment - Fix regression in "allow submission changes".
...
A typo was introduced in the assignment attempt history feature that broke
unlock submissions. This was detected by the new behat test in MDL-38970 (yay).
2013-04-10 11:30:41 +08:00
Damyon Wiese
f8ddbd24d7
Merge branch 'MDL-38935' of git://github.com/timhunt/moodle
2013-04-10 11:17:31 +08:00
Dan Poltawski
ac208538b7
Merge branch 'MDL-38030-master' of git://github.com/mouneyrac/moodle
2013-04-10 11:11:47 +08:00
Dan Poltawski
7f2ac368e8
Merge branch 'MDL-38933-master' of git://github.com/damyon/moodle
2013-04-10 11:09:05 +08:00
Dan Poltawski
bf11c1d128
Merge branch 'MDL-22153' of git://github.com/stronk7/moodle
2013-04-10 10:58:32 +08:00
Dan Poltawski
cfaacebb01
Merge branch 'MDL-39059-workshop-settype' of git://github.com/mudrd8mz/moodle
2013-04-10 10:55:45 +08:00
Dan Poltawski
fbd90ba191
Merge branch 'MDL-37410-master' of git://github.com/mouneyrac/moodle
2013-04-10 10:37:29 +08:00
Dan Poltawski
0bedc806f9
Merge branch 'MDL-38999' of git://github.com/stronk7/moodle
2013-04-10 10:35:40 +08:00
Andrew Davis
63354ab50d
MDL-29877 core_grade:add some upgrade code to fix broken grade items introduced by bad restores
2013-04-10 08:05:50 +08:00
Yuliya Bozhko
04da1a5ac2
Fix error when awarding a badge from recipients page
2013-04-10 11:00:08 +12:00
Andrew Nicols
2637886eda
MDL-38904 Theme: Correct data-target for navbar
2013-04-09 23:50:52 +01:00
Andrew Nicols
7e98ebd5ca
MDL-38904 Theme/JavaScript: Tidy up bootstrap JS
2013-04-09 23:50:51 +01:00
Petr Škoda
70faad655a
MDL-38912 fix incorrect timeout reset
2013-04-10 00:06:34 +02:00
Eloy Lafuente (stronk7)
e6c7a5887b
Merge branch 'MDL-38938_master' of git://github.com/dmonllao/moodle
2013-04-09 23:43:46 +02:00
Eloy Lafuente (stronk7)
3621633194
Merge branch 'MDL-38950_master' of git://github.com/dmonllao/moodle
2013-04-09 23:42:59 +02:00
Matteo Scaramuccia
67dfcb3df6
MDL-39061 Cache: (trivial) incorrect MD sublisting
2013-04-09 23:40:18 +02:00
Eloy Lafuente (stronk7)
8516f270c6
Merge branch 'MDL-38954_master' of git://github.com/dmonllao/moodle
2013-04-09 23:30:43 +02:00
Eloy Lafuente (stronk7)
696facb159
Merge branch 'MDL-38952_master' of git://github.com/dmonllao/moodle
2013-04-09 23:30:30 +02:00
Eloy Lafuente (stronk7)
b896844942
Merge branch 'MDL-38953_master' of git://github.com/dmonllao/moodle
2013-04-09 23:29:59 +02:00
Eloy Lafuente (stronk7)
5bd80500f2
Merge branch 'MDL-38942_master' of git://github.com/dmonllao/moodle
2013-04-09 23:13:44 +02:00
Eloy Lafuente (stronk7)
d2f77303b0
Merge branch 'MDL-38969_master' of git://github.com/dmonllao/moodle
2013-04-09 23:13:32 +02:00
Eloy Lafuente (stronk7)
a9aa326ea9
Merge branch 'MDL-38967_master' of git://github.com/dmonllao/moodle
2013-04-09 23:13:21 +02:00
David Mudrák
5be1be85f4
MDL-39059 Set explicit boolean type of a hidden field in workshop random allocator form
2013-04-09 21:46:18 +02:00
Eloy Lafuente (stronk7)
6bb78aedee
Merge branch 'MDL-38945_master' of git://github.com/dmonllao/moodle
2013-04-09 20:24:17 +02:00
Eloy Lafuente (stronk7)
d06700cbd6
Merge branch 'MDL-38944_master' of git://github.com/dmonllao/moodle
2013-04-09 20:23:38 +02:00
Eloy Lafuente (stronk7)
f7f8ca2420
Merge branch 'MDL-38943_master' of git://github.com/dmonllao/moodle
2013-04-09 20:22:59 +02:00
Eloy Lafuente (stronk7)
a2027b873b
Merge branch 'MDL-38822_master' of git://github.com/dmonllao/moodle
2013-04-09 20:00:34 +02:00
Eloy Lafuente (stronk7)
c1fc4ba397
Merge branch 'MDL-38820_master' of git://github.com/dmonllao/moodle
2013-04-09 19:59:45 +02:00
Eloy Lafuente (stronk7)
26b7bea2c0
Merge branch 'MDL-39012_master' of git://github.com/dmonllao/moodle
2013-04-09 19:55:29 +02:00
Eloy Lafuente (stronk7)
275c2c9f8a
Merge branch 'MDL-38965_master' of git://github.com/dmonllao/moodle
2013-04-09 19:40:39 +02:00
Eloy Lafuente (stronk7)
668aaeb8f3
MDL-26649 forms: temp disable problematic call
...
The new version of the dateselector is causing JS to stop
working completely in a lot of forms, so I've disabled
temporarily the ofending call to allow other stuff to be
integrated and tested.
2013-04-09 19:37:08 +02:00
sam marshall
fba5cbd356
MDL-39000 Conditional activities: Section condition restore errors
2013-04-09 17:42:32 +01:00
Eloy Lafuente (stronk7)
441b165c12
Merge branch 'MDL-39056-download-api-version' of git://github.com/mudrd8mz/moodle
2013-04-09 17:36:57 +02:00
David Mudrák
803738ea41
MDL-39056 Use new version of API when fetching available updates info
2013-04-09 17:07:30 +02:00
Eloy Lafuente (stronk7)
f57832826b
Merge branch 'MDL-38792' of https://github.com/ppichet/moodle
2013-04-09 14:33:31 +02:00
Eloy Lafuente (stronk7)
77b0357faf
MDL-38887 block nav: reshifter module
2013-04-09 10:28:24 +02:00
David Monllao
9bfdaaa541
MDL-38938 behat: New test
...
According to MDLQA-38, a teacher can
choose whether to allow duplicate
entries in a glossary.
2013-04-09 16:02:16 +08:00
David Monllao
00d373efc5
MDL-38938 behat: Step definition to add glossary entries
2013-04-09 16:01:43 +08:00
Dan Poltawski
ca0b1f57fc
Merge branch 'wip-MDL-38442-m25' of git://github.com/samhemelryk/moodle
2013-04-09 15:39:57 +08:00
Damyon Wiese
92674e324e
Merge branch 'MDL-26649_master' of https://github.com/markn86/moodle
2013-04-09 15:13:21 +08:00
David Monllao
3d7848c584
MDL-38950 behat: New tests
...
According to MDLQA-1765, a selected
file can be cancelled. Also adding
a test for repository_recent.
2013-04-09 15:02:11 +08:00
David Monllao
a2fd9c6fe4
MDL-38950 behat: Step definition to add files from recent files repo
2013-04-09 15:01:16 +08:00
David Monllao
0b297fdc37
MDL-38950 behat: File manager elements contextual menu
...
Modified to work with both file manager elements
and file/folder elements inside modal windows.
2013-04-09 14:59:31 +08:00
Dan Poltawski
ad84f8f9ac
Merge branch 'w14_MDL-38927_m25_rolelocalisation' of git://github.com/skodak/moodle
2013-04-09 14:58:47 +08:00
Dan Poltawski
0ae1b8a294
Merge branch 'w14_MDL-39004_m25_roledocs' of git://github.com/skodak/moodle
2013-04-09 14:57:08 +08:00
Mark Nelson
f40df210ab
MDL-26649 forms: added a calendar icon that will display the calendar pop-up when clicked rather than the select boxes triggering the event
2013-04-09 14:52:57 +08:00
Dan Poltawski
33815b4b7e
Merge branch 'wip-MDL-38682-master' of git://github.com/marinaglancy/moodle
2013-04-09 14:49:07 +08:00
Petr Škoda
6f55ce1893
MDL-38927 use role->localname to get real role name
2013-04-09 08:31:25 +02:00
Aparup Banerjee
45edc14126
Merge branch 'w14_MDL-38798_m25_php55' of git://github.com/skodak/moodle
2013-04-09 14:30:52 +08:00
Aparup Banerjee
eeb47dbd30
Merge branch 'wip-MDL-38887-m25' of git://github.com/marinaglancy/moodle
2013-04-09 14:21:22 +08:00
Marina Glancy
5f79b34b5e
MDL-38682 removed auto page type, created issue MDL-39045 to address this
2013-04-09 16:16:21 +10:00
Damyon Wiese
bb18ec5e5b
MDL-31969 Grader report - bump version for capabilities and settings.
2013-04-09 14:09:27 +08:00
Damyon Wiese
e497e90c76
Merge branch 'wip-mdl-31969' of git://github.com/rajeshtaneja/moodle
...
Conflicts:
version.php
2013-04-09 14:09:14 +08:00
Rajesh Taneja
38c1dd194d
MDL-31969 grades: Added user preference to show/hide/export suspended users.
...
User with course:viewsuspendedusers capability can now show/hide/export
enrolled users whose enrolment is suspended or enrolment time is expired.
2013-04-09 14:01:58 +08:00
Damyon Wiese
10c56dc137
MDL-35608 Completion status block - use html_writer::link
...
Just changing 2 calls from html_writer::tag to html_writer::link.
2013-04-09 13:59:48 +08:00
Damyon Wiese
9adb30759f
Merge branch 'wip-MDL-35608-master' of git://github.com/phalacee/moodle
2013-04-09 13:59:45 +08:00
Dan Poltawski
5331215459
Merge branch 'MDL-39005' of git://github.com/stronk7/moodle
2013-04-09 13:49:09 +08:00
Aparup Banerjee
163e0d3e70
Merge branch 'MDL-38508-m' of git://github.com/andrewnicols/moodle
2013-04-09 13:27:56 +08:00
Damyon Wiese
0180dfdede
MDL-38865 Completion report: Version bump for css changes.
2013-04-09 13:21:04 +08:00
Damyon Wiese
67879710ee
Merge branch 'MDL-38865-master' of https://github.com/mackensen/moodle
2013-04-09 13:20:52 +08:00
Dan Poltawski
224db0e83b
Merge branch 'MDL-38981' of git://github.com/jmvedrine/moodle
2013-04-09 13:19:10 +08:00
Dan Poltawski
c64d2c0acd
Merge branch 'wip-MDL-34346-master' of git://github.com/marinaglancy/moodle
2013-04-09 13:09:57 +08:00
Marina Glancy
0f232ed6e8
MDL-34346 fixed missing string and correct instantiating of repositories in tests
2013-04-09 14:40:15 +10:00
Dan Poltawski
69203ea923
Merge branch 'wip-MDL-38682-master' of git://github.com/marinaglancy/moodle
2013-04-09 11:49:55 +08:00
Dan Poltawski
e26b02ddad
Merge branch 'wip-MDL-38593-master' of git://github.com/marinaglancy/moodle
2013-04-09 11:46:27 +08:00
Marina Glancy
9dd85edf02
MDL-38682 Allow configuring blocks for courses lists pages
...
Also fixed block configuration form error when pagetype string does not exist (for course- pages)
2013-04-09 13:24:31 +10:00
Dan Poltawski
91af884c4a
MDL-34346 - bump version
2013-04-09 11:17:58 +08:00
Dan Poltawski
a676e858f9
Merge branch 'wip-MDL-34346-master' of git://github.com/marinaglancy/moodle
2013-04-09 10:57:50 +08:00
Marina Glancy
cb52eeab28
MDL-38593 Argument 'id' renamed to 'categoryid' in course/manage.php
2013-04-09 12:55:50 +10:00
David Monllao
eb18e0232f
MDL-38967 behat: New test
...
According to MDLQA-58, in an assignment
students can upload files for assessment.
2013-04-09 10:50:29 +08:00
Dan Poltawski
fadec475d4
Merge branch 'MDL-38766/master' of github.com:kemitix/moodle
2013-04-09 10:37:23 +08:00
David Monllao
912a46dbce
MDL-38969 behat: New test
...
According to MDLQA-59, in an assignment
students can add and edit text online.
2013-04-09 10:32:05 +08:00
Marina Glancy
30142c1905
MDL-38593 Merge code from /course/category.php into /course/index.php
2013-04-09 12:21:05 +10:00
Jason Fowler
f982303d62
MDL-35608 - Blocks - Updating the Completion Status block to use HTML Writer
2013-04-09 09:50:08 +08:00
Dan Poltawski
b11c74f492
Merge branch 'wip-MDL-38541-m25' of git://github.com/marinaglancy/moodle
2013-04-09 09:47:47 +08:00
Marina Glancy
4202471a36
MDL-38541 Make sure course cache is cleared properly during upgrade
...
- Core upgrade MUST NOT call rebuild_course_cache() at all - update DB directly instead
- Plugins MUST call rebuild_course_cache(.., TRUE) for clearing the course cache and can not update DB directly
- Plugins MUST NOT call rebuild_course_cache() unless for clearing the cache
- Created function upgrade_ensure_not_running() to be included in other functions that can not be used during upgrade
2013-04-09 11:31:18 +10:00
Eloy Lafuente (stronk7)
dba85495c1
Merge branch 'MDL-38934-master' of git://github.com/danpoltawski/moodle
2013-04-09 02:47:51 +02:00
AMOS bot
1e4a484378
Automatically generated installer lang files
2013-04-09 00:37:48 +00:00
Eloy Lafuente (stronk7)
552f00fb86
Merge branch 'w14_MDL-38750_m25_ocierrors' of git://github.com/skodak/moodle
2013-04-09 02:26:49 +02:00
Eloy Lafuente (stronk7)
e934648d07
Merge branch 'w14_MDL-38753_m25_ocicount' of git://github.com/skodak/moodle
2013-04-09 02:25:12 +02:00
Eloy Lafuente (stronk7)
13af1f0497
Merge branch 'w14_MDL-39038_m25_oracleconcat' of git://github.com/skodak/moodle
2013-04-09 02:23:36 +02:00
Eloy Lafuente (stronk7)
cf42eece55
Merge branch 'w14_MDL-39027_m25_sqlsrvdatatype' of git://github.com/skodak/moodle
2013-04-09 02:19:41 +02:00
Eloy Lafuente (stronk7)
6afbf283de
Merge branch 'w14_MDL-39028_m25_sqlsrconcat' of git://github.com/skodak/moodle
2013-04-09 02:17:56 +02:00
Sam Hemelryk
8718ffbac5
MDL-38442 navigation: set_expansion_limit now only hides structural nodes
2013-04-09 12:07:10 +12:00
Eloy Lafuente (stronk7)
187afd0f52
Merge branch 'w14_MDL-39019_m25_mssqldatatype' of git://github.com/skodak/moodle
2013-04-09 02:01:04 +02:00
ppichet
3d9645ae6e
MDL-38792 Update question/type in-line comments to codechecker standards
...
Correct bad formated infiles in question/type directories
2013-04-08 19:59:51 -04:00
Eloy Lafuente (stronk7)
a035bc9b6d
Merge branch 'w14_MDL-39024_m25_mssqlseek' of git://github.com/skodak/moodle
2013-04-09 01:58:20 +02:00
Eloy Lafuente (stronk7)
ce2cd44908
Merge branch 'w14_MDL-39022_m25_mssqlconcat' of git://github.com/skodak/moodle
2013-04-09 01:53:57 +02:00
Eloy Lafuente (stronk7)
60f9cae763
Merge branch 'MDL-38618_master' of git://github.com/dmonllao/moodle
2013-04-09 01:44:58 +02:00
Eloy Lafuente (stronk7)
70273fb6ae
Merge branch 'MDL-38912' of git://github.com/timhunt/moodle
2013-04-09 01:36:20 +02:00
Eloy Lafuente (stronk7)
196bd8c885
Merge branch 'w14_MDL-38786_m25_yui391' of git://github.com/skodak/moodle
2013-04-09 01:32:35 +02:00
Eloy Lafuente (stronk7)
0460dc74db
MDL-34222 simplepie: fix permissions.
2013-04-09 01:28:06 +02:00
Eloy Lafuente (stronk7)
de0fc867ad
Merge branch 'w14_MDL-34222_m25_simplepie131' of git://github.com/skodak/moodle
2013-04-09 01:24:08 +02:00
Eloy Lafuente (stronk7)
b19e8a1fb9
Merge branch 'MDL-38744-master' of git://github.com/danpoltawski/moodle
2013-04-09 01:13:57 +02:00
Eloy Lafuente (stronk7)
d29afc4577
Merge branch 'MDL-38907-master' of git://github.com/damyon/moodle
2013-04-09 00:58:02 +02:00
Eloy Lafuente (stronk7)
5df002ad68
Merge branch 'MDL-38849' of git://github.com/timhunt/moodle
2013-04-09 00:52:27 +02:00
Petr Škoda
60e9a2fe5d
MDL-39027 make sure sqlsrv does not return non-string data types
2013-04-08 23:29:52 +02:00
Petr Škoda
031a6de97a
MDL-39038 nasty workaround for Oracle NULL concats
2013-04-08 23:23:08 +02:00
Andrew Robert Nicols
56d465b2d3
MDL 38508 JavaScript: Split out AJAX and non-AJAX help
...
We need to keep these two separate as scripts which define AJAX_SCRIPT
before loading config.php will use a different default renderer and will
return appropriate exceptions which can be parsed by M.core.exception and
M.core.ajaxException correctly.
This also addresses an issue whereby a missing heading could break the
tooltip.
2013-04-08 21:01:20 +01:00
Eloy Lafuente (stronk7)
5a0443cc14
Merge branch 'MDL-39023-parentlang' of git://github.com/mudrd8mz/moodle
2013-04-08 16:57:38 +02:00
Eloy Lafuente (stronk7)
d506f422c9
MDL-38999 timezones: add some TZ/stamps know to be problematic to tests.
2013-04-08 16:09:41 +02:00
David Mudrák
b7acd9be50
MDL-39023 Make get_language_dependencies() aware of circular dependency risk
...
The patch reimplements the core_string_manager::get_language_dependencies()
so that potentially mis-configured language packs with circular
dependencies or self dependency do not make the site unavailable.
Unit tests for the expected behaviour are added.
2013-04-08 14:31:27 +02:00
Petr Škoda
50f743021e
MDL-39028 fix sqlsrv concat type conversion
2013-04-08 13:17:56 +02:00
Petr Škoda
03216719c3
MDL-38753 tweak count SQL to make stupid Oracle happy
2013-04-08 12:33:49 +02:00
Tim Hunt
c4dbaf74e8
MDL-38849 editor collapsing: cope with verbose languages
...
We can't fix the width of the tab, because the length of the string
'Show editing tools' varies a LOT between langauges.
2013-04-08 10:44:51 +01:00
Tim Hunt
e7373221cf
MDL-38849 editor CSS: re-format to match coding style.
2013-04-08 10:37:22 +01:00
David Monllao
ad2f644087
MDL-38942 behat: New test
...
According to MDLQA-4582, a teacher can
set a group assignment.
2013-04-08 17:33:37 +08:00
Tim Hunt
a6f849cbe6
MDL-38935 quiz autosave: save HTML editor contents.
...
Also, ignore changes in scrollpos.
2013-04-08 10:29:58 +01:00
David Monllao
e613fd905b
MDL-38945 behat: New test
...
According to MDLQA-142, a teacher can
organise students into groups within
a course.
2013-04-08 17:29:20 +08:00
David Monllao
ecd580f310
MDL-38945 behat: Step definition to add users to groups
2013-04-08 17:28:53 +08:00
Damyon Wiese
c2bb7f6007
MDL-38907 Course: Remove unused CSS causing jump menu to be center aligned.
2013-04-08 16:45:44 +08:00
David Monllao
862fcc8b70
MDL-38943 behat: New test
...
According to MDLQA-2417, teachers can
specify unique group and grouping ID numbers.
2013-04-08 16:41:40 +08:00
Petr Škoda
4c97487728
MDL-39024 fix MSSQL seek past the end of recordset
2013-04-08 10:36:37 +02:00
Petr Škoda
7a755250df
MDL-39022 fix MSSQL concat type conversion
2013-04-08 10:19:51 +02:00
Petr Škoda
1b64533069
MDL-39019 make sure MSSQL does not return non-string data types
2013-04-08 10:06:55 +02:00
Damyon Wiese
4fd1861c8f
Merge branch 'MDL-37562-master' of git://github.com/ankitagarwal/moodle
2013-04-08 15:42:36 +08:00
Dan Poltawski
91a3c9ba9f
Merge branch 'MDL-38179_master' of git://github.com/dmonllao/moodle
2013-04-08 15:36:07 +08:00
Dan Poltawski
7925d3ff10
MDL-38934 - fix missing setType() calls in advanced grading forms
2013-04-08 15:24:20 +08:00
Ankit Agarwal
8aba76fddf
MDL-37562 calendar: Updating upgrade.txt to mention calendar_update_subscription()
2013-04-08 15:03:31 +08:00
Ankit Agarwal
ab37339d09
MDL-37562 calendar: Remove all hardcoded updating of calendar subscriptions, use calendar_update_subscription() instead
2013-04-08 15:03:31 +08:00
Ankit Agarwal
5ae4e15344
MDL-37562 calendar: Adding unit tests for calendar_update_subscription()
2013-04-08 15:03:31 +08:00
David Monllao
bd1aca8834
MDL-38965 behat: New test
...
According to MDLQA-5229, an admin
can add or remove items from the
TinyMCE editor toolbar.
2013-04-08 14:42:47 +08:00
David Monllao
bd197963ef
MDL-38944 behat: New test
...
According to MDLQA-2422; automatic
creation of groups.
2013-04-08 14:40:52 +08:00
Dan Poltawski
0fc2ab8047
Merge branch 'MDL-37676' of git://github.com/appalachianstate/moodle
2013-04-08 14:05:21 +08:00
Ankit Agarwal
1f7981e079
MDL-37562 calendar: Adding a api calendar_update_subscription() to update calendar events
2013-04-08 13:45:24 +08:00
Damyon Wiese
278c280e8f
Merge branch 'MDL-38878_master' of git://github.com/dmonllao/moodle
2013-04-08 13:02:38 +08:00
Damyon Wiese
5fbfc955d8
Merge branch 'MDL-39015-master' of git://github.com/danpoltawski/moodle
2013-04-08 12:32:56 +08:00
David Monllao
1c1c28660a
MDL-38952 behat: New test
...
According to MDLQA-134, a users
can manage their contacts.
2013-04-08 12:25:25 +08:00
Dan Poltawski
fd0768c0e7
MDL-39015 navigation: remove course reports from navigation
...
Regression from the commit in
278065528a
2013-04-08 12:25:14 +08:00
David Monllao
e6d18d9d00
MDL-38952 behat: Adding no-JS compatibility
...
This step is widely used by JS scenarios,
with Javascript disabled this step fails tests
as tree nodes al already expanded; we can
reuse JS scenarios for no-JS tests skiping
this step in no-JS mode.
2013-04-08 12:24:23 +08:00
Damyon Wiese
a6c215ab1f
Merge branch 'MDL-38741-master' of git://github.com/danpoltawski/moodle
2013-04-08 12:00:52 +08:00
Dan Poltawski
bf48be3c7c
Merge branch 'MDL-38634' of git://github.com/rlorenzo/moodle
2013-04-08 11:55:55 +08:00
David Monllao
1091aca74f
MDL-38953 behat: New test
...
According to MDLQA-136, users
can search their message history.
2013-04-08 11:51:08 +08:00
David Monllao
21c6f11c1a
MDL-38953 behat: Step definition to send a message
2013-04-08 11:50:37 +08:00
David Monllao
a34c0b1366
MDL-38953 behat: Disable email message processor
...
Disabled before storing database into
serialized files.
2013-04-08 11:46:13 +08:00
Dan Poltawski
b23fcda2b9
Merge branch 'MDL-39006' of git://github.com/stronk7/moodle
2013-04-08 11:14:03 +08:00
Tim Lock
be47011d3c
MDL-35868: quiz: Use correct attemptnumber when a last attempt exists.
2013-04-08 11:09:04 +08:00
Dan Poltawski
efc9febcd8
Merge branch 'wip-MDL-38701-m25' of git://github.com/marinaglancy/moodle
2013-04-08 10:22:59 +08:00
David Monllao
c246015a58
MDL-38954 behat: New test
...
According to MDLQA-133, a user can not
send messages to someone who has blocked
him.
2013-04-08 10:09:06 +08:00
David Monllao
f9d3667e7b
MDL-38179 behat: Step definition to click on a table row element
2013-04-08 10:07:21 +08:00
Marina Glancy
498e9a9a38
MDL-38701 Added missing require_once() before calling course_get_format
2013-04-08 11:34:05 +10:00
David Monllao
0875eeef4f
MDL-39012 behat: Fix missing setType calls
2013-04-08 09:21:10 +08:00
David Monllao
594b5a7f5f
MDL-38820 behat: New test
...
According to MDLQA-140, a teacher can enable
guest access to a course.
2013-04-08 09:05:59 +08:00
Marina Glancy
938c7dd3bc
MDL-38887 dim hidden branches in navigation expanded via AJAX requests
2013-04-08 11:05:37 +10:00
David Monllao
f61abd1f68
MDL-38822 behat: New test
...
According to MDLQA-139, a teacher can
enable self-enrolment in a course.
2013-04-08 09:04:08 +08:00
David Monllao
7b33327126
MDL-38878 behat: Also update composer dependencies after site install/reinstall
2013-04-08 09:03:04 +08:00
Marina Glancy
118ca9e96d
MDL-34346 Cache retrieved repositories
2013-04-08 11:00:22 +10:00
Marina Glancy
cfb713519d
MDL-34346 Correctly set repository current context
2013-04-08 11:00:22 +10:00
AMOS bot
19e8e15f6c
Automatically generated installer lang files
2013-04-08 00:36:04 +00:00
Yuliya Bozhko
8d107e982d
Fix missing form element setType() issue in /badges/mybackpack.php
2013-04-08 12:31:36 +12:00
Rex Lorenzo
1207ae1a34
MDL-38634 folder: Problems displaying multiple folder resources inline in the course page
2013-04-07 17:28:24 -07:00
Mary Evans
15153cf229
MDL-39010 theme_bootstrap: ADDED $THEME->hidefromselector = true; to theme/bootstrap/config.php.
2013-04-08 01:23:58 +01:00
Eloy Lafuente (stronk7)
f1d628c7b4
MDL-38999 timezones: fixed timezone information.
2013-04-08 01:04:42 +02:00
Eloy Lafuente (stronk7)
7b14865d87
MDL-38999 timezones: fix maxyear handling on rule calculation.
2013-04-08 00:44:50 +02:00
Matteo Scaramuccia
aefeca7793
MDL-35840 SCORM TOC: fixed a typo, improvements on getting the focus
2013-04-08 09:43:20 +12:00
Dan Marsden
c848280ad8
MDL-37844 SCORM: fix js error and highlight selected node in TOC.
2013-04-08 09:39:05 +12:00
Petr Škoda
b1c5c4a887
MDL-38750 show errors at the end of OCI setup script
...
Credit goes to Damyon Wiese.
2013-04-07 19:44:46 +02:00
Eloy Lafuente (stronk7)
0fd23b76de
MDL-39006 environment: raise all uses of 5.3.2 to 5.3.3
2013-04-07 18:32:15 +02:00
Eloy Lafuente (stronk7)
6b7df0b5d1
MDL-39005 unittest: add the upgradelib test template.
2013-04-07 17:47:16 +02:00
Petr Škoda
fa0ad435f5
MDL-39004 improve role docs
2013-04-07 17:39:29 +02:00
Eloy Lafuente (stronk7)
c1782ec626
MDL-22153 backup: delete old, unused, 1.9 files
2013-04-07 17:20:41 +02:00
Petr Škoda
d958e6bd70
MDL-34222 import simplepie 1.3.1
2013-04-07 15:35:27 +02:00
Petr Škoda
ecff46cddc
MDL-38798 remove unused property which was giving notices in PHP 5.5beta
2013-04-07 11:41:19 +02:00
AMOS bot
0c1e7f5504
Automatically generated installer lang files
2013-04-07 00:37:23 +00:00
Petr Škoda
b207e601f5
MDL-38786 import YUI 3.9.1
2013-04-06 19:08:09 +02:00
Aaron Barnes
ece1f162c3
MDL-38011 completion: Use new localised role names
2013-04-07 00:00:05 +13:00
Aaron Barnes
15b97a9f21
MDL-37537 completion: Fix incorrect lang string reference in block
2013-04-06 23:33:19 +13:00
Jean-Michel Vedrine
552e36a6a3
MDL-38981 Wrong responsetemplateformat restoring 1.9 essay questions
...
During restore of 1.9 backups, missing responsetemplateformat and
graderinfoformat values should be set to FORMAT_HTML.
2013-04-06 11:19:34 +02:00
Simon Coggins
60d72efb4e
MDL-38997 badges: Add checks to fix notices if badge settings not yet configured
2013-04-06 14:24:48 +13:00
Tim Hunt
82081c1f7d
MDL-38912 prevent time-outs during unit tests.
2013-04-05 18:37:25 +01:00
Eloy Lafuente (stronk7)
69ea3d7dd3
NOBUG: Bump to 2.5beta+
...
we don't package tagged commits in master, so let's
bump to beta+ and get the packaging done.
2013-04-05 14:29:54 +02:00
Andrea Bicciolo
0e633595d8
MDL-38480_m Fix for messy usage of language strings in block course overview
2013-04-05 12:30:22 +02:00
Dan Poltawski
422f68fb86
Moodle release 2.5beta
2013-04-05 18:03:30 +08:00
Dan Poltawski
1a90b9b6dc
fix permissions
2013-04-05 17:56:05 +08:00
Dan Poltawski
0676f20581
ie9 svg compatibility fixes
2013-04-05 17:55:06 +08:00
Dan Poltawski
203a2538d6
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2013-04-05 17:52:13 +08:00
Damyon Wiese
eafa0ba46a
Merge branch 'MDL-35073_master' of https://github.com/markn86/moodle
2013-04-05 17:39:13 +08:00
Mark Nelson
c517765430
MDL-35073 badges: passed the session key in the enable access URL
2013-04-05 17:10:43 +08:00
Damyon Wiese
8806e79a14
Merge branch 'openbadges-fixes' of https://github.com/danpoltawski/moodle
2013-04-05 17:10:14 +08:00
Dan Poltawski
8b8641876b
Merge branch 'MDL-36804-fix3' of git://github.com/damyon/moodle
2013-04-05 16:43:43 +08:00
Damyon Wiese
9f014461db
MDL-36804 Assign attempt history: Submit button missing
2013-04-05 16:40:16 +08:00
Paul Campbell
4f6c447be1
MDL-38766 wiki2.0: fix redirects
...
Signed-off-by: Paul Campbell <pcampbell@carnegiecollege.ac.uk >
2013-04-05 09:36:46 +01:00
Dan Poltawski
31f2822a5e
Merge branch 'MDL-36804-master-fix2' of git://github.com/damyon/moodle
2013-04-05 16:00:35 +08:00
Damyon Wiese
e7af192606
MDL-36804 Assign history: Fix automatic coding error when using auto-reopen method
...
This fix should call the gradebook function is_passed - but the gradebook is returning a record with
not enough information to create an instance of grade_grade.
2013-04-05 15:53:38 +08:00
Dan Poltawski
2916ca61be
MDL-35073 badges: fix incorrect fk name
...
Good spotting Damyon!
2013-04-05 15:47:15 +08:00
Dan Poltawski
bdc518b507
MDL-35073 badges: fix duplicate indexes
2013-04-05 15:27:32 +08:00
Dan Poltawski
c39896e85d
Revert "MDL-38678 SCORM: Runtime Environment (RTE) checks not required in case of SCO Assets"
...
This reverts commit fe104762c9 .
2013-04-05 14:34:07 +08:00
Damyon Wiese
f39aaadb35
MDL-38933 Assign - improved wording for help string.
2013-04-05 14:20:45 +08:00
Dan Poltawski
ebe558acb3
MDL-38744 completion: add missing setType and properly allow float
...
Now can use correct decimal seperator
2013-04-05 14:13:46 +08:00
Jerome Mouneyrac
41f5285f16
MDL-38030 new core_user_get_users_by_field function deprecates core_user_get_users_by_id
2013-04-05 13:14:49 +08:00
Damyon Wiese
a8fdb36cf2
MDL-36804 Assignment attempt history: Fix warning on saving a new grade.
...
This is a fix for the case when there is a submission but no grade.
2013-04-05 10:03:00 +08:00
Eloy Lafuente (stronk7)
577173a51f
Merge branch 'MDL-38897-master' of git://github.com/danpoltawski/moodle
2013-04-05 03:21:52 +02:00
Damyon Wiese
6aa38ef89a
Merge branch 'wip-MDL-38708-master' of git://github.com/marinaglancy/moodle
2013-04-05 09:19:09 +08:00
Eloy Lafuente (stronk7)
6481aafbb8
MDL-38852 repository_recent: add missing type.
2013-04-05 03:06:15 +02:00
Eloy Lafuente (stronk7)
c5f4080a10
Merge branch 'MDL-38852-master' of git://github.com/danpoltawski/moodle
2013-04-05 02:51:48 +02:00
Eloy Lafuente (stronk7)
dbc5692fc5
Merge branch 'MDL-38883-master' of git://github.com/danpoltawski/moodle
2013-04-05 02:48:37 +02:00
Eloy Lafuente (stronk7)
8f3885f23d
Merge branch 'MDL-38886-master' of git://github.com/danpoltawski/moodle
2013-04-05 02:46:15 +02:00
Marina Glancy
97d5e39c49
MDL-38708 Changed test to be more accurate
2013-04-05 10:52:09 +11:00
Andrew Robert Nicols
b0fb4c12d7
MDL-38667 JavaScript: Don't use -min files for YUI CSS
2013-04-04 17:18:56 +02:00
Eloy Lafuente (stronk7)
c001c51a26
Merge branch 'MDL-36570' of git://github.com/colchambers/moodle
2013-04-04 16:59:34 +02:00
Tim Hunt
c7fbfe46f9
MDL-38538 question autosave: fix sequencecheck handling.
2013-04-04 15:32:32 +01:00
Colin Chambers
11a66e2c5a
MDL-36570 Grouped question type answer fields now display errors
2013-04-04 15:29:39 +01:00
Tim Hunt
e3485c5f75
MDL-38538 quiz autosave: fix JavaScript errors.
...
1. Make cancelling the delay more robust.
2. Ignore changes in flag state. They are already saved using AJAX.
3. Typo that caused an error when there was no TinyMCE on the page.
2013-04-04 12:32:54 +01:00
Tim Hunt
aa81e35847
MDL-38209 quiz css: fix minor regression.
2013-04-04 11:17:39 +01:00
Colin Chambers
c3f21ec516
MDL-36570 Added missing calculatedmulti fields
2013-04-04 11:17:33 +01:00
Dan Poltawski
83e353fae9
MDL-38886 course: missing setType calls when adding a new category
2013-04-04 17:22:28 +08:00
Dan Poltawski
d60ee78a5f
MDL-38883 calendar: fix missing setType
...
Also remove duplicate sesskey definition (this is done by formslib
internally)
2013-04-04 17:17:37 +08:00
Dan Poltawski
8971ddd5a9
MDL-38741 qtype_truefalse: fix missing setType call
2013-04-04 16:32:46 +08:00
Aparup Banerjee
37240ce5c6
Merge branch 'wip-MDL-38708-master' of git://github.com/marinaglancy/moodle
...
Conflicts:
version.php
2013-04-04 15:07:01 +08:00
Dan Poltawski
b7d20148a1
MDL-38897 formslib: add unit tests for setType debugging
2013-04-04 14:59:21 +08:00
Dan Poltawski
48056d5459
MDL-38885 - don't test for setType in display() itself
...
Doing it in _process_submission is enough.
2013-04-04 14:58:14 +08:00
Damyon Wiese
6ed18a6828
Merge branch 'MDL-38633' of git://github.com/stronk7/moodle
2013-04-04 14:26:15 +08:00
Dan Poltawski
589fe9c85d
Merge branch 'MDL-38590_master-fix-behat' of git://github.com/dmonllao/moodle
2013-04-04 14:05:17 +08:00
David Monllao
b0f0995b09
MDL-38590 behat: Fixing broken behat test
2013-04-04 13:54:40 +08:00
David Monllao
b82e0c17fb
MDL-38691 behat: Fixing behat tests
2013-04-04 13:52:24 +08:00
Dan Poltawski
ce5bb3a912
MDL-38741 qtype_calculatesimple: missing setType call
2013-04-04 11:57:46 +08:00
Dan Poltawski
dfd89b0bb9
MDL-38741 qtype_calculatedmulti: fix missing setType
2013-04-04 11:49:19 +08:00
Dan Poltawski
1e988d262b
MDL-38741 qtype_calculate: fix missing setType
2013-04-04 11:45:11 +08:00
Damyon Wiese
57bc1beb1b
MDL-37009 Course - Fix typo in new lang string.
2013-04-04 11:24:13 +08:00
Damyon Wiese
200571507f
Merge branch 'wip-MDL-37009-master' of git://github.com/marinaglancy/moodle
2013-04-04 11:22:20 +08:00
Rossiani Wijaya
2612e21bd4
MDL-38254 Assignment Module: add avaialble message to all assignment types
2013-04-04 11:04:22 +08:00
Dan Poltawski
f88ff0e7cf
Merge branch 'MDL-38861' of git://github.com/stronk7/moodle
2013-04-04 11:00:01 +08:00
Damyon Wiese
1b774df9a7
MDL-35073 Open badges - close session before making curl request to check backpack server.
2013-04-04 10:39:51 +08:00
Damyon Wiese
b38f932abf
Merge branch 'MDL-38823_master-fix' of git://github.com/dmonllao/moodle
2013-04-04 10:34:50 +08:00
AMOS bot
a2c27c823a
Automatically generated installer lang files
2013-04-04 00:36:08 +00:00
Eloy Lafuente (stronk7)
0c7ad0ab13
Merge branch 'MDL-38612-master-int' of git://github.com/FMCorz/moodle
2013-04-04 01:15:34 +02:00
Eloy Lafuente (stronk7)
1b882ab87b
Merge branch 'MDL-38590-master-int' of git://github.com/FMCorz/moodle
2013-04-04 01:14:36 +02:00
Eloy Lafuente (stronk7)
33871fbf3e
Merge branch 'MDL-38751-master' of git://github.com/FMCorz/moodle
2013-04-04 01:07:23 +02:00
Eloy Lafuente (stronk7)
5c98b64b00
Merge branch 'MDL-38666-m' of git://github.com/andrewnicols/moodle
2013-04-04 01:04:00 +02:00
Eloy Lafuente (stronk7)
235fc2562c
Merge branch 'MDL-38667-m' of git://github.com/andrewnicols/moodle
2013-04-04 01:02:20 +02:00
Eloy Lafuente (stronk7)
a37a698417
Merge branch 'MDL-38611-master-int' of git://github.com/FMCorz/moodle
2013-04-04 00:53:05 +02:00
Eloy Lafuente (stronk7)
75fb383260
Merge branch 'MDL-38599-master-int' of git://github.com/FMCorz/moodle
...
Conflicts:
mod/glossary/mod_form.php
2013-04-04 00:51:47 +02:00
Eloy Lafuente (stronk7)
68a6d3cd9f
Merge branch 'MDL-38645-master' of git://github.com/FMCorz/moodle
2013-04-04 00:34:24 +02:00
Eloy Lafuente (stronk7)
76d86181a3
Merge branch 'wip-mdl-38494' of git://github.com/rajeshtaneja/moodle
2013-04-03 23:45:40 +02:00
Eloy Lafuente (stronk7)
1ca5ce1b33
Merge branch 'MDL-36570' of git://github.com/timhunt/moodle
2013-04-03 23:09:19 +02:00
Eloy Lafuente (stronk7)
896efbeadb
Merge branch 'MDL-38756-m' of git://github.com/andrewnicols/moodle
2013-04-03 21:59:18 +02:00
Eloy Lafuente (stronk7)
0e864c3f21
Merge branch 'MDL-38733-workshop-rubric-css' of git://github.com/mudrd8mz/moodle
2013-04-03 20:06:49 +02:00
Eloy Lafuente (stronk7)
2a5e0d6321
Merge branch 'MDL-38815_master' of git://github.com/dmonllao/moodle
2013-04-03 19:48:02 +02:00
Charles Fulton
ad23973cdc
MDL-38865 report_progress: narrow CSS selectors
2013-04-03 08:46:39 -07:00
Eloy Lafuente (stronk7)
7191a59fc9
Merge branch 'MDL-38615_master' of git://github.com/dmonllao/moodle
2013-04-03 17:12:04 +02:00
Eloy Lafuente (stronk7)
6b117438b9
Merge branch 'MDL-38482_master' of git://github.com/dmonllao/moodle
2013-04-03 16:48:42 +02:00
Eloy Lafuente (stronk7)
ad46ea0b2f
MDL-38861 upload users: add missing setType() calls.
2013-04-03 16:18:38 +02:00
Dan Poltawski
626403eb73
Merge branch 'MDL-38538_clean' of git://github.com/timhunt/moodle
2013-04-03 20:22:03 +08:00
Eloy Lafuente (stronk7)
57902e2738
Merge branch 'MDL-38619_master' of git://github.com/dmonllao/moodle
2013-04-03 13:33:16 +02:00
Eloy Lafuente (stronk7)
c9f8620492
Merge branch 'MDL-26956' of git://github.com/timhunt/moodle
2013-04-03 13:20:23 +02:00
Tim Hunt
d2e32121b0
MDL-26956 user selector: fix regressions sam caused.
2013-04-03 11:44:23 +01:00
Tim Hunt
000fbcf2bd
MDL-38538 quiz autosave: fix language string.
...
This feature does not actually provide spiritual salvation.
2013-04-03 11:23:41 +01:00
Dan Poltawski
aed60c64af
Merge branch 'MDL-36804-master' of git://github.com/damyon/moodle
2013-04-03 17:32:15 +08:00
Damyon Wiese
e84900648b
MDL-36804 Assign attempt history: Fix course unit tests
...
Handle missing attemptreopenmethod in add/update instance.
2013-04-03 17:31:12 +08:00
Dan Poltawski
369496c31e
Merge branch 'm25_MDL-38678_SCORM_RTE_not_required_for_SCO_Assets' of https://github.com/scara/moodle
2013-04-03 17:22:38 +08:00
Dan Poltawski
41b9392daa
Merge branch 'MDL-38657_master' of git://github.com/lazydaisy/moodle
2013-04-03 16:50:43 +08:00
Aparup Banerjee
b8eb2f3dc6
Merge branch 'm25_MDL-38745_SCORM_API_Debugging_trivial_issue' of git://github.com/scara/moodle
2013-04-03 16:48:53 +08:00
Dan Poltawski
71573249ae
Merge branch 'MDL-36804-master' of git://github.com/damyon/moodle
2013-04-03 16:47:15 +08:00
Damyon Wiese
c9c34c7a65
MDL-36804 Assign attempt history - Add missing index to upgrade step.
2013-04-03 16:44:31 +08:00
Aparup Banerjee
7a2a430aa5
Merge branch 'MDL-38809' of git://github.com/timhunt/moodle
2013-04-03 16:32:42 +08:00
Dan Poltawski
5cc929bc12
Merge branch 'MDL-38691-master-int' of git://github.com/FMCorz/moodle
2013-04-03 16:27:16 +08:00
Dan Poltawski
5e45f6a569
Merge branch 'MDL-36804-master' of git://github.com/damyon/moodle
2013-04-03 16:18:50 +08:00
Damyon Wiese
74c9283854
MDL-36804: Assign attempt history - add upgrade.txt
2013-04-03 16:16:21 +08:00
Damyon Wiese
82b175e868
Merge branch 'w13_MDL-38627_m25_byteservingstop' of git://github.com/skodak/moodle
2013-04-03 15:48:35 +08:00
Dan Poltawski
89ea5ecd45
Merge branch 'MDL-37602-workshop-overall-feedback' of git://github.com/mudrd8mz/moodle
2013-04-03 15:39:48 +08:00
Damyon Wiese
b64a05b996
MDL-26644 Course - Remove completion tracking begins on enrolment setting from behat.
2013-04-03 15:30:49 +08:00
David Mudrák
5582ea0a9b
MDL-37602 Fix broken workshop unit tests
2013-04-03 09:28:11 +02:00
Damyon Wiese
9855770d6c
Merge branch 'MDL-38610-master-int' of git://github.com/FMCorz/moodle
2013-04-03 14:48:06 +08:00
Dan Poltawski
998c5996e0
Merge branch 'MDL-38808' of git://github.com/jmvedrine/moodle
2013-04-03 14:46:58 +08:00
Damyon Wiese
6fb437b2bb
Merge branch 'MDL-38705' of git://github.com/jonof/moodle
2013-04-03 14:35:12 +08:00
Damyon Wiese
dcf6318515
MDL-26644 Course - Version bump for upgrade script.
2013-04-03 14:32:19 +08:00
Damyon Wiese
7bf602d9d3
Merge branch 'MDL-26644-master' of git://github.com/FMCorz/moodle
...
Conflicts:
lib/db/install.xml
lib/db/upgrade.php
2013-04-03 14:32:11 +08:00
Dan Poltawski
dc4260d918
Merge branch 'MDL-38681-master-int' of git://github.com/FMCorz/moodle
2013-04-03 14:27:08 +08:00
Damyon Wiese
fab5cb3604
MDL-36804: Assign resubmission history - remove locked/mailed
...
Remove locked/mailed flags from the grade record in the unit tests.
It just would not have done anything because the columns dont exist.
2013-04-03 14:17:00 +08:00
Dan Poltawski
ac8bc0f947
Merge branch 'MDL-34640' of git://github.com/timhunt/moodle
2013-04-03 13:57:02 +08:00
David Monllao
7a6204ce1d
MDL-38823 behat: Fixing related scenarios
2013-04-03 13:56:31 +08:00
David Monllao
060bafefe3
MDL-38823 behat: New behat_form_radio
...
To deal with radio inputs after allowing
behat_form_field to delegate in specific
fields managers. It also fixes a BIG issue
when calling a no required class.
2013-04-03 13:55:42 +08:00
Dan Poltawski
ba98c8ab54
Merge branch 'MDL-38855_master' of git://github.com/dmonllao/moodle
2013-04-03 12:44:05 +08:00
Dan Poltawski
f27be4c1aa
Merge branch 'MDL-37602-workshop-overall-feedback' of git://github.com/mudrd8mz/moodle
2013-04-03 12:30:12 +08:00
Damyon Wiese
178652e9eb
MDL-10516 Question Type - Fix upgrade code so new install matches upgrade.
2013-04-03 12:21:04 +08:00
Damyon Wiese
25f6019128
MDL-10516 Question Type - Essay - Whitespace fix
2013-04-03 11:30:42 +08:00
Jean-Michel Vedrine
60527d0c34
MDL-10516 Pre-populated answer (template) in essay questions
2013-04-03 11:30:42 +08:00
Dan Poltawski
eed5bb7468
MDL-38509 Version bump for plugins installation
2013-04-03 11:29:56 +08:00
Dan Poltawski
6833c6d901
Merge branch 'MDL-38509-tool-installaddon' of git://github.com/mudrd8mz/moodle
2013-04-03 11:28:49 +08:00
Dan Poltawski
b53ae61482
MDL-38852 repository_webdav: missing setType calls
2013-04-03 11:14:02 +08:00
Dan Poltawski
8077527c5d
MDL-38852 repository_s3: fix missing setType calls
2013-04-03 11:14:02 +08:00
Dan Poltawski
98328cf646
MDL-38852 repository_merloy: fix missing setType calls
2013-04-03 11:14:01 +08:00
Dan Poltawski
13eeb23cc2
MDL-38852 flickr_public: fix missing setType calls
2013-04-03 11:14:01 +08:00
Dan Poltawski
5077e85817
MDL-38852 repository_flickr: fix missing setType calls
2013-04-03 11:14:00 +08:00
Dan Poltawski
19b733d12b
MDL-38852 repository_boxnet: fix missing setType calls
2013-04-03 11:13:59 +08:00
Dan Poltawski
88ded989f9
MDL-38852 repository_alfresco: fix missing setType calls
2013-04-03 11:13:58 +08:00
Dan Poltawski
8fb59b10fc
MDL-38852 repository_filesystem: missing setType calls
2013-04-03 11:13:58 +08:00
Dan Poltawski
63745aef3c
MDL-38852 repository_dropbox: fix missing setType calls
2013-04-03 11:13:57 +08:00
David Monllao
238a6572c9
MDL-38855 blocks: Fix missing setType calls
2013-04-03 11:11:01 +08:00
Damyon Wiese
686730243e
MDL-38016 Theme Bootstrap: Fix for unit tests undefined variable
2013-04-03 10:58:23 +08:00
David Monllao
7fcf94cb1a
MDL-38615 behat: New test
...
According to MDLQA-1160, a manager
can configure a block to display
throughout the site.
2013-04-03 10:33:24 +08:00
Damyon Wiese
29c1fb339d
MDL-38016 Theme Bootstrap - Add bootstrap to standard themes list.
2013-04-03 10:26:12 +08:00
David Monllao
d2eca4cd0f
MDL-38482 behat: Data generator for system assigns
...
Chaning also the adapt_ prefix for non-direct
data generator uses to process_ because not all
of behat's data generators would have a lib/testing
data generator to share with phpunit tests.
2013-04-03 10:09:18 +08:00
David Monllao
1045bfecd1
MDL-38482 behat: New test
...
According to MDLQA-1756 the maximum
number of weeks/topics for course can be
configured and not restricted to 52.
2013-04-03 10:08:03 +08:00
Damyon Wiese
d9df063e3a
MDL-38016 Theme Bootstrap - Whitespace in Moodle .less files
2013-04-03 10:02:55 +08:00
Dan Poltawski
0bcdbb7ff1
Merge branch 'MDL-38735' of git://github.com/stronk7/moodle
2013-04-03 09:59:01 +08:00
Dan Poltawski
89cc9816dc
Merge branch 'MDL-38538_clean' of git://github.com/timhunt/moodle
2013-04-03 09:55:21 +08:00
David Monllao
df1ff55d7a
MDL-38482 behat: Steps definitions for course management
...
- To access the course management page
- To create a course based in a table
2013-04-03 09:44:31 +08:00
Damyon Wiese
c985d1217c
MDL-38016 Theme Bootstrap - Add license information to lib/thirdpartylibs.xml
...
Also minor formatting cleanup.
2013-04-03 09:43:18 +08:00
Bas Brands
8903b17b01
MDL-38016 Themes - Add a bootstrap theme to core
...
This theme has been contributed by:
Bas Brands <bmbrands@gmail.com >
David Scotson <david.scotson@glasgow.ac.uk >
Michael Aherne <michael.aherne@strath.ac.uk >
Stuart Lamour <thisismyrice@gmail.com >
Thanks for your hard work.
2013-04-03 09:43:18 +08:00
David Monllao
a8a4849518
MDL-38482 behat: Allow frontpage course role assigns
...
There are no enrolment plugins at frontpage
course level.
2013-04-03 09:43:10 +08:00
Eloy Lafuente (stronk7)
636376947c
Merge branch 'MDL-38738-master' of git://github.com/danpoltawski/moodle
2013-04-03 03:17:08 +02:00
AMOS bot
683c65b74f
Automatically generated installer lang files
2013-04-03 00:35:43 +00:00
Eloy Lafuente (stronk7)
5ae69b2aed
MDL-38735 backup: add missing setType() to forms
2013-04-03 02:17:40 +02:00
David Mudrák
3e6a8aeb7c
MDL-38509 Unify curl class usage in the add-on installer tool
...
Both classes using cURL features now access it via the core curl wrapper
class. Credit goes to Dan Poltawski for spotting the previous discrepancy
during the integration review.
2013-04-02 23:11:01 +02:00
Eloy Lafuente (stronk7)
a2f667472e
Merge branch 'm25_MDL-38790_Missing_setType_in_My_private_files_form' of https://github.com/scara/moodle
2013-04-02 21:06:21 +02:00
Eloy Lafuente (stronk7)
991dcb1b82
Merge branch 'MDL-38690_master' of git://github.com/dmonllao/moodle
2013-04-02 21:01:52 +02:00
Eloy Lafuente (stronk7)
d3f422bdc1
Merge branch 'MDL-38687_master' of git://github.com/dmonllao/moodle
2013-04-02 20:46:05 +02:00
Eloy Lafuente (stronk7)
80430739d9
Merge branch 'MDL-38785_master' of git://github.com/dmonllao/moodle
2013-04-02 20:41:00 +02:00
Eloy Lafuente (stronk7)
a534e06e47
Merge branch 'MDL-38616_master' of git://github.com/dmonllao/moodle
2013-04-02 18:35:41 +02:00
Tim Hunt
d122fe3245
MDL-38538 question autosave: fix missing method.
...
Also change the unit tests to detect this problem.
2013-04-02 16:53:25 +01:00
David Mudrák
c9c4d0b24e
MDL-38509 Fix false unit test failures in the add-on installer
...
Previously, the testable validator's get_plugintype_location() used to
return path to a directory that itself did not need to be writable. This
was causing false failures. This patch reimplements the testable
validator's get_plugintype_location() method so that it returns a path
inside $CFG->tempdir which is always writable.
Also, to make all test methods consistent, all of them now use the
testable_tool_installaddon_validator class. Before this patch, some test
methods used the testable class and some used the parent class.
2013-04-02 16:58:12 +02:00
Damyon Wiese
594d66c27e
MDL-38840 Statslib - Fix failing unit tests on ci server (DST change)
2013-04-02 16:47:04 +02:00
Eloy Lafuente (stronk7)
871da25a40
Merge branch 'MDL-38622_master' of git://github.com/dmonllao/moodle
2013-04-02 15:51:17 +02:00
David Monllao
08aa2c3b81
MDL-38549 behat: New tests
...
Group mode activity icons toggle group
mode correctly. According to MDLQA-1603,
MDLQA-1604, MDLQA-1605, MDLQA-1606
and MDLQA-1607
2013-04-02 15:46:38 +02:00
Eloy Lafuente (stronk7)
c9a66fc2b5
MDL-38811 behat: whitespace fixes
2013-04-02 15:45:19 +02:00
David Monllao
46ef87c535
MDL-38811 behat: New test
...
According to MDLQA-1564, a teacher can
indent items on the course page
2013-04-02 15:44:05 +02:00
Eloy Lafuente (stronk7)
7fb5b7fae1
Merge branch 'MDL-38548_master' of git://github.com/dmonllao/moodle
2013-04-02 15:25:19 +02:00
Dan Poltawski
881afa48bf
MDL-38821 enrol_paypal: fix cost param type
2013-04-02 20:05:39 +08:00
Dan Poltawski
6842ab4455
Merge branch 'MDL-38821_master' of git://github.com/dmonllao/moodle
2013-04-02 19:54:46 +08:00
Dan Poltawski
15c2b2c43a
Merge branch 'MDL-26956' of git://github.com/timhunt/moodle
2013-04-02 19:49:02 +08:00
Tim Hunt
0e0a980631
MDL-26956 enrol form: add missing setType calls.
2013-04-02 11:57:12 +01:00
Dan Poltawski
73b8f191cc
MDL-35073 badges: fix xmldb editor diff
...
Tut tut tut!
2013-04-02 16:30:42 +08:00
Dan Poltawski
eee20b123b
Merge branch 'wip-mdl-38344' of git://github.com/rajeshtaneja/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2013-04-02 16:23:44 +08:00
Damyon Wiese
cc067484a8
Merge branch 'MDL-38711-master' of git://github.com/danpoltawski/moodle
2013-04-02 16:17:25 +08:00
Damyon Wiese
5423f9a0af
Merge branch 'MDL-38712-master' of git://github.com/danpoltawski/moodle
2013-04-02 16:14:44 +08:00
Dan Poltawski
899fd9372f
Merge branch 'master_MDL-38715' of git://github.com/danmarsden/moodle
2013-04-02 16:11:01 +08:00
Damyon Wiese
2188a69799
MDL-35073 Badges - Set of minor fixes for issues found during integration
2013-04-02 15:55:21 +08:00
Rajesh Taneja
fa84b9014b
MDL-35883 Accessibility: Added title for login as user link in header and footer for accessibility
2013-04-02 15:51:41 +08:00
Yuliya Bozhko
278065528a
MDL-35073 badges: Open badges integration
...
The badges feature allows to integrate Mozilla "Open Badges" to issue, assign,
manage and display digital badges in Moodle. This feature supports:
-- badge creation and issuing based on criteria
-- badge baking and verification service
-- direct pushing of internal badges to external backpack
-- interanl and external badge display in Moodle
-- Moodle block to display latest badges
2013-04-02 15:49:02 +08:00
David Monllao
1ad8902820
MDL-38821 enrol_self: Fixing setType missing calls
2013-04-02 15:39:44 +08:00
David Monllao
eeb6c4ace8
MDL-38821 enrol_paypal: Fixing setType missing calls
2013-04-02 15:37:21 +08:00
David Monllao
361c4da2fb
MDL-38821 enrol_manual: Fixing setType missing calls
2013-04-02 15:37:11 +08:00
David Monllao
3de603a175
MDL-38821 enrol_cohort: Fixing setType missing calls
2013-04-02 15:37:00 +08:00
Rajesh Taneja
c7fe9f81d7
MDL-35883 Accessibility: Added title for user link in header and footer for accessibility
2013-04-02 15:32:38 +08:00
Dan Poltawski
ec6089f07b
Merge branch 'MDL-38455-master-int' of git://github.com/FMCorz/moodle
2013-04-02 14:53:28 +08:00
Dan Poltawski
534ee16ec0
MDL-35603 backup: fix coding style issues
2013-04-02 14:30:50 +08:00
Dan Poltawski
92d1453bcb
Merge branch 'MDL-35603-import-limit' of git://github.com/rlorenzo/moodle
2013-04-02 14:25:35 +08:00
David Monllao
bdf808de30
MDL-38687 behat: New test
...
According to MDLQA-4590, an admin
can restore a course back up with
it's settings retained.
2013-04-02 14:14:01 +08:00
David Monllao
44d5af386c
MDL-38687 behat: Add activity step modification
...
We are only supposed to look for
the activity name in @class=typename
2013-04-02 14:13:57 +08:00
Damyon Wiese
95bef9d170
MDL-36804 Assign: Fix undeclared global $USER and undefined variable $userid
2013-04-02 13:44:25 +08:00
Damyon Wiese
3a9dc7f22f
MDL-36804 Assign submission history - One language string change.
2013-04-02 13:37:51 +08:00
Damyon Wiese
7b647abcb8
MDL-36804 Assignment submisison history - fix width column
...
Fix the width of the left column in the history and submission tables so
they all line up on the page.
2013-04-02 13:37:51 +08:00
Damyon Wiese
a13fbf5fe8
MDL-36804 Assignment - Make sure webservice only returns the last submission/grade.
2013-04-02 13:37:51 +08:00
Damyon Wiese
df211804f1
MDL-36804 mod_assign - allow students to resubmit work and display a submission + grading history
...
This is based on work by Davo Smith with input from Fernando Oliveira (Thanks guys!).
2013-04-02 13:37:51 +08:00
Damyon Wiese
bf6c1d0997
Merge branch 'MDL-38713-master' of git://github.com/danpoltawski/moodle
2013-04-02 13:23:00 +08:00
David Monllao
6cf9a42f6f
MDL-38690 behat: New test
...
According to MDLQA-327, a teacher can
import data from another course.
2013-04-02 13:00:30 +08:00
Damyon Wiese
9ab0aece49
Merge branch 'MDL-38700-master' of git://github.com/danpoltawski/moodle
...
Conflicts:
course/tests/courselib_test.php
2013-04-02 12:48:08 +08:00
David Monllao
2cca40c82b
MDL-38785 behat: Steps definitions to add and delete comments
2013-04-02 12:07:19 +08:00
David Monllao
1fb1ccd545
MDL-38785 behat: New tests
...
According to MDLQA-943, users can
add comments via a comments block
2013-04-02 12:07:19 +08:00
Dan Poltawski
08e5aed273
Merge branch 'MDL-38825' of git://github.com/stronk7/moodle
2013-04-02 11:49:24 +08:00
David Monllao
739ac54ab0
MDL-38622 behat: New tests
...
Navigation works correctly in paged
mode, according to MDLQA-1633, MDLQA-1639,
MDLQA-1645, MDLQA-1646, MDLQA-1647,
MDLQA-1648, MDLQA-1649, MDLQA-1651,
MDLQA-1652, MDLQA-1653, MDLQA-1654
and MDLQA-1655.
2013-04-02 11:47:26 +08:00
Dan Poltawski
bf9613dd41
Merge branch 'MDL-38538_clean' of git://github.com/timhunt/moodle
2013-04-02 11:27:32 +08:00
David Monllao
c8619f33e1
MDL-38828 behat: Moving init before purge_cache
2013-04-02 11:24:00 +08:00
Dan Poltawski
cbaeabbe47
Merge branch 'MDL-38702_master' of git://github.com/lazydaisy/moodle
2013-04-02 10:04:26 +08:00
Eloy Lafuente (stronk7)
a5efbe6161
Merge branch 'MDL-38814_master' of git://github.com/dmonllao/moodle
2013-04-02 03:30:30 +02:00
Eloy Lafuente (stronk7)
51cae58998
Merge branch 'MDL-38689_master' of git://github.com/dmonllao/moodle
2013-04-02 02:41:44 +02:00
Eloy Lafuente (stronk7)
d6dc3019b6
Merge branch 'MDL-38686_master' of git://github.com/dmonllao/moodle
2013-04-02 02:41:33 +02:00
Eloy Lafuente (stronk7)
1c49f7ad19
Merge branch 'MDL-38688_master' of git://github.com/dmonllao/moodle
2013-04-02 02:41:25 +02:00
Eloy Lafuente (stronk7)
49b902f858
MDL-38621 behat: whitespace fix
2013-04-02 02:28:40 +02:00
Eloy Lafuente (stronk7)
342c3f3e6c
Merge branch 'MDL-38621_master' of git://github.com/dmonllao/moodle
2013-04-02 02:27:10 +02:00
Eloy Lafuente (stronk7)
3e27548431
Merge branch 'MDL-38620_master' of git://github.com/dmonllao/moodle
2013-04-02 02:26:54 +02:00
Marina Glancy
d1f8c1bd62
MDL-38708 Added course overview files (most often images) to courses
2013-04-02 11:08:21 +11:00
Marina Glancy
ddbf9b6bd2
MDL-37009 Display course info as a page instead of popup
2013-04-02 10:58:24 +11:00
Marina Glancy
09ae7ee031
MDL-37009 Deprecated all courses display functions that are not used any more
...
print_my_moodle(), print_remote_course(),
print_remote_host(), print_whole_category_list(), print_category_info(), get_course_category_tree(),
print_courses(), print_course(), get_category_courses_array(), get_category_courses_array_recursively()
2013-04-02 10:58:24 +11:00
Marina Glancy
99a364564f
MDL-37009 Use new renderers for frontpage course and category listings
2013-04-02 10:58:23 +11:00
Marina Glancy
f53703b7be
MDL-37009 new course listings: changes to canvas and other themes:
...
canvas-based themes: formal_white, magazine, splash
2013-04-02 10:58:18 +11:00
Marina Glancy
202f73f3b4
MDL-37009 new course listings: changes to base, standard and afterburner themes
2013-04-02 10:54:50 +11:00
Marina Glancy
9e76429dad
MDL-37009 Display list of tagged courses using new renderer
2013-04-02 10:54:50 +11:00
Marina Glancy
6004700329
MDL-37009 Display course search results using new renderer methods
2013-04-02 10:54:49 +11:00
Marina Glancy
837d548eb2
MDL-37009 moved editing functionality from course/search.php to course/manage.php
2013-04-02 10:54:49 +11:00
Marina Glancy
8e57a6df6d
MDL-37009 Display courses and categories tree on /course/index.php using new renderer
...
Also /course/category.php
2013-04-02 10:54:49 +11:00
Marina Glancy
9176cdb632
MDL-37009 Added function core_course_renderer::courses_list() similar to print_courses()
2013-04-02 10:54:49 +11:00
Marina Glancy
e2d70cca57
MDL-37009 Display single course info box using new course listings renderer
...
Header is removed from /course/info.php because it is now part of renderer function
2013-04-02 10:54:49 +11:00
Marina Glancy
43e389eabf
MDL-37009 Created functions in core_course_renderer to display courses and categories listings
2013-04-02 10:54:48 +11:00
Marina Glancy
a8d683ca8e
MDL-37009 function print_course_search() is moved to deprecatedlib.php
2013-04-02 10:54:48 +11:00
Marina Glancy
f4b571ab2b
MDL-37009 function print_course_search() is moved to course renderer
2013-04-02 10:54:48 +11:00
Eloy Lafuente (stronk7)
12879418e9
Merge branch 'MDL-38823_master' of git://github.com/dmonllao/moodle
...
Conflicts:
mod/forum/tests/behat/behat_mod_forum.php
2013-04-02 01:47:40 +02:00
Eloy Lafuente (stronk7)
23726a43d4
Merge branch 'MDL-38805_master' of git://github.com/dmonllao/moodle
2013-04-02 01:45:43 +02:00
Eloy Lafuente (stronk7)
cd4c7e9af4
Merge branch 'MDL-38804_master' of git://github.com/dmonllao/moodle
2013-04-02 01:44:59 +02:00
Eloy Lafuente (stronk7)
0f8fd3a7eb
Merge branch 'MDL-38477_master' of git://github.com/dmonllao/moodle
2013-04-02 01:06:18 +02:00
Eloy Lafuente (stronk7)
2bb24f16e0
Merge branch 'MDL-38476_master' of git://github.com/dmonllao/moodle
2013-04-02 01:06:05 +02:00
Eloy Lafuente (stronk7)
55a2081d28
Merge branch 'MDL-38475_master' of git://github.com/dmonllao/moodle
2013-04-02 01:04:44 +02:00
Eloy Lafuente (stronk7)
c1bccc8ef5
Merge branch 'MDL-38439_master' of git://github.com/dmonllao/moodle
2013-04-02 01:04:31 +02:00
Eloy Lafuente (stronk7)
9f0700fb6c
Merge branch 'MDL-38437_master' of git://github.com/dmonllao/moodle
2013-04-02 01:03:26 +02:00
Eloy Lafuente (stronk7)
62eb5c466e
MDL-38547 behat: coding style fixes.
2013-04-01 22:40:50 +02:00
Eloy Lafuente (stronk7)
54e48dc32d
Merge branch 'MDL-38547_master' of git://github.com/dmonllao/moodle
2013-04-01 22:32:06 +02:00
Eloy Lafuente (stronk7)
c57c57c575
Merge branch 'MDL-38499_master' of git://github.com/dmonllao/moodle
2013-04-01 22:23:58 +02:00
Eloy Lafuente (stronk7)
0251a62500
Merge branch 'MDL-38486_master' of git://github.com/dmonllao/moodle
2013-04-01 22:17:12 +02:00
Eloy Lafuente (stronk7)
c5f6371f04
MDL-38825 behat: fix composer install url
2013-04-01 18:55:34 +02:00
Eloy Lafuente (stronk7)
d4a5896f8a
Merge branch 'MDL-38817_master' of git://github.com/dmonllao/moodle
2013-04-01 13:25:31 +02:00
Eloy Lafuente (stronk7)
68adfee6d4
Merge branch 'MDL-38788_master' of git://github.com/dmonllao/moodle
2013-04-01 13:17:20 +02:00
Eloy Lafuente (stronk7)
b216376811
Merge branch 'MDL-38787_master' of git://github.com/dmonllao/moodle
2013-04-01 13:12:08 +02:00
David Monllao
be0e1825d3
MDL-38823 behat: New test
...
According to MDLQA-521, a teacher can set a certain
number of discussions as a completion condition for
a forum.
2013-04-01 17:52:46 +08:00
David Monllao
7bc7625e04
MDL-38823 behat: Make default form field manage different HTML elements
2013-04-01 17:51:54 +08:00
David Monllao
125765ed18
MDL-38437 behat: Behat feature for mod_forum
...
Basic add an activity, MDLQA-2 (students
can edit or delete their forum posts within
a set time limit).
2013-04-01 16:27:16 +08:00
David Monllao
74508a5ddb
MDL-38437 behat: Step definition to add a discussion
2013-04-01 16:27:09 +08:00
Jean-Michel Vedrine
9219089a72
MDL-38808 Remove deprecated unzip_file from qformat blackboard_six
2013-04-01 09:34:07 +02:00
David Monllao
424f56fc90
MDL-38817 behat: New test
...
According to MDLQA-50, in a survey activity
a teacher can set three types of survey
2013-04-01 13:57:01 +08:00
David Monllao
f076b0d43f
MDL-38805 behat: Steps definitions to check students completed activities
2013-04-01 12:32:25 +08:00
David Monllao
abc38a9738
MDL-38805 behat: New test
...
According to MDLQA-511, a teacher can
enable students to manually mark an activity
as complete.
2013-04-01 12:32:25 +08:00
David Monllao
3a4d76ac3d
MDL-38805 behat: Externalized behat_form_field loader
2013-04-01 12:32:25 +08:00
David Monllao
e7a0600b88
MDL-38804 behat: Step definition to set site administration settings
2013-04-01 12:31:48 +08:00
David Monllao
4569bc7ce8
MDL-38804 behat: New test
...
According to MDLQA-1780, a teacher can
set completion conditions to restrict
the availability of a section
2013-04-01 12:31:47 +08:00
David Monllao
693969b5c1
MDL-38815 behat: New test
...
According to MDLQA-1768, a file can be
deleted from the file manager.
2013-04-01 12:28:27 +08:00
David Monllao
5bc64b0fab
MDL-38814 behat: Deleting old files
2013-04-01 12:22:43 +08:00
David Monllao
95932c376b
DML-38814 behat: Split steps definitions tests into features
2013-04-01 12:22:40 +08:00
David Monllao
d87bbb3d3d
MDL-38814 behat: Move filepicker steps definitions to repository/
2013-04-01 12:16:57 +08:00
David Monllao
1c00d6f636
MDL-38788 behat: Add a block and add an activity steps definitions compatible with JS disabled
2013-04-01 11:18:33 +08:00
David Monllao
cd7ea8f0cc
MDL-38788 behat: Generic form elements interaction compatibile with JS disabled
2013-04-01 11:18:33 +08:00
David Monllao
c94a0d1890
MDL-38788 behat: New tests with Javascript disabled
...
Add a block and add an activity/resource
tests. The add an activity with JS disabled
test includes MDLQA-2446 automation.
2013-04-01 11:17:45 +08:00
Jean-Michel Vedrine
1e8f4e54c7
MDL-19072 XHTML export for match questions fix for distractors
2013-03-31 15:13:44 +02:00
Jonathon Fowler
c8845ca917
MDL-38705 qformat_blackboard_six: use qti title as category name
...
Specifically, the title on the 'assessment' element is used.
2013-03-31 14:00:01 +10:00
Mary Evans
46b086f145
MDL-38657 theme_base: fixes misalignment issue in User Report page.
2013-03-31 02:13:51 +01:00
Tim Hunt
dc1ee5cb29
MDL-34640 question repsponse files: remaining tidy up of this code.
2013-03-30 21:16:18 +00:00
Mathieu Petit-Clair
d0782585c8
MDL-34640: adding code to pass contextid and question type to question_file_loader.
2013-03-30 19:57:03 +00:00
Tim Hunt
8a1e7b7756
MDL-34640 quesion reponse files: PARTIAL SOLUTION to allowing resonse files to be graded automatically.
2013-03-30 19:53:15 +00:00
prateeksachan
f7884095de
MDL-38361: Fixed typos in mod/assign/locallib.php
2013-03-30 23:39:56 +05:30
Tim Hunt
0561fdf167
MDL-38809 quiz manual grading: delete expensive unnecssary code.
2013-03-30 17:25:52 +00:00
David Mudrák
b2a138a20f
MDL-38509 Escalate the maturity level of the plugin
...
The API is considered stable now and there should not be a need to
change it.
2013-03-29 01:30:00 +01:00
David Mudrák
0a6a344d29
MDL-38509 Add hook for the installaddonrequest into admin/index.php
...
If the user selects a plugin in Moodle plugins directory to be installed
into their site, Moodle plugins directory will redirect them into their
site's admin/index.php script, providing the installaddonrequest
parameter.
This patch makes sure that only if the user is logged-in as the admin
and the site is fully installed and up-to-date, the add-on installation
request will be dispatched to the tool_installaddon for actual
processing.
We need to store the installaddonrequest value in the $PAGE's URL so
that is is stored in $SESSION->wantsurl in case the user needs to log in
at their site. Thanks to this, the request is dispatched after the user
logs in.
2013-03-29 01:00:16 +01:00
David Mudrák
af96f120e9
MDL-38509 Add ability to install add-ons from the remote repository
...
There is a new hook in the index.php file. If valid HTTP parameter
installaddonrequest is detected, the installer asks the administrator to
confirm the request.
If confirmed, the installer calls download.moodle.org/api/1.2/pluginfo.php
service to get information about the given plugin version. The essential
data are the URL of the ZIP to download and the MD5 hash of the ZIP.
These data must be fetched via HTTPS to protect against MiM attack.
If the ZIP is downloaded and the MD5 content hash is correct, the user
is redirected to the previously implemented ZIP validation page, as if
the ZIP was uploaded manually.
The valid format of the installaddonrequest is documented via the
test_decode_remote_request() unit test method.
2013-03-29 00:16:06 +01:00
Rex Lorenzo
c4dbfb2c91
MDL-35603 - Backup - Course import selector notice
...
* added new config option to determine length of courses returned by import
* added text indicator if there are more than X number of courses, similar to how the restore course list currently works
2013-03-28 15:24:51 -07:00
Matteo Scaramuccia
fd10686843
MDL-38745 SCORM: fixed appending 'API logging is on|off', once per launch
2013-03-28 22:28:06 +01:00
Matteo Scaramuccia
cc351edaf0
MDL-38745 SCORM: fixed doubling double quotes for 'even' and 'odd'
2013-03-28 22:28:03 +01:00
Matteo Scaramuccia
fe104762c9
MDL-38678 SCORM: Runtime Environment (RTE) checks not required in case of SCO Assets
2013-03-28 22:22:19 +01:00
Matteo Scaramuccia
0f7d527816
MDL-38790 Repositories: missing call to setType in 'My private files' form
2013-03-28 22:12:53 +01:00
Colin Chambers
c7218aef8d
MDL-36570 question editing: group answer/choice fields better.
2013-03-28 17:25:45 +00:00
Tim Hunt
595708884a
MDL-38538 quiz auto-save front end.
...
1. There is a new admin setting to control whether this feature is
enabled. The admin can set the auto-save frequency to 1, 2 or 5 minutes,
or disable it.
2. When autosave is enabled, there is code in the quiz that monitors the
main quiz form, and does an ajax save call at the given frequency when
changes are being made by the student.
3. The ajax saves go to a new script that calls the question engine to
do the work.
4. To avoid simultaneous autosave + submit and finish, the auto-save
system shuts down shortly before time expires in a timed quiz.
2013-03-28 16:57:24 +00:00
Tim Hunt
0a606a2be2
MDL-38538 question auto-save back end.
...
1. Autosave works in some ways just like a normal save. We ultimately
call $behaviour->process_save() to do the work, and create a new step to
hold the data.
2. However, we come in through a completely different route through the
API, starting with separate auto-save methods. This keeps the auto-save
changes mostly separate, and so reduced the chance of breaking existing
working code.
3. When the time comes to store the auto-save step in the database, we
save it using a negative sequence number.
This is a clever trick that not only distinguises these steps, but also
avoids unique key errors when an auto-save and a real action happen
simultaneously. (There are unit tests for these tricky edge cases.)
4. When we load the data back from the database, most of the time the
auto-save steps are loaded back as if they were a real save, and so the
auto-saved data is used when the question is then rendered.
5. However, before we process another action, we remove the auto-saved
step, so it does not appear in the final history.
2013-03-28 16:51:59 +00:00
Tim Hunt
eca230b521
MDL-38538 question unit tests: improve things a bit.
...
1. Split the question_attempt tests into one class per file.
2. Imporve the API to give tests more control, and to test more of the
important code. Some of this is not used here, but it is about to be.
2013-03-28 16:05:34 +00:00
Eloy Lafuente (stronk7)
35601d77f9
MDL-38633 folder: support show_expanded in backup.
2013-03-28 17:00:46 +01:00
David Mudrák
399ddcc73e
MDL-38509 Move the tool node in the navigation
...
The "Install add-ons" should appear just below Site administration >
Plugins, before the "Activity modules".
2013-03-28 11:54:07 +01:00
David Mudrák
b7f6442670
MDL-38509 Fix the communication protocol with Moodle plugins directory
...
Implements the behaviour currently specified at
http://docs.moodle.org/dev/On-click_add-on_installation
2013-03-28 11:54:06 +01:00
David Mudrák
59a2cc8d38
MDL-38509 Add the script that finally deploys the validated ZIP contents
2013-03-28 11:54:06 +01:00
David Mudrák
a143984a36
MDL-38509 Add strings for the new admin tool
2013-03-28 11:54:06 +01:00
David Mudrák
cbd125e85d
MDL-38509 Implement the ZIP package validation page
...
The script validate.php expects a ZIP file stored in a temporary
location. It extracts the ZIP (optionally renaming the root directory)
and executes the validator. Then it renders the validator log messages
and continue buttons.
2013-03-28 11:54:06 +01:00
David Mudrák
07083b230b
MDL-38509 Add new tool_installaddon_installer::extract_installfromzip_file() method
2013-03-28 11:54:06 +01:00
David Mudrák
585b64a607
MDL-38509 Save uploaded ZIP into a temporary location and redirect to validator
2013-03-28 11:54:06 +01:00
David Mudrák
30bec5ba8d
MDL-38509 Add new tool_installaddon_installer::get_plugintype_root() method
2013-03-28 11:54:06 +01:00
David Mudrák
a4fcf56f0a
MDL-38509 Implement the plugin ZIP package validator
...
The validator code contains (modified) fragments of the
local_plugins_archive_validator class copyrighted by Marina Glancy that
is part of the local_plugins plugin. It operates over an extracted
copy of the ZIP file.
2013-03-28 11:54:06 +01:00
David Mudrák
ddab904ba8
MDL-38509 Check for writable plugin type location in install from ZIP form
...
Standard mform validation is implemented as well as progressively
enhanced AJAX version.
2013-03-28 11:54:05 +01:00
David Mudrák
2459758b30
MDL-38509 Mark the new installaddon admin tool as the standard plugin
2013-03-28 11:54:05 +01:00
David Mudrák
0056f2a37b
MDL-38509 Initial version of the new admin tool to install add-ons
2013-03-28 11:54:05 +01:00
David Mudrák
b8efcb9233
MDL-38509 Implement new plugin_manager::plugintype_name()
...
This has exactly the same behaviour as the existing
plugintype_name_plural() method, but returns the singular form of the
plugin type (such as 'Activity module').
2013-03-28 11:54:05 +01:00
David Mudrák
ce1a0d3cd8
MDL-38509 Implement new plugin_manager::get_plugin_types()
...
This new method just takes the result of the core get_plugin_types() and
re-orders the plugin types in the same way as they are displayed at the
Plugins overview screen.
2013-03-28 11:54:05 +01:00
David Mudrák
c2c4f722b5
MDL-38509 Document the plugin deployment lockers in config-dist.php
2013-03-28 11:54:05 +01:00
David Mudrák
e91670edc0
MDL-38493 Improve documentation of mdeploy.php
2013-03-28 11:54:05 +01:00
David Mudrák
203b432159
MDL-38493 Make mdeploy.php able to install new plugin
...
The patch implements the second mode of the mdeploy.php script. If
--install option is passed, the given package is downloaded, verified
and deployed to the requested location.
2013-03-28 11:54:05 +01:00
sam marshall
71638033eb
MDL-26956 (3) Enrol: Add filter options to enrolments screen
2013-03-28 10:46:36 +00:00
sam marshall
d953b18495
MDL-26956 (2) Forms: Function to render form to string
...
Previously it was only possible to display the form immediately as
HTML output. You had to wrap in an output buffer in order to put
it in a renderer. This new function does the output buffer for you.
2013-03-28 10:46:33 +00:00
sam marshall
b2ec866fc7
MDL-26956 (1) Library: Move search SQL function to datalib
...
This function used to be in the user selector, but it is useful in
other areas where we want to search for users as it handles a number
of search options (including extra fields, etc.) and returns SQL
which can be included in a joined query.
A unit test has been added to check the results of these searches.
2013-03-28 10:45:12 +00:00
David Monllao
eff79d5378
MDL-38787 behat: Move to the new Javascript-based test class manager
2013-03-28 16:59:18 +08:00
Damyon Wiese
d8201d49d8
weekly release 2.5dev
2013-03-28 14:44:31 +08:00
David Monllao
a3dd930ec0
MDL-38686 behat: New restore course test
...
According to MDLQA-4596, a teacher can change
the format of a restored course
2013-03-28 14:43:38 +08:00
David Monllao
60054942ec
MDL-38689 behat: Steps definitions to compare DOM nodes position inside the DOM
2013-03-28 14:41:41 +08:00
David Monllao
28435f1a64
MDL-38689 behat: Allowing more than one selector type argument
...
Regex's placeholders can not be repeated, if
there are definitions that have more than one
selector type of the same kind it would not
be displayed like that in the steps definitions
list UI
2013-03-28 14:41:41 +08:00
David Monllao
135c685381
MDL-38689 behat: New test
...
According to MDLQA-931, a teacher can
copy an activity.
2013-03-28 14:41:41 +08:00
Damyon Wiese
9ee29404be
Fix permissions
2013-03-28 14:36:33 +08:00
David Monllao
4bd605da79
MDL-38690 behat: Step definition to import a course
2013-03-28 14:35:22 +08:00
David Monllao
00f074620e
MDL-38688 behat: Restore Moodle 2 courses tests
2013-03-28 14:27:14 +08:00
David Monllao
52e8f537b9
MDL-38688 behat: Backup tests
...
Complemented by restore_moodle2_courses.feature
tests.
2013-03-28 14:27:14 +08:00
David Monllao
030a606e49
MDL-38688 behat: Steps definitions for backup/restore
2013-03-28 14:27:12 +08:00
David Monllao
4b528daed5
MDL-38616 behat: New test
...
According to MDLQA-4600, an admin
can control which activities can
be added to courses.
2013-03-28 14:16:21 +08:00
David Monllao
bf648567e0
MDL-38548 behat: Step definitions to check activities visibility
2013-03-28 12:07:44 +08:00
David Monllao
3442b9e54f
MDL-38548 behat: New tests
...
The show/hide activity/resource icon
functions correctly. According to
MDLQA-1573, MDLQA-1574, MDLQA-1575,
MDLQA-1576 and MDLQA-1577.
2013-03-28 12:06:24 +08:00
David Monllao
e62f1b3b63
MDL-38620 behat: Modified upload_users.csv fixture
...
Including course and group enrolments
2013-03-28 11:19:09 +08:00
David Monllao
2904bf9ddf
MDL-38620 behat: New test
...
According to MDLQA-1175; test
removed from repository_upload as
is included in MDLQA-1175 test
2013-03-28 11:19:07 +08:00
David Monllao
ba097b8253
MDL-38619 behat: New test
...
According to MDLQA-1445, an administrator
can upload users to a cohort.
2013-03-28 11:17:33 +08:00
David Monllao
f0e4cf5e31
MDL-38619 behat: Step definition to add enrolment methods to courses
2013-03-28 11:17:14 +08:00
David Monllao
23349a73ae
MDL-38619 testing: Adapter to cohorts data generator
2013-03-28 11:17:14 +08:00
David Monllao
e800f0d6ae
MDL-38619 behat: New test
...
According to MDLQA-1177, an administrator
can create a cohort and add users to it.
2013-03-28 11:17:11 +08:00
Frederic Massart
5581c618fc
MDL-38751 usability: Different style for cancel button
2013-03-28 11:14:24 +08:00
David Monllao
3ea8721a0c
MDL-38621 behat: New test
...
According to MDLQA-1172, course short
names may be displayed on the list of
courses page.
2013-03-28 10:58:57 +08:00
Frederic Massart
8783e17b0f
MDL-38590 data: Reformat settings form
...
AMOS BEGIN
CPY [allowcomments,mod_glossary],[allowcomments,mod_data]
AMOS END
2013-03-28 10:53:58 +08:00
Frederic Massart
a4b076d51b
MDL-38681 form: Changed collapse/expand button to a link
2013-03-28 10:18:58 +08:00
Frederic Massart
90a7e556af
MDL-38455 form: More consistency in section states
...
- A short form of 2 sections has collapsible sections;
- The second section is expanded by default if the form has 2 sections;
- The collapsed state by setExpanded can override the state in which
the section was when it was submitted by the user;
- A header containing a required field or one that has an error
will never be collapsed.
2013-03-28 10:03:33 +08:00
Damyon Wiese
86d66b5a1a
Merge branch 'MDL-25631' of git://github.com/merrill-oakland/moodle
2013-03-28 09:39:05 +08:00
Dan Marsden
1de23b7fdc
MDL-38715 SCORM fix missing calls to setType and remove old call to setMaxFileSize
2013-03-28 12:38:27 +13:00
Eloy Lafuente (stronk7)
50206449b6
Merge branch 'MDL-38516-m' of https://github.com/andrewnicols/moodle
2013-03-27 23:56:57 +01:00
Eloy Lafuente (stronk7)
113f9a68bd
Merge branch 'MDL-38520-m' of https://github.com/andrewnicols/moodle
2013-03-27 23:38:33 +01:00
Andrew Robert Nicols
81c8a42040
MDL-38516 JavaScript: Migrate moodle-block_navigation-navigation to use Shifter
2013-03-27 22:27:48 +00:00
Eloy Lafuente (stronk7)
9b79c017f9
Merge branch 'MDL-38473-m' of https://github.com/andrewnicols/moodle
2013-03-27 23:20:18 +01:00
Eloy Lafuente (stronk7)
59549129b1
Merge branch 'MDL-38404-m' of https://github.com/andrewnicols/moodle
2013-03-27 23:06:46 +01:00
Eloy Lafuente (stronk7)
f3804a0c00
Merge branch 'MDL-38472-m' of https://github.com/andrewnicols/moodle
2013-03-27 22:42:33 +01:00
Eloy Lafuente (stronk7)
cb39c6136b
Merge branch 'MDL-38519-m' of https://github.com/andrewnicols/moodle
2013-03-27 22:29:21 +01:00
Eloy Lafuente (stronk7)
c4b39661b9
Merge branch 'MDL-38517-m' of https://github.com/andrewnicols/moodle
2013-03-27 21:43:30 +01:00
Eloy Lafuente (stronk7)
a8cdbbe053
Merge branch 'MDL-38471-m' of https://github.com/andrewnicols/moodle
2013-03-27 18:50:34 +01:00
Andrew Robert Nicols
2c0b7d164c
MDL-38756 JavaScript: Handle missing jsrev during installation
...
During installation, jsrev is unset so unavailable for the cache checks.
The installation sets the initial jsrev value and this is updated
periodically, unless it is set to -1 for JS developer.
During installation, we shouldn't really use any caches so if jsrev is
unset, then we should act as though it is set to developer.
2013-03-27 13:13:01 +00:00
David Monllao
2d9cbe8807
MDL-38477 behat: New test
...
According to MDLQA-16, teachers can edit
or delete any forum post.
2013-03-27 16:51:01 +08:00
David Monllao
22d56e46f1
MDL-38476 behat: New test
...
According to MDLQA-9, in a single
simple discussion forum only teachers
can start discussions.
2013-03-27 16:49:59 +08:00
David Monllao
a394e57849
MDL-38475 behat: New test
...
According to MDLQA-5, students can choose
from 4 discussion display options and their
choice is remembered.
2013-03-27 16:47:56 +08:00
David Monllao
68834d4a0d
MDL-38475 behat: Step definition to reply a discussion
2013-03-27 16:47:55 +08:00
David Monllao
9449cf8e11
MDL-38439 behat: New test
...
According to MDLQA-3, a teacher can
set one of 3 possible options for
tracking read forum posts.
2013-03-27 16:46:41 +08:00
David Monllao
e6cb6aed64
MDL-38437 behat: Behat feature for mod_forum
...
Basic add an activity, MDLQA-2 (students
can edit or delete their forum posts within
a set time limit).
2013-03-27 16:45:01 +08:00
David Monllao
279d86943b
MDL-38437 behat: Step definition to add a discussion
2013-03-27 16:45:01 +08:00
David Monllao
b918f9f7bf
MDL-38499 behat: Steps definitions for section visibility management
2013-03-27 16:00:54 +08:00
Dan Poltawski
37836c19fb
MDL-38738 portfolio: missing PARAM_TEXT
2013-03-27 15:57:35 +08:00
David Monllao
8ec8a05851
MDL-38499 behat: New test
...
The show/hide section icon functions
correctly. According to MDLQA-1579,
MDLQA-1580, MDLQA-1581, MDLQA-1582
and MDLQA-1583.
2013-03-27 15:57:19 +08:00
David Monllao
4069c4e73f
MDL-38486 behat: New test
...
Section highlighting can be turned off
correctly using the toggle highlighting
icon. According to MDLQA-1591, MDLQA-1592,
MDLQA-1593, MDLQA-1594 and MDLQA-1595
2013-03-27 15:46:03 +08:00
David Monllao
18c84063e3
MDL-38486 behat: Course's topics highlighting steps definitions
2013-03-27 15:46:03 +08:00
Damyon Wiese
604a8ed4e5
Merge branch 'wip-MDL-38147-master' of git://github.com/marinaglancy/moodle
2013-03-27 14:11:27 +08:00
Marina Glancy
0a02b80cda
MDL-38147 fixed bug with windows PHP different function behaviour
2013-03-27 17:06:27 +11:00
Marina Glancy
5e71c37ea9
MDL-38147 added comments for SQL-based course search that might not work on some DB
2013-03-27 17:05:51 +11:00
Marina Glancy
a32f163dfd
MDL-38147 do not use DB->sql_length because it does not work on MSSQL
2013-03-27 16:07:29 +11:00
Aparup Banerjee
8963212472
Merge branch 'MDL-38632' of git://github.com/stronk7/moodle
2013-03-27 13:07:10 +08:00
Damyon Wiese
ddeea94a35
Merge branch 'MDL-38736-master' of git://github.com/danpoltawski/moodle
2013-03-27 12:17:47 +08:00
Damyon Wiese
5df15f2524
MDL-38717 Admin: Change setType for email to PARAM_EMAIL
2013-03-27 12:11:06 +08:00
Damyon Wiese
1b393ce91d
Merge branch 'MDL-38717-master' of git://github.com/danpoltawski/moodle
2013-03-27 11:57:14 +08:00
Jonathon Fowler
bdc4cb9ef0
MDL-37966 Assignment: put upgraded modules where the originals were
2013-03-27 12:40:28 +10:00
Aparup Banerjee
cf457c2169
Merge branch 'MDL-38659' of git://github.com/stronk7/moodle
2013-03-27 10:38:31 +08:00
Dan Poltawski
8bd1829310
MDL-38736 mod_choice: fix missing param type
2013-03-27 10:19:57 +08:00
Damyon Wiese
0e2ca62e86
MDL-35876: Whitespace, indenting and more verbose upgrade.txt
2013-03-27 10:16:09 +08:00
Dan Poltawski
f6343982e1
MDL-38717 admin: missing setType on email
2013-03-27 10:14:35 +08:00
Damyon Wiese
df9bdfb000
Merge branch 'wip-MDL-35876-master' of git://github.com/phalacee/moodle
...
Conflicts:
lib/upgrade.txt
2013-03-27 10:06:30 +08:00
Eloy Lafuente (stronk7)
3b597dd4ee
Merge branch 'wip-mdl-38543' of git://github.com/deraadt/moodle
2013-03-27 02:00:02 +01:00
Eloy Lafuente (stronk7)
49ef0c56ef
Merge branch 'MDL-38552-master' of git://github.com/FMCorz/moodle
2013-03-27 01:51:35 +01:00
Eloy Lafuente (stronk7)
381ffd46fc
Merge branch 'MDL-38566-master' of git://github.com/FMCorz/moodle
...
Conflicts:
theme/base/style/core.css
2013-03-27 01:49:10 +01:00
Eloy Lafuente (stronk7)
18ceea60af
Merge branch 'MDL-38484_master' of git://github.com/dmonllao/moodle
2013-03-27 00:47:32 +01:00
Eloy Lafuente (stronk7)
2477bb29cc
Merge branch 'MDL-38531_master' of git://github.com/dmonllao/moodle
2013-03-27 00:46:05 +01:00
Eloy Lafuente (stronk7)
64a807ae44
Merge branch 'MDL-38483_master' of git://github.com/dmonllao/moodle
2013-03-27 00:43:19 +01:00
Eloy Lafuente (stronk7)
cf140de945
Merge branch 'MDL-38557' of git://github.com/timhunt/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2013-03-26 23:38:07 +01:00
Eloy Lafuente (stronk7)
b741fac308
Merge branch 'MDL-38651' of git://github.com/timhunt/moodle
2013-03-26 23:27:16 +01:00
Eloy Lafuente (stronk7)
d89eed6fca
Merge branch 'MDL-38647' of git://github.com/timhunt/moodle
2013-03-26 23:22:25 +01:00
Eloy Lafuente (stronk7)
45679e3a9e
Merge branch 'w13_MDL-38589_m25_pear' of git://github.com/skodak/moodle
2013-03-26 23:14:24 +01:00
Eloy Lafuente (stronk7)
e01812b333
Merge branch 'w13_MDL-37783_m12_testinfo' of git://github.com/skodak/moodle
2013-03-26 23:13:33 +01:00
Eloy Lafuente (stronk7)
8ef5dc58ea
Merge branch 'MDL-38563-master-int' of git://github.com/FMCorz/moodle
2013-03-26 23:10:11 +01:00
Eloy Lafuente (stronk7)
4efcfaa3ae
Merge branch 'w13_MDL-37742_m25_dirtyoracle' of git://github.com/skodak/moodle
...
Conflicts:
lib/upgrade.txt
2013-03-26 23:04:48 +01:00
David Mudrák
5106aab30c
MDL-38733 Fix the workshop rubric CSS
2013-03-26 22:32:07 +01:00
Petr Škoda
e788339786
MDL-37742 add debugging message when $DB->sql_empty() used
2013-03-26 22:12:17 +01:00
Eric Merrill
c9deaa8e79
MDL-25631 backup Decoupling legacy files from course config settigs. If they are present, they will be restored.
2013-03-26 17:01:55 -04:00
David Mudrák
e36942b716
MDL-37602 Include the overall feedback in the workshop backup and restore
2013-03-26 21:33:22 +01:00
David Mudrák
77d746a2f5
MDL-37602 Clean up and improve the overall feedback rendering
...
In order to use the overall feedback in assessments of example
submissions and in the assessment form preview, significant improvements
in the rendering machinery were done.
Workshop class provides two new methods overall_feedback_content_options()
and overall_feedback_attachment_options() as they are needed at various
scripts and libraries.
Overall feedback is displayed as a part of the workshop_assessment_form
only if the form is in editable mode (not frozen). If the form is
displayed in read-only (frozen) mode, the caller is expected to render
the overall feedback and list of attachments (the editor and filemanager
elements do not support frozen mode). To do so, the renderable
workshop_assessment now loads overall feedback data and provides two new
methods get_overall_feedback_content() and
get_overall_feedback_attachments() to be used by the renderer.
Renderable workshop_submission, workshop_assessment and related classes
now accept the workshop instance as the first parameter in their
constructors. This way, these renderable classes have access to the
workshop API.
In the future, the rendering of submission files should be improved in
the same way as is done in this patch (i.e. moving the logic and data
preparation out of the renderer into the renderable classes).
2013-03-26 21:25:46 +01:00
David Mudrák
88e79d8adb
MDL-37602 Add support for browsing the overall feedback files
2013-03-26 21:25:45 +01:00
David Mudrák
05837ba355
MDL-37602 Serve files embedded or attached to the overall feedback
2013-03-26 21:25:45 +01:00
David Mudrák
c6a793d5a2
MDL-37602 Put the overall feedback fields to the bottom of the assessment form
...
The assessment form can be displayed as editable or read-only (frozen).
Neither the editor element nor the filemanager element support
displaying frozen content themselves so we need to pre-format and inject
static texts.
The list of attachments should be ideally generated by the renderer and
probably improved a bit - just quick and dirty solution must be enough
for now though (2.5 coding freeze is just behind the corner...).
AMOS BEGIN
CPY [submissionattachment,mod_workshop],[feedbackauthorattachment,mod_workshop]
AMOS END
2013-03-26 21:25:00 +01:00
Jason Platts
17ff23d743
MDL-37942 Images with non-alphanumeric chars in file name won't export
2013-03-26 15:11:20 +00:00
Eloy Lafuente (stronk7)
2ac738f8ed
Merge branch 'w13_MDL-37782_m25_testtrans' of git://github.com/skodak/moodle
2013-03-26 16:09:06 +01:00
Eloy Lafuente (stronk7)
0d377c8d56
Merge branch 'w13_MDL-38671_m25_adodb' of git://github.com/skodak/moodle
2013-03-26 16:07:12 +01:00
Eloy Lafuente (stronk7)
cf20e809aa
Merge branch 'MDL-38582' of git://github.com/timhunt/moodle
2013-03-26 16:03:37 +01:00
Eloy Lafuente (stronk7)
6341d977a3
MDL-38659 environment: fix incorrect feedback messages
2013-03-26 15:34:50 +01:00
Eloy Lafuente (stronk7)
d9b9ef5d4e
MDL-38659 environment: verify feedback matches levels
2013-03-26 15:34:06 +01:00
Eloy Lafuente (stronk7)
38495379a8
Merge branch 'MDL-38719'
2013-03-26 13:37:13 +01:00
Eloy Lafuente (stronk7)
caa30cd625
MDL-38719 forms: detectMissingSetType() handle of repetitions.
...
It seems that formslib, for repetition, relies in the type
especified by the main (non existent at the end) element, instead
of assingning a type to each repetition.
Surely a result of storing types apart from elements. :-(
With the patch, detectMissingSetType() will detect
repeated elements (name containing '[') and will
perform the verification against that main element type.
2013-03-26 13:28:47 +01:00
Eloy Lafuente (stronk7)
f35f07e9f7
MDL-38719 forms: add some missing types.
...
This just adds some missing types to different places
causing phpunit tests to fail.
2013-03-26 12:13:40 +01:00
Aparup Banerjee
3a7e4a80ad
MDL-38564 fixed whitespace
2013-03-26 17:22:22 +08:00
Frederic Massart
c55cd6ac64
MDL-38691 form: Styling for show more/less toggle
2013-03-26 17:20:58 +08:00
Aparup Banerjee
be0eacf883
Merge branch 'MDL-38564-master' of git://github.com/ankitagarwal/moodle
2013-03-26 17:20:01 +08:00
Aparup Banerjee
d54bc60b33
Merge branch 'w13_MDL-38672_m25_purifier' of git://github.com/skodak/moodle
2013-03-26 17:12:18 +08:00
Barbara Ramiro
83284dc962
MDL-38691 usability: More/less icons
2013-03-26 17:08:15 +08:00
Dan Poltawski
1f0cd6ee98
MDL-38712 mod_glossary: fix missing PARAM type
2013-03-26 17:05:10 +08:00
Dan Poltawski
e380d57fb6
MDL-38711 qtype_multianswer: missing setType param
2013-03-26 16:57:01 +08:00
Dan Poltawski
7c69ab5dc7
MDL-38713 course: correctly set visibleold on mod creation
...
Remove uncessary set of visibleold in the form
2013-03-26 16:27:38 +08:00
Ankit Agarwal
bf6b3c7a8a
MDL-38564 Adding unit tests for the functions compare_activities_by_time_asc() and compare_activities_by_time_desc()
2013-03-26 16:12:01 +08:00
Damyon Wiese
0231f91d86
Merge branch 'w13_MDL-38673_m25_flowplayer' of git://github.com/skodak/moodle
2013-03-26 16:11:47 +08:00
Frederic Massart
a59bbb6e12
MDL-38611 page: Reformat settings form
2013-03-26 15:40:24 +08:00
Damyon Wiese
3dbfd15872
Merge branch 'm25_MDL-38336_SCORM_TOC_links_when_Display_course_structure_is_on' of https://github.com/scara/moodle
2013-03-26 15:40:04 +08:00
Damyon Wiese
41fdbc0d77
MDL-38468 Filelib: Fix ordering of new mimetypes
2013-03-26 15:16:15 +08:00
Damyon Wiese
2013daeb47
Merge branch 'm25_MDL-38468_Fix_MHTML_files_delivery' of https://github.com/scara/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2013-03-26 15:13:35 +08:00
Charles Fulton
bb1592c860
MDL-38700 course: only change visibility if a module moves to a different section
2013-03-26 15:03:33 +08:00
Dan Poltawski
1fff1b8cba
MDL-38700 course: add tests for moveto_module()
...
* Test visibility when moving around hidden sections
* Test for visiblity changes when moving around in the same sections.
2013-03-26 15:03:32 +08:00
Damyon Wiese
96a9273343
Merge branch 'MDL-38528' of git://github.com/timhunt/moodle
2013-03-26 14:57:04 +08:00
Damyon Wiese
a847da21d0
MDL-35875: Version bump for CSS changes
2013-03-26 14:50:18 +08:00
Damyon Wiese
95764ab7ef
Merge branch 'MDL-35875-master' of git://github.com/FMCorz/moodle
...
Conflicts:
theme/upgrade.txt
2013-03-26 14:49:34 +08:00
Damyon Wiese
d0fd9726d1
Merge branch 'MDL-30438_b' of git://github.com/rwijaya/moodle
2013-03-26 14:29:57 +08:00
Damyon Wiese
c7c472a87a
MDL-38147 Course: Added version bump for cache definitions.
2013-03-26 14:22:35 +08:00
Damyon Wiese
0c241b980a
Merge branch 'wip-MDL-38147-master' of git://github.com/marinaglancy/moodle
...
Conflicts:
lib/upgrade.txt
2013-03-26 14:22:11 +08:00
Jason Fowler
6671fa735a
MDL-35876 - Blocks - Adding verbose move here descriptions to blocks for accessibility
2013-03-26 14:21:38 +08:00
Frederic Massart
2c1065f7a9
MDL-38610 label: Module settings have a general section
2013-03-26 14:02:11 +08:00
Damyon Wiese
8af0dffb50
Merge branch 'MDL-34311-master' of git://github.com/danpoltawski/moodle
...
Conflicts:
course/moodleform_mod.php
lib/upgrade.txt
2013-03-26 13:46:29 +08:00
Damyon Wiese
59ef4aab75
MDL-38598 Forms: Version bump for js changes.
2013-03-26 13:33:52 +08:00
Damyon Wiese
37e50e9316
Merge branch 'MDL-38598-master-int' of git://github.com/FMCorz/moodle
2013-03-26 13:28:57 +08:00
Damyon Wiese
935ff91d5f
Merge branch 'MDL-38380' of git://github.com/lazydaisy/moodle
2013-03-26 13:23:53 +08:00
Marina Glancy
4e53188a4b
MDL-38147 bug fix, changed usage of non-existing function
2013-03-26 16:17:34 +11:00
Damyon Wiese
553b23989a
Merge branch 'MDL-38390' of git://github.com/jonof/moodle
2013-03-26 13:12:29 +08:00
Damyon Wiese
1e425d185b
Merge branch 'MDL-38429' of git://github.com/rwijaya/moodle
2013-03-26 12:59:53 +08:00
Damyon Wiese
d21a452dcc
Merge branch 'MDL-38569-master' of git://github.com/FMCorz/moodle
2013-03-26 12:19:05 +08:00
Marina Glancy
290af25434
MDL-38147 fixed small bug on changed categories cache
2013-03-26 14:09:00 +11:00
Damyon Wiese
4e4ef99a15
Merge branch 'wip-mdl-36882' of git://github.com/rajeshtaneja/moodle
2013-03-26 10:41:33 +08:00
Damyon Wiese
688f9a46b3
Merge branch 'wip-mdl-36125' of git://github.com/rajeshtaneja/moodle
2013-03-26 10:04:31 +08:00
Damyon Wiese
febc08786e
Merge branch 'wip-MDL-38650_master' of git://github.com/gjb2048/moodle
2013-03-26 09:38:46 +08:00
Mary Evans
89c9dfc417
MDL-38702 theme_mymobile: Replaced missing theme setting to disable CSS Optimiser.
...
The missing setting was a regression casued by MDL-33357.
2013-03-26 00:10:37 +00:00
David Mudrák
3ac58f227a
MDL-37602 Add feedbackauthorattachment field into the workshop_assessments table
...
This is a flag to quickly see if some files are expected to be attached
to the overall feedback for the submission author.
2013-03-25 22:31:32 +01:00
Petr Škoda
f22f1cafd2
MDL-38627 force byteserving abort on error
...
It is weird, but Chrome PDF viewer keeps retrying byteserving requests for anything but 407. This commit also normalises response headers on all error pages.
2013-03-25 16:06:02 +01:00
David Mudrák
1c6b484dab
MDL-37602 Overall feedback can be configured in the workshop settings form
...
Three new fields are added into the into the Assessment settings section
of the form. The default value for the overallfeedbackmaxbytes is the
same as the maximum size for submission attachments (which seems to be a
reasonable value). If there is a demand and a strong use case, these
values can became per-site configurable (I can see no big benefit of
doing so right now).
AMOS BEGIN
CPY [maxbytes,mod_workshop],[overallfeedbackmaxbytes,mod_workshop]
AMOS END
2013-03-25 13:23:02 +01:00
David Mudrák
7426229f12
MDL-37602 Add new fields into the workshop table to hold the feature settings
...
These three fields hold the per-instance settings for the new Overall
feedback feature. Expected values in the new overallfeedbackmode fields are:
0 - the feature is disabled in this workshop instance
1 - overall feedback is optional (default)
2 - overall feedback is required (i.e. the reviewer must put some text
into the overall feedback field).
Files can be attached to the overall feedback text field, if the field
overallfeedbackfiles > 0 and the feature is enabled (i.e. it is optional
or required). The actual number of attached files is not checked in the
required mode (i.e. attaching files is always optional, if it is
allowed).
2013-03-25 12:58:15 +01:00
Gareth J Barnard
42d79f551d
MDL-38650 theme_mymobile: Convert to new jQuery support infrastructure.
2013-03-25 10:26:35 +00:00
Frederic Massart
f3aadb1cd0
MDL-38599 glossary: Reformat settings form
2013-03-25 18:05:43 +08:00
Damyon Wiese
0cdc5fc059
Merge branch 'MDL-38674-m' of git://github.com/andrewnicols/moodle
2013-03-25 16:00:00 +08:00
Damyon Wiese
3b5539af5e
Merge branch 'MDL-38668' of git://github.com/stronk7/moodle
2013-03-25 15:51:01 +08:00
Chris Wharton
7605dba31b
MDl-38494 user: Fix uploaded datetime profile fields
2013-03-25 15:48:04 +08:00
Damyon Wiese
8b18c1bae5
Merge branch 'w13_MDL-38675_m25_tcpdf' of git://github.com/skodak/moodle
2013-03-25 15:36:25 +08:00
Rossiani Wijaya
ecea65cace
MDL-38429 Lesson Module: improve lesson code by reseting NULL value to use lowercase.
2013-03-25 14:07:18 +08:00
Damyon Wiese
8aae16fb41
MDL-38654 Deprecating gdversion setting: Fix typo for new install
2013-03-25 14:06:00 +08:00
Damyon Wiese
35f155519e
Merge branch 'w13_MDL-38654_m25_gdversion' of git://github.com/skodak/moodle
...
Conflicts:
lang/en/admin.php
2013-03-25 14:02:31 +08:00
Roman Tsukanov
1b58651681
MDL-38429: lesson report - Improve lesson statistics code.
2013-03-25 13:58:13 +08:00
Damyon Wiese
2e0b17051c
Merge branch 'w13_MDL-15727_m25_jquery' of git://github.com/skodak/moodle
2013-03-25 12:27:32 +08:00
Rossiani Wijaya
3bd18935d7
MDL-30438 Lesson Module: fixed input text editable capability after checking/unchecking unmask option
2013-03-25 11:47:05 +08:00
Damyon Wiese
e909c7c390
Merge branch 'MDL-38044-master' of git://github.com/FMCorz/moodle
2013-03-25 11:30:36 +08:00
Rossiani Wijaya
41e2a9591f
MDL-30438 Lesson Module: improve password field to disabled when password protect is set to no.
2013-03-25 11:26:50 +08:00
Damyon Wiese
716f35954e
Merge branch 'wip-MDL-34917_master' of git://github.com/gjb2048/moodle
2013-03-25 11:15:03 +08:00
Damyon Wiese
27a1d25f05
MDL-31681: Formatting changes to fix indentation
...
Also removed/refactored some confusing use of references.
2013-03-25 10:37:14 +08:00
Marina Glancy
93c544bdb0
MDL-38147 Added functions coursecat::search_courses(), get_courses()
...
Also search_courses_count(), get_courses_count();
Added unittests
2013-03-25 13:23:38 +11:00
Marina Glancy
9c6cfc083f
MDL-38147 fixes to phpdocs and avoid using deprecated context functions
2013-03-25 13:23:37 +11:00
Marina Glancy
9178bbbcf3
MDL-38147 changed logic for building list in make_categories_list()
2013-03-25 13:23:37 +11:00
Marina Glancy
eabbfa82d3
MDL-38147 Improvements to caching of course categories, coursecat::get_children() improvements
...
- Course categories caches are purged by event now
- session cache has additional 10 minutes ttl to clear itself and accomodate for permission changes that do not trigger event purging
- additional request-level cache for coursecat::get()
- We store only children of one category in one cache key
- Function coursecat::get_children() can return results sorted and/or paginated. Added tests
2013-03-25 13:23:15 +11:00
Marina Glancy
15d50fffd8
MDL-38147 Performance improvements to coursecat class:
...
- Retrieve and cache only often-used fields of course category
- Removed function coursecat::get_all_visible() as potentially causing performance issues
- removed function coursecat::get_all_parents() as ineffective and unnecessary, replaced with get_parents()
- retrieve all fields from course_categories when unretrieved field is accessed
Also some code improvements:
- rename functions starting with _ , rename arguments, etc.
2013-03-25 13:23:14 +11:00
Marina Glancy
e1d54562ce
MDL-38147 deprecated get_categories(), change usage to coursecat
2013-03-25 13:23:06 +11:00
Marina Glancy
8db5dcb7cd
MDL-38147 deprecated get_child_categories(), change usage to coursecat
2013-03-25 13:22:56 +11:00
Marina Glancy
bc81b0065c
MDL-38147 deprecated get_all_subcategories()
2013-03-25 13:22:38 +11:00
Marina Glancy
9bad61dbfe
MDL-38147 deprecated create_course_category(), change usage to coursecat. Also avoid direct DB update of table course_categories
...
changed to usage of
- coursecat::create()
- coursecat::update()
2013-03-25 13:22:26 +11:00
Marina Glancy
2d8a275bab
MDL-38147 deprecated get_course_category(), change usage to coursecat
2013-03-25 13:21:20 +11:00
Marina Glancy
6e1d1ee0e7
MDL-38147 deprecated move_category(), course_category_hide(), course_category_show(), change usage to coursecat
...
All usages in core replaced with:
- coursecat::change_parent()
- coursecat::hide()
- coursecat::show()
2013-03-25 13:21:09 +11:00
Marina Glancy
deb65cedc4
MDL-38147 deprecated category_delete_move(), category_delete_full(), change usage to coursecat
2013-03-25 13:21:04 +11:00
Marina Glancy
4e0b6025ad
MDL-38147 deprecated make_categories_list(), change usage to coursecat
2013-03-25 13:20:46 +11:00
Marina Glancy
b28bb7e8c7
MDL-38147 Added coursecatlib_test.php, changed other tests to use coursecat::create() for creating category
2013-03-25 13:20:39 +11:00
Marina Glancy
b33389d228
MDL-38147 Created class coursecat, added cache definition and lang strings
2013-03-25 13:20:33 +11:00
Damyon Wiese
adfcc976f6
Merge branch 'MDL-31681' of https://github.com/Lightwork-Marking/moodle
2013-03-25 10:15:38 +08:00
Dan Poltawski
b716cd2b70
MDL-34311 mod_url: Missing setType on the external url
2013-03-25 09:39:30 +08:00
Dan Poltawski
9f9dde40ee
MDL-34311 course: add missing type on cm idnumber
...
We must use PARAM_RAW for idnumbers because external systems could use
any characters and this is a linking field for external systems.
2013-03-25 09:30:52 +08:00
Dan Poltawski
e994754d31
MDL-34311 course: prevent course edit form warnings
...
There is a placeholder element.
2013-03-25 09:30:51 +08:00
Dan Poltawski
b45ba7f6fa
MDL-34311 formslib: warn when no param type set
...
Params without a type set will not be getting cleaned, so if developers
really do not want cleaning, they should set it explicitly.
2013-03-25 09:30:51 +08:00
Damyon Wiese
81409525b9
MDL-37033 Environment - Fix indenting in XML
2013-03-25 09:20:53 +08:00
David Monllao
970c5f3849
MDL-38483 behat: New test
...
According to MDLQA-89
2013-03-25 09:19:40 +08:00
David Monllao
b4e94458c7
MDL-38484 behat: New test
...
According to MDLQA-4597
2013-03-25 09:19:14 +08:00
Damyon Wiese
3bdb3e1605
Merge branch 'MDL-37033' of git://github.com/stronk7/moodle
2013-03-25 09:13:50 +08:00
Frederic Massart
41d020b35e
MDL-38645 form: Added margin between checkbox/radio and label
2013-03-25 08:30:31 +08:00
Frederic Massart
207c737dc0
MDL-38569 form: No advanced settings in Common module settings
2013-03-25 08:29:05 +08:00
Frederic Massart
619fe67e32
MDL-38598 form: Prevent flickering due to advanced fields
2013-03-25 08:28:32 +08:00
Frederic Massart
8819a83601
MDL-26644 course: Remove useless setting completionstartonenrol
...
This commit removes any trace of the setting 'Completion tracking
begins on enrolment' as it does not appear to do anything.
2013-03-25 08:28:01 +08:00
Frederic Massart
5c5317aedc
MDL-38612 url: Reformat module settings form
2013-03-25 08:17:59 +08:00
Eloy Lafuente (stronk7)
5214f9ef96
Merge branch 'MDL-38658-m' of git://github.com/andrewnicols/moodle
2013-03-24 23:40:50 +01:00
Eloy Lafuente (stronk7)
943e317cb4
Merge branch 'MDL-36927-master' of git://github.com/ankitagarwal/moodle
2013-03-24 23:39:07 +01:00
Eloy Lafuente (stronk7)
22ddcdef89
Merge branch 'w13_MDL-38581_m25_forumtests' of git://github.com/skodak/moodle
2013-03-24 23:26:55 +01:00
Petr Škoda
c7289da7eb
MDL-38654 add full $CFG->gdversion backwards compatibility for now
2013-03-24 22:18:49 +01:00
Paul Charsley
3f0ea6d8a7
MDL-31681 added core_grade_get_definitions web service function
2013-03-25 08:38:05 +13:00
Andrew Robert Nicols
5e8dddc167
MDL-38666 JavaScript: Migrate moodle-calendar-evantmanager to use Shifter
2013-03-24 18:42:38 +00:00
Andrew Robert Nicols
a94dd7d2b8
MDL-38517 JavaScript: Migrate moodle-core-blocks to use Shifter
2013-03-24 18:39:57 +00:00
Petr Škoda
e5f4ba84ab
MDL-38675 import tcpdf 5.9.209
2013-03-24 18:59:33 +01:00
Petr Škoda
83cca3da87
MDL-38673 import flash based FlowPlayer 3.2.16
2013-03-24 18:35:09 +01:00
Andrew Robert Nicols
096065e6c0
MDL-38674 JavaScript: Migrate moodle-filter_glossary-autolink to use Shifter
2013-03-24 17:26:23 +00:00
Petr Škoda
510d190382
MDL-38672 import HTML Purifier 4.5.0
2013-03-24 18:00:44 +01:00
Petr Škoda
9f7b1c7f95
MDL-38671 add adodb 5.18
2013-03-24 17:48:11 +01:00
Petr Škoda
fe95fb5322
MDL-37782 reset DB after each failed database test
2013-03-24 14:16:28 +01:00
Petr Škoda
77a5c09354
MDL-37742 simplify dirty one-space oracle hack
2013-03-24 13:43:18 +01:00
Matteo Scaramuccia
724dc929c7
MDL-38336 SCORM: incorrect TOC bulding when 'Display course structure' is on
2013-03-24 11:02:41 +01:00
Eloy Lafuente (stronk7)
dbd349ab09
MDL-38668 timezones: update to tzdata 2013b
2013-03-24 10:42:28 +01:00
Andrew Robert Nicols
f0e79573cf
MDL-38667 JavaScript: Correct loading of Shifted CSS
2013-03-24 01:29:00 +00:00
Gareth J Barnard
d46e26f682
MDL-34917 course: Jump to section navigation for 'One section per page'.
2013-03-23 17:01:32 +00:00
Matteo Scaramuccia
2aecb84d01
MDL-38468 Files API: fixed the support for MTHML (MIME HTML: web page archive) files
2013-03-23 10:21:51 +01:00
Jonathon Fowler
8bcefa699d
MDL-38390 qformat_blackboard_six: use pool title as category name
...
If the category title is empty, generate a sequentially-numbered
title to use instead.
2013-03-23 17:35:16 +10:00
Petr Škoda
15bac12e9d
MDL-37783 add some useful information to any phpunit output
2013-03-23 00:06:39 +01:00
Petr Škoda
de8056c871
MDL-38589 improve missing PHPUnit library hint
2013-03-22 22:47:08 +01:00
Andrew Robert Nicols
3f53437109
MDL-38658 JavaScript: Correct fullpath for dndupload definition
2013-03-22 17:29:56 +00:00
Petr Škoda
689096bc26
MDL-38654 do not test $CFG->gdversion
...
GD PHP extension is now required. Add-ons need to remove $CFG->gdversion tests. The worst case regression is that add-on will think GD is not available.
2013-03-22 16:57:55 +01:00
Eloy Lafuente (stronk7)
40b5cb2d71
MDL-37033 environment: add 2.5 brach details
2013-03-22 16:41:15 +01:00
Tim Hunt
a7a031a4e4
MDL-38651 quiz settings: fix layout of review options.
2013-03-22 15:30:48 +00:00
Eloy Lafuente (stronk7)
d86db37c44
MDL-38632 folder: observe show_expanded on course page
2013-03-22 15:53:53 +01:00
Fred Woolard
05b733703c
MDL-37676 Use course grade category if mapping fails for manual grade items
2013-03-22 08:24:33 -04:00
Petr Škoda
c3f31a3ded
MDL-38581 move forum discussion and post generators to proper place
2013-03-22 13:21:35 +01:00
Petr Škoda
63c88397f5
MDL-15727 basic jQuery support
...
See http://docs.moodle.org/dev/jQuery for more details.
2013-03-22 13:09:50 +01:00
Tim Hunt
2515be0e80
MDL-38647 quiz review question issues
...
1. Page URL should contain 'step=0' if necessary, but not 'step='.
2. Review specific step was not using the right display options.
2013-03-22 11:16:02 +00:00
Tim Hunt
7dbde4ed3b
MDL-38557 quiz install.php code should actually be in reports.
...
I think it is worth moving this code to its correct home in master.
2013-03-22 10:36:15 +00:00
Tim Hunt
30461b0066
MDL-38557 quiz manual grading should check mod/quiz:grade
2013-03-22 10:36:14 +00:00
Tim Hunt
0559a72aa3
MDL-38557 fix quiz version number mess from MDL-31983
2013-03-22 10:36:13 +00:00
Tim Hunt
ba203de1d3
MDL-38582 testing: Let any component have a data generator.
...
Plus a simple core_question generator to test the concept.
2013-03-22 10:28:24 +00:00
Tim Hunt
d6b8e1923a
MDL-38528 qtype_calc* dataset forms: disable short-forms for now.
...
At the moment using short-forms no these forms really does not work. In
future is may be possible to do a complete overhaul, but for now, just
disabling short-forms is a simple fix.
2013-03-22 10:28:03 +00:00
Frederic Massart
0ae903bd5f
MDL-38566 form: Misaligned elements in RTL
2013-03-22 16:32:23 +08:00
Frederic Massart
f2c0aba81d
MDL-38044 form: Added collapse/expand all buttons
2013-03-22 16:25:48 +08:00
Frederic Massart
0a94e4a928
MDL-38563 navigation: Removed extra parameters when calling add()
2013-03-22 14:40:12 +08:00
Damyon Wiese
373a8e052c
weekly release 2.5dev
2013-03-22 13:38:50 +08:00
Damyon Wiese
39b041eca1
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2013-03-22 13:35:24 +08:00
Rajesh Taneja
fa1ccff866
MDL-36125 course: Added aria-describedby for editing activity title
2013-03-22 12:39:24 +08:00
Rajesh Taneja
e2e9ff6542
MDL-38344 Calendar: converted name field in event table to text
...
There is no limitation on length of event name in RFC-2445, so changing type
for name from char to text.
2013-03-22 10:02:06 +08:00
Rajesh Taneja
f0989c3bf7
MDL-36882 course: Added aria-live for manual completion
...
This is required so that assistive technologies can notify user about change on completion status
2013-03-21 17:28:00 +08:00
David Monllao
355a2c2c25
MDL-38524 behat: Add fake jsrev and themerev
...
The behat admin tool does not use moodle database
as it runs before anything else, it should set
CFG->jsrev and CFG->themerev as they are required.
2013-03-21 16:34:55 +08:00
David Monllao
371b7fc397
MDL-38414_master behat: Changing expand fieldsets test to forum form
2013-03-21 10:42:24 +08:00
AMOS bot
ba6e8f02f0
Automatically generated installer lang files
2013-03-21 00:37:26 +00:00
Eloy Lafuente (stronk7)
fedcc83016
Merge branch 'MDL-38035-master' of git://github.com/sammarshallou/moodle
2013-03-20 17:06:22 +01:00
sam marshall
acfee0d4ba
MDL-38035 Conditional availability: Support multilang custom user fields
2013-03-20 15:57:53 +00:00
David Monllao
25919739fd
MDL-38364 phpunit: PHPUnit autoload uses capital A
2013-03-20 16:02:40 +08:00
Frederic Massart
b7fc9d5a26
MDL-38552 forms: IMS CP content section expanded by default
2013-03-20 14:31:33 +08:00
Ankit Agarwal
909b8671e8
MDL-36927 Reports: Page layout is not defined in course/recent.php
2013-03-20 14:11:09 +08:00
Damyon Wiese
c2eb74df47
Merge branch 'MDL-34401-muc-pluginlib' of git://github.com/mudrd8mz/moodle
...
Conflicts:
lib/db/caches.php
version.php
2013-03-20 14:08:55 +08:00
Damyon Wiese
f50867c424
Merge branch 'wip-MDL-38387-m25' of https://github.com/samhemelryk/moodle
2013-03-20 13:24:18 +08:00
Damyon Wiese
d7cea24b55
MDL-38373 Auth - Additional strict warning fix for radius authentication
2013-03-20 12:32:29 +08:00
Sam Hemelryk
1d8a1a87de
MDL-38055 course: fixed double encoding of title properties
2013-03-20 17:27:08 +13:00
Sam Hemelryk
7b9cb736ba
MDL-38387 cache: removed call to plugins API from cache API
2013-03-20 16:07:25 +13:00
Sam Hemelryk
a3b63be703
MDL-38350 cache: fixed issue with siteidentifier === false
2013-03-20 16:07:25 +13:00
Sam Hemelryk
fe86ebfa4d
MDL-38387 cache: fixed inifinite initialisation loop with site id
2013-03-20 16:07:25 +13:00
Damyon Wiese
80d852fa23
Merge branch 'MDL-38373' of git://github.com/stronk7/moodle
2013-03-20 11:05:38 +08:00
Eloy Lafuente (stronk7)
cfe6a96f0a
Merge branch 'MDL-38470-m' of https://github.com/andrewnicols/moodle
2013-03-20 01:47:52 +01:00
Andrew Robert Nicols
c5952e06f1
MDL-38470 JavaScript: Rebuild moodle-core-tooltip with Shifter
2013-03-20 00:46:33 +00:00
Eloy Lafuente (stronk7)
99b3e4e7bd
Merge branch 'MDL-38414-master' of git://github.com/FMCorz/moodle
2013-03-20 01:21:05 +01:00
Eloy Lafuente (stronk7)
dc1abf2bc4
Merge branch 'MDL-38330-master' of git://github.com/FMCorz/moodle
2013-03-20 01:19:17 +01:00
Eloy Lafuente (stronk7)
e6f94aaa11
MDL-38515 JavaScript: Partially revert 4f65d03b08
...
It was going to cause some continuous logging in the console
annoying developers on 2.5 all the time. It may be reintroduced
once filepickers are converted to proper YUI modules.
2013-03-20 01:02:45 +01:00
Eloy Lafuente (stronk7)
b2b54ad7fe
Revert "MDL-38515 JavaScript: Correct module dependencies for core_filepicker"
...
This reverts commit babf34d5cf .
2013-03-20 00:55:32 +01:00
Eloy Lafuente (stronk7)
8b994ec0b9
Merge branch 'MDL-38490' of git://github.com/timhunt/moodle
2013-03-20 00:43:09 +01:00
Eloy Lafuente (stronk7)
e233dc58ed
Merge branch 'MDL-38416-master' of git://github.com/FMCorz/moodle
2013-03-20 00:34:52 +01:00
Eloy Lafuente (stronk7)
b35dd05521
Merge branch 'MDL-38370-master' of git://github.com/ankitagarwal/moodle
2013-03-20 00:30:49 +01:00
Eloy Lafuente (stronk7)
6a32219c84
Merge branch 'w12_MDL-38364_m25_phpunitloading' of git://github.com/skodak/moodle
2013-03-20 00:17:35 +01:00
Eloy Lafuente (stronk7)
044566f001
Merge branch 'MDL-38166-m' of git://github.com/andrewnicols/moodle
2013-03-20 00:13:51 +01:00
Eloy Lafuente (stronk7)
87b6981e25
MDL-38035 api: doc get_condition_user_fields() new param.
2013-03-20 00:09:43 +01:00
Eloy Lafuente (stronk7)
1d962a1984
Merge branch 'MDL-38035-master' of git://github.com/sammarshallou/moodle
2013-03-19 23:54:27 +01:00
Eloy Lafuente (stronk7)
354ec0691b
Merge branch 'MDL-37664-master' of https://github.com/lucisgit/moodle
2013-03-19 23:31:21 +01:00
Eloy Lafuente (stronk7)
e73ac7692e
Merge branch 'MDL-38433_master' of git://github.com/dmonllao/moodle
2013-03-19 23:27:50 +01:00
Eloy Lafuente (stronk7)
1d790031c2
Merge branch 'MDL-38411_master' of git://github.com/dmonllao/moodle
2013-03-19 23:26:01 +01:00
Eloy Lafuente (stronk7)
eb8a3eeaac
Merge branch 'MDL-38410_master' of git://github.com/dmonllao/moodle
2013-03-19 23:20:31 +01:00
Eloy Lafuente (stronk7)
ec05fb8367
Merge branch 'MDL-38424_master' of git://github.com/kordan/moodle
2013-03-19 23:17:39 +01:00
Eloy Lafuente (stronk7)
85620106df
Merge branch 'MDL-38418-master' of git://github.com/FMCorz/moodle
2013-03-19 23:15:04 +01:00
Eloy Lafuente (stronk7)
65b5f400b8
Merge branch 'MDL-38395' of git://github.com/timhunt/moodle
2013-03-19 23:06:06 +01:00
Mary Evans
281dac44cd
MDL-38380 theme_magazine: Fixed typo in style/core.css at line 980.
2013-03-19 20:30:30 +00:00
Eloy Lafuente (stronk7)
989b9ab6fb
Merge branch 'MDL-38363' of git://github.com/timhunt/moodle
2013-03-19 21:02:48 +01:00
Eloy Lafuente (stronk7)
28a5cd942d
Merge branch 'MDL-38355' of git://github.com/timhunt/moodle
2013-03-19 21:00:21 +01:00
Eloy Lafuente (stronk7)
e0e59a0c38
Merge branch 'w12_MDL-38558_m25_preupgrade' of git://github.com/skodak/moodle
2013-03-19 19:15:09 +01:00
Petr Škoda
6b4b74904b
MDL-38558 add preupgrade script support
...
This is intended things like undoing of local hacks, it is similar to older pre 2.0 upgrade hack.
2013-03-19 19:14:01 +01:00
Eloy Lafuente (stronk7)
49ac0c5d6a
Merge branch 'MDL-38388' of git://github.com/jonof/moodle
2013-03-19 18:47:39 +01:00
Eloy Lafuente (stronk7)
bab8a6724f
Merge branch 'MDL-33680-m' of git://github.com/andrewnicols/moodle
2013-03-19 18:27:57 +01:00
Eloy Lafuente (stronk7)
bf2d2aa983
Merge branch 'MDL-38412' of git://github.com/timhunt/moodle
2013-03-19 18:20:47 +01:00
Eloy Lafuente (stronk7)
4e37889c41
Merge branch 'w12_MDL-38329_m25_webkit' of git://github.com/skodak/moodle
2013-03-19 18:17:11 +01:00
Eloy Lafuente (stronk7)
66f1870701
Merge branch 'w12_MDL-38180_m25_enrolpics' of git://github.com/skodak/moodle
2013-03-19 17:58:55 +01:00
Eloy Lafuente (stronk7)
58b9cd031f
Merge branch 'MDL-38497-admintree-beforesibling' of git://github.com/mudrd8mz/moodle
...
Conflicts:
lib/upgrade.txt
2013-03-19 17:16:32 +01:00
Eloy Lafuente (stronk7)
83ba845de9
Merge branch 'w12_MDL-38202_m25_loginas' of git://github.com/skodak/moodle
2013-03-19 16:51:45 +01:00
Eloy Lafuente (stronk7)
b81d5eab90
Merge branch 'MDL-38542' of git://github.com/timhunt/moodle
2013-03-19 16:48:37 +01:00
Eloy Lafuente (stronk7)
1e1815bead
Merge branch 'MDL-38444' of https://github.com/ppichet/moodle
2013-03-19 16:33:28 +01:00
Tim Hunt
1736fe3f74
MDL-38542 shortanswer qtype: was broken for responses of '0'.
...
This was a regression caused by MDL-37157 & MDL-37746.
2013-03-19 13:40:51 +00:00
Eloy Lafuente (stronk7)
7c27e34742
Merge branch 'MDL-38507-m' of git://github.com/andrewnicols/moodle
2013-03-19 13:31:46 +01:00
Eloy Lafuente (stronk7)
7761a38737
Merge branch 'w12_MDL-38319_m25_roleperf' of git://github.com/skodak/moodle
2013-03-19 13:22:50 +01:00
Eloy Lafuente (stronk7)
f2bf31e886
Bump (to better detect other issues incrementing it)
2013-03-19 13:21:17 +01:00
Eloy Lafuente (stronk7)
1816c69c3f
Merge branch 'MDL-38391-m' of git://github.com/andrewnicols/moodle
2013-03-19 13:17:51 +01:00
Andrew Robert Nicols
ad00331ebd
MDL-38391 lib: Add missing string for YUI cachedef
2013-03-19 12:09:43 +00:00
Eloy Lafuente (stronk7)
e630729443
Merge branch 'MDL-38515-m' of git://github.com/andrewnicols/moodle
2013-03-19 12:51:47 +01:00
Andrew Robert Nicols
babf34d5cf
MDL-38515 JavaScript: Correct module dependencies for core_filepicker
2013-03-19 11:42:12 +00:00
Andrew Robert Nicols
4f65d03b08
MDL-38515 JavaScript: Detect use of invalid module names in YUI dependencies
...
A warning is shown in the browser console if debugging is set, but it is
not possible to return from the configFn and stop the module load attempt
from continuing.
The error is caught and an additional error is shown by yui_combo.php
2013-03-19 11:42:12 +00:00
Eloy Lafuente (stronk7)
09fe13d123
Merge branch 'MDL-38391-m' of git://github.com/andrewnicols/moodle
2013-03-19 12:34:45 +01:00
Eloy Lafuente (stronk7)
70ca006538
Merge branch 'MDL-38397' of git://github.com/timhunt/moodle
2013-03-19 12:28:01 +01:00
Eloy Lafuente (stronk7)
5272b7a70f
Merge branch 'wip-mdl-38431' of git://github.com/rajeshtaneja/moodle
2013-03-19 10:24:23 +01:00
David Monllao
1e63755fb5
MDL-38531 behat: Replacing composer install for composer update
2013-03-19 16:45:58 +08:00
David Monllao
6b6303d9a1
MDL-38411 behat: New test
2013-03-19 16:44:55 +08:00
David Monllao
b7d6c48589
MDL-38433 behat: New tests
...
According to MDLQA-48
2013-03-19 16:44:20 +08:00
David Monllao
4b61cc91ac
MDL-38410 behat: Adding basic step and test for mod_choice
2013-03-19 16:42:59 +08:00
David Monllao
5cde7298e3
MDL-38410 behat: Adding new form fields
2013-03-19 16:42:59 +08:00
David Monllao
fb624374bc
MDL-38410 behat: Step to select from radio inputs
2013-03-19 16:42:59 +08:00
Eloy Lafuente (stronk7)
bacd6a6f32
Merge branch 'MDL-36872-master' of git://github.com/ankitagarwal/moodle
2013-03-19 09:36:43 +01:00
David Monllao
ca4f33a79e
MDL-38547 behat: New generic steps definitions
...
For advanced users as specified in the step
description, they can be used to match any locator
using any selector type
2013-03-19 16:29:29 +08:00
David Monllao
32d6e29eb4
MDL-38547 behat: New tests
...
According MDLQA-1597, MDLQA-1598,
MDLQA-1599, MDLQA-1600 and MDLQA-1601
2013-03-19 16:28:19 +08:00
Damyon Wiese
43087d02dd
Merge branch 'MDL-38368-master' of git://github.com/FMCorz/moodle
2013-03-19 16:17:41 +08:00
Damyon Wiese
20139cbcef
MDL-30790 folder : Whitespace fixes
2013-03-19 15:59:41 +08:00
Damyon Wiese
0cabeada65
Merge branch 'MDL-30790_25' of git://github.com/rlorenzo/moodle
2013-03-19 15:47:35 +08:00
Damyon Wiese
db98fa786e
Merge branch 'wip-mdl-36395-m' of git://github.com/rajeshtaneja/moodle
...
Conflicts:
version.php
2013-03-19 15:18:13 +08:00
Damyon Wiese
851c304f45
Merge branch 'w12_MDL-38320_m25_logininfo' of git://github.com/skodak/moodle
2013-03-19 15:01:02 +08:00
Damyon Wiese
976b0ff2d4
Merge branch 'MDL-37959-master' of git://github.com/FMCorz/moodle
...
Conflicts:
lib/formslib.php
2013-03-19 14:54:40 +08:00
Damyon Wiese
08f5b90bb7
Merge branch 'MDL-38426_dnd_plain_text' of git://github.com/davosmith/moodle
2013-03-19 14:36:43 +08:00
Damyon Wiese
a34ffe2e2e
Merge branch 'MDL-38456-mdeploy-paths' of git://github.com/mudrd8mz/moodle
2013-03-19 14:02:23 +08:00
Michael de Raadt
4b6bf04659
MDL-38543 Adjusted fieldset in select all-none fieldset check
2013-03-19 13:49:47 +08:00
Damyon Wiese
3b2a6bf555
MDL-37079 Course create/update module. Remove use of "continue 2".
2013-03-19 13:03:11 +08:00
Damyon Wiese
716db45f50
Merge branch 'MDL-38453-master' of git://github.com/FMCorz/moodle
2013-03-19 12:15:48 +08:00
Damyon Wiese
dcc5f0fe1e
Merge branch 'MDL-38049-master' of git://github.com/FMCorz/moodle
2013-03-19 11:52:51 +08:00
Damyon Wiese
8f2913b936
MDL-37079 Course create/update module. Fix indenting, some comment formatting and whitespace.
2013-03-19 11:20:39 +08:00
Damyon Wiese
8fe55f6862
Merge branch 'MDL-37079-master2' of git://github.com/mouneyrac/moodle
2013-03-19 11:13:23 +08:00
Damyon Wiese
1c14b1c10c
MDL-38367 Course dnduploadlib : deprecated add_* functions as they are internal to the class.
2013-03-19 09:56:16 +08:00
Damyon Wiese
23477802b7
Merge branch 'MDL-38367_dnd_ui_improvements' of git://github.com/davosmith/moodle
2013-03-19 09:31:07 +08:00
Eloy Lafuente (stronk7)
668a62ef80
Merge branch 'MDL-38524_master' of git://github.com/dmonllao/moodle
2013-03-19 01:46:11 +01:00
Andrew Robert Nicols
53ae22b993
MDL-38391 lib: Also include core subsystems in YUI_config.modules
2013-03-18 23:52:39 +00:00
Andrew Robert Nicols
da5e59b9d9
MDL-38391 lib: Rename moodle_metadata adder
...
This is a bit of a grey area. This function does not get and return a value
to the caller, and does not set a value taken from the caller. Instead it
gets a value from get_moodle_metadata and adds it to the current instance
of YUI_config. This rename will hopefully improve clarity here.
2013-03-18 23:30:00 +00:00
Andrew Robert Nicols
c199993a61
MDL-38391 lib: Add note about use of camelCase variables names in YUI_config
2013-03-18 23:17:32 +00:00
Andrew Robert Nicols
d52ba47ee0
MDL-38391 lib: Remove clearing of YUI MUC cache on cache purge
...
purge_all_caches() handles clearing of all MUC caches so we don't need to
additionally clear the cache here too.
2013-03-18 23:13:16 +00:00
Eloy Lafuente (stronk7)
03deed4f75
Merge branch 'w12_MDL-36198_m25_yuireset' of git://github.com/skodak/moodle
2013-03-18 23:56:34 +01:00
Andrew Robert Nicols
0653469e0c
MDL-38520 JavaScript: Migrate moodle-core-formchangechecker to use Shifter
2013-03-18 22:36:56 +00:00
Andrew Robert Nicols
3756320fd0
MDL-38519 JavaScript: Migrate moodle-core-formautosubmit to use Shifter
2013-03-18 22:24:31 +00:00
Andrew Robert Nicols
21db4396ab
MDL-38404 JavaScript: Migrate editor_tinymce to use Shifter
2013-03-18 21:56:34 +00:00
Davo Smith
09fd07fe00
MDL-38367 course dndupload - deprecate public 'add_type' function, remove non-YUI3 API call to _node
2013-03-18 18:47:04 +00:00
David Monllao
f07bf92f53
MDL-38524 behat: Using wildcard instead of hardcoded version
2013-03-18 16:32:13 +08:00
Jerome Mouneyrac
37550a52e7
MDL-37079 missed one modedit.php change since started to work on the issue
2013-03-18 16:08:52 +08:00
Jerome Mouneyrac
80fe0c1983
MDL-37079 switch the modedit.php functions into course/modedit.php
2013-03-18 14:41:38 +08:00
Jerome Mouneyrac
7cb0ea2c37
MDL-37079 remove TODO, add . in comments
2013-03-18 14:41:37 +08:00
Jerome Mouneyrac
7bf4f6e999
MDL-37079 Added many assertEquals + generic test function (easy to test new module) + now process next advanced grading screens
2013-03-18 14:41:36 +08:00
Jerome Mouneyrac
dd5d933f30
MDL-37079 create/update_module()
2013-03-18 14:41:35 +08:00
Damyon Wiese
864ce820c4
MDL-38005 formslib: Removing additional duplicate headers in calculated question form.
2013-03-18 14:11:09 +08:00
Damyon Wiese
7c211f565a
Merge branch 'MDL-38005-master' of git://github.com/FMCorz/moodle
2013-03-18 13:45:41 +08:00
Damyon Wiese
9ccc1e1f34
Merge branch 'MDL-38340-master' of git://github.com/FMCorz/moodle
2013-03-18 13:24:45 +08:00
Damyon Wiese
61e871c3c9
Merge branch 'MDL-38435-master' of git://github.com/FMCorz/moodle
2013-03-18 13:08:41 +08:00
Damyon Wiese
1ef6160ade
Merge branch 'MDL-38215-workshop-oracle' of git://github.com/mudrd8mz/moodle
2013-03-18 11:41:00 +08:00
Petr Škoda
d2f3c5c58d
MDL-38180 do not add links for enrol and other users candidates
2013-03-17 22:21:27 +01:00
Petr Škoda
f2cf0f8419
MDL-38320 fix role name display when roles switched
2013-03-17 21:14:11 +01:00
Petr Škoda
d0bf51e2b3
MDL-38329 use proper plugin name for the webkit lists workaround
...
Credit goes to Mauno Korpelainen, thanks.
2013-03-17 20:59:11 +01:00
Petr Škoda
9d4f949547
MDL-38202 fix loginas logout redirection
2013-03-17 20:51:25 +01:00
Petr Škoda
ab633dafac
MDL-38319 make role_get_names() faster and more useful
2013-03-17 20:15:59 +01:00
Petr Škoda
94388d18ca
MDL-38364 rework PHPUnit autoloading
...
This is related to BC incompatibility introduced in https://github.com/sebastianbergmann/phpunit/issues/848
2013-03-17 19:54:55 +01:00
Andrew Robert Nicols
43bd811891
MDL-38507 JavaScript: Move definition of YUI_config before setup of SimpleYUI
...
Since moving to SimpleYUI, the order of inclusion for the YUI_config
variable is more important.
Simple YUI defines a global instance of YUI so that it can be used without
specifying the full YUI().use() syntax. As a result, any configuration
applied when that global instance is setup must exist already.
2013-03-17 16:30:39 +00:00
Andrew Robert Nicols
b3c78403b0
MDL-38391 lib: Move the group configFn to the YUI_config class
2013-03-17 16:25:33 +00:00
Andrew Robert Nicols
aa135c4d46
MDL-38391 lib: Add system to fetch moodle YUI metadata
2013-03-17 16:25:33 +00:00
ppichet
e605209ad6
MDL-38444 Saving datasets from edit_calculatedsimple_form.php
...
Bypassing the 3 steps savequestion() of calculated.
2013-03-16 23:36:44 -04:00
Eloy Lafuente (stronk7)
a06900b5b2
MDL-25655 glossary: non full searches now working.
...
In the process of updting the module from 1.9 to
2.0 the (non) full search feature was lost without notice.
This restitutes it with the same behavior present in 1.9:
- fullsearch disabled: look into concepts and aliases.
- fullsearch enabled (default): look also into definitions.
2013-03-16 18:04:57 +01:00
Andrew Robert Nicols
c2f47c19ad
MDL-33680 JavaScript: Improve error handling on user selector
...
Since the previous commit to this issue removes the built-in debugging
tests, I've added these back using the M.core libraries.
2013-03-16 10:52:02 +00:00
Andrew Robert Nicols
28037331fb
MDL-33680 JavaScript: Use the correct Content-Type for AJAX scripts
...
The repository_ajax.php script was returning a text/plain Content-Type and
user/selector/search.php was setting the content-type when this should be
handled by with the definition of AJAX_SCRIPT.
2013-03-16 10:52:02 +00:00
Eloy Lafuente (stronk7)
07c4a94952
MDL-38373 Use correct PEAR->loadExtension()
...
Current use is wrong (static) and leads to strict standards notice.
2013-03-16 11:43:03 +01:00
Andrew Robert Nicols
cae21a321f
MDL-38391 lib: Rewrite YUI_config as a class
2013-03-16 00:18:59 +00:00
Rex Lorenzo
f295727859
MDL-30790 - Option to collapse or expand sub-folders
2013-03-15 16:19:07 -07:00
Petr Škoda
97dbc8f2b6
MDL-36198 allow themes to specify yui cssnormalize or disable all CSS resets
2013-03-16 00:03:58 +01:00
Tim Hunt
a4768fe290
MDL-38412 fix quiz reports group mode weirdness.
...
Moodle currently selected group uses the session. This can cause weird
effects when you have two tabs open. This is particularly weird in the
quiz reports, where some actions like delete attempt are checked against
the currently selected group.
The solution is to put the currently selected group into the URL for all
actions like delete/regrade attempt, regrade all attempts, download and
sort table.
2013-03-15 11:58:06 +00:00
Tim Hunt
c52bcbf65f
MDL-38363 qtype_calculated. Fix warnings.
2013-03-15 11:22:38 +00:00
Frederic Massart
ec130bda4b
MDL-35875 themes: Safe multiline topics on profile
2013-03-15 17:09:45 +08:00
Jason Fowler
6e5d002e57
MDL-35875 - User - Modify the profile page to use semantic HTML rather than tables for layout
2013-03-15 17:09:37 +08:00
Tim Hunt
8009810ed4
MDL-38395 question categories: wrong URLs after editing.
...
The problem was that array1 + array2 takes the values from
array1 when a key appears in both places.
While working on this area, I updated it to use html_writer.
2013-03-15 08:12:39 +00:00
Damyon Wiese
7112729206
Merge branch 'MDL-38474-master' of git://github.com/FMCorz/moodle
2013-03-15 13:49:57 +08:00
Frederic Massart
71ac66ed7f
MDL-38474 repository: Cannot edit a repository instance
2013-03-15 13:45:31 +08:00
Frederic Massart
807cf3d0ae
MDL-38005 form: Headers have a proper name
2013-03-15 11:06:25 +08:00
Damyon Wiese
6a284704fe
Merge branch 'MDL-38474-master' of git://github.com/FMCorz/moodle
2013-03-15 10:43:46 +08:00
David Mudrák
56aee7c2f6
MDL-38497 Fix invalid $ADMIN->add() calls
...
As the admin_category::add() method now checks for the third parameter,
couple of typos were detected in the code. Additional parameters passed
to the add() method were probably a mistake, a relict or a typo.
Note that the typo in admin/tool/unsuproles/settings.php had actually
significant impact on the functionality as the array with required
capabilities was not actually passed to the admin_externalpage
constructor as intended.
2013-03-15 01:00:29 +01:00
David Mudrák
690a55f631
MDL-38497 Add the info about the method signature change into upgrade.txt
2013-03-15 00:59:26 +01:00
David Mudrák
77043fd6f6
MDL-38497 Add unit tests for the admin tree behaviour
2013-03-15 00:53:14 +01:00
David Mudrák
f6e85ab02a
MDL-38497 Nodes can be put before a sibling in the admin tree
...
The patch introduces a new optional parameter of the add() method for
all classes implementing the parentable_part_of_admin_tree interface.
Currently we have only one class admin_category implementing this
interface. If some third party code implements this interface too, they
will get an error and will have to fix the add() method signature.
However, the chance that such third party code exists is considered
pretty low.
2013-03-15 00:47:11 +01:00
Jonathon Fowler
e5ca31fa4d
MDL-38388 qformat_blackboard_six: fix question image import
...
This works on the expectation that the returned array from readdata()
is opaque and will be fed directly into readquestions() since
filebase is different per file and needs to be set up appropriately
before each parse.
2013-03-15 09:08:57 +10:00
Tim Hunt
c81175f532
MDL-38355 qtype_multianswer: input boxes too big in Russian.
...
... and any other language where the characters take multiple
bytes in UTF-8.
This fix was worked out by Dušan Ristić. I am just committing it.
2013-03-14 22:24:37 +00:00
Tim Hunt
1aecaa3d79
MDL-38397 question editing: only validate default mark if present.
...
Most qtypes have that field, but not all. multianswer is an example in core.
Also some contrib qtypes.
2013-03-14 22:11:49 +00:00
Tim Hunt
2443f3d21d
MDL-38490 question preview, variant is attempt (not display) option
2013-03-14 17:21:16 +00:00
Eloy Lafuente (stronk7)
2e4d9a0b80
weekly release 2.5dev
2013-03-14 15:44:46 +01:00
Petr Škoda
6f634b6ffb
MDL-38467 import YUI 3.9.0
2013-03-14 08:49:30 +01:00
Aparup Banerjee
61bd40d562
Revert "MDL-38387 cache: fixed inifinite initialisation loop with site id"
...
This reverts commit 17200a016d .
2013-03-14 15:39:07 +08:00
Damyon Wiese
3f5ef33fb9
Merge branch 'wip-MDL-38303-m25' of git://github.com/samhemelryk/moodle
2013-03-14 15:30:32 +08:00
Frederic Massart
e42861d4fa
MDL-38474 repository: Correct context when checking permissions to access a repository
2013-03-14 14:49:29 +08:00
Frederic Massart
9f1b00a85d
MDL-38368 folder: No edit button when displayed inline
2013-03-14 14:03:17 +08:00
Aparup Banerjee
87d7c7b578
Revert "Merge branch 'wip-MDL-35875-master' of git://github.com/phalacee/moodle"
...
This reverts commit 02dcf9b501 , reversing
changes made to 61cd50618a .
2013-03-14 11:17:23 +08:00
Andrew Robert Nicols
74972abc29
MDL-38473 JavaScript: Migrate moodle-core-chooserdialogue to use Shifter
2013-03-14 01:25:44 +00:00
Andrew Robert Nicols
9488b9fbe0
MDL-38472 JavaScript: Migrate moodle-core-popuphelp to Shifter
2013-03-14 01:21:18 +00:00
Andrew Robert Nicols
5c0a9d479a
MDL-38471 JavaScript: Migrate moodle-core-notification to use Shifter
2013-03-14 00:52:32 +00:00
David Mudrák
c3d0157b0d
MDL-38215 Fix cross-db support in workshop SQL queries
...
The $sql used in these methods may contain multiple parts glued
together by the UNION operator. Simply appending the ORDER BY statement
to the end of the query does not work in all DBs (failure reported at
Oracle). Following the pattern already applied in MDL-30051, we wrap the
SQL into yet another SELECT statement and perform ordering there.
Credit goes to Sara Cenni for suggesting the fix.
2013-03-13 14:58:50 +01:00
David Mudrák
5230f6a720
MDL-38456 Allow colons in paths passed to mdeploy.php utility
...
The input_manager now accepts colons (:) in TYPE_PATH options, but only
in cases where the colon is used as a part of Windows drive labels, as
in C:\apache.
2013-03-13 12:08:38 +01:00
Damyon Wiese
b37e555f6d
Merge branch 'MDL-38184_master-winfix' of git://github.com/dmonllao/moodle
2013-03-13 16:12:00 +08:00
David Monllao
e533d14f09
MDL-38184 behat: Fixing problem with Windows tests
2013-03-13 15:21:57 +08:00
Aparup Banerjee
e186442497
Merge branch 'MDL-36990_master-neu' of git://github.com/grabs/moodle
2013-03-13 14:59:47 +08:00
Andreas Grabs
205c61898d
MDL-36990 mod_feedback - remove single move icon, prevent autoscrolling
2013-03-13 07:32:04 +01:00
Frederic Massart
9d325e60ae
MDL-38453 form: RTL styles for short forms
2013-03-13 14:08:15 +08:00
Frederic Massart
9ec532bef5
MDL-37959 form: Aria attribute set on collapsible sections
2013-03-13 11:14:20 +08:00
Frederic Massart
0b8bb3fe5f
MDL-38049 form: Collapsed sections are hidden on page load
2013-03-13 10:28:37 +08:00
Eloy Lafuente (stronk7)
2a28b5d4ad
Merge branch 'MDL-38268-master' of https://github.com/jfilip/moodle
2013-03-13 01:14:03 +01:00
Eloy Lafuente (stronk7)
0e5781a7ff
Merge branch 'MDL-30166-master' of git://github.com/ankitagarwal/moodle
2013-03-13 01:08:26 +01:00
Eloy Lafuente (stronk7)
2472cdd305
Merge branch 'wip-mdl-38332' of git://github.com/rajeshtaneja/moodle
2013-03-12 22:50:32 +01:00
Davo Smith
3d38777333
MDL-38426 mod_label - correctly handle plain text that has been added by drag and drop upload
2013-03-12 19:46:14 +00:00
Eloy Lafuente (stronk7)
613eebfc6a
MDL-38212 fix related unit tests.
...
For statslib tests was enough to require cronlib.php as
far as all the tests there are using ob-capture / output
expectations, so the new function does not bork anything.
For pluginlib tests finally the use was deleted because
it's a part of cron not interesting (should be always "cheap")
and to keep it there we should be adding a bunch of output
expectations under some cases, for practically nothing.
2013-03-12 19:35:16 +01:00
Shamim Rezaie
ba23e9a57b
MDL-37664 course: Fix drag & drop RTL mode issue
2013-03-12 15:43:40 +00:00
Eloy Lafuente (stronk7)
cedc656bdd
MDL-38212 Add a little note about the output change.
2013-03-12 16:08:49 +01:00
sam marshall
3a09f4dc64
MDL-38035 Activity settings: Support multilang names for custom user fields
2013-03-12 15:05:24 +00:00
Eloy Lafuente (stronk7)
63b738a177
Merge branch 'MDL-38212' of git://github.com/timhunt/moodle
2013-03-12 16:02:39 +01:00
Kordan
f6adb060f8
MDL-38424 theme_formal_white: added suggestions to css custom styles description
2013-03-12 13:45:08 +01:00
Andrew Robert Nicols
6f07bf766b
MDL-38166 mod_data Add option to open url in a new window
2013-03-12 11:29:17 +00:00
Rajesh Taneja
9a51c3d95c
MDL-36395: Converted hard-coded MAX_USER_PER_PAGE to config setting
...
course, cohort, enrol, role, groups and forum used to use hard-coded
MAX_USERS_PER_PAGE=100 for rendering user list. This has been converted
to $CFG->maxusersperpage.
2013-03-12 17:14:53 +08:00
Ankit Agarwal
50c02a3556
MDL-36872 reports: Fixing incorrect sorting of recent activites by timestamp
2013-03-12 17:04:53 +08:00
Aparup Banerjee
02dcf9b501
Merge branch 'wip-MDL-35875-master' of git://github.com/phalacee/moodle
2013-03-12 16:53:45 +08:00
Damyon Wiese
61cd50618a
Merge branch 'MDL-38184_master' of git://github.com/dmonllao/moodle
2013-03-12 16:35:19 +08:00
Frederic Massart
41068d989b
MDL-38340 form: Last fieldset is collapsed by default
2013-03-12 16:19:17 +08:00
Frederic Massart
f160f97c12
MDL-38435 form: Sections can be expanded by default
2013-03-12 16:18:07 +08:00
Damyon Wiese
3de89ef8ea
Merge branch 'MDL-38346_master-fix' of git://github.com/dmonllao/moodle
2013-03-12 16:11:38 +08:00
Damyon Wiese
43c791653b
Merge branch 'MDL-34011' of git://github.com/rwijaya/moodle
2013-03-12 16:03:53 +08:00
Aparup Banerjee
ca5cb4ccac
Merge branch 'MDL-35615' of git://github.com/rwijaya/moodle
2013-03-12 15:55:17 +08:00
Frederic Massart
fb69f811a8
MDL-38418 grade: Course settings sections are expanded by default
2013-03-12 15:47:10 +08:00
Frederic Massart
a4faf4f416
MDL-38416 grade: Grader report settings expands section by default
2013-03-12 15:19:44 +08:00
David Monllao
7532ea010a
MDL-38346 behat: Quick fix to remove nasty strings
2013-03-12 15:17:23 +08:00
Rossiani Wijaya
43deb1a4c4
MDL-34011 Lesson module - short answer question: fixed student attempt statistics
2013-03-12 14:16:15 +08:00
Damyon Wiese
ee8640a906
MDL-34011 Lesson module: fixed incorrect display of student attempt for short answer question
2013-03-12 14:08:05 +08:00
Frederic Massart
b75f1575c6
MDL-38330 blog: Behat tests for commenting
2013-03-12 13:56:36 +08:00
Damyon Wiese
f196cfe83a
Merge branch 'wip-MDL-38406-master' of git://github.com/marinaglancy/moodle
2013-03-12 13:51:40 +08:00
Aparup Banerjee
e14cc639f1
Merge branch 'MDL-38356-m' of git://github.com/andrewnicols/moodle
2013-03-12 13:37:25 +08:00
Aparup Banerjee
34bbe80617
Merge branch 'MDL-35582_message_labels' of git://github.com/andyjdavis/moodle
2013-03-12 13:26:33 +08:00
Frederic Massart
2ce5fd502f
MDL-38414 course: Settings form displays all role renaming fields
2013-03-12 13:04:02 +08:00
Rajesh Taneja
4f49e74fae
MDL-38431 comment: profile url should be escaped, as it's used in html
2013-03-12 12:27:02 +08:00
Aparup Banerjee
e0567bc2a3
MDL-36990 mod_feedback : minor whitespace clean up
2013-03-12 12:25:38 +08:00
Aparup Banerjee
7b37b805d6
Merge branch 'MDL-36990_master-neu' of git://github.com/grabs/moodle
2013-03-12 12:22:28 +08:00
Ankit Agarwal
6e9d3c19e3
MDL-38370 scorm: Fixing strict standard errors in outline report
2013-03-12 11:43:10 +08:00
Rajesh Taneja
5288af68fc
MDL-38431 comment: Pass formated comment created time to JS and print_comment
2013-03-12 11:25:49 +08:00
Mary Evans
3acb97f062
MDL-37771 themes: Fixed table header color in Question Bank window block.
...
modified: theme/anomaly/style/general.css
modified: theme/base/style/question.css
modified: theme/magazine/style/core.css
modified: theme/serenity/style/core.css
modified: theme/splash/style/blue.css
modified: theme/splash/style/green.css
modified: theme/splash/style/orange.css
modified: theme/splash/style/pagelayout.css
modified: theme/splash/style/red.css
2013-03-12 11:25:23 +08:00
Aparup Banerjee
58437b4cd3
Merge branch 'wip-mdl-35716' of git://github.com/rajeshtaneja/moodle
2013-03-12 10:49:18 +08:00
Ankit Agarwal
7a241d8102
MDL-30166 Remove deprecated %fullname% from core
...
Thanks to Matheus Kautzmann for the initial patch.
2013-03-12 10:38:09 +08:00
Rajesh Taneja
043f100556
MDL-38332 Administration: Updated update.txt and php doc for get_users_listing
2013-03-12 10:04:40 +08:00
Eloy Lafuente (stronk7)
b2ccf75484
Merge branch 'MDL-34774' of git://github.com/rwijaya/moodle
2013-03-12 00:54:53 +01:00
Eloy Lafuente (stronk7)
8aa0a1423b
Merge branch 'MDL-38307_master' of git://github.com/dmonllao/moodle
2013-03-12 00:50:50 +01:00
Eloy Lafuente (stronk7)
705d41c895
Merge branch 'MDL-36900-master' of git://github.com/FMCorz/moodle
2013-03-12 00:45:59 +01:00
Eloy Lafuente (stronk7)
8ed6ee97a6
Merge branch 'MDL-38346_master' of git://github.com/dmonllao/moodle
2013-03-12 00:43:38 +01:00
Eloy Lafuente (stronk7)
e314a6436e
Merge branch 'wip-mdl-38382' of git://github.com/rajeshtaneja/moodle
2013-03-12 00:38:37 +01:00
Eloy Lafuente (stronk7)
bf3a44afbe
Merge branch 'MDL-38337' of git://github.com/timhunt/moodle
2013-03-12 00:25:05 +01:00
Eloy Lafuente (stronk7)
ab7cb04fb8
Merge branch 'MDL-34818_master' of git://github.com/lazydaisy/moodle
2013-03-12 00:22:18 +01:00
Eloy Lafuente (stronk7)
35049887b9
Merge branch 'wip_master_mdl-38262' of git://github.com/iarenaza/moodle
2013-03-12 00:04:04 +01:00
Davo Smith
413bca9f76
MDL-38367 course dndupload - workaround to allow 'add X here' text to be drop target in Firefox
2013-03-11 22:44:55 +00:00
Davo Smith
66079e28fd
MDL-38367 course dndupload - various tweaks to the UI
...
Switched to Moodle-style dialog boxes (thanks Andrew for the pointer)
Enter button now submits the form (from within the 'name' field)
Upload button is disabled when the name is empty (if the name is required for the selected handler)
Dialog now has 'What do you want to do with this text?' and 'Name' for the text
Entire course section now has a class added when you drag over it (to enable it to be styled in the future)
2013-03-11 22:44:55 +00:00
David Mudrák
0063302436
MDL-34401 Add language strings for the new cache definitions
2013-03-11 12:51:30 +01:00
David Mudrák
9d6eb027b4
MDL-34401 Cache the contents of version.php files
...
This saves many inclusions of version.php files.
2013-03-11 12:51:30 +01:00
David Mudrák
ad3ed98b05
MDL-34401 Replace ad-hoc plugin request caches with proper application caches
...
Data cached in these caches change only at well defined places (during
need for upgrade checks, at the plugin management screen etc). So it
makes sense to use proper application caches instead of request caches.
This saves couple of database queries at almost every page in Moodle.
2013-03-11 12:48:53 +01:00
David Mudrák
b8a6f26ee3
MDL-34401 Replace static variables in pluginlib with ad-hoc request caches
...
Where the static variable was not really needed (as in case of arrays
defined by the hard-coded list of items), non-static variable is used as
I believe that there is no real performance gain.
2013-03-11 12:48:07 +01:00
David Mudrák
07622d7dfa
MDL-34401 Add caching into get_plugin_types() function
...
This is a simple MUC replacement for the previous static arrays.
2013-03-11 12:46:15 +01:00
David Mudrák
dbaaeb935d
MDL-34401 Add caching into get_plugin_list() function
...
This is quite frequently called function at most pages. The cache needs to be
invalidated only when a new plugin is installed or existing plugin uninstalled.
However, given how moodle_needs_upgrading() checks for new plugins, we need to
purge the cache there. Which is a shame because this means that the cache gets
purged in each cron call and when the admin looks at the front page and/or
system notifications page.
2013-03-11 12:45:27 +01:00
Damyon Wiese
95045941e6
Merge branch 'MDL-38389-m' of git://github.com/andrewnicols/moodle
2013-03-11 16:19:53 +08:00
Aparup Banerjee
f19de35c1f
Merge branch 'wip-MDL-31342_master' of git://github.com/gjb2048/moodle
2013-03-11 15:41:03 +08:00
Rajesh Taneja
5c9e8898c0
MDL-35716: Added performance to core plugin list
2013-03-11 14:30:02 +08:00
Rajesh Taneja
87f9a3b15e
MDL-35716 report_performance: Performance report for moodle site
...
This will report config setting which can affect moodle performance.
Few of them are added in this patch:
1. Theme designer mode
2. Cache Javascript
3. Debug message set to developer
4. Backup - Active
5. Stats enabled.
2013-03-11 14:30:01 +08:00
Damyon Wiese
fcdb8cec4e
Merge branch 'wip-MDL-34713-master' of git://github.com/phalacee/moodle
2013-03-11 13:43:56 +08:00
Damyon Wiese
e18c12c190
Merge branch 'MDL-33424' of git://github.com/jmvedrine/moodle
2013-03-11 13:30:45 +08:00
David Monllao
37652a9cb9
MDL-38352 behat: Updating tests
...
According to non-escaped double quotes
in TableNodes. Also refactoring previous
test affected by the issue.
2013-03-11 12:52:13 +08:00
David Monllao
e88d47b4a2
MDL-38352 behat: Removing extra double quotes escape
2013-03-11 12:52:12 +08:00
Sam Hemelryk
17200a016d
MDL-38387 cache: fixed inifinite initialisation loop with site id
2013-03-11 10:32:46 +08:00
Mary Evans
3004ce46de
MDL-34818 theme_mymobile: Fixes resources folders to show properly on first access.
2013-03-11 00:02:50 +00:00
Marina Glancy
6573f727a4
MDL-38406 Separate categories view and edit page - alter CSS
2013-03-11 10:15:17 +11:00
David Monllao
4f07b654e1
MDL-38184 repository_upload: Adding tests
2013-03-11 06:56:02 +08:00
Sam Hemelryk
35b2d0db5e
MDL-38303 cache: fixed purging of session cache when switching users
2013-03-10 11:31:26 +13:00
Andreas Grabs
c76b19bf37
MDL-36990 feedback - added check for ->enableajax
2013-03-09 16:16:44 +01:00
Andreas Grabs
7eddca8c19
MDL-36990 mod_feedback - using delegator for dd-items
2013-03-09 16:16:43 +01:00
Andreas Grabs
45785a385b
MDL-36990 mod_feedback - optimize js code and use groups for dd
2013-03-09 16:16:42 +01:00
Andreas Grabs
e6c4d66910
MDL-36990 mod_feedback - moved drag styles into styles.css
2013-03-09 16:16:42 +01:00
Andreas Grabs
3fa1aec8f8
MDL-36990 mod_feedback - moved css selectoren into constants
2013-03-09 16:16:40 +01:00
Andreas Grabs
bdd694fd85
MDL-36990 mod_feedback - migrated the yui dragdrop stuff into a yui module
2013-03-09 16:16:40 +01:00
Andreas Grabs
c206a2b3fd
MDL-36990 mod_feedback - better compatibility for IE8 and IE9
2013-03-09 16:16:39 +01:00
Andreas Grabs
fa9ea3e703
MDL-36990 mod_feedback - correct some comments
2013-03-09 16:16:38 +01:00
Andreas Grabs
2694b635d9
MDL-36990 mod_feedback - changed variable to lowercase
2013-03-09 16:16:38 +01:00
Andreas Grabs
5f818c0e64
MDL-36990 mod_feedback - added a missing semicolon
2013-03-09 16:16:37 +01:00
Andreas Grabs
67e12ed2fd
MDL-36990 mod_feedback - removed unneeded parameters for js
2013-03-09 16:16:36 +01:00
Andreas Grabs
00cd08b0e9
MDL-36990 mod_feedback - change double with single quoted strings
2013-03-09 16:16:36 +01:00
Andreas Grabs
8dfec73db8
MDL-36990 mod_feedback - added license comment
2013-03-09 16:16:35 +01:00
Andreas Grabs
3b4afad07c
MDL-36990 mod_feedback - move ajax function into lib.php
2013-03-09 16:16:35 +01:00
Andreas Grabs
575c88c12f
MDL-36990 - Improper use of confirm_sesskey
2013-03-09 16:16:34 +01:00
Andreas Grabs
e4d1546116
MDL-36990 - fix position of target boxes with disabled javascript
2013-03-09 16:16:33 +01:00
Andreas Grabs
f94e501b23
MDL-36990 - item-position text change on dragdrop
2013-03-09 16:16:32 +01:00
Andreas Grabs
590378bdbf
MDL-36990 - first try of a dragdrop version
2013-03-09 16:16:31 +01:00
Jean-Michel Vedrine
3f28674535
MDL-33424 Images missing when restoring a 1.9 backup
2013-03-09 13:51:34 +01:00
Tim Hunt
f9e5471273
MDL-38337 quiz: respect maximum grade config for new quizzes.
2013-03-08 21:36:27 +00:00
Tim Hunt
658b9372ee
MDL-38212 cron: display time and memory usage before each task.
...
This helps diagnose problems.
Also, call gc_collect_cycles between tasks, which may reduce the
frequency of out-of-memory errors.
2013-03-08 10:24:41 +00:00
Andrew Robert Nicols
0872e0e9e5
MDL-38389 JavaScript: Return DEBUG versions of Moodle YUI modules
2013-03-08 05:46:59 +00:00
Jason Fowler
46a710e998
MDL-34713 - Blog - Fixing undefined index for blog menu block
2013-03-08 13:46:27 +08:00
David Monllao
bceb65ee2d
MDL-38307 behat: Remove notices
2013-03-08 12:29:59 +08:00
David Monllao
aa988a9a6c
MDL-38184 repository_upload: New step definition
2013-03-08 11:57:56 +08:00
David Monllao
bd21f796cb
MDL-38184 behat: Tests for filepicker steps
2013-03-08 11:57:54 +08:00
David Monllao
3db1aec528
MDL-38184 behat: Filepicker management steps
...
Includes create/open/delete/zip/unzip
of files and folders
2013-03-08 11:57:15 +08:00
Rajesh Taneja
4e0b615ede
MDL-38332 Users: Browse list of users should not contain guest user record
2013-03-08 11:44:42 +08:00
Frederic Massart
04cbea2cd6
MDL-36900 files: D&D upload uses new file name increment function
2013-03-08 10:21:01 +08:00
Frederic Massart
8158fe0542
MDL-36900 repository: File Manager new folder UI improvements
2013-03-08 10:21:01 +08:00
Rajesh Taneja
c22a579bed
MDL-38382: Update will show minor number with leading zeros (if any)
2013-03-08 10:14:02 +08:00
Lalit Khattar
2ca1f894eb
MDL-34724 Accessibility: At the bottom of Messaging settings page put the label of the checkboxes in <label>
2013-03-08 09:45:36 +08:00
David Monllao
a8d910a82a
MDL-38184 behat: Solving problem with the tests loader
2013-03-08 09:42:28 +08:00
David Monllao
1d823d9322
MDL-38184 behat: File-related actions
2013-03-08 09:42:28 +08:00
David Monllao
a4534dceef
MDL-38184 behat: Fields management externalized
...
Not only behat_forms needs to deal
with form fields
2013-03-08 09:42:28 +08:00
Eloy Lafuente (stronk7)
8673a98d1d
MDL-38378 Take rid of harcoded db prefix and bump.
2013-03-08 00:27:01 +01:00
Gareth J Barnard
b4065a16d1
MDL-31342 theme_mymobile: TinyMCE editor difficulties.
2013-03-07 19:45:30 +00:00
Eloy Lafuente (stronk7)
c5cbdff670
weekly release 2.5dev
2013-03-07 16:20:02 +01:00
Eloy Lafuente (stronk7)
3523c45b0c
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2013-03-07 16:16:54 +01:00
Eloy Lafuente (stronk7)
d79759cef9
Merge branch 'MDL-38352' of git://github.com/danpoltawski/moodle
2013-03-07 11:45:06 +01:00
Dan Poltawski
dbf8c92f73
MDL-38352 - use ISO ISO 3166-1 name for Libya
2013-03-07 18:34:41 +08:00
Eloy Lafuente (stronk7)
a75dfd6f33
MDL-38345 Prevent undefined CFG leading to DB error.
...
It seems that MDL-32975, no matter a version bump
was done, leads to the $CFG->navsortmycoursessort
setting undefined sometimes. And that ends with an error
visiting the /my page. This just ensures a safe default
if the setting is undefined/empty.
2013-03-07 10:21:03 +01:00
Frederic Massart
ac5fc59534
MDL-37852 repository: Admins can't access user instances settings
2013-03-07 16:37:43 +08:00
Aparup Banerjee
c3d1c73076
Merge branch 'MDL-38352-behat-fix' of git://github.com/dmonllao/moodle
2013-03-07 15:46:07 +08:00
Frederic Massart
bd6581935d
MDL-37852 repository: Re-inforced checks to manage repository instances
2013-03-07 14:32:44 +08:00
David Monllao
5ecb87a9a2
MDL-38352 behat: Updating tests
...
According to latest language strings
changes
2013-03-07 13:56:49 +08:00
Jason Fowler
ae18db7025
MDL-35816 - User - Modify the profile page to use semantic HTML rather than tables for layout
2013-03-07 11:00:16 +08:00
Aparup Banerjee
c65e7fcbc8
Merge branch 'MDL-33946_label_dndupload_text' of git://github.com/davosmith/moodle
2013-03-07 10:41:52 +08:00
Damyon Wiese
3d231eda76
Revert "MDL-38055 block_courseoverview: fixed formatting of course fullname"
...
This reverts commit a9ff59979f .
This reverts commit 4e83302f6f .
This issue has failed testing and will be delayed
2013-03-07 10:30:37 +08:00
Davo Smith
2748d8efdb
MDL-33946 course dndupload - fixes to dialog when dragging text
...
Radio buttons have unique IDs, matching the label IDs
'What do you want to call this text' input moved down and disabled when 'label' selected
'Add page here' changed to 'Add text here'
2013-03-06 22:38:01 +00:00
Eloy Lafuente (stronk7)
b9f3138dbe
Merge branch 'MDL-38173-master' of git://github.com/damyon/moodle
2013-03-06 18:35:33 +01:00
Brent Boghosian
7e21ee683b
MDL-38356 Forms: Check that the form exists before applying changechecker
...
Signed-off-by: Andrew Robert Nicols <andrew.nicols@luns.net.uk >
2013-03-06 16:43:48 +00:00
Eloy Lafuente (stronk7)
641577eb32
Merge branch 'MDL-38352-en_fix' of git://github.com/mudrd8mz/moodle
2013-03-06 17:26:37 +01:00
Damyon Wiese
005c6640dd
MDL-38173 Course: Fix DB from regression when adding a (new) course module to a section.
2013-03-06 23:59:19 +08:00
Helen Foster
ca084ef149
MDL-38352 Merge English strings from the en_fix language pack
2013-03-06 16:44:39 +01:00
Eloy Lafuente (stronk7)
69d0129389
Merge branch 'MDL-38311' of git://github.com/timhunt/moodle
2013-03-06 10:36:24 +01:00
Eloy Lafuente (stronk7)
4384eea0c9
Merge branch 'MDL-37958_master-fix' of git://github.com/dmonllao/moodle
2013-03-06 10:31:20 +01:00
Tim Hunt
770e4a467f
MDL-38311 question manual grading: comment fixes.
2013-03-06 09:27:11 +00:00
David Monllao
e8a88ebbd8
MDL-37958 behat: Avoid problems with Background cached steps
2013-03-06 15:49:37 +08:00
David Monllao
31c75894e0
MDL-38271 behat: Fixing typo
2013-03-06 15:07:36 +08:00
David Monllao
0a7f6a02eb
MDL-37958 behat: Nasty strings in HTML
...
Nasty strings includes html entities and
non-breaking spaces followed by spaces which makes
very hard to find these strings in the DOM html,
this patch keeps the non-breaking spaces and all
the nasty characters, but leaves them isolated from
other regular spaces. It swaps the strings to HTML before
finding elements in the HTML that matches that contents.
2013-03-06 13:34:09 +08:00
Sam Hemelryk
c629c91feb
MDL-32975 navigation: fixed error when viewing my with no enrolments
2013-03-06 14:35:19 +13:00
Eloy Lafuente (stronk7)
6026f23559
MDL-38311 Add missing comment format.
2013-03-06 02:02:45 +01:00
AMOS bot
a48b920ddf
Automatically generated installer lang files
2013-03-06 00:36:54 +00:00
Eloy Lafuente (stronk7)
9f4da038c8
Merge branch 'MDL-38311' of git://github.com/timhunt/moodle
2013-03-06 01:22:32 +01:00
Eloy Lafuente (stronk7)
ab1e921c31
Merge branch 'MDL-36749-m' of git://github.com/andrewnicols/moodle
2013-03-06 01:19:17 +01:00
Rossiani Wijaya
6a9235c998
MDL-37411 Notes: unset courseid and userid when updating the note to prevent accidental changes. Thank you Sam Hemelryk for suggesting an alternative solution.
2013-03-06 09:35:42 +13:00
Andrew Robert Nicols
a6d81a73ac
MDL-36749 lib Complete deprecation of old_help_icon
...
This deprecates the old_help_icon and helpbutton functions. Since they can
no longer be used, the renderers are removed altogether.
2013-03-05 19:07:06 +00:00
Eloy Lafuente (stronk7)
88906d068d
Merge branch 'MDL-37958_master' of git://github.com/dmonllao/moodle
2013-03-05 19:28:14 +01:00
Eloy Lafuente (stronk7)
8d0a042263
Merge branch 'MDL-38327_master' of git://github.com/dmonllao/moodle
2013-03-05 19:26:52 +01:00
Eloy Lafuente (stronk7)
9af30e60b5
Merge branch 'MDL-38252-master' of git://github.com/danpoltawski/moodle
2013-03-05 18:12:55 +01:00
Justin Filip
2e667c7405
MDL-38268 files: Must be explicit about switching cURL request method from HEAD to GET.
2013-03-05 11:30:22 -05:00
Eloy Lafuente (stronk7)
af733564f4
Merge branch 'MDL-38119' of git://github.com/timhunt/moodle
2013-03-05 16:45:01 +01:00
Eloy Lafuente (stronk7)
4afd580231
Merge branch 'MDL-38271_master' of git://github.com/dmonllao/moodle
2013-03-05 15:43:15 +01:00
Tim Hunt
53b8e25626
MDL-38311 questions: manual grading API should accept commentformat
...
Comment format (FORMAT_...) was correctly being processed when the
manual grading happened as the result of a form submission. It was only
when done using the question_usage or question_attempt API method that
there was no way to specify the format. (Although I think the only place
this API as used was in the unit tests.)
Note that question_attempt::manual_grade API had to change, but I don't
think that is a real API change. Calling code should be using
question_usage::question_attempt, which is backwards compatible.
Note that now, if you don't pass format, then no error is generated, but
a developer debugging message is generated.
2013-03-05 11:51:47 +00:00
Aparup Banerjee
045a4173b1
Merge branch 'MDL-38209' of git://github.com/timhunt/moodle
2013-03-05 17:14:02 +08:00
Aparup Banerjee
77e08c04d3
Merge branch 'MDL-38072' of git://github.com/lazydaisy/moodle
2013-03-05 17:07:50 +08:00
Aparup Banerjee
11abbe276f
Merge branch 'wip-MDL-34775-master' of git://github.com/phalacee/moodle
2013-03-05 17:01:54 +08:00
Frederic Massart
da9d3a1205
MDL-37852 phpunit: Tests for repository::can_be_edited_by_user()
2013-03-05 09:56:23 +01:00
Frederic Massart
89a9d21a15
MDL-37852 repository: Prevent undesired access to repositories settings
2013-03-05 09:56:22 +01:00
David Monllao
6fe3986dec
MDL-38007 behat: Refining error texts
...
Also removing a couple of silly notices
2013-03-05 16:52:48 +08:00
Damyon Wiese
ce91af8114
Merge branch 'MDL-38282' of git://github.com/timhunt/moodle
2013-03-05 16:06:31 +08:00
Daniele Cordella
a5b884fe6f
MDL-35615 Course section: fixed alignment for userdefaultname checkbox to be inline with section name text input
2013-03-05 16:03:13 +08:00
Aparup Banerjee
810fb772c3
Merge branch 'MDL-38240' of git://github.com/timhunt/moodle
2013-03-05 16:00:49 +08:00
Damyon Wiese
915b7aca62
Merge branch 'MDL-38279' of git://github.com/timhunt/moodle
2013-03-05 15:22:38 +08:00
Damyon Wiese
d0eac6f639
Merge branch 'MDL-38178_master' of git://github.com/dmonllao/moodle
2013-03-05 15:10:52 +08:00
Aparup Banerjee
c0da001c49
Merge branch 'MDL-38025_master' of git://github.com/dmonllao/moodle
2013-03-05 14:43:46 +08:00
David Monllao
2b6287b744
MDL-38178 behat: New tests for fieldsets expansion
2013-03-05 14:41:54 +08:00
David Monllao
f8f1bdc315
MDL-38178 behat: Adding find_all and step to expand all form's fieldsets
2013-03-05 14:41:52 +08:00
Aparup Banerjee
212e5ee909
Merge branch 'MDL-38007_master' of git://github.com/dmonllao/moodle
2013-03-05 14:37:05 +08:00
Damyon Wiese
ffb95d5fdc
Merge branch 'MDL-38241' of git://github.com/timhunt/moodle
2013-03-05 14:13:42 +08:00
Damyon Wiese
6fbf382cd4
Merge branch 'MDL-38280' of git://github.com/timhunt/moodle
2013-03-05 14:10:00 +08:00
David Monllao
5f26d1c8b8
MDL-38327 behat: Don't switch completely if switchcompletely is false
2013-03-05 14:03:50 +08:00
Damyon Wiese
be98769eab
Merge branch 'wip-MDL-37903-m25' of git://github.com/samhemelryk/moodle
2013-03-05 13:12:12 +08:00
Aparup Banerjee
c2b40106d3
Merge branch 'wip-MDL-38251-m25' of git://github.com/samhemelryk/moodle
2013-03-05 13:09:37 +08:00
Damyon Wiese
775eeb1ac2
MDL-37935: Cache - fix spelling mistake in language string
2013-03-05 13:06:49 +08:00
Damyon Wiese
6be6b2b073
Merge branch 'wip-MDL-37935-m25' of git://github.com/samhemelryk/moodle
2013-03-05 13:05:57 +08:00
Aparup Banerjee
da33f689dc
Merge branch 'MDL-30481' of git://github.com/rwijaya/moodle
2013-03-05 12:55:41 +08:00
Sam Hemelryk
44cfa89576
Merge branch 'MDL-38094' of git://github.com/timhunt/moodle
2013-03-05 16:57:50 +13:00
Damyon Wiese
a27996bbad
Merge branch 'wip-MDL-38055-m25' of git://github.com/samhemelryk/moodle
2013-03-05 11:42:25 +08:00
Aparup Banerjee
d1e220eb0e
Merge branch 'MDL-36171-m' of git://github.com/andrewnicols/moodle
2013-03-05 11:13:33 +08:00
David Monllao
15c7fb4adb
MDL-37958 behat: Ignoring spaces when comparing field contents
2013-03-05 11:08:04 +08:00
Aparup Banerjee
fb3c1d2b34
Merge branch 'MDL-38067-m' of git://github.com/andrewnicols/moodle
2013-03-05 11:06:55 +08:00
Aparup Banerjee
23a6fca502
Merge branch 'MDL-34300-m' of git://github.com/andrewnicols/moodle
2013-03-05 10:37:33 +08:00
Frederic Massart
dfe203c12e
MDL-34284 library: Import ZF2012-01 security patch for Zend
2013-03-05 10:35:56 +08:00
Sam Hemelryk
2e2bac9d32
Merge branch 'MDL-37932' of git://github.com/timhunt/moodle
2013-03-05 15:30:45 +13:00
Sam Hemelryk
dc8e7116a7
Merge branch 'wip-MDL-37901_master' of git://github.com/gjb2048/moodle
2013-03-05 15:23:46 +13:00
Aparup Banerjee
b4f110f1a4
Merge branch 'MDL-33946_label_dndupload_text' of git://github.com/davosmith/moodle
2013-03-05 10:21:25 +08:00
Sam Hemelryk
aa9f48ed59
Merge branch 'MDL-38298' of git://github.com/stronk7/moodle
2013-03-05 15:12:08 +13:00
Sam Hemelryk
627a43917a
MDL-37127 js: fixed indentation of tooltip.js
2013-03-05 14:11:35 +13:00
Sam Hemelryk
5c1d5998ac
Merge branch 'MDL-37127-m' of git://github.com/andrewnicols/moodle
2013-03-05 13:54:10 +13:00
Eloy Lafuente (stronk7)
86d053490d
Merge branch 'wip-MDL-36215-m25' of git://github.com/samhemelryk/moodle
2013-03-05 01:27:50 +01:00
Eloy Lafuente (stronk7)
2b48123b92
Merge branch 'wip-MDL-38300-m25' of git://github.com/samhemelryk/moodle
2013-03-05 01:21:47 +01:00
Eloy Lafuente (stronk7)
caa5bcea00
Merge branch 'wip-MDL-38247-m25' of git://github.com/samhemelryk/moodle
2013-03-05 01:08:23 +01:00
Eloy Lafuente (stronk7)
fd0c485584
Merge branch 'm25_MDL-37515_Notice_when_submitting_change_password_form' of https://github.com/scara/moodle
2013-03-05 01:03:26 +01:00
Eloy Lafuente (stronk7)
adc4aca475
Merge branch 'MDL-37897' of git://github.com/jmvedrine/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2013-03-05 00:56:24 +01:00
Eloy Lafuente (stronk7)
cdbbd48a66
Merge branch 'MDL-38261-workshop-attachments-size' of git://github.com/mudrd8mz/moodle
2013-03-05 00:48:47 +01:00
Eloy Lafuente (stronk7)
62bf37d8f5
Merge branch 'master_MDL-37907' of git://github.com/danmarsden/moodle
2013-03-05 00:46:12 +01:00
Eloy Lafuente (stronk7)
d2be039c6e
MDL-32975 mini-bump to get navsortmycoursessort defined.
2013-03-04 23:47:13 +01:00
Eloy Lafuente (stronk7)
2673254919
Merge branch 'wip-MDL-32975-m25' of git://github.com/samhemelryk/moodle
2013-03-04 23:47:13 +01:00
Sam Hemelryk
f87ce4e9a0
MDL-32975 navigation: Added option to select how my courses are sorted
2013-03-05 09:46:11 +13:00
Sam Hemelryk
ed2703290c
Merge branch 'MDL-38101-master' of git://github.com/sammarshallou/moodle
2013-03-05 09:30:02 +13:00
Sam Hemelryk
cf7386139d
MDL-31983 navigation: fixed copy+paste typo
2013-03-05 09:24:19 +13:00
Eloy Lafuente (stronk7)
1de87afc24
Merge branch 'MDL-37522-published-attachment' of git://github.com/mudrd8mz/moodle
2013-03-04 20:46:41 +01:00
Eloy Lafuente (stronk7)
25ba263d60
Merge branch 'MDL-38133-master' of git://github.com/sammarshallou/moodle
2013-03-04 20:37:57 +01:00
Eloy Lafuente (stronk7)
d03d5e7816
Merge branch 'wip-MDL-33013-m25' of git://github.com/samhemelryk/moodle
2013-03-04 20:18:48 +01:00
Eloy Lafuente (stronk7)
bb8f31dbf3
MDL-31390 document the set_source_table() api change.
2013-03-04 18:18:09 +01:00
Eloy Lafuente (stronk7)
5a341e9183
Merge branch 'MDL-31390-m' of git://github.com/andrewnicols/moodle
2013-03-04 18:08:54 +01:00
Eloy Lafuente (stronk7)
8b0f09d940
Merge branch 'MDL-36380-master' of git://github.com/FMCorz/moodle
2013-03-04 17:59:39 +01:00
Eloy Lafuente (stronk7)
266e8dec49
Merge branch 'wip-MDL-37983-master' of git://github.com/abgreeve/moodle
2013-03-04 16:42:25 +01:00
Eloy Lafuente (stronk7)
d5834b3712
Merge branch 'MDL-38170-master' of git://github.com/sammarshallou/moodle
2013-03-04 16:25:00 +01:00
Sam Hemelryk
486f9dbecc
Merge branch 'MDL-38243-master' of git://github.com/lucisgit/moodle
2013-03-04 16:25:50 +13:00
Sam Hemelryk
5722822302
Merge branch 'MDL-35350' of git://github.com/rwijaya/moodle
2013-03-04 16:13:09 +13:00
Sam Hemelryk
1668803ae2
Merge branch 'MDL-35127-master' of git://github.com/damyon/moodle
2013-03-04 16:08:08 +13:00
Eloy Lafuente (stronk7)
15d427c82d
Merge branch 'wip-MDL-38205-m25' of git://github.com/samhemelryk/moodle
2013-03-04 03:01:11 +01:00
Frederic Massart
31581ae65d
MDL-36426 repository: Prevent login_as() users to access private repositories
2013-03-04 02:38:35 +01:00
Sam Hemelryk
4ce761716c
Merge branch 'MDL-31557_master' of git://github.com/markn86/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2013-03-04 14:35:59 +13:00
Sam Hemelryk
74bf99ddad
Merge branch 'MDL-37625-master' of https://github.com/jfilip/moodle
2013-03-04 14:18:49 +13:00
Sam Hemelryk
7171c61c40
Merge branch 'MDL-36128-master' of https://github.com/StudiUM/moodle
2013-03-04 13:59:58 +13:00
Frederic Massart
ce96f23fe1
MDL-37681 repository_webdav: improved form handling when configuring an instance
2013-03-04 13:55:53 +13:00
Rajesh Taneja
9fd0cb9cb1
MDL-37338 Calendar: User will not see calendar subscription, which he/she can't edit
...
Signed-off-by: Rajesh Taneja <rajesh@moodle.com >
2013-03-04 01:49:02 +01:00
Sam Hemelryk
121e604851
Merge branch 'MDL-38168-master' of git://github.com/sammarshallou/moodle
2013-03-04 13:35:16 +13:00
Frederic Massart
954b354511
MDL-37507 repositories: improved formatting of external resources
2013-03-04 13:28:41 +13:00
Mark Nielsen
8d220cb552
MDL-36901: Remove system paths from exceptions
...
Replaces any server paths, like dataroot, with a token
in exception messages and debug info.
2013-03-04 00:17:01 +01:00
Dan Marsden
c238e1e2ab
MDL-37907 Participants layout - move checkbox to first column
2013-03-04 11:28:14 +13:00
Frederic Massart
3ecc63e9db
MDL-37481 user: fixed bug when logged in as guest
2013-03-04 11:17:14 +13:00
Eloy Lafuente (stronk7)
52f0c094f5
Merge branch 'wip-MDL-38165-m25' of git://github.com/samhemelryk/moodle
2013-03-03 23:08:15 +01:00
Sam Hemelryk
f0abd36e46
Merge branch 'MDL-32125-master' of git://github.com/StudiUM/moodle
2013-03-04 10:37:51 +13:00
Sam Hemelryk
a9ff59979f
MDL-38055 block_courseoverview: fixed formatting of course fullname
2013-03-04 09:31:35 +13:00
Iñaki Arenaza
4bcb0396c2
MDL-38262 auth/{ldap,cas}: Fix undefined property notification on first config
...
Just move the test after we've set the default configuration values if
they are not defined.
Signed-off-by: Iñaki Arenaza <iarenaza@mondragon.edu >
2013-03-03 21:22:19 +01:00
Eloy Lafuente (stronk7)
045c0e4d8f
MDL-38298 Take out harcoded dependency + tests.
...
With that change the filte_emoticon will be easily
resusable by other "emoticon filters".
2013-03-03 19:10:09 +01:00
Andrew Davis
ec7298a10f
MDL-38149 core_grade: added a guard for when there are no old grades
2013-03-03 11:08:37 +08:00
Gareth J Barnard
dafa91279f
MDL-37901 format_topics & format_weeks: Fix drag icon tooltip after move.
2013-03-02 12:38:29 +00:00
Tim Hunt
9fc29eec6d
MDL-39282 quiz: always allow removal of bogus questions.
2013-03-01 17:33:32 +00:00
Tim Hunt
8407a5498b
MDL-38280 manual graded behaviour: unit test for when not answered.
...
If the student does not submit an answer, the questoin goes to state
gaveup, rather than requiresgrading.
2013-03-01 17:04:04 +00:00
Tim Hunt
00cefd925a
MDL-38279 questions: must have default mark positive.
2013-03-01 15:21:09 +00:00
Tim Hunt
d23edcf151
MDL-37932 formslib: setAdvanced for repeatelements.
...
I think this commit also fixes some other problems with repeatelements
and shortforms. The shortforms code was trying to use hidden elements
with names like in conjunction with ...[0] with optional_param which
will not work. Hidden form fields that relate to other parts of the form
must use the other elements's id, no name, to make the hidden field
name.
2013-03-01 11:41:59 +00:00
Andrew Robert Nicols
5251450372
MDL-31390 Convert set_source_sql with order clauses to set_source_table
2013-03-01 11:29:01 +00:00
sam marshall
7ae7c3cf9a
MDL-38101 Completion: Error when teacher/admin marks activity complete
2013-03-01 11:18:31 +00:00
sam marshall
85cb4b65b1
MDL-38170 SimplePie: Cannot read https feeds through proxy
2013-03-01 10:36:51 +00:00
Andrew Robert Nicols
d9bae60289
MDL-31390 Allow data to be sorted at backup
2013-03-01 10:03:13 +00:00
David Monllao
d636a3e6cd
MDL-38026 behat: New tests
2013-03-01 17:34:39 +08:00
David Monllao
072f67fcac
MDL-38026 behat: Base to write steps to work with specific DOM parts
2013-03-01 16:40:22 +08:00
David Monllao
46ac40cd0b
MDL-38025 behat: Compliant with moodlechecker and codechecker
2013-03-01 16:07:04 +08:00
David Monllao
80e4150615
MDL-38025 behat: Updating tests according to modified steps
2013-03-01 16:06:23 +08:00
David Monllao
4092397794
MDL-38025 behat: Adding generic manipulation methods
...
Also required modifications in the affected
steps definitions
2013-03-01 16:06:15 +08:00
David Monllao
5f470b28bf
MDL-38025 behat: Replacing selector-based steps by human-friendly options
2013-03-01 15:24:37 +08:00
David Monllao
e2eb40ea3c
MDL-38271 behat: Adds site shortname
2013-03-01 11:41:28 +08:00
David Monllao
ac41f878da
MDL-38007 behat: Adding new script using util.php
2013-03-01 10:50:22 +08:00
David Monllao
fa7e4e2b6a
MDL-38007 behat: Changing check_behat_setup interface
2013-03-01 10:44:31 +08:00
David Monllao
e6ac2ab7c2
MDL-37958 behat: Solving problem when expanding root level nodes
2013-03-01 09:52:10 +08:00
David Monllao
b9d551e17d
MDL-37958 behat: Tests for permissions management
2013-03-01 09:52:10 +08:00
David Monllao
92c79fcc00
MDL-37958 behat: Defintions for permissions management
2013-03-01 09:52:10 +08:00
David Monllao
49d9112909
MDL-37958 behat: Using behat_form_field base class to interact with all form elements
2013-03-01 09:52:10 +08:00
Andrew Robert Nicols
e2798523d6
MDL-37127 JavaScript: Switch moodle-core-tooltip to shifter
2013-03-01 01:33:08 +00:00
Andrew Robert Nicols
a45e8fd3da
MDL-37127 JavaScript: Add support for development using YUI Shifter
2013-03-01 01:25:54 +00:00
AMOS bot
8a099397be
Automatically generated installer lang files
2013-03-01 00:42:14 +00:00
Sam Hemelryk
3d6dd54ad1
MDL-38165 cache: fixed issues purging peristent caches by event
2013-03-01 11:38:02 +13:00
Sam Hemelryk
0323e1ab99
MDL-38165 cache: added unit tests for event purging of persistent caches
2013-03-01 11:38:02 +13:00
Davo Smith
5efae6823d
MDL-33946 mod_label - create label from text dragged and dropped into the course
2013-02-28 21:43:30 +00:00
Sam Hemelryk
79137823fa
MDL-38251 course: fixed add category button on top level
2013-03-01 10:12:02 +13:00
Sam Hemelryk
11cfc0f95e
MDL-38247 cache: Improved documentation
2013-03-01 10:11:55 +13:00
Sam Hemelryk
32c981e67a
MDL-38247 cache: fixed cache stores so that they pass unit tests
2013-03-01 10:11:55 +13:00
Sam Hemelryk
ac6754a679
MDL-38427 cache: implemented unit tests for all core cache stores
2013-03-01 10:11:55 +13:00
Sam Hemelryk
4af3d7e7a3
MDL-38205 cache: implemented key prefix in memcache plugin
2013-03-01 10:11:45 +13:00
Sam Hemelryk
43394c5114
MDL-38165 cache: fixed up application event purging
2013-03-01 10:10:30 +13:00
Sam Hemelryk
b6c86be197
MDL-38165 cache: fixed up session event purging
2013-03-01 10:10:30 +13:00
Sam Hemelryk
4e83302f6f
MDL-38055 navigation: fixed ampersand use within titles
2013-03-01 10:09:51 +13:00
Sam Hemelryk
c643628f23
MDL-37935 cache: improved ready testing of stores on admin screen and testing script
2013-03-01 10:09:24 +13:00
Sam Hemelryk
01a3333723
MDL-37903 cache: implemented cacheable_object_array
2013-03-01 10:09:06 +13:00
Sam Hemelryk
8bc8ab6ee8
MDL-36215 navigation: fixed blog URL within courses using groups
2013-03-01 10:08:42 +13:00
Sam Hemelryk
ba7b1ca565
MDL-33013 navigation: fixed expansion limit issue hiding nodes
2013-03-01 10:08:20 +13:00
Andrew Robert Nicols
08b196e265
MDL-36171 Administration Skip replace in the log table
2013-02-28 19:44:42 +00:00
Tim Hunt
baa6159bb9
MDL-38241 qtype_match: should say Blanks for 3 more questions.
...
Currently it says Blanks for 3 more choices, like multichoice, which is
confusing.
AMOS BEGIN
MOV [addmoreqblanks,qtype_match],[blanksforxmorequestions,qtype_match]
AMOS END
2013-02-28 18:34:43 +00:00
Tim Hunt
f7ce33c287
MDL-38240 question forms: penalty should not be reqired.
...
It is a selecte menu, so you have to select a value, and anyway, 0 is a
valid value.
Once this is not a required field, the 'Multiple tries' section of the
form will collapse by default.
2013-02-28 18:34:25 +00:00
Tim Hunt
ae271eba1f
MDL-38209 quiz CSS: strip browser-specific rules.
2013-02-28 18:33:45 +00:00
Tim Hunt
c04ed8d51c
MDL-38209 quiz CSS: fix coding style.
2013-02-28 18:33:45 +00:00
Tim Hunt
e01cf1fa68
MDL-37847 / MDL-38119 question engine: document API change.
2013-02-28 18:33:07 +00:00
Tim Hunt
c3c65f417a
MDL-38094 question forms: remove spare repeat element blanks.
...
Once the question has been created, only so as many blanks as are
required by the current question. Adding a new answer / choice / unit /
etc. is a rare operation, so it is OK if it takes another mouse click.
It is better to keep the form shorter in the common case.
2013-02-28 18:32:48 +00:00
Jean-Philippe Gaudreau
7f9e076806
MDL-36128 grade: Import outcomes error
2013-02-28 13:29:10 -05:00
David Mudrák
4cd2b45548
MDL-38261 Replace deprecated file_encode_url() in workshop renderer
2013-02-28 18:53:37 +01:00
David Mudrák
57c1c7edfc
MDL-38261 Display workshop submission attachments in a preview mode
2013-02-28 18:53:37 +01:00
David Mudrák
8f5cbbd6c8
MDL-38261 Add a new file preview mode for bigger thumbnails
2013-02-28 18:53:37 +01:00
David Mudrák
2d4a3e6894
MDL-37522 Serve images from published submissions
...
If the user is allowed to see the published submission, she must be also
able to see images in it (both embedded into the text as well as
attached to the submission). See the logic in submission.php as a
reference.
2013-02-28 18:53:08 +01:00
Andrew Robert Nicols
1015b24b42
MDL-38067 JavaScript: Ensure the filemanager does not show through the tooltip
2013-02-28 17:00:02 +00:00
Andrew Robert Nicols
03bd9e7b78
MDL-34300 JavaScript: Stop YUI from forcing z-index on moodle-core-notification
2013-02-28 17:00:02 +00:00
Andrew Robert Nicols
694c4c87ac
MDL-34300 JavaScript: Stop YUI from forcing z-index on moodle-core-notification
2013-02-28 16:54:59 +00:00
Jean-Michel Vedrine
4f315786e8
MDL-37897 Remove useless Blackboard question import format
2013-02-28 17:46:29 +01:00
Gilles-Philippe Leblanc
4a913724d0
MDL-32125 mod_forum: Updating subscription mode not reflecting subscribers
2013-02-28 11:33:51 -05:00
Eloy Lafuente (stronk7)
cce0d9a100
weekly release 2.5dev
2013-02-28 15:47:07 +01:00
Eloy Lafuente (stronk7)
5524bab53d
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2013-02-28 15:40:15 +01:00
Ruslan Kabalin
ae9fe89afa
MDL-38243 mod_assessment: make assessment forms non-collapsible
2013-02-28 10:28:18 +00:00
Rossiani Wijaya
8b8d7fcd17
MDL-34774 Lesson module: fixed report stats for 'high score' and 'low score' values where there is only one attempt with 0 score
2013-02-28 16:05:14 +08:00
Mary Evans
7e97c2440f
MDL-38072 theme_mymobile: Removed collapsed topics contributed plugin code.
...
modified: theme/mymobile/javascript/custom.js
modified: theme/mymobile/style/core.css
2013-02-28 07:42:24 +00:00
Damyon Wiese
01ac2cd813
Revert "MDL-33934 theme_mymobile: Updates to CSS & Javascript - including MDL-38072 removing css/js for collapsed topic."
...
This reverts commit 7e6c674302 .
This reverts commit c443c95c01 .
This issue needs more work and will be delayed.
2013-02-28 14:06:32 +08:00
Michael de Raadt
ce744f7134
MDL-35350 Advanced uploading assignment: add submission timestamp on assignment index page
2013-02-28 14:06:01 +08:00
Frederic Massart
bed828de91
MDL-36380 stats: Issue with DST and monthly statistics
2013-02-28 13:56:05 +08:00
Dan Poltawski
b22b74035c
MDL-38252 - course: fix typo
2013-02-28 11:04:30 +08:00
Damyon Wiese
4e516138e9
Revert "MDL-35875 - Users - Fixing RTL support"
...
This reverts commit fbb31b0f90 .
This reverts commit c111b9f3ae .
This reverts commit 8afb9b7c4f .
This issue has failed testing and integration will be delayed.
2013-02-28 10:53:03 +08:00
Jason Fowler
fbb31b0f90
MDL-35875 - Users - Fixing RTL support
2013-02-28 10:18:49 +08:00
Damyon Wiese
c111b9f3ae
MDL-35875 - User - Modify the profile page to use semantic HTML rather than tables for layout (RTL Support)
2013-02-28 10:12:28 +08:00
Petr Škoda
0f39498480
MDL-38096 fix availability of bulk enrol actions
2013-02-27 16:12:07 +08:00
Petr Škoda
506338d5de
MDL-38096 fix availability of enrol button
2013-02-27 16:12:07 +08:00
Simon Coggins
d7f69362b9
MDL-38102 lib: Check for null return value from password_hash function call
2013-02-27 16:26:26 +13:00
Damyon Wiese
520fee918e
MDL-36832 Assignment Use MUC for useridlist: Fix for quickgrading checkbox
2013-02-27 11:24:42 +08:00
Damyon Wiese
b8d3aa8fc8
MDL-35127 Assignment - declare the variables in the outer scope (for readability)
2013-02-27 09:27:55 +08:00
Eric Merrill
d77731d612
MDL-35127 mod_assign More efficient use of expensive database queries
...
Moving two relatively expensive DB queries so they are only executed when needed
instead of on every function call. They will still only execute once, and not
repeatedly during execution of the loop.
2013-02-27 09:01:25 +08:00
Eloy Lafuente (stronk7)
738b0965a4
Merge branch 'wip-MDL-37356-master' of git://github.com/abgreeve/moodle
2013-02-26 18:12:15 +01:00
Eloy Lafuente (stronk7)
2c4293ce90
Merge branch 'wip-MDL-31885-smartcache' of git://github.com/marinaglancy/moodle
2013-02-26 13:23:34 +01:00
Rossiani Wijaya
b9509a1e45
MDL-30481 Advanced upload assignment: Fixed assignment available date string to appropriately identify past or future availability
2013-02-26 17:38:55 +08:00
Eloy Lafuente (stronk7)
36650d6f51
Merge branch 'MDL-38076-master' of git://github.com/FMCorz/moodle
2013-02-26 10:14:28 +01:00
Eloy Lafuente (stronk7)
46e120c561
Merge branch 'MDL-37835-master' of git://github.com/damyon/moodle
2013-02-26 10:06:14 +01:00
Eloy Lafuente (stronk7)
9515c34ee6
Merge branch 'wip-MDL-30669-master' of git://github.com/abgreeve/moodle
2013-02-26 09:46:13 +01:00
Michael de Raadt
cf626656c6
MDL-34775 - Forum, RSS - Fixing RSS entries option to be disabled if RSS is not enabled
2013-02-26 14:03:00 +08:00
Dan Poltawski
3a01c45ce9
Merge branch 'MDL-38115-master' of git://github.com/damyon/moodle
2013-02-26 13:36:24 +08:00
Mark Nelson
5fb496743f
MDL-31557 install: removing PREVIOUS and NEXT attributes from install.xml for newly introduced index
2013-02-26 12:12:05 +08:00
Tim Gus
e1580085c4
MDL-31557 Add index for timemodified in grade_grades_history table
2013-02-26 12:11:59 +08:00
Dan Poltawski
d28d214167
Merge branch 'w08_MDL-38154_m25_delperf' of git://github.com/skodak/moodle
2013-02-26 11:08:52 +08:00
Damyon Wiese
be1ef2f35d
MDL-37792 Course - Fix upgrade step and set version number for completion field fix.
2013-02-26 10:49:46 +08:00
Damyon Wiese
b672408a1a
Merge branch 'MDL-37792-master' of git://github.com/sammarshallou/moodle
2013-02-26 10:45:21 +08:00
Sam Hemelryk
07ccb35731
Merge branch 'wip-MDL-38144-master' of git://github.com/marinaglancy/moodle
2013-02-26 15:43:26 +13:00
Dan Poltawski
84f72e28fd
Merge branch 'MDL-38161' of git://github.com/stronk7/moodle
2013-02-26 10:40:51 +08:00
Marina Glancy
96bc647755
MDL-31885 The activity name auto-linking filter should not create links to webpages it was created on
2013-02-26 13:35:24 +11:00
Adrian Greeve
b7d3bb0fc6
MDL-30669 - blocks: Unit tests for course_page_type_list()
2013-02-26 10:21:45 +08:00
Adrian Greeve
3dd204b1e6
MDL-30669 - blocks: Added a warning when deleting blocks that have multiple displays set.
...
Also added a fix to the function course_page_type_list(). It was making a call to
get_context_info_array() which will generate an error if $currentcontext is not set.
2013-02-26 10:21:37 +08:00
Dan Poltawski
e7054f06e3
MDL-37455 - redirect for mod_folder course breaking changes
2013-02-26 10:06:29 +08:00
Damyon Wiese
115277060a
MDL-37835 Assignment unit tests - Do not fail if custom plugins are installed.
2013-02-26 09:09:53 +08:00
Damyon Wiese
9c986ee01d
MDL-38115 Assignment Unit tests : speedup (round 2)
2013-02-26 09:00:06 +08:00
Eloy Lafuente (stronk7)
fd6e1aaadb
Merge branch 'wip-MDL-38162-m25' of git://github.com/samhemelryk/moodle
2013-02-26 01:28:56 +01:00
Eloy Lafuente (stronk7)
64870338c4
Merge branch 'w08_MDL-37963_m25_usergen' of git://github.com/skodak/moodle
2013-02-26 01:25:58 +01:00
Eloy Lafuente (stronk7)
b1ed9f6970
Merge branch 'MDL-38141-m' of git://github.com/andrewnicols/moodle
2013-02-26 01:19:29 +01:00
Eloy Lafuente (stronk7)
c45593c6d8
Merge branch 'wip-MDL-38110-m25' of git://github.com/samhemelryk/moodle
2013-02-26 00:48:22 +01:00
Eloy Lafuente (stronk7)
1e171d4d37
Merge branch 'MDL-38090-m' of git://github.com/andrewnicols/moodle
2013-02-26 00:33:32 +01:00
Eloy Lafuente (stronk7)
2a80528fd6
Merge branch 'wip-MDL-38146-master' of git://github.com/marinaglancy/moodle
2013-02-25 23:52:20 +01:00
Eloy Lafuente (stronk7)
8615b484b2
Merge branch 'MDL-38001-master' of git://github.com/mouneyrac/moodle
2013-02-25 23:51:20 +01:00
Eloy Lafuente (stronk7)
05fc7ccc82
Merge branch 'MDL-30098_master' of git://github.com/markn86/moodle
...
Conflicts:
course/tests/externallib_test.php
2013-02-25 23:38:20 +01:00
sam marshall
6fea7a5f02
MDL-37792 Conditions: Interests condition offered but not implemented
2013-02-25 13:19:56 +00:00
sam marshall
4c4e587648
MDL-38133 html_writer: add shortcuts for very frequent tags
2013-02-25 12:41:24 +00:00
Petr Škoda
18fa4f4745
MDL-38154 do not hardcode sha1 hash of empty string
2013-02-25 10:10:57 +01:00
Damyon Wiese
a3e57810c6
Merge branch 'wip-MDL-36287-m25' of git://github.com/samhemelryk/moodle
2013-02-25 15:49:13 +08:00
Damyon Wiese
fffb9bbe64
Merge branch 'wip-MDL-38145-master' of git://github.com/marinaglancy/moodle
2013-02-25 15:42:13 +08:00
Dan Poltawski
2b32b2eea0
Merge branch 'wip-MDL-38163-m25' of git://github.com/samhemelryk/moodle
2013-02-25 15:39:30 +08:00
Damyon Wiese
a4a30222a0
MDL-37641 Version number bump for js changes.
2013-02-25 15:25:01 +08:00
Damyon Wiese
61725199a9
Merge branch 'MDL-37641-master' of git://github.com/FMCorz/moodle
2013-02-25 15:23:19 +08:00
Adrian Greeve
cffc08a63d
MDL-37356 - mod_data: Database activity now uses format_float and unformat_float.
...
The longitude and latitude values were not using format_float and unformat_float.
Changes have been made to the manual entry of records, csv import of records, and the
display of these records.
2013-02-25 14:39:36 +08:00
Dan Poltawski
bbd045b9e6
Merge branch 'w08_MDL-38121_m25_plugincheck' of git://github.com/skodak/moodle
2013-02-25 14:34:07 +08:00
Dan Poltawski
f4e34c5ffb
Merge branch 'MDL-37770-master' of git://github.com/damyon/moodle
2013-02-25 14:32:01 +08:00
Dan Poltawski
e1350c61d1
Merge branch 'MDL-36832-master' of git://github.com/damyon/moodle
2013-02-25 14:19:36 +08:00
Damyon Wiese
44c3f54c92
Merge branch 'wip-MDL-35875-master' of git://github.com/phalacee/moodle
2013-02-25 14:09:33 +08:00
Frederic Massart
2e0bb2af8b
MDL-36380 stats: No more duplicated entries when viewing monthly stats
2013-02-25 13:55:37 +08:00
Damyon Wiese
713b75916c
MDL-28692 Base theme - Version bump for css change
2013-02-25 13:50:01 +08:00
Damyon Wiese
c7cb130bce
Merge branch 'MDL-28692_master' of git://github.com/lazydaisy/moodle
2013-02-25 13:32:25 +08:00
Damyon Wiese
ac57ce753c
MDL-30072 Notes webservices - Fix one parameter description and bump version.
2013-02-25 13:14:18 +08:00
Damyon Wiese
cc7a1c8916
Merge branch 'wip-MDL-30072-master' of git://github.com/phalacee/moodle
2013-02-25 12:37:56 +08:00
Damyon Wiese
7e6c674302
MDL-33934 MyMobile theme - Fix white space, indenting and file permissions
2013-02-25 12:24:55 +08:00
Damyon Wiese
23f7fed1e1
Merge branch 'MDL-33934_master' of git://github.com/lazydaisy/moodle
2013-02-25 12:10:06 +08:00
Dan Poltawski
b5457b4def
MDL-37455 lang - fix trailing whitespace
2013-02-25 12:05:16 +08:00
Dan Poltawski
92adcc1cf0
Merge branch 'wip-MDL-37455-master' of git://github.com/marinaglancy/moodle
2013-02-25 11:43:48 +08:00
Damyon Wiese
b625f85949
Merge branch 'MDL-38052_master' of git://github.com/kordan/moodle
2013-02-25 11:38:13 +08:00
Tim Lock
9ecded01cc
MDL-38113: Blind Marking grader email reveals submitters details
2013-02-25 11:13:25 +08:00
Dan Poltawski
24ace4b795
Merge branch 'wip-MDL-38091-master' of git://github.com/marinaglancy/moodle
2013-02-25 11:00:03 +08:00
Damyon Wiese
dbfe8e26ee
Merge branch 'w08_MDL-38042_m25_flatroles' of git://github.com/skodak/moodle
2013-02-25 10:50:38 +08:00
Damyon Wiese
89fcdca119
Merge branch 'w08_MDL-38096_m25_manenrol' of git://github.com/skodak/moodle
2013-02-25 10:44:54 +08:00
Dan Poltawski
5f0aeea1ce
Merge branch 'MDL-38164_master' of git://github.com/dmonllao/moodle
2013-02-25 10:43:52 +08:00
Dan Poltawski
1343f4c02b
Merge branch 'MDL-38061-master' of git://github.com/damyon/moodle
2013-02-25 10:16:29 +08:00
AMOS bot
edf45a66e3
Automatically generated installer lang files
2013-02-25 00:39:44 +00:00
Petr Škoda
ce9d54b9f3
MDL-38096 use separate manual enrol and unenrol capabilities in UI
2013-02-24 13:28:48 +01:00
Petr Škoda
f10edc9792
MDL-37963 do request flatfile role mapping when adding new roles
2013-02-24 12:17:16 +01:00
Petr Škoda
dbf60a042c
MDL-37963 hash only given passwords in user generator
2013-02-24 10:40:55 +01:00
Petr Škoda
bdbcb6d7fa
MDL-38121 tell admins when plugin installed into wrong dir
2013-02-23 18:16:42 +01:00
Mary Evans
c443c95c01
MDL-33934 theme_mymobile: Updates to CSS & Javascript - including MDL-38072 removing css/js for collapsed topic.
...
The following comments is a mash of commits for reference only:
Squashed commit of the following:
commit a6ab42de71e41c0760d6d99dec7a3ec6ef8b7e52
Author: Mary Evans <lazydaisy@visible-expression.co.uk >
Date: Sat Feb 23 15:34:12 2013 +0000
MDL-33934 theme_mymobile: fixing whitspace and undoing some previous confict changes fixing where broken.
commit a5abe86fad012f2face9dbd98826583499f46b88
Merge: 89c04c2 13c3ee1
Author: Mary Evans <lazydaisy@visible-expression.co.uk >
Date: Sat Feb 23 15:18:17 2013 +0000
Merge branch 'wip-MDL-33934_master' of github.com:lazydaisy/moodle into wip-MDL-33934_master
Conflicts:
theme/mymobile/javascript/custom.js
theme/mymobile/style/core.css
commit 89c04c2bee75938ba5e6f6b54f43ff866c6119b6
Author: Mary Evans <lazydaisy@visible-expression.co.uk >
Date: Sat Feb 23 15:01:43 2013 +0000
MDL-33934 theme_mymobile: Removed collapsed topic contributed plugin css/js from style/core.css & javascript/custom.js
commit ddee12ebd2083af0ebebd747e867957d46a10af7
Author: Mary Evans <lazydaisy@visible-expression.co.uk >
Date: Tue Feb 19 11:05:35 2013 +0000
MDL-33934 theme-mymobile: un-commenting $(document).ready(function() in javascript/custom.js.
commit 365bb2d9772f9fd2cb55139f728fa9611dac7b4d
Author: Mary Evans <lazydaisy@visible-expression.co.uk >
Date: Sun Feb 17 17:41:47 2013 +0000
MDL-33934 theme_mymobile: updates to javascript and css
commit 13c3ee133945ce0e2a55dd54e0c8b8e2a35f76c5
Author: Mary Evans <lazydaisy@visible-expression.co.uk >
Date: Tue Feb 19 11:05:35 2013 +0000
MDL-33934 theme-mymobile: un-commenting $(document).ready(function() in javascript/custom.js.
commit c9e626adf810e3d8d3f776b99d648017033fdb39
Author: Mary Evans <lazydaisy@visible-expression.co.uk >
Date: Sun Feb 17 17:41:47 2013 +0000
MDL-33934 theme_mymobile: updates to javascript and css
2013-02-23 15:46:05 +00:00
Petr Škoda
e029dff4cd
MDL-38154 improve dir delete performance
2013-02-23 15:10:48 +01:00
Marina Glancy
f0b137c5b8
MDL-38146 fixing navigation when adding/editing course category
2013-02-23 12:06:56 +11:00
Marina Glancy
592f476b02
MDL-38145 conditionlib_test calls API functions to create course and category
2013-02-23 12:06:47 +11:00
Marina Glancy
db1eed7012
MDL-38144 categories are created in reverse sort order in externallib
2013-02-23 12:06:39 +11:00
Marina Glancy
898d4975cb
MDL-38091 fixed bug with SQL query on Oracle
2013-02-23 12:06:21 +11:00
Marina Glancy
c553530a8e
MDL-37455 mod_folder can display content inline. Coding style corrections
2013-02-23 12:03:58 +11:00
Marina Glancy
ec62d8b4e5
MDL-37455 Performance improvement in mod_folder
...
We cache and store additional data in cm_info::customdata and do not
query DB every time the folder is displayed on a course page
2013-02-23 12:03:58 +11:00
Marina Glancy
38199c247b
MDL-37455 Allow mod_folder to display the content inline on course page instead of on separate page
2013-02-23 12:03:58 +11:00
Rex Lorenzo
334c6d805f
MDL-35175 - Lesson shows no attempts if associated with a grouping
2013-02-22 12:38:01 -08:00
Matteo Scaramuccia
8cca810cf9
MDL-37515 PHP Notice when submitting change password form
2013-02-22 21:32:52 +01:00
Andrew Robert Nicols
e691028ab6
MDL-38090 JavaScript Make forms JS more resilient
...
This issue also corrects the way in which Y.one is called. Previously it
was called as constructor rather than as a static method so it always
returned a Y.Node, regardless of whether a node was found.
Additionally, this adds a config setting to the YUI configuration such that
debug messages are not shown in the JS console when debugging is disabled.
2013-02-22 17:11:34 +00:00
sam marshall
bedd74bc22
MDL-38168 Filelib: Curl class does not honour proxybypass option
2013-02-22 14:15:01 +00:00
Jason Fowler
8afb9b7c4f
MDL-35816 - User - Modify the profile page to use semantic HTML rather than tables for layout
2013-02-22 13:59:49 +08:00
Jason Fowler
34348b2b43
MDL-30072 - Notes, Webservices - adding Webservices for notes
2013-02-22 13:58:11 +08:00
David Monllao
7f9d8045a3
MDL-38164 behat: No switch completely if it is false
2013-02-22 12:01:52 +08:00
Damyon Wiese
f29e62cb6c
weekly release 2.5dev
2013-02-22 10:55:48 +08:00
Damyon Wiese
41af3cb32c
Fix permissions
2013-02-22 10:53:47 +08:00
Damyon Wiese
d08e6c31fb
MDL-38061 Assignment - Use $CFG->showuseridentity to add extra fields to the assignment grading table/user summary.
2013-02-22 10:30:56 +08:00
Sam Hemelryk
d0749719ef
MDL-38162 config_cache: fixed issue with empty values array
2013-02-22 14:26:34 +13:00
Sam Hemelryk
ff6f9d3aa6
MDL-38162 memcache: fixed up the memcache plugins
2013-02-22 14:23:18 +13:00
Sam Hemelryk
068ad19988
MDL-36287 block_navigation: ajax loading events are now delegated
2013-02-22 14:18:36 +13:00
Eloy Lafuente (stronk7)
6919693cd6
MDL-38161 Upgrade xhprof to 02-2013 commits
...
Note this continues being version 0.9.2 and
only a few changes have landed since 3y ago.
(the important stuff is in the xhprof extension,
not in this UI package using it)
2013-02-22 02:05:04 +01:00
kordan
6e7eca1d7f
MDL-38052 theme_formal_white: allowed the overlap between headermenu and header logo
2013-02-21 18:11:32 +01:00
Dan Poltawski
fc7d3fdc84
Merge branch 'MDL-33996-forum-advanced-timestamp' of git://github.com/mudrd8mz/moodle
2013-02-21 22:11:37 +08:00
David Mudrák
15f83171f5
MDL-33996 Remove the nopostscontaining string from the forum module
...
After Mark's improvements at the search results display page, the string
is not needed any more.
2013-02-21 14:50:15 +01:00
Mark Johnson
b74c9a9fec
MDL-33996 Forum search. Stop displaying raw search strings to users
2013-02-21 14:48:56 +01:00
Damyon Wiese
0b352fd94e
MDL-37770 Assignment submission comments do not work without javascript.
...
This is mostly fixed by MDL-36832 which correctly sets the $PAGE->url.
This patch hides the submit and textareas from submission comments in the grading table when
javascript is disabled and quickgrading is enabled. This particular combination results in a form
nested in a form which does not work (and cannot be fixed in a reasonable amount of time).
2013-02-21 11:55:24 +08:00
Damyon Wiese
c211409998
MDL-36832 Assignment Fix issues found by unit tests with previous patch
2013-02-21 11:22:06 +08:00
Damyon Wiese
d04557b364
MDL-36832 Assignment - Use MUC for caching the useridlist and change all pages to redirect after post.
...
This means that the $PAGE->url is properly set for all pages and is required to fix some edge cases with the comments api when
javascript is disabled. It also means logging in after a timeout will work nicely and other Good Things (tm).
2013-02-21 11:04:07 +08:00
Dan Poltawski
72c70f9d14
Merge branch 'MDL-37997-muc-stats-display' of git://github.com/mudrd8mz/moodle
2013-02-21 09:38:05 +08:00
Andrew Robert Nicols
005c6c203f
MDL-38141 JavaScript: Remove unused dependency in module chooser
2013-02-20 21:37:43 +00:00
Sam Hemelryk
0bdf592e6e
MDL-38110 cache: increased ttl unit test value to avoid timing issues
2013-02-21 09:53:02 +13:00
Sam Hemelryk
1727057218
MDL-37224 backup-import: better handling of search button
2013-02-21 08:23:58 +13:00
David Mudrák
24798e5df5
MDL-37997 Yet more CSS improvements to display MUC caches usage
2013-02-20 17:00:57 +01:00
Dan Poltawski
d94fc7ece9
Revert "MDL-36380 stats: No more duplicated entries when viewing monthly stats"
...
This reverts commit 304baba01a .
2013-02-20 17:04:33 +08:00
Dan Poltawski
aa247695e7
Merge branch 'MDL-35622-master' of git://github.com/FMCorz/moodle
2013-02-20 14:27:27 +08:00
Rajesh Taneja
0627e1cef4
MDL-37329 Navigation: Enrolled courses in category should be added only.
2013-02-20 12:39:21 +08:00
Frederic Massart
5961512aa3
MDL-35622 files: Fixed typo in galleryitem extension
2013-02-20 12:23:18 +08:00
Jerome Mouneyrac
ff855b9b19
MDL-38001 rename the download button into install button
2013-02-20 11:39:47 +08:00
Damyon Wiese
cfd2addf3f
Merge branch 'wip-mdl-37329-new' of git://github.com/rajeshtaneja/moodle
2013-02-20 08:54:57 +08:00
Frederic Massart
3385a89c38
MDL-37641 files: Tests for draftfile_exists and get_unused_filename
2013-02-20 08:50:43 +08:00
Frederic Massart
d7d69396b0
MDL-37641 files: Improve file name suggestion and performance
2013-02-20 08:50:40 +08:00
Eloy Lafuente (stronk7)
3b00c13bf1
MDL-37894 Amend tests with new openclose rule.
2013-02-20 01:36:20 +01:00
Eloy Lafuente (stronk7)
349c224817
Merge branch 'wip-MDL-37224-m25' of git://github.com/samhemelryk/moodle
2013-02-20 00:48:12 +01:00
Eloy Lafuente (stronk7)
ca1774aea4
Merge branch 'wip-MDL-34298-m25' of git://github.com/samhemelryk/moodle
2013-02-20 00:45:50 +01:00
Eloy Lafuente (stronk7)
b70a3b7106
Merge branch 'MDL-38093' of git://github.com/timhunt/moodle
2013-02-20 00:44:54 +01:00
Eloy Lafuente (stronk7)
f1b011d3a8
Merge branch 'MDL-37894' of git://github.com/timhunt/moodle
2013-02-20 00:39:44 +01:00
Eloy Lafuente (stronk7)
d2761b3aad
Merge branch 'MDL-37967' of git://github.com/jmvedrine/moodle
2013-02-20 00:32:19 +01:00
Eloy Lafuente (stronk7)
26581a7420
Merge branch 'wip-MDL-37987-master' of git://github.com/marinaglancy/moodle
2013-02-20 00:10:35 +01:00
Eloy Lafuente (stronk7)
4e6bb9d315
Merge branch 'wip-MDL-38075-m25' of git://github.com/samhemelryk/moodle
2013-02-20 00:07:17 +01:00
Eloy Lafuente (stronk7)
80ba3a4390
Merge branch 'MDL-37982_master' of git://github.com/dmonllao/moodle
2013-02-20 00:01:47 +01:00
Eloy Lafuente (stronk7)
41e94a8d6f
Merge branch 'MDL-37872-m' of git://github.com/andrewnicols/moodle
2013-02-19 23:26:09 +01:00
Eloy Lafuente (stronk7)
6d6bd5f114
MDL-32620 whitespace + comment fixes.
2013-02-19 13:21:18 +01:00
Eloy Lafuente (stronk7)
1ead0c63e9
Merge branch 'MDL-32620' of git://github.com/scriby/moodle
2013-02-19 13:13:43 +01:00
Eloy Lafuente (stronk7)
57691c32b7
Merge branch 'MDL-36541' of https://github.com/Lightwork-Marking/moodle
2013-02-19 13:02:56 +01:00
Eloy Lafuente (stronk7)
345768b9b8
Merge branch 'MDL-35750' of git://github.com/danpoltawski/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2013-02-19 12:57:10 +01:00
Eloy Lafuente (stronk7)
a5b1f1e2f2
Merge branch 'MDL-38031-master' of git://github.com/FMCorz/moodle
2013-02-19 12:46:36 +01:00
Eloy Lafuente (stronk7)
8337ed1e69
Merge branch 'MDL-38033_dnd_uppercase_extn' of git://github.com/davosmith/moodle
2013-02-19 12:23:41 +01:00
Dan Poltawski
61df003d53
Merge branch 'master_MDL-37660' of git://github.com/danmarsden/moodle
2013-02-19 15:04:56 +08:00
Dan Poltawski
d3c6290328
Merge branch 'w07_MDL-38059_m25_cachedir' of git://github.com/skodak/moodle
2013-02-19 14:07:13 +08:00
Dan Poltawski
d0231ac9a9
Merge branch 'MDL-37217-master' of git://github.com/FMCorz/moodle
...
Conflicts:
version.php
repository/googledocs/version.php
2013-02-19 13:54:52 +08:00
Damyon Wiese
1ec8da6706
Merge branch 'wip-MDL-38000-m25' of git://github.com/samhemelryk/moodle
2013-02-19 13:48:12 +08:00
Dan Poltawski
2810980451
Merge branch 'MDL-38048-master' of git://github.com/FMCorz/moodle
2013-02-19 13:44:15 +08:00
Dan Poltawski
fd507a8715
Merge branch 'm25_MDL-37449_Reports_ORA-00918_column_ambiguously_defined' of https://github.com/scara/moodle
2013-02-19 13:41:45 +08:00
Frederic Massart
3425813fc4
MDL-37217 repository: Google Docs repository uses Google SDK
2013-02-19 13:36:23 +08:00
Frederic Massart
0acb074618
MDL-37217 repository: Adding Google API PHP SDK
2013-02-19 13:36:23 +08:00
Fred
91c8cf9963
MDL-37217 files: Stricter type check for curl options
2013-02-19 13:36:23 +08:00
Dan Poltawski
3770eadb82
Merge branch 'MDL-38047-master' of git://github.com/damyon/moodle
2013-02-19 13:31:11 +08:00
Damyon Wiese
b27fc5b64f
Merge branch 'wip-MDL-33774-master' of git://github.com/marinaglancy/moodle
2013-02-19 12:36:40 +08:00
Damyon Wiese
52cb014ea3
MDL-31636 Comments - Call display callback when adding a new comment.
2013-02-19 11:35:56 +08:00
Aparup Banerjee
6b969e14b5
MDL-31636 Added strftimeformat to comment object being passed through to xxx_comment_display() for further time format changes.
2013-02-19 11:35:56 +08:00
Aparup Banerjee
6c847bbb9e
MDL-31636 redirect debugging to error log for ajax
2013-02-19 11:35:56 +08:00
Dan Poltawski
7e94bdcca1
Merge branch 'MDL-38009_master' of git://github.com/dmonllao/moodle
2013-02-19 11:34:07 +08:00
Dan Poltawski
fdd91adabb
Merge branch 'MDL-38051' of git://github.com/jmvedrine/moodle
2013-02-19 11:23:39 +08:00
Dan Poltawski
5e4e086fec
Merge branch 'MDL-37934' of git://github.com/jmvedrine/moodle
2013-02-19 10:55:51 +08:00
Damyon Wiese
503c14a612
MDL-29938 Remove tabs (Grrr!)
2013-02-19 10:47:04 +08:00
Dan Poltawski
93a2d4e1a6
Merge branch 'MDL-37858_master' of git://github.com/dmonllao/moodle
2013-02-19 10:33:50 +08:00
Damyon Wiese
0c4ba06047
MDL-29938 Version bump for webservices.
2013-02-19 10:31:25 +08:00
Damyon Wiese
ebb1385c39
Merge branch 'MDL-29938-master' of git://github.com/mouneyrac/moodle
2013-02-19 10:10:48 +08:00
Sam Hemelryk
79a809ba44
MDL-34298 course: fixed course search output validation issue
2013-02-19 11:03:58 +13:00
Sam Hemelryk
db6539c62a
MDL-37224 backup: fixed bug when searching for a course to import
2013-02-19 09:32:01 +13:00
Tim Hunt
e58b2c326b
MDL-38093 quiz settings: make overall feeback editors collapsible.
2013-02-18 18:13:51 +00:00
Tim Hunt
6e78a7bdb4
MDL-37894 Show the quiz close date even if the quiz is not open yet.
...
People care a lot about deadlines!
2013-02-18 10:27:37 +00:00
Dan Poltawski
858b3a2487
Merge branch 'MDL-37997-muc-stats-display' of git://github.com/mudrd8mz/moodle
2013-02-18 16:17:06 +08:00
Dan Poltawski
35b5c04f0b
Merge branch 'MDL-38039_master' of git://github.com/lazydaisy/moodle
2013-02-18 15:59:48 +08:00
Dan Poltawski
9c70147d54
Merge branch 'MDL-31983-master' of git://github.com/FMCorz/moodle
2013-02-18 15:54:22 +08:00
Frederic Massart
dd1c2f5a02
MDL-31983 navigation: Renaming the Settings block to Administration
...
AMOS BEGIN
CPY [administration,core],[pluginname,block_settings]
AMOS END
2013-02-18 15:48:12 +08:00
Damyon Wiese
74f3d44d37
Merge branch 'MDL-37687_comments_ajax_fix' of git://github.com/nebgor/moodle
2013-02-18 14:51:50 +08:00
Jean-Michel Vedrine
ded5cddb32
MDL-37967 Improve XML question import format handling of duplicated files
2013-02-18 07:38:22 +01:00
Dan Poltawski
69898d6b9a
Merge branch 'MDL-37396' of git://github.com/rwijaya/moodle
2013-02-18 14:22:02 +08:00
Dan Poltawski
3672b3b9b0
Merge branch 'MDL-36380-master' of git://github.com/FMCorz/moodle
2013-02-18 14:18:25 +08:00
Damyon Wiese
82a6332837
Merge branch 'MDL-37939-m' of https://github.com/andrewnicols/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2013-02-18 13:35:36 +08:00
Rossiani Wijaya
62a973cef0
MDL-37396 Enrollmen: pass $perpage as optional_param and set default perpage variable in quickenrolment.js
2013-02-18 13:22:07 +08:00
Dan Poltawski
93d5dc1c03
Merge branch 'MDL-35336' of git://github.com/rwijaya/moodle
2013-02-18 12:23:51 +08:00
Dan Poltawski
32c3446fab
Merge branch 'MDL-37337-master' of git://github.com/damyon/moodle
2013-02-18 12:00:45 +08:00
Dan Poltawski
219faacc33
MDL-35622 - fix crazy character causing upgrade problems
...
Can you see it?!
2013-02-18 11:55:29 +08:00
Dan Poltawski
28d72ad973
Merge branch 'MDL-35622-master' of git://github.com/FMCorz/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2013-02-18 11:31:07 +08:00
Dan Poltawski
8450149249
Merge branch 'MDL-34800_ajax_submit' of git://github.com/andyjdavis/moodle
2013-02-18 11:07:28 +08:00
Damyon Wiese
7866b094cb
MDL-37683 cache: - Comments cleanup and remove ;;
2013-02-18 10:35:31 +08:00
Rossiani Wijaya
4be3ed4b3d
MDL-37396 User Enrollment: fixed missing user from enrolment sub-menu
2013-02-18 10:28:23 +08:00
Marina Glancy
7d579b1e61
MDL-37987 bugfix: swapped column headings in the category management table
2013-02-18 13:24:06 +11:00
Rossiani Wijaya
17b57ec881
MDL-35336 report (course overview): check the setting for enablestats before printing out the node for setting > site admin > reports
2013-02-18 10:21:53 +08:00
Rossiani Wijaya
2975c3429e
MDL-35336 Report (course overview): fixed redirect url to enable statistics setting page when statistics is disable
2013-02-18 10:21:53 +08:00
Mary Evans
167114a27c
MDL-28692 theme_base: Added background-color to admin settings form overridden in base/style/admin.css
2013-02-18 01:42:16 +00:00
Frederic Massart
2d10823a7c
MDL-38076 usability: Fix wrong position of new 2.4 icons
2013-02-18 09:40:49 +08:00
Damyon Wiese
cd747874a4
Merge branch 'wip-MDL-37683-m25' of git://github.com/samhemelryk/moodle
2013-02-18 09:30:47 +08:00
Sam Hemelryk
7634410b6e
MDL-37683 cache: improved indentifier collection and storage
2013-02-18 10:20:02 +13:00
Sam Hemelryk
04cfa387f9
MDL-38000 css: fixed handling of CSS files by outputlib.
2013-02-18 08:34:19 +13:00
Sam Hemelryk
e0d9b7c0d4
MDL-37683 cache: siteidentifier is now included in the keys
2013-02-18 08:32:03 +13:00
Sam Hemelryk
95cf54e1c9
MDL-38075 csslib: fixed coding error when working with an array of styles
2013-02-18 08:21:43 +13:00
Petr Škoda
2752739cc8
MDL-38059 explain that cachedir must be shared in cluster
2013-02-16 14:43:16 +01:00
Andrew Robert Nicols
3f61e4cbf3
MDL-37939 Course: Add additional unit tests to confirm that module move occurs correctly
2013-02-15 21:28:50 +00:00
Andrew Robert Nicols
59a0ba3bdc
MDL-37939 Course: Correct broken sequence data
2013-02-15 21:28:33 +00:00
Jean-Michel Vedrine
7bae3a12fd
MDL-38051 Annihilate all the CRLFs present in some questions/fixtures...
2013-02-15 18:26:38 +01:00
Dan Marsden
61fbdb0eec
MDL-37660 SCORM: move time related settings into general section and improve lang
2013-02-15 23:48:32 +13:00
Rajesh Taneja
db47f68f28
MDL-37329 Navigation: Navigation node My Courses will only show enrolled courses
2013-02-15 17:55:28 +08:00
Adrian Greeve
03ee0c39b3
MDL-37983 - my home / navigation: $CFG->forcelogin is no longer affecting default home page redirects.
2013-02-15 15:48:46 +08:00
Frederic Massart
304baba01a
MDL-36380 stats: No more duplicated entries when viewing monthly stats
2013-02-15 15:02:54 +08:00
David Monllao
ee7447a9f4
MDL-37858 behat: Testing the step arguments replacements
2013-02-15 13:38:14 +08:00
David Monllao
b08b0a2875
MDL-37858 behat: Arguments transformations
...
To remove the escape characters and to
replace var names for nasty strings
2013-02-15 13:38:14 +08:00
David Monllao
110761997a
MDL-37858 testing: Adding nasty strings generator
2013-02-15 13:38:14 +08:00
David Monllao
02ca6219a6
MDL-37858 behat: Removing fixStepArgument
...
It can be managed by a @Transform in
a centralized way
2013-02-15 13:38:14 +08:00
David Monllao
9305c29f35
MDL-37912 behat: Use text area if there is no html editor
2013-02-15 13:37:14 +08:00
Frederic Massart
444c49fa57
MDL-38048 documentation: Typo in README file
2013-02-15 13:14:39 +08:00
Frederic Massart
ebd9ae6523
MDL-31983 navigation: Move reports from Navigation to Settings
2013-02-15 13:06:26 +08:00
Damyon Wiese
a5c793c38c
MDL-38047 Assignment unit tests - Shave 1 minute from the unit tests for mod_assign.
2013-02-15 12:36:21 +08:00
Dan Poltawski
47570cc67d
MDL-35750 - update to the ISO list of countries
...
Netherlands Antilles has been split up as specified in ISO 3166-1
Newsletter VI-8 (2010-12-15). Users will need to choose their country.
http://www.iso.org/iso/iso_3166-1_newsletter_vi-8_split_of_the_dutch_antilles_final-en.pdf
PLEASE NOTE: if you are updating this list again, i've written a script
to automate it from now on, linked from the bug.
2013-02-15 12:26:08 +08:00
Damyon Wiese
b0da618b61
MDL-37337 Assignment: Restructure assignment settings screen to make it "wieldy"
2013-02-15 11:26:21 +08:00
Jerome Mouneyrac
85e6bf8e71
MDL-29938 throw exception when a criteria is repeated, used self instead classname when possible, return only not deleted users
2013-02-15 11:03:13 +08:00
Frederic Massart
982f4bc40e
MDL-38301 usability: Fixed wrong icon size
2013-02-15 10:04:57 +08:00
Eloy Lafuente (stronk7)
9e7e1b1c9e
MDL-38040 Clean core from CRLFs
2013-02-15 02:13:32 +01:00
Mary Evans
6e8f7688cc
MDL-38039 theme_base: Corrected typo fickering to flickering in CSS comment which blocked IPCOP browser firewall in IE.
2013-02-15 00:48:08 +00:00
Paul Charsley
45c0a7d002
MDL-36541 modify get_groupings to optionally return associated groups
2013-02-15 13:13:06 +13:00
Matteo Scaramuccia
f1e316870d
MDL-37449 Incorrect doubled 'u.email' field in the SQL query (Oracle error: ORA-00918)
2013-02-14 21:38:05 +01:00
Davo Smith
04a38bd311
MDL-38033 dndupload - ignore case when comparing dropped file extensions with those supported by activity modules
2013-02-14 20:19:41 +00:00
Marina Glancy
73a0f3ba76
MDL-33774 Reset filters caches between unit tests
2013-02-14 19:46:19 +11:00
Marina Glancy
173115e14c
MDL-33774 filter_activitynames removed hardcoded label module type
2013-02-14 19:46:19 +11:00
Marina Glancy
9ecb50e6e3
MDL-33774 instead of checking that activity is label we check that it has view url
2013-02-14 19:46:19 +11:00
Marina Glancy
3008f86c3f
MDL-33774 mod_label stores the content where it is supposed to
...
removed hardcoded checking for 'label' module type
changed label update script
2013-02-14 19:46:19 +11:00
David Monllao
10dd80c2ac
MDL-38029 behat: Cleaning caches before each test
2013-02-14 16:33:33 +08:00
David Monllao
a3b4d42b45
MDL-38009 behat: Reset cachedir and tempdir
2013-02-14 16:28:05 +08:00
David Monllao
1f037b3776
MDL-37982 enrol_ims: No filters applied when inserting into DB
2013-02-14 16:27:22 +08:00
Jean-Michel Vedrine
0e178dc939
MDL-37934 Blackboard_six question import fails in some cases
...
Import fails if the same image is used several times
in the same field of the same question
2013-02-14 09:26:29 +01:00
Damyon Wiese
1dd6835d8c
weekly release 2.5dev
2013-02-14 13:46:04 +08:00
Damyon Wiese
f22bc6d963
Fix permissions
2013-02-14 13:43:58 +08:00
Damyon Wiese
082685e2de
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2013-02-14 13:37:48 +08:00
AMOS bot
ca3ee769e1
Automatically generated installer lang files
2013-02-14 00:49:54 +00:00
Mark Nielsen
e5ed5e6ab7
MDL-32620: Fixing up white space in comment
2013-02-13 09:21:03 -08:00
Dan Poltawski
583b20abd7
Merge branch 'MDL-37883-master' of git://github.com/damyon/moodle
2013-02-13 15:47:27 +08:00
Damyon Wiese
7688a3191c
MDL-37883 Assignment Grade import/export. Additional fix to prevent different grade rounding on export.
2013-02-13 15:33:10 +08:00
Damyon Wiese
6e59159387
Merge branch 'MDL-37750_master-add-seconds' of git://github.com/dmonllao/moodle
2013-02-13 15:04:51 +08:00
David Monllao
cd65dc3220
MDL-37750 behat: More time for AJAX-related actions
...
When we want to assert against data coming
from an AJAX request with 1 second we don't
have enough time to ensure the elements are
loaded
2013-02-13 13:19:56 +08:00
Dan Poltawski
733c17694d
MDL-30637 - fix padding on show/collapse arrow
2013-02-13 11:44:26 +08:00
AMOS bot
731bea1b3b
Automatically generated installer lang files
2013-02-13 00:45:39 +00:00
Eloy Lafuente (stronk7)
6033723098
Merge branch 'MDL-37598-abort-after-config' of git://github.com/mudrd8mz/moodle
2013-02-12 22:49:05 +01:00
David Mudrák
08caae5b22
MDL-37997 Improve the display of MUC caches used in the footer
...
Cache stores with no hits and some misses are highlighted in red. Caches
stores with some hits but more misses are highlighted in yellow.
Otherwise (more hits than misses) the stores are highlighted in green.
2013-02-12 22:27:55 +01:00
Eloy Lafuente (stronk7)
fe4a6d3c38
Merge branch 'MDL-37953_master' of https://github.com/markn86/moodle
2013-02-12 10:12:01 +01:00
Eloy Lafuente (stronk7)
7fe9a7863a
Merge branch 'MDL-37787_master' of git://github.com/dmonllao/moodle
2013-02-12 10:07:58 +01:00
Eloy Lafuente (stronk7)
a3cdb2ba7e
MDL-37893 Take rid of old comment.
2013-02-12 10:03:29 +01:00
Eloy Lafuente (stronk7)
b57f62c497
Merge branch 'MDL-37893-grouped-empty' of git://github.com/mudrd8mz/moodle
2013-02-12 10:02:23 +01:00
Aparup Banerjee
cff7e83d2d
MDL-37687 use $SITE to allow non-logged-in users to browse comment via ajax
2013-02-12 16:19:40 +08:00
Dan Poltawski
6065652f24
Merge branch 'wip-MDL-37976-master' of git://github.com/marinaglancy/moodle
2013-02-12 16:13:48 +08:00
Dan Poltawski
6af8e417c3
Merge branch 'wip-mdl-37633' of git://github.com/rajeshtaneja/moodle
...
Conflicts:
mod/forum/db/upgrade.php
mod/forum/version.php
2013-02-12 15:48:33 +08:00
Dan Poltawski
5c70d6505a
Merge branch 'MDL-37768_master' of git://github.com/dmonllao/moodle
2013-02-12 15:44:17 +08:00
Dan Poltawski
2b8741aaa6
Merge branch 'MDL-32076_unlimited2' of git://github.com/andyjdavis/moodle
2013-02-12 15:08:53 +08:00
Rajesh Taneja
afd5e85ca8
MDL-37633 Forum: Allow fronpage user to have forum:allowforcesubscribe capability by default
2013-02-12 14:57:47 +08:00
Damyon Wiese
147f592742
Merge branch 'MDL-37873_master' of git://github.com/dmonllao/moodle
...
Conflicts:
course/tests/behat/add_activities.feature
2013-02-12 14:48:40 +08:00
Damyon Wiese
f49ec42973
Merge branch 'MDL-37750_master-fix' of git://github.com/dmonllao/moodle
2013-02-12 14:47:50 +08:00
Damyon Wiese
2262c52122
Merge branch 'MDL-37012-master' of git://github.com/mouneyrac/moodle
2013-02-12 14:39:20 +08:00
Damyon Wiese
5926f85960
Merge branch 'wip-mdl-20131' of git://github.com/rajeshtaneja/moodle
2013-02-12 14:15:29 +08:00
David Monllao
333cb91fbf
MDL-37750 behat: Removing (now) collapsed elements
2013-02-12 14:06:51 +08:00
Dan Poltawski
26f94655d5
Merge branch 'MDL-37883-master' of git://github.com/damyon/moodle
2013-02-12 13:47:37 +08:00
Dan Poltawski
4dea0a7719
Merge branch 'MDL-37074-master' of git://github.com/damyon/moodle
2013-02-12 13:39:07 +08:00
Tim Hunt
b4be77c570
MDL-37924 quiz settings: change wrong 'fix' => 'adv'.
2013-02-12 13:36:54 +08:00
Damyon Wiese
6904688967
Merge branch 'MDL-37654_master' of https://github.com/markn86/moodle
2013-02-12 13:09:18 +08:00
Damyon Wiese
7339d6c0e9
Merge branch 'MDL-37164_message_self' of git://github.com/andyjdavis/moodle
2013-02-12 12:12:44 +08:00
Damyon Wiese
dad4fa26e7
Merge branch 'MDL-37828_master' of git://github.com/lazydaisy/moodle
2013-02-12 11:40:40 +08:00
Jerome Mouneyrac
909f27acf4
MDL-37410 External PHPunit test: used ->getDataGenerator()->enrol_user instead to manually enrol the user. + improve the unassignUserCapability to remove a capability assigned by getDataGenerator->enrol_users
2013-02-12 11:15:15 +08:00
Rajesh Taneja
390ef41e02
MDL-20131 Glossary: Fixed courseid typo
2013-02-12 10:57:10 +08:00
Dan Poltawski
501bdad2b9
Merge branch 'wip-MDL-34798_master-2' of git://github.com/gjb2048/moodle
2013-02-12 10:34:07 +08:00
Mark Nelson
8076010d37
MDL-37953 mod_forum: using named parameters to build SQL statement
2013-02-12 10:31:10 +08:00
Damyon Wiese
234fdc206c
Merge branch 'MDL-5875-master' of git://github.com/FMCorz/moodle
...
Conflicts:
version.php
2013-02-12 10:09:26 +08:00
Marina Glancy
2333bfa7e8
MDL-37976 fixed missing global
2013-02-12 12:59:35 +11:00
Dan Poltawski
008a6514ae
Merge branch 'MDL-37952' of git://github.com/stronk7/moodle
2013-02-12 09:45:38 +08:00
Dan Poltawski
08eef1a4bd
Merge branch 'MDL-37886_master' of git://github.com/dmonllao/moodle
2013-02-12 09:43:50 +08:00
Damyon Wiese
87c9271514
MDL-37831: Version bump for js changes.
2013-02-12 09:34:02 +08:00
Damyon Wiese
82708d0615
Merge branch 'MDL-37831_filepicker_buttons' of git://github.com/davosmith/moodle
2013-02-12 09:15:23 +08:00
Eloy Lafuente (stronk7)
e8e6802225
Merge branch 'MDL-37943' of git://github.com/timhunt/moodle
2013-02-12 01:20:56 +01:00
Eloy Lafuente (stronk7)
ce9c323635
Merge branch 'MDL-37686-master' of git://github.com/FMCorz/moodle
2013-02-12 01:16:48 +01:00
Eloy Lafuente (stronk7)
625d5f8164
Merge branch 'MDL-37896' of git://github.com/timhunt/moodle
2013-02-12 01:13:18 +01:00
Eloy Lafuente (stronk7)
ef1a4d20d4
Merge branch 'MDL-37919-phpunit-exception' of git://github.com/mudrd8mz/moodle
2013-02-12 01:07:43 +01:00
Eloy Lafuente (stronk7)
9a061c3285
Merge branch 'MDL-35037' of git://github.com/danpoltawski/moodle
2013-02-12 00:59:39 +01:00
Eloy Lafuente (stronk7)
65412c365d
Merge branch 'MDL-37961-master' of git://github.com/FMCorz/moodle
2013-02-12 00:43:38 +01:00
Eloy Lafuente (stronk7)
e196517bf5
Merge branch 'wip-MDL-35832-master' of git://github.com/phalacee/moodle
2013-02-11 23:31:38 +01:00
David Mudrák
55834476c4
MDL-37598 Proceed full setup in YUI serving files if needed
...
When serving Moodle YUI files, including just moodlelib.php is not enough
any more. We need the full setup in order to use MUC.
Please note that cookies are disabled in these two scripts. This may make
cache_store::MODE_SESSION caches unavailable. We do not expect they will
be needed here.
2013-02-11 16:35:16 +01:00
Gareth J Barnard
cbddba1887
MDL_34798 format_topics and format_weeks: Adjust section names when moving up.
2013-02-11 13:43:42 +00:00
Dan Poltawski
32f832b22b
Merge branch 'master_MDL-35332' of git://github.com/totara/moodle
2013-02-11 16:43:34 +08:00
Simon Coggins
5c4ffeb883
MDL-35332: Use fast hash when generating hashes during tests
2013-02-11 21:38:07 +13:00
Matt Oquist
da48404391
MDL-37953 mod_forum: replace hard-coded numbers with defined values
...
mod/forum/lib.php sets forum_posts.mailed to 0, 1, and 2. What do these numbers
mean? This patch creates defined values for these otherwise-mysterious
numbers.
2013-02-11 15:20:18 +08:00
Damyon Wiese
a052fe8a6b
MDL-37122 core get_max_upload_sizes: Removed unit test for no limit as it is depends on settings in php.ini
2013-02-11 15:18:12 +08:00
Dan Poltawski
354348865c
Merge branch 'MDL-34137_label_dndupload' of git://github.com/davosmith/moodle
2013-02-11 14:55:13 +08:00
Damyon Wiese
1e7db9fee8
Merge branch 'master_MDL-35332' of git://github.com/totara/moodle
...
Conflicts:
lib/tests/moodlelib_test.php
version.php
2013-02-11 14:51:11 +08:00
Frederic Massart
4d3fd60d28
MDL-37961 webservice: PARAM_BOOL with PARAM_DEFAULT accepts boolean default
2013-02-11 14:37:19 +08:00
Dan Poltawski
9d7d0c4f2b
Merge branch 'MDL-37039-master' of git://github.com/damyon/moodle
2013-02-11 14:32:53 +08:00
Dan Poltawski
2ae00d0d3c
Merge branch 'MDL-37122-master' of git://github.com/damyon/moodle
2013-02-11 14:24:04 +08:00
Dan Poltawski
acd561c66a
Merge branch 'MDL-37797' of git://github.com/rwijaya/moodle
2013-02-11 13:58:36 +08:00
Jerome Mouneyrac
0c34e8034d
MDL-29938 ignore invalid keys
2013-02-11 13:58:00 +08:00
Jerome Mouneyrac
bb1105ae31
MDL-29938 Fix typo bypassing some code + remove misplaced code in deprecated function + some code cleaning
2013-02-11 13:57:59 +08:00
Jerome Mouneyrac
ec80bc6bf8
MDL-29938 don't validate return user info against PARAM_USERNAME as PARAM_USERNAME only apply to manual authentication (and web service)
2013-02-11 13:57:59 +08:00
Jerome Mouneyrac
b0365ea5d1
MDL-29938 get_users - search users external function
2013-02-11 13:57:59 +08:00
Andrew Davis
c90e6b4644
MDL-36091 added debugging() calls in blocks of code marked as "should never happen"
2013-02-11 13:24:52 +08:00
Frederic Massart
506522d582
MDL-5875 forum: Option to display post word count
2013-02-11 12:08:46 +08:00
Rajesh Taneja
95556ce4e8
MDL-20131 Glossary: Global glossary can be added in Random glossary entry block.
2013-02-11 11:55:26 +08:00
Dan Poltawski
06d8f380e9
MDL-35819 - version bump for various JS changes
2013-02-11 10:56:36 +08:00
Dan Poltawski
a614fb7457
Merge branch 'MDL-35819-m' of git://github.com/andrewnicols/moodle
2013-02-11 10:56:07 +08:00
Damyon Wiese
8dcca4aacb
MDL-30637 Formslib - Cleanup for shortforms implementation (mostly comments)
...
Also added deprecated functions for the functions that were removed from MoodleQuickForm.
2013-02-11 10:37:13 +08:00
Damyon Wiese
40f1c065b4
Merge branch 'MDL-30637-master' of git://github.com/lucisgit/moodle
2013-02-11 10:37:03 +08:00
Frederic Massart
58b1904fd1
MDL-35622 files: Add support for SMART Notebook MIME types
...
- The MIME type for Notebook files is: application/x-smarttech-notebook
- The MIME type for Gallery files is also: application/x-smarttech-notebook
Refs: http://exchange-forum.smarttech.com/forums/p/5152/11945.aspx#11945
Original author: Matteo Scaramuccia <moodle@matteoscaramuccia.com >
Fixed by: Paul Holden <pholden@greenhead.ac.uk >
2013-02-11 10:26:09 +08:00
Andrew Davis
01da2d3665
MDL-32076 core_grade: fixed ajax handling of unlimited grades and added some unit tests
2013-02-11 08:49:43 +08:00
Andrew Davis
2e2d197798
MDL-37164 core_message: prevent users from interacting with themself
2013-02-11 08:48:56 +08:00
Andrew Robert Nicols
238b8bc9b6
MDL-35819 AJAX Rewrite Moodle popup help to be more friendly and more efficient
2013-02-10 11:50:56 +00:00
AMOS bot
384dd10a8a
Automatically generated installer lang files
2013-02-10 00:41:38 +00:00
Eloy Lafuente (stronk7)
82b61ff8a5
MDL-37952 make helper descendants abstract
2013-02-09 16:22:06 +01:00
Davo Smith
039677df70
MDL-37831 filepicker - icons / details / tree selector buttons now work more reliably
2013-02-08 20:37:19 +00:00
Simon Coggins
ec2d8ceb88
MDL-35332 lib: Improve security of hashed passwords
2013-02-09 06:47:57 +13:00
Tim Hunt
2d2018abda
MDL-37896 qtype_essay: correct PARAM_CLEANHTML -> PARAM_RAW.
...
It turns out that you should almost never use PARAM_CLEANHTML.
2013-02-08 12:51:21 +00:00
Tim Hunt
1fa845437c
MDL-37943 upgrade: logic error in upgrade_plugins_blocks.
...
Derek Woolhead tracked down the problem and what needed to be fixed. I
just made the patch.
The problem was that if $plugin->cron had changed in version.php, then
the version number in the database could end up wrong after the upgrade,
and so the upgrade would immediately run a second time.
2013-02-08 12:40:49 +00:00
David Mudrák
b3c00549c5
MDL-37774 Do not pass trailing slash if the method does not want it
2013-02-08 12:05:44 +01:00
David Mudrák
d0530ed444
MDL-37774 Make moodle1_file_manager::migrate_directory() support trailing slash in rootpath
...
As the $rootpath is concatenated with the $relpath, we would end with a
path like course_files//file.txt. Such a path is detected as not-valid
later and an error would be thrown.
So the patch makes sure that the trailing slash is cut off and a
debugging for the developer is displayed.
2013-02-08 11:45:24 +01:00
David Mudrák
86083f9752
MDL-37774 Add unit test to illustrate the problem with the trailing slash
...
The patch introduces two new tests for moodle1_file_manager::migrate_directory().
The second test with the trailing slash reveals the trouble here.
The expected behaviour is that the method would deal with the trailing
slash. Debugging message for the developer should be displayed though.
2013-02-08 11:41:38 +01:00
David Monllao
68fae082df
MDL-37787 behat: Using progress format by default
2013-02-08 17:14:57 +08:00
David Monllao
b831d47925
MDL-37768 behat: Checking test site version before running tests
2013-02-08 17:14:26 +08:00
David Monllao
9776ddeee2
MDL-37873 behat: Fixing CSS-based assertions arguments
2013-02-08 17:13:32 +08:00
David Monllao
bf4fa29980
MDL-37750 behat: Adding tests for the rest of the steps definitions
2013-02-08 17:11:27 +08:00
David Monllao
1f9ffbdbde
MDL-37750 behat: Using base find* methods
2013-02-08 17:11:27 +08:00
David Monllao
d56ae59b47
MDL-37750 behat: Waiting for DOM ready
2013-02-08 17:11:27 +08:00
David Monllao
ff48a235a9
MDL-37750 behat: Elements finders at base level
...
Set of DOM elements finders to
avoid false fails.
2013-02-08 17:11:27 +08:00
Davo Smith
fbe4579250
MDL-34137 mod_label - resize images when uploaded via drag & drop
2013-02-08 08:13:24 +00:00
Davo Smith
785e09a7e3
MDL-32456 mod_label - support course drag and drop upload images to create labels
2013-02-08 08:13:24 +00:00
Damyon Wiese
93d1de6d3f
MDL-37039 Assignment - Do not apply filters to grading table for offline assignments
...
Because the filters do not make sense for offline assignments, they are hidden. But if the active filter
prevents you from seeing any assignments you cannot change it. This change makes it so the filters are
also not applied when the assignment is an offline assignment.
2013-02-08 15:44:18 +08:00
Damyon Wiese
7a15c5c458
MDL-37074 Assign theming: Use addClass/removeClass instead of setAttribute to preserve existing classes
2013-02-08 15:16:47 +08:00
Damyon Wiese
6319737865
weekly release 2.5dev
2013-02-08 11:13:54 +08:00
Damyon Wiese
7bdf7d165d
ie9 svg compatibility fixes
2013-02-08 11:05:09 +08:00
Damyon Wiese
eb28bb604f
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2013-02-08 11:02:42 +08:00
Andrew Davis
60daf98c96
MDL-34800 core_grade:switched from hiding the submit button to disabling it if ajax is enabled
2013-02-08 10:15:17 +08:00
AMOS bot
8a3ef166a9
Automatically generated installer lang files
2013-02-08 00:45:14 +00:00
David Mudrák
8d37c9b2d9
MDL-37919 Let PHPUnit display the content of $a even if the error string is not found
2013-02-08 01:25:31 +01:00
Eloy Lafuente (stronk7)
43b83ea19e
MDL-37893 Always notify pending starts before dispatching chunk
2013-02-07 20:59:43 +01:00
Sam Hemelryk
bb4c391688
MDL-37645 cache: fixed issue deleting mongo instance
2013-02-08 08:06:21 +13:00
Ruslan Kabalin
ac5e6ca4d1
MDL-30637 Refactor Advanced fileds functionality
...
The displaying of advanced items has been refactored. The changes are:
* The Advanced button is replaced by the Show Less/More link
* The Show less/more link controls advanced elements only within the section
it is located at
* The Show less/more state of sections is preserved between form submissions
* When javascript is off, all advanced elements will be displayed by default,
no show/hide controls will exists on the page
2013-02-07 14:38:37 +00:00
Ruslan Kabalin
a4f1834dca
MDL-30637 backup: Disable shortforms for backup interface
...
As all sections requre user attention or input, there is no sense making them
collapsed in backing up interface.
2013-02-07 14:27:02 +00:00
Ruslan Kabalin
a00bafaa65
MDL-30637 mod_resource: Make content section expanded
...
This just makes the interface look better
2013-02-07 14:26:14 +00:00
Ruslan Kabalin
8763343ad9
MDL-30637 mod_folder: Make content section expanded
...
This just makes the interface better
2013-02-07 14:23:26 +00:00
Ruslan Kabalin
9d2a7df11b
MDL-30638 mod_choice: Add required elements to repeated form items
...
To make it work properly with MDL-30637
2013-02-07 14:19:03 +00:00
Ruslan Kabalin
a4067bfc48
MDL-30637 Simplify moodle forms
...
Make the forms easier to use and navigate by adding functionality to
collapse and extend form sections (headers). The logic is as follows:
If form contains 2 and less sections (headers):
* Display the form as non-collapsible at all.
* The point above can be overridden if developer marks the section as expanded
in form definition (e.g. $mform->setExpanded('foo'));
If form contains 3 and more sections (headers):
* always expanding the first section and closing all others by default;
* always expanding a section containing at least one "required" element;
* expanding any section which contains validation errors after submission;
* expanding any section which was previously open on previous submit (e.g. when
adding new choices);
* expanding the section which is marked as expanded in form definition (e.g.
$mform->setExpanded('foo');
2013-02-07 14:13:36 +00:00
David Mudrák
2c06c715c7
MDL-37893 Allow elements with no final tags to form a grouped path
2013-02-07 13:00:19 +01:00
David Mudrák
98bba46b70
MDL-37893 Add unit test to demonstrate the issue
2013-02-07 13:00:18 +01:00
Frederic Massart
a665e1b013
MDL-37686 xmldb: Fixed coding guidelines errors in generated code
2013-02-07 15:18:10 +08:00
Dan Poltawski
0388a38eda
MDL-35037 tags: dont display blog entries when blogging disabled
2013-02-07 12:34:07 +08:00
Damyon Wiese
6b219310cf
MDL-37122 core get_max_upload_sizes: Include "Course/Site/Activity limit (X)" in list of options
...
This change removes the "0 bytes" option from the get_max_upload_sizes list
and replaces it with "Course limit (X)" or "Site limit (X)" (whichever is smaller).
This means we can remove all custom handling in the modules that were removing and
adding these options. It only affects pages that pass valid options for sitelimit and
courselimit - so admin pages will work correctly.
It also orders the list so the course/site limit options will be first
(as it will be the largest).
AMOS START
REM [courseuploadlimit, core] has been parameterized to get [uploadlimitwithsize, core]
AMOS END
2013-02-07 10:50:52 +08:00
Marina Glancy
8fd56c1942
MDL-37572 correct active navigation node for add/edit category page
2013-02-07 15:22:29 +13:00
Marina Glancy
9d093b71af
MDL-37572 small bug fix with misplaced assignment
2013-02-07 15:22:29 +13:00
Eloy Lafuente (stronk7)
d220e90fbf
Merge branch 'MDL-37566-m-integration' of git://github.com/andrewnicols/moodle
2013-02-07 01:07:04 +01:00
Sam Hemelryk
e6a3f4ae27
MDL-37572 course: fixed bug when moving categories
2013-02-07 12:29:03 +13:00
Andrew Robert Nicols
c5f609428d
MDL-37566 AJAX Fix issues with minimum height and centring
2013-02-06 10:51:40 +00:00
Mark Nelson
79949c1ba3
MDL-30098 core_course: adding webservice functions to allow the deletion of module instances
2013-02-06 16:56:17 +08:00
Damyon Wiese
070d431771
MDL-37883 Assign offline marking: Properly handle french decimal grades when importing worksheet.
2013-02-06 15:43:19 +08:00
Dan Poltawski
ef5a82104c
MDL-37572 - fix typo in has_any_capability()
2013-02-06 14:47:29 +08:00
Dan Poltawski
8c8d314ffd
Merge branch 'wip-MDL-35823-master' of git://github.com/phalacee/moodle
2013-02-06 14:21:03 +08:00
Jason Fowler
083c15e640
MDL-35823 - Accessibility - Readding Focus to header in the help popup
2013-02-06 14:17:29 +08:00
Dan Poltawski
69b2f366b1
Merge branch 'wip-MDL-35823-master' of git://github.com/phalacee/moodle
2013-02-06 13:42:47 +08:00
Jason Fowler
fc7defef99
MDL-35823 - Accessibility - Follow up changes from the original commit: addint in theme fixes and updating upgrade.txt
2013-02-06 13:36:37 +08:00
Dan Poltawski
6b106e2e8e
Merge branch 'wip-mdl-30144' of git://github.com/rajeshtaneja/moodle
2013-02-06 13:21:31 +08:00
Rajesh Taneja
45281abcfa
MDL-30144 Assignmnet 2.2: fixed context retrival
2013-02-06 12:36:25 +08:00
Mark Nelson
9a9cb74118
MDL-37654 core_course: ensure exceptions return static error codes for debugging purposes
2013-02-06 12:10:10 +08:00
David Monllao
b048f85f8a
MDL-37886 behat: Prevent dropping test site when running tests
2013-02-06 11:20:09 +08:00
Dan Poltawski
0110cc2d49
MDL-37645 Add another missing trailing ;
...
GRR. Clearly didn't review this one well enough!
2013-02-06 10:36:39 +08:00
Dan Poltawski
da92e1b081
Merge branch 'MDL-37645-m' of git://github.com/andrewnicols/moodle
2013-02-06 08:54:55 +08:00
Mary Evans
a0e3b2b11e
MDL-37828 theme_base: Removed old CSS for popuphelp in style/core.css
2013-02-06 00:08:19 +00:00
Andrew Robert Nicols
2c653f9919
MDL-37645 Add missing trailing ; on some CSS rules
2013-02-05 16:56:47 +00:00
Eloy Lafuente (stronk7)
5ab0371d74
Merge branch 'MDL-37854_master' of https://github.com/markn86/moodle
2013-02-05 11:10:48 +01:00
Mark Nelson
17222a4a25
MDL-37854 phpunit: replaced occurrence of non-existent function assertFail
2013-02-05 18:03:25 +08:00
Eloy Lafuente (stronk7)
6617125ca4
Merge branch 'MDL-37870-progressive_parser_exception' of git://github.com/mudrd8mz/moodle
2013-02-05 10:19:06 +01:00
Andrew Robert Nicols
487989d8ef
MDL-37872 AJAX Remove node option from jshintrc
2013-02-05 08:37:41 +00:00
Jerome Mouneyrac
b4d24344c2
MDL-37012 some typos, add a new lang string, change tag 'a' for 'link', some code cleaning,
...
clean the external string against cross-scripting, proper usage of doclink,
correcting the require_once quickform/input
AMOS BEGIN
CPY [download,block_community],[install,block_community]
AMOS END
2013-02-05 16:36:37 +08:00
Howard Miller
540b8834fa
MDL-37797 HTML block: add contextid to block_positions query and make it more unique.
2013-02-05 16:20:34 +08:00
Damyon Wiese
e2adaaf788
MDL-30062 - Fix whitespace
2013-02-05 16:07:08 +08:00
Damyon Wiese
33d943500f
Merge branch 'wip-mdl-30062' of git://github.com/rajeshtaneja/moodle
2013-02-05 15:53:21 +08:00
Dan Poltawski
9cf44c32b5
Merge branch 'wip-MDL-37572-m25' of git://github.com/samhemelryk/moodle
2013-02-05 15:25:08 +08:00
Dan Poltawski
751f00a0bb
Revert "MDL-37164 core_message: prevent users from interacting with themself"
...
Was breaking unit tests.
This reverts commit 61a73b43c1 and 7bb19ee167 .
2013-02-05 14:42:20 +08:00
Dan Poltawski
61a73b43c1
MDL-37164 message - fix broken unit tests
...
We have fixed the returning of the guest user now
2013-02-05 14:27:20 +08:00
Rajesh Taneja
791723c34a
MDL-30062 Webservices: added update_course webservice
2013-02-05 14:15:53 +08:00
Damyon Wiese
4c5dc0e367
MDL-36206 Unit tests - Cleanup whitespace issues from previous patch
2013-02-05 14:11:11 +08:00
Damyon Wiese
9d6f6a6987
Merge branch 'wip-MDL-36206-master' of git://github.com/phalacee/moodle
2013-02-05 14:11:07 +08:00
Dan Poltawski
6e59d6628c
Merge branch 'MDL-37164_message_self' of git://github.com/andyjdavis/moodle
2013-02-05 13:51:17 +08:00
Dan Poltawski
9631a80283
Merge branch 'MDL-37800_master' of git://github.com/grabs/moodle
2013-02-05 12:43:06 +08:00
Damyon Wiese
174d857235
Merge branch 'MDL-37626-m' of git://github.com/andrewnicols/moodle
2013-02-05 11:49:16 +08:00
David Mudrák
5aeff5ebc0
MDL-37870 Fix the number of parameters when calling the parent constructor
2013-02-05 04:47:41 +01:00
Damyon Wiese
183e656eea
Merge branch 'MDL-30102_master' of git://github.com/markn86/moodle
2013-02-05 11:23:01 +08:00
Dan Poltawski
ba076613d3
Merge branch 'MDL-36986' of git://github.com/moodlerooms/moodle
2013-02-05 10:47:15 +08:00
Dan Poltawski
d8d02951bb
Merge branch 'wip-MDL-36322-m25' of https://github.com/samhemelryk/moodle
2013-02-05 10:25:57 +08:00
Dan Poltawski
f7e2143665
MDL-37357 - fix trailing whitespace
2013-02-05 09:57:00 +08:00
Dan Poltawski
837946d5f0
Merge branch 'MDL-37357_hidden_rank' of git://github.com/andyjdavis/moodle
2013-02-05 09:56:16 +08:00
Dan Poltawski
a849391244
Merge branch 'wip-MDL-35847-master' of git://github.com/phalacee/moodle
2013-02-05 09:29:25 +08:00
Jason Fowler
1466eccba7
MDL-35847 - Documentation - removing doc block param for on error_text
2013-02-05 09:23:54 +08:00
Jason Fowler
b9271ffd94
MDL-35832 - Accessibility - Adding more precise context sensitive title text to undock controls on docked blocks
2013-02-05 09:21:15 +08:00
Dan Poltawski
43b5915e04
MDL-37574 - Fix navigation tests: remove title
...
We are no longer setting it, to improve accessibility
2013-02-05 08:38:32 +08:00
Eloy Lafuente (stronk7)
b97d3e46df
Merge branch 'MDL-36472-master' of git://github.com/FMCorz/moodle
2013-02-05 01:28:35 +01:00
Eloy Lafuente (stronk7)
b7c238798c
Merge branch 'MDL-37566-m' of git://github.com/andrewnicols/moodle
2013-02-05 01:14:07 +01:00
Eloy Lafuente (stronk7)
1df33d5427
Merge branch 'w04_MDL-37780_m25_wintests' of git://github.com/skodak/moodle
2013-02-05 01:06:40 +01:00
Eloy Lafuente (stronk7)
70e963ea9c
Merge branch 'MDL-37801_glossary_links' of git://github.com/davosmith/moodle
2013-02-05 01:01:14 +01:00
Eloy Lafuente (stronk7)
fc395e02f7
Merge branch 'MDL-37775_master' of git://github.com/lazydaisy/moodle
2013-02-05 00:57:20 +01:00
Eloy Lafuente (stronk7)
a0c3faeaef
Merge branch 'MDL-37785_master' of git://github.com/lazydaisy/moodle
2013-02-05 00:35:24 +01:00
Eloy Lafuente (stronk7)
f941a7864b
Merge branch 'MDL-37523_master' of git://github.com/lazydaisy/moodle
2013-02-05 00:28:10 +01:00
Eloy Lafuente (stronk7)
208f59137a
Merge branch 'MDL-37518_master' of https://github.com/markn86/moodle
2013-02-05 00:13:48 +01:00
Eloy Lafuente (stronk7)
1615caae6f
Merge branch 'wip-MDL-35847-master' of git://github.com/phalacee/moodle
2013-02-05 00:08:44 +01:00
Eloy Lafuente (stronk7)
8d8f9cf756
Merge branch 'master_MDL-33078' of git://github.com/danmarsden/moodle
2013-02-04 23:58:41 +01:00
Eloy Lafuente (stronk7)
a35a7644b9
Merge branch 'MDL-37847' of git://github.com/timhunt/moodle
2013-02-04 22:54:50 +01:00
Tim Hunt
c0d12fc1cd
MDL-37847 plain text essays were screwing up HTML special chars.
...
This was incorrect use of PARAM_CLEANHTML for these inputs.
This fix also adds some unit tests to try to verify that this does not
break again in future.
2013-02-04 12:54:10 +00:00
Mark Nelson
a9a0cb691c
MDL-30102 mod_forum: adding webservice function to allow for the retrieval of forum discussions
2013-02-04 19:28:29 +08:00
Dan Marsden
a022192a3b
MDL-33078 SCORM: rebuild toc when calling LMSCommit to improve pre-req handling
2013-02-04 22:04:06 +13:00
Damyon Wiese
935ec5e77e
Merge branch 'MDL-37781-workshop-schedule' of git://github.com/mudrd8mz/moodle
2013-02-04 16:18:00 +08:00
Dan Poltawski
78b161d39b
Merge branch 'MDL-37574-m' of git://github.com/andrewnicols/moodle
2013-02-04 16:11:11 +08:00
Dan Poltawski
58e22287a6
Merge branch 'MDL-37422' of git://github.com/colchambers/moodle
2013-02-04 16:02:57 +08:00
Dan Poltawski
6ac9f15969
Merge branch 'master_MDL-29207' of git://github.com/danmarsden/moodle
2013-02-04 15:54:43 +08:00
Dan Poltawski
efd779c2c6
Revert "MDL-32076 core_grade: fixed ajax handling of unlimited grades and added some unit tests"
...
This reverts commit 88df34abed .
2013-02-04 15:12:30 +08:00
Dan Poltawski
5389bd999d
Merge branch 'MDL-32076_unlimited2' of git://github.com/andyjdavis/moodle
2013-02-04 14:30:07 +08:00
Dan Poltawski
cf936fa297
Merge branch 'wip-mdl-30144' of git://github.com/rajeshtaneja/moodle
2013-02-04 13:54:27 +08:00
Dan Poltawski
4ac341c9b6
Merge branch 'MDL-37646-master' of git://github.com/damyon/moodle
2013-02-04 13:49:23 +08:00
Jason Fowler
3246648b48
MDL-35847 - Accessibility - Adding warning icon to the login error message
2013-02-04 12:49:21 +08:00
Barbara Ramiro
ef27582f08
MDL-35847 - Usability - Adding new warning icons
2013-02-04 12:49:02 +08:00
Damyon Wiese
c15cda6138
Merge branch 'MDL-37806-workshop-next' of git://github.com/mudrd8mz/moodle
2013-02-04 12:48:42 +08:00
Dan Poltawski
d5a13bca09
Merge branch 'MDL-37710-master' of git://github.com/damyon/moodle
2013-02-04 12:12:11 +08:00
Dan Poltawski
b9299c61ca
Merge branch 'MDL-37635-master' of git://github.com/damyon/moodle
2013-02-04 11:56:45 +08:00
Mark Nelson
df7d171fc3
MDL-37518 blocks: described the introduction of the myaddinstance capability in upgrade.txt
2013-02-04 11:43:01 +08:00
Damyon Wiese
c04dac3473
Merge branch 'master_MDL-36800' of git://github.com/danmarsden/moodle
2013-02-04 11:35:54 +08:00
Dan Poltawski
40a008b33c
Merge branch 'MDL-32652_master' of git://github.com/pauln/moodle
2013-02-04 11:29:22 +08:00
Dan Poltawski
7528ebd23a
MDL-35823 - fix trailing whitespace
2013-02-04 11:23:44 +08:00
Dan Poltawski
3428c00d43
Merge branch 'wip-MDL-35823-master' of git://github.com/phalacee/moodle
2013-02-04 11:23:41 +08:00
Jerome Mouneyrac
e62cf63035
MDL-37012 fix wrong css + add final . to comment lines + do not use attributid parameter (duplicate of hiddeninputid)
2013-02-04 11:17:02 +08:00
Jerome Mouneyrac
46b229f9a8
MDL-37012-master redesign the community finder search form
2013-02-04 11:17:02 +08:00
Damyon Wiese
ef23b6ff4f
Merge branch 'MDL-37177-master' of git://github.com/FMCorz/moodle
2013-02-04 11:12:45 +08:00
Dan Poltawski
7c433fa526
Merge branch 'MDL-37645-m' of git://github.com/andrewnicols/moodle
2013-02-04 10:26:32 +08:00
Dan Poltawski
e9c0ef3bca
Merge branch 'MDL-37746' of git://github.com/timhunt/moodle
2013-02-04 10:17:36 +08:00
Dan Poltawski
85ef4d45ca
Merge branch 'MDL-25853-master' of git://github.com/FMCorz/moodle
2013-02-04 10:12:54 +08:00
Mary Evans
1d4bfa094a
MDL-37523 theme_mymobile: Removed a renderer from mymobile/renderers.php and added it to theme/mymobile/renderers/mod_choice_renderer.php. Then added a conditional statement to theme/mymobile/renderers.php in order to call mymobile/renderers/mod_choice_renderer.php.
2013-02-03 23:35:05 +00:00
Dan Marsden
361069cbbb
MDL-29207: SCORM prereq callback is pure js - move it to module.js so it can be cached better.
2013-02-03 20:27:52 +13:00
Dan Marsden
5f03868a53
MDL-29207 SCORM: Auto-continue doesn't work with Pre-req due to JS errors
2013-02-03 20:27:39 +13:00
Dan Marsden
6496979459
MDL-36800 SCORM: Fix Yui().use calls - thanks to Nancy Cheng for the fix
2013-02-03 20:21:16 +13:00
Andrew Robert Nicols
22bec023db
MDL-37626 Include jshint configuration
2013-02-01 15:00:13 +00:00
Colin Chambers
6dbc346095
MDL-37422 Quiz: Group fields related to 'Settings for multiple tries.'
2013-02-01 14:30:27 +00:00
Andrew Robert Nicols
2f545feb89
MDL-37574 Remove default link title from navigation items
2013-02-01 11:30:02 +00:00
Andrew Robert Nicols
c1b75ece94
MDL-37566 AJAX Only set max-height for chooser dialogues
...
If we set height as well as max-height then there is a potential for
whitespace to be shown at the bottom of the list of choices.
This commit stops removing the height option so that we only rely upon
max-height for dialogue heigh calculation.
2013-02-01 11:21:47 +00:00
Andreas Grabs
25d37fe24c
MDL-37800 mod_feedback - item "information" does not appear correctly
2013-02-01 11:44:52 +01:00
Andrew Robert Nicols
2324cf045e
MDL-37645 Generalise style for moodle-core-dialogues
2013-02-01 10:20:16 +00:00
Michael Hughes
127d66f183
MDL-30144 Assignment 2.2: Download all as zip should only contain submission from active enroled users
2013-02-01 17:08:22 +08:00
Damyon Wiese
46692c3a81
MDL-37635 Assign: Prevent errors when viewing a feedback for an assignment with no gradeitem in gradebook
...
Also adds unit tests to verify that:
Feedback is visible even if there is no grade
The grade is not shown if the gradeitem is hidden unless you have mod/assign:grade capability
2013-02-01 13:46:08 +08:00
Jason Fowler
4df8223cbe
MDL-35823 - Accessibility - Converted the help popup header from H1 to H2 to improve the over all DOM
2013-02-01 11:01:00 +08:00
Andrew Davis
9db8d0301c
MDL-37357 core_grade: fixed the showing and hiding of rank on the overview report
2013-02-01 10:46:48 +08:00
Andrew Davis
88df34abed
MDL-32076 core_grade: fixed ajax handling of unlimited grades and added some unit tests
2013-02-01 08:31:00 +08:00
Andrew Davis
7bb19ee167
MDL-37164 core_message: prevent users from interacting with themself
2013-02-01 08:12:28 +08:00
Sam Hemelryk
4d26b7f6fa
MDL-37572 course: cleaned up manage.php bringing it into the 21st century
2013-02-01 08:51:35 +13:00
Marina Glancy
2c49fb4c3e
MDL-37572 Course categories are now managed in /course/manage.php
...
Switching between categories view and edit no longer depend on global editing mode
/course/index.php and /course/category.php do not contain editing code
2013-02-01 08:51:34 +13:00
Sam Hemelryk
79c55ca344
MDL-36322 cache: implemented cache_store::create_clone
2013-02-01 08:49:03 +13:00
Sam Hemelryk
5dfa3031a8
MDL-36322 cache: clarified docs for initialise and construct
2013-02-01 08:49:03 +13:00
Sam Hemelryk
65b3edc450
MDL-36322 cache: cache stores now test connections during construction
2013-02-01 08:49:03 +13:00
Matteo Scaramuccia
f4cec2ec87
MDL-36322 Errors when updating a Moodle instance with some misconfigured cache stores
2013-02-01 08:49:03 +13:00
David Mudrák
1df3bc143c
MDL-37806 Display 'Save and show next' button when assessing workshop submissions
...
The button is displayed only when there is a pending (that is not
assessed yet) submission to assess.
AMOS BEGIN
CPY [savenext,mod_assign],[saveandshownext,mod_workshop]
AMOS END
2013-01-31 18:21:51 +01:00
David Mudrák
0001eea6dd
MDL-37806 Add new workshop class method to return pending assessments
...
This is a simple wrapper around workshop::get_assessments_by_reviewer()
that filters assigned assessments and returns just those that were not
graded by the reviewer yet.
2013-01-31 18:21:50 +01:00
Davo Smith
56c0465bd4
MDL-37801 mod_glossary - encode / decode links to 'showentry' pages during backup & restore
2013-01-31 12:52:26 +00:00
Tim Hunt
a74d924c25
MDL-37746 qtype_shortanser: avoid normalizer_normalize dangers.
...
When an error occurs, normalizer_normalize just silently returns null,
which is dangerous. Here, we wrap it in a safe helper function.
2013-01-31 11:35:07 +00:00
David Mudrák
8342a6981b
MDL-37781 Allocate workshop submissions without waiting for cron
...
Now we are checking for the need to execute the allocator every time the
main view.php is displayed to any user. Previously this was done by cron
only.
2013-01-31 11:42:03 +01:00
David Mudrák
85f1c2d68b
MDL-37781 Check for switching the workshop phase without waiting for cron
...
Now we are checking for the need to switch the phase when the main
view.php is displayed to any user (previously this was done via cron
only). To give our subplugins (such as the scheduled allocation method)
a chance to do what they need to do, the workshop_viewed event is
triggered before the phase is actually switched.
2013-01-31 11:41:55 +01:00
Eloy Lafuente (stronk7)
1918a2452e
weekly release 2.5dev
2013-01-31 10:59:41 +01:00
Mary Evans
772cd5c8fa
MDL-37775 theme_canvas: Changed ADD a block from center align to left in style/blocks.css
2013-01-31 08:17:45 +00:00
Dan Poltawski
3895cdc2b7
Merge branch 'MDL-37789_master' of git://github.com/dmonllao/moodle
2013-01-31 15:34:46 +08:00
David Monllao
6b1a8fc5dd
MDL-37789 behat: Fixing unit test in windows
...
The directory separator was specified with
the slash character which is not good when
running the tests on windows
2013-01-31 15:26:08 +08:00
Frederic Massart
39bb9b1f00
MDL-36472 files: Improved file area uploads error messages.
2013-01-31 15:09:44 +08:00
Dan Poltawski
12f756f9d7
Revert "MDL-37613 mod: changed generalbox class in table to generaltable class in mod/feedback (2 files);mod/glossary (3 files);mod/wiki (1 file)."
...
This reverts commit 0434dd2482 .
2013-01-31 15:02:12 +08:00
Frederic Massart
d422fb22f7
MDL-37177 navigation: Prevent exception when viewing a profile
...
When viewing a profile as a non-authenticated user, an exception
was raised because we were trying to fetch the context of this user.
2013-01-31 12:24:37 +08:00
Dan Poltawski
8d81f4f4cc
Revert "MDL-33105 flexible apply_units() function"
...
This reverts commit c2ba17858c .
2013-01-31 10:17:16 +08:00
Dan Poltawski
2c8d31cd72
Merge branch 'master_MDL-34231' of git://github.com/danmarsden/moodle
2013-01-31 10:14:46 +08:00
Mary Evans
7eaa14572b
MDL-37785 theme_base: remove duplicate .dir-rtl file-picker css rules from styke/core.css
2013-01-31 01:02:55 +00:00
Sam Hemelryk
956d3544f0
MDL-36363 cache: added unit tests for muliple loaders
2013-01-31 12:16:08 +13:00
Dan Marsden
220e5b5216
MDL-34231 SCORM: calculate correct number of attemptsleft when entering an attempt.
2013-01-31 10:45:11 +13:00
Petr Škoda
73d20f36cb
MDL-37780 hack around some unicode date formatting issues on Windows
2013-01-30 22:36:40 +01:00
Petr Škoda
774d1d2429
MDL-37780 make sure there are no windows line endings in test files
2013-01-30 21:23:29 +01:00
Sam Hemelryk
3aee2fb8ee
MDL-36363 cache: fixed issue with double parsing keys for stacked loaders
2013-01-31 09:10:57 +13:00
Petr Škoda
a629ad3dff
MDL-37780 fix 1.9 restore on windows
2013-01-30 20:28:06 +01:00
Eloy Lafuente (stronk7)
f97db01978
Merge branch 'wip-MDL-37644-m25' of git://github.com/samhemelryk/moodle
2013-01-30 10:27:11 +01:00
Jason Fowler
0dbae598d7
MDL-36206 - Unit Test - Create unit test for pagination bar
2013-01-30 09:52:34 +08:00
Dan Poltawski
7543705d9b
Merge branch 'w04_MDL-37726_m25_prevnext_int' of git://github.com/skodak/moodle
2013-01-30 09:18:57 +08:00
Frederic Massart
769c73ae6c
MDL-25853 calendar: Fixed broken previous/next links
2013-01-30 08:59:11 +08:00
Eloy Lafuente (stronk7)
fb44a5db6f
Merge branch 'w04_MDL-37734_m25_marshack' of git://github.com/skodak/moodle
2013-01-30 01:11:20 +01:00
Eloy Lafuente (stronk7)
6ca12c1cc1
Merge branch 'w04_MDL-37767_m25_pgsocket' of git://github.com/skodak/moodle
2013-01-30 00:51:01 +01:00
Petr Škoda
47bf916773
MDL-37767 allow empty host in enrol_database which is required for default pg socket
2013-01-30 00:40:03 +01:00
Eloy Lafuente (stronk7)
03612a7b00
MDL-32420 anomaly theme: bump version
2013-01-30 00:28:35 +01:00
Eloy Lafuente (stronk7)
e2b2794368
Merge branch 'wip-MDL-32420_master' of git://github.com/lazydaisy/moodle
2013-01-29 23:38:43 +01:00
Eloy Lafuente (stronk7)
857b40256e
Merge branch 'MDL-37526-m' of git://github.com/andrewnicols/moodle
2013-01-29 23:33:22 +01:00
Petr Škoda
7a18f49c60
MDL-37726 remove PREVIOUS/NEXT from all install.xml files
...
YAY!
2013-01-29 22:34:46 +01:00
Petr Škoda
76f2fcdedb
MDL-37726 stop using PREVIOUS/NEXT in install.xml files
2013-01-29 22:32:24 +01:00
Sam Hemelryk
c6cbc3c70c
MDL-37474 cache: fixed bug with definition cleaning
2013-01-30 10:28:34 +13:00
Eloy Lafuente (stronk7)
a917ef63ae
Merge branch 'MDL-37465' of git://github.com/colchambers/moodle
2013-01-29 19:19:29 +01:00
Eloy Lafuente (stronk7)
96b997d759
Merge branch 'MDL-37533-master' of git://github.com/damyon/moodle
2013-01-29 15:35:05 +01:00
Eloy Lafuente (stronk7)
38e4fa58d5
MDL-37101 donot use donot.
2013-01-29 15:24:59 +01:00
Eloy Lafuente (stronk7)
0ed03cc295
Merge branch 'MDL-37101-master' of git://github.com/ankitagarwal/moodle
...
Conflicts:
calendar/tests/externallib_tests.php
2013-01-29 15:19:11 +01:00
Eloy Lafuente (stronk7)
6155915ffb
Merge branch 'wip-MDL-36363-m25' of https://github.com/samhemelryk/moodle
2013-01-29 12:06:33 +01:00
David Monllao
fe856690cb
MDL-37662 behat: Add blocks definition
2013-01-29 18:21:08 +08:00
David Monllao
d780452472
MDL-37661 behat: Test to add activities to courses
2013-01-29 18:19:04 +08:00
David Monllao
a1990e50e8
MDL-37661 behat: Add activities to courses
2013-01-29 18:18:57 +08:00
David Monllao
bedc20aa96
MDL-37659 behat: Adding tests for the data generators
2013-01-29 17:25:43 +08:00
David Monllao
f0200d1462
MDL-37659 behat: Adding data generator definition
2013-01-29 17:25:25 +08:00
David Monllao
87bb583cbc
MDL-37659 testing: New data generators
...
- Grouping groups
- Group members
2013-01-29 17:25:02 +08:00
Damyon Wiese
3e1b63f1c8
MDL-37710 Assign: Fix pluginfile permission checks for student viewing their own team submission.
...
This change adds a function to the assign class to allow the permissions for a group submission
to be checked and updates all the submission plugins to call it.
2013-01-29 17:14:36 +08:00
Petr Škoda
dd8a39a881
MDL-37734 add one more recordset isolation test
2013-01-29 10:10:40 +01:00
Petr Škoda
0363b7826b
MDL-37734 use prefetching workaround for MARS transaction problems
2013-01-29 10:10:09 +01:00
Dan Poltawski
2a090a1581
Merge branch 'wip-mdl-34190' of git://github.com/rajeshtaneja/moodle
2013-01-29 16:53:49 +08:00
Dan Poltawski
cbb26eb0ec
Merge branch 'MDL-37600' of git://github.com/timhunt/moodle
2013-01-29 16:49:58 +08:00
Aparup Banerjee
37c68301f9
Merge branch 'w04_MDL-37499_m25_authldaptest' of git://github.com/skodak/moodle
2013-01-29 16:33:37 +08:00
Dan Poltawski
0fed6554f9
Merge branch 'MDL-33105' of https://github.com/ppichet/moodle
2013-01-29 16:31:50 +08:00
Dan Poltawski
cc0ee3c4f3
Merge branch 'MDL-29691' of https://github.com/ppichet/moodle
2013-01-29 16:30:00 +08:00
David Monllao
c7369f79a3
MDL-37657 behat: Adding acceptance tests to the acceptance test tool
2013-01-29 15:31:26 +08:00
David Monllao
23ebc481e7
MDL-37657 behat: Adding definitions related with forms
2013-01-29 15:31:26 +08:00
David Monllao
b1bc8cfc65
MDL-37657 behat: Add tree nodes expansion definition
2013-01-29 15:31:25 +08:00
David Monllao
0a56fc6976
MDL-37657 behat: Simple log in/out steps with test
2013-01-29 15:31:25 +08:00
David Monllao
786ea937cc
MDL-37657 behat: General steps definitions
2013-01-29 15:31:25 +08:00
Dan Poltawski
4653ecd3b3
Merge branch 'MDL-37046_master' of git://github.com/dmonllao/moodle
2013-01-29 15:07:48 +08:00
David Monllao
33063f2eb5
MDL-37046 behat: Quick fix
...
Provides feedback when trying to use the web interface
to list steps definitions when $CFG->behat_dataroot hasn't
been set or can not be written
2013-01-29 14:46:41 +08:00
Damyon Wiese
6792b8f5d3
MDL-37646 Assign: Quickgrading fix when using grading filters or lots of students.
2013-01-29 14:36:18 +08:00
Dan Poltawski
10b8d16deb
Merge branch 'MDL-37656_master' of git://github.com/dmonllao/moodle
2013-01-29 13:46:26 +08:00
Dan Poltawski
e0f755035b
Merge branch 'MDL-37046_master' of git://github.com/dmonllao/moodle
2013-01-29 13:25:13 +08:00
David Monllao
f5ceb6c233
MDL-37656 behat: Adding hooks
...
At suite, scenario and step levels
2013-01-29 12:57:03 +08:00
David Monllao
d4322e3859
MDL-37656 behat: Base empty class
2013-01-29 12:57:03 +08:00
David Monllao
ec017a3460
MDL-37046 behat: Skip unit test if behat is not installed
2013-01-29 12:54:48 +08:00
Dan Poltawski
68aaba6c84
Merge branch 'MDL-37046_master' of git://github.com/dmonllao/moodle
2013-01-29 12:03:10 +08:00
David Monllao
475ac3f8ee
MDL-37046 behat: Changes from integration review
...
* RTL languages problem solved
* Fixed curl errno return
* Switch to behat test environment code more readable
2013-01-29 11:56:42 +08:00
Dan Poltawski
5d80fc80c0
Merge branch 'MDL-37694' of git://github.com/timhunt/moodle
2013-01-29 11:54:36 +08:00
Dan Poltawski
5774879060
Merge branch 'wip-MDL-37615-m25' of git://github.com/samhemelryk/moodle
2013-01-29 11:47:17 +08:00
Dan Poltawski
c2f1837e5d
Merge branch 'wip-MDL-25630_master' of git://github.com/lazydaisy/moodle
2013-01-29 11:23:12 +08:00
Sam Hemelryk
da810f5816
Merge branch 'MDL-37476-master' of git://github.com/mouneyrac/moodle
2013-01-29 15:24:06 +13:00
Paul Nicholls
606554d5b0
MDL-32652 - Make block drag-drop work throughout Moodle
...
The central "content" region on My Home / user profile pages also needs to
be initialised in lib/ajax/blocks.php in order to allow blocks to be
dropped into that region successfully. Some tweaks were also necessary in
order to correct the "content" region's structure in order for drag-drop
to function on this region on these pages.
Non-standard block regions (including the central "content" region
used by My Home and user profile pages) were causing the temporary empty
block region used as a drop target to sometimes appear in the wrong place.
The call to init_requirements_data (which includes the block drag-drop JS)
happens at a late enough stage in page generation that we can simply
pass the context ID through to the JS, so that it can be sent as part of
the AJAX request. This prevents lib/ajax/blocks.php from having to try
to guess the context from the other bits of information it receives, so
block drag-drop should now work everywhere without issues.
2013-01-29 14:57:28 +13:00
Sam Hemelryk
ab58c6b724
Merge branch 'w04_MDL-37716_m25_enrolexpiry' of git://github.com/skodak/moodle
2013-01-29 14:56:57 +13:00
David Monllao
096858ed83
MDL-37046 behat: Use behat test env
...
Moving from phpunit test environment
to a specific behat test environment
2013-01-29 08:40:38 +08:00
David Monllao
b5c130092b
MDL-37046 behat: Split in different classes
2013-01-29 08:40:38 +08:00
David Monllao
9516712114
MDL-37046 behat: Coding standards compliant
2013-01-29 08:40:38 +08:00
David Monllao
ff2ec29bb1
MDL-37046 behat: Added to standard plugins list
2013-01-29 08:40:38 +08:00
David Monllao
0922ef8789
MDL-37046 behat: Windows compatibility
2013-01-29 08:40:38 +08:00
David Monllao
1c36cb2a9c
MDL-37046 behat: Only composer.json
2013-01-29 08:40:37 +08:00
David Monllao
5347dae079
MDL-37046 behat: Adding empty Behat config file
...
This empty behat config file allows behat CLI
command to run before test environment has been set
2013-01-29 08:40:37 +08:00
David Monllao
bd770617a9
MDL-37046 behat: New setting to switch completely to test env.
2013-01-29 08:40:37 +08:00
David Monllao
f2f66ea4af
MDL-37046 behat: Some unit tests
2013-01-29 08:40:37 +08:00
David Monllao
d6abac76ca
MDL-37046 behat: Allow default config overrides
2013-01-29 08:40:37 +08:00
David Monllao
0b5f481bf5
MDL-37046 behat: Externalizations
...
Instead of starting the PHP web server and calling
behat as a passthru we maintain them as standalone
2013-01-29 08:40:37 +08:00
David Monllao
6d9427bba6
MDL-37046 behat: Removing MinkContext
2013-01-29 08:40:37 +08:00
David Monllao
de424b462f
MDL-37046 behat: Removing step
...
The issue scope is only the integration in moodle
2013-01-29 08:40:37 +08:00
David Monllao
a2a9843819
MDL-37046 behat: Checking PHP version
2013-01-29 08:40:37 +08:00
David Monllao
a09534f4fc
MDL-37046 behat: Requires Moodle 2.5
...
Also more code comments and general cleanup
2013-01-29 08:40:37 +08:00
David Monllao
fbb5243491
MDL-37046 behat: Refining composer dependencies installation
2013-01-29 08:40:37 +08:00
David Monllao
1be4c32138
MDL-37046 behat: Specific composer dependencies versions
2013-01-29 08:40:37 +08:00
David Monllao
f4ebf1f889
MDL-37046 behat: Command with x permission
2013-01-29 08:40:37 +08:00
David Monllao
cb18fd7100
MDL-37046 behat: Using moodle composer
2013-01-29 08:40:37 +08:00
David Monllao
d46340eb16
MDL-37046 behat: Adding steps definitions list filters
2013-01-29 08:40:36 +08:00
David Monllao
25833ef86e
MDL-37046 behat: CLI option to add/remove javascript tests
2013-01-29 08:40:36 +08:00
David Monllao
cca2c80630
MDL-37046 behat: Restricting the execution to the built-in server
2013-01-29 08:40:36 +08:00
David Monllao
84d687befc
MDL-37046 behat: Removing temporarly the rest context of Behatch until upstream fixes the problem
2013-01-29 08:40:36 +08:00
David Monllao
df8dcf3ed6
MDL-37046 behat: Using single config file on moodle side
2013-01-29 08:40:36 +08:00
David Monllao
603c95dc10
MDL-37046 behat: User interface
2013-01-29 08:40:36 +08:00
David Monllao
93245e952f
MDL-37046 behat: Steps definitions loading
2013-01-29 08:40:36 +08:00
David Monllao
554820dd52
MDL-37046 behat: Moving installation instructions to MDocs
2013-01-29 08:40:36 +08:00
David Monllao
8cdc0ce8a4
MDL-37046 behat: Integrating build config file into runtests action
2013-01-29 08:40:36 +08:00
David Monllao
6d994c510f
MDL-37046 behat: Adding CLI options
2013-01-29 08:40:36 +08:00
David Monllao
33005f689c
MDL-37046 behat: Adding build config file action
2013-01-29 08:40:36 +08:00
David Monllao
e87d603dca
MDL-37046 behat: Moving feature file to lib/tests/behat
2013-01-29 08:40:36 +08:00
David Monllao
ecbd3cbe70
MDL-37046 behat: CLI tool
2013-01-29 08:40:35 +08:00
David Monllao
cc5446464e
MDL-37046 behat: Adding switch environment feature
2013-01-29 08:40:35 +08:00
David Monllao
7f541ea3ed
MDL-37046 behat: Adding web-based tests runner
...
Uses phpunit test environment to execute the functional testing, adding
steps definitions list and tests runner actions
2013-01-29 08:40:35 +08:00
David Monllao
191b3fb9d7
MDL-37046 behat: Adding a test to check the test environment
2013-01-29 08:40:35 +08:00
David Monllao
dca22d7cc1
MDL-37046 behat: Basic web execution wrapper
2013-01-29 08:40:35 +08:00
David Monllao
301cbe3a30
MDL-37046 behat: Behat admin tool skeleton
2013-01-29 08:40:35 +08:00
Eloy Lafuente (stronk7)
09d6bcc232
Merge branch 'w04_MDL-37718_m25_rs' of git://github.com/skodak/moodle
2013-01-29 01:33:08 +01:00
Eloy Lafuente (stronk7)
ee4cac2b44
Merge branch 'wip-MDL-37474-m25' of git://github.com/samhemelryk/moodle
2013-01-29 01:32:09 +01:00
Sam Hemelryk
3178ae6f09
Merge branch 'wip-mdl-36619' of git://github.com/rajeshtaneja/moodle
2013-01-29 10:50:14 +13:00
Sam Hemelryk
dabe6985e4
Merge branch 'master_MDL-37696' of git://github.com/danmarsden/moodle
2013-01-29 10:19:31 +13:00
Sam Hemelryk
41f3d113f7
Merge branch 'MDL-37697-m' of git://github.com/andrewnicols/moodle
2013-01-29 10:17:01 +13:00
Sam Hemelryk
49c204d1ee
Merge branch 'MDL-37350-m' of git://github.com/andrewnicols/moodle
2013-01-29 08:55:05 +13:00
Sam Hemelryk
5126bab95c
Merge branch 'MDL-36881-m' of git://github.com/andrewnicols/moodle
2013-01-29 08:52:01 +13:00
Sam Hemelryk
bf6a1b9078
Merge branch 'w04_MDL-37596_m25_schedmaint' of git://github.com/skodak/moodle
2013-01-29 08:44:15 +13:00
Sam Hemelryk
8d8e6b1519
Merge branch 'MDL-34671-m' of git://github.com/andrewnicols/moodle
2013-01-29 08:39:35 +13:00
Sam Hemelryk
44aad12347
Merge branch 'MDL-37668-master' of git://github.com/sammarshallou/moodle
2013-01-29 08:33:41 +13:00
Sam Hemelryk
cb4adcc4a4
Merge branch 'master_MDL-34231' of git://github.com/danmarsden/moodle
2013-01-29 08:28:31 +13:00
Eloy Lafuente (stronk7)
fab951a6ae
Merge branch 'wip-MDL-37545-m25' of git://github.com/samhemelryk/moodle
2013-01-28 19:23:17 +01:00
Eloy Lafuente (stronk7)
7356e732b7
MDL-37086 phpunit: use alt reset method.
...
When code executed in test cases is using/preventing
database transactions, phpunit itself cannot
use transactions for reseting between cases. But we
can tell it about, so some alternative (and slower)
method for reseting will be used.
2013-01-28 18:25:38 +01:00
Petr Škoda
48e114a517
MDL-37596 optionally enable CLI maintenance later
2013-01-28 14:23:21 +01:00
sam marshall
62019ad86e
MDL-37668 Accessibility: Help popup should be easy to close using keyboard
2013-01-28 10:56:26 +00:00
Andrew Robert Nicols
8a185b9ebc
MDL-34671 Stop browser receiving escape keydown in modal dialogues
...
In certain modal dialogues, we listen on the Escape key to close a
dialogue. However, this is still passed to the browser. As a result, if the
browser is in full screen mode and that browser respects the escape key as
a means to exit full screen.
As a result, we need to ensure that we listen for the escape key at keydown
rather than keyup, and additionally prevent the default browser behaviour.
This is a workaround to http://yuilibrary.com/projects/yui3/ticket/2532616
and, should that issue be fixed, it should be removed.
2013-01-28 10:35:26 +00:00
Sam Chaffee
56c0878b45
MDL-36881 Handle poorly behaved modname_get_types functions better
...
The modname_get_types function is not always well implemented by
third-party plugins and some return poor data. This in turn leads to
incorrect module definitions, and can lead to problems in both the
'Add an activity...' dropdowns and the Activity chooser.
This will also prevent display of plugins which legitimately can have
subtypes but where no subtypes were found. Since such plugins cannot be
used in this fashion in any case, this is also beneficial.
Signed-off-by: Andrew Robert Nicols <andrew.nicols@lancaster.ac.uk >
2013-01-28 10:21:22 +00:00
Andrew Robert Nicols
344936ae48
MDL-37350 Detach listeners when hiding the 'Add roles' popup
...
If the submit event listener is not correctly closed, then the submit event
calls the relevant callback multiple times incorrectly.
When hiding the Add role dialogue, we need to detach any event listeners
which are applied to it.
2013-01-28 09:57:08 +00:00
Dan Marsden
cce0da745a
MDL-34231 SCORM: Lock after final attempt when using skip content structure or direct navigation to player.php
2013-01-28 21:17:43 +13:00
Sam Hemelryk
502e785311
Merge branch 'w04_MDL-37638_m25_rolecloning' of git://github.com/skodak/moodle
2013-01-28 18:00:07 +13:00
Sam Hemelryk
44a951b28d
Merge branch 'w04_MDL-37666_m25_cssiesend' of git://github.com/skodak/moodle
2013-01-28 17:56:05 +13:00
Sam Hemelryk
d0ac573b7f
Merge branch 'w04_MDL-37713_m25_testdir' of git://github.com/skodak/moodle
2013-01-28 17:53:54 +13:00
Sam Hemelryk
3619009d0b
Merge branch 'MDL-37677-obsolete-cache-debug' of git://github.com/mudrd8mz/moodle
2013-01-28 17:50:48 +13:00
Sam Hemelryk
34e41c81f8
Merge branch 'MDL-37673-muc-groupdata-typo' of git://github.com/mudrd8mz/moodle
2013-01-28 17:49:24 +13:00
Sam Hemelryk
635bc28d98
Merge branch 'MDL-37548-m' of git://github.com/andrewnicols/moodle
2013-01-28 17:46:13 +13:00
Sam Hemelryk
be54d2015d
Merge branch 'wip-MDL-37614_master' of git://github.com/lazydaisy/moodle
2013-01-28 17:40:08 +13:00
Sam Hemelryk
d38df267a0
Merge branch 'wip-MDL-37611_master' of git://github.com/lazydaisy/moodle
2013-01-28 17:40:01 +13:00
Sam Hemelryk
225a85806d
Merge branch 'wip-MDL-37613_master' of git://github.com/lazydaisy/moodle
2013-01-28 17:38:36 +13:00
Sam Hemelryk
56a81ad856
Merge branch 'wip-MDL-37612_master' of git://github.com/lazydaisy/moodle
2013-01-28 17:37:07 +13:00
Sam Hemelryk
58f828ca14
Merge branch 'wip-MDL-29723_master' of git://github.com/lazydaisy/moodle
2013-01-28 17:35:04 +13:00
Sam Hemelryk
f9a71cb033
Merge branch 'MDL-37172' of git://github.com/jmvedrine/moodle
2013-01-28 17:29:24 +13:00
Sam Hemelryk
682a1c0108
Merge branch 'w04_MDL-37728_m25_roledef' of git://github.com/skodak/moodle
2013-01-28 17:25:51 +13:00
Andrew Davis
d8ef2bc03c
MDL-13805 core_message: altered some strings so it isnt weird when viewing a different users messages
2013-01-28 16:07:37 +13:00
Andrew Davis
447df209cf
MDL-13805 core_message: fixed the admin's ability to read another users messages
2013-01-28 16:07:37 +13:00
David Monllao
e8eb2b003a
MDL-37634 lesson: readquestion visibility to protected
2013-01-28 13:45:42 +13:00
Sam Hemelryk
81ee22017a
Merge branch 'MDL-37628-master' of git://github.com/grabs/moodle
2013-01-28 13:42:07 +13:00
Sam Hemelryk
e003d7dc5f
Merge branch 'w04_MDL-37640_m25_zipclose' of git://github.com/skodak/moodle
2013-01-28 13:36:28 +13:00
Sam Hemelryk
0449f2e6da
Merge branch 'w04_MDL-37407_m25_chineseunzip' of git://github.com/skodak/moodle
2013-01-28 13:32:09 +13:00
Sam Hemelryk
7395c2b8e2
Merge branch 'MDL-37414_master' of https://github.com/markn86/moodle
2013-01-28 13:29:17 +13:00
Sam Hemelryk
dff72cde30
Merge branch 'MDL-32750' of git://github.com/colchambers/moodle
2013-01-28 11:57:17 +13:00
Sam Hemelryk
0f54ac5698
Merge branch 'MDL-19069' of git://github.com/rwijaya/moodle
2013-01-28 11:32:53 +13:00
Sam Hemelryk
554b67545b
MDL-37615 block_section_links: brought up to current standards.
2013-01-28 11:18:51 +13:00
Sam Hemelryk
d20337f180
MDL-37644 navigation: new option to display course full names
2013-01-28 10:42:44 +13:00
Sam Hemelryk
1631d5ffdf
MDL-37535 block_section_links: now uses component for settings.
2013-01-28 10:42:29 +13:00
Sam Hemelryk
9890ecfc25
MDL-37545 cache: fixed bug during initialisation and updating of cache config
2013-01-28 10:40:37 +13:00
Sam Hemelryk
5052356574
MDL-37470 cache: definitions can now be purged through config screen
2013-01-28 10:39:47 +13:00
Sam Hemelryk
a037c943bd
MDL-36363 cache: clean up pre-integration
2013-01-28 10:39:23 +13:00
Matteo Scaramuccia
59ca73ff82
MDL-36363 Override instance_deleted() for all cache stores performing just a cleanup() when this action successfully applies over all the definitions of the cache store
2013-01-28 10:39:23 +13:00
Matteo Scaramuccia
56e65baa1e
MDL-36363 Adding/Removing a file store cache instance cleanups the folder too
2013-01-28 10:39:23 +13:00
Matteo Scaramuccia
730cf5acbc
MDL-36363 Added cache_store::instance_created() and cache_store::instance_deleted()
2013-01-28 10:39:22 +13:00
Dan Marsden
fe56bc615d
MDL-37696 SCORM css: don't include style.css multiple times
2013-01-28 10:31:08 +13:00
Mary Evans
009fb7d943
MDL-32420 theme_anomaly: Added custom css settings and tagline.
2013-01-27 20:33:17 +00:00
Petr Škoda
ba4b17dc55
MDL-37728 show role risks
2013-01-27 14:55:06 +01:00
Petr Škoda
c7e2e4d5d1
MDL-37728 list only relevant capabilities when reviewing role permissions
2013-01-27 14:29:27 +01:00
Petr Škoda
3b00599bb6
MDL-37728 show allow matrix info in role overview
2013-01-27 14:14:32 +01:00
Petr Škoda
9e6bfb5221
MDL-37718 release low level recordsets as soon as possible
2013-01-26 17:20:43 +01:00
Petr Škoda
a07c89c632
MDL-37713 let phpunit bootstrap create test dataroot if necessary
2013-01-26 14:59:27 +01:00
Petr Škoda
d8f22c49b1
MDL-37716 standardise enrolment expiration code
2013-01-26 14:55:11 +01:00
Andreas Grabs
82e4dc33f0
MDL-37628 feedback - Coding error in Recent Activity
2013-01-26 11:28:06 +01:00
Jean-Michel Vedrine
a5d7862b58
MDL-37172 Hardcoded strings in some question imports formats
...
AMOS BEGIN
MOV [unknownorunhandledtype,qformat_blackboard_six],[unknownorunhandledtype,question]
AMOS END
2013-01-25 22:31:06 +01:00
Petr Škoda
9226ec1939
MDL-37666 fix comment describing IE CSS limitations
2013-01-25 20:20:04 +01:00
Petr Škoda
019b77cd7e
MDL-37638 fix name of duplicate role
2013-01-25 19:35:40 +01:00
Petr Škoda
be094a59ca
MDL-37499 add test ldap debuginfo
2013-01-25 16:04:03 +01:00
Petr Škoda
a7aff74fcc
MDL-37499 implement basic tests for auth_ldap
2013-01-25 16:00:35 +01:00
Petr Škoda
231b022777
MDL-37407 add support for zh_cn unicode unzip
2013-01-25 15:55:52 +01:00
Tim Hunt
9887aaeb75
MDL-37600 qtype match: fix codechecker issues.
2013-01-25 14:07:33 +00:00
Tim Hunt
87d767343d
MDL-37600 qtype match: remove obsolete DB columns, and obey coding style.
...
Tables renamed to start qtype_match, and qtype_match_options.subquestions
and qtype_match_subquestions.code columnd dropped. Also, qtype_match_options
-> question foreign key link changed to be foreign-unique, since that is
what it should be.
2013-01-25 12:38:16 +00:00
Andrew Robert Nicols
c6dcce6ad3
MDL-37526 Fix lint issues in moodle-core-notification
2013-01-25 12:32:22 +00:00
Andrew Robert Nicols
c112bc6069
MDL-37697 Use the correct editor format for course forums
2013-01-25 12:30:29 +00:00
Tim Hunt
e389874d19
MDL-37694 move quiz unit tests to the right place.
...
Follow-on from MDL-37684.
2013-01-25 12:12:12 +00:00
Petr Škoda
96846ef18b
MDL-37640 close all zip archives after use in unit tests
2013-01-25 12:46:58 +01:00
Colin Chambers
2a22be64ee
MDL-32750 Question: make the html editor tools collapsible
2013-01-25 11:17:41 +00:00
Colin Chambers
f0a64f017c
MDL-37465 Combined feedback: Num correct responses ticked by default
2013-01-25 11:15:50 +00:00
Dan Poltawski
b3778a0dec
MDL-37684 - phpunit add missing definitions to phpunit.xml.dist
2013-01-25 16:33:51 +08:00
Dan Poltawski
a737019604
weekly release 2.5dev
2013-01-25 15:57:30 +08:00
Dan Poltawski
ec0f4373fa
Fix permissions
2013-01-25 15:57:20 +08:00
Dan Poltawski
a7b860a0c7
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2013-01-25 15:56:27 +08:00
Dan Poltawski
ebf6e8f60a
Merge branch 'MDL-37473b' of git://github.com/srynot4sale/moodle
2013-01-25 12:35:40 +08:00
Aaron Barnes
10a8581f2b
MDL-37473 completion: Add missing cap checks to tracked users functions
...
Namely get_num_tracked_users and is_tracked_user()
2013-01-25 17:08:44 +13:00
Dan Poltawski
dec70f2599
Revert "MDL-32652 - Make block drag-drop work throughout Moodle"
...
This reverts commit d7c29c2257 .
2013-01-25 11:52:15 +08:00
David Mudrák
df5d245a05
MDL-37677 Do not display debug info about obsolete string manager caches
2013-01-24 23:14:16 +01:00
David Mudrák
34424d4c8b
MDL-37673 Fix core_groupdata cache definition
2013-01-24 22:52:10 +01:00
Andrew Robert Nicols
0739873052
MDL-37548 Show the incorrect value in a colour picker after validation
2013-01-24 09:23:38 +00:00
Rajesh Taneja
9e1d4eda65
MDL-36619 My Home: Fixed course movement when JS is turned off
2013-01-24 13:57:26 +08:00
Stephen Bourget
0b33e91cd6
MDL-37533 Assign: Fix grading filters to show only assignments needing grading
2013-01-24 10:55:43 +08:00
Damyon Wiese
d43b31094e
MDL-37533 Assign: Use the constant for the submitted status in the query (and parameterize the query)
2013-01-24 10:52:20 +08:00
Stephen Bourget
b7f461419b
MDL-37533 Assign: assign_print_overview does not correctly display assignments that need grading
2013-01-24 10:39:09 +08:00
AMOS bot
7bc7c3fef2
Automatically generated installer lang files
2013-01-24 00:46:47 +00:00
Dan Poltawski
a42a78754f
Merge branch 'MDL-37547-master' of github.com:damyon/moodle
2013-01-23 15:58:34 +08:00
Mark Nelson
93cc145f88
MDL-37082 core_course: include details of deprecation in the upgrade.txt file
2013-01-23 15:55:04 +08:00
Dan Poltawski
1c426a56f8
Merge branch 'MDL-37082-master' of git://github.com/damyon/moodle
2013-01-23 15:53:20 +08:00
Damyon Wiese
8549deb969
MDL-37082: Fixed failed unit tests from previous patch
2013-01-23 15:23:37 +08:00
Aparup Banerjee
46112c0277
Merge branch 'MDL-37100-master' of git://github.com/ankitagarwal/moodle
...
Conflicts:
version.php
2013-01-23 14:57:45 +08:00
Damyon Wiese
d021941d6c
MDL-37547 Assign: Fix failed unit test on oracle.
...
Oracle is rounding numbers with no decimals - which causes a test failure.
2013-01-23 14:56:21 +08:00
Dan Poltawski
bc5165c2be
Merge branch 'MDL-37082_master' of git://github.com/markn86/moodle
2013-01-23 14:45:59 +08:00
Mark Nelson
18aaeef0b6
MDL-37082 mod_assign: removed reference to deprecated delete_course_module function in the unit tests
2013-01-23 14:25:02 +08:00
Jerome Mouneyrac
821676f5b7
MDL-37476 course_create unit test fails if course completion is enabled
2013-01-23 13:54:22 +08:00
David Monllao
1150aeb896
MDL-37458 testing: Removing wrong comments
2013-01-23 13:23:08 +08:00
Eloy Lafuente (stronk7)
c9c75b39fd
Merge branch 'MDL-37619-master' of git://github.com/damyon/moodle
2013-01-23 02:07:53 +01:00
Dan Poltawski
ad3a730c3a
Merge branch 'MDL-37506' of git://github.com/timhunt/moodle
2013-01-23 08:54:32 +08:00
Dan Poltawski
0a93b3127f
Merge branch 'MDL-37082_master' of git://github.com/markn86/moodle
2013-01-23 08:53:02 +08:00
Sam Hemelryk
8c35fcdcd9
Merge branch 'MDL-34435-master' of git://github.com/FMCorz/moodle
...
Conflicts:
version.php
2013-01-23 11:08:55 +13:00
Sam Hemelryk
8af97c2c2e
Merge branch 'wip-MDL-35826-master' of git://github.com/phalacee/moodle
...
Conflicts:
calendar/upgrade.txt
2013-01-23 10:03:42 +13:00
Sam Hemelryk
a659a79f23
MDL-36621 cache: added missing calendar subscription string
2013-01-23 09:58:43 +13:00
Sam Hemelryk
9d98cb9f17
Merge branch 'wip-MDL-34436-master' of git://github.com/phalacee/moodle
2013-01-23 09:54:36 +13:00
Eloy Lafuente (stronk7)
5afd8bfede
Merge branch 'wip-MDL-15930-master' of git://github.com/abgreeve/moodle
2013-01-22 20:34:42 +01:00
Mary Evans
bd5d8b5041
MDL-29723 mod/quiz: Modified show/hide button in edit.php and added some extra CSS rules to styles.css to make Question bank block more compatible/adaptable with themes.
2013-01-22 16:17:11 +00:00
Justin Filip
565c0da9c9
MDL-37625 auth_radius Updated to latest version (1.5.0) of included PEAR Crypt_CHAP library.
2013-01-22 10:42:09 -05:00
Frederic Massart
31a783303e
MDL-29749 phpunit: Windows dir uses backslashes
2013-01-22 16:24:35 +01:00
Ankit Agarwal
38c52ef291
MDL-37100 Version bump
2013-01-22 17:10:31 +08:00
Mark Nelson
a347aee32e
MDL-37082 core_course: create new course_delete_module function that handles the whole deletion process
...
Instead of repeating code all over the place because the original function delete_course_module only partially deletes data, we now place all the functionality needed to delete a module here.
2013-01-22 17:05:16 +08:00
Aparup Banerjee
072844a158
Merge branch 'wip-mdl-37339' of git://github.com/rajeshtaneja/moodle
2013-01-22 16:28:31 +08:00
Dan Poltawski
397ccf1309
MDL-36602 - fix whitespace
2013-01-22 15:45:34 +08:00
Dan Poltawski
079b83f34e
Merge branch 'w03_MDL-36602_m25_mnetuser' of git://github.com/skodak/moodle
2013-01-22 15:44:28 +08:00
Dan Poltawski
d7687c3a23
Merge branch 'w03_MDL-37257_m25_enrolsettings' of git://github.com/skodak/moodle
2013-01-22 15:37:36 +08:00
Dan Poltawski
bfaf3041fa
Merge branch 'wip-mdl-32526' of git://github.com/rajeshtaneja/moodle
2013-01-22 14:00:26 +08:00
Aparup Banerjee
1a6192f928
Merge branch 'MDL-37547-master' of github.com:damyon/moodle
2013-01-22 13:57:25 +08:00
Ankit Agarwal
e6a1f8c102
MDL-37100 webservices: Adding warnings and cleaning up get_calendar_events() api
2013-01-22 13:54:49 +08:00
Ankit Agarwal
15c0b1ccef
MDL-37101 phpunit: phpunit tests for ws api core_calendar_create_calendar_events
2013-01-22 13:53:23 +08:00
Ankit Agarwal
494a6389eb
MDL-37101 webservices:Implement ws api core_calendar_create_calendar_events
2013-01-22 13:53:22 +08:00
Jason Fowler
512edd65d8
MDL-35826 - Calendar - Creating a caption containing the month name for mini-calendars
2013-01-22 13:51:09 +08:00
Dan Poltawski
499e1f11a5
Merge branch 'MDL-36138-master' of git://github.com/StudiUM/moodle
2013-01-22 13:40:02 +08:00
Damyon Wiese
c1432fad2c
MDL-37619 Assign: Fix failed unit tests for mod/assign/lib.php
...
The failure was caused by a regression in MDL-37527.
2013-01-22 13:34:01 +08:00
Dan Poltawski
5a4a346834
Merge branch 'MDL-33206-master' of git://github.com/StudiUM/moodle
2013-01-22 12:58:27 +08:00
Dan Poltawski
f6623fe130
Merge branch 'MDL-27164-master' of git://github.com/micaherne/moodle
2013-01-22 12:51:51 +08:00
Dan Poltawski
cba645b850
Merge branch 'master_MDL-36853' of git://github.com/danmarsden/moodle
2013-01-22 12:49:18 +08:00
Dan Poltawski
928639c06e
Merge branch 'MDL-37275_master' of git://github.com/markn86/moodle
2013-01-22 12:46:09 +08:00
Dan Poltawski
8f43dfac3a
Merge branch 'MDL-37375' of git://github.com/rwijaya/moodle
2013-01-22 12:43:47 +08:00
Dan Poltawski
011ee6742f
Merge branch 'MDL-37426-m' of git://github.com/andrewnicols/moodle
2013-01-22 12:41:12 +08:00
Dan Poltawski
f5ba8b0f03
Merge branch 'w03_MDL-37593_m25_httpslogineditor' of git://github.com/skodak/moodle
2013-01-22 12:35:54 +08:00
Aparup Banerjee
447e59a1f2
Merge branch 'wip-MDL-37541-master' of git://github.com/marinaglancy/moodle
...
Conflicts:
repository/wikimedia/wikimedia.php
2013-01-22 12:10:48 +08:00
Dan Poltawski
8cd57fb26a
Merge branch 'MDL-37430-master' of github.com:damyon/moodle
2013-01-22 11:53:10 +08:00
Dan Poltawski
ad0bcfe6a6
Merge branch 'MDL-35357' of git://github.com/rwijaya/moodle
2013-01-22 11:48:04 +08:00
Dan Poltawski
97d3e09cd8
Merge branch 'MDL-37599' of git://github.com/timhunt/moodle
2013-01-22 11:40:04 +08:00
Aparup Banerjee
8b042b1cc8
Merge branch 'MDL-37583' of git://github.com/timhunt/moodle
2013-01-22 11:37:24 +08:00
Sam Hemelryk
59573bb447
MDL-36621 calendar: fixed up conflict error
2013-01-22 16:35:48 +13:00
Sam Hemelryk
36546841f1
Merge branch 'MDL-36621-master' of git://github.com/ankitagarwal/moodle
...
Conflicts:
calendar/lib.php
lib/db/caches.php
version.php
2013-01-22 16:35:03 +13:00
Dan Poltawski
68a6d87684
Merge branch 'MDL-37473' of git://github.com/srynot4sale/moodle
2013-01-22 11:14:19 +08:00
Dan Poltawski
c9ae6d3c27
Merge branch 'MDL-17812' of git://github.com/timhunt/moodle
2013-01-22 11:11:53 +08:00
Aparup Banerjee
60f95aad6c
Merge branch 'MDL-37585' of git://github.com/timhunt/moodle
2013-01-22 11:08:16 +08:00
Aparup Banerjee
c0038fbe5b
Merge branch 'MDL-37540-master' of git://github.com/damyon/moodle
2013-01-22 10:59:26 +08:00
Aparup Banerjee
5d4183b94f
Merge branch 'MDL-37543-master' of git://github.com/damyon/moodle
2013-01-22 10:56:06 +08:00
Mark Nelson
d448625682
MDL-37414 blocks: re-added the ability to add some blocks to the My Moodle
2013-01-22 10:52:41 +08:00
Marina Glancy
1d3791018b
MDL-37541 Wikimedia allows to resize found images
2013-01-22 13:48:59 +11:00
Marina Glancy
df8b1e7358
MDL-37541 Wikimedia returns more information about images
2013-01-22 13:41:38 +11:00
Eloy Lafuente (stronk7)
cccdddf241
Merge branch 'MDL-37539-master' of github.com:damyon/moodle
2013-01-22 02:11:27 +01:00
Dan Poltawski
22aabad2d8
Merge branch 'MDL-37358-master' of git://github.com/mouneyrac/moodle
2013-01-22 09:05:46 +08:00
Damyon Wiese
f518843d4c
MDL-37539 assign: Fix unit test after changes to upgrade for advanced file assignments.
2013-01-22 09:04:13 +08:00
Eloy Lafuente (stronk7)
0aaf378cf9
Merge branch 'MDL-36104_master' of https://github.com/markn86/moodle
2013-01-22 01:11:48 +01:00
Eloy Lafuente (stronk7)
17f394f81a
Merge branch 'MDL-37539-master' of github.com:damyon/moodle
2013-01-22 01:05:54 +01:00
Eloy Lafuente (stronk7)
29a4621e47
Merge branch 'MDL-28512' of git://github.com/timhunt/moodle
2013-01-22 01:02:12 +01:00
Eloy Lafuente (stronk7)
6501e6e037
Merge branch 'wip-mdl-37432' of git://github.com/rajeshtaneja/moodle
2013-01-22 00:52:42 +01:00
Mary Evans
4c085aed64
MDL-37614 report/completion: changed generalbox class in table to generaltable class in user.php
2013-01-21 23:51:47 +00:00
Mary Evans
0434dd2482
MDL-37613 mod: changed generalbox class in table to generaltable class in mod/feedback (2 files);mod/glossary (3 files);mod/wiki (1 file).
2013-01-21 23:38:46 +00:00
Mary Evans
eb610eb90d
MDL-37612 course: changed 1 instance of generalbox class to generaltable class in each of the following category.php, lib.php, search.php
2013-01-21 23:12:20 +00:00
Mary Evans
42d733dcdf
MDL-37611 block/completionstatus: changed 2 insances of generalbox class to generaltable class in details.php
2013-01-21 22:51:37 +00:00
Eloy Lafuente (stronk7)
37027f431b
Merge branch 'MDL-29749-master-4th' of git://github.com/FMCorz/moodle
2013-01-21 23:26:35 +01:00
Sam Hemelryk
0774b0d34c
Merge branch 'MDL-37563-master' of git://github.com/damyon/moodle
2013-01-22 09:10:44 +13:00
Eloy Lafuente (stronk7)
fa669c49ad
Merge branch 'w03_MDL-36411_m25_setup' of git://github.com/skodak/moodle
2013-01-21 20:08:12 +01:00
Eloy Lafuente (stronk7)
ea4edbd6bc
Merge branch 'MDL-37577' of git://github.com/timhunt/moodle
2013-01-21 20:01:39 +01:00
Eloy Lafuente (stronk7)
6ee4df92ab
Merge branch 'MDL-35924_master' of https://github.com/markn86/moodle
2013-01-21 19:41:45 +01:00
Eloy Lafuente (stronk7)
509c2758ce
Merge branch 'MDL-34050' of git://github.com/rwijaya/moodle
2013-01-21 16:47:18 +01:00
Tim Hunt
805e32f74e
MDL-37577 quiz overdue handling: optimise database query
...
This is the standard trick of adding a redundant WHERE clause to a
subquery to help the database realise that it does not have to inspect
so many rows.
2013-01-21 13:21:38 +00:00
Tim Hunt
b5d09003bb
MDL-37599 question import: add missing string.
...
AMOS BEGIN
MOV [matcherror,question],[invalidgrade,question]
AMOS END
2013-01-21 12:07:47 +00:00
Aparup Banerjee
5650cdb8fc
Merge branch 'wip-MDL-37541-master' of git://github.com/marinaglancy/moodle
2013-01-21 17:06:09 +08:00
Tim Hunt
74fa94b26a
MDL-37585 Make $DB->set_debug(true) show run time of each query.
2013-01-21 08:48:15 +00:00
Petr Škoda
1764cd8e6f
MDL-37593 use https for editor script if required
2013-01-21 09:40:15 +01:00
Michael de Raadt
25784512cd
MDL-35357 Lesson Module: fixed undefined property for $answerformat
2013-01-21 15:35:39 +08:00
Aparup Banerjee
93c62e0cd8
Merge branch 'w03_MDL-37559_m25_otherusers' of git://github.com/skodak/moodle
2013-01-21 15:26:13 +08:00
Aparup Banerjee
4e0828c954
Merge branch 'MDL-37571' of git://github.com/tmuras/moodle
2013-01-21 15:05:46 +08:00
Rossiani Wijaya
d264e5d72c
MDL-37375 Report: fixed blog post link from course activity report
2013-01-21 14:59:23 +08:00
Marina Glancy
ebe9d4965d
MDL-37541 Wikimedia returns more information about images
2013-01-21 17:30:10 +11:00
Mark Nelson
7e5be0744c
MDL-36104 mod_assign: added hidden labels to the feedback input fields
2013-01-21 12:50:34 +08:00
Aparup Banerjee
ebf5d99c61
Merge branch 'wip-MDL-37591_master' of git://github.com/lazydaisy/moodle
2013-01-21 12:49:15 +08:00
Aparup Banerjee
410fee1239
Merge branch 'wip-MDL-37592_master' of git://github.com/lazydaisy/moodle
2013-01-21 12:38:13 +08:00
Andrew Davis
245d1d28c2
MDL-37352 core_grade:fixed some ajax display issues
2013-01-21 12:27:44 +08:00
Rossiani Wijaya
cdc018ad2d
MDL-19069 RSS feed block: Removed link for remote RSS feeds on navigation
2013-01-21 11:56:42 +08:00
Ankit Agarwal
c66dc3dff5
MDL-37101 webservices: Define ws api core_calendar_create_calendar_events
2013-01-21 11:53:33 +08:00
Dan Poltawski
77ea8340de
Merge branch 'MDL-37458_master' of git://github.com/dmonllao/moodle
2013-01-21 11:14:38 +08:00
Ankit Agarwal
793d38552a
MDL-37100 webservices: Define core_calendar_get_calendar_events() api
2013-01-21 11:05:50 +08:00
Ankit Agarwal
261a41f16d
MDL-37100 webservices: Adding warnings and cleaning up get_calendar_events() api
2013-01-21 11:05:50 +08:00
Ankit Agarwal
7c30224aeb
MDL-37100 webservices: PHPunit tests for core_calendar_get_calendar_events()
2013-01-21 11:05:50 +08:00
Ankit Agarwal
475896bdbc
MDL-37100 webservices: Implement core_calendar_get_calendar_events()
2013-01-21 11:05:50 +08:00
Dan Poltawski
73ce4ac996
Merge branch 'MDL-37457_master' of git://github.com/dmonllao/moodle
2013-01-21 10:53:12 +08:00
Rajesh Taneja
f40c37d005
MDL-37432 Calendar: If Calendar url is invalid then remove invalid subscription
2013-01-21 10:46:19 +08:00
Rajesh Taneja
378cb038b2
MDL-37432 Calendar: Added check for empty calendar url
2013-01-21 10:28:32 +08:00
Dan Poltawski
b77cce5c5c
Merge branch 'MDL-30769_iframe' of git://github.com/rwijaya/moodle
2013-01-21 10:25:42 +08:00
Dan Poltawski
be576cb0e8
Merge branch 'wip-mdl-36674' of git://github.com/rajeshtaneja/moodle
2013-01-21 10:15:16 +08:00
Dan Poltawski
2073bb7632
Merge branch 'MDL-35074_master_2' of git://github.com/pauln/moodle
2013-01-21 10:07:43 +08:00
Dan Poltawski
66bfd52a62
Merge branch 'MDL-37527-master' of github.com:damyon/moodle
2013-01-21 10:03:34 +08:00
Dan Poltawski
94abbef12f
Merge branch 'MDL-32652_master' of git://github.com/pauln/moodle
2013-01-21 09:59:35 +08:00
Dan Poltawski
2f61796c26
Merge branch 'w03_MDL-36809_m25_mysqlipers' of git://github.com/skodak/moodle
2013-01-21 09:04:57 +08:00
Dan Poltawski
3be10301e9
Merge branch 'master_MDL-36421' of git://github.com/danmarsden/moodle
2013-01-21 09:01:00 +08:00
AMOS bot
18ec2dcd40
Automatically generated installer lang files
2013-01-21 00:44:52 +00:00
Mary Evans
ac6efbaf22
MDL-37592 admin/toot/xmldb/actions/: changed all instances of generalbox class to generaltable class in twelve files as listed.
2013-01-20 22:23:53 +00:00
Mary Evans
01e34f156a
MDL-37591 admin/mnet: replaced generalbox class with generaltable
2013-01-20 21:52:09 +00:00
Sam Hemelryk
528d2633df
Merge branch 'MDL-37295-master' of git://github.com/ankitagarwal/moodle
2013-01-21 10:18:33 +13:00
Sam Hemelryk
11a5fab670
Merge branch 'MDL-35817' of git://github.com/rwijaya/moodle
2013-01-21 09:47:00 +13:00
Andrew Davis
40fcc26189
MDL-36757 course: avoid accidently overwriting the hidden/visible values set on grade items
2013-01-21 09:33:02 +13:00
ppichet
c2ba17858c
MDL-33105 flexible apply_units() function
...
Allow use of thousands separator as long as the decimal separator
is used in the number.
2013-01-19 15:36:31 -05:00
Petr Škoda
00c269db37
MDL-37559 fix display of multiple roles of other users
...
Credit goes to Tyron Delean, thanks.
2013-01-19 16:50:38 +01:00
Petr Škoda
9dcae46d93
MDL-36602 support mnethostid in user csv upload tool
...
Remote users can not be created, updated or deleted. The only allowed operations are suspending, enrolling and adding to cohort or group.
2013-01-19 13:27:00 +01:00
Petr Škoda
33b5b9f97a
MDL-36809 add support for mysqli persistent connections
2013-01-19 13:25:28 +01:00
Petr Škoda
6a8e467916
MDL-36411 make sure asserts in setUp() do not cause problems
2013-01-19 13:19:49 +01:00
Petr Škoda
c7a3399041
MDL-37257 improve enrol overview page and enrol plugin info
2013-01-19 13:14:41 +01:00
ppichet
1649a4f7ea
MDL-29691 Improve numerical format in multianswer
...
Allow the use of , as decsep in multianswer numerical subquestions
2013-01-18 21:48:56 -05:00
Tim Hunt
b4cb095798
MDL-17812 shortanswer qtype: rename DB stuff to match coding guidelines.
...
We should be leading by example in Moodle core.
2013-01-18 15:53:35 +00:00
Jean-Philippe Gaudreau
5595391eae
MDL-33206 mod_book: Add a link to display the print dialog in the print book tool
2013-01-18 10:49:45 -05:00
Gilles-Philippe Leblanc
99f66eb139
MDL-36138 auth_cas: Fix CAS Authentication Strict Standards warnings
2013-01-18 10:02:37 -05:00
Tim Hunt
283cbd825c
MDL-37583 quiz statistics report. Delete junk code.
2013-01-18 14:43:17 +00:00
Tim Hunt
fbfa572d70
MDL-28512 qtype essay: clean up garbage qtype_essay_options rows.
2013-01-18 12:20:10 +00:00
Tim Hunt
19835d4aff
MDL-28512 qtype essay: clean up properly when a question is deleted.
2013-01-18 11:27:53 +00:00
Tim Hunt
03cefcc91b
MDL-37506 question code: incorrect preg_quote uses.
...
For preg_quote to work reliably, you must pass the delimiter you are
using for your regular expression. In many places we were failing to do
that.
2013-01-18 11:18:54 +00:00
Mark Nelson
e06bfd3df3
MDL-35924 filemanager: added label for the input field when creating a new folder
2013-01-18 15:36:25 +08:00
Mark Nelson
26741e3e2f
MDL-37275 webservices: ensure a webservice function is chosen before attempting to add to service
2013-01-18 15:34:33 +08:00
Dan Poltawski
a5ec499521
weekly release 2.5dev
2013-01-18 14:28:36 +08:00
Dan Poltawski
a3891a2f47
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2013-01-18 14:27:21 +08:00
Petr Skoda
b5fc5675a2
MDL-30769 - URL module: always use iframe instead of problematic object tag
2013-01-18 11:11:49 +08:00
Rajesh Taneja
b2da647202
MDL-34190 Course: Role with student archtype should be selected as default in user list
2013-01-18 10:10:57 +08:00
David Monllao
0ea35584ae
MDL-37458 testing common methods generalization
2013-01-18 09:17:30 +08:00
Tomasz Muras
6212ec3217
MDL-37571 Correct form element id.
2013-01-17 23:03:27 +01:00
Petr Škoda
009f190c69
MDL-37429 hack around zip limitations in PHP versions < 5.3.10
2013-01-17 16:48:29 +01:00
Dan Poltawski
9f780282fa
MDL-31682 - fix for online text assignments
2013-01-17 15:48:29 +08:00
Marina Glancy
8df0765ad1
MDL-37085 bug fix with glued together class names
2013-01-17 15:19:09 +08:00
David Monllao
f822840223
MDL-37458 testing tests finder externalization
2013-01-17 15:15:27 +08:00
Damyon Wiese
7720f485c9
MDL-37563 Assignment upgrade: Upgrade conditional activity settings.
2013-01-17 14:00:46 +08:00
Dan Poltawski
361dfe6572
Merge branch 'wip-mdl-29534' of git://github.com/rajeshtaneja/moodle
2013-01-17 13:47:25 +08:00
Rajesh Taneja
e9c55e3993
MDL-29534 Forum: Fixed userfrom reference problem
2013-01-17 13:45:01 +08:00
Ankit Agarwal
e73b527c82
MDL-36621 calendar: cache calendar subscriptions and showicalsource setting
...
Now MUC is used to cache subscription information when the constructor for an event is called, which is child of a ical subscription.
A new setting calendar_showicalsource is introduced which controls if the ical source should be displayed along with events in the calendar
Also minor changes has been done in places to make sure subscription id is always associated with ical events
2013-01-17 13:40:06 +08:00
Rossiani Wijaya
a170cdf4a4
MDL-35817 login: convert html tag to use html_writer and change <a> tag id to be more specific to login
2013-01-17 13:01:27 +08:00
Damyon Wiese
5389dfb0eb
MDL-37539 Assignment upgrade: Disable submission comments if allow notes was not enabled.
...
For advanced upload of files only - this setting was stored in var2.
2013-01-17 12:15:00 +08:00
Rajesh Taneja
68e12697a3
MDL-35780 Administration: current user email should be always displayed on participants page
2013-01-17 11:56:47 +08:00
Damyon Wiese
f531ca72f9
MDL-37540 Assignment upgrade: Upgrade setting "Hide description before due date"
...
Advanced upload of files has this setting which is stored in var3.
2013-01-17 11:44:57 +08:00
Frederic Massart
caf16a57e5
MDL-29749 files: Improved params PARAM_PATH and PARAM_FILE
...
The logic change here allows for multiple dots to be part
of a file name or folder name. Most Unit Tests have not
been altered and reflect the exact logic as it was before.
2013-01-17 11:32:59 +08:00
Ankit Agarwal
07c03ff96a
MDL-36621 calendar: Display subscription info in calendar event popups
2013-01-17 11:09:50 +08:00
Ankit Agarwal
8a7326ed4e
MDL-36621 calendar: Ical event should display source info
2013-01-17 11:09:50 +08:00
Damyon Wiese
01d29b3907
MDL-37543 Assignment upgrade: convert advanced upload files "Send for marking" setting
...
Advanced upload files assignment type has "Enable send for marking" setting instead
of "Allow resubmissions". Needs special handling in upgrade code to convert to
"Require students click submit button".
2013-01-17 11:05:31 +08:00
Dan Poltawski
b1ffa78675
Merge branch 'wip-MDL-34398-m25-integration' of git://github.com/samhemelryk/moodle
2013-01-17 10:36:10 +08:00
Dan Poltawski
b630c53591
Merge branch 'MDL-37374' of git://github.com/timhunt/moodle
2013-01-17 10:22:55 +08:00
Marina Glancy
cf003abc92
MDL-37085 bug fix in link for module subtypes. Thanks to Andrew Nicols
2013-01-17 14:51:25 +13:00
Sam Hemelryk
e17dbeeb1a
MDL-34398 groups: implemented caching of group information.
2013-01-17 09:24:58 +13:00
Sam Hemelryk
11fbebb029
MDL-36035 course: fixed typo in function name
2013-01-17 09:15:26 +13:00
Eloy Lafuente (stronk7)
937ad8c626
Merge branch 'MDL-37555' of git://github.com/stronk7/moodle
2013-01-16 20:52:47 +01:00
Tim Hunt
67cc80197f
MDL-31616 blocks: ensure showinsubcontexts is only 0 or 1 in the DB.
2013-01-16 19:16:09 +01:00
Eloy Lafuente (stronk7)
c6523d2f94
MDL-37555 Apply realpath() 2 CFG->phpunit_dataroot
2013-01-16 16:15:56 +01:00
Eloy Lafuente (stronk7)
460ab53860
NOBUG: mini-bump to help cache definitions.
2013-01-16 15:57:46 +01:00
Tim Hunt
a8e577debb
MDL-37374 questions: fix property_exists calls.
2013-01-16 11:13:53 +00:00
Damyon Wiese
cb5b486040
MDL-37547 Assignment: Add unit tests for mod/assign/lib.php
2013-01-16 16:36:19 +08:00
Rajesh Taneja
1a9d21dc21
MDL-32526 Course: After creating course user should be redirected to newly created course
...
After creating a new course if user has capability to enrol users then
enrol user page should be visible else user should see newly created course
2013-01-16 16:16:43 +08:00
Marina Glancy
aa2b293e8e
MDL-37207 modchoosertoggle: added checks that user can update course
2013-01-16 15:51:02 +08:00
Dan Poltawski
c5c50786f6
Merge branch 'wip-MDL-37085-master' of git://github.com/marinaglancy/moodle
2013-01-16 14:17:40 +08:00
Marina Glancy
db82b13050
MDL-37085 changed echo to return - little bug fix
2013-01-16 17:14:51 +11:00
Dan Poltawski
ac6486e36f
Merge branch 'wip-MDL-37536-m25' of git://github.com/samhemelryk/moodle
2013-01-16 13:51:58 +08:00
Dan Poltawski
f2c87dd530
Merge branch 'MDL-37546-master' of github.com:damyon/moodle
2013-01-16 13:49:34 +08:00
Damyon Wiese
f93fdcef86
MDL-37546 Assignment fix assign_get_recent_mod_activity code cleanup regression.
2013-01-16 13:48:15 +08:00
David Monllao
3f7211f45a
MDL-37458 testing lock externalization
2013-01-16 13:43:25 +08:00
Sam Hemelryk
20a3199397
Merge branch 'wip-mdl-35873' of git://github.com/rajeshtaneja/moodle
2013-01-16 18:22:04 +13:00
Damyon Wiese
425a634b58
MDL-37527 Assignment - Change query for print_overview so it uses an index (postgres)
...
Reported by Mark Neilsen.
2013-01-16 13:20:27 +08:00
Dan Poltawski
7acc743f06
Merge branch 'MDL-36553' of git://github.com/rwijaya/moodle
2013-01-16 13:19:36 +08:00
Dan Poltawski
222f608433
Merge branch 'wip-MDL-36968-int' of git://github.com/marinaglancy/moodle
2013-01-16 13:16:40 +08:00
Rossiani Wijaya
b3e02098a4
MDL-36553: Admin settings: remove border attribute from HTML settings table
2013-01-16 13:15:40 +08:00
Marina Glancy
a3f66bdeac
MDL-36968 Move function print_recent_activity() to the block recent_activity
2013-01-16 16:13:04 +11:00
Dan Poltawski
0883d08fd0
Merge branch 'w02_MDL-37187_m25_flatfile' of git://github.com/skodak/moodle
2013-01-16 11:53:00 +08:00
Dan Poltawski
50ac16b8d0
Merge branch 'MDL-31484_anonymous_user_clash' of git://github.com/davosmith/moodle
2013-01-16 11:45:22 +08:00
Dan Poltawski
856df69f3d
Merge branch 'MDL-36708-master' of git://github.com/FMCorz/moodle
2013-01-16 11:39:03 +08:00
Frederic Massart
212dac2724
MDL-36708 files: Fixed missing key in array
2013-01-16 11:28:14 +08:00
Dan Poltawski
0f94289c1d
Merge branch 'MDL-33688_dndupload_progress' of git://github.com/davosmith/moodle
...
Conflicts:
files/renderer.php
lib/outputrenderers.php
2013-01-16 11:18:18 +08:00
Dan Poltawski
47ee9f9100
Merge branch 'w02_MDL-35899_m25_cohortsort' of git://github.com/skodak/moodle
2013-01-16 11:09:21 +08:00
Dan Poltawski
cb598688a8
Merge branch 'w02_MDL-37175_m25_paypalmanage' of git://github.com/skodak/moodle
2013-01-16 10:54:55 +08:00
Dan Poltawski
82420bbb91
Merge branch 'w02_MDL-37184_m25_editenrol' of git://github.com/skodak/moodle
2013-01-16 10:19:57 +08:00
Dan Poltawski
a201b57657
Merge branch 'MDL-36412-master' of git://github.com/sammarshallou/moodle
2013-01-16 09:54:26 +08:00
Rajesh Taneja
3ac4ad0050
MDL-37339 Administration: Unique custom profile should not be checked if it's empty.
...
Currently we have two options for custom profile fields 'Unique' and 'Required'
If value s not entered for unique and not required field then we should allow
duplicate empty values. If value is entered then we should check for unique input.
In case field is unique and required then it should be always checked as required
field can't be empty.
2013-01-16 09:44:32 +08:00
Eloy Lafuente (stronk7)
3431860f54
Merge branch 'w02_MDL-36988_m25_switchrole' of git://github.com/skodak/moodle
2013-01-16 02:27:48 +01:00
Sam Hemelryk
759a302454
MDL-37536 cache: fixed typo
2013-01-16 14:22:58 +13:00
Eloy Lafuente (stronk7)
0c198a1b59
Merge branch 'w02_MDL-37429_m25_zippacker' of git://github.com/skodak/moodle
...
Conflicts:
lib/upgrade.txt
2013-01-16 02:22:26 +01:00
Eloy Lafuente (stronk7)
06d78e8209
Merge branch 'MDL-36257-master' of git://git.luns.net.uk/moodle
2013-01-16 02:05:27 +01:00
Eloy Lafuente (stronk7)
becb4de707
Merge branch 'w02_MDL-37019_m25_metadef' of git://github.com/skodak/moodle
2013-01-16 01:58:08 +01:00
AMOS bot
e62c59c8c3
Automatically generated installer lang files
2013-01-16 00:43:42 +00:00
Eloy Lafuente (stronk7)
a932fa439f
MDL-35775 Whitespace fix.
2013-01-16 01:30:19 +01:00
Eloy Lafuente (stronk7)
91d5e08aa3
Merge branch 'MDL-35775-master' of git://github.com/micaherne/moodle
2013-01-16 01:28:53 +01:00
Eloy Lafuente (stronk7)
a91350609e
Merge branch 'wip-MDL-34344-m25' of git://github.com/samhemelryk/moodle
...
Conflicts:
lib/db/caches.php
2013-01-16 01:08:26 +01:00
Sam Hemelryk
3909faf45a
MDL-23504 admin: fixed whitespace issue
2013-01-16 12:00:37 +13:00
Sam Hemelryk
e265716f69
Merge branch 'wip-mdl-23504' of git://github.com/rajeshtaneja/moodle
2013-01-16 11:06:39 +13:00
Sam Hemelryk
ec16ef1f85
Merge branch 'wip-MDL-35818-master' of git://github.com/phalacee/moodle
2013-01-16 11:03:39 +13:00
Sam Hemelryk
00ba185d52
Merge branch 'wip-MDL-36967-master' of git://github.com/marinaglancy/moodle
...
Conflicts:
lib/deprecatedlib.php
2013-01-16 11:01:16 +13:00
Eloy Lafuente (stronk7)
d9b9d22fa1
Merge branch 'MDL-37173-m' of git://github.com/andrewnicols/moodle
2013-01-15 21:56:13 +01:00
Eloy Lafuente (stronk7)
493d8f781c
Merge branch 'MDL-37354-master' of git://github.com/mouneyrac/moodle
...
Conflicts:
message/tests/externallib_test.php
2013-01-15 21:50:31 +01:00
Eloy Lafuente (stronk7)
563bcc2322
Merge branch 'MDL-31726' of git://github.com/colchambers/moodle
2013-01-15 21:44:38 +01:00
Petr Škoda
aae028d9e3
MDL-36988 cleanup role switching
...
This patch uses local URLs in parameters because it is more compatible
with various security hacks. Session key is not added automatically to
return url for safety reasons - we do not want to execute some random
action again. POST pages are now returned to course page too.
2013-01-15 21:44:20 +01:00
Petr Škoda
59e7cc03d7
MDL-37184 document new general enrolment editing page
2013-01-15 21:29:10 +01:00
Petr Škoda
3cb856c744
MDL-37429 document zip packer improvements
2013-01-15 20:45:36 +01:00
Eloy Lafuente (stronk7)
ee5c647e84
Merge branch 'MDL-31616' of git://github.com/timhunt/moodle
2013-01-15 20:14:03 +01:00
Eloy Lafuente (stronk7)
dcb21e6cc1
Merge branch 'wip-mdl-37062' of git://github.com/rajeshtaneja/moodle
2013-01-15 20:04:21 +01:00
Eloy Lafuente (stronk7)
fcdc9b7717
NOBUG: 1 more whitespace, was hurting my eyes all the time.
2013-01-15 19:20:17 +01:00
Eloy Lafuente (stronk7)
3af9d77c1d
MDL-33117 Whitespace fixes
2013-01-15 19:09:57 +01:00
Andrew Robert Nicols
d7d68b03ee
MDL-37426 Fix JSHint issues for moodle-core-formchangechecker
2013-01-15 17:34:04 +00:00
Eloy Lafuente (stronk7)
0943a0ce11
Merge branch 'MDL-34883_unit_tests' of git://github.com/andyjdavis/moodle
2013-01-15 18:21:12 +01:00
Eloy Lafuente (stronk7)
ceda80962c
Merge branch 'MDL-37395-master' of git://github.com/sammarshallou/moodle
2013-01-15 18:17:12 +01:00
Eloy Lafuente (stronk7)
62a9604677
Merge branch 'MDL-36553' of git://github.com/rwijaya/moodle
2013-01-15 18:12:20 +01:00
Eloy Lafuente (stronk7)
ada893d339
Merge branch 'MDL-36554' of git://github.com/rwijaya/moodle
2013-01-15 18:02:26 +01:00
Eloy Lafuente (stronk7)
dfcb38a1c7
Merge branch 'wip-MDL-37207-master' of git://github.com/marinaglancy/moodle
2013-01-15 18:00:17 +01:00
Ben Johnson
7536464d61
MDL-36421 SCORM: fix SCORM course format new window popups
2013-01-15 21:42:56 +13:00
Dan Poltawski
a9081ce630
MDL-37313 question: fix trailing whitespace
2013-01-15 16:36:14 +08:00
Dan Poltawski
12576d356a
Merge branch 'MDL-37313' of git://github.com/jmvedrine/moodle
2013-01-15 16:35:17 +08:00
Dan Poltawski
2773aa41de
Merge branch 'MDL-30070-master' of git://github.com/FMCorz/moodle
2013-01-15 16:04:57 +08:00
Frederic Massart
d6731600c8
MDL-30070 message: Web Services for contact list
2013-01-15 16:04:00 +08:00
Rossiani Wijaya
c316c3944e
MDL-35817 Login: set page focus to error message for login error
2013-01-15 15:45:15 +08:00
Frederic Massart
a03330bd16
MDL-30070 message: Optimised search for users over multiple courses
2013-01-15 15:15:47 +08:00
Dan Poltawski
d7738ce27c
Merge branch 'MDL-36529' of git://github.com/colchambers/moodle
2013-01-15 14:55:18 +08:00
Dan Poltawski
864ff70c74
Merge branch 'MDL-36534' of git://github.com/timhunt/moodle
2013-01-15 14:44:28 +08:00
Dan Poltawski
a85d61e812
Merge branch 'MDL-28705_master' of git://github.com/dmonllao/moodle
2013-01-15 14:32:22 +08:00
Dan Poltawski
2429051d2f
Merge branch 'MDL-37381-master' of git://github.com/mouneyrac/moodle
2013-01-15 14:29:41 +08:00
David Monllao
7cd5340f05
MDL-28705 enrol_imsenterprise Quick unit tests fix
2013-01-15 14:24:57 +08:00
Ankit Agarwal
c524394d88
MDL-37295 forum: Parse old log entries during restore
2013-01-15 13:57:40 +08:00
Dan Poltawski
0efd8de527
Merge branch 'w02_MDL-36898_m25_ccontact' of git://github.com/skodak/moodle
2013-01-15 13:57:39 +08:00
Dan Poltawski
09ade47f55
Merge branch 'MDL-36708-master' of git://github.com/FMCorz/moodle
2013-01-15 13:55:50 +08:00
Dan Poltawski
85533e2a03
Merge branch 'MDL-37077-master' of git://github.com/ankitagarwal/moodle
2013-01-15 13:54:40 +08:00
Ankit Agarwal
644a7ef7a4
MDL-37077 phpunit: Adding phpunit tests for the ws api core_calendar_delete_event
2013-01-15 13:54:38 +08:00
Frederic Massart
7aff468346
MDL-36708 files: Checking the size limit of a draft area does include references
2013-01-15 13:48:05 +08:00
Dan Poltawski
5b2d44e9ca
Merge branch 'w02_MDL-37391_m25_enrolconnection' of git://github.com/skodak/moodle
2013-01-15 13:43:20 +08:00
Dan Poltawski
cd7d79d3ab
Merge branch 'w02_MDL-37064_m25_languser' of git://github.com/skodak/moodle
2013-01-15 13:36:44 +08:00
Ankit Agarwal
01bea07d93
MDL-37077 webservices: Implementing the WS api core_calendar_delete_calendar_events()
2013-01-15 13:23:14 +08:00
Ankit Agarwal
5e1350abaa
MDL-37077 webservices: Define the ws api method for deleting calendar events
2013-01-15 13:23:13 +08:00
Dan Poltawski
9d40849d46
Merge branch 'MDL-37162_master' of git://github.com/pauln/moodle
2013-01-15 13:23:02 +08:00
Dan Poltawski
8b16bbfc68
Merge branch 'MDL-35556d' of git://github.com/srynot4sale/moodle
2013-01-15 13:15:31 +08:00
Dan Poltawski
bfee251334
Merge branch 'MDL-33669' of git://github.com/equella/moodle
2013-01-15 13:13:53 +08:00
Dan Poltawski
cc1521f57b
Merge branch 'MDL-37355-master' of git://github.com/mouneyrac/moodle
2013-01-15 13:11:46 +08:00
Dan Poltawski
27885779bc
Merge branch 'MDL-36991-master' of git://github.com/sammarshallou/moodle
2013-01-15 13:06:10 +08:00
Dan Poltawski
76a32e1a6f
Merge branch 'MDL-37374' of git://github.com/timhunt/moodle
2013-01-15 12:59:33 +08:00
Dan Poltawski
01dcd9d770
Merge branch 'MDL-35793' of git://github.com/timhunt/moodle
2013-01-15 12:56:51 +08:00
Dan Poltawski
9cbb0944c9
Merge branch 'MDL-28705_master' of git://github.com/dmonllao/moodle
2013-01-15 12:54:28 +08:00
Dan Poltawski
d0827c938f
Merge branch 'wip-MDL-30998-master' of git://github.com/marinaglancy/moodle
2013-01-15 12:51:48 +08:00
Dan Poltawski
37f3f3ac73
Merge branch 'wip-MDL-30316-master' of git://github.com/phalacee/moodle
2013-01-15 12:46:44 +08:00
Dan Poltawski
b1be977406
Merge branch 'w02_MDL-29596_m25_editauth' of git://github.com/skodak/moodle
2013-01-15 12:43:59 +08:00
Dan Poltawski
aa452f97e3
Merge branch 'MDL-29835_master' of git://github.com/pauln/moodle
2013-01-15 12:41:13 +08:00
Dan Poltawski
97f236e747
Merge branch 'MDL-32341-master' of git://github.com/ankitagarwal/moodle
2013-01-15 12:38:22 +08:00
Dan Poltawski
28cfdfe180
Merge branch 'MDL-37366-master' of git://github.com/andrewnicols/moodle
2013-01-15 12:10:10 +08:00
Dan Poltawski
fb8585521a
Merge branch 'wip-MDL-36035-m25' of git://github.com/samhemelryk/moodle
2013-01-15 11:56:12 +08:00
Dan Poltawski
4a489ba465
Merge branch 'MDL-36616-master' of git://github.com/FMCorz/moodle
2013-01-15 11:48:11 +08:00
Dan Poltawski
33919cca60
MDL-37085 - fix trailing whitespace
2013-01-15 11:42:30 +08:00
Sam Hemelryk
c8d3475e17
Merge branch 'wip-MDL-37085-master' of git://github.com/marinaglancy/moodle
2013-01-15 16:30:36 +13:00
Erik Lundberg
af7e05d6cc
MDL-34436 - Blogs - Adding event triggers when adding a new entry, editing an entry or remove an entry.
2013-01-15 11:29:12 +08:00
Dan Poltawski
0a9b944a15
Merge branch 'MDL-36587-master' of git://github.com/damyon/moodle
...
Conflicts:
mod/assign/locallib.php
2013-01-15 11:19:40 +08:00
Rossiani Wijaya
b0ff0e9aae
MDL-34050 Lesson Module: Fixed spacing and removed array_unique() for responses
2013-01-15 11:17:55 +08:00
Damyon Wiese
a83dd077f8
MDL-37430 Course - Make modules created in hidden sections visible when section is made visible.
2013-01-15 11:16:07 +08:00
Dan Poltawski
a0ea4d9fe1
Merge branch 'MDL-37415-m' of git://github.com/andrewnicols/moodle
2013-01-15 11:09:27 +08:00
David Monllao
6b21986911
MDL-37457 testing Mark current classes as deprecated
2013-01-15 11:07:45 +08:00
David Monllao
5c3c2c81be
MDL-37457 testing Refactoring references
2013-01-15 11:07:43 +08:00
Dan Poltawski
121d7a3f7d
Merge branch 'MDL-37413-m' of git://github.com/andrewnicols/moodle
2013-01-15 10:58:31 +08:00
Dan Poltawski
2254fb2764
Merge branch 'MDL-37194-master' of git://github.com/mouneyrac/moodle
2013-01-15 10:42:31 +08:00
Paul Nicholls
d7c29c2257
MDL-32652 - Make block drag-drop work throughout Moodle
...
Other than shifting the initialisation from course/lib.php to
lib/outputrequirementslib.php, some workarounds/tweaks were required
in order to make it work correctly on admin pages and My Home.
2013-01-15 14:55:31 +13:00
Marina Glancy
54258889f2
MDL-37085 added missing get_renderer call
2013-01-15 12:14:31 +11:00
Eloy Lafuente (stronk7)
ca2dfd0070
Merge branch 'MDL-37431' of git://github.com/timhunt/moodle
2013-01-15 00:16:18 +01:00
Eloy Lafuente (stronk7)
eaa00a071c
Merge branch 'wip-MDL-37453-master' of git://github.com/marinaglancy/moodle
2013-01-15 00:06:06 +01:00
Eloy Lafuente (stronk7)
fe25b31d44
Merge branch 'MDL-37456' of git://github.com/danpoltawski/moodle
2013-01-14 23:32:39 +01:00
Eloy Lafuente (stronk7)
f38ac3510a
Merge branch 'w02_MDL-37483_m25_redirect' of git://github.com/skodak/moodle
2013-01-14 23:29:55 +01:00
Eloy Lafuente (stronk7)
b9bbc2a356
Merge branch 'MDL-37485' of git://github.com/timhunt/moodle
2013-01-14 23:21:38 +01:00
Sam Hemelryk
5a3d98c26d
Merge branch 'wip-MDL-37206-master' of git://github.com/marinaglancy/moodle
2013-01-15 10:48:53 +13:00
Sam Hemelryk
2a6dbdcaee
Merge branch 'MDL-37378' of git://github.com/timhunt/moodle
2013-01-15 10:43:08 +13:00
Sam Hemelryk
0fe5a201c0
Merge branch 'MDL-37030-master' of git://github.com/damyon/moodle
...
Conflicts:
mod/assign/locallib.php
mod/assign/submission/onlinetext/locallib.php
2013-01-15 10:37:54 +13:00
Sam Hemelryk
2d971403e6
MDL-31682 mod_assign: fixed since version on new service.
2013-01-15 10:27:40 +13:00
Sam Hemelryk
ddca5610d3
Merge branch 'MDL-31682' of git://github.com/Lightwork-Marking/moodle
...
Conflicts:
mod/assign/version.php
2013-01-15 10:21:20 +13:00
Sam Hemelryk
ccc89b8235
Merge branch 'w02_MDL-36514_m25_enableself' of git://github.com/skodak/moodle
2013-01-15 10:12:44 +13:00
Tim Hunt
5574862063
MDL-36534 question editing: clean up lang strings.
...
There were a number of lang strings in suboptimal places.
This commit fixes that, and also removed some unused strings.
AMOS BEGIN
MOV [addmorechoiceblanks,qtype_multichoice],[addmorechoiceblanks,question]
MOV [youmustenteramultiplierhere,qtype_calculated],[youmustenteramultiplierhere,qtype_numerical]
AMOS END
2013-01-14 14:52:49 +00:00
Colin Chambers
c4b2600d4b
MDL-36534 Quiz: Group question type unit fields
2013-01-14 14:37:37 +00:00
Rajesh Taneja
72b181ba59
MDL-36674 Administration: out_as_local_url will check for both http and https url's
...
out_as_local_url will first check if url passed in wwwroot, if it's not then it will check
if loginhttps is enabled and url is httpswwwroot
2013-01-14 15:59:06 +08:00
Dan Poltawski
5c2aacc21c
Merge branch 'MDL-37143-master' of git://github.com/mouneyrac/moodle
2013-01-14 15:34:29 +08:00
Dan Poltawski
9695b2a596
Merge branch 'wip-MDL-30797-master' of git://github.com/abgreeve/moodle
2013-01-14 15:26:09 +08:00
Dan Poltawski
b75d99239d
Merge branch 'w02_MDL-37151_m25_mimetex' of git://github.com/skodak/moodle
2013-01-14 15:24:10 +08:00
Dan Poltawski
5590e85e1a
Merge branch 'w02_MDL-37286_m25_tracebuffer' of git://github.com/skodak/moodle
2013-01-14 15:11:42 +08:00
Dan Poltawski
2e55217173
MDL-36297 - increment version no
2013-01-14 15:06:20 +08:00
Dan Poltawski
ddaf0983b2
Merge branch 'wip-MDL-36297-m25' of git://github.com/samhemelryk/moodle
2013-01-14 15:05:15 +08:00
Dan Poltawski
bf5f8a4f60
Merge branch 'wip-mdl-29534' of git://github.com/rajeshtaneja/moodle
2013-01-14 14:59:22 +08:00
Marina Glancy
5dc1ca87b1
MDL-30998 added missing phpdocs
2013-01-14 15:14:54 +11:00
Marina Glancy
d22e9e32e4
MDL-30998: updated docblocks for advanced grading
2013-01-14 15:14:54 +11:00
Marina Glancy
fa4c60c1fe
MDL-30998: updated docblocks for backup of advanced grading
2013-01-14 15:14:54 +11:00
Marina Glancy
8afb1cc8f8
MDL-37206 preload course format renderer in course/view.php
...
Also fixed bug with hardcoded default 'weeks' format
2013-01-14 15:14:08 +11:00
Marina Glancy
7b59f5b32a
MDL-37453 fixing regression from MDL-36550 - label show/hide in AJAX works incorrectly
2013-01-14 15:13:14 +11:00
Marina Glancy
a03dfb7dbe
MDL-37207 Add modchoosertoggle in renderer to allow themes to override
2013-01-14 15:10:07 +11:00
Marina Glancy
ff233851a0
MDL-36967 Deprecate function print_overview()
2013-01-14 15:05:31 +11:00
Marina Glancy
9a36be7361
MDL-37085 Properly deprecated functions print_xxx() from course/lib.php
...
- get_print_section_cm_text()
- print_section_add_menus()
- print_section()
- make_editing_buttons()
2013-01-14 15:01:28 +11:00
Marina Glancy
c58a25d6eb
MDL-37085 Move print_section() to the course renderer
...
Added two functions in the renderer:
- core_course_renderer::course_section_cm_list()
- core_course_renderer::course_section_cm()
2013-01-14 15:01:27 +11:00
Marina Glancy
ed513fad52
MDL-37085 partly moved code from print_section() to renderer
...
- added function core_course_renderer::course_section_cm_name()
- added function core_course_renderer::course_section_cm_text()
- added function core_course_renderer::course_section_cm_availability()
2013-01-14 15:01:26 +11:00
Marina Glancy
5c016ab30d
MDL-37085 fixed mess with code overwriting cm_info properties
...
In case when groupmode is forced by the course we should take it from the
course and not overwrite cm_info::groupmode externally
2013-01-14 15:01:25 +11:00
Marina Glancy
7e29340f7c
MDL-37085 Moved completion info box rendering code to renderer
...
Was part of function print_section(), now it is
new function core_course_renderer::course_section_cm_completion()
2013-01-14 15:01:24 +11:00
Marina Glancy
9a6aa5c17d
MDL-37085 Substitute function print_section_add_menus() with core_course_renderer::course_section_add_cm_controls()
2013-01-14 15:01:23 +11:00
Marina Glancy
697ff99997
MDL-37085 Load modchooser only when needed
2013-01-14 15:01:23 +11:00
Marina Glancy
170793359a
MDL-37085 get_module_metadata() now returns link as moodle_url instead of string
2013-01-14 15:01:22 +11:00
Marina Glancy
f89c53f679
MDL-37085 Substitute get_print_section_cm_text() with cm_info functions
2013-01-14 15:01:21 +11:00
Marina Glancy
f558b291c1
MDL-37085 separated logic and html in make_editing_buttons()
...
- added function course_get_cm_edit_actions()
- added function core_course_renderer::course_section_cm_edit_actions()
- removed completely presently not working moveup/movedown controls
- removed not working duplicate controls from front page
2013-01-14 15:01:20 +11:00
Marina Glancy
49aa038b4e
MDL-37085 Minor UI and code improvements in print_section()
2013-01-14 15:01:19 +11:00
Anthony Borrow
1a19194121
MDL-15930 - admin: reorganize logic to allow ->fullnamedisplay to be used as default sort.
2013-01-14 10:28:41 +08:00
Adrian Greeve
51e8d287f9
MDL-30797 - backup groups: Added a parameter to the groups_assign_grouping function.
...
$timeadded has now been included so that the backup / restore functions can now use
this API rather than duplicating the code.
2013-01-14 10:24:37 +08:00
Adam Olley
fdcf4a5f37
MDL-30797 backup: Use correct API call for mapping groups to groupings on import/restore
2013-01-14 10:24:37 +08:00
Rossiani Wijaya
2e48a42419
MDL-34050 Lesson Module: improved matching question logic for checking user response. This patch will also resolved MDL-36343.
2013-01-14 10:16:35 +08:00
Rossiani Wijaya
fcb88d7d6d
MDL-34050 Lesson module: Fixed undefined variable for $qtype
2013-01-14 10:16:35 +08:00
Joseph Rézeau
58b72abc6a
MDL-34050: Lesson module: fixed matching answer format to use text
2013-01-14 10:16:34 +08:00
Ankit Agarwal
af5d990b59
MDL-32341 calendar: calendar custom date range export
...
Adding support to export calendar events for a custom date range based on admin settings
2013-01-14 10:15:09 +08:00
Rossiani Wijaya
6fc61f2d08
MDL-36554 Admin settings: make tables class consistent throughout admin settings
2013-01-14 10:10:54 +08:00
Rossiani Wijaya
f0e3fbb5dd
MDL-36553 admin settings: removed commented out code and add generaltable class to frontpage filter settings
2013-01-14 10:09:52 +08:00
Rossiani Wijaya
8be244b2e2
MDL-36553 Admin settings: make tables class consistent throughout admin plugins setting
2013-01-14 10:09:51 +08:00
Jason Fowler
b4a7ce9e71
MDL-35818 - Enrolment - Changing all enrolment method icon alt text attributes to include the name of the course
2013-01-14 09:46:04 +08:00
Sam Hemelryk
110178c5c2
Merge branch 'MDL-37048-master' of git://github.com/ankitagarwal/moodle
2013-01-14 14:08:56 +13:00
Sam Hemelryk
f5c51a6d64
Merge branch 'MDL-35568_dndupload_hidden' of git://github.com/davosmith/moodle
2013-01-14 13:51:48 +13:00
Sam Hemelryk
8b2d3f1bef
Merge branch 'wip-MDL-35885-master' of git://github.com/phalacee/moodle
2013-01-14 13:40:06 +13:00
Andrew Robert Nicols
699a13e1a6
MDL-37366 Fix JS Lint issues with moodle-core-formautosubmit
2013-01-13 23:58:04 +00:00
Sam Hemelryk
469749706a
Merge branch 'MDL-36095-master' of git://github.com/sammarshallou/moodle
2013-01-14 12:24:06 +13:00
Sam Hemelryk
8d9c15a44e
Merge branch 'MDL-36511' of git://github.com/srynot4sale/moodle
2013-01-14 12:13:00 +13:00
Sam Hemelryk
00df8f3f45
Merge branch 'w02_MDL-32387_m25_paypalexpire' of git://github.com/skodak/moodle
2013-01-14 11:47:37 +13:00
Sam Hemelryk
c2e2da2e69
Merge branch 'master_MDL-37394' of git://github.com/danmarsden/moodle
2013-01-14 11:46:13 +13:00
Sam Hemelryk
d9a3d932db
Merge branch 'MDL-37397-m' of git://github.com/andrewnicols/moodle
2013-01-14 11:04:52 +13:00
Sam Hemelryk
9abf0ed1dc
Merge branch 'wip-mdl-35780' of git://github.com/rajeshtaneja/moodle
2013-01-14 11:00:00 +13:00
Petr Škoda
c5772ede5b
MDL-29596 use optgroups to highlight enabled auth plugins
2013-01-13 16:52:05 +01:00
Petr Škoda
ee17c773c1
MDL-37483 improve require_login redirect when activity not accessible
2013-01-13 11:37:14 +01:00
Petr Škoda
34183020a7
MDL-37391 add enrol_ldap tests and fix enrolment reviving
2013-01-13 00:41:41 +01:00
Petr Škoda
23f36d50c5
MDL-37391 refactor ldap connection handling
2013-01-12 21:18:25 +01:00
Petr Škoda
b3ef2e519e
MDL-37175 enable PayPal enrolment editing
2013-01-12 16:35:19 +01:00
Petr Škoda
e659c02595
MDL-37151 upgrade mimetex to 1.74
...
Thanks Ralf Krause for help with OSX compilation flags.
2013-01-12 16:31:58 +01:00
Petr Škoda
4d3cd1483d
MDL-37064 validate lang in user upload
2013-01-12 16:30:16 +01:00
Petr Škoda
68527e9ef6
MDL-37019 use suspend as default unenrol action for meta enrolments
2013-01-12 16:29:12 +01:00
Petr Škoda
50f1c9e3f5
MDL-36514 add tests for showing of self enrolment link
2013-01-12 16:03:09 +01:00
Petr Škoda
e1fa177cf9
MDL-36514 add new option to prevent only new self enrolments
...
Hopefully this will resolve all confusion around the enrol->status flag in this plugin.
2013-01-12 16:03:08 +01:00
Petr Škoda
a069c3f76a
MDL-35899 fix cohort sorting in enrol UI
2013-01-12 16:00:29 +01:00
Petr Škoda
d9a707adc2
MDL-32387 add paypal enrolment expiration action
2013-01-12 15:59:25 +01:00
Petr Škoda
917dddaafe
MDL-37187 cleanup and improve enrol_flatfile plugin
2013-01-12 15:50:00 +01:00
Petr Škoda
0b196a09a8
Merge branch 'refs/heads/w02_MDL-37286_m25_tracebuffer' into w02_MDL-37187_m25_flatfile
2013-01-12 15:49:36 +01:00
Petr Škoda
31a22c216c
Merge branch 'refs/heads/w02_MDL-37184_m25_editenrol' into w02_MDL-37187_m25_flatfile
2013-01-12 15:49:30 +01:00
Petr Škoda
0aaea0d241
MDL-37184 refactor enrolment editing code to be shared by plugins
...
AMOS BEGIN
MOV [editenrolment,enrol_self],[editenrolment,core_enrol]
AMOS END
2013-01-12 15:47:04 +01:00
Petr Škoda
1b20e00828
MDL-35159 fix regressions reported by Iñaki Arenaza
2013-01-12 15:42:21 +01:00
Petr Škoda
e34beca17a
MDL-35159 add support for enrol_ldap restore
2013-01-12 15:31:30 +01:00
Petr Škoda
4fa7fdeada
MDL-37286 improve coding style in unit tests
2013-01-12 15:28:57 +01:00
Petr Škoda
e7259ec998
MDL-37286 add new combined_progress_trace
...
This type of trace should be useful when multiple trace outputs requested.
2013-01-12 15:16:39 +01:00
Petr Škoda
78048e15f2
MDL-37286 add error_log progress trace
2013-01-12 15:16:38 +01:00
Petr Škoda
837e304260
MDL-37286 add progres_trace buffer and unit tests
2013-01-12 15:16:38 +01:00
Petr Škoda
01b4040a27
MDL-37429 zipping improvements
...
Changes:
* zip_packer can create empty zip archives
* new option to ignore problematic files when creating archive
* detection of non-existent files
* debugging messages for opening of faulty zip archives
* coding style improvements
* no PHP 5.2 hacks
* more unit tests
2013-01-12 14:58:26 +01:00
Jean-Michel Vedrine
52158a41e4
MDL-37313 Sample files with images for XML import
2013-01-11 19:54:06 +01:00
Jean-Michel Vedrine
2387d1cde5
MDL-37313 Moodle XML import format should use draft file areas, not arrays
2013-01-11 19:54:06 +01:00
Tim Hunt
016a651578
MDL-37431 question preview: cron performance problem.
...
This query was performing badly. The solution seems to be to add a
redundant JOIN and WHERE to the subquery.
I renamed the table aliases in the subquery to avoid name collisions
elsewhere. I am afraid that makes the diff rather unhelpful. The
AND subq_qu.component = :qubacomponent2
line is new. The other lines have just had subq_ added.
2013-01-11 13:18:21 +00:00
Tim Hunt
816138b4f2
MDL-37378 quiz restore: timecheckstate not in old backups.
...
We need to avoid a notice. If the value is missing, setting it to 0 is
fine. It will get sorted out the next time cron is run.
2013-01-11 13:17:13 +00:00
Tim Hunt
8d54191d7a
MDL-37374 questions: use property_exists rather than isset
...
$a->field = null; isset($a->field) returns false, which is typical PHP.
I also improve the error handling a bit.
2013-01-11 13:15:51 +00:00
Tim Hunt
1c2bf99eb9
MDL-37485 plugins overview: require_login before _capability.
2013-01-11 12:51:53 +00:00
Eloy Lafuente (stronk7)
ca48fe5f97
NOBUG: Bumping version to test auto-packaging
2013-01-11 13:42:08 +01:00
Andrew Robert Nicols
8743aabca0
MDL-37397 Test for a valid select in formautosubmit
...
Ideally we shouldn't get into this situation, but in cases where the
generated select element is incorrectly configured, we should try and
handle it gracefully with a warning.
2013-01-11 11:49:44 +00:00
Eloy Lafuente (stronk7)
2e5d013417
weekly release 2.5dev
2013-01-11 12:36:05 +01:00
Eloy Lafuente (stronk7)
b64a33bade
fix permissions
2013-01-11 12:23:22 +01:00
Eloy Lafuente (stronk7)
d0942f0744
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2013-01-11 12:15:57 +01:00
Michael Aherne
d6af3d847f
MDL-27164 groups Do not show multiple instances of the same role as multiple
2013-01-11 11:12:33 +00:00
Dan Marsden
7b63805531
MDL-37394 SCORM: Aicc direct url fails with new nav as it has a single sco with no children - allow these to be navigated correctly.
2013-01-11 23:45:23 +13:00
Andrew Robert Nicols
f96ec5ad96
MDL-37413 Use correct variable in chooserdialogue
2013-01-11 08:18:47 +00:00
Ashley Holman
cd2b223dc7
MDL-36616 repository: Fix direct linking to images in Flickr Public.
2013-01-11 15:32:30 +08:00
Jason Fowler
beff3a9dd5
MDL-35885 - Wiki - add a legend element to the search wikis form
2013-01-11 15:29:35 +08:00
Dan Marsden
3c44304276
MDL-36853 SCORM: get first valid sco instead of array of scos - thanks to Jamie Smith for the fix - fixes PHP warnings when returning to an existing attempt.
2013-01-11 19:47:55 +13:00
David Monllao
f16e1af28e
MDL-36457 testing Relocating classes
2013-01-11 14:08:50 +08:00
Damyon Wiese
798a060b04
MDL-32341 calendar: get_file_by_hash() expects a hash
2013-01-11 11:55:55 +08:00
Sam Hemelryk
f1ac8520ae
MDL-36035 course: renamed new functions and cleaned up docs
2013-01-11 15:03:49 +13:00
Brian King
e226a86d76
MDL-36035 course: reduce database queries when calling print_whole_category_list
...
On a Moodle with 1252 course categories, this reduces the database
reads from 1313 to 62 for course/index.php
2013-01-11 15:03:32 +13:00
Aaron Barnes
3b461a0801
MDL-37473 completion: Add missing cap checks to tracked users functions
...
Namely get_num_tracked_users and is_tracked_user()
2013-01-11 14:41:05 +13:00
Rajesh Taneja
96214a49ec
MDL-35780 Administration: email display on user profile view page will respect user capability
2013-01-11 09:33:28 +08:00
Petr Škoda
92b00c32a7
MDL-37420 rework pg schema testing
2013-01-11 02:12:38 +01:00
David Mudrák
fe7e411e7c
MDL-37467 Do not provide blog posts via RSS when blogging is disabled
2013-01-10 18:22:56 +01:00
Colin Chambers
5d5895f21a
MDL-36529 Quiz: Shorten 'Settings for multiple tries'
2013-01-10 16:03:25 +00:00
Colin Chambers
086cced749
MDL-31726 Pre-fill question type combined feedback
2013-01-10 15:57:36 +00:00
Eloy Lafuente (stronk7)
72a504dc2a
Merge branch 'MDL-36741_master' of git://github.com/markn86/moodle
2013-01-10 11:13:13 +01:00
Mark Nelson
941294ef43
MDL-36741 mod_forum: fixed the function forum_rss_newstuff that was using count_records_sql incorrectly as well as generating RSS content when no data exists
2013-01-10 17:59:40 +08:00
Dan Poltawski
2008facf40
MDL-37456 - lang: remove unused zip strings
2013-01-10 15:55:54 +08:00
Frederic Massart
95d1d0373b
MDL-34435 reports: Log category actions
2013-01-10 15:10:22 +08:00
Rajesh Taneja
9309a8fe9a
MDL-35873 Blocks: Made alt-text on block control icons more descriptive
2013-01-10 14:20:12 +08:00
Mark Nelson
faf3016f35
MDL-37247 mod_forum: removing unnecessary variable in the get_forums web service
2013-01-10 13:45:45 +08:00
Mark Nelson
0c246ae5d9
MDL-37247 mod_forum: perform conditional checks before returning forums via web service
2013-01-10 12:47:23 +08:00
Dan Poltawski
319d937602
Revert "Merge branch 'wip-MDL-31750-master' of git://github.com/abgreeve/moodle"
...
This reverts commit 8361f557a1 ,
2b9e957a27 and
fae51910bf
2013-01-10 11:17:33 +08:00
Andrew Robert Nicols
632f3effdb
MDL-36600 Add missing sesskey check when previewing the message
2013-01-10 10:18:56 +08:00
Rajesh Taneja
a7a1e05ff9
MDL-29534 Forum: if forum_replytouser is not set then send forum email using noreplyaddress.
2013-01-09 14:50:32 +08:00
Jerome Mouneyrac
fb695f6e3d
MDL-37354 clean return value for each externallib PHPUnit tests
2013-01-09 13:47:01 +08:00
Frederic Massart
1017426c26
MDL-32639 phpunit: Hack not to fail on debugging
2013-01-09 11:48:44 +08:00
Aaron Barnes
16d89d6604
MDL-36511 course: Save "completion starts on enrolment" disabled state
2013-01-09 15:29:57 +13:00
Sam Hemelryk
a0af8cb8c3
Merge branch 'wip-MDL-37404-master' of git://github.com/marinaglancy/moodle
2013-01-09 14:35:09 +13:00
Eloy Lafuente (stronk7)
f9f750cecc
Merge branch 'w51_MDL-37420_m25_pgschema' of git://github.com/skodak/moodle
2013-01-09 01:32:09 +01:00
Eloy Lafuente (stronk7)
8361f557a1
Merge branch 'wip-MDL-31750-master' of git://github.com/abgreeve/moodle
...
Conflicts:
course/tests/courselib_test.php
2013-01-09 01:31:50 +01:00
Sam Hemelryk
7316589831
MDL-36904 mod_assign: Fixed whitespace issue
2013-01-09 12:33:29 +13:00
Sam Hemelryk
6f51092fbe
Merge branch 'MDL-35413-master' of git://github.com/damyon/moodle
...
Conflicts:
mod/assign/locallib.php
2013-01-09 11:59:43 +13:00
Paul Nicholls
0d47afe69d
MDL-37162: Use CSS to make mod show/hide icons not look "clickable" in hidden sections
...
Previously, the resource toolbox initialiser was using JS to find the show/hide icon, then find its section ancestor, then check if the section was hidden - only to pointlessly set pointer:auto if it was. That didn't meet the aim stated in the comments ("Disable" show/hide icons (change cursor to not look clickable) if section is hidden), but this patch meets that goal with a single CSS rule.
2013-01-09 11:44:15 +13:00
Eloy Lafuente (stronk7)
e801c74c54
Merge branch 'w51_MDL-37183_m25_excelcleanup' of git://github.com/skodak/moodle
2013-01-08 23:30:19 +01:00
Eloy Lafuente (stronk7)
c68f339e5e
Merge branch 'wip-MDL-37203-m25' of git://github.com/samhemelryk/moodle
2013-01-08 23:25:34 +01:00
Eloy Lafuente (stronk7)
ac4c7aed68
Merge branch 'w51_MDL-35356_m25_excel' of git://github.com/skodak/moodle
...
Conflicts:
lib/odslib.class.php
2013-01-08 23:11:54 +01:00
Sam Hemelryk
3913743aa3
Merge branch 'MDL-35443-wip' of git://github.com/mouneyrac/moodle
2013-01-09 10:20:46 +13:00
Sam Hemelryk
5ba45e34bb
Merge branch 'wip-MDL-35842-master' of git://github.com/phalacee/moodle
2013-01-09 10:07:16 +13:00
Sam Hemelryk
21117c9d17
Merge branch 'wip-MDL-35891-master' of git://github.com/phalacee/moodle
2013-01-09 09:41:00 +13:00
Sam Hemelryk
086e78da69
MDL-36357 cache: removed double semicolon
2013-01-09 09:37:09 +13:00
Sam Hemelryk
f44e7d0a77
Merge branch 'MDL-36357' of git://github.com/danpoltawski/moodle
...
Conflicts:
user/view.php
2013-01-09 09:34:22 +13:00
Andrew Robert Nicols
60fb0ef8a9
MDL-36600 user: improve course messaging checks
2013-01-09 09:21:35 +13:00
Eloy Lafuente (stronk7)
4f90540e0c
Merge branch 'w51_MDL-37152_m25_smtp' of git://github.com/skodak/moodle
2013-01-08 18:01:43 +01:00
Petr Škoda
59706ff6c7
MDL-37420 add support for db schemas in auth test
2013-01-08 17:20:42 +01:00
Petr Škoda
917fddb5e2
MDL-37420 add support for db schemas in enrol test
2013-01-08 17:20:26 +01:00
Petr Škoda
6ad8d762da
MDL-37420 add support for more PostgreSQL schemas
2013-01-08 17:12:31 +01:00
sam marshall
aebe9db07f
MDL-37395 Add .jar filetype so Moodle doesn't incorrectly call it a zip file
2013-01-08 12:49:23 +00:00
Jean-Michel Vedrine
d55399a098
MDL-28183 fix for problem during integration
...
Conflicts:
question/type/multianswer/question.php
2013-01-08 12:03:48 +01:00
Eloy Lafuente (stronk7)
f9ba4fd83b
Merge branch 'MDL-37220_dnd_icon' of git://github.com/davosmith/moodle
2013-01-08 11:54:19 +01:00
Eloy Lafuente (stronk7)
a74c3851f7
Merge branch 'w51_MDL-37284_m25_mysqlutf8' of git://github.com/skodak/moodle
2013-01-08 11:39:23 +01:00
Andrew Robert Nicols
98e1ff5f9f
MDL-37173 Stop attempting to set User-Agent from core JS
...
This leads to some browsers throwing warnings that it is unsafe to set the
User-Agent. It doesn't help us in any way particularly either.
2013-01-08 09:55:44 +00:00
Eloy Lafuente (stronk7)
783a51ba48
Merge branch 'w51_MDL-37291_m25_paypalrestore' of git://github.com/skodak/moodle
2013-01-08 10:51:49 +01:00
Eloy Lafuente (stronk7)
cf78070a63
Merge branch 'w51_MDL-37186_m25_tinymceconfig' of git://github.com/skodak/moodle
2013-01-08 10:34:04 +01:00
Eloy Lafuente (stronk7)
b315a45274
Merge branch 'w51_MDL-37323_m25_dlgstrings' of git://github.com/skodak/moodle
2013-01-08 10:21:50 +01:00
Andrew Robert Nicols
a6d96f27e8
MDL-37415 Fix JSHint issues for moodle-core-chooserdialogue
2013-01-08 08:57:08 +00:00
Dan Poltawski
6c8d7fed66
Merge branch 'w51_MDL-7537_m25_paypalcur' of git://github.com/skodak/moodle
2013-01-08 16:49:47 +08:00
Dan Poltawski
6d0a62bc37
MDL-3941 - version bump for TLS support in ldap
2013-01-08 16:42:47 +08:00
Dan Poltawski
6c74a228f3
Merge branch 'wip_master_mdl-3941_add_support_for_LDAP_TLS' of git://github.com/iarenaza/moodle
2013-01-08 16:40:50 +08:00
Jerome Mouneyrac
c2bc5a7008
MDL-37194 activity chooser displays entire list of default activities/resources
2013-01-08 16:39:55 +08:00
Jerome Mouneyrac
c5f7628d39
MDL-37381 core_external::get_component_strings returns wrong format value
2013-01-08 16:23:24 +08:00
Isaac Marco Blancas
228e09cdd1
MDL-29534 Forum: If forum_replytouser is not set then don't display from user email"
2013-01-08 16:16:02 +08:00
Dan Poltawski
655b566b9e
Merge branch 'w51_MDL-37299_m25_manselfprogress' of git://github.com/skodak/moodle
2013-01-08 15:08:05 +08:00
Dan Poltawski
1a12cbd9df
Merge branch 'w51_MDL-35685_m25_capinit_b' of git://github.com/skodak/moodle
2013-01-08 14:50:29 +08:00
Dan Poltawski
bfb5580f92
Merge branch 'MDL-32639-master' of git://github.com/FMCorz/moodle
2013-01-08 14:46:14 +08:00
Dan Poltawski
81a38f50fb
Merge branch 'wip_master_mdl-28585_ldap_auth_doesnt_handle_password_expiration' of https://github.com/iarenaza/moodle
2013-01-08 14:40:15 +08:00
Dan Poltawski
c37c9e760d
Merge branch 'w51_MDL-37125_m25_yui380' of git://github.com/skodak/moodle
2013-01-08 14:29:32 +08:00
Dan Poltawski
397e4ecf76
Merge branch 'w51_MDL-37282_m25_tinymce358' of git://github.com/skodak/moodle
2013-01-08 14:26:52 +08:00
Dan Poltawski
df0b14c3b5
Merge branch 'w51_MDL-37303_m25_enrolinstancestatus' of git://github.com/skodak/moodle
2013-01-08 14:22:11 +08:00
Dan Poltawski
7f3e944aa1
Merge branch 'w51_MDL-37304_m25_authdbcleanup' of git://github.com/skodak/moodle
2013-01-08 14:15:22 +08:00
Jason Fowler
21c3b51e27
MDL-36620 - Blog, RSS - Preventing Guests from viewing the RSS of site level blogs
2013-01-08 14:06:32 +08:00
Ankit Agarwal
7a216229ab
MDL-37106 calendar: Proper capability checks should be done before processing an ical request
2013-01-08 14:03:38 +08:00
Jason Fowler
0232fa7b32
MDL-30316 - Libraries - improving pagination output to allow a shifting start page for displays of less than 18 pages -- original code provided by Martha (martha dot morelos at gmail dot com)
2013-01-08 14:02:06 +08:00
Dan Poltawski
d161e37488
Merge branch 'MDL-36738-master' of git://github.com/ankitagarwal/moodle
2013-01-08 13:57:47 +08:00
Ankit Agarwal
7af294352b
MDL-36738 calendar: Display events imported details
...
We should display a the status of events when a new subscription is added. Although this means we need to redirect through an itermediate page.
2013-01-08 13:47:49 +08:00
Ankit Agarwal
8c84f374c0
MDL-36738 calendar: Ical subscription list should display type of event
2013-01-08 13:47:48 +08:00
Dan Poltawski
87ffc3fb69
Merge branch 'MDL-27901-master' of git://github.com/FMCorz/moodle
2013-01-08 13:01:00 +08:00
Dan Poltawski
3dab21591d
Merge branch 'w51_MDL-21116_m52_reversedel' of git://github.com/skodak/moodle
2013-01-08 12:58:16 +08:00
Dan Poltawski
7378493ee9
Merge branch 'MDL-37247_master' of git://github.com/markn86/moodle
2013-01-08 12:50:44 +08:00
Dan Poltawski
4c345a1ed4
Merge branch 'MDL-36955' of git://github.com/jmvedrine/moodle
2013-01-08 12:20:54 +08:00
Mark Nelson
2b9fe87dca
MDL-37247 mod_forum: adding webservice function to allow for the retrieval of forum instances
2013-01-08 12:19:49 +08:00
Dan Poltawski
9519d41142
MDL-28183 - fix trailing whitespace
2013-01-08 12:18:49 +08:00
Dan Poltawski
b5b418b2a7
Merge branch 'MDL-28183' of git://github.com/jmvedrine/moodle
2013-01-08 12:17:51 +08:00
Dan Poltawski
f858088cc4
Merge branch 'w51_MDL-37191_m25_plugindelete' of git://github.com/skodak/moodle
2013-01-08 11:16:43 +08:00
Dan Poltawski
cfb209a538
Merge branch 'MDL-31641_drag_drop_help' of git://github.com/davosmith/moodle
2013-01-08 10:54:01 +08:00
Dan Poltawski
f94ed34126
MDL-35130 - remove unused string
2013-01-08 10:52:18 +08:00
Dan Poltawski
230a377474
Merge branch 'MDL-35130-master' of https://github.com/mackensen/moodle
2013-01-08 10:50:46 +08:00
Dan Poltawski
a57ce0fde4
Merge branch 'w51_MDL-37297_m25_enrolcatprogress' of git://github.com/skodak/moodle
2013-01-08 10:48:13 +08:00
Dan Poltawski
00079538b9
Merge branch 'MDL-36456-master' of git://github.com/FMCorz/moodle
2013-01-08 10:30:50 +08:00
Dan Poltawski
a1d9f433ec
Merge branch 'w51_MDL-37301_m25_coursecatinfoas' of git://github.com/skodak/moodle
2013-01-08 10:26:44 +08:00
Dan Poltawski
36b6340532
Merge branch 'w51_MDL-37254_m25_courseinfoas' of git://github.com/skodak/moodle
2013-01-08 10:24:01 +08:00
Dan Poltawski
a275bedb38
Merge branch 'w51_MDL-37298_m25_enrolcohprogress' of git://github.com/skodak/moodle
2013-01-08 10:16:19 +08:00
Paul Nicholls
a0dc7da9b4
MDL-29835: filemanager - zero means zero, not unlimited
...
The form_filemanager constructor was using empty() rather than !isset(),
so overwrote maxfiles=0 with the default (-1). In addition, the JS UI
treated 0 as unlimited - but the non-JS fallback UI treated it as zero.
This would result in a file manager which allowed files to be
chosen/uploaded, which would then vanish into the void when the backend
saw that the maximum number of files was 0.
2013-01-08 15:12:50 +13:00
Dan Poltawski
e06c710e87
Merge branch 'w51_MDL-37293_m25_enroldbprogress' of git://github.com/skodak/moodle
2013-01-08 09:52:29 +08:00
Sam Hemelryk
b68fb448ef
Merge branch 'wip-mdl-36958' of git://github.com/rajeshtaneja/moodle
2013-01-08 14:07:03 +13:00
Sam Hemelryk
c4c1504b44
Merge branch 'w51_MDL-35893_m25_perfinstall' of git://github.com/skodak/moodle
2013-01-08 14:00:44 +13:00
David Mudrák
0ab681d3e7
MDL-36977 Be more picky when it comes to migrating files in moodle1 backups
2013-01-08 08:53:38 +08:00
David Mudrák
7b66137f7b
MDL-36977 Add more unit tests for moodle1 backup conversion
2013-01-08 08:53:37 +08:00
Marina Glancy
27efa6bfac
MDL-37404 add class 'format-xxx' to the body for the current course format
2013-01-08 11:50:01 +11:00
Paul Nicholls
30793ea3bd
MDL-35074: grader report - Ease limit on number of students per page
...
The limit imposed by max_input_vars "applies only to each nesting level of
a multi-dimensional input array"
(http://www.php.net/manual/en/info.configuration.php#ini.max-input-vars ).
Turning the grader report fields into arrays (they were all top-level form
fields, i.e. elements of the top-level array) makes the number of students
become the only limiting factor, thereby allowing us to relax the limit on
number of students per page greatly (to 1 less than max_input_vars, for
safety).
2013-01-08 13:44:02 +13:00
Sam Hemelryk
be5a3168df
MDL-21342 auth: tidy up pre-integration
2013-01-08 13:41:22 +13:00
Sam Hemelryk
70601b9433
Merge branch 'w51_MDL-21342_m25_lockout' of git://github.com/skodak/moodle
2013-01-08 10:56:39 +13:00
Eloy Lafuente (stronk7)
17e5c6e8d2
Merge branch 'MDL-35794' of git://github.com/timhunt/moodle
2013-01-07 22:40:00 +01:00
Eloy Lafuente (stronk7)
3cb7609bd6
Merge branch 'MDL-35792' of git://github.com/timhunt/moodle
2013-01-07 22:35:06 +01:00
Sam Hemelryk
7f30a6449b
MDL-34344 config: added unit tests for get_config
2013-01-08 09:52:19 +13:00
sam marshall
e81da1540a
MDL-36095 Section availability: Make behaviour consistent with activities
2013-01-07 15:57:00 +00:00
Petr Škoda
8d21130267
MDL-29996 cleanup filter plugin info
2013-01-07 12:42:13 +01:00
Eloy Lafuente (stronk7)
caf575e2bf
Merge branch 'w51_MDL-36807_m25_mysocket' of git://github.com/skodak/moodle
2013-01-07 11:44:16 +01:00
Sam Hemelryk
007bfe8b4d
MDL-25290 conversion: Converted config to use MUC
2013-01-07 19:22:40 +13:00
Dan Poltawski
bfa2b0382f
Merge branch 'MDLmaster-MDL-37157-2' of https://github.com/OdyX/moodle
2013-01-07 13:59:52 +08:00
Dan Poltawski
5083fe2194
Merge branch 'w51_MDL-37128_m25_rssrestore' of git://github.com/skodak/moodle
2013-01-07 13:56:57 +08:00
Dan Poltawski
8057d3ee77
Merge branch 'w51_MDL-36893_m25_mnetestrict' of git://github.com/skodak/moodle
2013-01-07 13:53:14 +08:00
Dan Poltawski
6f4cf4656e
Merge branch 'MDL-35230-master' of git://github.com/andrewnicols/moodle
2013-01-07 13:41:16 +08:00
Dan Poltawski
bc897f9d63
Merge branch 'MDL-27884-master' of git://github.com/ankitagarwal/moodle
2013-01-07 13:30:24 +08:00
Sam Hemelryk
b8459c0267
MDL-29996 filters: fixed bug when upgrading filter plugin names
2013-01-07 17:40:41 +13:00
Andrew Davis
10d8f0852b
MDL-33117 grade: adding unit tests for the user report function inject_rowspans()
2013-01-07 11:57:04 +08:00
Jerome Mouneyrac
9a4c2f50c9
MDL-37355 object are automatically cast into object by the return value
2013-01-07 11:12:32 +08:00
Damyon Wiese
e00b5c454c
MDL-37244 Assignment: Submission comments plugin does not implement comments callbacks.
...
This allows anyone to view or modify anyone elses submission comments.
2013-01-07 10:48:26 +08:00
Ankit Agarwal
986095771b
MDL-33340 completion: Incorrect logic in hidden field check
...
Credit to Jody Steele
2013-01-07 10:36:00 +08:00
Sam Hemelryk
dd89f61e68
Merge branch 'w51_MDL-29996_m25_oldfilters' of git://github.com/skodak/moodle
2013-01-07 15:22:37 +13:00
Simon Coggins
fd1d829500
MDL-35991 - use PARAM_LOCALURL for local urls
2013-01-07 10:09:20 +08:00
Rajesh Taneja
30697cf3fe
MDL-37062 Course: Show one 'Add new course' button
...
Currently if there is no course and admin/course creator go to create course, he/she see two
'Add new course' buttons.
2013-01-07 09:44:36 +08:00
Dan Poltawski
f7551c2e62
Merge branch 'MDL-36667-master' of git://github.com/damyon/moodle
2013-01-07 09:42:31 +08:00
Sam Hemelryk
8ca9539be5
Merge branch 'MDL-37161-master' of https://github.com/StudiUM/moodle
2013-01-07 14:15:50 +13:00
Sam Hemelryk
1bdc017f42
Merge branch 'w51_MDL-36212_m25_entities' of git://github.com/skodak/moodle
2013-01-07 13:45:15 +13:00
Sam Hemelryk
816635ff03
Merge branch 'MDL-37068' of git://github.com/timhunt/moodle
2013-01-07 13:40:08 +13:00
Sam Hemelryk
68ed412599
Merge branch 'w51_MDL-37281_m25_othersnav' of git://github.com/skodak/moodle
2013-01-07 13:35:25 +13:00
Sam Hemelryk
5fc4ac8549
Merge branch 'MDL-36855-master' of git://github.com/ankitagarwal/moodle
2013-01-07 12:05:26 +13:00
Sam Hemelryk
aedad9fcf3
Merge branch 'w51_MDL-37302_m25_roleedit' of git://github.com/skodak/moodle
2013-01-07 11:58:17 +13:00
Sam Hemelryk
99f64911ee
Merge branch 'wip-MDL-7660-master' of git://github.com/abgreeve/moodle
2013-01-07 11:40:11 +13:00
Sam Hemelryk
b8e551a89e
Merge branch 'MDL-4781-master' of https://github.com/mackensen/moodle
2013-01-07 11:14:47 +13:00
Sam Hemelryk
f27cbf0790
Merge branch 'MDL-35887_dnd_completion' of git://github.com/davosmith/moodle
2013-01-07 11:06:41 +13:00
Sam Hemelryk
02ad855adc
Merge branch 'MDL-16730-master' of git://github.com/ankitagarwal/moodle
2013-01-07 10:15:38 +13:00
Sam Hemelryk
9fa3979c15
Merge branch 'w51_MDL-37105_m25_catlimit' of git://github.com/skodak/moodle
2013-01-07 09:53:06 +13:00
Sam Hemelryk
b33f3d7c40
Merge branch 'MDL-37359_master' of git://github.com/markn86/moodle
2013-01-07 09:47:02 +13:00
Sam Hemelryk
77f3d50d92
Merge branch 'MDL-29327_none' of git://github.com/andyjdavis/moodle
2013-01-07 09:38:31 +13:00
Sam Hemelryk
083d5f8a48
Merge branch 'MDL-36741_master' of git://github.com/markn86/moodle
2013-01-07 09:15:53 +13:00
Sam Hemelryk
9ae14001aa
Merge branch 'w51_MDL-37315_m25_ldappaging' of git://github.com/skodak/moodle
2013-01-07 09:09:50 +13:00
Petr Škoda
8e7591654a
MDL-35356 improve worksheet exports
...
This patch removes deprecated PEAR excel export lib in favour of newer PHPExcel,
the ODS exporter implementation is finished and a test script is included.
The default Excel format is now 2007, file extension is changed automatically
to match excel format.
2013-01-06 18:15:20 +01:00
Jean-Philippe Gaudreau
924b8d7274
MDL-37161 Backup: Database error caused by grade book settings when importing or restoring a course
2013-01-04 09:59:59 -05:00
Petr Škoda
c4844bf45c
MDL-21342 deprecate unused login functions
2013-01-04 15:17:14 +01:00
Petr Škoda
b28247fe90
MDL-21342 add user login lockout
2013-01-04 15:12:31 +01:00
Davo Smith
0470a094e2
MDL-35568 course dndupload - resources created with the same visibility as the section they are dragged onto
2013-01-04 12:31:31 +00:00
Damyon Wiese
47f48152f7
MDL-35413 Assignment: Add unit tests (lots of them).
2013-01-04 15:51:08 +08:00
Damyon Wiese
e5403f8c44
MDL-36904 Assignment: Fix all errors and warnings from codechecker
2013-01-04 15:46:15 +08:00
Mark Nelson
9e222bac61
MDL-37359 groups: fixing typo in the web service function create_groupings_parameters
2013-01-04 15:23:12 +08:00
Damyon Wiese
d6c673ed4e
MDL-36712: Assignment - Do not always send feedback available emails when grade is created
...
The entry in the assign_grades table contains grades feedback and other settings such as locked.
Only send the student an email about new feedback if it is actually grades or feedback that
has been added. This is done by using another state for the mailed flag (2) which means "unset".
2013-01-04 14:46:14 +08:00
Jerome Mouneyrac
6a30d03e5f
MDL-37355 Fix the REST server that didn't send back the cleaned values
2013-01-04 14:23:02 +08:00
Adrian Greeve
173c6f2c8b
MDL-7660 - mod_data: Changed the filepicker to filemanager for field elements.
...
This allows users to delete their files or pictures when editing their entries
which was previously unavailable.
Also the use of the filemanager allows for drag and drop to be active.
2013-01-04 12:17:47 +08:00
Andrew Davis
bd26d932ff
MDL-29327 core_grade: removing some code that is messing up the categories and items screen when no grade categories are used
2013-01-04 08:25:41 +08:00
Ankit Agarwal
40652808e3
MDL-36855 scorm: update to api get_scorm_question_count()
...
get_scorm_question_count() should return 0 not 1 when no attempt is made in a scorm by any student
2013-01-03 14:40:36 +08:00
Jason Fowler
864b7c0130
MDL-35056 - Backup - Removing Dependencies Unmet string from lang files
2013-01-03 10:55:13 +13:00
Sam Hemelryk
e85c56ccb8
MDL-36297 caching: added for HTML purified text
2013-01-03 10:55:00 +13:00
Paul Charsley
c144959c4d
MDL-31682 added mod_assign_get_submissions web service function
2013-01-03 09:46:59 +13:00
Ankit Agarwal
7bf99ee558
MDL-27884 Implement proper username validation during csv import
2013-01-02 14:09:13 +08:00
Ankit Agarwal
cb2619150c
MDL-27884 blocks: Correcting config title string
...
AMOS BEGIN
CPY [configtitle,block_html],[configtitle,block_tags]
AMOS END
2013-01-02 10:39:16 +08:00
Petr Škoda
bc5d899510
MDL-35893 do not track performance before installation
2013-01-01 15:50:26 +01:00
Petr Škoda
97155c387d
MDL-37323 add support for _dlg strings in our TinyMCE subplugins
...
Credit goes to Étienne FLORENT, thanks.
2013-01-01 15:25:43 +01:00
AMOS bot
1bfab997c7
Automatically generated installer lang files
2013-01-01 00:42:59 +00:00
Petr Škoda
0662bd677c
MDL-29996 remove deprecated stuff from filter code
2012-12-30 17:02:18 +01:00
Petr Škoda
fba0abdc22
MDL-29996 remove legacy_filter support
2012-12-30 12:44:43 +01:00
Petr Škoda
d8e74f5be7
MDL-29996 remove unnecessary signed tricks
2012-12-30 12:44:42 +01:00
Jean-Michel Vedrine
c2f056a925
MDL-36955 Multianswer grading penalties do not address subparts
2012-12-30 11:59:34 +01:00
Jean-Michel Vedrine
e9af609176
MDL-28183 add num parts correct and clear wrong to multianswer
2012-12-30 11:55:21 +01:00
Eloy Lafuente (stronk7)
9da506c2a3
weekly on-sync release 2.5dev
2012-12-30 01:07:00 +01:00
Petr Škoda
ed05ee6b99
MDL-37315 fix connection reopening in ldap paging
2012-12-30 00:57:43 +01:00
Petr Škoda
e7aeaa6590
MDL-37304 cleanup auth_db and use progress_trace
2012-12-29 21:57:57 +01:00
Petr Škoda
5d549ffc8c
MDL-37299 use progress_trace in enrol_manual and enrol_self sync
2012-12-29 21:50:32 +01:00
Petr Škoda
411c3f9800
MDL-37293 user progress_trace in enrol_database sync
2012-12-29 21:43:03 +01:00
Petr Škoda
961fbc4f84
MDL-37297 user progress_trace in enrol_category sync
2012-12-29 21:40:07 +01:00
Petr Škoda
63a15b38ad
MDL-36893 fix mnet E_STRICT issue
2012-12-27 14:32:31 +01:00
Petr Škoda
bb900d139c
MDL-37105 prevent fatal error when category limit reached
2012-12-27 13:52:14 +01:00
Petr Škoda
3d89a36a85
MDL-37128 fix E_STRICT rss restore issue
2012-12-27 13:39:09 +01:00
Petr Škoda
dd9cd338cf
MDL-37301 fix missing AS in select
...
This was breaking pg 8.3. Credit goes to Thomas Robb, thanks.
2012-12-26 22:25:24 +01:00
Petr Škoda
3a103fd806
MDL-xxxx show appropriate instance status on user enrolments page
2012-12-26 17:28:09 +01:00
Petr Škoda
e9ca9d3063
MDL-37302 allow admin to unassign any role on enrolment and other users pages
2012-12-26 12:02:08 +01:00
Petr Škoda
483e6f5cde
MDL-37302 allow removal of enrol roles if plugin allows it
2012-12-26 11:37:08 +01:00
Petr Škoda
c61162310c
MDL-37298 use progress_trace in enrol_cohort sync
2012-12-25 14:55:37 +01:00
Dan Poltawski
b20d65f271
Merge branch 'MDL-37037-master' of git://github.com/damyon/moodle
2012-12-24 12:23:03 +08:00
Dan Poltawski
5066f30bed
Merge branch 'w51_MDL-37233_m25_skype' of git://github.com/skodak/moodle
2012-12-24 11:34:40 +08:00
Dan Poltawski
33950c3039
Merge branch 'wip-MDL-37263-m25' of git://github.com/samhemelryk/moodle
2012-12-24 11:22:43 +08:00
Dan Poltawski
1b5c5e5788
Merge branch 'wip-MDL-37290-m25' of git://github.com/samhemelryk/moodle
2012-12-24 10:54:51 +08:00
Dan Poltawski
51feee1f64
Merge branch 'w51_MDL-37283_m25_spell' of git://github.com/skodak/moodle
2012-12-24 10:35:33 +08:00
Sam Hemelryk
3330e65354
MDL-37290 course: fixed up navbar when editing categories
2012-12-24 13:05:56 +13:00
Sam Hemelryk
eaf750cd9a
Merge branch 'wip-MDL-35833-master' of git://github.com/phalacee/moodle
2012-12-24 11:43:59 +13:00
Sam Hemelryk
bef123d608
Merge branch 'MDL-36966-master' of git://github.com/damyon/moodle
2012-12-24 11:16:26 +13:00
Sam Hemelryk
486c53f25c
Merge branch 'wip-mdl-37015' of git://github.com/rajeshtaneja/moodle
2012-12-24 10:55:31 +13:00
Petr Škoda
471b96c41e
MDL-37291 implement full paypal restore support
2012-12-23 22:11:45 +01:00
Sam Hemelryk
296064bb9a
Merge branch 'wip-MDL-35653-master' of git://github.com/abgreeve/moodle
2012-12-24 09:40:55 +13:00
Sam Hemelryk
fe0980f846
Merge branch 'master_MDL-37225_static_cache_purge' of git://github.com/brki/moodle
2012-12-24 09:34:46 +13:00
Sam Hemelryk
d1a73b2add
Merge branch 'MDL-36455_master' of git://github.com/markn86/moodle
2012-12-24 09:30:35 +13:00
Petr Škoda
0456edb4ee
MDL-7537 add all PayPal supported currencies
2012-12-23 13:09:25 +01:00
Petr Škoda
f092d92004
MDL-21116 drop plugin tables in opposite order
...
This should help with foreign key in the future.
2012-12-22 19:01:00 +01:00
Petr Škoda
9d0ded6697
MDL-37284 fix mysql test for unicode compatibility
2012-12-22 18:42:55 +01:00
Tim Hunt
bf7b7f45d1
MDL-37068 qformat_learnwise: fix UTF8 and other issues.
2012-12-22 17:38:52 +00:00
Thanh Le
d18f78b046
MDL-35794 quiz: config for whether Outcomes are advanced settings
2012-12-22 17:38:45 +00:00
Tim Hunt
4125ded139
MDL-35793 question preview: config for the display options.
...
The settings control the display options used when a user
first previews a question in the question bank. Once a
user has previewed some questions, these are stored as user
preferences.
It may not seem worth making this configurable, but acutally
it is important when training new users to get them started
off using the right opitions.
2012-12-22 17:38:37 +00:00
Thanh Le
599cc731e3
MDL-35792 question preview: way to update options without restarting.
...
It is useful, and possible, to update the display options without
restarting the question. You now only have to restart if you are
changing the maximum mark or the behaviour.
2012-12-22 17:38:30 +00:00
Tim Hunt
f187622a0d
MDL-31616 block editing: show in subcontexts does not work on category pages.
...
Thanks to Ian David Wild for pointing to the proper fix.
2012-12-22 17:37:49 +00:00
Petr Škoda
48d2e1117f
MDL-37283 import tinymce spellchecker 2.0.6.1
2012-12-22 16:44:55 +01:00
Petr Škoda
d10f3e9fef
MDL-37282 import TinyMCE 3.5.8
2012-12-22 16:24:20 +01:00
Petr Škoda
a1b5490ac4
MDL-37281 fix other users current navigation node
2012-12-22 14:58:39 +01:00
Petr Škoda
017a713900
MDL-37152 remove bogus $mail->IsSMTP() breaking non-smtp mailing
...
Credit goes to Aurelijus Bruzas, thanks.
2012-12-22 14:46:44 +01:00
Petr Škoda
171215d465
MDL-37254 add missing AS keyword
2012-12-22 14:11:22 +01:00
Petr Škoda
d2fec87baf
MDL-37233 do not show skype status icon on https sites
...
Funny that the same company that implemented the IE security warnings is unable to set up SSL on the Skype status server…
2012-12-21 17:26:36 +01:00
Petr Škoda
3db309dcc4
MDL-37191 do not timeout when uninstalling plugins
2012-12-21 15:58:25 +01:00
Petr Škoda
2c4bccd5b8
MDL-35685 attempt to improve slow USER access array init
2012-12-20 22:51:29 +01:00
Sam Hemelryk
9966db51f0
MDL-37263 cache: fixed event invalidation coding error
2012-12-21 10:50:07 +13:00
Petr Škoda
7539894649
MDL-36212 rework html entity conversions
...
This should resolve all html entity conversion problems in different PHP versions.
2012-12-20 22:47:16 +01:00
Petr Škoda
b66e926895
MDL-36807 use our mysql socket logic in adodb tests
2012-12-20 22:41:18 +01:00
Petr Škoda
49ee37d3ac
MDL-36898 use only enrolled users as course contacts
2012-12-20 22:38:50 +01:00
Petr Škoda
6846f033a9
MDL-37125 import latest YUI 3.8.0
2012-12-20 22:31:51 +01:00
Petr Škoda
301ebbe512
MDL-37183 remove ancient unused excel library
2012-12-20 22:26:59 +01:00
Petr Škoda
23ac6ef6c5
MDL-37186 add the ultimate TinyMCE custom parameter setting
2012-12-20 22:24:15 +01:00
Eloy Lafuente (stronk7)
0dc5a532ec
weekly on-sync release 2.5dev
2012-12-20 21:13:26 +01:00
Eloy Lafuente (stronk7)
29400ba5d6
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2012-12-20 20:56:58 +01:00
Charles Fulton
63f329cad5
MDL-35130 shibboleth: remove hard-coded string
2012-12-20 10:28:23 -08:00
Mary Evans
4c71a80acd
MDL-25630 moodle/index.php: Wraps individual front page content elements (Site news/Course list/Category names/Category combo) in divs with descriptive classes so they can be styled individually.
2012-12-20 17:38:08 +00:00
Charles Fulton
4a112ec8c5
MDL-4781 forum: show discussion link when user has ability to view discussion
2012-12-20 05:59:41 -08:00
Eloy Lafuente (stronk7)
92bdda9bd9
Merge branch 'w50_MDL-37171_m25_outdatedexcel' of git://github.com/skodak/moodle
2012-12-20 10:22:46 +01:00
Jason Fowler
d01176bfc9
MDL-35833 - Blocks - Adding alt and title attributes to the docked-block panel close button
2012-12-20 10:42:20 +08:00
Rajesh Taneja
e5ad278a94
MDL-37015 Resource: link in onclick should not contain html special char
2012-12-20 10:21:36 +08:00
Dan Poltawski
b93e0af3fe
Revert "MDL-36704: wrap pending conditions in span tags"
...
This reverts commit 5e9fd83df8 .
2012-12-20 08:45:04 +08:00
AMOS bot
15da42c874
Automatically generated installer lang files
2012-12-20 00:40:36 +00:00
Tim Hunt
9645fe83ff
MDL-32245 question bank: update URL after moving question between categories.
...
Also, improve the URL when you go to edit the questions in a category.
2012-12-20 12:12:22 +13:00
Petr Škoda
cdd651a676
MDL-37171 fix some more E_STRICT issues
...
Credit goes to Mark Nelson, thanks.
2012-12-19 09:54:53 +01:00
Adrian Greeve
9daabc71ea
MDL-35653 - mod/wiki: Force format now lets users edit wiki pages.
...
Thanks to Tõnis Tartes for part of this solution.
When force format was selected in the options, trying to view the
wiki would redirect to the front page with a message saying that
you do not have permission to edit this page. Students had no way
of viewing any entries or creating the first page.
When in force format it skips a page , which would be considered
uncessary for students, but this means that the group id is not set
and this is what is causing most of the problems.
I also have included a check to see if the title is default and whether
the user has permission to view all groups. In these situations the
intermediate page is displayed.
2012-12-19 08:47:26 +08:00
AMOS bot
864f08b4d9
Automatically generated installer lang files
2012-12-19 00:41:59 +00:00
Brian King
6e89fb0309
MDL-37225 reset cachstore_static store when purging
2012-12-18 23:57:22 +01:00
Eloy Lafuente (stronk7)
917169221f
Merge branch 'w50_MDL-36245_m25_convert' of git://github.com/skodak/moodle
2012-12-18 23:41:48 +01:00
Davo Smith
08c2331cb5
MDL-37220 course dndupload - improved 'add files' icon
2012-12-18 21:11:35 +00:00
Davo Smith
c7e61fba0a
MDL-35887 course dndupload - correct default used for completion tracking when resources created by drag and drop
2012-12-18 20:46:26 +00:00
Eloy Lafuente (stronk7)
421d18fd2e
Merge branch 'wip-MDL-36339-master' of git://github.com/marinaglancy/moodle
2012-12-18 21:36:42 +01:00
Davo Smith
a8b418e82c
MDL-31641 filemanager - display help message when drag and drop upload is not supported
2012-12-18 20:22:20 +00:00
Didier Raboud
5a449045c2
MDL-37157: Normalize short answers before comparison
...
This ensures that ambiguous Unicode representations can be compared sanely.
Also add some tests to ensure it keeps working.
Thanks to Tim Hunt for the syntax check.
2012-12-18 18:44:15 +01:00
Matt Oquist
e9d87d90cf
MDL-36958 Forum: Replaced hard-coded numbers with proper defines
2012-12-18 17:26:50 +08:00
Dan Poltawski
86575fa709
Merge branch 'MDL-36704-master' of git://github.com/sammarshallou/moodle
2012-12-18 14:57:43 +08:00
Dan Poltawski
033b07895c
Merge branch 'MDL-37014_webdav_folders' of git://github.com/davosmith/moodle
2012-12-18 14:52:27 +08:00
Dan Poltawski
22898af76f
MDL-36259 - change case of table alias to match definition
2012-12-18 14:27:46 +08:00
Dan Poltawski
3ab43c0502
Merge branch 'MDL-36259' of git://github.com/timhunt/moodle
2012-12-18 14:25:52 +08:00
Damyon Wiese
2406815bbf
MDL-37030 Assignment: Fix error on download all submissions.
...
When group submissions and blind marking are enabled, an error is thrown
when a teacher trys to download all submissions in a zip. The fix is to
move the url rewriting from the plugin to the assign class so it is
done in a standard way by all modules. The rewriting is done to make images
in a text editor field resolve correctly.
2012-12-18 12:17:25 +08:00
Mark Nelson
bfe20414c0
MDL-36455 blocks: removed ability to add blocks to the My Moodle page that did not make sense in that context
2012-12-18 11:32:35 +08:00
Damyon Wiese
afa3e637a4
MDL-37037 Assignment Some minor refactoring of the previous patch
...
This just makes the control flow a bit easier to read.
I also added a continue button to take you back to the grading page.
2012-12-18 09:19:23 +08:00
Dan Poltawski
3280819b20
Merge branch 'MDL-30899_master' of git://github.com/dmonllao/moodle
2012-12-18 09:10:42 +08:00
Michael Aherne
5c77835865
MDL-37037 assign Show message if no files to download
2012-12-18 08:54:10 +08:00
AMOS bot
ecc6fc7e2d
Automatically generated installer lang files
2012-12-18 00:45:13 +00:00
Damyon Wiese
64220210de
MDL-35740 Assignment: Change the assignment index page to use a renderer.
...
This also cleans up the patch to prevent students from seeing the number of submissions for the assignment.
2012-12-18 08:44:53 +08:00
Raymond Wijaya
0c631fbef6
MDL-35740 Assignment: Hide the number of assignment submissions for all students that was visible to all students through the activities block
2012-12-18 08:44:53 +08:00
Raymond Wijaya
f81dc1222d
MDL-36966 Assignment: Bug - Student submission appears graded by themselves.
...
Fix a bug when a student editing his submission after it has been graded, it changes the 'graded by' details to the student's name in the feeback summary
2012-12-18 08:39:31 +08:00
Eloy Lafuente (stronk7)
cbef51f54b
Merge branch 'MDL-36842' of git://github.com/timhunt/moodle
2012-12-18 00:17:51 +01:00
Eloy Lafuente (stronk7)
7039c823dc
Merge branch 'w50_MDL-37171_m25_outdatedexcel' of git://github.com/skodak/moodle
2012-12-18 00:13:45 +01:00
Sam Hemelryk
9674194eec
Merge branch 'w50_MDL-36475_m25_zindexesgrrr' of git://github.com/skodak/moodle
2012-12-18 10:43:00 +13:00
Sam Hemelryk
2ea5e39ea3
Merge branch 'MDL-36490_master' of git://github.com/lazydaisy/moodle
2012-12-18 10:40:46 +13:00
Sam Hemelryk
03765b2e9d
Merge branch 'MDL-37035' of git://github.com/adrianfish/moodle
2012-12-18 10:32:10 +13:00
Sam Hemelryk
d135b55323
Merge branch 'w50_MDL-37111_m25_forumsinglefirst' of git://github.com/skodak/moodle
2012-12-18 10:24:53 +13:00
Sam Hemelryk
a483113178
Merge branch 'MDL-37176' of git://github.com/stronk7/moodle
2012-12-18 10:12:37 +13:00
Sam Hemelryk
bdd7b01a33
Merge branch 'MDL-35530' of git://github.com/rwijaya/moodle
2012-12-18 10:07:28 +13:00
Jason Fowler
c8d1e4aa8c
MDL-35056 - Backup/Restore - Converting the 'Unmet Dependencies' Message to be a Developer Debug message to make moodle less confusing to the average user
2012-12-18 09:58:53 +13:00
Sam Hemelryk
46b553787c
Merge branch 'MDL-32245' of git://github.com/timhunt/moodle
2012-12-18 09:51:42 +13:00
Sam Hemelryk
ac546d63a3
MDL-36812 grader_report: Fixed whitespace on integration
2012-12-18 09:47:37 +13:00
Sam Hemelryk
a202ead124
Merge branch 'WIP-MDL-36812-master' of git://github.com/nadavkav/moodle
2012-12-18 09:46:35 +13:00
Sam Hemelryk
740f635b79
Merge branch 'MDL-29733_master' of git://github.com/andyjdavis/moodle
2012-12-18 09:42:26 +13:00
Tim Hunt
4475b0ff63
MDL-36842 quiz: update accessrule upgrade.txt file in master.
2012-12-17 17:02:21 +00:00
Adrian Fish
2a457227e2
MDL-37035 Pass user locale after course locale.
2012-12-17 10:25:38 +00:00
David Monllao
9e8961e76f
MDL-30899 moodle-enrol-notification Overridding default footer padding
2012-12-17 15:39:19 +08:00
Dan Poltawski
62347c883b
Merge branch 'w50_MDL-36493_m25_mysql' of git://github.com/skodak/moodle
2012-12-17 15:28:39 +08:00
Dan Poltawski
0b10485a03
Merge branch 'MDL-37114' of git://github.com/timhunt/moodle
2012-12-17 15:25:22 +08:00
Dan Poltawski
f136e27f15
Merge branch 'MDL-37034-CategoryNavigationKey' of https://github.com/iamandrew/moodle
2012-12-17 15:21:31 +08:00
Dan Poltawski
a03b106cc2
MDL-36597 - bump version number
2012-12-17 13:52:22 +08:00
Dan Poltawski
dfa45f7ddc
Merge branch 'w50_MDL-36597_m25_courselang' of git://github.com/skodak/moodle
2012-12-17 13:51:32 +08:00
Dan Poltawski
efda4a8340
Merge branch 'MDL-29334_master' of git://github.com/markn86/moodle
2012-12-17 13:47:44 +08:00
Dan Poltawski
8ca70aff14
Merge branch 'wip-mdl-36736' of git://github.com/rajeshtaneja/moodle
2012-12-17 12:08:57 +08:00
Dan Poltawski
9199e53de2
Merge branch 'wip-MDL-25928-m25' of git://github.com/samhemelryk/moodle
2012-12-17 12:05:05 +08:00
Dan Poltawski
bfcbbc9833
Merge branch 'wip-MDL-35874-master' of git://github.com/phalacee/moodle
2012-12-17 11:52:55 +08:00
Dan Poltawski
00a9fa5d9a
Merge branch 'wip-MDL-35979-master' of git://github.com/phalacee/moodle
2012-12-17 11:48:32 +08:00
Dan Poltawski
06ae410844
Merge branch 'MDL-37078-master' of git://github.com/sammarshallou/moodle
2012-12-17 11:36:57 +08:00
Dan Poltawski
a8103b1c07
Merge branch 'MDL-37165-master' of git://github.com/damyon/moodle
2012-12-17 11:30:27 +08:00
Sam Hemelryk
6a1273cbc7
MDL-25928 course: Fixed course info on the combo list to be a popup
2012-12-17 16:03:06 +13:00
Petr Škoda
75427a824c
MDL-37171 fix multiple spreadsheet related PHP4isms
2012-12-15 12:36:40 +01:00
Petr Škoda
04463c0ea6
MDL-36245 add tests for the buggy utf-8 to utf-8 conversion
2012-12-15 11:50:17 +01:00
Petr Škoda
e9a3070676
MDL-36245 try to workaround buggy iconv() when converting text from utf-8 to utf-8
2012-12-15 11:50:17 +01:00
Petr Škoda
83be0dfd57
MDL-36475 tweak zIndexes once more
...
The expected ranges are now:
* 0-1000 for normal code
* 5000-5999 for TinyMCE
* 7000-8999 for filepicker and filemanager
This patch fixes also incorrect location of "MDL-25736 - French spellchecker fixes." modification reminder.
2012-12-15 11:46:46 +01:00
Joseph Rezeau
26efb4888f
MDL-37114 quiz form validation: feedback boundaries.
...
The feedback boundaries must either be a number or a percentage.
We were not correctly validating the non-percentage case.
2012-12-15 10:44:51 +00:00
Thanh Le
31f4086460
MDL-36259 course short names: ensure it displays when enabled in admin
...
Fixed 5 Moodle pages that does not display the course short name even if "Display extended course names" setting is on. In fixing this, search.php also included related minor code to change to minimise DB calls to improve performance.
2012-12-15 10:44:34 +00:00
Petr Škoda
57160c25d7
MDL-36493 improve timeout handling in mysql upgrade
...
Credit goes to Mark Nielsen, thanks.
2012-12-15 11:43:52 +01:00
Petr Škoda
801ae0f4d8
MDL-36493 improve performance of mysql unsigned/lob upgrade
2012-12-15 11:43:52 +01:00
Tim Hunt
e4ca11842b
MDL-32245 question bank: fix coding style in categories.php
2012-12-15 10:41:00 +00:00
Thanh Le
87bee3bcfa
MDL-32245 question bank: fix moving categories between contexts.
2012-12-15 10:40:59 +00:00
Petr Škoda
a11aa38e80
MDL-37111 copy first post files in single type forum using intro options
...
This patch also removed the delete button from the first post in single
discussion type forum.
Edit button in the first post leads to the forum edit page now, this should
prevent other problems throwing first post and intro out of sync.
2012-12-15 11:23:42 +01:00
Petr Škoda
dbfe415028
MDL-36597 strip '_utf8' from all course.lang fields
2012-12-15 11:13:10 +01:00
Eloy Lafuente (stronk7)
c50c84bbae
MDL-37176 timezones: updated to 2012j
2012-12-14 20:06:56 +01:00
Eloy Lafuente (stronk7)
20751863e3
weekly on-sync release 2.5dev
2012-12-14 13:33:07 +01:00
Frederic Massart
1fefd1ff8d
MDL-36456 repository: S3 handles errors in a nicer way
2012-12-14 17:55:56 +08:00
Damyon Wiese
0c7b691035
MDL-37165 Assignment: Oracle fix for count_submissions_with_status (and friends).
...
Oracle does not like the use of AS after a join.
2012-12-14 15:10:06 +08:00
Iñaki Arenaza
cd37c1dad8
MDL-28585 LDAP Auth doesn't handle password expiration
...
All credit goes to Mark Ward for proposing the initial patch.
Signed-off-by: Iñaki Arenaza <iarenaza@mondragon.edu >
2012-12-14 00:10:09 +01:00
Eloy Lafuente (stronk7)
04e56da75f
Merge branch 'MDL-30700-master' of git://github.com/damyon/moodle
2012-12-13 10:31:59 +01:00
Jason Fowler
e9904e0988
MDL-35874 - Blocks - Adding a label to the 'Add a block' block's select field
2012-12-13 15:08:23 +08:00
Jerome Mouneyrac
8118dbd02f
MDL-37143 External_warnings: developer should be able to modify the item/itemid/errorcode description
2012-12-13 11:15:50 +08:00
Damyon Wiese
d495f2d75e
MDL-30700 tablelib: Fixed get_sort_for_table to work with text sorting columns for oracle
...
This change stores the list of columns that require text sorting in the session,
so the static function "get_sort_for_table" can work without any additional parameters.
2012-12-13 09:58:07 +08:00
Dan Poltawski
aa3258d586
Merge branch 'MDL-36897' of git://github.com/timhunt/moodle
2012-12-13 09:54:17 +08:00
sam marshall
79e9e6049b
MDL-37078: Restore - section restore fails with multiple availability conditions
2012-12-12 10:47:17 +00:00
Davo Smith
8427de6883
MDL-37014 repository_webdav - strip the server URL from file & folder paths returned by webdav lib (if present)
2012-12-12 08:36:34 +00:00
Tim Hunt
0fe1b50c29
MDL-36897 quiz review: fixup previous commit.
2012-12-12 08:12:16 +00:00
Frederic Massart
c24cd39448
MDL-32639 files: Zipping a folder does not overwrite existing files
2012-12-12 14:38:23 +08:00
Frederic Massart
638d72cd0b
MDL-32639 files: Improved File Manager download and zip support
2012-12-12 14:38:11 +08:00
Mark Nelson
cba235594a
MDL-29334 mod_data: if site-wide presets created in <= 1.9 exist convert them to 2.x
2012-12-12 13:18:02 +08:00
Sam Hemelryk
e7335920f3
MDL-33448 enrol_manual: Reduced JS get_string calls for the yui widget
2012-12-12 09:37:27 +08:00
Sam Hemelryk
abb0ce1b42
MDL-33448 enrol_manual: Reordered things to improve JS performance when enrolling users
2012-12-12 09:37:27 +08:00
Cathal O'Riordan
6d976f3f30
MDL-36644 Assignment: prepend the course upload limit to the options array
...
Ensure that the course upload limit is the first option in the list of available choices for the Maximum submission size select.
2012-12-12 08:56:59 +08:00
Dan Poltawski
7ac94cab86
Merge branch 'master_MDL-35737' of git://github.com/danmarsden/moodle
2012-12-12 08:43:29 +08:00
Sam Hemelryk
fa125570fb
Merge branch 'MDL-27619_master' of git://github.com/pauln/moodle
2012-12-12 11:10:05 +13:00
Eloy Lafuente (stronk7)
12e13ce047
Merge branch 'MDL-32880_master_3' of git://github.com/pauln/moodle
2012-12-11 22:48:06 +01:00
Eloy Lafuente (stronk7)
4ad65dc2b6
Merge branch 'm24_MDL-36641_Missing_external_package_HTTP_check' of https://github.com/scara/moodle
2012-12-11 22:42:09 +01:00
Sam Hemelryk
31d5b2dd69
MDL-29805 redirect: added check REQUIRE_CORRECT_ACCESS is true
2012-12-12 09:46:45 +13:00
Sam Hemelryk
16ae43f243
Merge branch 'MDL-29805-master' of git://github.com/mouneyrac/moodle
2012-12-12 09:45:29 +13:00
Sam Hemelryk
db8625bd1e
Merge branch 'MDL-35593-master' of git://github.com/mouneyrac/moodle
2012-12-12 09:38:43 +13:00
Sam Hemelryk
5514e22d52
Merge branch 'wip_master_mdl-37088_bad_operator_ldap_sync_user' of https://github.com/iarenaza/moodle
2012-12-12 09:35:27 +13:00
Sam Hemelryk
18e4963a74
Merge branch 'MDL-36321_message_participants' of git://github.com/andyjdavis/moodle
2012-12-12 09:29:33 +13:00
Eloy Lafuente (stronk7)
771b820285
Merge branch 'MDL-30700-master' of git://github.com/damyon/moodle
2012-12-11 19:56:31 +01:00
Eloy Lafuente (stronk7)
6b9dfe731e
MDL-37032 upgrade: define all the 2.4.0 points
2012-12-11 13:11:11 +01:00
Dan Poltawski
02dd021d26
Merge branch 'w49_MDL-36447_m25_gdtest' of git://github.com/skodak/moodle
2012-12-11 17:54:24 +08:00
Dan Poltawski
70f4fddae5
Merge branch 'MDL-37098' of git://github.com/timhunt/moodle
2012-12-11 17:51:50 +08:00
Tim Hunt
1744033ccb
MDL-37098 quiz: event handler fails deleting group with no overrides
...
This was a regression from MDL-35717.
2012-12-11 09:06:19 +00:00
Dan Poltawski
cba50c0088
Merge branch 'MDL-36243' of git://github.com/jmvedrine/moodle
2012-12-11 16:24:10 +08:00
Dan Poltawski
09f5d8344e
Merge branch 'wip-MDL-36108-master' of git://github.com/phalacee/moodle
2012-12-11 16:03:09 +08:00
Jason Fowler
4ff849b7db
MDL-36108 - Blocks - Online User block's user image's alt attribute is now empty to prevent repetition of text for screen readers
2012-12-11 15:49:50 +08:00
Damyon Wiese
1e4bd9fe25
MDL-30700 Assignment 2.2: Added text_sorting function to tablelib
...
Allows oracle to sort by text (clob) columns (should be used sparingly).
2012-12-11 15:42:24 +08:00
Dan Poltawski
6236442aad
Merge branch 'wip-MDL-36938-m25' of git://github.com/samhemelryk/moodle
2012-12-11 15:18:50 +08:00
Dan Poltawski
c3c2fc538a
Merge branch 'MDL-36712-master' of git://github.com/damyon/moodle
2012-12-11 14:00:25 +08:00
Dan Poltawski
021504b547
Merge branch 'MDL-36591-master' of git://github.com/damyon/moodle
2012-12-11 13:56:28 +08:00
Dan Poltawski
0fd3fb0c83
Merge branch 'MDL-36897' of git://github.com/timhunt/moodle
2012-12-11 13:54:15 +08:00
Dan Poltawski
4cc8e8cbb1
Merge branch 'MDL-34791-master' of git://git.luns.net.uk/moodle
2012-12-11 13:22:42 +08:00
Dan Poltawski
358414748c
Merge branch 'MDL-36808-master' of git://github.com/sammarshallou/moodle
2012-12-11 12:18:12 +08:00
Dan Poltawski
4889da2199
Merge branch 'w49_MDL-36983_m25_ordertext' of git://github.com/skodak/moodle
2012-12-11 12:09:10 +08:00
Dan Poltawski
624b0c3f1d
Merge branch 'w49_MDL-36892_m25_enrolreadme' of git://github.com/skodak/moodle
2012-12-11 12:07:06 +08:00
Dan Poltawski
cdb7110f72
Merge branch 'MDL-36845' of git://github.com/timhunt/moodle
2012-12-11 11:58:44 +08:00
Dan Poltawski
fa18df40c1
Merge branch 'MDL-36828' of https://github.com/aolley/moodle
2012-12-11 11:44:11 +08:00
Dan Poltawski
b62f0f8d82
Merge branch 'wip-MDL-36110-master' of git://github.com/phalacee/moodle
2012-12-11 11:32:53 +08:00
Kirill Astashov
9b7a5f654a
MDL-36587 Assignment: Hide Download All links when no submission have been made
2012-12-11 11:25:05 +08:00
Dan Poltawski
595282dfcc
Merge branch 'wip-MDL-35884-master' of git://github.com/phalacee/moodle
2012-12-11 11:17:29 +08:00
Sam Hemelryk
6e68a3a93c
Merge branch 'MDL-36650' of git://github.com/timhunt/moodle
2012-12-11 16:11:13 +13:00
Dan Poltawski
5d44e45264
Merge branch 'MDL-36025-negative-zero' of git://github.com/mpetrowi/moodle
2012-12-11 11:06:28 +08:00
Sam Hemelryk
0aed7e7d71
Merge branch 'w49_MDL-36731_m25_uploadestrict' of git://github.com/skodak/moodle
2012-12-11 16:04:31 +13:00
Dan Poltawski
74bf44284a
Merge branch 'MDL-35476-master' of git://github.com/damyon/moodle
2012-12-11 10:49:12 +08:00
Sam Hemelryk
fc6acfe242
Merge branch 'MDL-36905' of git://github.com/rwijaya/moodle
2012-12-11 15:44:37 +13:00
Sam Hemelryk
9a8b79864a
Merge branch 'MDL-36916' of git://github.com/timhunt/moodle
2012-12-11 15:42:13 +13:00
Dan Poltawski
6434a6c76e
Merge branch 'MDL-34052-master' of https://github.com/damyon/moodle
2012-12-11 10:39:19 +08:00
Sam Hemelryk
159537f65a
Merge branch 'w49_MDL-36936_m25_composerdev' of git://github.com/skodak/moodle
2012-12-11 15:35:07 +13:00
Dan Poltawski
d4b2190728
Merge branch 'w49_MDL-31424_m25_paypalcase' of git://github.com/skodak/moodle
2012-12-11 10:31:33 +08:00
Sam Hemelryk
7a6ef4ee8f
Merge branch 'w49_MDL-37060_m25_sessinit' of git://github.com/skodak/moodle
2012-12-11 15:27:26 +13:00
Sam Hemelryk
711e0ad9b7
Merge branch 'MDL-36942' of git://github.com/timhunt/moodle
2012-12-11 15:04:22 +13:00
Sam Hemelryk
6c3b271c3d
Merge branch 'MDL-36954' of git://github.com/timhunt/moodle
2012-12-11 14:59:56 +13:00
Dan Poltawski
b3b4fad994
Merge branch 'MDL-36773-master' of git://github.com/mouneyrac/moodle
2012-12-11 09:56:40 +08:00
Sam Hemelryk
46c02a6a91
Merge branch 'wip-mdl-37017' of git://github.com/rajeshtaneja/moodle
2012-12-11 14:54:16 +13:00
Sam Hemelryk
9a2a9b146f
Merge branch 'w49_MDL-37061_m25_invalidlang' of git://github.com/skodak/moodle
2012-12-11 14:44:08 +13:00
Sam Hemelryk
0296e662a3
Merge branch 'w49_MDL-29442_m25_entityutf8' of git://github.com/skodak/moodle
2012-12-11 10:22:19 +13:00
Sam Hemelryk
4e0c4ec70d
Merge branch 'MDL-36263-master' of git://github.com/damyon/moodle
2012-12-11 10:17:57 +13:00
Sam Hemelryk
a77a8f1e9d
Merge branch 'MDL-37020-master' of https://github.com/mackensen/moodle
2012-12-11 09:48:05 +13:00
Sam Hemelryk
3dd842ebfb
Merge branch 'MDL-36601-master' of git://git.luns.net.uk/moodle
2012-12-11 09:42:17 +13:00
Sam Hemelryk
5f27d13454
Merge branch 'MDL-36805-master' of git://git.luns.net.uk/moodle
2012-12-11 09:16:47 +13:00
Sam Hemelryk
8ebf086d31
Merge branch 'wip-MDL-37011' of git://github.com/abgreeve/moodle
2012-12-11 08:42:40 +13:00
Iñaki Arenaza
a5428e15b2
MDL-37088 auth_ldap: bad operator in ldap sync_user() method
2012-12-10 16:52:42 +01:00
Andrew Robert Nicols
a71d9a9414
MDL-34791 AJAX Update a graded activity's title in the gradebook on rename
2012-12-10 14:14:28 +00:00
Dan Poltawski
303cccc5a6
MDL-36755 course_overview block: fix for fix.
...
I will stop commiting now.
2012-12-10 19:45:19 +08:00
Dan Poltawski
36508a201a
MDL-36755 course_overview block: fix idiot version
...
I will shoot the programmer responsible for this mess.
2012-12-10 19:41:16 +08:00
Dan Poltawski
e3b494e379
Merge branch 'w49_MDL-36737_m25_glossstrict' of git://github.com/skodak/moodle
2012-12-10 19:37:24 +08:00
Danny Wahl
9a8caba238
MDL-36991: Conditional activity restrictions should be displayed as list
2012-12-10 11:36:17 +00:00
Dan Poltawski
91c5477606
Merge branch 'MDL-36755_master' of git://github.com/markn86/moodle
...
Conflicts:
blocks/course_overview/version.php
2012-12-10 19:32:10 +08:00
Dan Poltawski
6aa4fccc74
MDL-36167 fix trailing whitespace
2012-12-10 17:35:58 +08:00
Dan Poltawski
76089dc378
Merge branch 'MDL-36167-master' of git://github.com/damyon/moodle
2012-12-10 17:31:41 +08:00
Dan Poltawski
69e0b225c1
Merge branch 'MDL-36732' of git://github.com/timhunt/moodle
2012-12-10 15:17:46 +08:00
Damyon Wiese
8f7e1c05af
MDL-36263 Assignment: Do not count submissions of unenrolled users
2012-12-10 14:54:24 +08:00
Damyon Wiese
7a9fd6da43
MDL-36908 Assignment: Additional fixes for preventing empty submissions
2012-12-10 14:54:24 +08:00
Dan Poltawski
adce3fa833
Merge branch 'MDL-36549' of git://github.com/rwijaya/moodle
2012-12-10 14:18:32 +08:00
Dan Poltawski
3b49f655b2
Merge branch 'MDL-36856' of git://github.com/kastashov/moodle
2012-12-10 14:04:22 +08:00
Dan Poltawski
9278e2dbef
Merge branch 'MDL-36835-master' of git://github.com/damyon/moodle
2012-12-10 14:01:56 +08:00
Dan Poltawski
8df07e5086
Merge branch 'MDL-36538_webdav_memory' of git://github.com/davosmith/moodle
2012-12-10 13:06:37 +08:00
Vadim Dvorovenko
697ade2850
MDL-32639 files: Removing '0' start folder in archives created with filemanager
2012-12-10 12:30:29 +08:00
Frederic Massart
97a8edddf0
MDL-27901 navigation: Notice when an admin node name is already used
2012-12-10 12:29:41 +08:00
Marina Glancy
c8f9faba0c
MDL-36339 Modify themes to add course headers and footers provided by course format
2012-12-10 12:14:57 +08:00
Dan Poltawski
9c714c83b7
Merge branch 'w49_MDL-35456_m25_paypal' of git://github.com/skodak/moodle
2012-12-10 12:03:03 +08:00
Dan Poltawski
2e6aff57e5
Merge branch 'MDL-35404' of git://github.com/timhunt/moodle
2012-12-10 11:36:38 +08:00
Dan Poltawski
7689a5837a
Merge branch 'wip-MDL-36939-m25' of git://github.com/samhemelryk/moodle
2012-12-10 11:08:42 +08:00
Sam Hemelryk
845774bf33
Merge branch 'MDL-30961-master' of git://github.com/mouneyrac/moodle
2012-12-10 14:59:42 +13:00
Dan Poltawski
d31c08b698
Merge branch 'MDL-36680_hidden' of git://github.com/andyjdavis/moodle
2012-12-10 09:56:09 +08:00
Danny Wahl
e46fce762a
MDL-23504 Theme: Extended support of colors in color picker
2012-12-10 09:54:45 +08:00
Sam Hemelryk
754f808546
Merge branch 'MDL-36946-master' of git://github.com/micaherne/moodle
2012-12-10 14:43:40 +13:00
Sam Hemelryk
11e95000bd
Merge branch 'MDL-34592_master' of git://github.com/lazydaisy/moodle
2012-12-10 14:28:44 +13:00
Sam Hemelryk
d60ac860ea
Merge branch 'MDL-36608_master' of git://github.com/lazydaisy/moodle
2012-12-10 14:24:39 +13:00
Sam Hemelryk
018e659061
Merge branch 'MDL-36978' of git://github.com/lazydaisy/moodle
2012-12-10 14:21:37 +13:00
Sam Hemelryk
9a3e76e01e
Merge branch 'MDL-36579_modLtiBackupFields' of git://github.com/moodlerooms/moodle
2012-12-10 14:16:00 +13:00
Mark Nielsen
e893c6d442
MDL-36607: Improve block drag and drop
...
* Adding support for subpage
* Adding support for regions that do not start with "side-"
2012-12-10 14:12:57 +13:00
Sam Hemelryk
9d8abffc87
Merge branch 'MDL-35954_master' of git://github.com/markn86/moodle
2012-12-10 14:08:06 +13:00
Adrian Greeve
5cc0c73ab2
MDL-37011 - themes: Fixed the alignment of the edit and help icon on the participants page.
2012-12-10 08:58:29 +08:00
Sam Hemelryk
1b4e47e43a
Merge branch 'MDL-36433-master' of git://github.com/itamart/moodle
2012-12-10 12:13:32 +13:00
Sam Hemelryk
8b5944b9b9
Merge branch 'MDL-36764' of git://github.com/danpoltawski/moodle
2012-12-10 11:54:01 +13:00
Sam Hemelryk
a429049ce5
Merge branch 'MDL-36778' of git://github.com/danpoltawski/moodle
2012-12-10 11:51:38 +13:00
Sam Hemelryk
7e4dd7f6c2
Merge branch 'MDL-36887' of git://github.com/danpoltawski/moodle
2012-12-10 11:48:22 +13:00
Sam Hemelryk
533469cba4
Merge branch 'MDL-36640-master' of git://git.luns.net.uk/moodle
2012-12-10 11:42:57 +13:00
Mary Evans
e907c68530
MDL-34592 theme_magazine: Fixes the report grader fixed column misalignment in magazine/style/core.css theme, plus fixes all CORE themes with minor adjustment to grade/report/grader/style.css
2012-12-09 22:23:42 +00:00
Andrew Robert Nicols
e275e8c3cd
MDL-36918 Decode HTML entities on ajax update title
2012-12-10 11:15:50 +13:00
Sam Hemelryk
fa9b53cdf8
Merge branch 'message_nav' of git://github.com/andyjdavis/moodle
2012-12-10 11:00:17 +13:00
Sam Hemelryk
70d09e7fd6
Merge branch 'MDL-36761_loop' of git://github.com/andyjdavis/moodle
2012-12-10 10:54:32 +13:00
Sam Hemelryk
f6c922e71f
Merge branch 'MDL-34591_master' of git://github.com/grabs/moodle
2012-12-10 10:49:21 +13:00
Sam Hemelryk
d72f2212da
Merge branch 'wip-MDL-35221-master' of git://github.com/kwiliarty/moodle
2012-12-10 10:41:35 +13:00
Sam Hemelryk
bb682c1ac2
Merge branch 'wip-MDL-36906-master' of git://github.com/abgreeve/moodle
2012-12-10 10:33:48 +13:00
Sam Hemelryk
6d48072205
Merge branch 'wip-MDL-36915-master' of git://github.com/abgreeve/moodle
2012-12-10 10:27:25 +13:00
Sam Hemelryk
d229ac0f0a
Merge branch 'wip-MDL-37026-master' of git://github.com/abgreeve/moodle
2012-12-10 10:23:55 +13:00
Sam Hemelryk
13980de16b
Merge branch 'MDL-33125' of git://github.com/aolley/moodle
2012-12-10 10:19:32 +13:00
Petr Škoda
65598feb36
MDL-36447 skip file preview test if GD not available
2012-12-09 19:22:01 +01:00
Andreas Grabs
a8e85e05bc
MDL-34591 - paypal does not allow unenrol
2012-12-09 19:10:52 +01:00
Petr Škoda
1a4596e434
MDL-29442 add missing utf-8 to entity html encoding and decoding
2012-12-09 18:21:38 +01:00
Petr Škoda
25336547e8
MDL-37061 always validate lang when setting session user
...
This should resolve problems with TinyMCE langs and some unknown MUCH caching issue.
2012-12-09 11:28:36 +01:00
Mary Evans
3c202221a8
MDL-36978 theme_standardold: fixes misplaced block region check in layout/frontpage.php which, with hindsight should have been fixed in MDL-23226.
2012-12-08 22:20:05 +00:00
Petr Škoda
443bb9c103
MDL-36737 fix random glossary E_STRICT issue
2012-12-08 14:44:05 +01:00
Jean-Michel Vedrine
7980a381cc
MDL-36243 question->questiontext and question->generalfeedback should always be strings
2012-12-08 14:09:26 +01:00
Petr Škoda
a552544370
MDL-31424 compare PayPal emails case-insensitively
...
Credit goes to Chris Follin, thanks!
2012-12-08 13:16:04 +01:00
Petr Škoda
3277509a60
MDL-37060 prevent notice in session_get_instance()
2012-12-08 12:31:05 +01:00
Petr Škoda
b7a9c85118
MDL-35456 use HTTP 1.1 for PayPal IPN
2012-12-08 11:58:05 +01:00
Eloy Lafuente (stronk7)
4bd6f71bad
weekly on-sync release 2.5dev
2012-12-08 02:58:07 +01:00
Petr Škoda
32772035e1
MDL-36936 require phpunit as composer --dev only
2012-12-07 18:20:03 +01:00
Petr Škoda
756869d2c2
MDL-36892 delete outdated enrol info
2012-12-07 17:15:39 +01:00
Davo Smith
e38f699271
MDL-36538 repository_webdav - save files directly to local filesystem, rather than buffering in memory
2012-12-07 09:17:28 +00:00
Jason Fowler
ceb3551726
MDL-35884 - Course - Remove text from ALT attribute for activity chooser
2012-12-07 13:50:08 +08:00
Rajesh Taneja
7d0eaf7414
MDL-37017 My Moodle: Course name should be fullname of course
2012-12-07 11:35:47 +08:00
Sam Hemelryk
f0ce225c12
MDL-36938 cache: test performance script checks requirements now
2012-12-07 08:38:14 +13:00
Sam Hemelryk
7d18285720
MDL-36939 cache: instance form validation now handles errors properly
2012-12-07 08:38:05 +13:00
Petr Škoda
b39eac3eca
MDL-36983 fix incorrect test method name
...
Credit goes to David Scotson, thanks.
2012-12-06 15:32:15 +01:00
Andrew Davidson
cd766190aa
MDL-37034 - Added appropriate name to category settings navigation node
2012-12-06 14:08:25 +00:00
Petr Škoda
e95bf5b50a
MDL-36731 fix E_STRICt issue when creating new groups in user upload
2012-12-06 13:15:16 +01:00
Amy Groshek
62434c8a53
MDL-36960 - fix broken horizontal positioning of titles for docked blocks
2012-12-06 12:10:38 +08:00
David Mudrák
8663b090c0
MDL-36963 Do not attempt to remove the root folder of a plugin during the update deployment
...
There is no need to move the root folder of a plugin during the update
deployment. We just need to operate with its contents. So the web server
process can have the write access for the plugin folder only.
2012-12-06 11:03:35 +08:00
David Mudrák
dabe5acc42
MDL-36963 Add unit tests for directory operations in mdeploy.php
2012-12-06 11:03:35 +08:00
David Mudrák
75879a9e74
MDL-36963 Improve mdeploy worker::remove_directory() method
...
The additional parameter allows to use this method without actual
removing the root of the path. That is, it is now possible to remove
the content of a folder only.
2012-12-06 11:03:35 +08:00
David Mudrák
b68bbc5ae1
MDL-36963 Improve mdeploy worker::move_directory() method
...
The additional parameter allows to use this method without actual
removing the root of the source location. That is, it is now possible to
move the content of a folder only.
Also, a small refactoring happened here as we will need a variant of
this method that does not throw exception if the target already exists.
2012-12-06 11:03:35 +08:00
Adrian Greeve
3370f216a2
MDL-37026 - lib: The function user_can_assign() returns true for admins.
2012-12-06 10:52:09 +08:00
Eloy Lafuente (stronk7)
ee22329a90
Merge branch 'wip-MDL-36341-m24' of git://github.com/samhemelryk/moodle
2012-12-06 02:24:47 +01:00
David Mudrák
fa1415f193
MDL-37003 Fix repeated line in update notification email
...
There was a problem experienced after 2.4.0 release because the version
of the 2.4.0 release was the same as 2.5dev release. So the version
value matched twice in the loop and the line was repeated in the email.
2012-12-06 01:50:48 +01:00
David Mudrák
d2713eff38
MDL-36943 Do not notify about already installed updates
...
Before this patch, the available_update_checker::cron_notifications()
method accessed the availableupdates property. But for plugins, that property
basically contains the most recent version available. So we were missing
the check against the actual version installed.
The fix was simple - obtain available updates via the available_updates()
method that performs the check.
2012-12-06 01:50:42 +01:00
Charles Fulton
ab0ccc6731
MDL-37020 auth_shibboleth: check if target variable is actually set
2012-12-05 11:18:37 -08:00
Marina Glancy
e28d5db2ee
MDL-36840 Set course.format to 'site' for site-course
2012-12-05 10:31:24 +08:00
Jason Fowler
b815ccd319
MDL-35979 - Commenting - Adding an empty alt attribute to the javascript generated delete icon for comments
2012-12-05 10:00:38 +08:00
Iñaki Arenaza
326929d54a
MDL-3941 auth/cas auth/ldap enrol/ldap Add support for LDAP-TLS.
...
Credit goes to Chris Bandy for proposing the initial patch.
2012-12-04 12:11:06 +01:00
Jason Fowler
7245acb222
MDL-36110 - Blocks - Community finder icon alt attribute is now empty
2012-12-04 15:15:22 +08:00
Jerome Mouneyrac
e9e567f33c
MDL-29805 add REQUIRE_CORRECT_ACCESS define + return error code when AJAX_SCRIPT fails
2012-12-04 11:47:19 +08:00
Eloy Lafuente (stronk7)
03953061ca
NOBUG: Bump backup relese for 2.5dev
2012-12-03 21:11:33 +01:00
Eloy Lafuente (stronk7)
cf08763204
weekly release 2.5dev
2012-12-03 20:05:30 +01:00
Eloy Lafuente (stronk7)
f588fdfcc7
Moodle release 2.4
2012-12-03 20:01:33 +01:00
Eloy Lafuente (stronk7)
b9896f9613
ie9 svg compatibility fixes
2012-12-03 19:53:36 +01:00
Eloy Lafuente (stronk7)
b0d9ca18a4
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2012-12-03 19:51:37 +01:00
Mark Nielsen
bf989c2f3a
MDL-36986: Adding course_restored event trigger
2012-12-03 09:37:29 -08:00
Eloy Lafuente (stronk7)
e9dab879b6
Merge branch 'MDL-36934-master' of git://git.luns.net.uk/moodle
2012-12-03 09:48:13 +01:00
Aparup Banerjee
552160e844
Merge branch 'MDL-36912-master' of git://github.com/FMCorz/moodle
2012-12-03 15:54:52 +08:00
Dan Poltawski
0dcae7cd14
MDL-36950 pluginlib - add MDL to comment
2012-12-03 15:47:35 +08:00
Dan Poltawski
bb608148a9
Merge branch 'MDL-36950-updates-proxy' of git://github.com/mudrd8mz/moodle
2012-12-03 15:21:25 +08:00
Aparup Banerjee
ce84cbacb7
Merge branch 'MDL-36777-master' of git://github.com/FMCorz/moodle
2012-12-03 14:59:15 +08:00
Dan Poltawski
e1c93ed97b
Merge branch 'MDL-36914-master' of git://github.com/damyon/moodle
2012-12-03 14:45:04 +08:00
Frederic Massart
197b314f46
MDL-36860 theme: Readme for MyMobile hack
2012-12-03 14:18:35 +08:00
Dan Poltawski
7d1c3abe88
Merge branch 'MDL-36883-master' of git://github.com/FMCorz/moodle
2012-12-03 14:08:25 +08:00
Jason Fowler
5bc4936954
MDL-35816 - File picker - Adding ALT attributes to the icons of the file picker
2012-12-03 14:00:05 +08:00
Dan Poltawski
7eebac6c77
Merge branch 'MDL-36860-master' of git://github.com/FMCorz/moodle
2012-12-03 13:56:21 +08:00
Dan Poltawski
72647f09f1
Merge branch 'MDL-36944-master' of git://github.com/FMCorz/moodle
2012-12-03 13:41:02 +08:00
Dan Poltawski
539cc4061d
Merge branch 'MDL-36949-master' of git://github.com/FMCorz/moodle
2012-12-03 13:28:12 +08:00
Dan Poltawski
4a67095710
Merge branch 'MDL-36884-master' of git://github.com/FMCorz/moodle
2012-12-03 13:23:21 +08:00
Dan Poltawski
c62c77c0e8
Merge branch 'wip-MDL-36888-m24' of git://github.com/samhemelryk/moodle
2012-12-03 12:55:42 +08:00
Dan Poltawski
f92340ed3f
Merge branch 'MDL-36948-master' of git://github.com/FMCorz/moodle
2012-12-03 11:59:01 +08:00
Jerome Mouneyrac
87ede25c9b
MDL-35593 core_webservice_get_site_info returns version number set to PARAM_TEXT and PARAM_FLOAT
2012-12-03 10:47:38 +08:00
Dan Poltawski
28ef36f018
Merge branch 'MDL-36618-master' of git://github.com/FMCorz/moodle
2012-12-03 10:36:16 +08:00
Sam Hemelryk
cc52e16c4a
MDL-36341 calendar: fixed JS bug with popup node setter
2012-12-03 11:31:34 +13:00
Sam Hemelryk
383b89a1e2
MDL-36888 theme: allow the use of SVG in CSS background images.
2012-12-03 09:20:06 +13:00
AMOS bot
58f5646767
Automatically generated installer lang files
2012-12-02 00:40:59 +00:00
Andrew Robert Nicols
50d6ad844a
MDL-36934 Only set the autosubmit class on selects when required
...
The url_select class can optionally show a button (much like the non-JS
fallback). In this case, the autosubmit nature of the form shouldn't be
enforced and it should only submit on the button.
2012-12-01 09:48:42 +00:00
AMOS bot
de1c8ef58b
Automatically generated installer lang files
2012-12-01 00:43:06 +00:00
Tim Hunt
489f98a662
MDL-36954 question bank: stop centring question name.
...
This was a regression caused by MDL-21625. These CSS changes
put the display back to how it was, while leaving the table
cell as a TD for accessibility.
2012-11-30 16:32:31 +00:00
Tim Hunt
7e252acff1
MDL-36942 xml question import: don't add spaces.
...
They are not necessary anyway, there is a \n character at the end of
each line.
Thanks to Richard Lobb for fining the problem and how to fix it.
2012-11-30 15:59:11 +00:00
Tim Hunt
609a7676e4
MDL-36897 quiz: redirect teachers from summary to review page.
...
There is already logic like this at the top of attempt.php. If the
teacher arrives at one of these pages for a student's attempt, for
example by clicking a link in the logs, then they should be redirected
to the review page to see the students attempt in its current state.
2012-11-30 15:58:54 +00:00
Tim Hunt
bf4045599c
MDL-36845 excel export: don't output invalid sheet names.
...
We should clean any proposed worksheet name, to remove the characters
that Excel does not allow.
2012-11-30 15:58:36 +00:00
Tim Hunt
6b290a491c
MDL-36732 Cloze qtype: review marks should not depend on feedback.
...
The various review options should be independent.
2012-11-30 15:58:12 +00:00
Tim Hunt
c23513dbe4
MDL-36650 don't change question timecreated or timemodified on restore.
2012-11-30 15:57:51 +00:00
David Mudrák
63def597a6
MDL-36950 Pass the Moodle proxy setting to the mdeploy.php utility
2012-11-30 16:12:34 +01:00
David Mudrák
42c6731c9f
MDL-36950 Make mdeploy.php accept proxy related settings
2012-11-30 16:11:52 +01:00
David Mudrák
333048e06b
MDL-36903 Add a link to Moodle documentation from mdeploy error pages
2012-11-30 16:09:58 +01:00
David Mudrák
e428b5e0ae
MDL-36903 Make mdeploy.php use the custom CA certificate if it exists
2012-11-30 16:09:58 +01:00
David Mudrák
30e2682756
MDL-36903 Pre-check the ZIP download before executing the mdeploy.php utility
...
This patch makes Moodle call HTTP HEAD method via cURL to see if the ZIP
is expected to be downloadable by mdeploy.php. This is mainly intended
for SSL certificates check.
2012-11-30 16:09:58 +01:00
David Mudrák
4785c45dd8
MDL-36903 Verify the SSL certificate of available updates provider
...
From now on, Moodle verifies the available updates provider server. To
make it work, either there must be a valid CA certificate available in
the operating system, or the administrator has to upload the valid CA
certificate to moodledata/moodleorgca.crt (PEM format) file manually.
2012-11-30 16:09:58 +01:00
Frederic Massart
d75130a1a5
MDL-36949 usability: Use new icons for unused icons
2012-11-30 20:46:13 +08:00
Eloy Lafuente (stronk7)
47dfbd9eb3
on-demand release 2.4rc1
2012-11-30 13:26:57 +01:00
Eloy Lafuente (stronk7)
e433207d98
ie9 svg compatibility fixes
2012-11-30 13:19:44 +01:00
Frederic Massart
c2e10ac08a
MDL-36948 usability: Styling for new reload icon
2012-11-30 20:19:16 +08:00
Barbara Ramiro
fd7653aa27
MDL-36948 usability: New reload icon
2012-11-30 20:18:58 +08:00
Michael Aherne
2211f50422
MDL-36946 theme Use server default theme before standard
2012-11-30 12:11:07 +00:00
Tim Hunt
7c86af621e
MDL-35404 question export: make it work with slasharguments off.
...
Thanks to Brian King for working out the problem and how to fix it. I am
just committing his patch.
2012-11-30 11:48:26 +00:00
Eloy Lafuente (stronk7)
089b283b8a
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2012-11-30 12:48:01 +01:00
Frederic Massart
01686636ce
MDL-36884 usability: Deprecated icons fallback on most corresponding new icons
2012-11-30 19:32:14 +08:00
Frederic Massart
c7859a51b7
MDL-36944 usability: New version of switchrole icon
2012-11-30 19:28:19 +08:00
Frederic Massart
0348468bee
MDL-36912 usability: CSS adaptations for assignment
2012-11-30 19:25:14 +08:00
Barbara Ramiro
f08c147ef0
MDL-36912 usability: New icons for assignment module
2012-11-30 19:25:09 +08:00
Barbara Ramiro
cfd17b5da7
MDL-36618 usability: New icons for permissions risks
2012-11-30 19:17:59 +08:00
Frederic Massart
d9f95015f5
MDL-36777 usability: Theming fixes on backup steps
2012-11-30 16:53:39 +08:00
Barbara Ramiro
f9f8a6af6e
MDL-36777 usability: New icons for backup
2012-11-30 16:53:39 +08:00
Frederic Massart
851d3b7a97
MDL-36830 usability: Glossary and database small design improvements
2012-11-30 16:48:46 +08:00
Aparup Banerjee
2d74d1aea3
Merge branch 'MDL-36632-master' of git://github.com/FMCorz/moodle
2012-11-30 15:44:50 +08:00
Frederic Massart
501380a96d
MDL-36632 usability: Grading methods icons and CSS
2012-11-30 15:42:39 +08:00
Aparup Banerjee
12995ef7d0
Merge branch 'MDL-36774-master' of git://github.com/FMCorz/moodle
2012-11-30 15:32:15 +08:00
Aparup Banerjee
7b1c485911
Merge branch 'MDL-36765-master' of git://github.com/FMCorz/moodle
2012-11-30 15:21:05 +08:00
Mark Nelson
7428077d4b
MDL-36755 blocks: the course overview block can only be added to the My Moodle page so removing unnecessary addinstance cap
2012-11-30 15:11:49 +08:00
Aparup Banerjee
5bd84c3fde
Merge branch 'MDL-36869-master' of git://github.com/FMCorz/moodle
2012-11-30 15:05:41 +08:00
Jerome Mouneyrac
11d819364e
MDL-30961 get_course_contents: returned activity name should not be check against PARAM_TEXT, it could be anything
2012-11-30 14:22:16 +08:00
Frederic Massart
41058f0a19
MDL-36860 theme: Fix MyMobile theme CSS
2012-11-30 13:21:52 +08:00
Frederic Massart
d81c17f900
MDL-36860 theme: MyMobile jQuery Mobile hack
2012-11-30 13:20:54 +08:00
Dan Poltawski
7b48acebaf
MDL-36778 course - prevent undefined index warnings
...
When logged in as a guest the mform didn't set userid.
2012-11-30 12:27:09 +08:00
Dan Poltawski
054124a3ed
MDL-36887 quiz: reorder upgrade.txt's
2012-11-30 11:41:01 +08:00
Andrew Davis
0a5b8e9e2c
MDL-36321 core_message: made the course participants list correctly show if course participants are contacts or not
2012-11-30 11:14:09 +08:00
Andrew Davis
aee968da79
MDL-36761 core_grade:shifted a call to count() out of a loop
2012-11-30 11:05:44 +08:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Eloy Lafuente (stronk7)
08c05956e0
MDL-36933 Prepare main version and backup branch
2012-11-30 03:15:31 +01:00
Jerome Mouneyrac
8158ce79f9
MDL-36773 timezone inconsistency => some number support decimal other don\'t - Original patch author: Nathan Mares
2012-11-30 10:11:55 +08:00
Damyon Wiese
85c5083054
MDL-36835 Assignment: Do not show javascript warning when toggling quickgrading
2012-11-30 10:04:31 +08:00
Adrian Greeve
dfdd9c9b11
MDL-36915 - mod/data: A database with no entries no longer displays the export to portfolio button.
2012-11-30 09:57:45 +08:00
Dan Poltawski
6b003f12eb
Merge branch 'wip-MDL-36937-m24' of git://github.com/samhemelryk/moodle
2012-11-30 09:48:36 +08:00
Sam Hemelryk
b870426ab6
MDL-36937 cache: Fixed up typo
2012-11-30 14:29:58 +13:00
Dan Poltawski
b584a35845
Revert "MDL-36838 moodle->mahara mnet SSO failure in FF17"
...
Firefox have now decided to reverse their UA change (since integration)
and this patch has some minor drawbacks.
This reverts commit 1c65f683dc .
2012-11-30 09:23:17 +08:00
Davo Smith
f5744d1cfa
MDL-31484 backup - repeated restores with anonymised users now works correctly
2012-11-29 19:57:16 +00:00
Kevin Wiliarty
a6a33636eb
MDL-35221 mod_feedback: replace checkbox with advcheckbox for all requirable feedback question types
2012-11-29 11:30:19 -05:00
Davo Smith
ead25632bf
MDL-33688 filemanager - display progress bars as files uploaded
...
Also improved the styling of the progress bars (used in course drag and drop upload as well)
2012-11-29 11:33:40 +00:00
Andrew Robert Nicols
b84a84258c
MDL-36601 Ensure that reports remember all days setting
...
All Days was set as the nothing value, but this nothing value was used.
Additionally, an insufficient comparison meant that the selecteddate then
became Today.
2012-11-29 09:56:30 +00:00
Tim Hunt
6e4a2acf93
MDL-36916 quiz/questions: simplify code after MDL-36638.
2012-11-29 09:28:36 +00:00
Barbara Ramiro
6d5f93ee28
MDL-36869 usability: Revised icons enrolusers and assignroles
2012-11-29 16:16:16 +08:00
Damyon Wiese
f264499fcf
MDL-36914: Assignment upgrade. Clean up patch to include outcomes in the upgrade
...
Thanks to Nathan Mares for reporting this issue.
2012-11-29 16:10:02 +08:00
Nathan Mares
8131a848dd
MDL-36914: Re-associate all grade_item records when upgrading assignments to prevent data loss
2012-11-29 16:10:02 +08:00
Rossiani Wijaya
49f0c151dd
MDL-36905 accessibility for assignment grading: add label for grading actions and operations select options
2012-11-29 15:06:49 +08:00
Dan Poltawski
e4d7ec6b3b
Merge branch 'MDL-36783-master' of git://github.com/FMCorz/moodle
2012-11-29 15:06:19 +08:00
Dan Poltawski
7dd3674708
Merge branch 'MDL-36638-master' of git://github.com/FMCorz/moodle
2012-11-29 14:53:11 +08:00
Dan Poltawski
4f847182e6
Merge branch 'MDL-36839-master' of git://github.com/FMCorz/moodle
2012-11-29 14:43:50 +08:00
Adrian Greeve
8f3622d89c
MDL-36906 - mod_data: Latitude and Logitude error fix.
...
Thanks to Marcus Boon for providing a patch for this issue.
mod/data/field/latlong/kml.php was missing a context variable.
This was causing an error when trying to download a kml file for
google earth. This variable has now been included.
2012-11-29 14:22:47 +08:00
Aparup Banerjee
8e1fbc0fe6
Merge branch 'master_MDL-36858' of git://github.com/danmarsden/moodle
2012-11-29 12:53:25 +08:00
Dan Poltawski
88ee671bae
Merge branch 'MDL-36718-master' of git://github.com/FMCorz/moodle
2012-11-29 12:51:00 +08:00
Frederic Massart
c384744304
MDL-36638 usability: Core changes for new quiz/question icons
2012-11-29 12:41:29 +08:00
Barbara Ramiro
5644415789
MDL-36638 usability: New quiz/question related icons
2012-11-29 12:40:09 +08:00
Frederic Massart
c22fbd3868
MDL-36837 theme: Help icons aligned on the left are well positioned
2012-11-29 12:34:18 +08:00
Dan Poltawski
694b2e20bb
Merge branch 'MDL-36695-master' of git://github.com/FMCorz/moodle
2012-11-29 12:21:03 +08:00
Frederic Massart
eacc63ab57
MDL-36883 course: Fixed HTML differences with drag & drop
2012-11-29 11:14:05 +08:00
AMOS bot
c64eea5108
Automatically generated installer lang files
2012-11-29 00:40:19 +00:00
Sam Hemelryk
ad47d02595
MDL-36878 course: fixed issue with module metadata cache
...
Credit goes to Sam Chaffee.
2012-11-29 12:56:55 +13:00
Dan Poltawski
b58d1b9b1c
Merge branch 'MDL-36782-master' of git://github.com/FMCorz/moodle
2012-11-28 17:51:33 +08:00
Frederic Massart
261a89aaa5
MDL-36638 usability: Fix missing padding in forum headers
2012-11-28 17:36:38 +08:00
Dan Poltawski
6f24d3183e
Merge branch 'MDL-36838-FF17-MNETSSO-MASTER' of git://github.com/peterbulmer/moodle
2012-11-28 17:35:54 +08:00
Barbara Ramiro
94341a7c50
MDL-36718 usability: New activity completion icons
2012-11-28 16:05:50 +08:00
Dan Marsden
be2d2f6d73
MDL-36858 SCORM: improve lang help for attempts grading to warn about failed status.
2012-11-28 20:54:50 +13:00
Frederic Massart
2ba3f3d2f7
MDL-36765 usability: CSS fixes for new course icons
2012-11-28 15:14:49 +08:00
Barbara Ramiro
b6305b9b83
MDL-36765 usability: New icons for courses and remote courses
2012-11-28 15:14:43 +08:00
Damyon Wiese
871941a37a
MDL-35476 Assignment: Make submissions_open public so it can be used by plugins
2012-11-28 14:46:17 +08:00
Dan Poltawski
0c21bb606b
Merge branch 'MDL-35966-master' of git://github.com/damyon/moodle
2012-11-28 14:15:28 +08:00
Dan Poltawski
2e15e63a31
Merge branch 'MDL-36864_master' of git://github.com/markn86/moodle
2012-11-28 14:14:49 +08:00
Frederic Massart
fc5e08440a
MDL-36783 usability: Portfolio CSS for new icons
2012-11-28 14:07:43 +08:00
Barbara Ramiro
a9905a82d4
MDL-36783 usability: New icons for portfolio
2012-11-28 13:37:08 +08:00
Mark Nelson
9b06b50719
MDL-36864 blocks: only perform myaddinstance capability check on the My Moodle page, not on any other pages using the user context
2012-11-28 12:47:54 +08:00
Frederic Massart
b45fcbe625
MDL-36839 theme: Margin on single selects
2012-11-28 11:01:05 +08:00
Frederic Massart
971ff1be9b
MDL-36774 theme: Comment issues in glossary and blogs
2012-11-28 10:59:01 +08:00
Dan Poltawski
8dd6b5f487
MDL-33791 - fix upgrade.txt ordering
2012-11-28 10:28:01 +08:00
Damyon Wiese
e4288042cc
MDL-36591 Assignment - rewrite image urls in online text summaries
2012-11-28 10:18:01 +08:00
Dan Poltawski
bd80fcc357
Merge branch 'wip-MDL-36859-m24' of git://github.com/samhemelryk/moodle
2012-11-28 09:56:59 +08:00
Barbara Ramiro
a37bf4b1dd
MDL-36695 usability: New icons for feedback module
2012-11-28 09:48:25 +08:00
Dan Poltawski
1d762c8aba
Merge branch 'MDL-36752-master-2' of git://git.luns.net.uk/moodle
2012-11-28 09:40:24 +08:00
Andrew Davis
30dd9930ba
MDL-36680 core_grade: fixed grade_report::blank_hidden_total() and added unit tests
2012-11-28 08:45:20 +08:00
Sam Hemelryk
97df015690
Merge branch 'MDL-36336_modLtiRestoreGrade' of git://github.com/moodlerooms/moodle
2012-11-28 11:48:12 +13:00
Sam Hemelryk
6167badf62
Merge branch 'wip-mdl-36238' of git://github.com/rajeshtaneja/moodle
2012-11-28 11:41:42 +13:00
Sam Hemelryk
58014c5621
Merge branch 'wip-MDL-34530_MASTER' of git://github.com/jason-platts/moodle
2012-11-28 11:25:24 +13:00
Sam Hemelryk
2644c4f33a
Merge branch 'MDL-30139_master' of https://github.com/markn86/moodle
2012-11-28 11:14:47 +13:00
Sam Hemelryk
acd51c5217
Merge branch 'MDL-36012-master' of git://github.com/damyon/moodle
2012-11-28 11:12:53 +13:00
Sam Hemelryk
fd6ab92b1d
Merge branch 'MDL-35997-wip1' of git://github.com/mouneyrac/moodle
...
Conflicts:
version.php
2012-11-28 10:57:09 +13:00
Sam Hemelryk
73321216a1
MDL-36859 cache: removed unused config definition
2012-11-28 10:34:33 +13:00
Andrew Robert Nicols
c44a8dfed5
MDL-36752 Be more specific about tooltip selectors
2012-11-27 14:45:47 +00:00
sam marshall
da6076f1cc
MDL-36808 Completion: Incorrect escaping for activity name in completion tickbox
2012-11-27 13:00:59 +00:00
Aparup Banerjee
e002d5e435
Merge branch 'MDL-36865_master' of git://github.com/markn86/moodle
2012-11-27 16:20:26 +08:00
Damyon Wiese
a732e1f714
MDL-35966 Assignment - Localisation issue - use userdate not strftime
...
This is causing a database error (reported on MySQL) when strftime returns
non-utf8 characters. This occurs when sending assignment notifications.
This was reported and a solution provided by Chien Wen-Chang(簡文章).
2012-11-27 16:19:01 +08:00
Mark Nelson
08a6a19d4b
MDL-36865 filepicker: ensuring the dnd arrow displays in the center of the filepicker for all supported browsers
2012-11-27 15:59:43 +08:00
Aparup Banerjee
63e2347e1c
Merge branch 'MDL-36710-master' of git://github.com/ankitagarwal/moodle
2012-11-27 15:49:32 +08:00
Ankit Agarwal
c34e03097a
MDL-36710 calendar: Correcting the validation checks
2012-11-27 15:33:36 +08:00
Dan Poltawski
9c8969a371
Merge branch 'MDL-36629-master' of git://github.com/FMCorz/moodle
2012-11-27 15:26:18 +08:00
Frederic Massart
94972ccae1
MDL-36629 usability: CSS adaptations for Workshop
2012-11-27 15:23:13 +08:00
Barbara Ramiro
01d1bb3a23
MDL-36629 usability: New workshop icons
2012-11-27 15:16:11 +08:00
Aparup Banerjee
a58be8a9f1
Merge branch 'MDL-36841_master' of git://github.com/markn86/moodle
2012-11-27 14:56:03 +08:00
David Monllao
67cf74b269
MDL-30899 moodle-core-notification Adding ARIA attributes
2012-11-27 14:41:42 +08:00
David Monllao
4bcbdb3e88
MDL-30899 moodle-core-notification Adding close button title for accessibility
2012-11-27 14:41:42 +08:00
David Monllao
f068cac195
MDL-30899 moodle-core-notification Adding focus to non modal windows
2012-11-27 14:40:10 +08:00
David Monllao
729c115195
MDL-30899 moodle-core-notification Adding H1 to notifications headers
2012-11-27 14:40:10 +08:00
David Monllao
789819a9f6
MDL-30899 block_community Changing from overlay to panel references
2012-11-27 14:40:10 +08:00
David Monllao
7b67e0c5eb
MDL-30899 modchooser Changing from overlay to panel references
2012-11-27 14:40:09 +08:00
David Monllao
7cd301d191
MDL-30899 moodle-core-notification Replacing Y.Overlay for Y.Panel
...
References to lightbox are still there to maintain the same
external API but are converted to a modal attribute internally,
same with closeButton, now it uses the Y.Panel close button
2012-11-27 14:40:09 +08:00
Dan Poltawski
908957bc25
Merge branch 'MDL-34695' of git://github.com/rwijaya/moodle
2012-11-27 14:23:29 +08:00
Mark Nelson
04123f6d85
MDL-36841 portfolio: ensure variables in parent function match those of childs to prevent strict standard error
2012-11-27 14:12:25 +08:00
Dan Poltawski
0fa3d61d20
Merge branch 'MDL-36302-master' of git://github.com/damyon/moodle
2012-11-27 14:09:56 +08:00
Damyon Wiese
736a655135
MDL-36302 course: Set correct URL on settings page for navigation.
2012-11-27 14:02:39 +08:00
Dan Poltawski
a6d3387c3a
Merge branch 'MDL-36782-master' of git://github.com/FMCorz/moodle
2012-11-27 14:01:04 +08:00
Dan Poltawski
db0b3c5078
Merge branch 'MDL-36184-master' of git://github.com/damyon/moodle
2012-11-27 13:58:20 +08:00
Dan Poltawski
3546b9f4d2
version bump for lots of theme changes
2012-11-27 13:53:15 +08:00
Frederic Massart
99938034df
MDL-36782 usability: Adjustments following new mark as read icon
2012-11-27 13:46:21 +08:00
Kirill Astashov
cc2ed22851
MDL-36856: Fix method name misspelled in two places in mod_assign
2012-11-27 16:15:26 +10:30
Barbara Ramiro
b166d7141e
MDL-36782 usability: New icon to mark posts as read on forum
2012-11-27 13:43:05 +08:00
Luke Tucker
fb11a70254
MDL-34052 assignment - Disable submission and feedback plugins based on assign type when upgrading
2012-11-27 13:40:22 +08:00
Dan Poltawski
4554660c28
Merge branch 'wip-MDL-36466-m24' of git://github.com/samhemelryk/moodle
2012-11-27 13:38:53 +08:00
Dan Poltawski
f95fb4b600
Merge branch 'wip-MDL-36825-m24' of git://github.com/samhemelryk/moodle
2012-11-27 13:37:49 +08:00
Dan Poltawski
e0c9b42ff7
Merge branch 'MDL-36752-master' of git://git.luns.net.uk/moodle
2012-11-27 13:32:34 +08:00
Dan Poltawski
513c64c303
Merge branch 'MDL-36806' of git://github.com/timhunt/moodle
2012-11-27 13:26:38 +08:00
Dan Poltawski
f285889157
Merge branch 'MDL-36442_master' of git://github.com/lazydaisy/moodle
2012-11-27 13:18:20 +08:00
Dan Poltawski
e7705abdde
Merge branch 'MDL-36775-master' of git://github.com/FMCorz/moodle
...
Conflicts:
theme/upgrade.txt
2012-11-27 13:10:27 +08:00
Dan Poltawski
5d6aca6e1a
Merge branch 'MDL-36784-master' of git://github.com/FMCorz/moodle
2012-11-27 13:06:32 +08:00
Dan Poltawski
23510ab2e8
Merge branch 'MDL-36550-master' of git://github.com/FMCorz/moodle
2012-11-27 13:00:44 +08:00
Frederic Massart
d2ced94bff
MDL-36550 theme: Fixed syntax error in CSS rules
2012-11-27 12:37:13 +08:00
Aparup Banerjee
720ee26d4a
Merge branch 'wip-mdl-36767' of git://github.com/rajeshtaneja/moodle
2012-11-27 12:19:52 +08:00
Dan Poltawski
dcb58f9d06
Merge branch 'MDL-36802-master' of git://github.com/FMCorz/moodle
2012-11-27 12:14:05 +08:00
Frederic Massart
58f46a0e66
MDL-36470 usability: Course legacy files uses the folder icon
2012-11-27 12:11:19 +08:00
Aparup Banerjee
ec03ca7272
Merge branch 'MDL-36710-master' of git://github.com/ankitagarwal/moodle
2012-11-27 12:02:14 +08:00
Dan Poltawski
783c4779df
Merge branch 'MDL-36636-master' of git://github.com/FMCorz/moodle
2012-11-27 11:55:21 +08:00
Rajesh Taneja
09153efa90
MDL-36767 Administration: user_filter_yesno use different name for sql filter
...
user_filter_yesno extends user_filter_simpleselect, so if user bulk action filter has both
user_filter_simpleselect and user_filter_yesno, they use the same filter name but counter is
different as they are different classes. Hence using different filter name will avoid confilts
2012-11-27 11:52:53 +08:00
Aparup Banerjee
0319316444
Merge branch 'MDL-36305-master' of git://github.com/FMCorz/moodle
2012-11-27 11:52:50 +08:00
Dan Poltawski
f6399f7547
Merge branch 'MDL-36631-master' of git://github.com/FMCorz/moodle
...
Conflicts:
theme/upgrade.txt
2012-11-27 11:39:21 +08:00
Dan Poltawski
e8d7f57e8c
Merge branch 'MDL-36630-master' of git://github.com/FMCorz/moodle
2012-11-27 11:25:10 +08:00
Peter Bulmer
1c65f683dc
MDL-36838 moodle->mahara mnet SSO failure in FF17
...
In MDL-36838 Firefox 17 users are unable to sso from moodle to mahara.
Firefox 17 uses a different user agent (UA) string for Moodle sites than it
does for Mahara or other sites.
This patch relaxes the check which previously required that the UA string
being presented to the SP on landing matched the UA string presented to the IP
when jumping.
Likewise, checks associated with logout calls have been relaxed
2012-11-27 16:17:43 +13:00
Dan Poltawski
73da0c6e1d
MDL-36742 - Add IE svg fixes
2012-11-27 10:57:49 +08:00
Dan Poltawski
8204e57309
Merge branch 'MDL-36559-master-int' of git://github.com/FMCorz/moodle
2012-11-27 10:50:31 +08:00
Dan Poltawski
673c671be0
MDL-36623 - IE9 svg fixes
2012-11-27 10:44:42 +08:00
Dan Poltawski
981f72be5e
Merge branch 'MDL-36623-master-int' of git://github.com/FMCorz/moodle
2012-11-27 10:40:24 +08:00
Dan Poltawski
2c59d2ca8c
Merge branch 'MDL-36550-master' of git://github.com/FMCorz/moodle
2012-11-27 10:36:59 +08:00
Dan Poltawski
70c53d3ece
MDL-36628 - IE svgtool fix
2012-11-27 10:13:47 +08:00
Dan Poltawski
713a49298f
Merge branch 'MDL-36628-master' of git://github.com/FMCorz/moodle
2012-11-27 10:10:04 +08:00
Mary Evans
3f370e3a51
MDL-36442 theme_boxxie: Adds definition to block header command icons
2012-11-27 01:38:11 +00:00
Sam Hemelryk
b144e12feb
MDL-36768 cache: Fixed regression in cache stores by reordering classes
2012-11-27 12:14:48 +13:00
Sam Hemelryk
0aa6247168
Merge branch 'MDL-36826-master' of git://github.com/damyon/moodle
2012-11-27 11:38:57 +13:00
Sam Hemelryk
a28e3a6007
Merge branch 'wip-MDL-36795-master' of git://github.com/abgreeve/moodle
2012-11-27 11:22:08 +13:00
Sam Hemelryk
7ad3fc1f80
Merge branch 'MDL-35760_master' of git://github.com/markn86/moodle
2012-11-27 11:10:37 +13:00
Sam Hemelryk
fa8d78a485
Merge branch 'MDL-36829' of https://github.com/kastashov/moodle
2012-11-27 11:05:40 +13:00
Sam Hemelryk
75ca9964a5
Merge branch 'MDL-36760' of git://github.com/timhunt/moodle
2012-11-27 10:41:41 +13:00
Sam Hemelryk
e4f71b7c8f
MDL-36825 cachestore_file: fixed isready condition check
2012-11-27 10:16:08 +13:00
Paul Nicholls
11c56e2489
MDL-27619: Prevent teachers from turning course Outcomes into site-wide ones
...
Similar to the issue which allowed teachers to create site-wide scales by editing a course-specific scale (MDL-24682), teachers could also promote a course-specific scale to a site-wide (standard) by editing it. As with MDL-24682, removing the course ID check (leaving just the capability check) prevents this unauthorised creation of site-wide (standard) outcomes.
2012-11-27 09:30:30 +13:00
Frederic Massart
e40bd74620
MDL-36550 usability: CSS updates on course page
2012-11-26 17:00:29 +08:00
Dan Poltawski
ae8530e854
MDL-35717|NOBUG - fix trailing whitespace problems
2012-11-26 15:01:31 +08:00
Matteo Scaramuccia
f833171fd1
MDL-36641 Missing HTTP check when using an external resource
2012-11-26 07:43:17 +01:00
Adrian Greeve
341bfedf90
MDL-36795 - lib / administration: maxsections now limits the default setting for numsections.
...
In the default course settings, setting the maximum number topics / weeks to 0 would not
change the default number of sections on the same page as any other number would.
A more appropriate check has been put in place.
This also incorporates a fix for MDL-28584. The course edit screen now also checks to see
if maxsections is set or numeric. If it is not set or numeric then it defaults to 52.
2012-11-26 14:41:50 +08:00
Kirill Astashov
398a414801
MDL-36829: Fix outcome value not being saved when grading a submission
2012-11-26 16:23:02 +10:30
Damyon Wiese
41d3bc0ca0
MDL-36826: Group assignment - Feedback files are not sent entire group
2012-11-26 13:33:13 +08:00
Adam Olley
d684074114
MDL-36828: mod_scorm: Allow deletion of scorm modules if no scorm_scoes data exists
2012-11-26 15:30:49 +10:30
Dan Poltawski
939a43e426
Merge branch 'MDL-35717-quiz-attempt-checkstate' of git://github.com/mpetrowi/moodle
...
Conflicts:
mod/quiz/tests/generator/lib.php
2012-11-26 12:07:04 +08:00
Dan Poltawski
b4272e0005
Merge branch 'wip-MDL-36066-master' of git://github.com/marinaglancy/moodle
2012-11-26 11:42:35 +08:00
Marina Glancy
d9c91ffc9e
MDL-36066 Removed accidentally added image file causing wrong filemanager display
2012-11-26 10:32:08 +08:00
Damyon Wiese
63f57b2b3c
MDL-36728: Assignment - submission statement default - Add a langstring fix
2012-11-26 10:30:37 +08:00
Damyon Wiese
a2d5581730
MDL-36728: Assignment - Improve usability of require submission statement setting.
...
This change will hide the setting "Require that students accept the submission statement" at
the assignment level if no submission statement has been configured for a site. It also includes a
change to the help text to separate the assignment level setting from the site level setting. This
change also sets a default assignment submission statement.
AMOS BEGIN
CPY [requiresubmissionstatement,mod_assign],[requiresubmissionstatementassignment,mod_assign]
AMOS END
2012-11-26 15:06:22 +13:00
Sam Hemelryk
8a423efda9
Merge branch 'MDL-36609_master' of git://github.com/markn86/moodle
2012-11-26 14:58:13 +13:00
Adam Olley
8f27b77b26
MDL-33125: core_backup: Prevent import/activity duplication from duplicating manual grade items
2012-11-26 12:19:44 +10:30
Sam Hemelryk
4d9e8469e1
Merge branch 'MDL-35569-master' of git://git.luns.net.uk/moodle
2012-11-26 14:46:25 +13:00
Sam Hemelryk
1762071194
Merge branch 'wip-MDL-36551-master' of git://github.com/abgreeve/moodle
2012-11-26 14:44:40 +13:00
Eloy Lafuente (stronk7)
155bd5d54a
Merge branch 'wip-MDL-36819-m24-rb' of git://github.com/samhemelryk/moodle
2012-11-26 02:29:58 +01:00
Eloy Lafuente (stronk7)
f725158ea6
Merge branch 'wip-MDL-36768-m24-r2' of git://github.com/samhemelryk/moodle
2012-11-26 02:28:12 +01:00
Sam Hemelryk
2b274ad001
MDL-36819 cache: implemented cache_is_configurable interface
2012-11-26 14:27:44 +13:00
Sam Hemelryk
75cde6b9ac
MDL-36768 cache: replaced cache_store interface with abstract class
2012-11-26 14:11:01 +13:00
Sam Hemelryk
93e490613e
Merge branch 'MDL-36763-master' of git://git.luns.net.uk/moodle
2012-11-26 11:42:28 +13:00
Sam Hemelryk
c7efe8b783
Merge branch 'MDL-36400-master' of git://github.com/ankitagarwal/moodle
2012-11-26 11:01:15 +13:00
Sam Hemelryk
6254d1d2ee
Merge branch 'MDL-35963-master' of git://github.com/damyon/moodle
2012-11-26 10:40:58 +13:00
Sam Hemelryk
f1a90cc4fe
Merge branch 'master_MDL-36772' of git://github.com/danmarsden/moodle
2012-11-26 10:24:42 +13:00
Sam Hemelryk
bd188851f2
MDL-36768 cache: Implemented abstract cache store base class
2012-11-26 08:12:45 +13:00
Sam Hemelryk
94ef67cf5f
MDL-36466 cache: tidy up after review
2012-11-26 08:12:00 +13:00
Sam Hemelryk
3308259062
MDL-36466 cache: disabled caching during installation and upgrade
2012-11-26 08:12:00 +13:00
Sam Hemelryk
3680c61a3c
MDL-36466 cache: implemented functionality to disable the bulk of the cache API
2012-11-26 08:12:00 +13:00
Sam Hemelryk
82afd05c35
MDL-36466 cache: renamed disable to disable_stores and added tests
2012-11-26 08:12:00 +13:00
Sam Hemelryk
c9f40e77b7
MDL-36466 cache: renamed define NO_CACHE_STORES to CACHE_DISABLE_STORES
2012-11-26 08:12:00 +13:00
Sam Hemelryk
7383a7e2a0
MDL-36466 cache: improved handling of exceptions during initialisation.
2012-11-26 08:11:59 +13:00
Nadav Kavalerchik
2bfdd57619
MDL-36812 - Enabling grade_report_fixedstudents, shows the user's list on the left side of the page, in RTL mode (theme/standard)
2012-11-24 23:12:45 +02:00
AMOS bot
2d1a0caa7d
Automatically generated installer lang files
2012-11-24 00:42:50 +00:00
Tim Hunt
97f1137a61
MDL-36806 question files: fix unnecessary require_login call.
...
quiz_question_pluginfile later does the correct check. Doing this
other check first means you get an error about changing $PAGE->context.
2012-11-23 15:54:58 +00:00
Andrew Robert Nicols
ff56ecd315
MDL-36805 Correct docs for workshop_grade_item_update in mod_workshop
...
The documentation suggested that the modname field should be present on the
$workshop parameter when this is not required. It is not used in any point
in the function and the $workshop variable is never passed to another
function which may use it.
2012-11-23 15:49:17 +00:00
Tim Hunt
5f137dcbe2
MDL-36760 formslib: fix frozen elements with [] in name.
...
This was a regression caused by MDL-30845 or, to be precise, the related
issue MDL-32785.
Form elements with names like multipier[0] require special handling,
such as is present in HTML_QuickForm_element::_prepareValue. I have
added equivalent handling to MoodleQuickForm::exportValues. I am afraid
that I could not think of a way to do this reliably without duplicating
code.
2012-11-23 10:53:14 +00:00
Mark Nelson
5fe65fd438
MDL-36741 mod_forum: fixed SQL that was generated when either timed posts or groups were enabled
2012-11-23 17:01:50 +08:00
Frederic Massart
baf41e4b99
MDL-36802 usability: New icons used for LTI settings
2012-11-23 16:58:36 +08:00
Dan Marsden
ca9ee2d0eb
MDL-36772 SCORM add boilerplate and remove <!-- as it cause jscache to crash and burn.
2012-11-23 20:20:46 +13:00
Jason Fowler
9e7d097926
MDL-35842 - Glossary, Blocks - Joseph Rézeau's patch for setting the Random Glossary block to progress alphabetically
2012-11-23 15:06:27 +08:00
Frederic Massart
857c5f90e7
MDL-36775 usability: Code update following new calendar icons
2012-11-23 14:45:29 +08:00
Barbara Ramiro
5326675e20
MDL-36775 usability: New icons for calendar events
2012-11-23 14:11:07 +08:00
Frederic Massart
f2bba619b3
MDL-36631 usability: Core edit for new messaging icons
2012-11-23 12:16:35 +08:00
Barbara Ramiro
00a398fbc6
MDL-36631 usability: New icons for messaging
2012-11-23 12:14:06 +08:00
Frederic Massart
79ba32c607
MDL-36784 usability: CSS adjustments for Glossary print icon
2012-11-23 12:02:46 +08:00
Barbara Ramiro
40fb0a9e26
MDL-36784 usability: New print icon for glossary
2012-11-23 12:00:35 +08:00
Frederic Massart
bdb66a4635
MDL-36628 usability: CSS adjustments for book module
2012-11-23 11:30:05 +08:00
Barbara Ramiro
2da6e51e9c
MDL-36628 usability: New icons for book module
2012-11-23 11:30:02 +08:00
Paul Nicholls
c931551acb
MDL-32880: Add moodle1 backup converter for rss_client block.
...
Creates a shell rss_client.xml file, which contains no feeds. This makes it behave the same as restoring a Moodle 1.9 backup into a different 1.9 site - the block is created, its title is as per the original course, but it has no feeds selected (and none are added to the site's feed list).
2012-11-23 09:29:29 +13:00
Paul Nicholls
14bb973bfa
MDL-32880: Add moodle1 backup converter for html block.
...
This converter processes the HTML block's content, migrating any referenced files.
2012-11-23 09:29:10 +13:00
Paul Nicholls
a374ba237c
MDL-32880: moodle1 backup converter: add generic block handler
...
This handler will automatically be used for any block which does not provide its own handler, and should be subclassed by any block which needs to do anything extra (or different).
This commit incorporates contributions from Mike Churchward and API design suggestions from David Mudrak.
2012-11-23 09:28:50 +13:00
Andrew Robert Nicols
98b50e989e
MDL-35819 Improve performance of help tooltip
...
Rather than using an event handler for each help link, we add the
'helpicon' class to them and delegate the display function.
In order for this to work, we modify the way that Y.io fetches the help to
use the intended target of the anchor rather than a value provided in the
add call. We also no longer modify this URL and instead add the ajaxurl
parameter to it using the Y.io data parameter.
This change is backwards compatible with people calling it without using
the help icon renderer.
2012-11-22 11:43:55 +00:00
Andrew Robert Nicols
120d7ed3c1
MDL-36763 Remove onclick event when creating activity left indent link
...
The left indent onclick is now handled by a Y.delegate so there is no need
for a seperate event handler.
2012-11-22 10:47:51 +00:00
Jay Knight
5e9fd83df8
MDL-36704: wrap pending conditions in span tags
2012-11-22 10:42:10 +00:00
Frederic Massart
65edd8ad6d
MDL-36623 usability: CSS adjustments for new course and courses access icons
2012-11-22 17:26:09 +08:00
Ankit Agarwal
cfb59253f6
MDL-36710 calendar: Implementing proper required rules for filepicker
2012-11-22 16:55:54 +08:00
Rajesh Taneja
588b94ac65
MDL-36736 course: Availability information should not be visible for hidden modules
...
If user is viewing hidden module, availability information should only be visible to
user when editing and module is visible. If editing and module is hidden, then hide
availablilty information as it's invalid.
When user is not editing and activity is hidden then don't add availability information.
2012-11-22 15:11:26 +08:00
Rajesh Taneja
7b4737de26
MDL-36736 course: Availability information will use hide class for hidding
2012-11-22 15:11:25 +08:00
Barbara Ramiro
3ca2ffa971
MDL-36623 usability: New icons for course access
2012-11-22 14:56:45 +08:00
Dan Poltawski
b3e2aaebc3
MDL-36764 ddl/oracle: fix misleading comment
2012-11-22 10:05:10 +08:00
Michael Aherne
df3efbfb2c
MDL-35775 group import Support for groupings
2012-11-21 11:04:48 +00:00
Frederic Massart
0cddd85151
MDL-36559 usability: Gradebook CSS styling for new icons
2012-11-21 17:29:14 +08:00
Frederic Massart
4cf69ee328
MDL-36559 core_grade: Deprecating unused functions print_toggle and get_toggles_html
2012-11-21 17:29:14 +08:00
Barbara Ramiro
4333bc64c8
MDL-36559 usability: New icons for the Gradebook
2012-11-21 17:29:13 +08:00
Frederic Massart
362bb961b5
MDL-36639 blog: Resized associated module icon
2012-11-21 17:29:13 +08:00
Frederic Massart
fa9c0aab13
MDL-36633 usability: Styling over the admin pages
2012-11-21 17:29:13 +08:00
Mark Nelson
c2aad61661
MDL-35954 javascript: prevent JS from being triggered on select box by clicking on already selected option
2012-11-21 16:54:58 +08:00
Andrew Robert Nicols
7266bd3e59
MDL-35569 AJAX Move auto-submitting selects to separate YUI module
2012-11-21 08:23:01 +00:00
Ankit Agarwal
17475a2094
MDL-36400 calendar: Allow only ics file type in ical import
2012-11-21 16:09:47 +08:00
Frederic Massart
3d3c7ecfac
MDL-36630 usability: CSS related to online users block
2012-11-21 15:37:02 +08:00
Damyon Wiese
56672cb7b4
MDL-36712: Assignment grading with custom scale is affected by the current language
2012-11-21 15:35:08 +08:00
Barbara Ramiro
da1233647a
MDL-36630 usability: New email/message icons
2012-11-21 15:31:46 +08:00
Damyon Wiese
34b8f3a83d
MDL-35963: Assignment - do not accept empty submissions
2012-11-21 13:46:50 +08:00
Mark Nelson
1d747df105
MDL-35760 filemanager: ensuring the dnd arrow displays in the center of the filemanager for all supported browsers
2012-11-21 12:04:35 +08:00
Damyon Wiese
37eb2caa40
MDL-36012: Assignment, Accessibility - Add user information to alt text for grade icon in grading table.
2012-11-21 11:57:47 +08:00
Rossiani Wijaya
46ac70b24c
MDL-36549 Lesson module: fixed strict standards errors
2012-11-21 11:22:23 +08:00
Damyon Wiese
11b2094968
MDL-36184: Assignment quickgrading should only update lastmodified dates for modified submissions
2012-11-21 11:10:12 +08:00
Adrian Greeve
c600a85c5e
MDL-36551 - mod_data: Onsite presets now retain the advanced search template.
...
Presets that were saved to the site would lose the advanced search template when being used.
The previous check was put in place to see if the advanced search template existed or not (presets pre 1.9),
This checked external files properly but not onsite files.
Now checks are being done on both internal and external preset files.
2012-11-21 09:57:34 +08:00
Damyon Wiese
be79d93fae
MDL-36167: Assignment quickgrading fix when there is no grade (ensure feedback still saves)
...
This patch modifies the previous on by Luke Tucker so that the lastmodified hidden field
is always added to the quickgrading form even if there is no grade for the assignment. This
ensures that the lastmodified checks still work (to prevent teachers overwriting each
others feedback) and feedback is saved when there is no grade.
2012-11-21 09:26:48 +08:00
Luke Tucker
90387b1094
MDL-36167: Update all users in assignment quickgrade form to ensure feedback is saved
2012-11-21 09:26:48 +08:00
Juan Segarra Montesinos
ff63763092
MDL-36305. Reply button in forums not shown in MyMobile theme
...
Updates jquery mobile from version 1.1.0 to 1.1.1 and shows the "Show parent" button again in forum posts.
2012-11-20 13:44:52 +08:00
Frederic Massart
b621848c3b
MDL-36636 usability: Comment delete icon repositioned
2012-11-19 18:02:41 +08:00
Mark Nelson
62d210515c
MDL-36609 javascript: ensure HTML element exists before attempting to perform JS functionality
2012-11-19 15:43:46 +08:00
Andrew Davis
058dadb059
MDL-36162 core_message: string clean up
2012-11-19 09:16:25 +08:00
Andrew Davis
5e008d36ee
MDL-36162 core_message: removed the unnecessary and confusing course URL parameter as well as fixing the broken breadcrumb
2012-11-19 09:16:25 +08:00
Matt Petro
8e771aed93
MDL-35717 quiz: fix overdue attempt processing
2012-11-16 21:32:09 -05:00
Andrew Robert Nicols
3186c12412
MDL-36640 Logging: Correct testing of log->info.
...
log->info sometimes contains additional information which can be looked up
from other tables. This should only be attempted if the field is numeric,
but the CSV, XLS, and ODS outputs were not making this check.
There is an additional case for the print_mnet_log function which has not
been covered - this is because the mnet logging is currently broken beyond
the scope of this bug rendering this section untestable. These issues are
raised in MDL-36642.
2012-11-16 11:21:29 +00:00
Mary Evans
e64be8f52f
MDL-36608 theme_sky_high: Removes page-header selector from style/admin.css
2012-11-15 02:44:19 +00:00
Mary Evans
25ac37183f
MDL-36608 theme_sky_high: Fixes admin page header
2012-11-15 02:32:52 +00:00
Dan Poltawski
0e35ba6ffc
MDL-36357 cleanup - remove double semicolons
2012-11-15 09:51:26 +08:00
David Monllao
c25c3c07b4
MDL-28705 enrol_imsenterprise Unit tests for course attributes mapping
2012-11-15 09:50:00 +08:00
David Monllao
2b8f692f71
MDL-28705 enrol_imsenterprise Unit tests for users and courses creation
2012-11-15 09:50:00 +08:00
David Monllao
66dad71990
MDL-28705 enrol_imsenterprise Refining provided patch
2012-11-15 09:50:00 +08:00
Aaron C Spike
a65c11b0ca
MDL-28705 enrol_imsenterprise Make name mapping configurable
2012-11-15 09:50:00 +08:00
Aaron C Spike
b1cabb40eb
MDL-28705 enrol_imsenterprise Adjust mapping of names for ims groups
2012-11-15 09:50:00 +08:00
Mary Evans
45efa5d5e7
MDL-36608 theme_sky_high: Fixes missing background image in admin pages
2012-11-15 01:44:45 +00:00
Itamar Tzadok
ed608e7ad4
MDL-36433 Forms lib - Added dash escaping to validation script getter.
2012-11-14 01:03:14 -05:00
Mark Nielsen
912918b5aa
MDL-36579: Adding missing fields in mod/lti backup
2012-11-13 12:55:44 -08:00
Mark Nielsen
610b86f6ec
MDL-36336: Prevent duplicate grade items on restore
...
During restore, lti_add_instance() was being called
and this could generate a grade item. This would
produce a duplicate item because the restore
process would automatically generate the grade item.
2012-11-13 12:45:02 -08:00
Mark Nelson
fe8a06dc74
MDL-30139 enrol: added search button to AJAX enrolment search
2012-11-13 17:07:22 +08:00
Adrian Greeve
2b9e957a27
MDL-31750 - course: Unit tests for the function can_move_courses_to_category().
2012-11-13 09:43:43 +08:00
Adrian Greeve
fae51910bf
MDL-31750 - course: Creating a consistent api for checking permissions for moving courses to different categories.
2012-11-13 09:42:45 +08:00
Mary Evans
03e6b96987
MDL-36490 theme_standard: reduces the 15px radius down to 3px in style/css3.css for .generalbox objects
2012-11-12 23:34:22 +00:00
Aaron Barnes
5bb05a469a
MDL-35556 completion: Improve user completion data permission checking
2012-11-12 00:13:36 +13:00
sam marshall
333e499c4b
MDL-34612 Grade condition range validation allows impossible conditions
2012-11-07 10:54:23 +00:00
Andrew Robert Nicols
d765695675
MDL-35230 AJAX Only load head and footer javascript if it present
2012-11-05 14:03:11 +00:00
Matt Petro
a538cf839e
MDL-36025 qtype calculated: Fix handling of "-0"
2012-11-02 11:07:02 -04:00
Huy Hoang
e8c07ff705
MDL-34695 Wiki Module: add prevention to create new record when userid is 0
2012-11-01 17:14:45 +08:00
Rajesh Taneja
52fa70f382
MDL-36238 Blocks: Logs page close session write, so editing is set before
2012-11-01 12:14:18 +08:00
Jonathon Fowler
70a9f27b1b
MDL-34695 wiki: ensure the correct individual subwiki is used/created for a user
2012-11-01 11:47:11 +08:00
Jerome Mouneyrac
11e766020b
MDL-35997 Create web service functions to return lang strings
2012-10-31 14:21:56 +08:00
Jerome Mouneyrac
c70b9853da
MDL-35543 modify get_users to get_users_by_field (more complex search function named get_users will be implemented later - focussing yet on retrieving user info for a specified field)
2012-10-30 11:36:29 +08:00
Ruslan Kabalin
88be30c28c
MDL-36257 forms Make selectyesno output hidden substitution on freezing
2012-10-29 15:00:40 +00:00
Rossiani Wijaya
3195bc849f
MDL-35530 Lesson Module: Add question text to facilitate grading
2012-10-29 17:01:09 +08:00
Fábio Souto
8647711201
MDL-29938 implement core_user_get_users as unification
...
unifies core_user_get_users_by_id and get_course_user_profiles
Conflicts:
user/lib.php
2012-10-29 12:00:40 +08:00
Dan Marsden
db7f1ca70e
MDL-35737 SCORM: when scorm_parse is called and external scorm manifest use always update the package.
2012-10-26 15:13:39 +13:00
Jason Platts
462e42cb9a
MDL-34530 Calendar: Can create event for any group, but cannot view it
2012-10-23 10:17:16 +01:00
nread
82b287522e
MDL-33669 equella: implement the manage link
2012-06-26 11:56:57 +10:00
Chris Scribner
1706e83bb4
Fixing an issue with not sending the launch_presentation_return_url
2012-04-24 10:48:47 -04:00