Eloy Lafuente (stronk7)
d25049c0fc
Moodle release 2.6.4
2014-07-12 19:10:37 +02:00
Eloy Lafuente (stronk7)
6d00d81b84
weekly release 2.6.3+
2014-07-10 19:15:32 +02:00
Eloy Lafuente (stronk7)
61fdbd038e
Merge branch 'install_26_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_26_STABLE
2014-07-10 19:15:27 +02:00
Ankit Agarwal
72d8a0a12e
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:52 +08:00
Andrew Nicols
5c74e0daca
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 11:53:06 +08:00
Damyon Wiese
4a46fd643f
MDL-46148 questions: Added missing allow_commit for transaction
2014-07-10 11:37:24 +08:00
Damyon Wiese
62a1434588
Merge branch 'MDL-19270_moodle26stable' of https://github.com/nadavkav/moodle into MOODLE_26_STABLE
...
Conflicts:
lib/graphlib.php
2014-07-10 10:00:03 +08:00
Tim Hunt
20af9d3c0f
MDL-46148 qtype_calculatedsimple: fix notice
...
... when adding a dataset with a formula error.
2014-07-09 14:11:43 +01:00
Tim Hunt
7bf7ef3919
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:42 +01:00
Tim Hunt
f8a6c3d6f0
MDL-46148 qtype_calculated: removed unused method.
2014-07-09 14:11:42 +01:00
Nadav Kavalerchik
6499a17d78
MDL-19270 - Quiz graph - Fix reverse display of Hebrew legend text in RTL mode
2014-07-09 16:09:10 +03:00
David Mudrák
8ecc049f7f
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:28 +08:00
David Mudrák
68299e6154
MDL-46223 Improve the display of marking guide validation message
2014-07-09 16:44:25 +08:00
Dan Poltawski
48bdbf5a4a
MDL-44605 calendar: improved returnurl validation
...
Now we will only redirect to a local url (though sesskey was
already preventing this redirect from being open)
2014-07-09 01:06:46 +02:00
Dan Poltawski
648bf857d3
Merge branch 'MDL-44492_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-07-08 14:17:58 +01:00
Frederic Massart
166e18d7cb
MDL-45471 javascript: Escape content of exception dialogs
...
Conflicts:
lib/yui/build/moodle-core-notification-ajaxexception/moodle-core-notification-ajaxexception-min.js
lib/yui/build/moodle-core-notification-dialogue/moodle-core-notification-dialogue-debug.js
lib/yui/build/moodle-core-notification-dialogue/moodle-core-notification-dialogue-min.js
lib/yui/build/moodle-core-notification-dialogue/moodle-core-notification-dialogue.js
lib/yui/build/moodle-core-notification-exception/moodle-core-notification-exception-min.js
2014-07-08 14:13:29 +01:00
Tim Hunt
2c78623121
MDL-44492 quiz: fix hilighting of graded attempt
...
In various places, when showing several attempts, we try to hilight the
most significant one (the one that gave the final grade if the quiz is
set to first/last/best attempt). That was not working because the table
zebra stripes were a more specific rule.
Also, the colour was inconsistent, not nice, and not very bootstrapy, so
I changed it.
2014-07-08 14:03:46 +01:00
Tim Hunt
89b8ba6dba
MDL-44492 quiz reports: revert some style overrides.
...
But add one more. This makes Clean theme look a lot better.
2014-07-08 14:03:45 +01:00
Tim Hunt
5c8ef12940
MDL-44492 Rough unit test for the report SQL.
...
We really ought to test more cases, but this hits one of the most tricky cases.
2014-07-08 14:03:43 +01:00
Tim Hunt
d1ff9b957a
MDL-44492 quiz reports: make show only graded attempt work.
...
It needs to only affect finished attempts, and the wording needs to be
modified to make it clear that is what it does.
2014-07-08 14:03:41 +01:00
Dan Poltawski
077703b235
Merge branch 'MDL-45596-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-07-08 10:50:56 +01:00
Marina Glancy
980903e56a
MDL-43948 forms: setting types to filemanager and editor elements
2014-07-08 10:47:36 +01:00
Dan Poltawski
d830bd9a33
Merge branch 'MDL-46231-26-en_fix' of git://github.com/mudrd8mz/moodle into MOODLE_26_STABLE
2014-07-08 08:32:37 +01:00
Marina Glancy
8f2db3c1a1
Merge branch 'MDL-46229_26' of https://github.com/totara/openbadges into MOODLE_26_STABLE
2014-07-08 13:51:57 +08:00
David Mudrák
666248c264
MDL-46223 Improve the marking guide output
2014-07-08 13:20:03 +08:00
David Mudrák
1f8eb08428
MDL-46223 Improve the rubric output
2014-07-08 13:20:03 +08:00
Sam Hemelryk
20c80d9e2f
Merge branch 'MDL-46248_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2014-07-08 14:40:17 +12:00
Sam Hemelryk
fc22f80e9c
Merge branch 'MDL-46016_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2014-07-08 14:27:55 +12:00
Sam Hemelryk
bdf5ae0e92
MDL-19270 core_text: added unit tests for strrev
2014-07-08 14:15:06 +12:00
Sam Hemelryk
fadff0062a
Merge branch 'MDL-19270_moodle26stable' of https://github.com/nadavkav/moodle into MOODLE_26_STABLE
2014-07-08 13:53:47 +12:00
Sam Hemelryk
849c19022c
Merge branch 'mdl45982-moodle26' of https://github.com/tlock/moodle into MOODLE_26_STABLE
2014-07-08 13:26:51 +12:00
Sam Hemelryk
0076ac2d1c
Merge branch 'm26_MDL-46144' of https://github.com/totara/moodle into MOODLE_26_STABLE
2014-07-08 13:10:33 +12:00
Eloy Lafuente (stronk7)
792fb3ea61
Merge branch '46208-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-07-08 02:15:51 +02:00
Sam Hemelryk
15dcd5a535
MDL-45678 cache: renamed new cache and better comments
2014-07-08 09:52:57 +12:00
Sam Hemelryk
8ce2f33f9e
Merge branch 'MDL-45678-006-26' of https://github.com/dbezborodovrp/moodle into MOODLE_26_STABLE
2014-07-08 09:42:43 +12:00
Sam Hemelryk
ca13549a89
Merge branch 'wip_MDL-46126_m26_passnulls' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-07-08 09:37:14 +12:00
Sam Hemelryk
20e563e825
Merge branch 'MDL-43347-26' of https://github.com/mackensen/moodle into MOODLE_26_STABLE
2014-07-08 09:28:25 +12:00
Yuliya Bozhko
0174a0a57f
MDL-46042 badges: Clean up external badge data
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
2014-07-07 16:37:48 +01:00
Dan Poltawski
7047adfdbe
Merge branch 'MDL-42393-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-07-07 16:27:34 +01:00
Dan Poltawski
47de7aac75
Merge branch 'MDL-41389_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2014-07-07 16:10:28 +01:00
Osanda Malith Jayathissa
739d227c58
MDL-45683 user: Escaping Skype ID used in profile
2014-07-07 16:05:10 +01:00
Marina Glancy
74556525de
MDL-45760 make sure to check permission before setting header
2014-07-07 15:06:42 +01:00
Tim Hunt
9d8348e13f
MDL-46148 qtype_calculated: fix formula validation.
2014-07-07 14:34:02 +01:00
Frederic Massart
bbc12d9cb5
MDL-45417 mod_imscp: Prevent entity injections from package content
2014-07-07 13:03:07 +01:00
Frederic Massart
4637ad6f7e
MDL-45463 mod_lti: Prevent XML entity injections from provider
2014-07-07 13:00:43 +01:00
Marina Glancy
40d52d4067
MDL-45616 repositories: use json encoding instead of serialization
2014-07-07 15:23:02 +08:00
Marina Glancy
68170f0b01
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:02 +08:00
Dan Poltawski
7d6e6ffceb
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:08 +08:00
Nadav Kavalerchik
0057543e5e
MDL-19270 - Quiz graph - Fix reverse display of Hebrew legend text in RTL mode
2014-07-06 18:51:11 +03:00
Helen Foster
07d9521c49
MDL-46231 Merge English strings from the en_fix language pack
2014-07-04 22:43:32 +02:00
Damien Bezborodov
4ee23c10bb
MDL-45678 assignsubmission_comments: Improve performance for permissions checking
2014-07-04 14:25:32 +09:30
Petr Skoda
37648d141f
MDL-46126 upgrade: fix bogus nulls in user.password before changing precission
...
Note: there is no need to deal with Oracle empty strings here
because only MySQL running in non-strict mode is affected.
2014-07-04 16:29:58 +12:00
Frederic Massart
3fd99e0ff6
MDL-45596 roles: Escape filter value before using it in form field
2014-07-04 11:49:32 +08:00
Mark Nelson
2d47c45485
MDL-41389 auth_db: added unit tests for events
2014-07-03 20:19:10 -07:00
AMOS bot
f214d6e69a
Automatically generated installer lang files
2014-07-04 00:44:28 +00:00
Daniel Neis Araujo
e0cd470f1d
MDL-46248 calendar: HTML validation check fails on add event screen (Backport of MDL-42869)
2014-07-03 17:20:34 -07:00
Mark Nelson
5e44d5abaa
MDL-46016 auth_shibboleth: updated misleading comment
...
Also generated a random string for the password field in case it is ever used.
2014-07-03 16:16:02 -07:00
Mark Nelson
dba2527290
MDL-41389 auth_db: added user_updated/created event triggers
2014-07-03 15:11:47 -07:00
Sam Hemelryk
0b7cbdb0e6
MDL-46208 cachestore_mongo: fixed invalid collection name use
2014-07-04 08:11:21 +12:00
Dan Poltawski
92e7886965
weekly release 2.6.3+
2014-07-03 10:53:21 +01:00
Dan Poltawski
7b414e6258
Merge branch 'install_26_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_26_STABLE
2014-07-03 10:53:18 +01:00
Frederic Massart
880c2fb8ba
MDL-42393 calendar: Preventing open/close loop in events overlay
2014-07-03 10:17:25 +08:00
Yuliya Bozhko
e68af16896
MDL-46229 badges: Fix missing additional names fields
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
2014-07-03 09:35:06 +12:00
AMOS bot
a2a8e3edf9
Automatically generated installer lang files
2014-07-02 00:44:47 +00:00
Eloy Lafuente (stronk7)
333c9cd9df
Merge branch 'wip-mdl-45889-m26' of https://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2014-07-02 00:57:09 +02:00
Eloy Lafuente (stronk7)
5d4923ffcc
Merge branch '45209-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-07-01 23:43:28 +02:00
Sam Hemelryk
2ce17661e8
Merge branch 'wip-MDL-46147-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-07-02 09:31:10 +12:00
Mary Evans
dc22f74419
MDL-45507 theme_bootstrapbase: Fix regression for theme based custom menu
...
in renderers/core_renderer.php.
2014-07-02 09:22:49 +12:00
Eloy Lafuente (stronk7)
f7adf8a010
Merge branch 'MDL-45961_MOODLE_26_STABLE' of https://github.com/NeillM/moodle into MOODLE_26_STABLE
2014-07-01 19:23:46 +02:00
Dan Poltawski
92267ed9fe
Merge branch 'MDL-46063_26' of git://github.com/schach/moodle into MOODLE_26_STABLE
2014-07-01 17:29:18 +01:00
Dan Poltawski
d520b92579
Merge branch 'MDL-46036_survey_26' of https://github.com/andyjdavis/moodle into MOODLE_26_STABLE
2014-07-01 16:34:32 +01:00
Charles Fulton
83f78c7c5e
MDL-43347 grades: convert keep highest to text field
2014-07-01 07:36:15 -07:00
Charles Fulton
78e6292f47
MDL-43347 grades: consistent interface for drop lowest setting
2014-07-01 07:36:08 -07:00
Dan Poltawski
e666c72330
Merge branch 'MDL-46107_26' of https://github.com/totara/openbadges into MOODLE_26_STABLE
2014-07-01 14:20:53 +01:00
Dan Poltawski
db1cf750bd
Merge branch 'wip_MDL-46099_m26_userglobal' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-07-01 10:39:18 +01:00
Marina Glancy
2522a179b0
MDL-46147 modinfo: performance improvement for course page (check filterall)
2014-07-01 15:32:48 +08:00
Damyon Wiese
30e2727e72
MDL-46147 modinfo: performance improvement for course page
...
This is a big win in a specific situation, ie filters enabled for content+headings,
and no activity descriptions visible on the course page.
2014-07-01 15:32:41 +08:00
Brian Barnes
faa963ba9a
MDL-46144 core_calendar:Fixed label linking in calendar
2014-07-01 13:51:40 +12:00
Sam Hemelryk
3bbb37741f
Merge branch 'MDL-40805-26' of git://github.com/lameze/moodle into MOODLE_26_STABLE
2014-07-01 09:06:16 +12:00
Petr Skoda
d0dd8d33bb
MDL-46099 session: fix use of references for session globals
...
This reverses the references used for global $USER and $SESSION,
the reason is that PHP does not allow references to references.
$USER is a reference to $GLOBALS['USER'] which means we cannot
put any references to it. Solution is to store the current user and session
objects in $GLOBALS['USER'] and $GLOBALS['SESSIOn'] are reference
them in $_SESSION.
This patch makes the session code behave the same way in CLI,
phpunit and normal web requests - this allows use to finally
unit test most aspects of the session code in Moodle.
2014-07-01 08:38:52 +12:00
Dan Poltawski
824303bada
MDL-45641 fix trailing whitespace
2014-06-30 15:47:27 +01:00
Dan Poltawski
cb49ea51eb
Merge branch 'wip-mdl-45641-m26' of https://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2014-06-30 15:26:39 +01:00
Dan Poltawski
c1f759ab50
Merge branch 'MDL-42467_database_26' of https://github.com/andyjdavis/moodle into MOODLE_26_STABLE
2014-06-30 15:09:54 +01:00
Dan Poltawski
d183fbaf60
Merge branch 'MDL-45833_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-06-30 13:27:18 +01:00
Dan Poltawski
0d0552d430
Merge branch 'MDL-46044-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2014-06-30 11:45:32 +01:00
Heiko Schach
55ab8ab731
MDL-46063 feedback: Fix user pictures
2014-06-30 13:28:34 +03:00
Dan Poltawski
f50f41c507
Merge branch 'MDL-40228-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-06-30 08:56:47 +01:00
AMOS bot
86573d4ee6
Automatically generated installer lang files
2014-06-29 00:42:58 +00:00
Rajesh Taneja
548e5ecd1b
MDL-45641 event: Ldap user_signup unit test added
2014-06-27 16:18:45 +08:00
Rajesh Taneja
695dc96b0e
MDL-45641 event: Manually trigger event where needed.
...
Some places, user_created_user and user_updated_user
events should be triggred after profile data is saved.
2014-06-27 16:18:45 +08:00
Rajesh Taneja
7345a2af94
MDL-45641 event: Option to trigger user event manually
...
On some pages full user data is not stored before user_created/
user_updated event is triggred. So giving option to trigger that
manually, so it can be triggred after all data is saved
2014-06-27 16:18:45 +08:00
NeillM
2479cecad9
MDL-45961 Customise this page button on user profile page only works correctly for users own profile
2014-06-27 09:04:41 +01:00
Damyon Wiese
de55ebff23
MDL-46044 Assign: Add conditions to the inner query for performance
2014-06-27 15:01:35 +08:00
Damyon Wiese
157e5a9f9c
MDL-46044 Assign: Modify myhome query to only use the maxattempt from the submission
...
Using mismatches from the submissions/grades tables does not make much sense, we
should always only consider only the maxattempt from the submissions table.
2014-06-27 14:23:37 +08:00
Damyon Wiese
b7860604f7
MDL-46044 Assign: Move common setup to setUp method (share it for all of lib_test.php)
2014-06-27 14:19:59 +08:00
Damyon Wiese
eba3393014
MDL-46044 Assign: Fix print_overview function when there are multiple attempts
2014-06-27 14:19:51 +08:00
Damyon Wiese
16266791a0
MDL-46044 Assign: Update unit test to test multiple attempts on overview page
2014-06-27 14:19:44 +08:00
David Monllao
2427ceef62
MDL-45833 event: Removing courseid as the context is higher than course context
2014-06-27 11:25:00 +08:00
Yuliya Bozhko
3e9dfd7f62
MDL-46107 badges: Fix badges navigation and remove empty breadcrumbs on pages using Clean
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
2014-06-27 12:49:00 +12:00
Sam Hemelryk
dc9363a651
MDL-45209 course: fixed navbar when creating,editing courses
2014-06-27 09:39:43 +12:00
Eloy Lafuente (stronk7)
5c1049f72b
weekly release 2.6.3+
2014-06-26 10:35:50 +02:00
Eloy Lafuente (stronk7)
125ca896df
Merge branch 'install_26_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_26_STABLE
2014-06-26 10:35:45 +02:00
Eloy Lafuente (stronk7)
65684fa600
Revert " MDL-45044 filter_tex: properly escape excutable pathnames for Windows"
...
This reverts commit 07a50c2f29 .
2014-06-26 10:03:25 +02:00
Rajesh Taneja
c7b0eeee8e
MDL-45889 behat: Allow admin config to set by shortname
2014-06-26 13:19:21 +08:00
Andrew Davis
dbf541f8e1
MDL-46036 mod_survey: added logic to prevent user trying to download when there are no results
2014-06-26 11:20:58 +08:00
Andrew Davis
5636246c95
MDL-42467 mod_data: added code to delete cached RSS feeds when database or glossary entries are deleted
2014-06-26 09:18:21 +08:00
AMOS bot
50ca770bc6
Automatically generated installer lang files
2014-06-25 00:45:35 +00:00
AMOS bot
21d1577972
Automatically generated installer lang files
2014-06-25 00:45:34 +00:00
Eloy Lafuente (stronk7)
9d5a2e6f1c
Merge branch 'MDL-46079-m26' of https://github.com/sammarshallou/moodle into MOODLE_26_STABLE
2014-06-25 01:34:02 +02:00
Eloy Lafuente (stronk7)
004659a6d0
Merge branch 'MDL-41258-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-06-24 20:09:35 +02:00
Damyon Wiese
47042403ca
Merge branch 'MDL-45652_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2014-06-24 17:00:17 +08:00
Damyon Wiese
fc463d34e8
Merge branch 'MDL-10115-26' of git://github.com/xow/moodle into MOODLE_26_STABLE
2014-06-24 16:04:28 +08:00
John Okely
188c45aef6
MDL-10115 User profile: Use title to aid in the ellipsis link being understood by screen readers
2014-06-24 15:39:23 +08:00
Marina Glancy
76b320818a
Merge branch 'MDL-45933-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2014-06-24 13:52:54 +08:00
Marina Glancy
e0e6a127fa
Merge branch 'MDL-45044-m26-master' of git://github.com/dthies/moodle into MOODLE_26_STABLE
2014-06-24 13:29:20 +08:00
Damyon Wiese
b1e4d8b119
Merge branch 'MDL-46035_survey_26' of https://github.com/andyjdavis/moodle into MOODLE_26_STABLE
2014-06-24 13:08:52 +08:00
Damyon Wiese
80fa42a001
Merge branch 'MDL-46076-m26' of https://github.com/sammarshallou/moodle into MOODLE_26_STABLE
2014-06-24 11:31:54 +08:00
Damyon Wiese
63de1463f8
Merge branch 'MDL-44512-26' of git://github.com/jethac/moodle into MOODLE_26_STABLE
2014-06-24 10:58:47 +08:00
Eloy Lafuente (stronk7)
1510a9d6a1
MDL-39883 events: fix tests to avoid warning
...
Only needed in 26 and older, we are handling those
changes automatically in 27 and up.
2014-06-24 02:06:08 +02:00
Eloy Lafuente (stronk7)
4fdbb24243
Merge branch 'MDL-45721_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2014-06-24 01:00:21 +02:00
Eloy Lafuente (stronk7)
32b48768d4
Merge branch 'MDL-39883-26' of git://github.com/ankitagarwal/moodle into MOODLE_26_STABLE
2014-06-24 00:50:05 +02:00
Eloy Lafuente (stronk7)
a23eb149a8
Merge branch 'MDL-45764_generalTool_26' of https://github.com/moodlerooms/moodle into MOODLE_26_STABLE
2014-06-24 00:03:42 +02:00
Simey Lameze
f0a38fd4c0
MDL-40805 auth_cas : Trigger user_loggedout event before CAS logout.
2014-06-23 15:20:53 +08:00
Damyon Wiese
1b25b037dc
Merge branch 'MDL-45580-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-06-23 15:20:40 +08:00
Frederic Massart
e7acf36d0d
MDL-45580 assignfeedback_editpdf: Save readonly version in backup
2014-06-23 14:56:25 +08:00
Frederic Massart
75c74acfa1
MDL-45580 assignfeedback_editpdf: Delete draft content on new submission
2014-06-23 14:56:25 +08:00
Frederic Massart
2df40c4f90
MDL-45580 assignfeedback_editpdf: Store a readonly version of the PDF
2014-06-23 14:56:21 +08:00
Damyon Wiese
3f3ecc0311
Merge branch '37145-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-06-23 14:40:33 +08:00
Damyon Wiese
20ab72d496
Merge branch 'MDL-38693-26' of git://github.com/jethac/moodle into MOODLE_26_STABLE
2014-06-23 13:54:59 +08:00
Damyon Wiese
f208379c9f
MDL-41746 External api: Allow multiple calls to validate_context at different levels
...
(Only from webservices)
2014-06-23 13:39:53 +08:00
Damyon Wiese
d61f480fb6
Merge branch 'MDL-35453_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-06-23 12:30:18 +08:00
Mark Nielsen
45ddf2980a
MDL-46013 theme: Uninstall theme unconditionally unsets configs
2014-06-23 11:35:07 +08:00
Sam Hemelryk
d57563edd6
MDL-37145 caching: noted recommendation for dedicated memcache servers
...
Several reports have been made about the unexpected purging of entire
memcached servers when MUC is configured to use Memcache and caches
get purged.
This is expected and occurs because the memcache extenions don't
provide isolated containers. Moodle data is stored along side any other
data in the cache and when caches get purged all data gets removed
whether it belongs to Moodle or not.
The docs cover this point and here I've added notes about this to both
config-dist.php and cache/README.md
2014-06-23 11:02:48 +12:00
AMOS bot
a095ad50c1
Automatically generated installer lang files
2014-06-21 00:43:44 +00:00
Tim Hunt
905050d73e
MDL-35453 quiz reports: don't order by id.
...
We were using ORDER BY id even though there was a perfectly good
attempt column to order the attempts by one user at one quiz.
Also, Oracle was complaining:
Debug info: ORA-01799: a column may not be outer-joined to a subquery
2014-06-20 16:54:20 +01:00
sam marshall
d20d8938a7
MDL-46079 Restore: Can run out of memory in get_records call
2014-06-20 14:12:58 +01:00
sam marshall
e1d76a33e3
MDL-46076 Lib: Allow javascript-static.js to somewhat work in IE7 [2.6]
2014-06-20 14:10:57 +01:00
Frederic Massart
8fc9105a7a
MDL-40228 backup: Settings were ignored during automated backups
2014-06-20 15:38:09 +08:00
Daniel Thies
07a50c2f29
MDL-45044 filter_tex: properly escape excutable pathnames for Windows
2014-06-19 22:08:21 -05:00
Andrew Davis
f87c073039
MDL-46035 mod_survey: a string change to make an error message always correct
2014-06-20 08:58:45 +08:00
Jetha Chan
28b751b244
MDL-44512 themes: fix for custom menu submenu arrows on RTL languages
2014-06-19 15:18:18 +08:00
Damyon Wiese
9663e6f8a5
weekly release 2.6.3+
2014-06-19 14:13:11 +08:00
Damyon Wiese
13f327b533
Merge branch 'install_26_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_26_STABLE
2014-06-19 14:13:08 +08:00
AMOS bot
e7b7b7fd8e
Automatically generated installer lang files
2014-06-19 00:42:58 +00:00
Ankit Agarwal
90db0fb726
MDL-39883 events: Trigger a module created event when duplicating a module
2014-06-18 16:02:43 +08:00
Ankit Agarwal
fd554631f8
MDL-39883 events: Create a new api create_from_cm for module create event
2014-06-18 16:02:42 +08:00
Damyon Wiese
8bf65f15dd
MDL-45933 Assign: Prevent fatal error when there are no users in the grading table
2014-06-18 15:17:38 +08:00
Mark Nelson
ca0678bd96
MDL-45652 core_backup: display warning on restore destination form when necessary data is missing
2014-06-17 21:56:26 -07:00
Mark Nelson
9f6a3aee95
MDL-45721 core_backup: only trigger the course_restored event when restoring a course
2014-06-17 19:38:36 -07:00
AMOS bot
08c9c27c01
Automatically generated installer lang files
2014-06-18 00:42:34 +00:00
Andrew Nicols
9b6218949a
MDL-41258 Forum: Add additional unit tests for forum digest settings
2014-06-17 16:17:35 +08:00
Damyon Wiese
05dd6551bd
MDL-45582 Editpdf: Prevent debugging when there is no pdf
2014-06-17 10:21:42 +08:00
Damyon Wiese
5f8a991828
Merge branch 'm26_MDL-45582' of git://github.com/greg-or/moodle-mod_assign into MOODLE_26_STABLE
2014-06-17 10:21:34 +08:00
Eloy Lafuente (stronk7)
d7b83310a7
Merge branch 'MDL-45970_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-06-17 01:15:54 +02:00
Eloy Lafuente (stronk7)
a25529102c
Merge branch 'MDL-45611-26' of git://github.com/phalacee/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-06-17 01:12:34 +02:00
Eloy Lafuente (stronk7)
883656ceb8
Merge branch 'wip-mdl-45719-m26' of https://github.com/deraadt/moodle into MOODLE_26_STABLE
2014-06-17 01:04:08 +02:00
Eloy Lafuente (stronk7)
c005cb8947
Merge branch 'MDL-45870-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-06-17 00:51:46 +02:00
Marina Glancy
827fbc4515
Merge branch 'MDL-45901_Quiz_MOODLE-26-STABLE' of git://github.com/nadavkav/moodle into MOODLE_26_STABLE
2014-06-16 17:27:54 +08:00
Jonathon Fowler
f8840f947c
MDL-42531 assign: refactor batch operations to use forms properly
...
Avoids a lot of ugly optional_param() use. Also fixes the
non-functional cancel buttons.
Conflicts:
mod/assign/locallib.php
mod/assign/tests/base_test.php
mod/assign/tests/events_test.php
2014-06-16 17:00:04 +08:00
Gregory Faller
41b20b6e18
MDL-45582: Apply grades and feedback to entire group does not work with Annotate PDF feature
2014-06-16 18:07:56 +09:30
Marina Glancy
0e96add931
Merge branch 'MDL-35648-v26' of git://github.com/danielneis/moodle into MOODLE_26_STABLE
2014-06-16 14:24:22 +08:00
Marina Glancy
196c818a91
Merge branch 'MDL-45935-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-06-16 14:23:01 +08:00
John Okely
8791ab3304
MDL-10115 User profile: Use moodle_url and html_writer::link for course links on user profiles
2014-06-16 14:22:28 +08:00
AMOS bot
fc06491c75
Automatically generated installer lang files
2014-06-15 00:42:51 +00:00
Nadav Kavalerchik
b70337b38c
MDL-45901 - Quiz - Random question category question are not visible,in RTL mode
2014-06-14 00:47:10 +03:00
Jason Fowler
08f2855d64
MDL-45611 Questions: Fixing the layout of the 'points box'
2014-06-13 10:24:59 +08:00
AMOS bot
eb4b4c7ba0
Merge branch 'MOODLE_26_STABLE' into install_26_STABLE
2014-06-13 00:42:09 +00:00
Tim Lock
23c3ce59ff
MDL-45982: Implement displaying of non error messages from a provider.
2014-06-13 10:08:03 +09:30
Andreas Grabs
87aa044351
MDL-31998 mod_feedback - Feedback depend questions bug
2014-06-13 01:44:35 +02:00
Tim Hunt
fa5cfedf4e
MDL-45970 quiz editing: fix display of random questions.
...
The pass by reference meant the function was clobbering the variable in
the calling function. Once that was change, it was not strictly
necessary to rename the variable in the function, but I did anyway for
clarity.
Thanks to Rajesh Taneja for finding the problem, and identifying which
bit of code was broken. I really just made the patch.
2014-06-12 19:43:31 +01:00
Eloy Lafuente (stronk7)
89c7782a91
weekly release 2.6.3+
2014-06-12 18:59:00 +02:00
Eloy Lafuente (stronk7)
e17dc7bcfa
Merge branch 'MDL-42835-26' of http://github.com/damyon/moodle into MOODLE_26_STABLE
2014-06-12 10:00:01 +02:00
John Okely
64f2725233
MDL-10115 User profile: Allow full list of courses to be viewed on a user's profile
2014-06-12 15:20:34 +08:00
Rajesh Taneja
6e5c445714
MDL-45808 enrol_self: Fixed behat to observe the group key policy
...
Conflicts:
enrol/self/tests/behat/self_enrolment.feature
2014-06-12 14:39:42 +08:00
Damyon Wiese
95ef465948
MDL-42835 Scorm: Fix for JS error because no nodes are selected in the toc.
2014-06-12 14:00:04 +08:00
AMOS bot
0d893ad97b
Automatically generated installer lang files
2014-06-12 00:43:43 +00:00
Damyon Wiese
1110aed46a
MDL-45763 Question types: Allow saving '0' as question text.
2014-06-11 17:29:55 +08:00
Marina Glancy
86fdc9dd64
MDL-39726 backup: fix SQL syntax for Oracle
2014-06-11 17:16:15 +08:00
Marina Glancy
d66cfec3f0
MDL-39726 backup: fix SQL syntax for Oracle
2014-06-11 12:19:15 +08:00
Marina Glancy
677267791a
MDL-45763 question: fix SQL syntax for Oracle
2014-06-11 12:19:15 +08:00
Eloy Lafuente (stronk7)
8e9115725e
Merge branch 'm26_MDL-29708_Typo_Extra_Slashes' of https://github.com/scara/moodle into MOODLE_26_STABLE
2014-06-11 01:46:08 +02:00
Frederic Massart
179515b4de
MDL-45808 group: Observe the group key policy upon group creation
2014-06-10 23:03:37 +02:00
Eloy Lafuente (stronk7)
871c0ec7c5
Merge branch 'MDL-45579-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-06-10 22:26:12 +02:00
Eloy Lafuente (stronk7)
e7bc2568a6
Merge branch 'MDL-45418_26' of git://github.com/stronk7/moodle into MOODLE_26_STABLE
2014-06-10 20:13:58 +02:00
Barbara Ramiro
9fca4525dc
MDL-45943: Replacement for publisher icons
2014-06-10 19:38:35 +02:00
Jason Fowler
5fd16a3761
MDL-45418 Files: Adding upgrade steps for publisher docs
...
Conflicts:
lib/db/upgrade.php
lib/db/upgradelib.php
version.php
2014-06-10 19:37:29 +02:00
James McLean
af21acd472
MDL-45418 Files: Adding publisher docs to Filetypes
2014-06-10 19:34:08 +02:00
Eric Merrill
272878cab9
MDL-45763 question: Correct random question text if set to true or false
2014-06-10 20:08:35 +08:00
Marina Glancy
38083d7ff3
Merge branch 'MDL-20154-26' of git://github.com/merrill-oakland/moodle into MOODLE_26_STABLE
2014-06-10 15:42:27 +08:00
Damyon Wiese
86af5cb87c
Merge branch '45524-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-06-10 15:31:25 +08:00
Marina Glancy
fde80766e2
Merge branch '26STABLE-wip-MDL45846' of git://github.com/jennymgray/moodle into MOODLE_26_STABLE
2014-06-10 14:20:34 +08:00
Damyon Wiese
2f3c3abc1f
Merge branch 'wip-mdl-44309-m26' of https://github.com/deraadt/moodle into MOODLE_26_STABLE
2014-06-10 14:08:30 +08:00
Damyon Wiese
871a036c74
Merge branch 'MDL-45767_returnInstanceid_26' of https://github.com/moodlerooms/moodle into MOODLE_26_STABLE
2014-06-10 13:52:18 +08:00
Damyon Wiese
eb6e5390c9
Merge branch 'MDL-45763-26' of https://github.com/merrill-oakland/moodle into MOODLE_26_STABLE
2014-06-10 13:14:38 +08:00
Andrew Nicols
ac86e96914
MDL-45935 tests: Specify step names during backup/restore tests
2014-06-10 12:18:24 +08:00
Frederic Massart
66f93d133a
MDL-45870 mod_assign: Behat test covering some outcome usage
2014-06-10 11:58:19 +08:00
Michael de Raadt
ae527646a1
MDL-45719 mod_lti - Pass language strings to inline JS to allow for escaping
2014-06-10 11:40:28 +08:00
Eloy Lafuente (stronk7)
0034fd8816
Merge branch 'MDL-42782-26' of git://github.com/jethac/moodle into MOODLE_26_STABLE
2014-06-10 01:10:40 +02:00
Eloy Lafuente (stronk7)
4c3f6d562f
Merge branch 'MDL-42835_26' of git://github.com/nobelium/moodle into MOODLE_26_STABLE
2014-06-10 00:37:34 +02:00
Eloy Lafuente (stronk7)
b2d285491c
Merge branch 'MDL-45574-m26' of https://github.com/sammarshallou/moodle into MOODLE_26_STABLE
2014-06-09 21:49:44 +02:00
Eloy Lafuente (stronk7)
4d7544a3a0
Merge branch 'wip-MDL-44501-26' of git://github.com/abgreeve/moodle into MOODLE_26_STABLE
2014-06-09 18:59:37 +02:00
Jenny Gray
1d20e997a0
MDL-45846 Libraries custom user agent device detection unit test added
2014-06-09 14:04:36 +01:00
Marina Glancy
a9af7d94e1
Merge branch 'MDL-45560-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-06-09 17:25:22 +08:00
Jetha Chan
3a6f3f906a
MDL-38693 themes: amended z-indexes
...
Amended #dock z-index level from 11000 to 5000 across all themes; amended z-index style of #page-header in Overlay theme such that elements no longer occlude TinyMCE.
2014-06-09 14:09:55 +08:00
Damyon Wiese
8beb255c10
Merge branch 'MDL-39726-26' of https://github.com/merrill-oakland/moodle into MOODLE_26_STABLE
2014-06-09 12:43:04 +08:00
Damyon Wiese
c800196f03
Merge branch 'MDL-45714-26' of https://github.com/merrill-oakland/moodle into MOODLE_26_STABLE
2014-06-09 09:20:09 +08:00
Sam Hemelryk
7a684b732c
MDL-45524 navigation: fixed non-expandable node behat tests
2014-06-09 09:33:59 +12:00
Sam Hemelryk
82358535df
MDL-44711 navigation: improved expandable course calculation
2014-06-09 09:33:59 +12:00
Matteo Scaramuccia
6637cf27b9
MDL-29708 Fixed file_exception() arguments in rename().
2014-06-07 09:59:01 +02:00
Matteo Scaramuccia
874db754ce
MDL-29708 Fixed extra slashes in $string['storedfilenotcreated'].
2014-06-07 09:58:59 +02:00
sam marshall
7aa0860eca
MDL-45574 Backup progress: Can time out with large number of files
...
When there are many files inside a single resource, it's possible
for the backup to time out because it does not report progress
while adding entries to the backup_ids table.
2014-06-06 10:44:19 +01:00
Jenny Gray
807c670765
MDL-45846 Libraries Reinstate custom user agent device detection
2014-06-06 10:04:27 +01:00
Frederic Massart
36cef83e08
MDL-45870 mod_assign: Outcomes are saved for each group member
2014-06-06 12:26:27 +08:00
Daniel Neis Araujo
877ce4a64d
MDL-35648 (backport) adding missing distinct selector in sql on participation report
2014-06-05 20:45:12 -03:00
Nobelium
a5a3c48851
MDL-42835 mod_scorm: Close tree nodes using TreeView API
2014-06-05 22:30:29 +00:00
Sam Chaffee
464280a23d
MDL-45767: Fixed DB error when returning to course from external tool
...
The instance ID is not always returned from the external
tool provider.
2014-06-05 09:38:46 -07:00
Eloy Lafuente (stronk7)
afce57cbea
weekly release 2.6.3+
2014-06-05 16:58:45 +02:00
Eloy Lafuente (stronk7)
6e3438036a
Merge branch 'install_26_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_26_STABLE
2014-06-05 16:58:39 +02:00
Michael de Raadt
0d7ed311f8
MDL-44309 Administration - correcting inproperly assigned column classes in environment table
2014-06-05 10:44:06 +08:00
Eric Merrill
52878b707a
MDL-20154 questions: question_delete_question should not check perms
...
By Moodle convention, library functions should not implement permission
checks, they are to be handled by the invoking code.
2014-06-04 17:45:05 -04:00
Eric Merrill
3616569d45
MDL-20154 quiz: Remove unused random questions
...
When a random question is removed from a quiz, and it is not
in use elsewhere, it should be deleted.
Conflicts:
mod/quiz/editlib.php
mod/quiz/lib.php
2014-06-04 17:45:02 -04:00
Mark Nielsen
a6afe639ca
MDL-45764 mod_lti: Fix adding General Tool
...
This error only occurs when a ltisource
plugin is present that implements the
get_types callback.
2014-06-04 08:10:56 -07:00
Eric Merrill
200862ff6e
MDL-39726 backup: Move question files by context, not one at a time
...
Use question category contexts to send file to the file pool in bulk.
Questions are only restored in whole category chunks, so this is safe
to do.
2014-06-04 09:20:05 -04:00
Adrian Greeve
7de5920dd8
MDL-44501 mod_data: Only attempt to export files when a file exists.
...
The error only occurs when portfolios are enabled and there is only one field which is
a file field.
2014-06-04 15:31:34 +08:00
Frederic Massart
ed94a2affd
MDL-45579 group: Behat tests to cover group enrolment key rules
2014-06-04 15:12:04 +08:00
Frederic Massart
e2f577e074
MDL-45579 group: Prevent duplicate enrolment keys in course groups
2014-06-04 15:12:03 +08:00
Andrew Nicols
0ad0ddd1ea
MDL-18162 mod_forum: Correct @param type in phpdoc to use stdClass
2014-06-04 11:26:19 +08:00
Eloy Lafuente (stronk7)
9a5044fa5c
Merge branch 'MDL-44620_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-06-03 18:11:56 +02:00
Dan Poltawski
7c3e7cdae9
Merge branch '45333-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-06-03 15:26:03 +01:00
Eloy Lafuente (stronk7)
acfc4c0b4d
Merge branch 'MDL-42953-26' of git://github.com/phalacee/moodle into MOODLE_26_STABLE
2014-06-03 12:11:52 +02:00
Damyon Wiese
65f3549893
Merge branch 'MDL-45592_26' of git://github.com/grabs/moodle into MOODLE_26_STABLE
2014-06-03 16:22:07 +08:00
Damyon Wiese
50df05ef78
Merge branch 'm26_MDL-44098' of git://github.com/greg-or/moodle-mod_assign into MOODLE_26_STABLE
2014-06-03 13:10:16 +08:00
Damyon Wiese
322a1fa453
Merge branch 'MDL-45781_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-06-03 11:58:52 +08:00
Jetha Chan
15601a33d9
MDL-42782 usability: fix for extreme course page indenting
2014-06-03 11:16:36 +08:00
Sam Hemelryk
42a1546bf8
Merge branch 'MDL-18162-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-06-03 15:00:31 +12:00
Eric Merrill
0babaf208d
MDL-45714 backup: Less aggressive removal of old backup dirs
...
The old 4 hour standard was too aggressive and can cause backup files
to be removed while they were still in use. Now the same as cron,
1 week.
2014-06-02 21:50:54 -04:00
Eloy Lafuente (stronk7)
9514d99333
Merge branch 'm26_MDL-45726' of https://github.com/danmarsden/moodle into MOODLE_26_STABLE
2014-06-03 02:20:02 +02:00
Sam Hemelryk
b51ee5ac52
Merge branch 'MDL-33763-26' of git://github.com/ankitagarwal/moodle into MOODLE_26_STABLE
2014-06-03 08:57:35 +12:00
Eric Merrill
2f4815a05b
MDL-45763 question Random qtype should use '0' or '1' question text.
...
Some time ago, it when from using '0' for no-subcategories to blank.
Change to properly define '0' or '1', update old questions, and make
sure to fix newly restored questions.
Conflicts:
mod/quiz/editlib.php
question/type/random/version.php
2014-06-02 15:35:40 -04:00
Albert Gasset
1a997d4b11
MDL-35514 mod_forum: Fixed warning message to students in forums with groups
2014-06-02 18:25:40 +02:00
Tim Hunt
d03434111a
MDL-45781 quiz autosave: detect and report when the session is lost.
...
and also other errors.
2014-05-30 16:30:16 +01:00
AMOS bot
888d681014
Automatically generated installer lang files
2014-05-30 01:24:34 +00:00
AMOS bot
2dbb5e22f7
Automatically generated installer lang files
2014-05-30 01:24:34 +00:00
Ciaran Irvine
49c4454cec
MDL-45726 SCORM: Correct check for forcenewattempt
2014-05-30 09:49:18 +12:00
Sam Hemelryk
19a43c48bf
MDL-45333 output: navbar is now wrapped in a <nav> tag
2014-05-30 08:41:39 +12:00
Andreas Grabs
4532c861e1
MDL-45592 mod_feedback - unwanted linebreak after import or duplicating a feedback
2014-05-29 17:15:48 +02:00
Eloy Lafuente (stronk7)
1132d30d1f
weekly release 2.6.3+
2014-05-29 12:51:33 +02:00
Eloy Lafuente (stronk7)
6e415f6a59
Merge branch 'install_26_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_26_STABLE
2014-05-29 12:51:28 +02:00
Damyon Wiese
a42f023698
MDL-45654 Cron: Fix for unit test that was causing integer overflow in 32 bit php
2014-05-29 16:30:06 +12:00
Sam Hemelryk
18c31e25b6
Merge branch 'wip-mdl-45698-m26' of https://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2014-05-29 14:28:07 +12:00
Rajesh Taneja
6a46c626d6
MDL-45698 behat: Fixed behat and symfony versions
2014-05-29 09:49:20 +08:00
Sam Hemelryk
321a4a90ab
MDL-45654 cron: fixed dataprovider timestamp issue
2014-05-29 11:21:05 +12:00
Sam Hemelryk
bc389ac7c8
Merge branch 'wip-mdl-45565-m26' of https://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2014-05-29 08:12:37 +12:00
Andrew Nicols
54c9783e5c
MDL-45560 report_log: Close sessions before download only
...
If the session is closed too early, then preferences made in the body of
the page will not be saved to the session.
2014-05-29 01:02:25 +08:00
Andrew Nicols
646021e728
MDL-18162 mod_forum: Correct phpdoc for forum_clean_search_terms
2014-05-28 09:36:02 +08:00
Dan Poltawski
56f23662b1
Merge branch 'MDL-45544-26' of git://github.com/lameze/moodle into MOODLE_26_STABLE
2014-05-27 07:50:03 +01:00
David Monllao
e002c90dab
MDL-44620 behat: Automate MDLQA-7
...
- MDLQA-7: By default, a new course contains a Latest
News block which displays a specific number of recent
discussions from the news forum
2014-05-27 13:13:48 +07:00
David Monllao
94ba162660
MDL-44620 behat: Automates MDLQA-6
...
- MDLQA-6: By default, a new course contains a news
forum in which only teachers can post and subscription
is forced
2014-05-27 13:13:48 +07:00
Rajesh Taneja
b24571ea7d
MDL-45565 phpunit: Changed testsuite_name, so as to avoid class collision
2014-05-27 09:50:21 +08:00
Rajesh Taneja
d160b700e8
MDL-45565 core_message: Reset internal users in phpunit
2014-05-27 09:50:21 +08:00
Gregory Faller
33f29f5adc
MDL-44098: Late submissions with extension calculate period of lateness incorrectly
2014-05-27 11:08:29 +09:30
Dan Poltawski
c5549ab475
Merge branch 'MDL-45676_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2014-05-26 12:02:43 +01:00
Dan Poltawski
1ec46dca1d
Merge branch 'MDL-45675_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2014-05-26 11:59:26 +01:00
Marina Glancy
a8b6eaa3c4
Merge branch 'MDL-45661-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2014-05-26 14:46:55 +08:00
Marina Glancy
25f6bc111d
Merge branch 'MDL-44482-26' of git://github.com/jethac/moodle into MOODLE_26_STABLE
2014-05-26 14:46:47 +08:00
Simey Lameze
7874aa6eb7
MDL-45544 events: Add event user_profile_viewed trigger to user/profile.php
2014-05-26 14:10:59 +08:00
Jetha Chan
addeb650b9
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:05 +08:00
Damyon Wiese
c3131a4ac2
Merge branch 'wip-MDL-45688-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-05-26 12:48:33 +08:00
Damyon Wiese
d60e4f6684
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:37:19 +08:00
Damyon Wiese
cd2297972b
Merge branch '45499-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-05-26 12:13:02 +08:00
Marina Glancy
7c399a1ba0
Merge branch 'MDL-44014-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-05-26 11:59:47 +08:00
Ankit Agarwal
1b308f725a
MDL-33763 notes: Fix issue with incorrect node highlighting in the nav tree
2014-05-26 10:41:51 +08:00
Mark Nelson
47235557d2
MDL-45675 mod_data: initialise options as an empty array to avoid error when there are none
2014-05-25 19:29:39 -07:00
Sam Hemelryk
5abf0019f5
Merge branch 'MDL-45650_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2014-05-26 13:59:14 +12:00
Sam Hemelryk
7ec197fd64
Merge branch 'MDL-45192_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-05-26 13:23:06 +12:00
Sam Hemelryk
967d16dd52
Merge branch 'MDL-45660_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-05-26 11:52:35 +12:00
Sam Hemelryk
5b4b64fc58
Merge branch 'MDL-45686_26' of git://github.com/jmvedrine/moodle into MOODLE_26_STABLE
2014-05-26 10:55:14 +12:00
Sam Hemelryk
362598367c
Merge branch 'MDL-45635-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
...
Conflicts:
lib/yui/src/notification/js/confirm.js
2014-05-26 10:38:22 +12:00
Sam Hemelryk
43b611f566
Merge branch 'm26_MDL-45623' of git://github.com/totara/moodle into MOODLE_26_STABLE
2014-05-26 09:58:59 +12:00
Sam Hemelryk
9832d18ab5
Merge branch 'MDL-45607_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2014-05-26 09:53:46 +12:00
Sam Hemelryk
201d502a9b
Merge branch 'MDL-42526-26' of git://github.com/jamiepratt/moodle into MOODLE_26_STABLE
2014-05-26 09:02:49 +12:00
Sam Hemelryk
53bdea7476
MDL-45499 admin: fixed error when displaying page settings
2014-05-26 09:01:09 +12:00
Sam Hemelryk
1a49438ade
Merge branch 'MDL-45654-26' of https://github.com/rtcn2/moodle into MOODLE_26_STABLE
2014-05-26 08:58:08 +12:00
Jean-Michel Vedrine
4fb94f7f96
MDL-45686 qtype_multichoice get_num_selected_choices return wrong result
2014-05-25 09:15:21 +02:00
Marina Glancy
5638eb7c35
MDL-45688 added missing library requirement
2014-05-24 18:30:28 +08:00
Rajesh Taneja
543ef5fa7c
MDL-45565 core_message: Added unit tests.
2014-05-23 16:47:50 +08:00
Rajesh Taneja
c27601c459
MDL-45565 core_message: Fixed strangers array
...
Strangers get mixed with noreply user and support user,
if noreply/support users real user.
To avoid duplication use userid as array index. Also,
avoid fetching data again for noreply and support users,
if they are real users, then data is already feteched.
2014-05-23 16:47:43 +08:00
Andrew Nicols
6c66c20107
MDL-45635 javascript: Make core dialogue translatable
2014-05-23 16:19:15 +08:00
Mark Nelson
7221132d11
MDL-45676 mod_data: added missing additional name fields
2014-05-22 22:00:15 -07:00
AMOS bot
c38626b055
Automatically generated installer lang files
2014-05-23 00:52:52 +00:00
Tim Hunt
7d99d3e9c4
MDL-45660 question statistics: fix regression added by MDL-44981.
...
Also, make comparison more robust.
2014-05-22 16:16:03 +01:00
Eloy Lafuente (stronk7)
529d4cdbc6
weekly release 2.6.3+
2014-05-22 16:47:12 +02:00
Eloy Lafuente (stronk7)
cd07fceed1
Merge branch 'install_26_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_26_STABLE
2014-05-22 16:47:07 +02:00
James Pratt
26ae6e5792
MDL-42526 mod_assignment : fix record insert with assigment.id 0
2014-05-22 12:54:45 +07:00
AMOS bot
217613ab21
Automatically generated installer lang files
2014-05-22 01:08:09 +00:00
Simon Coggins
c017cc5ca9
MDL-45623: Fix assigned users count on role delete confirmation page
2014-05-22 08:16:46 +12:00
Rod Norfor
03966a4ec0
MDL-45654 cron: fix non-empty directories deletion
...
Remove errors when attempting to delete non-empty directories when
child directories do not get removed since the mtime was updated when
files were removed from the child directory.
2014-05-21 17:24:02 +01:00
Sam Hemelryk
b1cb63b24f
MDL-44711 course: fixed navigation expansion in course tests
2014-05-21 20:58:35 +12:00
Mark Nelson
ec373efd6d
MDL-45650 events: ensure correct objectid passed when triggering user_profile_viewed event
2014-05-21 00:25:48 -07:00
Mark Nelson
4a9dcf3f17
MDL-45607 events: changed the context passed to the user_profile_viewed event
2014-05-20 21:13:28 -07:00
Marina Glancy
f01e4739fd
MDL-45469 profile: make sure profile fields can be initialised without arguments
2014-05-21 11:53:53 +08:00
Dan Poltawski
7d5774aaa2
Merge branch 'wip-MDL-45371-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-05-21 10:03:09 +08:00
Marina Glancy
7a562bf521
MDL-45320 behat: change to block selector
2014-05-20 20:52:37 +08:00
Marina Glancy
0c11e7ed30
MDL-45320 block_html: behat tests
2014-05-20 20:52:14 +08:00
Marina Glancy
a33bc20d2e
MDL-45320 behat: Step definitions for blocks
2014-05-20 20:52:01 +08:00
David Monllao
e3353f92fc
MDL-45294 behat: Updating block references to aria label value
...
Also improving moodle selectors xpath expressions
readability.
2014-05-20 20:47:48 +08:00
David Monllao
28e5ece329
MDL-45294 behat: Supporting an aria-label as a block ref
2014-05-20 20:47:48 +08:00
Dan Poltawski
239db05eec
Merge branch '44711-26-r2' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-05-20 20:32:02 +08:00
Sam Hemelryk
4fc9f74029
MDL-44711 block_navigation: fixed typo in behat tests
2014-05-20 23:38:25 +12:00
Damyon Wiese
e679a371ef
MDL-45606 Unit test fix for MySQL and added a comment about the removed code.
2014-05-20 18:07:28 +08:00
Dan Poltawski
af8bd4de8e
Merge branch 'MDL-45496-m26' of https://github.com/micaherne/moodle into MOODLE_26_STABLE
2014-05-20 15:55:13 +08:00
Marina Glancy
1cbfc11612
Merge branch 'MDL-45525-26' of git://github.com/jethac/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-05-20 14:30:14 +08:00
Marina Glancy
bf75a73cc5
Merge branch 'MDL-45536-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-05-20 14:26:31 +08:00
Marina Glancy
97dc7bfc0b
Merge branch 'wip-MDL-45512-26' of git://github.com/abgreeve/moodle into MOODLE_26_STABLE
2014-05-20 14:22:51 +08:00
Marina Glancy
f60c23a781
Merge branch 'MDL-43669-m26' of git://github.com/micaherne/moodle into MOODLE_26_STABLE
2014-05-20 14:16:27 +08:00
Marina Glancy
2b0b60631d
Merge branch 'MDL-44333_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-05-20 14:11:57 +08:00
Andrew Nicols
51a6bf7f1a
MDL-45536 theme: Use width auto for inputs and textareas specifying them
2014-05-20 14:08:58 +08:00
Damyon Wiese
2a6cc872ff
Merge branch 'm26_MDL-45583' of github.com:danmarsden/moodle into MOODLE_26_STABLE
2014-05-20 13:30:37 +08:00
Damyon Wiese
350e34d177
Merge branch 'MDL-45323-26' of git://github.com/lameze/moodle into MOODLE_26_STABLE
2014-05-20 13:29:30 +08:00
Dan Poltawski
67f6ebacff
Merge branch 'MDL-45545-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-05-20 12:21:58 +08:00
Sam Hemelryk
e77dcc602d
Merge branch 'MDL-44323-26' of git://github.com/danpoltawski/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/less/moodle/admin.less
theme/bootstrapbase/style/moodle.css
2014-05-20 15:45:21 +12:00
Sam Hemelryk
aa1d665a3a
Merge branch 'MDL-44027-26' of git://github.com/danpoltawski/moodle into MOODLE_26_STABLE
2014-05-20 15:39:31 +12:00
Dan Poltawski
2b0ea3051d
Merge branch 'MDL-45605-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2014-05-20 10:51:27 +08:00
Dan Poltawski
fa496d3fe1
Merge branch 'MDL-45546-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-05-20 10:24:40 +08:00
Dan Poltawski
fa4ff1bd10
Merge branch '44711-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-05-20 10:14:24 +08:00
Sam Hemelryk
43f39c235f
Merge branch 'MDL-45603-26' of https://github.com/merrill-oakland/moodle into MOODLE_26_STABLE
2014-05-20 13:59:33 +12:00
Marina Glancy
0e46c03356
Merge branch 'MDL-45469-m26' of git://github.com/sammarshallou/moodle into MOODLE_26_STABLE
2014-05-20 09:52:48 +08:00
Dan Poltawski
940269660f
Merge branch 'MDL-44449_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-05-20 09:50:51 +08:00
Damyon Wiese
4c2ba6794b
Merge branch '44974-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-05-20 09:01:24 +08:00
Sam Hemelryk
7d14ae30e9
Merge branch 'MDL-45477-m26' of https://github.com/sammarshallou/moodle into MOODLE_26_STABLE
2014-05-20 11:58:18 +12:00
Sam Hemelryk
8ffb738721
Merge branch 'MDL-45535-m26' of https://github.com/sammarshallou/moodle into MOODLE_26_STABLE
2014-05-20 11:55:47 +12:00
Sam Hemelryk
cf1cf9499f
Merge branch 'MDL-37838-26' of git://github.com/danpoltawski/moodle into MOODLE_26_STABLE
2014-05-20 10:42:19 +12:00
Sam Hemelryk
d18bc9dc02
Merge branch 'MDL-45380-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-05-20 08:53:11 +12:00
Sam Hemelryk
17f8fb7f3e
Merge branch 'MDL-45135-26' of git://github.com/danpoltawski/moodle into MOODLE_26_STABLE
2014-05-20 08:47:21 +12:00
Tim Hunt
969c26def0
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:21 +01:00
Damyon Wiese
cbaad47bf2
Merge branch 'MDL-45472-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-05-19 20:47:49 +08:00
Damyon Wiese
9ccd8759ea
Merge branch 'MDL-43833_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-05-19 20:12:20 +08:00
Damyon Wiese
5b26aca437
Merge branch 'MDL-45527-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-05-19 20:07:00 +08:00
Damyon Wiese
2e0b5708f1
Merge branch 'MDL-45455_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-05-19 19:57:57 +08:00
Dan Poltawski
ce400f61e6
Merge branch 'MDL-45432-MOODLE_26_STABLE' of https://github.com/lucisgit/moodle into MOODLE_26_STABLE
2014-05-19 18:43:17 +08:00
Michael Aherne
8257e19b7a
MDL-43669 messaging Enable sending email only from no-reply address
2014-05-19 09:52:23 +01:00
Marina Glancy
8e73bb6328
MDL-45371 behat: Tests for block glossary_random
2014-05-19 15:20:10 +08:00
Dan Poltawski
2fa8db79cc
Merge branch 'MDL-41109-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-05-19 15:07:53 +08:00
Dan Poltawski
1ad0beaf4f
Merge branch 'wip-MDL-34914-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-05-19 14:59:36 +08:00
Damyon Wiese
60802ff32e
Merge branch 'MDL-32543-26' of https://github.com/danielneis/moodle into MOODLE_26_STABLE
2014-05-19 12:55:31 +08:00
Damyon Wiese
b29da693b6
Merge branch 'MDL-23566_26' of https://github.com/aolley/moodle into MOODLE_26_STABLE
2014-05-19 12:43:45 +08:00
Marina Glancy
709f70145f
Merge branch 'wip-MDL-45483-MOODLE_26_STABLE' of https://github.com/kwiliarty/moodle into MOODLE_26_STABLE
2014-05-19 12:38:47 +08:00
Damyon Wiese
9d14dcd64e
Merge branch 'MDL-44634-26' of https://github.com/dbezborodovrp/moodle into MOODLE_26_STABLE
2014-05-19 12:20:38 +08:00
Frederic Massart
da14c5dff1
MDL-45527 cron: Already deleted unconfirmed users are ignored
2014-05-19 12:06:49 +08:00
Damyon Wiese
d38ef5cfe0
Merge branch '43995-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-05-19 11:53:34 +08:00
Sam Hemelryk
e6e58c7a92
MDL-38923 theme_bootstrapbase: pre-integration fixups
...
* Fixed the way we added the block class to the dock panel in dock.js
* Added a class to the h2 that is used to test dock title width
* Fixed RTL alignment issues as best I could at present
* Fixed overlap of dock + navbar on small screens
* Fixed the docked block width to be constrained to the available space
* Fixed hidden actions on docked blocks
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-05-19 15:28:00 +12:00
Damyon Wiese
eba90af0d3
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.
2014-05-19 10:38:39 +08:00
Sam Hemelryk
14f40dcc9c
Merge branch 'MDL-45561-26' of git://github.com/jethac/moodle into MOODLE_26_STABLE
2014-05-19 13:37:19 +12:00
Sam Hemelryk
8758f4464f
MDL-44974 admin: repositioned call to initialise renderer
2014-05-19 08:41:23 +12:00
Sam Hemelryk
9fb8de4cd1
MDL-44711 navigation: better handling of course expansion exception
2014-05-19 08:41:08 +12:00
Sam Hemelryk
0720ecb621
MDL-38923 dock: allowed for space before first time
2014-05-19 08:40:16 +12:00
Sam Hemelryk
6ae3b201cc
MDL-38923 theme_bootstrapbase: tidied up dock implementation
...
Also:
* Changed to a CSS based compacting solution
* Converted dock colours to variables
* RTL fixes for the dock
2014-05-19 08:40:16 +12:00
Bas Brands
056b54ff63
MDL-38923 theme bootstrapbase: theme clean: enable docking
2014-05-19 08:40:13 +12:00
Eric Merrill
6a7348df5c
MDL-45603 cache Fix the mappingsonly option to work as advertised.
2014-05-17 23:55:10 -04:00
Tim Hunt
fc36e18fb1
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:10:55 +01:00
Marina Glancy
3febb9e672
MDL-34914 cohorts: more understandable filter of user list by cohort
2014-05-16 17:17:36 +08:00
Andrew Nicols
ed065ceb93
MDL-41109 dndupload: Add missing error string
2014-05-16 13:50:19 +08:00
Dan Marsden
26143abeaf
MDL-45583 badges: check parent contexts consistantly when checking required role.
2014-05-16 13:54:05 +12:00
Tim Hunt
9b3b40c1ab
MDL-45455 quiz cron must rollback transaction on error.
2014-05-15 15:08:12 +01:00
Tim Hunt
b7acb1f0e8
MDL-43833 quiz reports: persist states settings between pages.
2014-05-15 15:07:38 +01:00
Jetha Chan
c7f36a87b3
MDL-45561 themes: horizontal scroll in RTL base
2014-05-15 15:49:28 +08:00
Damyon Wiese
ba05f573ca
weekly release 2.6.3+
2014-05-15 15:34:13 +08:00
Damyon Wiese
967fe8ef0d
Merge branch 'install_26_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_26_STABLE
2014-05-15 15:34:09 +08:00
Jason Fowler
4e37becc19
MDL-42953 Themes: Fixing CSS for headers of central blocks
2014-05-15 15:27:51 +08:00
Simey Lameze
60b664a624
MDL-45323 grade: Unit test for grade_get_grade_items_for_activity()
2014-05-15 15:05:40 +08:00
Simey Lameze
b52ea3664e
MDL-45323 grade: Fix query errors on grade_get_grade_for_activity method.
2014-05-15 15:05:40 +08:00
Damyon Wiese
9bbe953b68
MDL-41383 Filepicker: whitespace fix
2014-05-15 13:35:33 +08:00
Jetha Chan
5389652d3c
MDL-41383: RTL fix for base when zoomed out
2014-05-15 13:29:32 +08:00
Dan Poltawski
247946725c
MDL-44323 admin: use correct css class for warning
...
The notifyproblem notification is consistent with the rest of
the warnings we report.
Conflicts:
theme/bootstrapbase/less/moodle/admin.less
theme/bootstrapbase/style/moodle.css
2014-05-15 12:22:04 +08:00
Damien Bezborodov
649356958e
MDL-44634 Regression: link to user profile in comments block fails due to double URI encoding
2014-05-15 11:47:03 +09:30
Damien Bezborodov
19602ce718
MDL-44634 Regression: link to user profile in comments block fails due to double URI encoding
2014-05-15 10:51:39 +09:30
sam marshall
d355d1f796
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 12:19:10 +01:00
sam marshall
449693fc43
MDL-45477 Behat: List of steps takes too long to load, times out
...
Increase time limit to 300 seconds (5 minutes).
2014-05-14 10:59:49 +01:00
Marina Glancy
2538062907
Merge branch 'MDL-36670_26' of git://github.com/jleyva/moodle into MOODLE_26_STABLE
2014-05-14 16:35:59 +08:00
Frederic Massart
ada3d03f67
MDL-45546 mod_forum: Login the user before getting its context
2014-05-14 16:17:09 +08:00
Frederic Massart
e505b12188
MDL-45545 csslib: Chunking handles commas in media query definitions
2014-05-14 15:27:37 +08:00
Jetha Chan
9a6a761e1c
MDL-41383 theme: filepicker zoom resiliency (base)
...
Fixed an issue that broke the file picker on base when initial zoom level is less than 100%.
2014-05-14 14:36:01 +08:00
Juan Leyva
a9d792433f
MDL-36670 logging: action parameter length restricted to 40 chars
2014-05-13 16:13:56 +02:00
David Monllao
fa58e13891
MDL-45192 behat: Replacing specific-selector steps by a generic one
...
Having a I click on we can use all our selectors rather
than having multiple steps for the same purpose. This
step allow us to manage JS native dialogues without
having to fail a scenario.
Credit for Mohamed Alsharaf.
2014-05-13 20:37:39 +07:00
Mohamed Alsharaf
015f49d0d3
MDL-45192 assign: added behat script & new definitions to handle alert dialog
...
The behat script is to test the batch action to lock and unlock submissions.
The new definitions are to prevent the "unexpected alert open" error in Selenium.
2014-05-13 20:37:38 +07:00
Dan Poltawski
70dce3f450
MDL-44027 groups: remove some junk html
2014-05-13 16:19:53 +08:00
Damyon Wiese
3d5413d89a
Merge branch 'MDL-41383-26' of git://github.com/jethac/moodle into MOODLE_26_STABLE
2014-05-13 15:56:12 +08:00
Jetha Chan
2c638ccb24
MDL-45525 themes: minor forum improvements
...
Fixed an RTL style that wasn't kicking in properly.
2014-05-13 14:35:20 +08:00
Dan Poltawski
5016d9f4b7
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:18:38 +08:00
Jetha Chan
9814a667ba
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:12:13 +08:00
Adrian Greeve
5be375c379
MDL-45512 comments: Added full date to comment details.
2014-05-13 10:43:46 +08:00
Daniel Neis Araujo
c5d0fcbf1f
MDL-32543 (backport) Make sure the action and url fields of log table have correct sizes
2014-05-12 12:21:49 -03:00
Daniel Neis Araujo
3414e35610
Merge remote-tracking branch 'moodle/MOODLE_26_STABLE' into MOODLE_26_STABLE
2014-05-12 12:18:51 -03:00
Dan Poltawski
c16cb40555
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:09:43 +08:00
Frederic Massart
33c4973c67
MDL-45380 theme_bootstrapbase: Restore config override highlight
...
Conflicts:
theme/bootstrapbase/less/moodle/admin.less
theme/bootstrapbase/style/moodle.css
2014-05-12 15:52:43 +08:00
Michael Aherne
72fcbcd444
MDL-45496 core Added space to logged in as line
2014-05-12 08:51:06 +01:00
Rajesh Taneja
167136718e
MDL-45514 behat: Fixed should_not_exist timout param
2014-05-12 14:14:35 +08:00
Kevin Wiliarty
7d80ee4455
MDL-45483 mod_forum: corrects values for maxattachments in forum settings
2014-05-12 00:00:18 -04:00
AMOS bot
49b427eda0
Automatically generated installer lang files
2014-05-12 00:39:49 +00:00
AMOS bot
5fe214d9d8
Automatically generated installer lang files
2014-05-11 00:47:52 +00:00
Eloy Lafuente (stronk7)
92ac518fdc
Moodle release 2.6.3
2014-05-10 18:30:45 +02:00
AMOS bot
afe9a42240
Automatically generated installer lang files
2014-05-10 00:46:41 +00:00
AMOS bot
1dfa14ed5c
Automatically generated installer lang files
2014-05-09 00:40:56 +00:00
Eloy Lafuente (stronk7)
a1858e9509
weekly release 2.6.2+
2014-05-08 16:35:55 +02:00
sam marshall
f6d6df37b6
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:04:35 +01:00
Marina Glancy
30dc7fe149
Merge branch 'MDL-45462-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-05-08 19:51:31 +08:00
Eloy Lafuente (stronk7)
a1336aea88
Merge branch 'wip-mdl-44262-m26' of https://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2014-05-08 12:00:46 +02:00
Rajesh Taneja
f2791d4944
MDL-44262 Behat: Bump behat version to get format fix
2014-05-08 17:38:17 +08:00
Andrew Nicols
c8097f88a5
MDL-45472 AJAX: Whitelist prototype values form JS Error in exception dialogue
2014-05-08 16:45:59 +08:00
Frederic Massart
5c276a4c32
MDL-45332 repository_url: URL parameter is using PARAM_URL
2014-05-08 15:35:08 +08:00
Marina Glancy
7a950591a9
MDL-45414 wiki: blank image for page index icons
2014-05-08 12:12:34 +08:00
Frederic Massart
f395f30b03
MDL-45462 flickr: Requests are now done over HTTPS
2014-05-08 11:28:32 +08:00
Dan Poltawski
b5505253bc
MDL-43312 tinymce: bump plugin version
2014-05-08 10:53:21 +08:00
Dan Poltawski
a9d14d2a36
Merge branch 'MDL-43312-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2014-05-08 10:51:53 +08:00
Damyon Wiese
f6f25e4040
Merge branch 'MDL-45304-26' of git://github.com/lameze/moodle into MOODLE_26_STABLE
2014-05-08 10:04:03 +08:00
Tony Butler
cbeee0a46e
MDL-45432 mod_assign Declare character encoding in onlinetext export
...
Signed-off-by: Tony Butler <tonyjbutler@gmail.com >
2014-05-07 13:12:26 +01:00
Simey Lameze
b6c8f92f0b
MDL-45304 events: Triggering event course module update actions.
2014-05-07 17:30:13 +08:00
Marina Glancy
da6b75343a
Merge branch 'MDL-45282_message_26' of git://github.com/andyjdavis/moodle into MOODLE_26_STABLE
2014-05-07 16:53:16 +08:00
Damyon Wiese
1a8c8084ef
MDL-44750 Assign: Do not reveal student identities to screen readers
2014-05-07 16:50:10 +08:00
Dan Poltawski
20b65746e3
Merge branch 'MDL-45410-en_fix-26' of git://github.com/mudrd8mz/moodle into MOODLE_26_STABLE
2014-05-07 16:40:42 +08:00
Marina Glancy
fcf199e7a1
MDL-45126 do not allow guests see name and summary of hidden course
2014-05-07 16:22:22 +08:00
Juan Leyva
14c16a4163
MDL-43119 Add valid until dates for tokens created by login/token.php
...
3 months were decided
2014-05-07 16:14:03 +08:00
Andrew Davis
21a1cee106
MDL-45282 core_user: fixed up some oddities in the bulk user messaging screen
2014-05-07 15:57:39 +08:00
Frederic Massart
568514ee7f
MDL-43877 blocks: Files from blocks in my/ were accessible to the world
2014-05-07 14:27:27 +08:00
Adam Olley
2be96ee2d1
MDL-23566 mod_lesson: Float answers so paragraphs line up correctly next to the inputs
2014-05-07 15:45:55 +09:30
Damyon Wiese
333e42243c
MDL-44606 assign: Disable sesskey protection for unit test.
2014-05-07 14:08:03 +08:00
Damyon Wiese
64e366c82b
Merge branch 'MDL-45290-26-fix2' of https://github.com/jethac/moodle into MOODLE_26_STABLE
2014-05-07 13:29:42 +08:00
Marina Glancy
9b33dd001f
Merge branch 'MDL-45201-26' of git://github.com/ankitagarwal/moodle into MOODLE_26_STABLE
2014-05-07 13:07:18 +08:00
Marina Glancy
80efce1bc9
Merge branch 'MDL-45387-26' of git://github.com/jethac/moodle into MOODLE_26_STABLE
2014-05-07 13:07:08 +08:00
Damyon Wiese
2f0fa43133
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:53:35 +08:00
Damyon Wiese
f977d376c9
MDL-44606 Assign: Some grading functions are missing sesskey protection
2014-05-07 12:37:08 +08:00
Dan Poltawski
c1d62ed25d
Merge branch 'wip-MDL-45414-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-05-07 12:05:43 +08:00
Dan Poltawski
34d75ff115
Merge branch 'wip-MDL-45429-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-05-07 11:50:13 +08:00
Jetha Chan
5b80099806
MDL-45387 core_form: erroneous escaping on reference list
...
Fixed erroneous escaping in JS.
2014-05-07 10:56:55 +08:00
Helen Foster
2966be7e01
MDL-45410 Merge English strings from the en_fix language pack
2014-05-07 00:21:56 +02:00
Marina Glancy
a9b8d52d84
MDL-45429 block_glossary_random: check capability before suggesting to edit
2014-05-06 17:24:00 +08:00
Jetha Chan
a0cb023389
MDL-45290 rubrics: overflow, delete button alignment
...
Adjusted delete button alignment, restored overflow rule, amended button alignment, minor RTL fixes.
2014-05-06 16:42:30 +08:00
Damyon Wiese
b37c9cf233
MDL-45412 Cache: Look for the newer classname first (mongo store)
2014-05-06 12:02:51 +08:00
Damyon Wiese
5684f787ee
Merge branch '45412-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-05-06 12:02:33 +08:00
Marina Glancy
ca0f287dad
MDL-45414 wiki: fix broken image
2014-05-06 11:33:20 +08:00
Damyon Wiese
53a28c9528
Merge branch 'MDL-45290-26-fix' of http://github.com/jethac/moodle into MOODLE_26_STABLE
2014-05-06 11:25:10 +08:00
Dan Poltawski
e8d36cbc1a
Merge branch 'MDL-45376-m26' of https://github.com/sammarshallou/moodle into MOODLE_26_STABLE
2014-05-06 11:16:40 +08:00
Jetha Chan
502deae544
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:47:05 +08:00
Dan Poltawski
9ea9d487af
Merge branch 'MDL-42956-26' of git://github.com/lameze/moodle into MOODLE_26_STABLE
2014-05-06 10:18:44 +08:00
Sam Hemelryk
f627c8b770
MDL-45412 cachestore_mongodb: fixed use of deprecated Mongo class
2014-05-06 09:31:01 +12:00
Marina Glancy
74d62545da
Merge branch 'MDL-34904-26' of git://github.com/ankitagarwal/moodle into MOODLE_26_STABLE
2014-05-05 17:44:02 +08:00
Damyon Wiese
5a0e3521b9
Merge branch 'MDL-45359-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-05-05 17:25:05 +08:00
Marina Glancy
d1f5077f84
Merge branch 'MDL-43319-26' of git://github.com/danpoltawski/moodle into MOODLE_26_STABLE
2014-05-05 17:19:51 +08:00
Marina Glancy
8dfd2e2407
Merge branch 'MDL-45342-26' of git://github.com/ankitagarwal/moodle into MOODLE_26_STABLE
2014-05-05 17:19:39 +08:00
Marina Glancy
09bf74f265
Merge branch 'MDL-44174-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-05-05 17:19:29 +08:00
Ankit Agarwal
78995d63a3
MDL-45201 recent_activity: Fix set type notice in recent activity form
2014-05-05 13:31:20 +08:00
Damyon Wiese
76e28ec58a
Merge branch 'MDL-45290-26' of git://github.com/jethac/moodle into MOODLE_26_STABLE
2014-05-05 10:53:18 +08:00
Marina Glancy
a0a7521e5b
Merge branch 'wip-MDL-45127-26' of git://github.com/abgreeve/moodle into MOODLE_26_STABLE
2014-05-05 10:18:25 +08:00
Dan Poltawski
af41a7ef13
weekly release 2.6.2+
2014-05-02 17:45:44 +08:00
Dan Poltawski
30453f2bc8
Merge branch 'install_26_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_26_STABLE
2014-05-02 17:45:41 +08:00
Adrian Greeve
cb6a69a1b6
MDL-45127 mod_lesson: Behat test for reviewing a lesson.
2014-05-02 16:12:30 +08:00
Adrian Greeve
6dd0e57020
MDL-45127 mod_lesson: Fixed reviewing lesson answers changing the lesson grade.
2014-05-02 16:12:30 +08:00
Adrian Greeve
745f876b3e
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:12:30 +08:00
Jetha Chan
15081f54a4
MDL-45290 rubric: visual fixups
...
Fixed up visual issues with rubric editor on Clean.
2014-05-02 14:21:14 +08:00
Ankit Agarwal
9cca987e0a
MDL-34904 lti: Fix notice while using lti in frontpage
2014-05-02 14:07:55 +08:00
Ankit Agarwal
e322d80a06
MDL-45342 book: Automate MDLQA-2423 - A teacher can create book chapters and subchapters
2014-05-02 13:27:21 +08:00
Frederic Massart
38bbd78ebe
MDL-44174 theme_clean: Updating information in readme file
2014-05-02 12:56:32 +08:00
AMOS bot
a201d4b6a8
Automatically generated installer lang files
2014-05-02 00:39:11 +00:00
sam marshall
62e02e583f
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:16:14 +01:00
Tim Hunt
66bf3fb986
MDL-45273 quiz fixup settings initialisation.
2014-05-01 21:18:27 +08:00
Jetha Chan
e2ab510709
MDL-36836 filepicker: alfresco select box fix
...
Adjusted position of alfresco select box; amended border/background application in base.
2014-05-01 17:14:45 +08:00
Dan Poltawski
8cc974000b
Merge branch 'MDL-45365-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2014-05-01 14:52:06 +08:00
Dan Poltawski
3959ea18ca
MDL-43570 uprade: fix indentation
2014-05-01 14:45:29 +08:00
Dan Poltawski
47cdef3d70
Merge branch 'MDL-43570-M26' of https://github.com/KristerV/moodle into MOODLE_26_STABLE
2014-05-01 14:36:06 +08:00
Marina Glancy
3e1b758044
Merge branch 'MDL-44398-26' of git://github.com/ankitagarwal/moodle into MOODLE_26_STABLE
2014-05-01 14:21:59 +08:00
Damyon Wiese
cd999ba175
MDL-45365 Courselib unit tests: cmid -> instanceid confusion
...
Yet again an instanceid is being passed instead of a cmid.
2014-05-01 14:03:25 +08:00
Andrew Nicols
d59b21dcf1
MDL-45359 JS: Only change mask zIndex on modal dialogues
...
When dealing with a non-modal dialogue within a modal dialogue, we should
not update the z-index of the underyling maskNode as it does not belong to
this dialogue.
2014-05-01 14:01:29 +08:00
Dan Poltawski
84529fcf60
MDL-43319 phpdoc: fix too much ham consumption by developers
2014-05-01 13:35:33 +08:00
Dan Poltawski
278d605714
Merge branch 'MDL-45165_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-05-01 12:36:00 +08:00
Marina Glancy
62b945b70a
MDL-45273 quiz: whitespace fix
2014-05-01 12:21:02 +08:00
Marina Glancy
10d96f0e37
Merge branch 'MDL-45273_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-05-01 12:20:07 +08:00
Marina Glancy
3d7b978247
Merge branch 'MDL-45292-26' of git://github.com/jethac/moodle into MOODLE_26_STABLE
2014-05-01 11:48:47 +08:00
Dan Poltawski
62fa6fc6d5
Merge branch 'MDL-45283-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-05-01 10:40:58 +08:00
Krister Viirsaar
aba7899302
MDL-43570 filetypes: Added new filetypes - ddoc, bdoc, cdoc
2014-04-30 13:08:26 +03:00
Damyon Wiese
4176b66597
Merge branch 'MDL-45166_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-04-30 17:23:50 +08:00
Damyon Wiese
68798bec46
Merge branch 'mdl44575-moodle26' of https://github.com/tlock/moodle into MOODLE_26_STABLE
2014-04-30 15:58:07 +08:00
Dan Poltawski
e363a0fb6a
Merge branch 'MDL-45256-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-04-30 15:48:58 +08:00
Frederic Massart
d3f1d516e0
MDL-45256 portfolio: Adding missing global in testcase
2014-04-30 15:31:22 +08:00
Dan Poltawski
8f8f583406
Merge branch 'MDL-45256-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-04-30 14:58:49 +08:00
Frederic Massart
17753f88b1
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:14 +08:00
Simey Lameze
3c0307d623
MDL-42956 auth: Fix hard-coded LIMIT clause on keepalive_client method.
2014-04-30 10:51:52 +08:00
Marina Glancy
067a1bcb4d
Merge branch 'MDL-45315-26' of git://github.com/danpoltawski/moodle into MOODLE_26_STABLE
2014-04-30 09:54:39 +08:00
Marina Glancy
049c8ed4d1
Merge branch 'MDL-27459-m26' of git://github.com/sammarshallou/moodle into MOODLE_26_STABLE
2014-04-30 09:54:27 +08:00
Krister
5e3da2f722
MDL-42635 lesson: change from error to user friendly message
2014-04-30 09:52:26 +08:00
Eloy Lafuente (stronk7)
a76fb41a02
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:32:13 +02:00
Eloy Lafuente (stronk7)
3bd12f7156
weekly release 2.6.2+
2014-04-29 15:13:57 +02:00
Eloy Lafuente (stronk7)
72ed847d63
NOBUG: Fixed file access permissions
2014-04-29 15:13:56 +02:00
Tim Hunt
fddcf077ab
MDL-45273 quiz: Fix codechecker issues.
2014-04-29 11:57:32 +01:00
Tim Hunt
6f9a441023
MDL-45273 only create the quiz settings if necessary.
2014-04-29 11:57:31 +01:00
Tim Hunt
22f09398cd
MDL-45273 remove the need for quiz settings.php to include locallib.php.
2014-04-29 11:57:29 +01:00
Tim Hunt
f57d7f3f95
MDL-45273 quiz: move admin settings into classes folder.
2014-04-29 11:57:27 +01:00
Frederic Massart
687e149038
MDL-45256 portfolio: Unit tests for rewrite pluginfile urls
2014-04-29 17:44:10 +08:00
Frederic Massart
b647aa51b1
MDL-45256 portfolio: Do not require strict XML when parsing content
2014-04-29 17:44:10 +08:00
Marina Glancy
cb5260014a
Revert "Merge branch 'MDL-45229-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE"
...
This reverts commit d6eb354664 , reversing
changes made to 93b2d3baca .
2014-04-29 17:29:01 +08:00
Dan Poltawski
5244995a26
MDL-45315 block_news_items: Add missing depedency
2014-04-29 14:29:18 +08:00
Marina Glancy
a632d590f3
Merge branch 'MDL-45289-26' of git://github.com/danpoltawski/moodle into MOODLE_26_STABLE
2014-04-29 12:50:05 +08:00
Damyon Wiese
c814c5f947
Merge branch 'MDL-44916-26' of git://github.com/phalacee/moodle into MOODLE_26_STABLE
2014-04-29 10:22:01 +08:00
Dan Poltawski
1f5f345d65
MDL-45289 block_course_summary: Add behat tests
2014-04-29 10:06:50 +08:00
Sam Hemelryk
ff6a130dcd
Merge branch 'MDL-45312_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-04-29 10:24:23 +12:00
Sam Hemelryk
d1b900ea92
Merge branch 'MDL-45221-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-04-29 09:10:12 +12:00
Tim Hunt
1be0a4c812
MDL-45312 qtype_missingtype or qbehaviour_missing cannot be uninstalled.
...
They are required by the system.
2014-04-28 21:46:13 +01:00
Sam Hemelryk
d6eb354664
Merge branch 'MDL-45229-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-04-29 08:40:20 +12:00
Marina Glancy
93b2d3baca
Merge branch 'w18_MDL-45287_m26_dbreset' of git://github.com/skodak/moodle into MOODLE_26_STABLE
2014-04-28 20:18:19 +08:00
Marina Glancy
795fb4aea4
Merge branch 'MDL-45266-26' of git://github.com/danpoltawski/moodle into MOODLE_26_STABLE
2014-04-28 18:02:36 +08:00
Marina Glancy
7b6bdc91e9
Merge branch 'MDL-45156_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-04-28 18:02:25 +08:00
Petr Skoda
2e123e7120
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:13:29 +08:00
Damyon Wiese
f91bf9a768
Merge branch 'MDL-45079_26' of https://github.com/totara/openbadges into MOODLE_26_STABLE
2014-04-28 17:08:12 +08:00
Jetha Chan
1a039ee822
MDL-45292 filepicker: fixed border style
...
Fixed base style issues on RTL.
2014-04-28 15:55:27 +08:00
Marina Glancy
14df84f65e
Merge branch 'MDL-45288_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-04-28 13:49:02 +08:00
David Monllao
d15809bb81
MDL-45156 behat: Changing html_writer::empty_tag for start_tag
...
Credits to Daniele Cordella.
2014-04-28 12:30:35 +07:00
Marina Glancy
7ca387b3cf
Merge branch 'MDL-44614_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-04-28 13:04:08 +08:00
Andrew Nicols
29fe6d8155
MDL-45221 admin: configexecutable admin settings should only accept files
2014-04-28 12:21:42 +08:00
Frederic Massart
0d84ac90bf
MDL-45229 event: Validate sectionnum in course_section_updated
2014-04-28 11:40:54 +08:00
Jason Fowler
418cbf32ed
MDL-44916 Question: Fixing alignment in bootstrap themes
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-04-28 11:38:39 +08:00
David Monllao
70cbedd4cf
MDL-45288 behat: Restricting click to .logininfo
2014-04-28 10:27:45 +07:00
Marina Glancy
4f214c3b64
Merge branch 'MDL-44004-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-04-28 11:17:06 +08:00
Damyon Wiese
b7a172cc23
Merge branch 'MDL-45268-26' of git://github.com/danpoltawski/moodle into MOODLE_26_STABLE
2014-04-28 10:52:46 +08:00
Marina Glancy
1f2e95e7eb
Merge branch 'm26_MDL-45210' of git://github.com/totara/moodle into MOODLE_26_STABLE
2014-04-28 10:46:50 +08:00
Dan Poltawski
1a1cb928dd
MDL-45266 behat: tests for login block
2014-04-28 10:45:39 +08:00
Sam Hemelryk
5701d152e5
Merge branch 'MDL-45164_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-04-28 14:09:29 +12:00
Sam Hemelryk
3638582c2f
Merge branch 'MDL-45284_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-04-28 14:09:21 +12:00
Sam Hemelryk
2f9955d4cc
Merge branch 'wip-MDL-45280-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-04-28 12:22:51 +12:00
Eloy Lafuente (stronk7)
9d3933d4ad
MDL-45286 timezones: updated to 2014b
2014-04-28 01:01:56 +02:00
Yuliya Bozhko
40b34dc0e3
MDL-45079 badges: Remove user email address from badge page
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
2014-04-28 10:05:58 +12:00
David Monllao
408c5347e7
MDL-44614 behat: Automate MDLQA-61
...
In an Offline activity assignment, a teacher can
grade and give comments on an assignment completed
offline.
2014-04-27 13:06:09 +07:00
David Monllao
80f0d099ee
MDL-45164 behat: Automate MDLQA-1464
...
A student can add submission comments to an
online text type assignment.
2014-04-27 12:28:18 +07:00
David Monllao
fa5d2874b9
MDL-45165 behat: Automating MDLQA-20
...
Database activity entries can be viewed in a list
or singly or they can be searched or browsed.
2014-04-27 12:27:13 +07:00
David Monllao
689451731c
MDL-45165 behat: Adding text selector
...
Same behaviour than I should see step,
it looks for the text in the node + descendants,
but, to get the lower level match discards the
nodes with children that also contains the
same text.
2014-04-27 12:27:13 +07:00
David Monllao
6dac47a69c
MDL-45166 behat: MDLQA-18 converted to a behat scenario
...
In a database activity, students can add
entries to a database.
2014-04-27 12:26:22 +07:00
David Monllao
7eaa6e208b
MDL-45166 behat: Steps to speed up mod_data features creation
...
A step to add a field to a database and
another one to add a database entry.
2014-04-27 12:26:22 +07:00
David Monllao
32aea6a84f
MDL-45284 behat: Replace wrongly triggered not found exception
2014-04-27 11:57:03 +07:00
Marina Glancy
cf5b0a4be5
MDL-45280 wrtie default value for admin_setting_configstoredfile
...
this fixes regression from MDL-45134
2014-04-26 10:38:37 +08:00
Dan Poltawski
e374bfd61a
MDL-45268 behat: tests for participants block
2014-04-25 16:21:27 +08:00
Dan Poltawski
eabcd76d4d
weekly release 2.6.2+
2014-04-24 17:56:49 +08:00
Dan Poltawski
e679eb6c27
Merge branch 'install_26_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_26_STABLE
2014-04-24 17:56:45 +08:00
Ankit Agarwal
a5657deada
MDL-44398 tags: Fix incorrect usage of caps
2014-04-24 16:39:31 +08:00
Frederic Massart
2133c33314
MDL-44004 grading_rubric: Ensure that score is set before using it
2014-04-24 16:22:09 +08:00
Dan Poltawski
53318d684a
Merge branch '45046-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-04-24 10:00:59 +08:00
Steve Clay
06a76addad
MDL-45096 block_navigation: Check for existence of the siteadminbranch before modifying it
...
Prevents JS errors in some themes when admin block is hidden
2014-04-24 12:15:56 +12:00
Sam Hemelryk
291bb582ad
Merge branch 'MDL-45124-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-04-24 11:03:22 +12:00
Sam Hemelryk
7b292552dd
Merge branch 'MDL-45186-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-04-24 11:01:41 +12:00
Daniel Neis Araujo
a661cc9113
MDL-45245 html_writer::select_time does not respect 5th parameter "attributes"
2014-04-23 14:56:40 -03:00
Dan Poltawski
5d933a6abe
Merge branch 'MDL-45172_block_26' of https://github.com/andyjdavis/moodle into MOODLE_26_STABLE
2014-04-23 16:40:26 +08:00
Dan Poltawski
4a85e96b97
Merge branch 'MDL-45075-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-04-23 16:18:14 +08:00
Andrew Nicols
07e57c28ea
MDL-45075 mod_forum: Add unit tests for forum subscription on forum creation
2014-04-23 16:08:11 +08:00
Simon Coggins
3ccba78a57
MDL-45210: Fix broken link when plagiarism plugins are disabled
2014-04-23 19:45:16 +12:00
Marina Glancy
5db4854d64
Merge branch 'MDL-45134-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-04-23 14:46:16 +08:00
Dan Poltawski
e3986158bf
Merge branch 'wip-MDL-45148-26' of https://github.com/mackensen/moodle into MOODLE_26_STABLE
2014-04-23 14:22:21 +08:00
Marina Glancy
b3799a8678
Merge branch 'MDL-44991-m26' of git://github.com/sammarshallou/moodle into MOODLE_26_STABLE
2014-04-23 13:25:38 +08:00
Marina Glancy
b212e89231
Merge branch 'MDL-44855-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-04-23 13:13:56 +08:00
Frederic Massart
ffc6df1ba2
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:50 +08:00
Andrew Davis
b7055f89d4
MDL-45172 block_completionstatus: added a check for an empty string before appending
2014-04-23 11:42:05 +08:00
AMOS bot
cf12210cbe
Automatically generated installer lang files
2014-04-23 00:38:07 +00:00
AMOS bot
9ae6b73caf
Merge branch 'MOODLE_26_STABLE' into install_26_STABLE
2014-04-23 00:38:06 +00:00
AMOS bot
20b0dd3910
Automatically generated installer lang files
2014-04-22 11:15:12 +00:00
Eloy Lafuente (stronk7)
0afcad7c36
weekly release 2.6.2+
2014-04-22 12:26:47 +02:00
Andrew Nicols
89b63282b4
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:08 +08:00
Andrew Nicols
6930901d9e
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:39 +08:00
Andrew Nicols
c07b42d7d8
MDL-40716 report_completion: Set RTL
2014-04-22 15:22:09 +08:00
Dan Poltawski
0574e41f62
Merge branch 'wip-MDL-45154-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-04-22 12:36:02 +08:00
Frederic Massart
7e570b2248
MDL-45186 mod_quiz: Some RTL improvements on quiz edit page
2014-04-22 12:34:39 +08:00
Marina Glancy
79040c7534
Merge branch 'MDL-43673_26' of git://github.com/stronk7/moodle into MOODLE_26_STABLE
2014-04-22 12:28:54 +08:00
Marina Glancy
bad25f1c4d
MDL-45154 user profiles: category name duplication error
2014-04-22 10:45:41 +08:00
Sam Hemelryk
b6ac19d4d9
Merge branch 'wip-MDL-45045_M26' of git://github.com/gjb2048/moodle into MOODLE_26_STABLE
...
Conflicts:
lib/yui/build/moodle-core-blocks/moodle-core-blocks-min.js
2014-04-22 10:47:27 +12:00
Sam Hemelryk
6049011264
Merge branch 'MDL-43145-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-04-22 10:39:26 +12:00
Sam Hemelryk
96ce0b22d6
Merge branch 'mdl45012-moodle26' of https://github.com/tlock/moodle into MOODLE_26_STABLE
2014-04-22 10:10:11 +12:00
Sam Hemelryk
ff7061d521
Merge branch 'wip-MDL-45037-26' of git://github.com/abgreeve/moodle into MOODLE_26_STABLE
2014-04-22 09:59:09 +12:00
Sam Hemelryk
8a51e2d563
Merge branch 'MDL-44270_26' of git://github.com/jonof/moodle into MOODLE_26_STABLE
2014-04-22 09:18:28 +12:00
Matt Petro
8f1498e562
MDL-45118 shibboleth: set context on index page
2014-04-22 09:17:05 +12:00
Sam Hemelryk
abe2fe6180
Merge branch 'MDL-42761-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-04-22 08:57:33 +12:00
Dan Poltawski
1e19ea00d8
Merge branch 'w16_MDL-45049_m26_debugging' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-04-21 14:41:46 +08:00
Dan Poltawski
e0b9784138
Merge branch 'MDL-44468_26_STABLE' of git://github.com/ds125v/moodle into MOODLE_26_STABLE
2014-04-18 15:27:41 +08:00
Nadav Kavalerchik
58a309c392
MDL-40716 - Activity labels are not visible in course completion report, when in RTL mode (theme/clean , bootstrap)
2014-04-18 15:16:12 +08:00
Dan Poltawski
fc67885300
Merge branch 'MDL-45010-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-04-18 14:55:33 +08:00
Sam Hemelryk
cb8e625f94
MDL-45147 my: automate testing of block restriction
2014-04-18 14:17:49 +08:00
Rajeev S
99849ce131
MDL-43789: coursename disallows spaces in user bulk actions filter
...
Spaces and other non alphanumeric characters are disallowed in
coursename filter for user bulk actions.This prevents filtering
based upon courserole if the coursename contains spaces or other non
alphanumeric characters.
2014-04-18 11:06:47 +08:00
Dan Poltawski
f21e920beb
Merge branch 'wip-MDL-43626-26' of git://github.com/abgreeve/moodle into MOODLE_26_STABLE
2014-04-18 10:52:48 +08:00
Dan Poltawski
8019375e12
Merge branch 'wip-MDL-45036-26' of git://github.com/abgreeve/moodle into MOODLE_26_STABLE
2014-04-18 10:50:07 +08:00
Dan Poltawski
3c9bd29d89
Merge branch 'MDL-45071_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2014-04-18 10:47:06 +08:00
Dan Poltawski
cafeac819f
Merge branch 'MDL-44981-26' of git://github.com/jamiepratt/moodle into MOODLE_26_STABLE
2014-04-18 10:32:18 +08:00
Dan Poltawski
6e674be060
Merge branch 'MDL-41975-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-04-18 10:05:27 +08:00
Dan Poltawski
84cff47814
Merge branch 'wip-MDL-45154-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-04-18 09:57:22 +08:00
Eloy Lafuente (stronk7)
bbbd0556e5
weekly release 2.6.2+
2014-04-17 15:49:27 +02:00
Charles Fulton
184af2f471
MDL-45148 unit testing: pass role id instead of user id
2014-04-17 04:46:53 -07:00
Dan Poltawski
b2f7a0b31f
Merge branch 'MDL-44619_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-04-17 17:01:43 +08:00
Marina Glancy
86702277af
MDL-45154 user profiles: avoid redirection warnings
2014-04-17 14:53:44 +08:00
Frederic Massart
0c30255b32
MDL-42761 badges: Remove H2s from help popup
2014-04-17 12:46:42 +08:00
Andrew Nicols
422737c54e
MDL-45119 editpdf: Do not load quick comments in read-only mode
2014-04-17 11:48:58 +08:00
Andrew Nicols
9bab08a4e6
MDL-45119 ajax: Correct use of COUNT in exception dialogue
2014-04-17 11:48:58 +08:00
Andrew Nicols
ab38ff96e5
MDL-45119 ajax: AJAX exceptions need a String in the Link
2014-04-17 11:48:57 +08:00
Sam Hemelryk
1a5748b258
Merge branch 'MDL-44616_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-04-17 08:52:10 +12:00
Sam Hemelryk
d947f5d08f
Merge branch 'wip-MDL-45116-MOODLE_26_STABLE' of https://github.com/kwiliarty/moodle into MOODLE_26_STABLE
2014-04-17 08:39:39 +12:00
Eloy Lafuente (stronk7)
1e1acdfa77
Merge branch 'MDL-45132-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-04-16 19:09:58 +02:00
sam marshall
9deb25b785
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:06:00 +01:00
Kevin Wiliarty
395d730013
MDL-45116: Workshop submission title displays behind author picture
2014-04-16 09:07:12 -04:00
Frederic Massart
40cf8f62b9
MDL-45132 curl: Unit Tests for file uploads
2014-04-16 17:35:45 +08:00
Marina Glancy
65b84ebe7d
Merge branch 'MDL-44951-26' of git://github.com/jethac/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-04-16 14:45:00 +08:00
Dan Poltawski
8ce6a7dfd3
Merge branch 'wip-mdl-44977-m26' of https://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2014-04-16 14:35:01 +08:00
Frederic Massart
8fe97a4be4
MDL-41975 repository_alfresco: Updating details about Alfresco URL and timestamps
2014-04-16 13:57:09 +08:00
Michael Woods
0ca5c122aa
MDL-41975 repository_alfresco: Ensure Moodle sends GMT time to Alfresco
2014-04-16 13:57:09 +08:00
Dan Poltawski
63a9c2522c
Merge branch 'wip-mdl-44979-m26' of https://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2014-04-16 13:56:39 +08:00
Marina Glancy
29088f4bf5
Merge branch 'MDL-45081-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-04-16 11:52:16 +08:00
Dan Poltawski
9b7456b82e
Merge branch 'MDL-44295_v26' of https://github.com/scyrma/moodle into MOODLE_26_STABLE
2014-04-16 11:39:50 +08:00
Damyon Wiese
edaf96a19a
Merge branch 'MDL-43277-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-04-16 11:13:12 +08:00
Dan Poltawski
f588d0efad
Merge branch 'MDL-44941-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-04-16 10:30:45 +08:00
Dan Poltawski
1c5bdb54b7
Merge branch 'MDL-45076-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-04-16 09:10:32 +08:00
Sam Hemelryk
5c3c27ac6a
Merge branch 'w16_MDL-45100_m26_coursecontext' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-04-16 11:43:59 +12:00
Eloy Lafuente (stronk7)
1f405407fc
weekly release 2.6.2+
2014-04-15 16:33:02 +02:00
Frederic Massart
74b89ac031
MDL-44941 core: Removing irrelevant assertion causing failures
...
The timemodified property is not called when the user logs in, and
so we should not be checking if its value matches the current time.
2014-04-15 17:28:00 +08:00
David Monllao
be6583cfef
MDL-44616 behat: Adding steps to test MDLQA-1709 and MDLQA-62
...
- In an assignment with file submissions enabled,
students can upload a set number of files.
- In assignments with file uploading enabled
the Student can use File Picker to upload files.
2014-04-15 16:03:54 +07:00
Petr Škoda
d6a3f86b2e
MDL-45100 fix course_context classname PHPDdos typo in context API
2014-04-15 15:47:01 +08:00
Damyon Wiese
060c55b39a
Merge branch 'w16_MDL-45098_m26_mariaenv' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-04-15 15:03:38 +08:00
Marina Glancy
28ff871c4a
Merge branch 'MDL-45035-26' of git://github.com/ankitagarwal/moodle into MOODLE_26_STABLE
2014-04-15 14:34:48 +08:00
Tony Levi
08ab12bd48
MDL-44908: Fix upgrade_grade_item_fix_sortorder performance
2014-04-15 14:27:54 +08:00
Nadav Kavalerchik
e3d3ed5afd
MDL-40674 - Main menu's "sub menu" should open to the left in RTL mode (theme/clean , bootstrapbase)
2014-04-15 17:07:48 +12:00
Frederic Massart
5054d25aa2
MDL-45076 theme_bootstrapbase: Clean up participants controls LESS
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-04-15 12:21:00 +08:00
Frederic Massart
ea96ccb2e4
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:58 +08:00
Jonathon Fowler
911d3e9f0b
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:20:01 +10:00
Dan Poltawski
8240dc0f01
Merge branch 'MDL-45003-26' of git://github.com/jamiepratt/moodle into MOODLE_26_STABLE
2014-04-15 10:33:16 +08:00
Dan Poltawski
812bee0f4f
Merge branch '44354-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-04-15 10:27:09 +08:00
Andrew Nicols
570affa81b
MDL-43277 block_navigation: Trim from the left for long names
2014-04-15 10:25:48 +08:00
Petr Škoda
52e403c1a3
MDL-45098 backport support for MariaDB 10.x
...
This will allow admins to verify 2.7 compatibility from existing 2.6 sites.
2014-04-15 09:44:30 +08:00
Nadav Kavalerchik
50333ecb3b
MDL-41891 Theme: Bullets and Numbering are missing from lists, When in RTL mode (theme/clean)
2014-04-15 11:27:58 +12:00
Frederic Massart
f984420e48
MDL-45081 curl: Prefer usage of CURLFile over @file arguments
2014-04-14 17:43:25 +08:00
Dan Poltawski
8939d65608
Merge branch 'wip-MDL-43719-26' of git://github.com/abgreeve/moodle into MOODLE_26_STABLE
2014-04-14 15:23:18 +08:00
Petr Škoda
c4f6292cc8
MDL-45049 improve debugging output in error log for NO_DEBUG_DISPLAY scripts
2014-04-14 13:17:53 +08:00
Damyon Wiese
da4533bcd4
Merge branch 'MDL-44936-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-04-14 11:47:45 +08:00
Adrian Greeve
7a1d3e4db8
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:48:42 +08:00
Dan Poltawski
951ba5e8a6
Merge branch 'MDL-45048-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-04-14 10:02:01 +08:00
Mark Nelson
55a579c960
MDL-45071 mod_quiz: retrieve all the name fields when deleting a user override
2014-04-13 18:42:24 -07:00
Tim Lock
6769f7302b
MDL-45012: Enable support for wma files within tinymce Moodle Media plugin
2014-04-14 08:32:11 +09:30
Andrew Nicols
b3cf6fa12a
MDL-43145 dock: Enable regions before the drag operation starts
2014-04-13 18:27:09 +08:00
Sam Hemelryk
edb5a21285
MDL-43145 dock: fixed up region_completely_docked code to ignore empty regions
2014-04-13 18:27:00 +08:00
Gareth J Barnard
1f8f7aea0a
MDL-45045 block theme: Fake blocks show empty region when editing and clicked.
...
Conflicts:
lib/yui/build/moodle-core-blocks/moodle-core-blocks-min.js
2014-04-11 13:17:05 +01:00
sam marshall
10d98c1b73
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:26:46 +01:00
Eloy Lafuente (stronk7)
629e98b575
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:33 +02:00
Jetha Chan
2f06c0bb34
MDL-44951 theme_bootstrapbase: forum post css tweaks
...
Adjusted forum post CSS for cleaner appearance.
2014-04-11 16:18:43 +08:00
Frederic Massart
3acaa40e0d
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:36 +08:00
James Pratt
9cf2bc9d3f
MDL-45003 qtype numeric : classify invalid response as no response.
2014-04-11 14:14:14 +07:00
James Pratt
6569d675f1
MDL-44981 quiz statistics report : Differentiating '0' and no response
...
in numeric questions.
2014-04-11 13:36:15 +07:00
Adrian Greeve
76204f6898
MDL-45036 blocks: Update to the mentee block sql to incorporate additional name fields.
2014-04-11 14:02:10 +08:00
Adrian Greeve
f2ae72dcf0
MDL-43719 tags: Fix the sql statement in the tag management page.
...
MSSQL and Oracle require that all fields in teh select also be present
in the group by section.
2014-04-11 13:55:31 +08:00
Ankit Agarwal
6aa4c5186a
MDL-45035 events: Fix @package and @since tags in Moodle 2.6 events
2014-04-11 13:38:12 +08:00
Adrian Greeve
8bfd7dbe2c
MDL-43626 survey: Addition of additional names to survey.
2014-04-11 13:35:37 +08:00
Frederic Massart
0ae185c9d3
MDL-44936 csslib: Chunking supports @media queries and commas in rules
2014-04-11 12:04:53 +08:00
Dan Poltawski
c16911b50f
weekly release 2.6.2+
2014-04-11 11:40:10 +08:00
Dan Poltawski
a219c38b13
Merge branch 'install_26_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_26_STABLE
2014-04-11 11:40:06 +08:00
AMOS bot
56b837c82b
Automatically generated installer lang files
2014-04-10 22:38:41 +00:00
Sam Hemelryk
6c334f7875
MDL-45046 output: reviewed standard/base layouts and converted where a better option was available
2014-04-11 09:30:55 +12:00
Damyon Wiese
fd06eb6d79
MDL-44170 LTI - fix unit tests.
2014-04-10 14:15:50 +08:00
Adrian Fish
83543ffcb9
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:41:46 +08:00
Sam Hemelryk
bdaa857d78
MDL-44354 page: fixed ignored property when fetching a renderer
2014-04-10 15:15:38 +12:00
Rajesh Taneja
1706f96ce7
MDL-44979 behat: no need to purge all cache again
2014-04-10 11:02:12 +08:00
David Monllao
f791924e98
MDL-44619 behat: Converting MDLQA-8
...
In a standard forum, students can start discussions
add replies and attach files to their posts.
2014-04-09 20:09:11 +07:00
David Monllao
0786df6ebe
MDL-44619 behat: filemanager field manager
...
Enough to allow attachments use in multi-field steps.
2014-04-09 19:37:12 +07:00
David Monllao
c3499ca3f2
MDL-44619 behat: Helper to init contexts outside behat
2014-04-09 19:37:12 +07:00
Marina Glancy
52194ac12d
MDL-40843 chat: fixed bug in SQL query in recent activity block
2014-04-09 15:45:04 +08:00
Mark Nelson
1b1350947e
MDL-42462 mod_feedback: added $OUTPUT to list of global variables used to avoid error
2014-04-09 15:37:52 +08:00
Damyon Wiese
077c9b0dcb
MDL-42195 Bootstrap: Make selector for responsive images 100% the same as bootstrap3.
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-04-09 15:16:48 +08:00
Frederic Massart
76dcccc1e3
MDL-45010 mod_chat: Use H3 instead of H2 in recent activity info
2014-04-09 15:11:18 +08:00
Damyon Wiese
8c3065911b
Merge branch 'mdl44669-moodle26' of https://github.com/tlock/moodle into MOODLE_26_STABLE
2014-04-09 13:11:45 +08:00
Dan Poltawski
b54edd00e2
Merge branch 'MDL-29572_moodle26' of https://github.com/jrchamp/moodle into MOODLE_26_STABLE
2014-04-09 11:41:26 +08:00
Ashley Holman
9a1e5b9911
MDL-39740 grade: Fix grade_item::add_idnumber strict type checking
2014-04-09 11:13:05 +08:00
David Scotson
40a88c19a0
MDL-44468 backup: use html_writer::div call
...
Simplify the renderer code with the new html_writer
div function.
2014-04-08 12:10:35 +01:00
David Scotson
68de16b334
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-08 12:10:25 +01:00
Damyon Wiese
a1bb397cf4
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:09:05 +08:00
Michael Milette
e69ef947b4
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:14 +08:00
Damyon Wiese
ed14b4c8e2
Merge branch 'MDL-41895-m26' of https://github.com/micaherne/moodle into MOODLE_26_STABLE
2014-04-08 13:17:09 +08:00
Marina Glancy
6520c5362b
Merge branch 'MDL-44891-m26' of git://github.com/sammarshallou/moodle into MOODLE_26_STABLE
2014-04-08 11:15:39 +08:00
Dan Poltawski
8cb19a633b
Merge branch '42317-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-04-08 09:22:21 +08:00
Marina Glancy
1ec21eb0cd
Merge branch 'MDL-42195-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2014-04-08 08:54:27 +08:00
Marina Glancy
87618534eb
Merge branch 'm26_MDL-44938' of git://github.com/danmarsden/moodle into MOODLE_26_STABLE
2014-04-08 08:54:14 +08:00
Sam Hemelryk
7e9b7392ca
Merge branch 'MDL-38183_M26' of git://github.com/lazydaisy/moodle into MOODLE_26_STABLE
2014-04-08 11:31:01 +12:00
AMOS bot
6726fa2c1b
Automatically generated installer lang files
2014-04-07 22:39:50 +00:00
Damyon Wiese
b2b6b83028
Merge branch 'wip-MDL-40843-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-04-07 16:27:37 +08:00
Marina Glancy
fce220eb97
Merge branch 'wip-mdl-44873-m26' of git://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2014-04-07 16:16:47 +08:00
Damyon Wiese
55a65aed19
Merge branch 'wip-MDL-43021-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-04-07 15:21:34 +08:00
Rajesh Taneja
c6aeca6c8f
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-07 14:57:56 +08:00
Dan Poltawski
80787633cc
Merge branch 'wip-MDL-33486-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-04-07 13:10:41 +08:00
Sam Hemelryk
2a20285c35
Merge branch 'm26_MDL-44738' of https://github.com/danmarsden/moodle into MOODLE_26_STABLE
2014-04-07 16:02:56 +12:00
Sam Hemelryk
333d189d9f
Merge branch 'w15_MDL-44882_m26_upgrademaint' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-04-07 15:43:15 +12:00
Petr Škoda
09df45e044
MDL-44882 always set maintenance mode on non-cached admin pages
...
This should resolve all issues with themes during upgrades.
2014-04-06 20:38:26 +08:00
Sam Hemelryk
62e299a73a
MDL-42317 theme_bootstrapbase: more responsive styling for forms with blocks pre && post
2014-04-06 15:25:17 +12:00
Sam Hemelryk
2112362c40
MDL-41551 theme_base: improved custom block region handling for base
2014-04-06 15:17:42 +12:00
Sam Hemelryk
bd82f5806a
MDL-41551 blocks: added tracking and recognition of custom block regions
2014-04-06 15:17:42 +12:00
Sam Hemelryk
a65cbb009c
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.
Conflicts:
lib/outputlib.php
2014-04-06 15:17:42 +12:00
Mary Evans
82cce3b097
MDL-38183 themes: Removed redundant css rules for #adminsettings .form-overridden from standard and formal_white.
2014-04-05 17:11:07 +01:00
sam marshall
90761f1a8c
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:29:32 +01:00
Marina Glancy
28e8c6e95c
MDL-40843 workshop: sort entries in recent activity block by time
2014-04-04 17:05:20 +08:00
Marina Glancy
2a91ea91b9
MDL-40843 workshop: show user names in recent activity
2014-04-04 17:05:20 +08:00
Marina Glancy
b0bbb673e0
MDL-40843 recent_activity: corrections to grouping and user fields
2014-04-04 17:05:20 +08:00
Marina Glancy
d66bbb7f6f
MDL-40872 Restore functionality of showrecentsubmissions setting
2014-04-04 17:05:00 +08:00
Rajesh Taneja
b25d44c200
MDL-44873 behat: Added suppport for clean error class.
2014-04-04 17:00:44 +08:00
Rajesh Taneja
cfaaab6656
MDL-44873 theme_bootstrapbase: Added support for notifytiny class
2014-04-04 17:00:39 +08:00
Dan Marsden
626d97248d
MDL-44738 SCORM: don't show heading when in popup mode.
2014-04-04 11:42:47 +13:00
Dan Marsden
0b26fbc7be
MDL-44938 SCORM: missing constant definition during upgrade.
2014-04-04 09:39:57 +13:00
Mathieu Petit-Clair
61ebf8e5af
MDL-44295 auth: Update truncate_userinfo to match current DB fields size.
2014-04-03 10:19:36 -04:00
AMOS bot
42a7a084d3
Automatically generated installer lang files
2014-04-03 09:28:13 +00:00
Marina Glancy
89117976b8
weekly release 2.6.2+
2014-04-03 12:39:51 +08:00
Marina Glancy
6815afcc89
MDL-43021 course: corrections to the shortname and idnumber uniqueness validation
2014-04-03 11:07:56 +08:00
Damyon Wiese
ff34886e8f
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:23:27 +08:00
Damyon Wiese
82fbf80171
Merge branch 'm26_MDL-44753' of https://github.com/danmarsden/moodle into MOODLE_26_STABLE
2014-04-02 16:35:27 +08:00
Dan Marsden
eee676dcd8
MDL-44753 SCORM: make correct selection of first sco - also fixes MDL-44896
2014-04-02 20:51:48 +13:00
Marina Glancy
e0f47ce98c
Merge branch 'MDL-41063_26' of git://github.com/jmvedrine/moodle into MOODLE_26_STABLE
2014-04-02 09:46:50 +08:00
Eloy Lafuente (stronk7)
13689e7d20
Merge branch 'MDL-31262_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-04-02 03:23:42 +02:00
Marina Glancy
7b5cd3154d
Merge branch 'm26_MDL-44753' of git://github.com/danmarsden/moodle into MOODLE_26_STABLE
2014-04-02 09:16:26 +08:00
Marina Glancy
acc0d89f5b
MDL-34012 chat: removing repetetive db query (performance)
2014-04-02 02:58:02 +02:00
Eloy Lafuente (stronk7)
ee21ac5333
Merge branch 'wip-MDL-43398-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-04-02 02:50:34 +02:00
Eloy Lafuente (stronk7)
001247f3c9
Merge branch 'w14_MDL-44843_m26_localedash' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-04-02 02:23:46 +02:00
Eloy Lafuente (stronk7)
c6008a30cd
Merge branch 'wip-MDL-41102-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-04-02 02:20:44 +02:00
Sam Hemelryk
d7680b1f23
Merge branch 'w14_MDL-44824_m26_subplugins' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-04-02 13:04:52 +13:00
Dan Marsden
8fb32f86dd
MDL-44753 SCORM: add check during SCORM restore to make sure valid launch sco is set
2014-04-02 10:03:40 +13:00
Sam Hemelryk
15f780a797
Merge branch 'MDL-43284-26' of git://github.com/phalacee/moodle into MOODLE_26_STABLE
2014-04-02 09:27:07 +13:00
Eloy Lafuente (stronk7)
8414fb7073
Merge branch 'wip-MDL-35305-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-04-01 21:50:23 +02:00
Michael Aherne
195a68a508
MDL-41895 conditions Show details of grouping restriction
2014-04-01 13:39:18 +01:00
Marina Glancy
4c0e7741c3
Merge branch '26STABLE-wip-MDL44021' of git://github.com/jennymgray/moodle into MOODLE_26_STABLE
2014-04-01 17:40:57 +08:00
Jenny Gray
c1fa0dce9e
MDL-44021 mod_glossary - fixed search multiple keywords sql duplicate parameter error
2014-04-01 09:40:58 +01:00
Marina Glancy
0cbcd72e8f
Merge branch 'W14_MDL-44862_m26_pgsocket' of git://github.com/skodak/moodle into MOODLE_26_STABLE
2014-04-01 15:33:54 +08:00
Marina Glancy
d19792d5de
Merge branch 'MDL-44746_m26' of git://github.com/markn86/moodle into MOODLE_26_STABLE
2014-04-01 13:52:52 +08:00
Marina Glancy
3b7b097f2a
Merge branch 'MDL-44701_26' of git://github.com/aolley/moodle into MOODLE_26_STABLE
2014-04-01 11:06:48 +08:00
Marina Glancy
1a0bc77645
Merge branch 'MDL-44670-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-04-01 11:05:45 +08:00
Marina Glancy
37de060263
Merge branch 'MDL-44590-26' of git://github.com/danpoltawski/moodle into MOODLE_26_STABLE
2014-04-01 11:05:09 +08:00
Marina Glancy
b3aed4e5aa
Merge branch 'MDL-44837-m26' of git://github.com/sammarshallou/moodle into MOODLE_26_STABLE
2014-04-01 10:40:07 +08:00
Marina Glancy
ea3d172274
Merge branch 'wip_MDL-44854_M26' of git://github.com/gjb2048/moodle into MOODLE_26_STABLE
2014-04-01 10:37:56 +08:00
Marina Glancy
cc247afe18
Merge branch 'wip-MDL-44850_M26' of git://github.com/gjb2048/moodle into MOODLE_26_STABLE
2014-04-01 10:36:39 +08:00
sam marshall
d0434cb119
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:50:47 +01:00
Gareth J Barnard
16b4059ca3
MDL-44854 theme: 'svg' font type not served.
2014-03-31 11:07:47 +01:00
Gareth J Barnard
5b74abc38d
MDL-44850 theme: 'eot' font type not served.
2014-03-31 11:05:08 +01:00
Damyon Wiese
6d458076d5
MDL-44583 Assign: performance fixes
2014-03-31 12:53:41 +08:00
Marina Glancy
26a44fc7bb
Merge branch 'MDL-44822_26' of git://github.com/aolley/moodle into MOODLE_26_STABLE
2014-03-31 12:47:14 +08:00
Eloy Lafuente (stronk7)
106f3e9ce9
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:29:53 +08:00
Jean-Michel Vedrine
081468fdb1
MDL-41063 Lesson qformat_default class is missing an error function
2014-03-30 09:22:25 +02:00
Petr Škoda
d94e9570c7
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:08 +08:00
Mark Nelson
d27dadca87
MDL-44746 core_events: minor changes to the user_deleted event
2014-03-28 17:08:55 -07:00
Mark Nelson
12d0bf448f
MDL-44746 core_events: removed incorrect use of snapshot
2014-03-28 16:55:24 -07:00
Tim Hunt
bb42f6d46f
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:07 +00:00
Marina Glancy
e0529dfbad
MDL-41102 report_performance: correctly check state of automated backups
...
Thanks to Renaat Debleu for the patch
2014-03-28 16:41:24 +08:00
Marina Glancy
1e6e35e277
MDL-33486 wiki: allow searching individual wikis
2014-03-28 14:16:55 +08:00
Petr Škoda
fb3ed1a19a
MDL-44843 try to hack around strict locale names in OSX
2014-03-28 11:49:15 +08:00
Marina Glancy
2877a60763
MDL-35305 wiki: backup and restore files
...
Thanks to Tatsuya Shirai for the patch
2014-03-28 10:29:20 +08:00
Marina Glancy
18b388efe7
weekly release 2.6.2+
2014-03-27 16:52:20 +08:00
Marina Glancy
6f29595eba
Merge branch 'install_26_STABLE' of git://git.moodle.org/moodle-install into MOODLE_26_STABLE
2014-03-27 16:52:19 +08:00
Marina Glancy
d654a1e6d2
MDL-43398 wiki: remove extra Choose... option from select
2014-03-27 14:57:26 +08:00
Jerome Mouneyrac
ec7de91744
MDL-43398 Wiki: Choose... options cause SQL errors or seen inappropriate.
2014-03-27 14:57:08 +08:00
Adam Olley
e4f7b38325
MDL-44701 gradereport_grader: Display warning on navigation if unsaved grades are present
2014-03-27 14:59:07 +10:30
Petr Škoda
e21117fdc0
MDL-44824 add missing subplugin type names
2014-03-27 11:47:51 +08:00
Petr Škoda
60b1e67bae
MDL-44824 add missing subplugin type names
2014-03-27 11:47:42 +08:00
Jason Fowler
8340935745
MDL-43284 Theme: Clean theme errors with padding in Question Bank fixed
2014-03-27 10:39:53 +08:00
AMOS bot
428f3d8988
Automatically generated installer lang files
2014-03-27 00:48:27 +00:00
Adam Olley
bb57cb8e34
MDL-44822 assignfeedback_editpdf: Stop test generation in is_enabled()
...
This change also moves one of the checks in test_gs_path. If
generateimage is false, there's no need to stat for the fixture file.
2014-03-27 10:16:38 +10:30
Tim Lock
3e12cb397a
MDL-44575: Prevent cron from sending feedback notifications when assignments are hidden in the gradebook
2014-03-26 09:47:48 +10:30
Dan Poltawski
683c7ee245
Merge branch 'wip-MDL-44686-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-03-26 05:17:55 +08:00
Eloy Lafuente (stronk7)
1179ba8aaa
Merge branch 'wip-MDL-41285-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-03-25 21:53:53 +01:00
Marina Glancy
15ca2aede6
Merge branch 'mdl44573-moodle26' of git://github.com/tlock/moodle into MOODLE_26_STABLE
2014-03-25 16:21:20 +08:00
Marina Glancy
0f10b86557
Merge branch 'MDL-44665_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-03-25 14:29:23 +08:00
Frederic Massart
b3a0c630c8
MDL-44670 theme_clean: Updating screenshot
2014-03-25 12:36:56 +08:00
Sam Hemelryk
50fea8055f
Merge branch 'MDL-43960-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2014-03-25 12:30:47 +13:00
Jonathan Champ
338fd396b7
MDL-29572 Grade Import: Avoid creating invalid temporary rows; Provide feedback on error
2014-03-22 21:42:25 -04:00
Tim Hunt
91148a2bb5
MDL-44665 declare all quiz page types in the blocks UI.
2014-03-21 14:43:42 +00:00
Marina Glancy
c0a9f0139a
MDL-44686 behat: limit failure filename length to 255 chars
2014-03-21 15:50:31 +08:00
Marina Glancy
ceeac6bcc6
MDL-41285 block_recent_activity: behat test for structural changes
2014-03-21 15:47:20 +08:00
Damyon Wiese
941f4597b0
MDL-43985 Assign: Allow teachers to skip notifying students about grade update.
...
backport of MDL-33600
2014-03-21 14:45:12 +08:00
Marina Glancy
b8604eb33b
weekly release 2.6.2+
2014-03-20 16:00:14 +08:00
Jetha Chan
8c2ec9a11a
MDL-44582 installer: added check for php json extension
2014-03-19 16:17:54 +13:00
Marina Glancy
4a7ab01717
MDL-42025 behat: changed behat tag _only_local to _file_upload
2014-03-19 10:40:41 +08:00
Marina Glancy
140caa5b67
Merge branch 'MDL-43341_26' of git://github.com/nobelium/moodle into MOODLE_26_STABLE
2014-03-19 10:35:44 +08:00
Marina Glancy
d632f1b82a
MDL-44141 restore: added phpdocs 'since' for new method
2014-03-19 10:09:06 +08:00
Marina Glancy
c21f8f13e5
Merge branch 'MDL-44141-m26' of git://github.com/sammarshallou/moodle into MOODLE_26_STABLE
2014-03-19 09:50:11 +08:00
Nobelium
4c6bf7a9ff
MDL-43341 SCORM Report: spacer.gif must be managed with ->spacer
2014-03-18 19:41:41 +00:00
sam marshall
0f2929fab1
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:25:37 +00:00
Andreas Grabs
7ef24c3bde
MDL-44653 mod_feedback - Include additional name fields using user_picture::fields()
2014-03-18 18:25:09 +08:00
Marina Glancy
d64521fec2
Merge branch 'MDL-38636-26' of git://github.com/roelmann/moodle into MOODLE_26_STABLE
2014-03-18 17:40:09 +08:00
Jerome Mouneyrac
1df485f566
MDL-42025 assignfeedback_editpdf: add behat tests
2014-03-18 17:17:45 +08:00
Marina Glancy
2aacf70ebd
Merge branch 'w12_MDL-44191_m26_mysql56' of git://github.com/skodak/moodle into MOODLE_26_STABLE
2014-03-18 16:04:16 +08:00
Marina Glancy
99c8dbc2dd
Merge branch 'MDL-44246_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-03-18 15:33:20 +08:00
Marina Glancy
7e0af0cdd5
Merge branch 'MDL-44416_26' of git://github.com/appalachianstate/moodle into MOODLE_26_STABLE
2014-03-18 14:46:25 +08:00
Marina Glancy
cb470c3c70
Merge branch 'MDL-44148-26' of git://github.com/jethac/moodle into MOODLE_26_STABLE
2014-03-18 14:33:42 +08:00
Jetha Chan
3a1237997a
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:27:02 +08:00
Sam Hemelryk
03ba50f556
Merge branch 'wip-MDL-44542-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-03-18 17:05:05 +13:00
Marina Glancy
c1db0e40d6
MDL-44524 feedback: fix bug in sql under oracle
...
Thanks to Rob King"
2014-03-18 11:59:30 +08:00
Sam Hemelryk
7b78b30212
Merge branch 'MDL-44502-26' of https://github.com/bostelm/moodle into MOODLE_26_STABLE
2014-03-18 14:41:07 +13:00
Sam Hemelryk
8b0892d605
Merge branch 'MDL-44433-26' of git://github.com/danpoltawski/moodle into MOODLE_26_STABLE
2014-03-18 14:36:04 +13:00
Mary Evans
ecdec8f8c7
MDL-44381 theme_brick: Removed whitespace and reference to arialist theme in config.php.
2014-03-18 14:33:41 +13:00
Sam Hemelryk
a2db21c633
Merge branch 'mdl44499-moodle26' of https://github.com/tlock/moodle into MOODLE_26_STABLE
2014-03-18 14:27:08 +13:00
Tim Lock
85165b9473
MDL-44669: mod/assign: fix batchoperations JS when using select all checkboxes.
2014-03-18 11:10:23 +10:30
Petr Škoda
5809fcf52f
MDL-44527 import latest certificate bundle
2014-03-18 12:52:35 +13:00
Sam Hemelryk
80440a4a66
Merge branch 'w12_MDL-44516_m26_purifier' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-03-18 11:48:34 +13:00
Sam Hemelryk
683b5caa06
Merge branch 'MDL-44585-moodle26' of https://github.com/StudiUM/moodle into MOODLE_26_STABLE
2014-03-18 09:03:31 +13:00
Marina Glancy
031d1e3f7d
Merge branch 'MDL-44588_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-03-17 18:19:19 +08:00
Marina Glancy
234e7b0066
Merge branch 'w12_MDL-44624_m26_dmltest' of git://github.com/skodak/moodle into MOODLE_26_STABLE
2014-03-17 18:12:55 +08:00
Marina Glancy
682f0db9f6
Merge branch 'MDL-44356-M26' of git://github.com/lazydaisy/moodle into MOODLE_26_STABLE
2014-03-17 17:09:47 +08:00
Marina Glancy
322baf1570
Merge branch 'm26_MDL-39568' of git://github.com/danmarsden/moodle into MOODLE_26_STABLE
2014-03-17 16:21:33 +08:00
Marina Glancy
b28a4887f5
Merge branch 'w12_MDL-44635_m26_ajaxlogs' of git://github.com/skodak/moodle into MOODLE_26_STABLE
2014-03-17 14:29:42 +08:00
Marina Glancy
1cd64d1208
Merge branch 'w12_MDL-44339_m26_testdebug' of git://github.com/skodak/moodle into MOODLE_26_STABLE
2014-03-17 13:53:01 +08:00
Petr Škoda
672de8ff9d
MDL-44635 discard error logging during ajax tests
2014-03-17 11:31:56 +08:00
Tim Lock
bd5fbede39
MDL-44573: Remove HTML tags in outputs column in offline grading worksheet
2014-03-17 12:44:21 +10:30
Petr Škoda
678ab4101a
MDL-44300 force PHP 5.6.x to return raw file names for our own guessing
2014-03-17 12:34:13 +13:00
Trevor Cunningham
33c621255d
MDL-39568 gradinform_guide: show maxgrade to students when viewing marking guide
2014-03-17 09:03:26 +13:00
Mary Evans
834848461c
MDL-44356 theme_bootstrapbase: Centralize the drag and drop arrow in filemanager.
2014-03-15 21:30:14 +00:00
roelmann
963009a0f8
modified: core.css
2014-03-15 20:54:47 +00:00
Henning Bostelmann
4b05939d2f
MDL-44502 filelib: Add mimetype for Maple worksheets
2014-03-14 11:40:18 +00:00
Gilles-Philippe Leblanc
7ae964bf89
MDL-44585 grade_import: Restrict the accepted types in the gradebook import
2014-03-14 07:37:19 -04:00
Petr Škoda
a12c7eff9f
MDL-44624 fix false failures in DML tests
2014-03-14 14:15:47 +08:00
Petr Škoda
9d66c76277
MDL-44516 import htmlpurifier 4.6.0
2014-03-14 12:12:22 +08:00
Petr Škoda
fa4dea1472
MDL-44339 treat unexpected debugging() calls in phpunit tests as errors
2014-03-14 11:44:48 +08:00
Petr Škoda
59de93ccdf
MDL-44299 resolve collision with session_gc() in PHP 5.6
2014-03-14 11:35:05 +08:00
Petr Škoda
59f3898185
MDL-44191 hack around MySQL 5.6 inability to lower auto_increment
2014-03-14 11:32:23 +08:00
Fred Woolard
69c3994c3c
MDL-44416 Correct detail view paging
2014-03-13 19:45:48 -04:00
Eloy Lafuente (stronk7)
872f4e2899
weekly release 2.6.2+
2014-03-13 23:56:07 +01:00
Eloy Lafuente (stronk7)
d91852cc7e
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:14:50 +01:00
Dan Poltawski
70fbd52bfd
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:33 +08:00
Damyon Wiese
d58964b320
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:47:38 +08:00
Dan Poltawski
720b69eca6
MDL-44590 behat: Add test for course category idnumber duplication
2014-03-13 10:06:33 +08:00
Dan Poltawski
6bc5172b88
MDL-44590 category: correct get_string component
2014-03-13 10:06:32 +08:00
Eloy Lafuente (stronk7)
3dd695bce0
Merge branch 'MDL-43266_26-last-fixes' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-03-12 23:26:25 +01:00
Tim Hunt
77437a0e61
MDL-44588 quiz: fix crazy variable called $this.
2014-03-12 18:22:10 +00:00
David Monllao
8efc71b90c
MDL-43266 testing: Removing duplicated keys
2014-03-12 17:51:07 +08:00
Frederic Massart
ff189a25a9
MDL-44334 lockscroll: Fix wrong warning message
2014-03-12 15:43:34 +08:00
Dan Poltawski
8a9b350182
Merge branch 'm26_MDL-43247' of git://github.com/danmarsden/moodle into MOODLE_26_STABLE
2014-03-12 09:32:51 +08:00
Sam Hemelryk
390188606e
Merge branch 'm26_MDL-37733' of git://github.com/danmarsden/moodle into MOODLE_26_STABLE
2014-03-12 14:13:14 +13:00
Dan Poltawski
2fabb89456
Merge branch 'MDL-44061-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-03-12 09:08:52 +08:00
Eloy Lafuente (stronk7)
6d8f9d4756
Merge branch 'wip-MDL-32699-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-03-12 00:19:11 +01:00
Sam Hemelryk
559834f786
Merge branch 'MDL-42368-26' of git://github.com/danpoltawski/moodle into MOODLE_26_STABLE
2014-03-12 11:57:01 +13:00
Sam Hemelryk
ce05c00453
Merge branch 'MDL-44345-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-03-12 11:21:59 +13:00
David Monllao
0b5ac03e36
MDL-44246 behat: New mod_quiz test when JS is disabled
2014-03-11 17:22:18 +08:00
Dan Poltawski
1c57cd34e6
Merge branch 'MDL-44095_m26' of https://github.com/shashirepo/moodle into MOODLE_26_STABLE
2014-03-11 15:50:42 +08:00
Dan Poltawski
ab9986bf05
Merge branch 'wip-MDL-44337-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-03-11 15:41:51 +08:00
Dan Poltawski
a808f24536
Merge branch 'MDL-44480-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
...
Conflicts:
lib/yui/build/moodle-core-notification-dialogue/moodle-core-notification-dialogue-min.js
2014-03-11 14:35:40 +08:00
Dan Poltawski
666af83e4e
Merge branch 'wip-MDL-42870-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-03-11 11:37:45 +08:00
Dan Poltawski
af80706515
Merge branch 'm26_MDL-44066' of git://github.com/danmarsden/moodle into MOODLE_26_STABLE
2014-03-11 11:29:00 +08:00
Sam Hemelryk
509f371389
Merge branch 'wip-MDL-40721-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-03-11 14:22:41 +13:00
Sam Hemelryk
4294de1edf
Merge branch 'w11_MDL-44451_m26_addonloc' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-03-11 14:18:14 +13:00
Eloy Lafuente (stronk7)
b17149ee38
Merge branch '44547-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-03-11 00:28:47 +01:00
Sam Hemelryk
598bae139d
MDL-44547 repository_alfresco: version bump
2014-03-11 12:05:10 +13:00
Sam Hemelryk
5caac6a494
Merge branch 'MDL-44334-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
...
Conflicts:
lib/yui/build/moodle-core-notification-dialogue/moodle-core-notification-dialogue-min.js
2014-03-11 10:10:28 +13:00
Sam Hemelryk
6b347521e3
Merge branch 'MDL-43721-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2014-03-11 08:54:39 +13:00
Sam Hemelryk
2f5288dea0
Merge branch 'wip-MDL-44471-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-03-11 08:46:11 +13:00
Dan Poltawski
f9835ffed0
Merge branch 'MDL-44440_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-03-10 13:45:27 +08:00
David Monllao
d295418ee6
MDL-44440 behat: Changing , for > as a navigation tree nodes separator
...
Using greater than as seems a more natural separator
than the comma when separating nodes which have a
hierarchy relation.
2014-03-10 13:35:12 +08:00
Dan Poltawski
aacc48a7e6
Merge branch 'MDL-43236_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-03-10 12:04:16 +08:00
David Monllao
4e8c18cc86
MDL-43236 behat: Backporting new method to ease backporting future scenarios
2014-03-10 11:45:19 +08:00
Niclas Tollstorff
45ac1dc77b
MDL-37733 SCORM: Correct check for force new attempt
2014-03-08 21:23:05 +13:00
Dan Marsden
e75b7988ef
MDL-44066 Restore: Restore source field.
...
Causes problems when restoring a SCORM pacakge that uses an alias.
2014-03-08 21:10:13 +13:00
Dan Marsden
34d0ed1cbf
MDL-43247 SCORM: improve pop-up handling and redirect to homepage on close.
2014-03-08 21:03:38 +13:00
Eloy Lafuente (stronk7)
ef0ee34df0
Moodle release 2.6.2
2014-03-07 18:51:51 +01:00
David Monllao
d7f1447861
MDL-44440 behat: Refactoring features to use I navigate to
...
Replacing multiple "I expand node" steps by the
new "I navigate to". Also fixing few I navigate to
when dealing with non-JS.
2014-03-07 14:54:11 +08:00
David Monllao
c4934eed77
MDL-44440 behat: Other fixes to make clean work properly
...
- Update the step to follow links inside a treeview
to work also when JS is disabled.
- Make regions accept header and footer.
- Change some locators refering to non-clean compatible
regions.
- Restricting click to the table row in forum tracking
because seems to conflict with the navigation bar when
using narrow window sizes.
2014-03-07 14:54:11 +08:00
Rajesh Taneja
ca29a8f865
MDL-44440 navigation: Added behat step to navigate from navigation/Admin block
...
This step will help navigate to different parts of moodle
using navigation or adminstration block.
2014-03-07 14:54:11 +08:00
David Monllao
b04af90c33
MDL-44440 behat: Log out compatible with clean
...
.navbar needs to be clicked before following
log in or log out links.
2014-03-07 14:54:11 +08:00
Tim Lock
56e19b54af
MDL-44499: Fix PHP warning in upload_manager class
2014-03-07 14:18:41 +10:30
Krister
eec5c76ce1
MDL-42368 Themes: Anomaly breadcrumb fix
...
Previously the editing button could become unreachable with small window
sizes.
2014-03-07 11:37:17 +08:00
Marina Glancy
10bf53490d
MDL-42870 completion: show failed activities as incompleted
2014-03-07 10:22:56 +08:00
Marina Glancy
a2ae0a7643
MDL-44471 Revert "MDL-42238 mod_wiki: Alternate name sql update to wiki_print_recent_activity"
...
This reverts commit 6d3d9bd927 .
2014-03-07 10:00:51 +08:00
Marina Glancy
417f7b6ecd
MDL-44337 glossary: behat test for glossary categories
2014-03-07 10:00:27 +08:00
Marina Glancy
cdd3ca573a
MDL-40721 wiki: missing page->set_url() when restoring wiki
2014-03-07 09:58:23 +08:00
Marina Glancy
b7c751a60c
MDL-32699 wiki: only edit capability is required to restore wiki revision
2014-03-07 09:58:05 +08:00
Eloy Lafuente (stronk7)
7330bdebff
weekly release 2.6.1+
2014-03-06 22:17:22 +01:00
Eloy Lafuente (stronk7)
3fb5bd96e8
Merge branch 'install_26_STABLE' of git://git.moodle.org/moodle-install into MOODLE_26_STABLE
2014-03-06 22:17:16 +01:00
Andrew Nicols
2e29720f21
MDL-44480 Javascript: Correct dialogue ID generation
2014-03-06 17:05:45 +08:00
Damyon Wiese
0a0c276e28
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.
2014-03-06 15:51:22 +08:00
Damyon Wiese
3ff7c4e389
MDL-43721 Assign: Static cache for plugin is_enabled and is_visible because they get used alot
2014-03-06 15:51:22 +08:00
Yuliya Bozhko
28c8ac2c4a
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:03 +08:00
Damyon Wiese
b9d8d54be2
Merge branch 'wip-MDL-44403-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-03-06 09:22:13 +08:00
Dan Poltawski
e5636247a1
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 edf55404ff .
2014-03-06 09:05:27 +08:00
Eloy Lafuente (stronk7)
728ece64e4
Merge branch 'MDL-44425-en_fix_26' of git://github.com/mudrd8mz/moodle into MOODLE_26_STABLE
2014-03-06 00:36:27 +01:00
Helen Foster
eecdbbf315
MDL-44425 Merge English strings from the en_fix language pack
2014-03-05 13:35:06 +01:00
Frederic Massart
76170febcc
MDL-44345 repository_youtube: Endless loop when reaching last results
2014-03-05 16:58:44 +08:00
Andrew Nicols
2bc980a970
MDL-44061 Ajax: Log whitespace issues to the server error log
2014-03-05 16:34:57 +08:00
Petr Škoda
8f85cea647
MDL-44451 fix plugin_misplaced_exception exception
2014-03-05 16:34:49 +08:00
Damyon Wiese
6b1e9b0cd4
Merge branch 'MDL-43635-m26' of https://github.com/brentboghosian/moodle2 into MOODLE_26_STABLE
2014-03-05 14:51:18 +08:00
Dan Poltawski
864ea90d6d
Merge branch 'wip-MDL-44287-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-03-05 14:18:22 +08:00
Dan Poltawski
7442e32e87
Merge branch 'MDL-43930-26-fix1' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2014-03-05 14:13:35 +08:00
Andrew Nicols
798c04b25d
MDL-44334 Javascript: Prevent scroll locking for small screen heights
2014-03-05 14:08:26 +08:00
Damyon Wiese
abfc156859
Merge branch 'MDL-44370-26' of git://github.com/ankitagarwal/moodle into MOODLE_26_STABLE
2014-03-05 14:00:57 +08:00
Yuliya Bozhko
857f80ef77
MDL-41585 badges: Add a note that badge recipient is a deleted user
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
2014-03-05 13:18:21 +08:00
Damyon Wiese
3efe930987
MDL-43930 Assign: Fix unit tests.
...
The tests were expecting exact log data to match, I changed the data
but missed updating the test.
2014-03-05 12:51:15 +08:00
Dan Poltawski
a77f82dacf
Merge branch 'MDL-41248_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-03-05 12:39:56 +08:00
Dan Poltawski
ed9e1428d1
Merge branch 'MDL-43930-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2014-03-05 11:22:37 +08:00
Dan Poltawski
730440dcf4
Merge branch 'MDL-44065-m26' of https://github.com/sammarshallou/moodle into MOODLE_26_STABLE
2014-03-05 10:52:50 +08:00
Damyon Wiese
c6465439d0
Merge branch 'wip-MDL-44074-M26_4' of git://github.com/gjb2048/moodle into MOODLE_26_STABLE
2014-03-05 09:58:54 +08:00
AMOS bot
25488a1120
Automatically generated installer lang files
2014-03-05 00:54:43 +00:00
Dan Poltawski
602a3bd3de
Merge branch 'wip-MDL-44258-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-03-04 17:50:07 +08:00
Ankit Agarwal
d57ce0312a
MDL-44370 calendar: Add support for restoring calendar log rules
2014-03-04 16:13:59 +08:00
Ankit Agarwal
bdff56f737
MDL-44370 calendar: Fix calendar url in reports
2014-03-04 16:13:59 +08:00
Dan Poltawski
5b2f2af6cd
Merge branch 'MDL-44272-26' of git://github.com/ankitagarwal/moodle into MOODLE_26_STABLE
2014-03-04 16:00:01 +08:00
Dan Poltawski
6a37f9898e
Merge branch 'MDL-44278_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-03-04 15:43:26 +08:00
Marina Glancy
76f9954066
MDL-44403 events: bug fix in legacy event data for unknown_service_api_called
2014-03-04 15:26:17 +08:00
Marina Glancy
ce3b9d2f59
MDL-44403 events: added public methods to get eventdata
2014-03-04 15:26:14 +08:00
Frederic Massart
f96b8a1c67
MDL-43468 mod_assign: Webservice parameters were not safely cleaned
2014-03-04 14:49:28 +08:00
Dan Poltawski
5d4abb97b2
Merge branch 'MDL-44436-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-03-04 14:41:32 +08:00
Frederic Massart
7ffe38cebf
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:37 +08:00
Damyon Wiese
0fc189a4b4
Merge branch 'MDL-43738_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-03-04 13:28:18 +08:00
Dan Poltawski
013de6d5d4
Merge branch 'm26_MDL-43852_SWF_Not_Embedded_By_Mediaplugin_Filter' of https://github.com/scara/moodle into MOODLE_26_STABLE
2014-03-04 12:56:13 +08:00
Dan Poltawski
41a19bffee
MDL-43146 enrol_imsenterprise: missing sesskey protection
2014-03-04 12:26:02 +08:00
Frederic Massart
ee8f17db89
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:34:58 +08:00
Brent Boghosian
e7fa4cde7b
MDL-43635: Further support custom contexts: reading from config DB table and reset method for after plugin install
...
Add PHPUnit test for custom context changes
2014-03-03 12:03:09 -05:00
Dan Poltawski
51214dd2d1
Merge branch 'MDL-44377_26' of https://github.com/stronk7/moodle into MOODLE_26_STABLE
2014-03-03 15:15:20 +08:00
Marina Glancy
e6499fb8a4
MDL-39990 wiki: more detailed validation of view/edit access
2014-03-03 14:45:40 +08:00
Dan Poltawski
d5c7462a6a
Merge branch 'wip-MDL-44362-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-03-03 13:34:35 +08:00
Andrew Davis
4d4867503c
MDL-44082 mod_chat: added a security check for users already in the chat activity
2014-03-03 12:16:48 +08:00
Tomasz Muras
71037bf26c
MDL-43656 mod_feedback: availablity date logic incorrect
2014-03-03 11:24:23 +08:00
Maria Torres
db4e2c4cd4
MDL-43916 - Email addresses incorrectly displayed
...
When capabilities and settings do not allow it.
2014-03-03 10:37:22 +08:00
Dan Poltawski
6b25f55ec9
Merge branch 'w06_MDL-43344_m26_flow' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-03-03 10:07:15 +08:00
Gareth J Barnard
0bd4dca7be
MDL-44074 theme_bootstrapbase: No 768px-979px & 1200px+ empty blk span calcs.
2014-03-01 09:18:34 +00:00
AMOS bot
9b1cc0bb86
Automatically generated installer lang files
2014-03-01 00:56:04 +00:00
Gordon Bateson
edf55404ff
MDL-43852 Filters Fixed naked-OR conditions.
2014-02-28 23:56:35 +01:00
Eloy Lafuente (stronk7)
36f74f56d8
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:27 +01:00
Marina Glancy
51294319af
MDL-44362 recentactivity: fix regressions from MDL-44055
2014-02-28 16:33:54 +08:00
Marina Glancy
c89fa51c0e
MDL-44258 Behat test for workshop, automate MDLQA-99
2014-02-28 16:33:32 +08:00
Marina Glancy
e7198624aa
MDL-44287 glossary: fixing warnings when importing as new module
2014-02-28 16:33:21 +08:00
Marina Glancy
971b916b44
MDL-44287 glossary: do not output before redirecting
2014-02-28 16:33:21 +08:00
Tim Hunt
65a90d2d9b
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:00:54 +01:00
Tim Hunt
379a3fcee3
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:10:26 +01:00
Damyon Wiese
ed0a48b2c1
weekly release 2.6.1+
2014-02-28 10:02:43 +08:00
Damyon Wiese
a97718eaed
Merge branch 'install_26_STABLE' of git://git.moodle.org/moodle-install into MOODLE_26_STABLE
2014-02-28 10:02:41 +08:00
David Monllao
5ee96bbcf1
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:47:03 +08:00
David Monllao
158eb2af96
MDL-43738 behat: Backporting new 2.7 methods to 2.6
...
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:31 +08:00
David Monllao
42e5f933b6
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:31 +08:00
David Monllao
08066a2ab2
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:29 +08:00
David Monllao
8ee37654e5
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:05:51 +08:00
Eloy Lafuente (stronk7)
5fbf4638ab
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:05:51 +08:00
David Monllao
c7db26dab9
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:54:54 +08:00
shashirepo
33ca478a19
MDL-44095 frontend: fix typos in readme file
2014-02-26 16:04:19 +05:30
Damyon Wiese
0f73fa60b9
MDL-43723 Blocks drag and drop: Javascript cleanup
...
Declare the selector instead of repeating it several times.
2014-02-25 17:05:45 +08:00
Damyon Wiese
b174b543d8
Merge branch 'MDL-43723-26' of git://github.com/mouneyrac/moodle into MOODLE_26_STABLE
...
Conflicts:
lib/yui/build/moodle-core-blocks/moodle-core-blocks-min.js
2014-02-25 16:44:48 +08:00
Dan Poltawski
233f8b265a
Merge branch 'MDL-43882_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-02-25 15:34:00 +08:00
Jerome Mouneyrac
ed2bd8e4d3
MDL-43266 Testing sites are cleaning all test dataroot contents
2014-02-25 14:48:59 +08:00
David Monllao
aa5916d94c
MDL-43882 lib: Adding info about the change in upgrade.txt
2014-02-25 11:24:00 +08:00
Damyon Wiese
2db5aef32e
MDL-40619 mod_quiz: Remove commented non-js behat scenario
2014-02-25 11:05:08 +08:00
Damyon Wiese
0e0bbd9922
Merge branch 'wip-MDL-40619-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-02-25 11:04:40 +08:00
Dan Poltawski
e274eece15
Merge branch 'MDL-43405_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2014-02-25 10:30:36 +08:00
Ankit Agarwal
0483a5ad93
MDL-44272 events: Fix incorrect urls in course module events
2014-02-24 17:05:02 +08:00
Damyon Wiese
7c9f70acd4
Merge branch 'MDL-43837_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-02-24 16:56:21 +08:00
Damyon Wiese
5f98c897b4
Merge branch 'MDL-44111_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-02-24 15:40:28 +08:00
Damyon Wiese
9334d95009
Merge branch 'wip-MDL-44168_26' of git://github.com/ds125v/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-02-24 15:22:42 +08:00
Damyon Wiese
ede0d15765
Merge branch 'MDL-44247-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-02-24 14:30:08 +08:00
Damyon Wiese
ff7b9d9d8f
Merge branch '44279-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-02-24 13:38:33 +08:00
Damyon Wiese
1998e85cf1
Merge branch 'MDL-44286_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-02-24 13:33:42 +08:00
Damyon Wiese
e2f19c6b33
Merge branch 'MDL-44288_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-02-24 13:27:45 +08:00
Michael Aherne
96942337fb
MDL-44066 caching Don't advertise session mode for MongoDB and memcached
2014-02-24 12:49:51 +08:00
Damyon Wiese
ebe9c36cb5
Merge branch '44217-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-02-24 11:14:05 +08:00
Damyon Wiese
24d6ab75fc
Merge branch 'MDL-34319_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2014-02-24 11:09:57 +08:00
Sam Hemelryk
82403a6f38
MDL-44217 theme_bootstrapbase: darkend link colour by 5% for accessibility
2014-02-24 16:07:23 +13:00
Damyon Wiese
41a10883b6
Merge branch 'MDL-41767-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-02-24 10:41:25 +08:00
David Monllao
235847ecd5
MDL-43837 behat: Adding reduced timeouts
...
There are steps where we want to check that
"something" does not appear in the page
or does not exist. We still have to spin
but we don't need to spin for 6 seconds.
2014-02-24 09:43:58 +08:00
David Monllao
8102409895
MDL-44111 behat: Limiting dump files filename size
2014-02-21 13:25:11 +08:00
David Monllao
0710e4944f
MDL-43882 dml: New test for perf_get_xxxx() methods
2014-02-21 13:20:51 +08:00
David Monllao
1b6b3b66df
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:51 +08:00
David Monllao
aafe8337df
MDL-44286 behat: Updating to our custom Syn library
2014-02-21 10:18:23 +08:00
AMOS bot
e3caf032d7
Automatically generated installer lang files
2014-02-21 00:45:30 +00:00
Sam Hemelryk
25c950b63b
MDL-42279 user: fixed typo in user_get_user_details_courses
2014-02-21 08:34:42 +13:00
Sam Hemelryk
d1ac630093
MDL-44279 user: added unit test to trigger known bug
2014-02-21 08:34:42 +13:00
Tim Hunt
193cb51042
MDL-44288 qtype_calculatedsimple fix validation notice.
...
The notice happend if you clicked Save changes before Find the wild
cards {x..} present in the correct answer formulas.
2014-02-20 12:59:50 +00:00
Eloy Lafuente (stronk7)
05636776e3
weekly release 2.6.1+
2014-02-20 12:43:31 +01:00
Eloy Lafuente (stronk7)
3bcd0f23ff
Merge branch 'install_26_STABLE' of git://git.moodle.org/moodle-install into MOODLE_26_STABLE
2014-02-20 12:43:25 +01:00
Damyon Wiese
15378769f2
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.
2014-02-20 12:32:05 +08:00
Damyon Wiese
5e9d6beaa3
Merge branch 'MDL-44118_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-02-19 09:20:07 +08:00
Dan Poltawski
a43aa9fbf1
Merge branch 'MDL-43182_26' of git://github.com/mr-russ/moodle into MOODLE_26_STABLE
2014-02-19 09:16:49 +08:00
Eloy Lafuente (stronk7)
3f4a9df9f7
MDL-43265 question: incorrect closing parenthesis
2014-02-19 00:11:35 +01:00
Eloy Lafuente (stronk7)
9f5ac013a3
Merge branch 'MDL-43265_26' of https://github.com/jacks92/moodle into MOODLE_26_STABLE
2014-02-18 23:56:12 +01:00
Eloy Lafuente (stronk7)
77da718f1b
Merge branch 'MDL-43337-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-02-18 23:25:30 +01:00
Tim Hunt
652413ce70
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:01:38 +00:00
Dan Poltawski
29b3c5dfc6
Merge branch 'm26_MDL-43541' of git://github.com/danmarsden/moodle into MOODLE_26_STABLE
2014-02-18 14:14:00 +08:00
Damyon Wiese
28ac492db3
Merge branch 'MDL-43802_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-02-18 14:05:32 +08:00
Damyon Wiese
fa0016a8a2
Merge branch 'MDL-41646_26' of git://github.com/apsdehal/moodle into MOODLE_26_STABLE
2014-02-18 12:41:42 +08:00
Eloy Lafuente (stronk7)
0f678757a4
Merge branch '43822-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-02-18 02:06:19 +01:00
David Scotson
8895425e41
MDL-44168 html: border=1 on regexdetect table
2014-02-17 11:47:18 +00:00
sam marshall
f76c4edf01
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:52:10 +00:00
Frederic Massart
6e1688f7ba
MDL-44247 mod_scorm: Reference to SYSTEM_CONTEXT instead of real context
2014-02-17 15:59:26 +08:00
Dan Marsden
9f3a4cbbcf
MDL-43541 SCORM: set first launchable sco correctly.
2014-02-17 19:57:37 +13:00
Damyon Wiese
590a9dc30a
Merge branch 'MDL-43169_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2014-02-17 14:35:36 +08:00
Damyon Wiese
31ab685057
Merge branch 'MDL-43504-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-02-17 14:23:40 +08:00
Marina Glancy
2dfed6304e
MDL-40619 behat: test for creating a one-question quiz
2014-02-17 14:20:00 +08:00
Matt Switlik
823640c16d
MDL-42618 fix grade importing of whitespace idnumbers
2014-02-17 12:14:23 +08:00
Dan Poltawski
06a8eb06f3
Merge branch 'MDL-27414_26' of git://github.com/jmvedrine/moodle into MOODLE_26_STABLE
2014-02-17 12:06:46 +08:00
Andrew Nicols
4f88b83de9
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:09 +08:00
David Monllao
6fcf292760
MDL-43802 behat: Testing deleted activity with JS enabled
2014-02-17 11:02:36 +08:00
Dan Poltawski
f23808515b
Merge branch 'MDL-42033_26' of git://github.com/jmvedrine/moodle into MOODLE_26_STABLE
2014-02-17 10:32:38 +08:00
Jerome Mouneyrac
fd9233c1b9
MDL-43723 restrict the drag and drop to the move icon instead of dragging the entire block header
...
Conflicts:
lib/yui/build/moodle-core-blocks/moodle-core-blocks-min.js
2014-02-17 09:21:58 +08:00
Damyon Wiese
759e616eb6
Merge branch 'MDL-44018_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-02-17 09:21:46 +08:00
fabmen
a0815efa5d
MDL-43405 auth_ldap: Fixed issue with undefined variable: ldap_cookie
2014-02-16 14:23:17 -08:00
fabmen
25d981659b
MDL-34319 auth_cas: Fixed issue with undefined variable: ldapconnection
2014-02-16 14:20:41 -08:00
Mark Nelson
ce7c5de2e9
MDL-43169 core_calendar: introduced calendar type system setting (Backport of MDL-42932)
2014-02-16 13:52:57 -08:00
Sam Hemelryk
bfb99b7e1d
Merge branch 'MDL-44037_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-02-17 10:16:39 +13:00
Sam Hemelryk
90e7406e29
Merge branch 'MDL-42404_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-02-17 10:15:41 +13:00
Sam Hemelryk
2f31445ff8
Merge branch 'MDL-44142-26' of git://github.com/mrverrall/moodle into MOODLE_26_STABLE
2014-02-17 09:16:41 +13:00
Sam Hemelryk
0b420fab17
Merge branch 'MDL-44042-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-02-17 09:07:02 +13:00
Sam Hemelryk
a413d15875
Merge branch 'MDL-44055-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-02-17 09:04:51 +13:00
Sam Hemelryk
ba0f2d978b
Merge branch 'MDL-44079-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
...
Conflicts:
lib/yui/build/moodle-core-notification-dialogue/moodle-core-notification-dialogue-min.js
2014-02-17 08:49:12 +13:00
Sam Hemelryk
3c60db1a84
Merge branch 'MDL-43979-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
...
Conflicts:
lib/yui/build/moodle-core-notification-dialogue/moodle-core-notification-dialogue-min.js
2014-02-17 08:28:06 +13:00
Jean-Michel Vedrine
a00bff10e5
MDL-42033 Files in subdirs not exported correctly by question XML format
2014-02-16 19:46:10 +01:00
Simon Coggins
a837a7c721
MDL-43049 accesslib: Fix typo in memory optimization code
2014-02-16 20:14:04 +11:00
Sam Hemelryk
19cb367592
MDL-43822 theme_bootstrapbase: blocks less tidied and reorganised
...
Thanks Gareth for the peer-review.
2014-02-16 14:26:11 +13:00
AMOS bot
dfbde06b40
Automatically generated installer lang files
2014-02-15 00:43:51 +00:00
Jean-Michel Vedrine
a1b2b00736
MDL-27414 Upgrade the randomsamatch qtype to the new question engine
...
Added XML import/export
Different randomsamatch questions 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:59:32 +01:00
Paul Verrall
0ec77cdea6
MDL-44142 Cohorts: Use maxusersperpage for list of current users.
2014-02-13 16:18:04 +00:00
Eloy Lafuente (stronk7)
acbd69f7ee
weekly release 2.6.1+
2014-02-13 15:30:08 +01:00
Eloy Lafuente (stronk7)
47e4397538
Merge branch 'install_26_STABLE' of git://git.moodle.org/moodle-install into MOODLE_26_STABLE
2014-02-13 15:30:03 +01:00
Jayesh Anandani
08e9a32e5f
MDL-43265 Fix question name text to 255 chars
2014-02-13 17:06:10 +05:30
David Monllao
9a8544daf6
MDL-44037 behat: New feature -> publishing rubric templates
...
This patch automates MDLQA-1186; rubrics can be
shared as templates.
2014-02-13 16:50:53 +08:00
David Monllao
0a1c3118ba
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:49:45 +08:00
David Monllao
782e32e3e4
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:49:45 +08:00
David Monllao
577efa89cd
MDL-42404 behat: Adding rubrics step definitions
2014-02-13 16:49:45 +08:00
David Monllao
c644877218
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:49:45 +08:00
David Monllao
a63fd3a6a8
MDL-42404 behat: Adding yui-dialog to dialogue selector
2014-02-13 16:49:45 +08:00
Frederic Massart
53a09b3886
MDL-43337 enrol: More tests for get_enrolled_users_with_capability
2014-02-13 12:07:06 +08:00
Frederic Massart
07b9d5e9df
MDL-43337 enrol: Missing break in get_enrolled_users WS
2014-02-13 12:07:06 +08:00
apsdehal
c9c9a4a76b
MDL-43337 WebService: Missing break statement added
...
In function get_enrolled_users_with_capability
2014-02-13 12:07:06 +08:00
Andrew Nicols
a5be87d234
MDL-44042 Javascript: Handle moving to the top of the current section with keyboard
2014-02-13 10:13:38 +08:00
Sam Hemelryk
a70818530e
Merge branch 'int26_MDL-43200' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-02-13 08:25:32 +13:00
Petr Škoda
6279184e14
MDL-43200 fix enrol_manual externallib tests
2014-02-12 16:03:01 +08:00
Andrew Nicols
11a788e420
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 11:55:15 +08:00
AMOS bot
c0aac4e36f
Automatically generated installer lang files
2014-02-12 00:42:50 +00:00
Sam Hemelryk
7a27c83bc0
Merge branch 'MDL-41644_26' of git://github.com/apsdehal/moodle into MOODLE_26_STABLE
2014-02-12 09:24:11 +13:00
Marina Glancy
efdbd1bd1d
Merge branch '28567-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-02-11 14:42:59 +08:00
Marina Glancy
28e5849960
MDL-42505 whitespace correction
2014-02-11 14:36:52 +08:00
Michael Milette
761a10f8d5
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:00 +08:00
Andrew Nicols
aebc072dd4
MDL-44079 Javascript: EditPDF editor should be modal
2014-02-11 12:25:34 +08:00
Andrew Nicols
3c78500c9f
MDL-44079 Javascript: Closing a tooltip should pass event details
2014-02-11 12:25:15 +08:00
Andrew Nicols
624feb24f2
MDL-44079 Javascript: Check whether a dialogue is focused before closing
2014-02-11 12:25:00 +08:00
Andrew Nicols
a1f3fe6617
MDL-44055 mod_glossary: Add missing alternate name fields
2014-02-11 10:02:08 +08:00
Andrew Nicols
4ba46b8618
MDL-44055 mod_quiz: Add missing alternate name fields
2014-02-11 10:02:07 +08:00
Sam Hemelryk
58ce5122b2
Merge branch 'MDL-43941-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-02-11 14:10:58 +13:00
AMOS bot
38a69deafa
Automatically generated installer lang files
2014-02-11 00:42:11 +00:00
Andrew Nicols
f47b4fec8f
MDL-43994 Blocks: Hide the move icon when blocks are docked on Afterburner too
2014-02-11 00:08:55 +01:00
Sam Hemelryk
ec5dc1fab7
Merge branch 'MDL-43929_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-02-11 08:27:44 +13:00
Andrew Nicols
5ce1ff33ce
MDL-43979 Javascript: Correct checking of attributes during dialogue init
...
Various dialogue attributes are optional and are provided by the parent and
not provided as attributes to the dialogue being initted.
As a result, if the setting is not provided during init, we were assuming
that the value would be false rather than checking the real attribute.
2014-02-10 22:00:44 +08:00
Marina Glancy
98c5ac4358
Merge branch '43977-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-02-10 18:16:42 +08:00
Andrew Nicols
c1e725bbd1
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-10 15:45:51 +08:00
Tim Hunt
f10763ebc0
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:34:21 +00:00
Mark Nielsen
9b9226fc98
MDL-44014 Navigation: Set the correct context when retrieved via AJAX
2014-02-10 11:45:44 +08:00
Sam Hemelryk
5eb9a4f631
Merge branch 'wip_26_mdl-32724' of https://github.com/iarenaza/moodle into MOODLE_26_STABLE
2014-02-10 15:26:24 +13:00
Sam Hemelryk
e2b27417dc
Merge branch 'MDL-43774_26' of https://github.com/totara/openbadges into MOODLE_26_STABLE
2014-02-10 15:20:25 +13:00
Sam Hemelryk
8ebaf4bd74
Merge branch 'MDL-43267-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-02-10 14:53:55 +13:00
Sam Hemelryk
7aaf82deb6
Merge branch 'MDL-40938-26' of git://github.com/lazydaisy/moodle into MOODLE_26_STABLE
2014-02-10 14:16:22 +13:00
Sam Hemelryk
83fffcb97a
Merge branch 'MDL-43200_26' of git://github.com/apsdehal/moodle into MOODLE_26_STABLE
2014-02-10 14:11:36 +13:00
Sam Hemelryk
a5a7dd624f
Merge branch 'MDL-42882-26' of git://github.com/danpoltawski/moodle into MOODLE_26_STABLE
2014-02-10 13:13:03 +13:00
Sam Hemelryk
b41b2b2e18
MDL-44056 question: added new default property to unit tests
2014-02-10 12:56:48 +13:00
Sam Hemelryk
4acc62f2c4
Merge branch 'MDL-43641-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-02-10 11:50:34 +13:00
Sam Hemelryk
e32b3de09e
Merge branch 'MDL-44056_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-02-10 11:30:20 +13:00
Sam Hemelryk
7082e945b2
Merge branch 'MDL-43838_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-02-10 11:27:12 +13:00
Sam Hemelryk
ab4ec7a21c
Merge branch 'MDL-43969-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-02-10 09:48:22 +13:00
Sam Hemelryk
4e4fabd197
Merge branch 'MDL-43992-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-02-10 09:40:21 +13:00
Sam Hemelryk
7ca837ef2c
MDL-44020 core: version bump for service change
2014-02-10 09:37:52 +13:00
Sam Hemelryk
8ef741eeca
Merge branch 'MDL-44020-STABLE-26' of git://github.com/jleyva/moodle into MOODLE_26_STABLE
2014-02-10 09:31:04 +13:00
Sam Hemelryk
764d330c3e
Merge branch 'MDL-44046_m26' of https://github.com/merrill-oakland/moodle into MOODLE_26_STABLE
2014-02-10 09:28:19 +13:00
Sam Hemelryk
a95a356322
Merge branch 'MDL-43978_26' of https://github.com/totara/openbadges into MOODLE_26_STABLE
2014-02-10 09:24:01 +13:00
Sam Hemelryk
dfc8d1d7f5
Merge branch 'MDL-43994-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-02-10 09:06:40 +13:00
Sam Hemelryk
fdf33244b5
Merge branch 'MDL-44029-quiz-group-delete-handler-bug_26_STABLE' of https://github.com/mpetrowi/moodle into MOODLE_26_STABLE
2014-02-10 08:44:56 +13:00
Sam Hemelryk
3b6aa4f70c
Merge branch 'MDL-43946_m26' of https://github.com/merrill-oakland/moodle into MOODLE_26_STABLE
2014-02-10 08:43:05 +13:00
Sam Hemelryk
a7695377d7
MDL-43977 theme_bootstrapbase: small fix to make custom menu work with JS disabled
2014-02-10 08:37:00 +13:00
Sam Hemelryk
dc606a57a7
MLD-28567 calendar: improved course filter process
2014-02-10 08:31:43 +13:00
Tim Hunt
a82e15de84
MDL-44056 questions: restore essay attempts from 2.0 notice.
2014-02-09 17:50:59 +00:00
AMOS bot
80e5c694d3
Automatically generated installer lang files
2014-02-09 00:42:13 +00:00
Mary Evans
39790f906c
MDL-40938 theme_bootstrapbase: Fix for text fields in login block.
2014-02-08 15:09:52 +00:00
Tim Hunt
aa083d663b
MDL-44018 quesiton variant was not backed up or restored.
2014-02-07 21:55:57 +00:00
Eric Merrill
2a2176186d
MDL-44046 gradebook Reduce duplicates returned during sortorder fixing.
2014-02-07 09:30:08 -05:00
Juan Leyva
ae4ce123e5
MDL-44020 Add core_calendar_get_calendar_events function to the Moodle Mobile service
2014-02-07 11:22:10 +01:00
Andrew Nicols
8f71903132
MDL-43994 Blocks: Hide the move icon when blocks are docked
2014-02-07 17:42:23 +08:00
Andrew Nicols
b269650d8a
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:32:59 +08:00
Andrew Nicols
684424a6e6
MDL-43969 Forms: Adjust ARIA attributes for short forms
...
The aria-live="polite" attribute is incorrectly added to the fieldset,
causing the entire fieldset to be read out on change in some browsers. This
is unnecessary.
It also does not announce the current state of the fieldset (collaped or
open) and should.
2014-02-07 16:20:21 +08:00
Andrew Nicols
4974d22b8d
MDL-43267 Javascript: Improve focus before and after drag/drop
2014-02-07 15:12:18 +08:00
Andrew Nicols
472b07b8e7
MDL-43267 Javascript: Remove aria drag/drop related attributes for drag/drop
...
Since we provide an alternative interface rather than describing the
locations for each drop, we should not add aria-grabbed, or
aria-dropeffect.
2014-02-07 14:17:27 +08:00
Andrew Nicols
de5c64fa7c
MDL-43267 Javascript: Improve accessibility of keyboard move
...
Change the keyboard move descriptions to allow for more detailed
descriptions such as:
* "After 'X'"; or
* "To top of section 'Y'"
2014-02-07 14:12:45 +08:00
Petr Skoda
98d135fea3
MDL-43344 upgrade to latest Flowplayer
2014-02-07 13:12:00 +08:00
Sam Hemelryk
27ebbdd703
weekly release 2.6.1+
2014-02-07 11:46:12 +13:00
Yuliya Bozhko
79405669f9
MDL-43978 badges: Fix lang string
2014-02-07 09:10:47 +13:00
Matt Petro
82d0300757
MDL-44029 mod_quiz: Fixing group deleted handler so it does not remove user overrides.
2014-02-06 14:14:21 -05:00
Russell Smith
905b88c69c
MDL-43926 files: Unit tests cannot assume id values.
2014-02-06 09:49:44 +08:00
Sam Hemelryk
155771cb4b
Merge branch 'MDL-43936_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-02-06 10:04:06 +13:00
apsdehal
a1b52cb282
MDL-43200 WebServices: Reset Instance variable
2014-02-06 01:05:29 +05:30
Eric Merrill
e29585b206
MDL-43946 gradebook upgrade Improve SQL to find duplicate sortorders.
2014-02-05 09:57:30 -05:00
Tim Hunt
7e00410338
MDL-43936 questions: fix my lame spelling in upgrade.txt.
...
Thanks to Mark Nelson for the suggested improvements.
2014-02-05 11:59:53 +00:00
Marina Glancy
270cd52103
Merge branch 'MDL-42339_m26' of git://github.com/rwijaya/moodle into MOODLE_26_STABLE
2014-02-05 15:57:21 +08:00
Rossiani Wijaya
a3b0030e04
MDL-42339 - removed double formatting for set_title() and set_heading()
2014-02-05 15:40:25 +08:00
Dan Poltawski
824fef6892
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:32 +08:00
Yuliya Bozhko
b70d618c04
MDL-43774 badges: Stop overriding default course navigation
2014-02-05 10:47:57 +13:00
Yuliya Bozhko
256731fd39
MDL-43978 badges: Display error message to guest users viewing "My Badges" page
2014-02-05 09:57:52 +13:00
Iñaki Arenaza
b1f5a038f3
MDL-32724: LDAP Auth function user_update() returns true even if update has failed
2014-02-04 19:28:06 +01:00
Eloy Lafuente (stronk7)
d088fbebac
Merge branch 'MDL-43911-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-02-04 10:53:28 +01:00
Eloy Lafuente (stronk7)
4947703a0b
Merge branch 'wip-MDL-41384-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-02-04 10:40:57 +01:00
Andrew Nicols
066bfe30b0
MDL-43641 Javascript: Correct default dialogue centering
2014-02-04 15:40:42 +08:00
Damyon Wiese
ce296e211f
MDL-43805 assign: Prevent behat fail on ci - editpdf is not available there
...
Ghostscript is not setup on the ci servers, so the editpdf feature will be automatically
disabled. This means that I cannot click on "Hide Annotate PDF".
2014-02-04 13:44:07 +08:00
Andrew Nicols
e719c59c0e
MDL-43941 Course: Allow AJAX show/hide of activities in hidden and orphaned sections
2014-02-04 10:57:46 +08:00
Sam Hemelryk
82bef99867
Merge branch 'MDL-43369-26' of git://github.com/jamiepratt/moodle into MOODLE_26_STABLE
2014-02-04 15:24:02 +13:00
Andrew Nicols
b954cb004c
MDL-43911 Behat: Save dumps of the page content to disk on scenario failure
2014-02-04 08:53:19 +08:00
Oleg Sychev
c5a229c2f1
MDL-42456: add Mercurial vcs support to plugin_external_source
2014-02-04 13:10:57 +13:00
Sam Hemelryk
93289de65e
Merge branch 'MDL-43885-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-02-04 12:38:28 +13:00
Marina Glancy
b207d05e48
MDL-43821 completion: fix bug in section completion progress
...
Thanks to Shane Dye for the provided patch
2014-02-04 00:11:52 +01:00
Eloy Lafuente (stronk7)
e28eb21659
Merge branch 'wip-MDL-43828-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-02-03 23:58:14 +01:00
Sam Hemelryk
5dce0f2a1a
Merge branch 'MDL-43892_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-02-04 10:57:37 +13:00
Sam Hemelryk
90c15466d8
Merge branch 'wip-MDL-33920-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-02-04 10:47:09 +13:00
Sam Hemelryk
c78f073a41
Merge branch 'MDL-43936_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-02-04 10:11:47 +13:00
Gordon Bateson
cb5639ca1c
MDL-40410 remove ampersands required for PHP strict standards lib/tablelib.php
2014-02-04 10:05:53 +13:00
Sam Hemelryk
2ad02f9c91
Merge branch 'MDL-43884-26' of git://github.com/ankitagarwal/moodle into MOODLE_26_STABLE
2014-02-04 09:11:41 +13:00
Sam Hemelryk
fa0b936d59
Merge branch 'wip-MDL-39942-MOODLE_26_STABLE' of https://github.com/kwiliarty/moodle into MOODLE_26_STABLE
2014-02-04 08:29:17 +13:00
Eloy Lafuente (stronk7)
fa10d60b15
Merge branch 'm26_MDL-37714' of git://github.com/greg-or/moodle into MOODLE_26_STABLE
2014-02-03 17:58:38 +01:00
Marina Glancy
8ded044775
Merge branch 'MDL-41647_26' of git://github.com/apsdehal/moodle into MOODLE_26_STABLE
2014-02-03 17:34:57 +08:00
Dan Poltawski
b7f4097043
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:21 +08:00
Dan Poltawski
5f38edeefd
MDL-42882 upgrade: unit tests for root folders upgrade
...
Just verifying the original behaviour
2014-02-03 17:30:20 +08:00
David Monllao
74d357b1c2
MDL-43838 behat: Clean theme compatibility with small and medium screen sizes
2014-02-03 17:01:48 +08:00
Marina Glancy
839b58679d
Merge branch 'MDL-43805-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2014-02-03 16:09:37 +08:00
Marina Glancy
79efe4f22b
Merge branch 'w05_MDL-43905_m26_loginevents' of git://github.com/skodak/moodle into MOODLE_26_STABLE
2014-02-03 15:34:32 +08:00
Marina Glancy
18a28dde45
Merge branch 'MDL-43593-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2014-02-03 15:07:53 +08:00
Marina Glancy
94776f1bfa
Merge branch 'MDL-43951_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-02-03 14:54:11 +08:00
David Monllao
9a13b1108f
MDL-43951 behat: Fixing random failure
...
NodeElement->hasAttribute() (JS enabled) queries selenium
about whether it has any attribute or not, if due to an
AJAX request the field node changed selenium can not access
that node and throws an exception.
2014-02-03 13:59:32 +08:00
Marina Glancy
52b3120916
Merge branch 'MDL-43440-26' of git://github.com/mr-russ/moodle into MOODLE_26_STABLE
2014-02-03 13:43:50 +08:00
apsdehal
3a1ade2544
MDL-41646 Wiki: Removed unnecessary wiki_info class
2014-02-02 15:51:30 +05:30
apsdehal
1ab256742d
MDL-41647 WebServices: Changed notification CSS class
2014-02-02 15:24:40 +05:30
apsdehal
3a98e73a54
MDL-41644 Backup: Update CSS class .notifywarning with .notifyproblem
2014-02-02 03:31:37 +05:30
Tim Hunt
bdeb5d0bf1
MDL-43936 questions: document renderer API change.
2014-01-31 14:12:35 +00:00
Tim Hunt
9b62fec54a
MDL-43926 Unit tests shouldn't assume only one category on install
2014-01-31 10:46:35 +00:00
Marina Glancy
cfd46e76c6
MDL-43828 forum: allow to select single available group when posting
2014-01-31 17:00:19 +08:00
Marina Glancy
1c4b2c0b8d
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 16:59:54 +08:00
Marina Glancy
e262d58d6c
MDL-41384 upgrade: make sure to re-read $SITE from DB when course table is altered
2014-01-31 16:59:54 +08:00
Marina Glancy
97eb0e4473
MDL-33920 filepicker: hide 'save as' field when not applicable
2014-01-31 16:48:16 +08:00
Marina Glancy
4f6e4f8d86
weekly release 2.6.1+
2014-01-31 14:11:19 +08:00
Marina Glancy
814a6297ec
Merge branch 'install_26_STABLE' of git://git.moodle.org/moodle-install into MOODLE_26_STABLE
2014-01-31 14:11:18 +08:00
Petr Škoda
4d7f209923
MDL-43905 fix update of user login times
...
There needs to be only one event during user login.
The timemodified field is not supposed to be updated during login.
2014-01-31 10:07:20 +08:00
Gregory Faller
1d8d52cdd9
MDL-37714: Correctly identify frequently used comments during restore
2014-01-31 10:24:59 +10:30
Andrew Nicols
c5609f6dc5
MDL-42928 Filepicker: Disable behat tests run by phantom
...
There seems to be a bug relating to overflow: hidden on the body tag in
some cases which is only showing for dialogues which belong to the
filepicker.
Disabling these for the moment as this issue may be related to MDL-43712
which is a work in progress.
2014-01-30 17:13:56 +08:00
Damyon Wiese
e008e04db1
MDL-43805 assign: Behat test for quickgrading bug
2014-01-29 20:42:41 +08:00
Damyon Wiese
6b23bd16da
MDL-43805 assign: Quickgrading wipes out grades for hidden columns.
...
Grr.. quickgrading will always be a hack.
2014-01-29 20:42:38 +08:00
Andrew Nicols
20a93a61db
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:17:03 +08:00
Tim Hunt
e82aee6895
MDL-43892 dbtransfer: Fix missing string.
2014-01-28 15:56:28 +00:00
Eloy Lafuente (stronk7)
04224a6dc7
Merge branch 'MDL-42928-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-28 12:22:56 +01:00
Ankit Agarwal
90ace35a9d
MDL-43884 database: Fix get_tables() api for external stores
2014-01-28 16:54:35 +08:00
Kevin Wiliarty
414fcf2584
MDL-39942: invite only users who can post to discuss
2014-01-27 22:35:17 -05:00
Andrew Nicols
c81672b56d
MDL-42928 JavaScript: Disable lockScroll for small chooserdialogues
2014-01-28 09:50:45 +08:00
Andrew Nicols
eb97871058
MDL-42928 JavaScript: Add LockScroll to all modal dialogues
2014-01-28 09:50:27 +08:00
Andrew Nicols
d07b03422d
MDL-42928 JavaScript: Create a module to handle page scroll locking
2014-01-28 09:50:11 +08:00
Eloy Lafuente (stronk7)
960dfcae59
Merge branch 'm26_MDL-43797' of https://github.com/totara/moodle into MOODLE_26_STABLE
2014-01-28 00:44:24 +01:00
David Curry
9eb88a59dd
MDL-43797 lib/db/upgrade.php: Optimise sql for my_pages deletion
...
Change-Id: Ibf8da394e3357fdde351eac49627539eb412e247
2014-01-28 12:34:11 +13:00
Sam Hemelryk
9681639337
Merge branch 'MDL-43246_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-01-28 12:16:26 +13:00
Eloy Lafuente (stronk7)
115707c2b5
Merge branch '43688-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-28 00:00:16 +01:00
Eloy Lafuente (stronk7)
d9613f122f
Merge branch 'MDL-43874_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-01-27 23:53:33 +01:00
David Curry
ade2c99109
MDL-43797 lib/db/upgrade.php: Remove custom pages for deleted users
...
Change-Id: Ief5ec1dd0930e55b6f0bf2e0d2caa3febec07b18
2014-01-28 11:30:00 +13:00
David Curry
ee7d0bbfcf
MDL-43797 lib/moodlelib.php: Remove custom homepages on user deletion
...
Change-Id: I43359a630c0b668ed3312828c15acc9cc220e49b
2014-01-28 11:27:40 +13:00
Eloy Lafuente (stronk7)
646f774a0f
Merge branch 'MDL-43757_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-01-27 21:20:37 +01:00
Sam Hemelryk
83bfad45a5
Merge branch 'wip-MDL-43643-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-01-28 08:40:48 +13:00
Eloy Lafuente (stronk7)
408b3ee93f
Merge branch 'wip-mdl-43765-m26' of https://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2014-01-27 19:23:35 +01:00
Eloy Lafuente (stronk7)
06b2987aad
Merge branch 'wip-mdl-43766-m26' of https://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2014-01-27 19:20:02 +01:00
Eloy Lafuente (stronk7)
227164c9b6
Merge branch 'MDL-43773-MOODLE_26_STABLE' of https://github.com/lucisgit/moodle into MOODLE_26_STABLE
2014-01-27 17:22:49 +01:00
Eloy Lafuente (stronk7)
ff04a96ba2
Merge branch 'MDL-43581_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-01-27 17:04:11 +01:00
Tim Hunt
b006c3f9ff
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:59 +00:00
Eloy Lafuente (stronk7)
866bbb05f7
Merge branch 'wip-MDL-43800-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-01-27 12:02:36 +01:00
James Pratt
b98bc5cb98
MDL-43369 : quiz statistics - average across attempts where item seen
...
and not across all attempts for subqs.
2014-01-27 17:37:39 +07:00
Tim Hunt
b8e91060b1
MDL-43581 additionalhtmlfooter should be added to every page
...
Not just pages with a visible footer.
2014-01-27 10:26:02 +00:00
Eloy Lafuente (stronk7)
7a6ad10586
Merge branch 'MDL-43809_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-01-27 11:00:32 +01:00
AMOS bot
e73eb478c4
Automatically generated installer lang files
2014-01-27 00:42:36 +00:00
Mark Nielsen
91e6e56014
MDL-43734: Prevent purging of all user session cache
2014-01-27 00:28:53 +01:00
Sam Hemelryk
250611b579
Merge branch 'w04_MDL-43746_m26_courselogin' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-01-27 11:32:25 +13:00
Sam Hemelryk
5ccfa40292
Merge branch 'MDL-43794_m26' of https://github.com/merrill-oakland/moodle into MOODLE_26_STABLE
2014-01-27 11:16:15 +13:00
Tony Butler
bd538db810
MDL-43773 mod_choice: Swap order of name column headings in text export
2014-01-24 11:22:39 +00:00
Damyon Wiese
e205c062b1
MDL-43593 Assign editpdf: More robust handling of errors from TCPDF.
...
This includes a check to see if there are 0 pages in the combined pdf,
catching exceptions and suppressing php warnings and errors from bad pdf files.
Also - Use TCPDF directly to check if pdfs are compatible. The previous check was
letting dodgy PDFs through which then failed at generation time. This way dodgy
pdfs will get run through ghostscript early and cleaned up.
2014-01-24 16:17:29 +08:00
David Monllao
9cb75a10bf
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:12:18 +08:00
David Monllao
c18481fab8
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:12:12 +08:00
Petr Skoda
c22d036916
MDL-43746 fix require_course_login regression caused by MDL-25981
2014-01-24 13:51:54 +08:00
Russell Smith
cac73cf1ec
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.
Conflicts from extra tests in master:
blocks/comments/tests/events_test.php
mod/assign/submission/comments/tests/events_test.php
mod/data/tests/lib_test.php
mod/glossary/tests/events_test.php
2014-01-24 14:56:53 +11:00
AMOS bot
d4f1027e54
Automatically generated installer lang files
2014-01-24 00:42:09 +00:00
Jason Fowler
a4ea4e2b1a
MDL-40786 User profile: Fixing narrow screen RTL collapse
2014-01-24 08:38:27 +08:00
Nadav Kavalerchik
d86801bed7
MDL-40786 User Profile: Right align profile fields in RTL mode (theme/bootstrapbase, theme/clean)
2014-01-24 08:38:23 +08:00
Sam Hemelryk
a3e2211c5f
MDL-43688 dndupload: fixed positioning across themes
2014-01-24 09:52:40 +13:00
Tim Hunt
8b080d52ff
MDL-43809 qformat_xml messes up $s in multianswer questions.
2014-01-23 15:19:13 +00:00
Tim Hunt
68575baff3
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:18:56 +00:00
Tim Hunt
7e71efabf9
MDL-43246 some question data mapper unit tests
...
With fixes for the issues unearthed by these tests.
2014-01-23 15:18:55 +00:00
Tim Hunt
4caa3de6db
MDL-43246 give unit tests class a better name.
2014-01-23 15:18:55 +00:00
Eloy Lafuente (stronk7)
b88bb98ab7
weekly release 2.6.1+
2014-01-23 12:38:43 +01:00
Eloy Lafuente (stronk7)
fc27206268
Merge branch 'install_26_STABLE' of git://git.moodle.org/moodle-install into MOODLE_26_STABLE
2014-01-23 12:38:39 +01:00
Marina Glancy
929b5b3210
MDL-43643 chat: do not assign to nonexisting cm_info properties
2014-01-23 11:00:33 +08:00
Marina Glancy
9b4e4b7f64
MDL-43800 course: groupings are sorted alphabetically
2014-01-23 09:07:54 +08:00
Eric Merrill
ff71f55265
MDL-43794 Files API Set the mtime of files to extraction time.
...
The restore cleanup code expects the mtime to be the time of extraction
not the mtime before archiving. If set to the old mtime, the restore
files may be cleaned up before the restore is complete.
This behaviour also matches the behaviour of the zip unpacker.
2014-01-22 11:07:07 -05:00
Dan Poltawski
8f89ca5780
Merge branch 'MDL-41506-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-21 23:29:25 +08:00
Dan Poltawski
32418eeee0
Merge branch 'mdl34020-moodle26' of https://github.com/tlock/moodle into MOODLE_26_STABLE
2014-01-21 15:21:20 +08:00
Dan Poltawski
0469922b5f
Merge branch '43714-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-01-21 14:49:27 +08:00
Dan Poltawski
1cbda6fabd
Merge branch 'MDL-43760-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2014-01-21 14:28:52 +08:00
Damyon Wiese
eef0d3043c
Merge branch 'MDL-43725-26' of git://github.com/ankitagarwal/moodle into MOODLE_26_STABLE
2014-01-21 13:55:49 +08:00
Dan Poltawski
1f77f14fb9
Merge branch 'wip-MDL-43700-26' of git://github.com/abgreeve/moodle into MOODLE_26_STABLE
2014-01-21 12:24:41 +08:00
Dan Poltawski
574111a94e
Merge branch 'MDL-43717_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-01-21 12:19:36 +08:00
Dan Poltawski
66b74e5aa5
Merge branch 'MDL-43693-MOODLE_26_STABLE' of https://github.com/lucisgit/moodle into MOODLE_26_STABLE
2014-01-21 11:21:54 +08:00
Rajesh Taneja
81efab0cbb
MDL-43765 reports: Fixed addtional name warning
...
Fix the alternate name warning which is generated when course participation report
is viewed
2014-01-21 11:00:45 +08:00
Damyon Wiese
9717c4b19c
Merge branch 'MDL-41688-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-01-21 09:37:04 +08:00
Damyon Wiese
d6d18a2b7b
Merge branch 'MDL-43732_m26' of github.com:merrill-oakland/moodle into MOODLE_26_STABLE
2014-01-21 09:29:40 +08:00
Eloy Lafuente (stronk7)
8d8e51b073
Merge branch 'wip-MDL-43333-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-01-21 02:01:35 +01:00
Eric Merrill
2d73ec85ea
MDL-43732 quiz Fix styles so that question div doesn't overlap controls.
2014-01-20 19:57:10 -05:00
Eloy Lafuente (stronk7)
b61b21d7ee
Merge branch 'wip-MDL-43211-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-01-21 01:54:09 +01:00
Eloy Lafuente (stronk7)
a45dbb214b
Merge branch 'MDL-43401-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-01-21 01:46:54 +01:00
Eloy Lafuente (stronk7)
f973e5f968
Merge branch 'MDL-43480_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-01-21 01:44:45 +01:00
Eloy Lafuente (stronk7)
3e1eb36d77
Merge branch 'MDL-41693-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-01-21 01:13:54 +01:00
Eloy Lafuente (stronk7)
3677e0c1aa
Merge branch 'MDL-39684-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-21 00:20:51 +01:00
Eloy Lafuente (stronk7)
133e38fdbb
Merge branch 'MDL-40533-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-01-21 00:17:39 +01:00
Eloy Lafuente (stronk7)
7c5074ce82
Merge branch 'MDL-43743_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-01-21 00:05:11 +01:00
Eloy Lafuente (stronk7)
a7029b542e
Merge branch 'MDL-41362-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-21 00:02:11 +01:00
Frederic Massart
ff66e9daa8
MDL-41767 themes: Support for parent-specific sheets in plugins
2014-01-20 13:31:58 +01:00
Frederic Massart
b12cc0679f
MDL-41688 gradebook: Improved grading layout on bootstrapbase themes
2014-01-20 10:43:10 +01:00
Tony Butler
cfd4b8a3f5
MDL-43632 mod_feedback: Use SSL for reCAPTCHA API request if Moodle is using it
2014-01-20 17:14:38 +08:00
Rajesh Taneja
ee7bb53ccd
MDL-43766 reports: Fixed wrong string variable
2014-01-20 16:47:01 +08:00
Dan Poltawski
5f074a6bb0
Merge branch 'wip-MDL-41062-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-01-20 15:29:21 +08:00
Dan Poltawski
4f02d0074a
Merge branch '42682-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-01-20 15:25:49 +08:00
Dan Poltawski
1605660ad2
Merge branch 'MDL-43690_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-01-20 14:24:44 +08:00
Damyon Wiese
62415470ae
MDL-43760 Potential fix for fletcher scott issues with fullname.
2014-01-20 13:39:19 +08:00
Damyon Wiese
e35e70f83d
Merge branch 'MDL-42495-m26' of git://github.com/micaherne/moodle into MOODLE_26_STABLE
2014-01-20 13:21:34 +08:00
Dan Poltawski
8a073e4364
Merge branch 'MDL-42980_m26' of git://github.com/rwijaya/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-20 12:56:20 +08:00
Marina Glancy
8de9100136
MDL-41062 gradebook: corrections to grade_item upgrade script, more tests
2014-01-20 12:25:56 +08:00
Damyon Wiese
b53af0f2a6
Merge branch 'MDL-39683-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-20 11:29:21 +08:00
Damyon Wiese
5b860c69a2
Merge branch '43675-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-01-20 10:56:34 +08:00
Dan Poltawski
37b0d3adad
Merge branch 'MDL-43671_message_26' of https://github.com/andyjdavis/moodle into MOODLE_26_STABLE
2014-01-20 10:53:53 +08:00
Dan Poltawski
da2e9d519b
Merge branch 'MDL-40139-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-01-20 10:33:38 +08:00
Ankit Agarwal
6cfed595c9
MDL-43725 report_loglive: Fixing undefined variable error
...
AMOS BEGIN
CPY [page,report_log],[page,report_loglive]
AMOS END
2014-01-20 10:23:55 +08:00
Damyon Wiese
df25d33379
Merge branch 'MDL-43733_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-01-20 10:13:54 +08:00
Andrew Davis
9fade08632
MDL-43671 message: removed an overly cautious check
2014-01-20 10:06:27 +08:00
Dan Poltawski
e53eb2a208
Merge branch 'wip-mdl-43306-m26' of git://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2014-01-20 09:45:44 +08:00
David Monllao
2998a4cb30
MDL-43743 mod_scorm: Adding package disclaimer
...
As the package is licensed under CC 3.0 we should
be compliant with attribution.
2014-01-20 09:32:17 +08:00
Dan Poltawski
0b8749c892
Merge branch 'MDL-40752-26' of git://github.com/phalacee/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-20 09:26:12 +08:00
AMOS bot
e1882ddaef
Automatically generated installer lang files
2014-01-20 00:41:22 +00:00
AMOS bot
bb2e1de1c2
Automatically generated installer lang files
2014-01-19 00:41:56 +00:00
Tim Hunt
4c4fc6d629
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:49 +00:00
Tim Hunt
217d839ded
MDL-43690 quiz_question_tostring missing s().
...
This meant that the edit quiz page sometimes had invalid HTML.
2014-01-17 10:47:00 +00:00
David Monllao
cd554c4287
MDL-43743 behat: Lightweight scorm package
...
The previous used package were adding a second iframe
inside the scorm iframe and was slow loading it;
this patch replaces it for a simple one without any
extra iframe.
2014-01-17 17:43:25 +08:00
Dan Poltawski
15fac63956
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:36:37 +08:00
rwijaya
dc842aaa36
MDL-42980 clean theme: fixed add/cancel buttons position for safari on iPhone with ios7.
2014-01-17 16:14:14 +08:00
David Monllao
ef967ae424
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:22 +08:00
David Monllao
8279060aca
MDL-43480 behat: Removing @_only_local tags from steps where it is not necessary
2014-01-17 10:42:22 +08:00
David Monllao
2ab17fbdeb
MDL-43717 behat: Replacing 2050 for a date eariler than the max timestamp 32bit limit
...
All credit goes to Michael de Raadt.
2014-01-17 10:37:27 +08:00
AMOS bot
4a45541511
Automatically generated installer lang files
2014-01-17 00:48:06 +00:00
Sam Hemelryk
9b93e7b472
MDL-43714 blocks: fixed notice when moving to an empty region
2014-01-17 10:47:23 +13:00
Sam Hemelryk
aafc6872e4
MDL-43675 navigation: courses branch is now recognised as expandable
2014-01-17 10:27:05 +13:00
Sam Hemelryk
d073c81248
MDL-42682 theme_bootstrapbase: fixed styling of discussion selector
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-17 10:25:26 +13:00
Sam Hemelryk
74aa973e8e
MDL-42682 theme_bootstrapbase: fixed forum search alignment
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-17 10:25:24 +13:00
Eloy Lafuente (stronk7)
9c1c9d8954
weekly release 2.6.1+
2014-01-16 18:51:19 +01:00
Eloy Lafuente (stronk7)
40e8488c8d
Merge branch 'install_26_STABLE' of git://git.moodle.org/moodle-install into MOODLE_26_STABLE
2014-01-16 18:51:14 +01:00
AMOS bot
9a57b4bc0b
Automatically generated installer lang files
2014-01-16 00:43:16 +00:00
Eloy Lafuente (stronk7)
ba541f01b6
Merge branch 'm26_MDL-43222' of git://github.com/danmarsden/moodle into MOODLE_26_STABLE
2014-01-15 22:02:29 +01:00
Dan Marsden
64156342ad
MDL-43222 SCORM: Fix invalid sql
2014-01-16 09:49:36 +13:00
Rajesh Taneja
ebc09cc3ad
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:31:57 +08:00
Damyon Wiese
5af6a32866
Merge branch 'MDL-43621_26' of https://github.com/totara/openbadges into MOODLE_26_STABLE
2014-01-15 13:30:58 +08:00
Adrian Greeve
cbfbe43604
MDL-43700 reports: Update to the sql in the comment locallib to include additional name fields.
2014-01-15 12:05:40 +08:00
Yuliya Bozhko
f0040e7daf
MDL-43621 badges: Fix has_awards() result when deleted users are the only recipients of a badge
2014-01-15 16:25:48 +13:00
Eloy Lafuente (stronk7)
893139fd12
Merge branch 'MDL-43439_26-dateformat' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-01-15 04:01:11 +01:00
Damyon Wiese
f5d810b4f3
Merge branch 'MDL-43461_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-01-15 09:38:46 +08:00
David Monllao
e5ee31453a
MDL-43439 behat: Dir date without - separators
2014-01-15 09:18:55 +08:00
Dan Poltawski
05297cc0a8
Merge branch 'MDL-43619-m26' of git://github.com/sammarshallou/moodle into MOODLE_26_STABLE
2014-01-15 08:20:39 +08:00
Eloy Lafuente (stronk7)
66e46b4859
Merge branch 'MDL-43439_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-01-15 00:11:18 +01:00
Yuliya Bozhko
4768a4768b
MDL-43621 badges: Don't count deleted users as badge recipients
2014-01-15 09:57:26 +13:00
Yuliya Bozhko
b4918e7d8a
MDL-43621 badges: Don't display deleted users in badge recipients list
2014-01-15 09:54:19 +13:00
Eloy Lafuente (stronk7)
65e9de16c2
Merge branch 'wip-MDL-31597-26' of git://github.com/abgreeve/moodle into MOODLE_26_STABLE
2014-01-14 21:49:37 +01:00
Frederic Massart
1e8b6e0087
MDL-40533 block_html: Remove styles specific to the block
2014-01-14 19:07:22 +01:00
Ruslan Kabalin
9d649ad7a3
MDL-43693: assignment: Fix JS error on grading page.
2014-01-14 16:14:41 +00:00
Eloy Lafuente (stronk7)
ff48f6f0e7
Merge branch 'MDL-43332_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2014-01-14 16:53:40 +01:00
Eloy Lafuente (stronk7)
f5191afd30
Merge branch 'm26_MDL-43222' of git://github.com/danmarsden/moodle into MOODLE_26_STABLE
2014-01-14 16:45:38 +01:00
sam marshall
a6a14f2155
MDL-43619 Roles: reset_role_capabilities unit test, cache fix
2014-01-14 13:47:38 +00:00
sam marshall
bf2c42e8ee
MDL-43619 Roles: reset_role_capabilities function destroys overrides
2014-01-14 13:47:37 +00:00
Frederic Massart
b31c53a372
MDL-41506 theme_bootstrapbase: Implement highlight class
2014-01-14 11:24:10 +01:00
Dan Poltawski
f9d14c4cd7
Merge branch 'MDL-43664-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-01-14 16:50:09 +08:00
Dan Poltawski
79c8b9fcae
Merge branch 'm26_MDL-43577_Incorrect_Variable_Expansion' of https://github.com/scara/moodle into MOODLE_26_STABLE
2014-01-14 15:58:12 +08:00
Dan Poltawski
33d83d755a
Merge branch 'MDL-43642_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-01-14 15:48:52 +08:00
Dan Poltawski
4a2ac9676a
Merge branch 'm26_MDL-43575_Typo_In_The_Overridden_setOption' of https://github.com/scara/moodle into MOODLE_26_STABLE
2014-01-14 15:37:04 +08:00
Dan Poltawski
30354dc0d2
Merge branch 'MDL-43178_forum_26' of https://github.com/andyjdavis/moodle into MOODLE_26_STABLE
2014-01-14 15:26:52 +08:00
David Monllao
e906a85cc3
MDL-43439 behat: Save the screenshots to the specified location
2014-01-14 15:24:09 +08:00
Damyon Wiese
7b0e78bf83
Merge branch 'w02_MDL-43511_m26_bankcache' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-01-14 14:29:34 +08:00
Damyon Wiese
24607ba326
Merge branch 'MDL-43371-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-01-14 14:05:27 +08:00
Damyon Wiese
eb8f1fef79
Merge branch 'MDL-43460-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-01-14 13:33:30 +08:00
Damyon Wiese
5a0cf2cda0
Merge branch 'w02_MDL-43488_m26_signreq' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-01-14 13:18:35 +08:00
David Monllao
58dd0d506e
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:14:40 +08:00
David Monllao
22a09b7d40
MDL-43461 behat: Using linux-style directory separators when using cygwin
2014-01-14 13:14:14 +08:00
Damyon Wiese
020705cca0
Merge branch 'MDL-43610-m26' of git://github.com/micaherne/moodle into MOODLE_26_STABLE
2014-01-14 12:37:17 +08:00
Adrian Greeve
e5eddec0b7
MDL-31597 gradebook: Update to gradebook behat tests to include testing grade weightings.
2014-01-14 11:48:36 +08:00
Adrian Greeve
7269154b44
MDL-31597 gradebook: Removed the percentage symbol from weights in the gradebook.
2014-01-14 11:48:12 +08:00
Dan Poltawski
1e65c37e97
Merge branch 'm26_MDL-42792' of git://github.com/danmarsden/moodle into MOODLE_26_STABLE
2014-01-14 11:28:44 +08:00
Dan Poltawski
b3eacbd5da
Merge branch 'MDL-43412_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-01-14 10:46:34 +08:00
Andrew Nicols
56f0dc64ed
MDL-43664 Javascript: Use YUI indexOf for pending_js tracking
...
Some old browsers do not support indexOf and so cannot determine whether JS
script is in progress. The YUI Y.Array module polyfills the indexOf
functionality when it does not exist.
2014-01-14 10:40:39 +08:00
Nadav Kavalerchik
f4075b7127
MDL-40752 Login RTL: Swapping the panels on two-panel login pages for RTL
...
Additions to the patch made by Jason Fowler <phalacee@gmail.com >
2014-01-14 09:23:46 +08:00
AMOS bot
1b696dcde0
Automatically generated installer lang files
2014-01-14 00:45:37 +00:00
Mark Nelson
0deddeed2f
MDL-43332 core_grades: automated basic grade viewing functionality performed in MDLQA-317
2014-01-13 15:48:12 -08:00
Eloy Lafuente (stronk7)
8c75f05721
Merge branch 'MDL-43109_26' of https://github.com/mdikih/moodle into MOODLE_26_STABLE
2014-01-13 21:51:54 +01:00
Matteo Scaramuccia
fc33a35857
MDL-43575 Libraries Google_CurlIO ext, typo in the overridden setOption().
2014-01-13 21:34:48 +01:00
Matteo Scaramuccia
5725c1850f
MDL-43577 Messages Incorrect variable expansion in the message template.
2014-01-13 21:11:09 +01:00
Frederic Massart
c7d4465070
MDL-41362 theme_bootstrapbase: Alignment of User Selector controls
2014-01-13 18:41:32 +01:00
Frederic Massart
b4eed40953
MDL-39684 theme: RTL align of restrictions label in file manager
2014-01-13 16:27:52 +01:00
Frederic Massart
08a491e16d
MDL-39683 message: RTL alignment of messages in theme_base
2014-01-13 15:41:30 +01:00
Nadav Kavalerchik
53a26c87d6
MDL-39683 Messages, Themes: Fix "my" and "other person" message alignment in RTL mode (theme/clean)
2014-01-13 15:29:53 +01:00
Dan Poltawski
a377868a50
Merge branch 'MDL-40849-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-01-13 15:50:34 +08:00
Frederic Massart
7e343b7304
MDL-40849 gradingform_guide: Fixed CSS issues with Bootstrapbase
2014-01-13 08:12:18 +01:00
Dan Poltawski
4d2984c136
Merge branch '43598-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-01-13 12:37:26 +08:00
Dan Poltawski
6719aa5ec5
Merge branch 'MDL-39603-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-13 12:34:58 +08:00
Dan Poltawski
d9dcb97bbe
Merge branch '41226-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-01-13 11:11:12 +08:00
Dan Poltawski
51bced46a7
Merge branch '40821-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-01-13 11:03:37 +08:00
Dan Poltawski
a893680091
Merge branch '40693-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-01-13 10:07:54 +08:00
Dan Poltawski
67a75acaff
Merge branch 'MDL-41152-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-13 10:03:47 +08:00
Sam Hemelryk
6060234de5
MDL-40205 theme: fixed overflow of block headers
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-13 09:41:25 +08:00
Dan Poltawski
892173b3f3
Merge branch 'MDL-40705-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-13 09:36:12 +08:00
Dan Poltawski
bc7a77f14d
Merge branch 'MDL-39661-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-01-13 08:54:23 +08:00
Sam Hemelryk
a2fb18da50
MDL-43598 dialogue: fixed bug with render procedure
...
Conflicts:
lib/yui/build/moodle-core-chooserdialogue/moodle-core-chooserdialogue-min.js
lib/yui/build/moodle-core-notification-dialogue/moodle-core-notification-dialogue-min.js
2014-01-13 08:25:42 +13:00
Sam Hemelryk
cdd7fe6a48
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:12 +13:00
Sam Hemelryk
fe7bf6425a
MDL-40821 theme_bootstrapbase: show the current lang in the menu
2014-01-13 08:16:04 +13:00
Sam Hemelryk
495a02bb5a
MDL-40693 theme_bootstrapbase: changed navbar separator to official separator
2014-01-13 08:15:39 +13:00
Petr Škoda
a27c1faa9f
MDL-43488 remoe city and country requirement from signup
...
This was supposed to be part of MDL-28558.
2014-01-12 18:23:56 +08:00
Petr Škoda
6b4ae63ac8
MDL-43511 do not cache the MUC cache in question code
2014-01-12 18:21:29 +08:00
Eloy Lafuente (stronk7)
0e088aec08
Moodle release 2.6.1
2014-01-11 15:57:34 +01:00
Eloy Lafuente (stronk7)
378240d57d
MDL-43646 "disapprove" changed to "undo approval"
2014-01-10 19:55:23 +01:00
Eloy Lafuente (stronk7)
d339d41274
MDL-43590 move unapprove to undo approval
2014-01-10 18:55:17 +01:00
Michael Aherne
4b6c90cb17
MDL-46310 assign Prevent blind marking submission notification email being sent to noreplyemail address
2014-01-10 16:03:17 +00:00
Frederic Massart
543397a50d
MDL-40139 block_privatefiles: Prevent usage of unmaintained edit page
2014-01-10 13:01:56 +01:00
Frederic Massart
0047b06264
MDL-41693 group: Use standard layout for group related pages
2014-01-10 12:29:56 +01:00
Damyon Wiese
134462ae28
MDL-43439: Behat - new $CFG param - behat_screenshot_after_failure
2014-01-10 17:56:04 +08:00
David Monllao
52a027398e
MDL-43642 behat: Setting the correct files @package
2014-01-10 17:47:49 +08:00
Eloy Lafuente (stronk7)
02b5deb65a
Merge branch 'MDL-43590-en_fix_26' of git://github.com/mudrd8mz/moodle into MOODLE_26_STABLE
2014-01-10 10:10:27 +01:00
Dan Marsden
e71ac727e3
MDL-43222 SCORM: correct check for list of attempts and make correct check for current attempt in scorm_get_toc
2014-01-10 22:04:54 +13:00
Dan Marsden
8c5dd5e5eb
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:06:39 +13:00
Damyon Wiese
704ecfea00
weekly release 2.6+
2014-01-10 14:20:58 +08:00
Damyon Wiese
8aaad0d2b6
Merge branch 'install_26_STABLE' of git://git.moodle.org/moodle-install into MOODLE_26_STABLE
2014-01-10 14:20:52 +08:00
Marina Glancy
0078652172
MDL-43333 blocks: move activity icon in social and main menu
2014-01-10 12:09:09 +08:00
Eloy Lafuente (stronk7)
8d5b7ed598
MDL-36721 make upgrade queries cross-db
2014-01-10 11:20:52 +08:00
Andrew Davis
b4de89cc95
MDL-43178 mod_forum: fixed the digest setting confirmation message
2014-01-10 08:42:21 +08:00
Eloy Lafuente (stronk7)
d9aa7cbb6f
Merge branch 'wip-MDL-43283-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-01-09 23:07:52 +01:00
Frederic Massart
750f660990
MDL-43401 mod_lesson: Fix serving of the pluginfile mediafile
2014-01-09 16:56:06 +01:00
Frederic Massart
7e3c5c34d6
MDL-43371 mod_lesson: Remove files upon page or module deletion
2014-01-09 16:23:17 +01:00
Frederic Massart
9a093f57a1
MDL-41152 theme_bootstrapbase: Optimise width for gradebook tree view
2014-01-09 10:44:40 +01:00
Marina Glancy
69d44a56fe
MDL-43211 blocks: style edit icons in main menu and social activities
2014-01-09 17:29:30 +08:00
Marina Glancy
41391dfd9d
MDL-43211 course: do not return indent icon if not needed
2014-01-09 17:29:25 +08:00
Marina Glancy
61d35d7b9d
MDL-43283 mod_chat: corrected SQL query to follow strict groupping rules
2014-01-09 15:38:29 +08:00
AMOS bot
963e29f6b2
Automatically generated installer lang files
2014-01-09 00:42:12 +00:00
Helen Foster
8772689453
MDL-43590 Merge English strings from the en_fix language pack
2014-01-09 01:11:59 +01:00
Tim Hunt
4cbc5af3a6
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 18:00:56 +00:00
Andrew Nicols
5cf42ac843
MDL-40119 Forms: Remove cursor style override for calendar button
2014-01-08 11:14:37 +01:00
Frederic Massart
bc936e8ac8
MDL-39603 theme_bootstrapbase: Alignment of filter form elements on enrol page
2014-01-08 10:45:13 +01:00
David Monllao
5bb7f7e0dc
MDL-43423 behat: Increasing the timeout to 6 seconds
2014-01-08 09:56:10 +01:00
Dan Poltawski
135634fbd3
Merge branch 'wip-MDL-43606-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2014-01-08 14:33:11 +08:00
Marina Glancy
6f70004a0d
MDL-43606 tinymce_managefiles: bump version
...
to allow smooth upgrade from contributed plugin in 2.5
2014-01-08 13:57:54 +08:00
Dan Poltawski
d99f765ee6
Merge branch 'MDL-43595-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2014-01-08 11:34:48 +08:00
Damyon Wiese
87f4750d75
MDL-43595: The dropdowns for editpdf stopped working due to a recent change.
2014-01-08 09:20:04 +08:00
Eloy Lafuente (stronk7)
a3fa0ca96f
Merge branch 'MDL-40119-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-01-08 02:17:42 +01:00
Eloy Lafuente (stronk7)
895e16ff28
Merge branch 'w01_MDL-42797_m26_admin' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-01-08 02:10:36 +01:00
Eloy Lafuente (stronk7)
93073173ce
Merge branch 'MDL-43423_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-01-08 02:02:56 +01:00
Eloy Lafuente (stronk7)
5c283bb713
Merge branch 'wip-MDL-42310-26' of git://github.com/abgreeve/moodle into MOODLE_26_STABLE
2014-01-08 01:52:12 +01:00
Dan Poltawski
e86b3c7335
Merge branch 'MDL-43173_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-01-08 08:21:09 +08:00
Eloy Lafuente (stronk7)
52d8541b5b
Merge branch 'm26_MDL-43508_Invalid_String_Identifier' of https://github.com/scara/moodle into MOODLE_26_STABLE
2014-01-08 00:46:13 +01:00
Eloy Lafuente (stronk7)
99a57908f5
Merge branch 'MDL-42607_rss_26' of https://github.com/andyjdavis/moodle into MOODLE_26_STABLE
2014-01-08 00:42:45 +01:00
Eloy Lafuente (stronk7)
ebe415f889
Merge branch 'MDL-42392-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-01-08 00:33:48 +01:00
Eloy Lafuente (stronk7)
f0d61c012d
Merge branch 'MDL-43451-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-01-07 23:38:28 +01:00
Dan Poltawski
d829440fed
Merge branch 'w01_MDL-43510_m26_test404' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-01-07 17:26:01 +08:00
Dan Poltawski
e57bc1637c
Merge branch 'm26_MDL-43482_Lot_Of_Passed_By_Reference_Messages' of https://github.com/scara/moodle into MOODLE_26_STABLE
2014-01-07 17:20:49 +08:00
Damyon Wiese
708e0804b8
Merge branch 'w01_MDL-43585_m26_userlib' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-01-07 13:33:53 +08:00
Damyon Wiese
3a8e16ecab
Merge branch 'MDL-43411-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-01-07 12:52:49 +08:00
Dan Poltawski
9fe6a6f42b
Merge branch 'm26_MDL-40379_Prevent_Some_Mobile_Network_Providers_From_Modifying_Content' of https://github.com/scara/moodle into MOODLE_26_STABLE
2014-01-07 12:43:29 +08:00
Petr Škoda
7f5a384c99
MDL-43585 remove incorrect user/lib.php include
2014-01-07 12:16:34 +08:00
Dan Poltawski
836399115b
Merge branch 'MDL-42995-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-01-07 11:51:18 +08:00
Dan Poltawski
adb28ab708
Merge branch 'wip-mdl-43521-m26' of https://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2014-01-07 11:08:28 +08:00
Rajesh Taneja
c783a874f0
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:27 +08:00
Dan Poltawski
883ea035af
Merge branch 'MDL-43394a-26' of https://github.com/srynot4sale/moodle into MOODLE_26_STABLE
2014-01-07 11:00:12 +08:00
Tony Butler
c56a930df8
MDL-43373 core_enrol: Display enrolments dimmed if outside of start or end times
2014-01-07 10:44:29 +08:00
Damyon Wiese
28abbabae5
Merge branch 'MDL-43448_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-01-07 09:22:15 +08:00
AMOS bot
2010db2cd4
Automatically generated installer lang files
2014-01-07 00:41:52 +00:00
Frederic Massart
bf6527407d
MDL-40705 theme_bootstrapbase: Handling of long words in block content
2014-01-06 15:45:19 +01:00
Frederic Massart
2424069da2
MDL-39661 blocks: Removed notice when moving a block
2014-01-06 12:44:23 +01:00
Frederic Massart
8d1293da86
MDL-43460 calendar: Decode event description links on restore
2014-01-06 11:46:56 +01:00
Frederic Massart
396b5cc75b
MDL-42995 mod_assign: Extended tests for update_calendar method
2014-01-06 10:32:06 +01:00
Frederic Massart
49a9cc9bd1
MDL-42995 mod_assign: Remove files from calendar event description
2014-01-06 10:32:00 +01:00
Frederic Massart
5bf8b2e969
MDL-42995 libraries: Global function to strip pluginfile content
2014-01-06 10:31:48 +01:00
Damyon Wiese
9ce83d0908
Merge branch 'MDL-43399-26' of git://github.com/mouneyrac/moodle into MOODLE_26_STABLE
2014-01-06 16:14:02 +08:00
Damyon Wiese
0f399f7f74
Merge branch 'MDL-43454-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-01-06 15:52:17 +08:00
Damyon Wiese
5726fe6263
Merge branch 'w01_MDL-36721_m26_passlog' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-01-06 14:51:16 +08:00
Dan Poltawski
e3e938b861
Merge branch '43349-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-01-06 14:21:45 +08:00
Rajesh Taneja
3dd7b4f805
MDL-42883 Administration: Check sessionkey before taking action on user profile fields
2014-01-06 13:58:59 +08:00
Tony Butler
cf3f46344e
MDL-43408 gradereport_grader: Display users with expired enrolments as inactive in grader report
2014-01-06 10:38:13 +08:00
Sam Hemelryk
0cb1903bfd
Merge branch 'MDL-35973_redirect_26' of https://github.com/andyjdavis/moodle into MOODLE_26_STABLE
2014-01-06 11:28:25 +13:00
Sam Hemelryk
8571b889f3
Merge branch 'MDL-43281-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-01-06 11:22:09 +13:00
Sam Hemelryk
ec9f2a7d3f
Merge branch 'MDL-42212-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2014-01-06 10:30:13 +13:00
Sam Hemelryk
97e9098927
Merge branch 'MDL-42801-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-01-06 10:20:39 +13:00
Andrew Davis
44b74479cb
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:08:05 +08:00
AMOS bot
6a4e20e239
Automatically generated installer lang files
2014-01-04 00:51:51 +00:00
David Monllao
adf125a30b
MDL-43173 behat: Thowing an exception if the JS is not ready
2014-01-03 11:29:56 +08:00
Rajesh Taneja
3db84ae082
MDL-43521 block_admin_bookmarks: Site admin node is of type TYPE_SITE_ADMIN
...
Since 2.6 Site admin node is of type TYPE_SITE_ADMIN, previously it was TYPE_SETTING
2014-01-03 10:47:39 +08:00
Michael Milette
025000a221
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:30:11 +08:00
Andrew Davis
a90069245d
MDL-42607 mod_forum:fixed some inefficiencies in forum RSS generation
2014-01-02 10:50:54 +08:00
Petr Škoda
ddc72f06ef
MDL-42797 require real user login on upgrade settings page
2014-01-02 09:17:38 +08:00
Sam Hemelryk
55f4cb7299
MDL-43349 cache: init now checks store requirements are met
2014-01-02 09:22:42 +13:00
Petr Škoda
9d904936c8
MDL-42797 require real user login on admin page
2014-01-01 15:19:34 +08:00
Andrew Nicols
560672aaa1
MDL-43451 Cron: Retrieve additional name fields when creating passwords
2014-01-01 02:25:42 +08:00
Andrew Nicols
5aee2507d4
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:20:15 +08:00
Andrew Nicols
1f5b61e1db
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 15:54:42 +08:00
AMOS bot
c15270df73
Automatically generated installer lang files
2013-12-30 00:43:23 +00:00
Petr Škoda
5e10746ae7
MDL-43510 fix 404 unit test server incompatibility
2013-12-29 15:29:30 +08:00
AMOS bot
84510e3b82
Automatically generated installer lang files
2013-12-29 00:43:25 +00:00
Matteo Scaramuccia
a9df6656b8
MDL-40379 Files Prevent mobile network providers from modifying content.
2013-12-28 14:02:18 +01:00
Matteo Scaramuccia
b33cc5d748
MDL-43508 Quiz Invalid get_string() identifier.
2013-12-28 11:21:36 +01:00
Andrew Nicols
74b0aca7eb
MDL-42801 JavaScript: Fix dndupload to match actual style
2013-12-28 09:15:27 +08:00
Andrew Nicols
e9ca5e144c
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:42:02 +08:00
Petr Škoda
be6128fcd5
MDL-36721 do not store passwords in config logs
2013-12-27 11:18:50 +08:00
Petr Škoda
424c3248c7
MDL-43196 do not load file management for guests and when not managing files
2013-12-27 11:12:33 +08:00
AMOS bot
81de3795fa
Automatically generated installer lang files
2013-12-25 00:42:49 +00:00
Matteo Scaramuccia
f29b93ad61
MDL-43482 Chat Lot of "Only variables should be passed by reference".
2013-12-24 11:06:22 +01:00
Sam Hemelryk
e71a5333a3
weekly release 2.6+
2013-12-24 17:17:49 +13:00
Sam Hemelryk
910dc3393c
Merge branch 'install_26_STABLE' of git://git.moodle.org/moodle-install into MOODLE_26_STABLE
2013-12-24 17:17:46 +13:00
Sam Hemelryk
5ac473e356
Merge branch 'wip-MDL-41788_M26_3' of git://github.com/gjb2048/moodle into MOODLE_26_STABLE
2013-12-24 12:52:02 +13:00
Eloy Lafuente (stronk7)
93b6f3c79e
Merge branch 'w52_MDL-43314_m26_floats' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2013-12-24 00:46:12 +01:00
Sam Hemelryk
10beedc18f
Merge branch 'MDL-41246-moodle26' of git://github.com/StudiUM/moodle into MOODLE_26_STABLE
2013-12-24 11:41:32 +13:00
Sam Hemelryk
83797afa91
Merge branch 'MDL-43438-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2013-12-24 11:23:06 +13:00
Sam Hemelryk
d3220e229e
Merge branch 'MDL-43250-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2013-12-24 10:44:04 +13:00
Sam Hemelryk
f2b1768da6
Merge branch 'MDL-43410-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2013-12-24 09:12:47 +13:00
AMOS bot
e200f7a382
Automatically generated installer lang files
2013-12-23 12:40:11 +00:00
AMOS bot
2d92ee0ad5
Automatically generated installer lang files
2013-12-23 12:26:27 +00:00
Aaron Barnes
a6cf46f473
MDL-43394 behat: Fix checkbox action
2013-12-23 16:00:06 +13:00
Sam Hemelryk
1c5052e29f
Merge branch 'MDL-35032-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2013-12-23 15:57:49 +13:00
Andrew Nicols
5c7d7dec73
MDL-43411 JavaScript: Correct checks for section support to use helper function
2013-12-23 09:45:24 +08:00
Sam Hemelryk
61dde025a1
Merge branch 'MDL-30195-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2013-12-23 14:35:07 +13:00
Sam Hemelryk
b10fec1750
Merge branch 'w52_MDL-43367_m26_contextpath' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2013-12-23 14:31:50 +13:00
Eloy Lafuente (stronk7)
a4c14b94ca
Merge branch 'MDL-43318-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2013-12-23 00:39:48 +01:00
Sam Hemelryk
072ce9a5e7
MDL-34182 js: fixed typo in ajaxException use
2013-12-23 09:43:16 +13:00
Sam Hemelryk
2347fe5450
Merge branch 'MDL-43325-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
...
Conflicts:
lib/yui/build/moodle-core-notification-dialogue/moodle-core-notification-dialogue-min.js
2013-12-23 08:50:48 +13:00
Sam Hemelryk
43d6e05c24
Merge branch 'MDL-34182-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2013-12-23 08:16:23 +13:00
Petr Škoda
b3e24b7f60
MDL-43314 make float serialize consistent on all systems
...
This should resolve problems with plugin version change detection.
2013-12-22 16:06:52 +08:00
Petr Škoda
2a8d78c00f
MDL-43367 stop returning of bogus context children when path unknown
...
This also prevents deletion of system context.
2013-12-22 16:00:09 +08:00
Tim Hunt
69be43879e
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:42 +00:00
Damyon Wiese
5d2169e053
weekly release 2.6+
2013-12-20 11:58:11 +08:00
Damyon Wiese
996c1d5b15
Merge branch 'install_26_STABLE' of git://git.moodle.org/moodle-install into MOODLE_26_STABLE
2013-12-20 11:58:07 +08:00
Damyon Wiese
206b1f6d6d
MDL-43318 Assign: Fix bug when editing previous attempt feedback
2013-12-20 11:15:00 +08:00
Gareth J Barnard
997731210c
MDL-41788 theme_bootstrapbase: Custom menus - sub-menus breaking.
2013-12-19 12:11:15 +00:00
David Monllao
83e305fa8c
MDL-43404 behat: Avoid failures at framework level as much as possible
...
- Move them to i_look_for_exceptions() so they will be
thrown at a step (scenario) level.
- Accept alerts only when they are detected to avoid
all the following scenarios to be failing; they would
continue executing, but they will all fail if the alert
is still there
- Add a step to avoid add_scorm.feature to fail
- Refine the UnknownError catch
2013-12-19 16:03:40 +08:00
Frederic Massart
50809576b5
MDL-43454 mod_assignment: Use of undefined constants FILE_*
2013-12-19 07:22:06 +01:00
Eloy Lafuente (stronk7)
2d2faf8087
Revert "MDL-43306 restore: fix grade item sortorder restoration"
...
This reverts commit 6afd79df8d .
2013-12-19 02:14:03 +01:00
AMOS bot
5f41d7ce6b
Automatically generated installer lang files
2013-12-19 00:44:14 +00:00
Jean-Philippe Gaudreau
adcddcf776
MDL-41246 cache: Fix PHP notice of non well formed numeric values for the memcache store
2013-12-18 08:52:59 -05:00
Frederic Massart
15d16015b7
MDL-43438 mod_assignment: Prevent double inclusion of plugin files
2013-12-18 09:18:07 +01:00
David Monllao
6acf61d35e
MDL-43235 behat: Remove notice about undeclared var
2013-12-18 16:03:29 +08:00
Dan Poltawski
8d7c3b0d50
Merge branch 'MDL-41198-26' of https://github.com/mr-russ/moodle into MOODLE_26_STABLE
2013-12-18 14:59:59 +08:00
Russell Smith
4902bfaf3e
MDL-41198 lib: Add comment about the changes to srand on adodb
2013-12-18 16:53:17 +11:00
Russell Smith
9c5c2dbf5a
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.
2013-12-18 16:53:10 +11:00
Russell Smith
dd7e948dba
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:53:04 +11:00
Eloy Lafuente (stronk7)
ae20e634d7
Merge branch 'MDL-43404_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2013-12-18 02:24:19 +01:00
Russell Smith
c25dbc446a
MDL-41292 cache: only update identifiers if they change
2013-12-18 02:23:36 +01:00
Sam Hemelryk
12c847fed9
Merge branch 'MDL-43235_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2013-12-18 11:19:26 +13:00
Eloy Lafuente (stronk7)
04b53e0e0c
Merge branch 'MDL-43025-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2013-12-17 22:59:14 +01:00
Sam Hemelryk
6a8e8ac25e
Merge branch 'MDL-43355_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2013-12-18 10:45:02 +13:00
Sam Hemelryk
f01cac675a
Merge branch 'MDL-43074-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2013-12-18 09:58:51 +13:00
Andrew Nicols
6d69cf1045
MDL-43234 JavaScript: Clone dialogue configuration before initialising
...
Since we modify the config object when instantiating a new Dialogue, we
need to clone the configuration to prevent those changes from being
reflected back in the caller.
2013-12-18 09:53:35 +13:00
Sam Hemelryk
3aa576a8ef
Merge branch 'MDL-38698-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2013-12-18 09:21:31 +13:00
David Monllao
cc8ba5f12a
MDL-43404 behat: Form change checker disabled when running behat
2013-12-17 18:40:13 +08:00
David Monllao
303ea5f34e
MDL-43404 behat: Removing auto accept_alert
2013-12-17 18:40:06 +08:00
David Monllao
63e764faba
MDL-43423 behat: Running hooks before and after each step of a chained step
2013-12-17 18:14:48 +08:00
Eloy Lafuente (stronk7)
e74f735a99
Merge branch 'MDL-43306-26' of git://github.com/danpoltawski/moodle into MOODLE_26_STABLE
2013-12-17 10:29:34 +01:00
Frederic Massart
ae5884f8e6
MDL-38698 filter_urltolink: Remove performance test in Unit Test
2013-12-17 07:06:01 +01:00
Frederic Massart
2490febd82
MDL-38698 filter_urltolink: Do not link the URL property of CSS
2013-12-17 07:06:01 +01:00
Marina Glancy
df1914d111
Merge branch 'MDL-37679-26' of git://github.com/phalacee/moodle into MOODLE_26_STABLE
2013-12-17 16:37:42 +11:00
Marina Glancy
6e39ee0c82
Merge branch 'wip-MDL-43295-26' of git://github.com/abgreeve/moodle into MOODLE_26_STABLE
2013-12-17 16:36:00 +11:00
Mark Nielsen
13e8736049
MDL-37679 Course: Adding section to page title on section only pages
2013-12-17 11:42:38 +08:00
Adrian Greeve
d868e5331c
MDL-43295 mod_assign: Removed wrongly used format_text call in online text submission.
2013-12-17 10:44:36 +08:00
Andrew Nicols
829897be3e
MDL-43410 JavaScript: Stop event propagation when opening the action menu
...
In certain situations, the click event is propagated through to the
hideIfOutside and immediately closes the menu.
This happens when blocks are dock for example.
2013-12-17 09:57:58 +08:00
Marina Glancy
20b9e53010
Merge branch 'MDL-41075-26' of git://github.com/mouneyrac/moodle into MOODLE_26_STABLE
2013-12-17 11:24:08 +11:00
Russell Smith
5470f3859f
MDL-39725 database: Apply database statistics update to daily stats
2013-12-17 10:26:49 +13:00
Russell Smith
9cd60b20d0
MDL-39725 database: Include stats collections in unit tests
2013-12-17 10:26:48 +13:00
Russell Smith
bd8dbfdbc3
MDL-39725 database: Add statistics collection functions
...
Conflicts:
lib/dml/moodle_database.php
2013-12-17 10:26:46 +13:00
Sam Hemelryk
21bb4f142c
Merge branch 'MDL-25473-26' of git://github.com/phalacee/moodle into MOODLE_26_STABLE
2013-12-17 08:54:22 +13:00
Sam Hemelryk
7809633d79
Merge branch 'MDL-34321-26' of git://github.com/phalacee/moodle into MOODLE_26_STABLE
2013-12-17 08:47:51 +13:00
Sam Hemelryk
7f574aadff
Merge branch 'MDL-36984-26' of git://github.com/phalacee/moodle into MOODLE_26_STABLE
2013-12-17 08:44:52 +13:00
Sam Hemelryk
9c099d21eb
Merge branch 'w51_MDL-43268_m26_filternotice' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2013-12-17 08:24:52 +13:00
Frederic Massart
8ee06a7b17
MDL-30195 portfolio_googledocs: Allow export of rich HTML
2013-12-16 11:06:57 +01:00
Jerome Mouneyrac
22c5c2f04c
MDL-43399 Badge: the Choose... option can still be selected once a role is choosen.
2013-12-16 14:33:45 +08:00
Frederic Massart
83818b0452
MDL-42212 mod_lesson: Use autoloading for mod_lesson_file_info
2013-12-16 07:26:13 +01:00
Frederic Massart
e81efe7691
MDL-42212 mod_lesson: Localise area names
2013-12-16 07:26:13 +01:00
Frederic Massart
a256d06cfd
MDL-42212 mod_lesson: Fix callbacks retrieving activity files
2013-12-16 07:26:13 +01:00
Jerome Mouneyrac
ef483684d3
MDL-41075 Remove "Choose..." option from participants page.
2013-12-16 12:08:36 +08:00
Damyon Wiese
147c966a46
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:50:23 +08:00
Sam Hemelryk
a3a8490d3a
Merge branch 'wip-mdl-21180-m26' of https://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2013-12-16 15:43:47 +13:00
Sam Hemelryk
e9623e55e3
Merge branch 'MDL-43062-26' of git://github.com/mouneyrac/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-12-16 15:40:25 +13:00
Rajesh Taneja
ae1baf9042
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:58:26 +08:00
Marina Glancy
be7a37d442
Merge branch 'MDL-37972-26' of git://github.com/phalacee/moodle into MOODLE_26_STABLE
2013-12-16 12:27:59 +11:00
Sam Hemelryk
e646b89f8b
Merge branch 'wip-MDL-43348_M26' of git://github.com/gjb2048/moodle into MOODLE_26_STABLE
2013-12-16 14:09:52 +13:00
Sam Hemelryk
a0f5d96f1e
Merge branch 'MDL-40096-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2013-12-16 13:52:03 +13:00
Sam Hemelryk
45c0583312
Merge branch 'MDL-40436-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2013-12-16 11:31:13 +13:00
Sam Hemelryk
05a423d850
Merge branch 'w51_MDL-42931_m26_env27' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2013-12-16 11:17:46 +13:00
Sam Hemelryk
12869bfdb1
Merge branch 'MDL-42085-26' of git://github.com/mouneyrac/moodle into MOODLE_26_STABLE
2013-12-16 11:11:26 +13:00
Sam Hemelryk
909f01f17e
Merge branch 'MDL-43326-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2013-12-16 09:46:32 +13:00
Frederic Massart
d8a4219d47
MDL-35032 mod_book: 1.9 backup restore convertis files to book area
2013-12-13 10:26:58 +01:00
David Monllao
c56dbe9c28
MDL-43235 behat: Ensure that behat_config_manager::get_config_file_contents() has always a behat_wwwroot
2013-12-13 14:33:52 +08:00
Andrew Nicols
d0e04db7fb
MDL-34182 Repositories: Check for and warn on invalid output in the file picker
2013-12-13 14:15:10 +08:00
Andrew Nicols
2e96609a93
MDL-34182 AJAX: Change to use shared method when checking the siteadminbranch for invalid output
2013-12-13 14:15:10 +08:00
Andrew Nicols
207f2c8880
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:15:09 +08:00
Petr Škoda
2f7a48c0a9
MDL-42931 set new requirements for 2.7
2013-12-13 14:06:20 +08:00
Petr Škoda
ad2d2f19a3
MDL-43268 fix filter notice when not in debug mode
2013-12-13 13:59:31 +08:00
Jerome Mouneyrac
834f172c77
MDL-43062 course: Content of label is left-aligned, regardless of alignment chosen
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-12-13 13:55:51 +08:00
Sam Hemelryk
8703e6530c
weekly release 2.6+
2013-12-13 16:59:33 +13:00
Sam Hemelryk
40d3bc442f
Merge branch 'install_26_STABLE' of git://git.moodle.org/moodle-install into MOODLE_26_STABLE
2013-12-13 16:59:31 +13:00
AMOS bot
3c790ba117
Automatically generated installer lang files
2013-12-13 00:42:12 +00:00
Gareth J Barnard
f10d0d2745
MDL-43348 theme: html <nav> element on the wrong content.
2013-12-12 16:14:50 +00:00
David Monllao
668505a9e4
MDL-42625 behat: Wrapping select an option extra actions in a try & catch
...
To select an option is specially painful, every browser
behaves differently and phantomjs just joined the party
throwing "Element does not exist in cache" random
exceptions that we need to catch.
2013-12-12 12:20:34 +01:00
David Monllao
b1915ed987
MDL-43355 testing: Return the hash when HEAD points to a hash
2013-12-12 17:39:37 +08:00
Andrew Nicols
bccff20039
MDL-43325 JavaScript: Set a default visibility for most Moodle dialogues
...
We used to ignore the 'visible' field in the initializer, but now we hide
dialogues if visible is false. This was an unintentional change from the
stable API and means that confirmation boxes, alerts, and exceptions are no
longer shown by default.
2013-12-12 16:21:30 +08:00
Frederic Massart
736ce96319
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:10:45 +01:00
Jerome Mouneyrac
4a6fb4a2ca
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:33 +08:00
Jason Fowler
d06e9d3bef
MDL-36984 Assign: Add redirect after saving grades
2013-12-12 14:19:51 +08:00
Marina Glancy
06805cb54f
Merge branch 'MDL-42625_26-failures-fix' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2013-12-12 16:51:05 +11:00
David Monllao
fff8b97ebc
MDL-42625 behat: Fixing failures
...
* Expanding fieldsets before setting the course format
* Ensure editors are loaded moved to expand_all_fieldsets
* Return true rather than false when JS is disabled and
non-allowed steps should continue without throwing an
exception.
2013-12-12 13:42:56 +08:00
Marina Glancy
26023575ba
Merge branch 'mucupdates26' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2013-12-12 15:39:51 +11:00
Petr Škoda
1a815ef7d4
MDL-42973 fix MUC caching issue when fetching available updates
2013-12-12 11:36:36 +08:00
Jason Fowler
9fc09121a8
MDL-34321 Assignment2.2 - Fixing submission count
2013-12-12 10:36:08 +08:00
Eloy Lafuente (stronk7)
26f9407892
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:22:23 +01:00
Eloy Lafuente (stronk7)
4701b68a51
Merge branch 'w50_MDL-31410_m26_paypalipn' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2013-12-12 01:16:38 +01:00
David Monllao
a80eba9500
MDL-42625 behat: Fixing ExpectationException::__construct() call
...
Also adding an extra checking to the selector to
ensure it is no updating the list of files.
2013-12-11 10:26:58 +01:00
Damyon Wiese
1ac6fd0322
MDL-43326 Assign: Start new attempt from previous missing sesskey
2013-12-11 13:11:26 +08:00
Marina Glancy
1562e8d3eb
MDL-43218 blog: prepare the blog navigation only when needed
2013-12-11 15:37:36 +13:00
Simon Coggins
139a8556e8
MDL-43218 navigation: Remove link to blogs when they are disabled
2013-12-11 15:37:36 +13:00
Marina Glancy
856be66774
Merge branch 'MDL-43071-MOODLE_26_STABLE' of https://github.com/lucisgit/moodle into MOODLE_26_STABLE
2013-12-11 12:47:00 +11:00
Eloy Lafuente (stronk7)
3675c98506
Merge branch 'MDL-42625_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2013-12-10 23:31:51 +01:00
sam marshall
43ed2ccbf2
MDL-42815 Backup/restore: Error saving files - log messages unhelpful
...
This commit contains three changes in the three files:
1. A bug in the backup process meant that anything logged after a
certain point did not appear in the on-screen display of the
backup log, because the logger was serialised and deserialised
but display code referred to the old version. Changed so that
code retrieves new object.
2. Add more information to backup log when there is a missing file.
3. Add more information to restore log when there is a missing file
(and remove existing code duplication of the current message).
The 'missing file' situation is one that generally shouldn't occur in
normal usage, but when it does happen, it is useful to have full
information about the file.
2013-12-10 23:25:19 +01:00
Sam Hemelryk
5fbc32ebdb
Merge branch 'MDL-42796-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2013-12-11 11:12:55 +13:00
Sam Hemelryk
9f00dabf86
Merge branch 'MDL-43252-m26' of git://github.com/sammarshallou/moodle into MOODLE_26_STABLE
2013-12-11 11:03:23 +13:00
Sam Hemelryk
51d311f703
Merge branch 'wip-MDL-43279-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2013-12-11 10:58:49 +13:00
Sam Hemelryk
3ef86b3909
Merge branch 'w50_MDL-31625_m26_replace' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2013-12-11 10:51:21 +13:00
Eloy Lafuente (stronk7)
6085ca703d
Merge branch 'wip-MDL-43150-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2013-12-10 22:47:29 +01:00
Sam Hemelryk
bdb2677b79
Merge branch 'MDL-42959-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2013-12-11 10:34:04 +13:00
Eloy Lafuente (stronk7)
8a630a771c
Merge branch 'wip-MDL-42174-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2013-12-10 22:13:17 +01:00
Eloy Lafuente (stronk7)
409e4794d7
Merge branch '26STABLE-wip-MDL-43135' of https://github.com/jennymgray/moodle into MOODLE_26_STABLE
2013-12-10 19:46:31 +01:00
Jenny Gray
30ce0cd396
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:19:50 +00:00
Sam Chaffee
e5a0c16bd3
MDL-37972 Assignment: fixing settings link for upload single submissions
2013-12-10 14:09:16 +08:00
Dan Poltawski
6afd79df8d
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:34:08 +08:00
Marina Glancy
9f2e956580
Merge branch 'MDL-43199-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2013-12-10 15:16:08 +11:00
Marina Glancy
4bc1b2151e
Merge branch 'm26_MDL-43082_IE9_Compat_View_SVG_Say_No' of https://github.com/scara/moodle into MOODLE_26_STABLE
2013-12-10 14:47:52 +11:00
Michael Dikih
79f0a612c4
MDL-43109: mod/wiki - When editing pages populate the default value for the tags input.
2013-12-10 14:17:17 +10:30
Marina Glancy
66a437aca8
Merge branch 'MDL-43215_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2013-12-10 14:26:14 +11:00
Marina Glancy
3b70fdaaf3
Merge branch 'MDL-43131_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2013-12-10 14:10:29 +11:00
Marina Glancy
08f6d5de07
Merge branch 'mdl42487-moodle26' of https://github.com/tlock/moodle into MOODLE_26_STABLE
2013-12-10 13:57:20 +11:00
Jason Fowler
39d505664e
MDL-25473 mediaplayer - prevent embedded videos from looping
2013-12-10 10:47:47 +08:00
Marina Glancy
286348d97f
MDL-43279 block_blog_recent: fixed undefined property notice
2013-12-10 09:28:40 +11:00
Sam Hemelryk
e5bb9741b6
Merge branch 'MDL-43164-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2013-12-10 09:50:27 +13:00
Sam Hemelryk
c7f545bbb0
Merge branch 'm26_MDL-43159_Wrong_Naming_Convention_For_Variable' of https://github.com/scara/moodle into MOODLE_26_STABLE
2013-12-10 09:20:33 +13:00
Sam Hemelryk
b2a803d5d1
Merge branch 'MDL-43194-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2013-12-10 08:48:04 +13:00
Sam Hemelryk
8eb717f993
Merge branch 'MDL-43152-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2013-12-10 08:43:36 +13:00
Eloy Lafuente (stronk7)
f37e3f357d
Merge branch 'MDL-40003-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2013-12-09 16:24:35 +01:00
sam marshall
b1b09903b0
MDL-43252 Group menu in wrong order when groupings used
2013-12-09 13:02:43 +00:00
Sam Chaffee
2470b6ea89
MDL-40003 mod_assign: Fixed submission comments not being restored
2013-12-09 11:04:39 +01:00
Marina Glancy
cc2aca7c23
Merge branch 'wip-MDL-43175-26' of git://github.com/abgreeve/moodle into MOODLE_26_STABLE
2013-12-09 18:56:15 +11:00
Marina Glancy
d66fe9c1aa
Merge branch 'wip-mdl-43224-m26' of https://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2013-12-09 18:46:36 +11:00
Marina Glancy
6203fc19f2
Merge branch 'w50_MDL-42973_m26_addonupd' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2013-12-09 18:28:35 +11:00
Marina Glancy
64c03072a9
Merge branch 'MDL-43092_M26' of git://github.com/lazydaisy/moodle into MOODLE_26_STABLE
2013-12-09 17:50:53 +11:00
Marina Glancy
780dc00ce5
Merge branch 'w50_MDL-43137_m26_openbasedir' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2013-12-09 16:15:59 +11:00
Damyon Wiese
75ceca0bf5
MDL-43025 EditPDF: Increase memory limit when reading source pdfs.
2013-12-09 12:53:29 +08:00
David Monllao
db13e21956
MDL-42625 behat: Make behat pacient
...
* When looking for texts inside the page or inside
other containers we should wait until the elements
are visible.
* Same when expanding tree nodes.
* Normalizing loops to spin() function using
behat_base::TIMEOUT and behat_base::EXTENDED_TIMEOUT,
leaving TIMEOUT for DOM load processes and
EXTENDED_TIMEOUT for long processes that involves JS
too.
* Add page load waits between actions that involves
reloading the page.
2013-12-09 11:11:48 +08:00
Damyon Wiese
42515a2e58
MDL-43074 assignfeedback_editpdf: Use escapeshellarg for all args in exec command.
...
This is to fix a reported problem with windows compatibility (e.g. when ghostscript is installed in
a folder with spaces in the name).
2013-12-09 11:00:13 +08:00
Damyon Wiese
ced275af37
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:05 +08:00
Andrew Nicols
6eb703ad69
MDL-42959 JavaScript: Backport fix from https://github.com/yui/yui3/pull/1465
2013-12-09 10:25:33 +08:00
Marina Glancy
c4bc562172
Merge branch 'm26_MDL-43192' of https://github.com/danmarsden/moodle into MOODLE_26_STABLE
2013-12-09 11:28:32 +11:00
Gareth J Barnard
45d1c530d2
MDL-40213 theme_clean: Layout "secure.php" missing settings.
2013-12-09 11:14:07 +11:00
Andrew Nicols
e6caeefe0c
MDL-42796 ActionMenu: Add additional keyboard event handling
...
Add additional handling for up/down/escape key presses and consolidate them
with the existing tab/shift+tab handling.
2013-12-06 16:21:13 +08:00
Andrew Nicols
b8351f4c24
MDL-42796 ActionMenu: Move event handlers to showMenu
2013-12-06 16:20:49 +08:00
Damyon Wiese
fb64bae5e2
MDL-42625 TinyMCE: Hook into API to track the progress of the init script
2013-12-06 15:53:58 +08:00
David Monllao
9f8ef4294a
MDL-42625 behat: Step definitions + related changes in features
...
In general aiming for compatibility with multiple browsers,
firefox, chrome and phantomjs to be more specific.
* Removing hardcoded waits
* Adding @_alert, @_switch_window and @_switch_frame tags,
to label actions that different drivers have problems with.
* Adding missing @_files_upload and @_only_local tags to features that
uploads files.
* Fixing a few wait for page ready what specified miliseconds.
* New methods to ensure elements (usual selectors), sections and editors
are ready to interact with
* Changing the select an option implementation to deal with the different
drivers implementations when listening to JS events.
2013-12-06 15:53:55 +08:00
David Monllao
503c8dddcc
MDL-42625 behat: Editing .feature files
2013-12-06 15:53:50 +08:00
Andrew Nicols
40daab14a4
MDL-41030 JavaScript: Convert remaining YUI2 IO calls to YUI3
2013-12-06 15:53:47 +08:00
Damyon Wiese
01426638cb
MDL-41030 Behat: Add support for waiting for javascript
...
This is so that phantomjs (which runs faster than selenium) can pass the tests.
2013-12-06 15:53:40 +08:00
David Monllao
f5940bfb5f
MDL-41030 behat: Dock blocks compatible with both selenium and phantomjs
2013-12-06 15:53:38 +08:00
Marina Glancy
ae3dd7efdb
MDL-42174 behat: change word filepicker to filemanager in step definitions
2013-12-06 17:31:58 +11:00
Marina Glancy
35c2c697ce
MDL-42174 behat: replace word filepicker with filemanager in file upload step
2013-12-06 17:31:58 +11:00
Marina Glancy
4ec1b7b094
MDL-42174 More behat tests for filepicker
2013-12-06 17:31:55 +11:00
Pavel Sokolov
a2afdf4691
MDL-43199 assign: fix js error when expanding comments for non editing teachers in assign grading table
2013-12-06 12:58:18 +08:00
Rajesh Taneja
738e1d3556
MDL-43224 navigation: Load local plugin navigation in site admin via ajax
...
Local plugin can add navigation nodes to site admin and while loading
site admin via ajax this should be considered.
2013-12-06 10:28:42 +08:00
Petr Škoda
c673cdfee7
MDL-31410 always send 200 in PayPal IPN response and hide all errors
2013-12-06 10:02:43 +08:00
Petr Škoda
b4d2e7f267
MDL-31625 fix multiple global search-replace issues
...
Includes following fixes:
* support for MS SQL Server
* optional trimming of of oversized VARCHAR fields
* conversion to forms library
* full localisation
* other cleanup
2013-12-06 09:52:47 +08:00
Petr Škoda
4bc526cc8a
MDL-42973 fix multiple addon update issues
2013-12-06 09:37:28 +08:00
Petr Škoda
7ed7cabf5f
MDL-43137 fix open_basedir regression in classloader
2013-12-06 09:30:08 +08:00
Andrew Nicols
d33dffe53a
MDL-43152 JavaScript: Add update instructions for gallery-bootstrap
2013-12-06 09:20:05 +08:00
Andrew Nicols
19b1ff816f
MDL-43152 JavaScript: Fix linting issues with moodle-theme_bootstrapbase
2013-12-06 09:20:02 +08:00
Andrew Nicols
40f2d64856
MDL-43152 JavaScript: Fix linting issues with moodle-core-blocks
2013-12-06 09:19:58 +08:00
Andrew Nicols
d6c8107249
MDL-43152 JavaScript: Fix linting issue with navigation JS
2013-12-06 09:09:01 +08:00
Matteo Scaramuccia
fcf15debfc
MDL-43159 Libraries Wrong naming convention in $compat_view.
2013-12-05 16:08:14 +01:00
Matteo Scaramuccia
eadcc99eea
MDL-43082 Themes IE 9 Compatibility View doesn't support SVG.
2013-12-05 15:57:00 +01:00
Tim Hunt
102fe39706
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:06:46 +00:00
Dan Poltawski
3e6e38b2e3
weekly release 2.6+
2013-12-05 15:10:16 +08:00
Dan Poltawski
d04814641b
Merge branch 'install_26_STABLE' of git://git.moodle.org/moodle-install into MOODLE_26_STABLE
2013-12-05 15:10:13 +08:00
Mark Nelson
b4d09c2db0
MDL-43215 core_webservice: retrieve all user name fields when adding a token
2013-12-04 20:57:24 -08:00
David Monllao
2fc28aa794
MDL-41592 behat: Setting a default value for CFG->behat_wwwroot in case it is empty
2013-12-05 17:06:18 +13:00
Adrian Greeve
c5f2967a64
MDL-43175 events: Base event unit tests for JSON encoding / decoding comparison.
2013-12-05 10:03:51 +08:00
Adrian Greeve
9a7713304c
MDL-43175 events: Changed JSON encoding decoding comparison to be less strict.
...
Debugging messages would be sent when other contained a float that is a whole number.
When encoding and decoding using JSON the number is changed to an integer and the
comparison fails.
2013-12-05 10:03:37 +08:00
Frederic Massart
85c39e437b
MDL-43185 behat: Use realpath on existing paths
2013-12-05 08:18:05 +13:00
Andrew Nicols
e37014fafb
MDL-43194 JavaScript: Correct maxlen jshint configuration
2013-12-04 16:40:21 +08:00
Dan Marsden
77492a3e62
MDL-43192 Repository: param doesn't exist - should use function
2013-12-04 20:57:32 +13:00
Dan Poltawski
b01548ecba
Merge branch 'wip-MDL-40191-2-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2013-12-04 15:44:08 +08:00
Marina Glancy
dd75bf89ff
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:09 +11:00
Dan Poltawski
307d961277
Merge branch 'wip-mdl-43028-m26' of https://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2013-12-04 15:06:30 +08:00
Rajesh Taneja
bc7ac30669
MDL-43028 navigation: fixed section for profilepage
...
section for profile page is profilepage and not mypage
2013-12-04 14:50:35 +08:00
Tim Lock
56dc43f3d2
MDL-34020: Further work on IMS package importing when using Blackboard packages
2013-12-04 15:18:13 +10:30
Tomasz Muras
fa4e8ee5c9
MDL-42563 Correct version of GPL license to GPL 2+ for AlgParser.pm
2013-12-04 11:30:57 +08:00
Tomasz Muras
efdb216ca9
MDL-42563 Add thirdpartylibs.xml for AlgParser.pm.
2013-12-04 11:30:43 +08:00
Jason Fowler
62f68371df
MDL-43084 Themes: fixing dialog header in standard theme
2013-12-04 15:32:31 +13:00
Jason Fowler
3690a9db9f
MDL-43083 Course: Swapping the edit/cog for the right size icon
2013-12-04 09:53:42 +08:00
AMOS bot
952292945c
Automatically generated installer lang files
2013-12-04 00:43:13 +00:00
Eloy Lafuente (stronk7)
ac184c9db2
Merge branch 'MDL-41446-master' of git://github.com/sammarshallou/moodle into MOODLE_26_STABLE
2013-12-03 23:55:49 +01:00
Sam Hemelryk
8e60097af8
Merge branch 'MDL-41592_26' of https://github.com/dmonllao/moodle into MOODLE_26_STABLE
2013-12-04 11:52:18 +13:00
Eloy Lafuente (stronk7)
786f04f485
Merge branch 'MDL-43142_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2013-12-03 23:41:24 +01:00
Eloy Lafuente (stronk7)
310cf52b37
Merge branch 'MDL-43140_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2013-12-03 23:25:33 +01:00
Tim Hunt
3893b5fa32
MDL-43093 update repeat_elements PHPdoc.
2013-12-04 10:12:25 +13:00
Sam Hemelryk
f5a134213d
Merge branch 'MDL-43065-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
...
Conflicts:
backup/util/ui/base_moodleform.class.php
2013-12-04 09:43:24 +13:00
Sam Hemelryk
7ac9576825
Merge branch 'MDL-42919-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
2013-12-04 09:42:34 +13:00
Eloy Lafuente (stronk7)
b5036ee20c
Merge branch 'wip-MDL-43058-26' of git://github.com/abgreeve/moodle into MOODLE_26_STABLE
2013-12-03 19:33:30 +01:00
Eloy Lafuente (stronk7)
1abaa0c22e
Merge branch 'MDL-43105-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2013-12-03 19:16:08 +01:00
Eloy Lafuente (stronk7)
9a734d1862
Merge branch 'moodle26-mdl33971' of https://github.com/tlock/moodle into MOODLE_26_STABLE
2013-12-03 17:18:02 +01:00
Mary Evans
a108795999
MDL-43092 theme_afterburner: Activity or Resource dialog greyed-out for non-empty courses
2013-12-03 15:04:02 +00:00
James Pratt
7ef639c709
MDL-43079 quiz statistics : fix stats graph when all grades zero
2013-12-03 15:39:09 +01:00
Damyon Wiese
cb891e57f0
Merge branch 'wip-MDL-42731-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2013-12-03 17:29:57 +08:00
Eloy Lafuente (stronk7)
b470112643
Merge branch 'MDL-42885_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2013-12-03 10:01:43 +01:00
Damyon Wiese
4e14b95f0e
Merge branch 'MDL-42627_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2013-12-03 16:29:39 +08:00
Damyon Wiese
4d32c0c6d0
Merge branch 'wip-MDL-43026-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2013-12-03 16:12:08 +08:00
Dan Poltawski
0e44ba37cf
Merge branch 'moodle26-mdl43020' of https://github.com/tlock/moodle into MOODLE_26_STABLE
2013-12-03 16:08:22 +08:00
Andrew Nicols
5259c6b402
MDL-42989 JavaScript: Check result of navigation IO requests before reporting errors
...
When making a request which fails, we need to ensure that the AJAX query
was not aborted before displaying the error.
This ensures that if the navigation tree is being requested at the same
time as a page load is being processed, the abortion of the AJAX request is
not displayed before the page reloads.
2013-12-03 16:05:18 +08:00
Andrew Nicols
ed52eb4c88
MDL-42989 JavaScript: Do not attempt to expand navigation when opening link
...
When clicking on a link which is also expandable, we should not attempt to
expand it.
2013-12-03 16:05:09 +08:00
Dan Poltawski
77325154af
Merge branch 'wip-mdl-43028-m26' of https://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2013-12-03 13:46:26 +08:00
Jason Fowler
b136969308
MDL-43076 Activity Chooser: Fixing the white bar at the bottom of the dialogue
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-12-03 13:30:15 +08:00
Dan Poltawski
47d9d4cd00
MDL-43081 upgrade.txt: note generator change
...
Conflicts:
lib/upgrade.txt
2013-12-03 13:04:26 +08:00
Dan Poltawski
61ae30255c
Merge branch 'MDL-43066_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2013-12-03 12:36:52 +08:00
Damyon Wiese
e2a2209ed6
Merge branch 'wip-mdl-43048-m26' of https://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2013-12-03 11:43:53 +08:00
Damyon Wiese
1cf504414d
Merge branch 'wip-mdl-42904-m26' of https://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
...
Conflicts:
enrol/self/db/upgrade.php
2013-12-03 11:25:36 +08:00
Andrew Nicols
2d6dfcde3e
MDL-43164 JavaScript: Use the up/down move icon for non-AJAX courses
...
When a course format does not support AJAX, or AJAX is disabled at the site
level, we should revert back to the old-style move icon.
This helps to clarify that you cannot drag/drop the icon, but must click
instead.
2013-12-03 10:49:42 +08:00
Sam Hemelryk
1cb0536bcb
Merge branch 'w48_MDL-41819_m26_maxinputvars' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2013-12-03 09:58:10 +13:00
Michael Aherne
217c5d8208
MDL-42495 lesson Prevent coding error for invalid user
2013-12-02 10:53:20 +00:00
Dan Poltawski
d8be1d9ac5
Merge branch 'MDL-42989-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2013-12-02 14:53:37 +08:00
Damyon Wiese
88c5d93aa1
Merge branch 'm26_MDL-43039_SessionDiskFull_False_Positive' of https://github.com/scara/moodle into MOODLE_26_STABLE
2013-12-02 14:37:03 +08:00
Andrew Nicols
cbb87c9568
MDL-42989 Admin: Clean output when building site administration tree for JS
...
Previously, any inappropriate whitespace found whilst building the admin
tree caused a JSON error and for the site administration tree retrieval to
fail.
This change ensures that access to the site administration tree is unbroken
for non-developers, whilst still alerting developers that there is an
issue.
2013-12-02 14:34:11 +08:00
Jerome Mouneyrac
7d2f938cf0
MDL-42969 Main Menu Block loses ability to move resource or activity up or down (add back exact same behavior than in 2.5)
2013-12-02 14:24:16 +08:00
David Monllao
eb1931ccd1
MDL-41592 general: Also checking the site path
2013-12-02 14:19:25 +08:00
David Monllao
5f717f7aac
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:19:25 +08:00
Aaron Barnes
64c5119637
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:19:25 +08:00
David Monllao
dad1bc64c5
MDL-42627 behat: Replacing calls to deprecated step
...
Switching to the selector-based ..in the "LOCATOR" "table_row"
2013-12-02 14:13:49 +08:00
David Monllao
812fa23e82
MDL-43066 behat: Checking that the site is not already installed
2013-12-02 14:11:33 +08:00
Damyon Wiese
fe0d1d488b
MDL-43018 Fix unit tests for minify changes.
2013-12-02 12:52:43 +08:00
Dan Poltawski
d76bc30606
Merge branch 'w49_MDL-43106_m26_doublecookie' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2013-12-02 11:58:23 +08:00
Damyon Wiese
39177fd3a7
Merge branch 'MDL-43018-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2013-12-02 11:23:23 +08:00
Dan Poltawski
0c94afe7af
Merge branch 'wip-MDL-40191-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2013-12-02 11:19:45 +08:00
Tim Hunt
b14196043d
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-12-02 11:12:53 +08:00
Damyon Wiese
2f6a01e094
Merge branch '43033-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2013-12-02 09:51:08 +08:00
Jerome Mouneyrac
c68fa5fcbb
MDL-42876 Screen reader does not trigger the keyboard move
2013-12-02 14:07:28 +13:00
Marina Glancy
4f7ec48046
MDL-43150 tinymce_managefiles: fixed unattractive background
2013-12-02 12:02:04 +11:00
AMOS bot
fe0f1f5c19
Automatically generated installer lang files
2013-12-02 00:42:53 +00:00
Sam Hemelryk
f098ca6d97
Merge branch 'MDL-42918_m26' of git://github.com/rwijaya/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-12-02 13:39:51 +13:00
Petr Škoda
8aac99eb3d
MDL-41819 try to work around max_input_vars restriction
2013-12-02 08:29:41 +08:00
Marina Glancy
1affdad829
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:48:38 +11:00
Marina Glancy
f497fd1de8
MDL-43026 behat: add tests for all available module generators
2013-12-02 10:38:29 +11:00
Marina Glancy
0a44a45fea
MDL-42731 block_activity_modules: added behat tests
2013-12-02 10:15:52 +11:00
Marina Glancy
fdc93e4092
MDL-42731 behat: load 'Site administration' when expanding node in non-javascript mode
2013-12-02 10:15:33 +11:00
Frederic Massart
add7675e51
MDL-42951 curl: Re-organise Unit Tests in smaller chunks
2013-12-02 10:55:57 +13:00
Frederic Massart
20f8cd8551
MDL-42951 curl: Always keep the last headers of a request
2013-12-02 10:55:57 +13:00
Sam Hemelryk
7ac884d457
MDL-43033 cache: added stats logging to set_many methods
2013-12-02 09:29:44 +13:00
Sam Hemelryk
4bbbd50202
MDL-43033 cache: fixed display of definition stores in admin interface
2013-12-02 09:29:44 +13:00
Sam Hemelryk
e6175024e6
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:44 +13:00
Sam Hemelryk
c21a04f63e
MDL-43033 cache: fixed mode map event invalidation scenario
2013-12-02 09:29:44 +13:00
Sam Hemelryk
ad3bbeb5c0
MDL-43033 cache: added stats logging to get_many methods
2013-12-02 09:29:44 +13:00
Matteo Scaramuccia
18d2aac902
MDL-43039 Libraries "The session partition is full." false positive.
2013-11-30 14:35:31 +01:00
Mark Nelson
5546df9078
MDL-43140 mnet: display header after redirects to avoid warning
2013-11-29 14:26:08 -08:00
Mark Nelson
d0e29366de
MDL-43142 mnet: fixed typo in variable passed to get_string
2013-11-29 14:15:24 -08:00
Petr Škoda
78da7d9529
MDL-43106 fix double cookies on first access
2013-11-29 15:47:52 +08:00
Dan Poltawski
ea04def291
weekly release 2.6+
2013-11-29 12:52:56 +08:00
Dan Poltawski
6ba3f5d72a
Merge branch 'install_26_STABLE' of git://git.moodle.org/moodle-install into MOODLE_26_STABLE
2013-11-29 12:52:52 +08:00
Tim Lock
2153633aac
MDL-42487: Forced userprofile dl style to be displayed: inline-block.
2013-11-29 09:26:52 +10:30
Eloy Lafuente (stronk7)
d6ece9f7f0
Merge branch 'MDL-42957-26' of https://github.com/jamiepratt/moodle into MOODLE_26_STABLE
2013-11-28 12:44:13 +01:00
James Pratt
a69c78724e
MDL-42957 (3) quiz statistics : removing assertEquals(time(), ..) tests
2013-11-28 17:59:05 +07:00
James Pratt
7968f77edb
MDL-42957 (2) quiz statistics : Hardcoded sql LIMIT clause
...
Fixing some typos and adding some tests.
2013-11-28 17:35:39 +07:00
AMOS bot
6d7583c9b2
Automatically generated installer lang files
2013-11-28 09:12:40 +00:00
Andrew Nicols
6dae822543
MDL-43105 JavaScript: Use the correct versions of our rollups
2013-11-28 12:32:18 +08:00
Andrew Nicols
451044df4e
MDL-43018 JavaScript: Correct joining of multiple minified JS
...
When minifiying JS, unnecessary semi-colons are removed - this includes the
trailing semi-colon.
Since we join multiple files together after minification, we need to add an
additional semi-colon in this situation to produce valid JavaScript.
2013-11-28 11:54:53 +08:00
Adrian Greeve
9daaa37aac
MDL-43058 reports: updated sql to return fullnames in security check reports.
2013-11-27 14:57:11 +08:00
Rajesh Taneja
1880d3684c
MDL-43048 block_tags: Initalised content->text for tags block
2013-11-27 14:37:07 +08:00
Mark Nelson
dcef51b614
MDL-42885 tool_uploaduser: removed misleading debugging message
2013-11-26 21:26:23 -08:00
Dan Poltawski
66d40a5dae
MDL-42942 behat: increment version
2013-11-27 11:37:32 +08:00
Dan Poltawski
9e56dabab6
Merge branch 'MDL-42942_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2013-11-27 11:37:25 +08:00
Marina Glancy
168e14feee
MDL-42508 folder: add module generator
2013-11-27 12:36:12 +13:00
Marina Glancy
137778af00
MDL-42508 imspcp: add module generator
2013-11-27 12:36:11 +13:00
Marina Glancy
d4d848343b
MDL-42508 scorm: add module generator
2013-11-27 12:36:11 +13:00
Tim Lock
7f3fca8ff1
MDL-33971: When viewing course log entries for Quiz View Summary a number is displayed not the quiz name
2013-11-27 08:14:04 +10:30
Eloy Lafuente (stronk7)
a01d727a31
Merge branch 'm26_MDL-43045' of git://github.com/totara/moodle into MOODLE_26_STABLE
2013-11-26 21:28:25 +01:00
Ruslan Kabalin
d149d894a0
MDL-43071 assign: Fix offline grades import for scale grading.
2013-11-26 16:44:41 +00:00
rwijaya
4c1ac80799
MDL-42918: fixed fullscreen width for multichoice answers editor
2013-11-26 18:34:55 +08:00
Damyon Wiese
1e9c117f50
Merge branch 'wip-MDL-43008-26' of git://github.com/abgreeve/moodle into MOODLE_26_STABLE
2013-11-26 16:59:04 +08:00
Adrian Greeve
55b02e02e6
MDL-43008 calendar: Allow calendar plugins to display setting pages.
2013-11-26 15:50:31 +08:00
Tim Hunt
cead41882b
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-26 15:06:15 +08:00
Dan Poltawski
44e5ac93bc
Merge branch 'MDL-40741_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2013-11-26 14:57:15 +08:00
Damyon Wiese
b451ddf416
MDL-43065 Backup: Prevent any responsiveness in backup/restore forms
...
Adding 'unresponsive' class to any moodle form will prevent the default
collapsing on screens < 1200px.
2013-11-26 14:50:21 +08:00
Dan Poltawski
46d1d519f8
Merge branch 'MDL-42851_m26' of git://github.com/rwijaya/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-26 14:48:38 +08:00
Damyon Wiese
c18fe9ec19
MDL-42919 Question: Remove   from empty labels
...
This allows the form elements with empty labels to "fold" properly.
2013-11-26 13:32:46 +08:00
Damyon Wiese
f5af9b62e8
MDL-41919 Forms: Add a class to form elements with an empty label
...
This means they can be styled properly when the form is folded with
the labels above the form fields.
2013-11-26 13:32:11 +08:00
Dan Poltawski
ace15cee6d
Merge branch 'wip-MDL-43006-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2013-11-26 13:24:41 +08:00
David Monllao
addedcb142
MDL-40741 behat: Changing xpaths for clean theme
...
Keeps compatibility with standard theme.
2013-11-26 13:00:24 +08:00
Dan Poltawski
e55207d9d7
Merge branch 'MDL-42733_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2013-11-26 12:09:47 +08:00
Tim Lock
4743fdf290
MDL-42998: Fix user selection search options autoselectunique.
2013-11-26 10:50:17 +08:00
Dan Poltawski
5ffad8a406
Merge branch 'MDL-43050_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2013-11-26 10:42:08 +08:00
Dan Poltawski
00b965f609
Merge branch 'wip-mdl-41635-m26' of git://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2013-11-26 10:25:01 +08:00
Damyon Wiese
5f9aa41321
Merge branch 'wip-MDL-40850-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2013-11-26 09:33:36 +08:00
Ankit Agarwal
5c1adaddba
MDL-43005 blogs: Fix issues with blog tags
2013-11-26 08:43:39 +13:00
Sam Hemelryk
390896d3d9
Merge branch 'MDL-43037_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2013-11-26 08:36:09 +13:00
Simon Coggins
eab8b262be
MDL-43045 report: Fix missing role name in security overview report
2013-11-26 08:22:37 +13:00
David Monllao
5464179b31
MDL-42842 behat: Adding a new formatter
...
Based on ProgressFormatter, the site info
will be displayed when the suite begins.
2013-11-25 16:01:52 +08:00
David Monllao
99a4c833b6
MDL-42842 testing: Generalization of the site info
2013-11-25 16:00:43 +08:00
David Monllao
da920040ad
MDL-43050 behat: Fixing moodlehq/behat-extension version
2013-11-25 15:48:04 +08:00
Marina Glancy
fdbd1d7a9d
MDL-42925 course: Changed help string for course format selection
2013-11-25 15:44:06 +08:00
rwijaya
bb68dfc002
MDL-42858 Course Management: Update phpunit test for core_course_management_helper_test
2013-11-25 15:40:07 +08:00
Frederic Massart
72cf8c6ca3
MDL-42985 curl: Correctly apply rule proxybypass
2013-11-25 14:51:18 +08:00
Damyon Wiese
a1554ea241
Merge branch 'wip-MDL-41257-26' of git://github.com/abgreeve/moodle into MOODLE_26_STABLE
2013-11-25 14:02:30 +08:00
Dan Poltawski
749db57b4c
Merge branch 'w48_MDL-37016_m26_sloppymysql' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2013-11-25 13:40:56 +08:00
Marina Glancy
3b62f94787
MDL-43028 navigation: correct capability check
2013-11-25 13:29:11 +08:00
Rajesh Taneja
13d5afea34
MDL-43028 Navigation: Setting proper page properties on admin pages
2013-11-25 13:29:02 +08:00
Damyon Wiese
025bd122a6
Merge branch 'wip-mdl-42924-m26' of https://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE
2013-11-25 13:16:37 +08:00
Tim Lock
7ce782e654
MDL-43020: Fix lesson scale warnings when deleting user attempts
2013-11-25 15:10:05 +10:30
Damyon Wiese
c3208c17d1
Merge branch 'MDL-42913a-26' of https://github.com/srynot4sale/moodle into MOODLE_26_STABLE
2013-11-25 12:30:23 +08:00
Dan Poltawski
0f4ea5911c
Merge branch '43016-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2013-11-25 12:22:56 +08:00
Marina Glancy
b955d07c33
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:00:28 +11:00
Dan Marsden
60ee7cebc7
MDL-42992 SCORM: Always allow IE to resize window
2013-11-25 11:18:18 +08:00
Dan Poltawski
6508a3c68e
Merge branch 'wip-MDL-43024-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE
2013-11-25 11:06:41 +08:00
Dan Poltawski
9e2bc0490f
Merge branch 'MDL-42858_m26' of git://github.com/rwijaya/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-25 10:49:02 +08:00
Dan Poltawski
a2aceccdbe
Merge branch 'MDL-42957-26' of git://github.com/jamiepratt/moodle into MOODLE_26_STABLE
2013-11-25 10:43:31 +08:00
Dan Poltawski
d3ec6a9dcf
Merge branch 'MDL-42547_m26' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2013-11-25 10:37:36 +08:00
Rajesh Taneja
80140c4592
MDL-42904 self_enrol: Set customint1 if it's null
2013-11-25 10:02:01 +08:00
Tim Lock
7a2b15647e
MDL-43020: Fix calculation of lesson scale value warning
2013-11-25 09:33:14 +10:30
Petr Škoda
bf5a6920bc
MDL-37016 fix sloppy mysql nulls in event.uuid
2013-11-24 15:11:33 +08:00
Mark Nelson
295b622b0b
MDL-43037 mod_quiz: retrieve all name fields for the user override pages
2013-11-23 16:18:12 -08:00
rwijaya
aa5b71c005
MDL-42851 frontpage: fix rtl in clean theme for course listings
2013-11-22 15:49:06 +08:00
Marina Glancy
5ad8fa096d
MDL-43024 course: fixed bug for accessing section options
2013-11-22 12:39:55 +11:00
Tim Lock
ab077b368c
MDL-43020: Lesson using a scale always gives the minimum scale value
2013-11-22 07:20:24 +10:30
Sam Hemelryk
5e946b2ceb
MDL-43016 block_navigation: fixed category link display
2013-11-22 09:00:09 +13:00
Eloy Lafuente (stronk7)
ca3b210680
weekly release 2.6+
2013-11-21 19:33:44 +01:00
rwijaya
2834f79e73
MDL-42858 Course Management: fix regression for subcategories visibility
2013-11-21 15:34:40 +08:00
David Monllao
bf752eb38b
MDL-42733 behat: Removing the restriction of an started output to handle the PHP errors
2013-11-21 14:35:43 +08:00
Marina Glancy
5018c28e43
MDL-40850 editor: Manage files popup correctly sets the course/cm context
2013-11-21 11:56:36 +11:00
Mark Nelson
2f874214ba
MDL-42547 tool_uploaduser: trim values before uploading users
2013-11-20 00:32:15 -08:00
James Pratt
e4b17111a4
MDL-42957 quiz statistics : Hardcoded sql LIMIT clause
2013-11-20 11:32:27 +07:00
Damyon Wiese
981e960d34
MDL-42930 Release upgrade line: Fix ordering for tinymce
2013-11-20 11:50:38 +08:00
FilipBenco
7843fb7e14
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:26:15 +08:00
Ankit Agarwal
dbc251e25c
MDL-42767 events: Remove ob_clean from tests
2013-11-20 13:22:27 +11:00
Ankit Agarwal
bdfb46a2d0
MDL-42767 notes: Delete notes on a course delete
2013-11-20 13:22:07 +11:00
Michael Milette
9da8b39169
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 09:59:39 +08:00
Aaron Barnes
b642702aa2
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:02:15 +13:00
Rajesh Taneja
740d260ce7
MDL-42924 Administration: use normalize_component to extract plugin name and type
2013-11-19 11:56:04 +08:00
Rajesh Taneja
ffe199b1fa
MDL-42403 course: Added behat to check visibility of bluk move action
2013-11-19 11:44:48 +08:00
Rajesh Taneja
d583059471
MDL-42403 course: Show bluk move to category only when something selected
2013-11-19 11:44:43 +08:00
Dan Poltawski
5af5a205a3
Merge branch '42060-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2013-11-19 10:39:33 +08:00
Tim Hunt
6c816ca22c
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-19 10:31:37 +08:00
M Kassaei
f6240d9eea
MDL-42181 quiz nav: highight all buttons when all Qs on one page
2013-11-19 10:08:22 +08:00
Damyon Wiese
49d367d47e
Merge branch 'm26_MDL-40223' of git://github.com/danmarsden/moodle into MOODLE_26_STABLE
2013-11-19 09:50:49 +08:00
sam marshall
f068ae74db
MDL-42905 Backup progress: Pointless line of code should be deleted
2013-11-19 14:39:56 +13:00
Mark Nelson
dd7b9d1dce
MDL-42553 core_calendar: third party calendar types can now be uninstalled
2013-11-19 14:32:25 +13:00
Adrian Greeve
c7232a325a
MDL-42850 administration: Updated bulk user upload errors to be more descriptive.
2013-11-19 14:20:32 +13:00
Dan Marsden
be335eb8db
MDL-40223 SCORM: pass limit into function instead of hardcoding to allow cross-db
2013-11-19 13:24:25 +13:00
Ankit Agarwal
ff8cadd271
MDL-41316 tool_spamcleaner: Fix sql queries
...
AS keyword is not allowed in sql qeries for table alias as Oracle doesn't support it
Thanks to Sara Cenni for suggesting the patch
2013-11-19 12:28:37 +13:00
Sam Hemelryk
a34073eeb8
Merge branch 'w47_MDL-42612_m26_paypalruble' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2013-11-19 12:24:41 +13:00
Andrew Nicols
223f133f88
MDL-42774 JavaScript: Ensure that shifter cleans build directories before running
2013-11-19 12:06:59 +13:00
Tim Hunt
a47b6805be
MDL-42863 make capabilities overview more fault-tolerant.
2013-11-19 12:03:55 +13:00
Tim Hunt
99b936835d
MDL-42865 Make XMLDB foreign key check more robust.
...
Otherwise, installing one bad add-on can completely break this report.
2013-11-19 11:51:06 +13:00
Sam Hemelryk
8bd0487a4b
MDL-42852 theme_bootstrapbase: fixed whitespace
2013-11-19 11:44:50 +13:00
Gareth J Barnard
600ad57d35
MDL-42852 lib: Blocks disappear in Clean in RTL.
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-19 11:42:56 +13:00
Jerome Mouneyrac
7628ac73f4
MDL-42184 bootstrapbase: popup should have no header
2013-11-19 10:16:35 +13:00
Sam Hemelryk
64b4fbebd8
Merge branch 'MDL-42853-master' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-19 10:09:18 +13:00
Damyon Wiese
52454bedee
Merge branch 'MDL-42100_master' of https://github.com/markn86/moodle into MOODLE_26_STABLE
2013-11-18 16:08:31 +08:00
Tim Hunt
8f74fa4366
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-18 15:37:15 +08:00
Damyon Wiese
02e45bf269
Merge branch 'MDL-42808-master' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE
2013-11-18 15:27:22 +08:00
Damyon Wiese
28fccc09ce
Merge branch 'm26_MDL-41695' of git://github.com/danmarsden/moodle into MOODLE_26_STABLE
2013-11-18 15:21:01 +08:00
sam marshall
7ed24ca351
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-11-18 14:54:55 +08:00
Mark Nelson
e98f145ccc
MDL-42884 core_user: fixed issue when deleting users with invalid emails throws invalidusername exception
2013-11-18 14:48:36 +08:00
Dan Poltawski
904f5815c7
Merge branch 'MDL-42930-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE
...
Conflicts:
mod/scorm/db/upgrade.php
2013-11-18 14:30:50 +08:00
Damyon Wiese
d29a7827c4
Merge branch 'm26_MDL-40223' of git://github.com/danmarsden/moodle into MOODLE_26_STABLE
2013-11-18 14:04:23 +08:00
Petr Škoda
5cd5271673
MDL-42612 add support for Russian Ruble in PayPal
2013-11-18 11:47:18 +08:00
Damyon Wiese
005e784e22
MDL-42930 Add 2.6.0 upgrade line
2013-11-18 11:41:59 +08:00
Sam Hemelryk
c20f615105
MDL-42060 block_course_list: fixed sorting of mycourses
2013-11-18 11:15:35 +13:00
Dan Marsden
685badbb2b
MDL-41695 SCORM: allow unlimited decimal places in CMIDecimal
2013-11-18 10:27:59 +13:00
Dan Marsden
eef55a6333
MDL-40223 SCORM: update scorm->launch param after restore - also check that scorm->launch is valid.
2013-11-18 09:48:02 +13:00
Eloy Lafuente (stronk7)
fa28975f25
MDL-42929 backup: keep own version & release updated.
2013-11-17 02:34:50 +01:00
Eloy Lafuente (stronk7)
2b10fa0433
Moodle release 2.6
2013-11-16 17:28:07 +01:00
Eloy Lafuente (stronk7)
ad9e81eb98
Merge branch 'MDL-42926-master' of git://github.com/damyon/moodle
2013-11-15 16:06:22 +01:00
Damyon Wiese
ab9300dffe
MDL-42926 Bootstrap base: Remove 6px spacing between form elements
...
This was accidentally copied from the css for base. It is only visible when
the form fields are displayed with the label above the field. (less than 1200px).
2013-11-15 22:58:10 +08:00
Eloy Lafuente (stronk7)
5e6da548d7
Moodle release 2.6rc1
2013-11-15 13:21:41 +01:00
Eloy Lafuente (stronk7)
9524fc754d
on-demand release 2.6beta+
2013-11-15 11:18:00 +01:00
Eloy Lafuente (stronk7)
a3d0f7c792
Merge branch 'install_master' of git://git.moodle.org/moodle-install
2013-11-15 11:17:55 +01:00
Damyon Wiese
f059744968
MDL-42887 Form collapsing CSS fixes.
...
.fcontainer is not guaranteed to be in the form - we still need something else
for this selector to make it specific enough - so have replaced with #region-main (required).
Also - redid the question edit styles to be specific enough.
2013-11-15 17:40:58 +08:00
Marina Glancy
2b6344c1d0
Merge branch 'MDL-42887-master' of git://github.com/damyon/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-15 17:27:50 +11:00
Damyon Wiese
d8383b247e
MDL-42887 Forms: Collapse all field elements below their labels on screens less than 1180px
...
Includes css fixes to make the question type edit screens look OK with this change.
2013-11-15 13:40:27 +08:00
Eloy Lafuente (stronk7)
9a36c7d95c
Merge branch 'MDL-42447_master' of git://github.com/dmonllao/moodle
2013-11-15 02:11:27 +01:00
David Monllao
58a3a34e38
MDL-42447 performance: New var to add perf. info to redirections
2013-11-15 09:10:22 +08:00
Eloy Lafuente (stronk7)
234159ee9d
Merge branch 'wip-MDL-42912-master' of git://github.com/marinaglancy/moodle
2013-11-15 02:04:45 +01:00
Marina Glancy
ceeb8102cd
MDL-42912 glossary: oracle-compatibility of SQL queries
2013-11-15 11:36:11 +11:00
Eloy Lafuente (stronk7)
a269acfef7
Merge branch 'MDL-42859-master' of git://github.com/mouneyrac/moodle
2013-11-14 23:24:20 +01:00
Eloy Lafuente (stronk7)
30d0332f00
Merge branch 'w47_MDL-42860_m26_dbsess' of https://github.com/skodak/moodle
2013-11-14 23:22:26 +01:00
Damyon Wiese
f2f23af955
Merge branch 'MDL-42711-master' of git://github.com/nebgor/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-14 17:18:44 +08:00
Aparup Banerjee
fa41a73fe7
MDL-42711 theme - css recompiled after RTL fixes.
2013-11-14 17:04:09 +08:00
Barbara Ramiro
a28601c4ee
MDL-42711 RTL fixed to chat.less
2013-11-14 17:01:03 +08:00
Aparup Banerjee
96c124fca0
MDL-42711 added RTL styles to chat.less .
2013-11-14 16:57:48 +08:00
Jerome Mouneyrac
7f1427e918
MDL-42859 filepicker: fix dropbox logout warning layout
2013-11-14 15:16:33 +08:00
Frederic Massart
7d31a2999b
MDL-42853 course: Fix edit title icon margin on RTL
2013-11-14 10:59:35 +08:00
Frederic Massart
e161a5a319
MDL-42853 frontpage: RTL alignment to match LTR
2013-11-14 10:59:23 +08:00
AMOS bot
a3c5288ddd
Automatically generated installer lang files
2013-11-14 00:45:19 +00:00
Eloy Lafuente (stronk7)
529d3bad0e
Merge branch 'MDL-42768-master' of git://github.com/FMCorz/moodle
2013-11-13 23:15:23 +01:00
Eloy Lafuente (stronk7)
474719d327
Merge branch 'MDL-42866-master' of git://github.com/damyon/moodle
2013-11-13 23:09:09 +01:00
Damyon Wiese
60f0cd6bcd
MDL-42866 EditPDF: Fix bad foreign key in install.xml
...
Thanks Tim for reporting this!
2013-11-13 21:46:44 +08:00
Petr Škoda
ea7aa014f9
MDL-42860 improve db session help string
2013-11-13 10:54:15 +01:00
Aparup Banerjee
b549e66e5e
MDL-42711 added RTL styles to improvements.
2013-11-13 17:02:54 +08:00
Damyon Wiese
e4af9616c3
Merge branch 'MDL-40728-master-2' of git://github.com/mouneyrac/moodle
2013-11-13 16:57:34 +08:00
Jerome Mouneyrac
c8a661098e
MDL-40728 courseupload: add missing help icons
2013-11-13 16:34:43 +08:00
Aparup Banerjee
6f8624f77a
MDL-42711 made all theme menu strings in chat popup translatable
2013-11-13 16:22:34 +08:00
Mark Nelson
8eb2ea83d2
MDL-42100 tool_capability: fixed incorrect links
2013-11-13 00:20:28 -08:00
Damyon Wiese
6bce5b846a
Merge branch 'wip-MDL-42833-master' of git://github.com/marinaglancy/moodle
2013-11-13 15:57:07 +08:00
Marina Glancy
4c35937514
Merge branch 'MDL-42849-master' of git://github.com/andrewnicols/moodle
2013-11-13 18:24:06 +11:00
Frederic Massart
c7b3c10e3b
MDL-42768 restore: Use sql_compare_text instead for text comparison
2013-11-13 14:46:30 +08:00
Damyon Wiese
b22292ed50
Merge branch 'MDL-42705-master-nomerge' of git://github.com/mouneyrac/moodle
2013-11-13 14:42:32 +08:00
Aparup Banerjee
9c53c70c3c
MDL-42711 consolidated responsive styles into responsive.less
2013-11-13 13:58:51 +08:00
Damyon Wiese
34b67813ec
Merge branch 'MDL-42598' of git://github.com/timhunt/moodle
2013-11-13 13:43:52 +08:00
Barbara Ramiro
c3349e7576
MDL-42711 theme bootstrapbase chat.less :Override max-width for chat user picture on chrome and safari
2013-11-13 13:33:26 +08:00
Andrew Nicols
83f91454f9
MDL-42849 ActionMenu: Tweak selector for filler and padding for edit menu
2013-11-13 13:32:36 +08:00
Damyon Wiese
df6be935e1
MDL-42684 TinyMCE: Fix bootstrap CSS for putting text editors below labels.
2013-11-13 13:26:36 +08:00
Damyon Wiese
2034716c16
Merge branch 'MDL-33536-master' of git://github.com/damyon/moodle
2013-11-13 13:10:42 +08:00
Damyon Wiese
db7092b076
MDL-42684 Forms: Display text editors and file pickers with the label above the field.
...
This includes the front page description admin field.
2013-11-13 12:52:00 +08:00
Marina Glancy
1d2a7ef54f
Merge branch 'wip-mdl-42799' of https://github.com/rajeshtaneja/moodle
...
Conflicts:
mod/assign/feedback/editpdf/yui/build/moodle-assignfeedback_editpdf-editor/moodle-assignfeedback_editpdf-editor-min.js
2013-11-13 15:43:44 +11:00
Damyon Wiese
f51d0384f7
Merge branch 'MDL-41797' of git://github.com/rwijaya/moodle
2013-11-13 11:50:36 +08:00
Aparup Banerjee
462f3dc768
MDL-42711 theme : final css compiled.
2013-11-13 11:25:12 +08:00
Aparup Banerjee
2a8ab91c70
MDL-42711 theme port from LM: fixed up mod_feedback analysis bar heights from auto to 5px
2013-11-13 11:20:14 +08:00
Aparup Banerjee
cd578aa0e4
MDL-42711 theme port from LM: Info, Date and Author on the latest News block reordered
...
This also adds some simple clean style padding fixes for a better look.
2013-11-13 11:07:03 +08:00
Marina Glancy
5268dbffef
Merge branch 'MDL-42827-master' of git://github.com/andrewnicols/moodle
2013-11-13 13:28:46 +11:00
Barbara Ramiro
b8037f4fa2
MDL-42711 theme port from LM: Chat for Clean theme - minimal styling
...
(this converts colours to suit clean theme more)
2013-11-13 10:22:41 +08:00
Aparup Banerjee
ef7810de36
MDL-42711 theme port from LM: padded date and footer in upcoming events block (part of commit for MDLSITE-2427)
2013-11-13 10:13:11 +08:00
Damyon Wiese
2b997ab5dd
MDL-33536 Navigation: Add missing require_once for safety.
2013-11-13 09:59:44 +08:00
rwijaya
80fd00729b
MDL-41797 external tools module: fix heading levels.
...
AMOS BEGIN
CPY [submissions, core_grades], [submissions, mod_lti]
AMOS END
2013-11-13 09:52:32 +08:00
Aparup Banerjee
ed289a2cdd
Merge branch 'MDL-42711-master' of github.com:nebgor/moodle into MDL-42711-master
2013-11-13 09:51:09 +08:00
Aparup Banerjee
95b2934b23
Merge pull request #3 from mudrd8mz/MDL-42711-lmnet-clean-theme-backport
...
MDL-42711 LMNET clean theme backport
2013-11-12 17:48:46 -08:00
David Mudrák
ead1f5bda0
MDL-42711 theme port from LM: vertical alignment of the course icon
...
When the course name spans over multiple lines, vertically centered icon does
not look nice (or at least our beloved Benevolent Dictator for Life does not
like it ;-). This hack alignes the icon vertically with the first line of the
course name all the time (or at least it tries to).
2013-11-13 02:32:05 +01:00
David Mudrák
3bae4448cf
MDL-42711 theme port from LM: let the course name use the full line width
2013-11-13 02:12:45 +01:00
Marina Glancy
9fcd029012
MDL-42833 course: correction to navigation path in management interface
2013-11-13 12:03:46 +11:00
David Mudrák
24b65a44c9
MDL-42711 theme port from LM: improve RSS client block styling
...
This significantly increases the readability of items in the block.
2013-11-13 02:03:02 +01:00
Eloy Lafuente (stronk7)
662c5263b0
Merge branch '42832-26' of git://github.com/samhemelryk/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-13 01:55:52 +01:00
David Mudrák
8bf57320e6
MDL-42711 theme port from LM: forum layout on small screen devices
...
This is a backport of MDLSITE-2445. Wrapping the 'Started by' and 'Last post'
texts helps. On smaller device, these two get smaller font too. This is far
from optimal but better than the current (default) behaviour.
2013-11-13 01:48:05 +01:00
AMOS bot
7fc75f76ca
Automatically generated installer lang files
2013-11-13 00:47:29 +00:00
David Mudrák
1765866fff
MDL-42711 theme port from LM: survey module styling
...
Backport some Survey module styling from the standard theme to improve the
usability of the interface. The style is originally defined in
theme/standard/styles/modules.css
2013-11-13 01:26:21 +01:00
David Mudrák
a5b83691ff
MDL-42711 theme port from LM: improve the initial bar display
2013-11-13 01:17:13 +01:00
Eloy Lafuente (stronk7)
5658129967
Merge branch 'MDL-42790' of git://github.com/timhunt/moodle
2013-11-13 01:12:27 +01:00
Eloy Lafuente (stronk7)
64dcfd6ea3
Merge branch 'MDL-42839-master' of git://github.com/sammarshallou/moodle
2013-11-13 01:09:49 +01:00
Marina Glancy
930fbd0505
Merge branch 'MDL-38574' of git://github.com/timhunt/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-13 11:05:25 +11:00
Eloy Lafuente (stronk7)
183f84b5c3
Merge branch 'wip_master_mdl-42723' of https://github.com/iarenaza/moodle
2013-11-13 01:03:09 +01:00
Eloy Lafuente (stronk7)
aa7bc816d9
Merge branch 'wip-MDL-42672-master' of git://github.com/marinaglancy/moodle
2013-11-12 20:07:05 +01:00
sam marshall
5c138b258d
MDL-42839 MUC: Memcache server configuration too sensitive to whitespace
2013-11-12 12:33:36 +00:00
Tim Hunt
c1db10b6d5
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-12 11:35:42 +00:00
Sam Hemelryk
c31fc5a099
Merge branch 'MDL-42812-r1' of git://github.com/abgreeve/moodle
2013-11-12 16:30:39 +08:00
Rajesh Taneja
baf881b803
MDL-42799 Assignment: Min. width/height for widget is set to 1
...
It was possible for user to add widgets with width/height = 0
which were not displayed to user and doesn't have much meaning to it
This patch will set min. width/height to 1
2013-11-12 16:17:40 +08:00
Aparup Banerjee
8353186f4e
MDL-42711 theme port from LM: reimplemented fixes from MDLSITE-2451 to align group icons in forumpost css class (forum/blog).
2013-11-12 15:58:31 +08:00
Aparup Banerjee
73c4e333c3
MDL-42711 theme port from LM: reimplemented fixes from MDLSITE-2451 to align group icons if forumpost
2013-11-12 15:56:40 +08:00
Adrian Greeve
f3fbb6137b
MDL-42812 mod_quiz: Fixed up a syntax error for additional name fields.
2013-11-12 15:46:45 +08:00
Sam Hemelryk
aa861f6297
MDL-42832 course: management viewmode string improvements
2013-11-12 15:32:59 +08:00
Damyon Wiese
3ebaeb11b0
Merge branch '41392-26-r1' of git://github.com/samhemelryk/moodle
2013-11-12 15:11:25 +08:00
Jerome Mouneyrac
bb2f7c3ce9
MDL-42705 EditPDF: Progress bar styles in editpdf need to be moved to base theme.
2013-11-12 15:09:19 +08:00
Sam Hemelryk
a14515990c
MDL-41392 course: management fixed skiplinks breaking clean columns
2013-11-12 14:26:39 +08:00
Damyon Wiese
a6b35417c0
Merge branch 'w46_MDL-42503_m26_stringfilters' of https://github.com/skodak/moodle
2013-11-12 14:22:28 +08:00
Jason Fowler
0b11609944
MDL-42684 TinyMCE: Correct widths on screens with narrow fieldsets
2013-11-12 14:10:01 +08:00
Sam Hemelryk
b8a598ad65
Merge branch 'wip-MDL-42762-master' of git://github.com/abgreeve/moodle
2013-11-12 13:53:08 +08:00
Aparup Banerjee
ff7d91053c
MDL-42711 added chat.less file
2013-11-12 13:45:58 +08:00
Sam Hemelryk
0ac5863d86
Merge branch 'wip-MDL-41158-master-two' of git://github.com/abgreeve/moodle
2013-11-12 13:20:12 +08:00
Marina Glancy
b6168f132b
Merge branch 'MDL-42276_master' of https://github.com/markn86/moodle
2013-11-12 15:11:19 +11:00
Damyon Wiese
93e55a8bf9
MDL-42804 Database - SQL keywords should be uppercase.
2013-11-12 12:05:08 +08:00
rwijaya
94738ee7d6
MDL-42804 data_mod: fix alternate name warning for deleting an entry
2013-11-12 12:05:08 +08:00
Marina Glancy
b544b09636
Merge branch 'MDL-42824-master-int' of git://github.com/FMCorz/moodle
2013-11-12 15:00:57 +11:00
Marina Glancy
c7ef597040
Merge branch 'MDL-42540' of git://github.com/timhunt/moodle
2013-11-12 14:47:54 +11:00
Sam Hemelryk
6f4a169d8e
Merge branch 'MDL-42215_lang' of https://github.com/andyjdavis/moodle
2013-11-12 11:34:39 +08:00
Adrian Greeve
e351bed5c1
MDL-42812 libraries: Update username_load_fields_from_object to add the prefix to everything.
2013-11-12 11:30:16 +08:00
Andrew Nicols
734b5b500e
MDL-42810 ActionMenu: Hide the ActionMenu when clicking on primary links
2013-11-12 11:18:33 +08:00
Aparup Banerjee
7e7e8fd316
MDL-42711 theme port from LM: MDLSITE-2463 wrap tinymce instances responsively on mod/data pages (editing) for smaller screen widths
2013-11-12 11:01:22 +08:00
Aparup Banerjee
759e970f49
MDL-42711 theme port from LM: MDLSITE-2480 fixed up course view - icon now positioned correctly when long course titles wrap on small screens
2013-11-12 10:55:07 +08:00
Adrian Greeve
3263a3562d
MDL-41158 mod_workshop: Workshop submission alternate name field fix.
2013-11-12 10:40:23 +08:00
Marina Glancy
57c9bdb250
Merge branch 'MDL-42809-master' of git://github.com/andrewnicols/moodle
2013-11-12 13:34:01 +11:00
Eloy Lafuente (stronk7)
201877b5d0
Merge branch 'MDL-42573-master' of git://github.com/danpoltawski/moodle
2013-11-12 03:27:22 +01:00
Andrew Nicols
1e98b1641a
MDL-42827 JavaScript: Use a more specific selector for activity links
2013-11-12 10:25:52 +08:00
Adrian Greeve
29fa62cfd9
MDL-42812 libraries: Update username_load_fields_from_object to add the prefix to everything.
2013-11-12 10:17:59 +08:00
Mark Nelson
a2d3e3b6ca
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:06:50 -08:00
Damyon Wiese
fae2e1ffcc
Merge branch '42806-26' of git://github.com/samhemelryk/moodle
2013-11-12 10:02:09 +08:00
AMOS bot
e2f0be0e6d
Automatically generated installer lang files
2013-11-12 00:53:11 +00:00
Frederic Massart
eb59e0ed3b
MDL-42824 backup: Typo in description of setting backup_general_questionbank
2013-11-12 08:51:44 +08:00
Marina Glancy
82b211b6d0
Merge branch 'MDL-41775_master' of git://github.com/grabs/moodle
2013-11-12 11:23:51 +11:00
Eloy Lafuente (stronk7)
5d875d18e0
Merge branch 'MDL-40481' of git://github.com/timhunt/moodle
2013-11-12 00:38:35 +01:00
Petr Škoda
b2ea179338
MDL-42503 treat $CFG->filterall as a real cache flag - verify during cache resets
2013-11-11 21:49:15 +01:00
Marina Glancy
c4ce365aa1
Merge branch '42805-26' of git://github.com/samhemelryk/moodle
2013-11-11 21:48:39 +11:00
Marina Glancy
3ea8c639c1
NOBUG: convert tabs to whitespaces
2013-11-11 21:34:48 +11:00
Marina Glancy
459dd27d3e
Merge branch 'MDL-42043-master' of git://github.com/FMCorz/moodle
2013-11-11 21:10:47 +11:00
Andrew Nicols
4c0664b950
MDL-42783 Course: Improve accessiblity of various course actions
2013-11-11 21:03:41 +11:00
Marina Glancy
40dd8899ab
Merge branch 'MDL-42081-phpunitfix' of git://github.com/mouneyrac/moodle
2013-11-11 20:55:19 +11:00
Damyon Wiese
2d764047ca
Merge branch 'wip-mdl-42754' of https://github.com/rajeshtaneja/moodle
2013-11-11 17:25:30 +08:00
Rajesh Taneja
be98b1863a
MDL-42754 Messages: Fixed typo
2013-11-11 17:20:26 +08:00
Sam Hemelryk
9bbcadb228
MDL-42806 block_mentees: can only be docked if it has a valid title set.
2013-11-11 17:18:23 +08:00
Damyon Wiese
16fafb9aed
Merge branch 'MDL-42803-master' of git://github.com/ankitagarwal/moodle
2013-11-11 17:16:51 +08:00
Sam Hemelryk
cd96b7d3e4
MDL-41392 course: management checkbox accessibility improvement
2013-11-11 17:10:14 +08:00
Sam Hemelryk
d0647301a0
MDL-41392 course: management accessibility tweaking
2013-11-11 17:09:44 +08:00
Sam Hemelryk
9b22eeff5d
MDL-42806 dock: check title exists before using it
2013-11-11 16:51:06 +08:00
Sam Hemelryk
4b6d9ea248
MDL-42805 dock: fixed {} appearing in undock icon title
2013-11-11 16:26:12 +08:00
Jerome Mouneyrac
316283c72b
MDL-42081 fix file_storage phpunit tests following adding new stamp files on fresh install
2013-11-11 16:01:32 +08:00
Aparup Banerjee
9184a2f7e0
MDL-42711 theme port from LM: fixed up choice results table overflowing to the right. (MDLSITE-2497)
2013-11-11 16:00:30 +08:00
Aparup Banerjee
fa5a136591
MDL-42711 theme port from LM - this makes the li's link inherit similar size from higher up in cascade.
2013-11-11 15:58:19 +08:00
Andrew Nicols
04653aa010
MDL-42809 ActionMenu: Increase specifity of hide on select selector
2013-11-11 15:33:30 +08:00
Frederic Massart
7c9753a713
MDL-42808 library: Google API was resetting the timezone
2013-11-11 15:25:00 +08:00
Sam Hemelryk
68bcc3faaf
Merge branch 'wip-mdl-42795' of https://github.com/rajeshtaneja/moodle
2013-11-11 14:10:21 +08:00
Ankit Agarwal
ddea17fc22
MDL-42803 behat: Fix random behat errors in CI
2013-11-11 14:03:26 +08:00
Sam Hemelryk
0fd6069ecd
Merge branch 'wip-MDL-40612-master-one' of git://github.com/abgreeve/moodle
2013-11-11 13:10:44 +08:00
Damyon Wiese
138e71a42e
MDL-42699 Bootstrap tinymce css. Whitespace fix.
2013-11-11 12:40:21 +08:00
Jason Fowler
8bb68e0d23
MDL-42699 TinyMCE: adding padding to editor content in clean
2013-11-11 12:18:14 +08:00
Marina Glancy
b180048946
Merge branch 'MDL-42683-master-2' of git://github.com/mouneyrac/moodle
...
Conflicts:
mod/assign/feedback/editpdf/yui/build/moodle-assignfeedback_editpdf-editor/moodle-assignfeedback_editpdf-editor-min.js
2013-11-11 15:02:48 +11:00
Marina Glancy
f1be232f68
Merge branch 'MDL-42081-master-nomerge2' of git://github.com/mouneyrac/moodle
2013-11-11 15:02:01 +11:00
Jerome Mouneyrac
7444cf322e
MDL-42081 EditPDF: Add default stamp images
2013-11-11 11:39:27 +08:00
Adrian Greeve
5b1944bbba
MDL-40612 libraries: Tidy up and improvement of the code for additional name fields.
...
Includes an update to get_all_user_name_fields() and the inclusion of set_user_name_object()
2013-11-11 11:01:14 +08:00
Adrian Greeve
f490f988b7
MDL-40612 libraries: Unit test expansion for get_all_user_name_fields()
...
and the inclusion of tests for set_user_name_object()
2013-11-11 10:52:24 +08:00
Damyon Wiese
bbdb369868
Merge branch 'wip-mdl-42754' of https://github.com/rajeshtaneja/moodle
2013-11-11 10:41:40 +08:00
Renaat Debleu
6382c482c8
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:24:09 +08:00
Damyon Wiese
d5c0f0453c
Merge branch 'MDL-39923_master' of https://github.com/totara/openbadges
...
Conflicts:
version.php
2013-11-11 10:17:07 +08:00
Damyon Wiese
f845946821
MDL-36224 LTI: Whitespace fix
2013-11-11 10:04:10 +08:00
Damyon Wiese
75a4dd38ad
Merge branch 'MDL-36224-master' of git://github.com/damyon/moodle
2013-11-11 09:57:36 +08:00
Tim Hunt
3fc9410f84
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-08 15:13:04 +00:00
Andreas Grabs
6d645211be
MDL-41775 mod_feedback - Input fields are shown with a fixed width on bootstrap based themes
2013-11-08 10:42:49 +01:00
Aparup Banerjee
cbb6e0d029
MDLSITE-2493 glossary filter alert dialog button string now translatable
...
Conflicts:
filter/glossary/yui/build/moodle-filter_glossary-autolinker/moodle-filter_glossary-autolinker-debug.js
filter/glossary/yui/build/moodle-filter_glossary-autolinker/moodle-filter_glossary-autolinker-min.js
filter/glossary/yui/build/moodle-filter_glossary-autolinker/moodle-filter_glossary-autolinker.js
filter/glossary/yui/src/autolinker/js/autolinker.js -- M.core.alert api was changed.
2013-11-08 16:33:10 +08:00
Damyon Wiese
e3552170da
Merge branch 'MDL-42772-master' of git://github.com/FMCorz/moodle
2013-11-08 16:15:17 +08:00
David Mudrák
069c29b987
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-11-08 16:08:39 +08:00
Dan Poltawski
46af039925
Merge branch 'MDL-42743' of git://github.com/timhunt/moodle
2013-11-08 16:08:20 +08:00
Dan Poltawski
dbb68d7779
Merge branch 'wip-mdl-42777' of https://github.com/rajeshtaneja/moodle
2013-11-08 16:05:06 +08:00
David Mudrák
1d93c9ae07
MDL-42711 import learnmoodle fixes: 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
2013-11-08 15:35:54 +08:00
Dan Poltawski
d06d812c51
Merge branch 'wip-MDL-40883-master' of git://github.com/marinaglancy/moodle
2013-11-08 15:32:11 +08:00
Rajesh Taneja
be3d6de5aa
MDL-42777 courses: Added behat to test ajax on course view page
2013-11-08 14:44:04 +08:00
Damyon Wiese
2bdd5ff4aa
MDL-36224 LTI: Fix up docs, add plugininfo class and create subplugin folder.
2013-11-08 14:35:32 +08:00
Mark Nielsen
8cf7670e58
MDL-36224: Improving lti_get_types
...
If there are no LTI source plugins that
need to be added to the activity chooser
menu, then fallback to the default
activity chooser display.
2013-11-08 14:35:31 +08:00
Mark Nielsen
4d7a2c9e1c
MDL-36224: Minor updates to LTI
...
* No debug display on service.php
* Send a 400 header on error
2013-11-08 14:35:31 +08:00
Chris Scribner
fdbf2f229c
MDL-36224: Adding subplugins.php
2013-11-08 14:35:31 +08:00
Chris Scribner
976b5bca31
MDL-36224: Add support for pluggable extensions to add new LTI services
2013-11-08 14:35:31 +08:00
Rajesh Taneja
428a1bbdb1
MDL-42777 courses: removed unneeded category check
...
On course view manage page, JS was not getting initalised as category-listing
is not visible, initialiseCourses is doing unnessary check for category as
it takes care of empty category so it should not return on empty category
2013-11-08 14:08:46 +08:00
Frederic Massart
4bceea11be
MDL-42772 upgrade: Force alternate fields in session user
2013-11-08 14:01:39 +08:00
Marina Glancy
2e84b4b323
Merge branch 'MDL-42775-master' of git://github.com/danpoltawski/moodle
2013-11-08 16:37:55 +11:00
Frederic Massart
13d888771d
MDL-42043 theme: Use $theme instead of $OUTPUT for pix_url()
2013-11-08 13:15:31 +08:00
Aparup Banerjee
b661e76c3f
MDL-42711 hide course theme option for non bootstrapbase based themes. some other minor fixes too.
2013-11-08 13:10:40 +08:00
Jason Fowler
d37ec4b6a7
MDL-42684 TinyMCE: Including details of patch in moodle-readme.txt
2013-11-08 12:57:46 +08:00
Jason Fowler
762a29690e
MDL-42684 TinyMCE: make tinymce start at full width
2013-11-08 12:57:46 +08:00
Dan Poltawski
356d33a866
MDL-42775 dml: remove invalid unit test assertion
2013-11-08 12:25:49 +08:00
Adrian Greeve
b63f542d21
MDL-42762 administration: Fixed additional names section from being missing.
...
When an additional name field is not enabled in the admin settings the
text box should still be available to fill out in a section further down
the page (Additional names).
2013-11-08 12:05:53 +08:00
Damyon Wiese
c8868cefe2
MDL-42679 Scorm: Remove stale yui shifted css files.
2013-11-08 11:54:48 +08:00
Damyon Wiese
16fd6fb6d7
Merge branch 'w46_MDL-42769_m26_admineditor' of https://github.com/skodak/moodle
2013-11-08 11:43:10 +08:00
Damyon Wiese
13f04e7c91
Merge branch 'MDL-42679-master' of git://github.com/andrewnicols/moodle
2013-11-08 11:23:00 +08:00
Marina Glancy
61d1e9c44d
Merge branch 'MDL-41586-master' of git://github.com/ankitagarwal/moodle
2013-11-08 14:13:24 +11:00
Dan Poltawski
f9dc4bd78b
MDL-42704 quiz statistics: make test more tolerant
2013-11-08 11:11:31 +08:00
Dan Poltawski
379cbb459a
Merge branch 'MDL-42704-master' of git://github.com/jamiepratt/moodle
2013-11-08 11:11:28 +08:00
Marina Glancy
9fec5cb333
Merge branch 'MDL-42760-master' of git://github.com/mouneyrac/moodle
2013-11-08 14:10:41 +11:00
Dan Poltawski
7925c3b45c
MDL-42666 repository_boxnet: fix broken version
...
The last commit here looked like Fred had broken the version,
but it was my mistake. I owe Fred a beer at the next available
opportunity.
2013-11-08 11:02:35 +08:00
Ankit Agarwal
6cff6350df
MDL-41586 libaries: Fix issues with scale in sqlsrv libraries
...
0 is a valid value
null is the default scale we set in other DBs
2013-11-08 10:49:35 +08:00
Marina Glancy
a9d11e3cd0
MDL-40883 ddl: unittest for objects name length
2013-11-08 13:17:47 +11:00
Jason Fowler
46f763ed4a
MDL-42660 TinyMCE: Ensure upgrade is only performed when possible
...
Conflicts:
lib/editor/tinymce/db/upgrade.php
2013-11-08 09:49:02 +08:00
Marina Glancy
dcde391b44
MDL-40883 ddl: make sure object name never exceeds max length
...
Many thanks to Ray Bon for finding the problem
2013-11-08 11:58:35 +11:00
Damyon Wiese
d25e988d08
Merge branch 'MDL-40975-editinstructions' of git://github.com/andrewnicols/moodle
2013-11-08 08:45:11 +08:00
AMOS bot
c09786a9b9
Automatically generated installer lang files
2013-11-08 00:43:04 +00:00
Petr Škoda
8213007c7f
MDL-42769 use only text area editor before install completed
2013-11-07 23:51:59 +01:00
Jamie Pratt
ec477ba1bb
MDL-42704 quiz statistics : SQL Errors under MSSQL
2013-11-07 18:05:10 +07:00
Tim Hunt
a568785223
MDL-42743 improve wording of the CBM summary on quiz review
2013-11-07 10:30:06 +00:00
Dan Poltawski
5b5447fa83
MDL-41615 question: fix unit tests
...
Heading levels have been changed.
2013-11-07 18:10:55 +08:00
Tim Hunt
a289a2b51c
MDL-42540 quiz manual grading should have setType
2013-11-07 09:44:24 +00:00
Dan Poltawski
0967c74a3d
Merge branch 'MDL-42737-master' of git://github.com/andrewnicols/moodle
2013-11-07 17:21:54 +08:00
Dan Poltawski
48fe93fa26
Merge branch 'MDL-41615_c' of git://github.com/rwijaya/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-07 17:17:32 +08:00
Yuliya
be2b37cf4b
MDL-39923 badges: Fix unit tests
2013-11-07 21:48:01 +13:00
Andrew Nicols
5bf8e9ae5e
MDL-40975 Course: Ensure that editinstructions line up with activity rename again
2013-11-07 16:46:34 +08:00
Marina Glancy
d1cfb36b59
Merge branch 'MDL-42748-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-07 19:31:52 +11:00
Damyon Wiese
a79cea102d
Merge branch 'MDL-42668-master' of git://github.com/FMCorz/moodle
2013-11-07 16:20:53 +08:00
Jerome Mouneyrac
eb11ae0d5c
MDL-42760 EditPDF: sometimes the dropdown or search comment appear below the editpdf
2013-11-07 16:11:51 +08:00
Andrew Nicols
1ef33d5914
MDL-42679 mod_scorm: Include gallery-sm-treeview for https support
2013-11-07 15:58:22 +08:00
Frederic Massart
ab1658fb17
MDL-42666 repository_boxnet: Do not run the upgrade multiple times
2013-11-07 15:53:59 +08:00
Frederic Massart
def961fd0d
MDL-42668 portfolio_boxnet: Do not run upgrade multiple times
2013-11-07 15:35:24 +08:00
Frederic Massart
a5a84cc894
MDL-42668 portfolio_boxnet: Disable the portfolio when non-HTTPS
2013-11-07 15:28:34 +08:00
Frederic Massart
337107fe4b
MDL-42668 portfolio_boxnet: Disable the portfolio during upgrade
2013-11-07 15:28:34 +08:00
Frederic Massart
7c6ad254f3
MDL-42668 portfolio_boxnet: Notify the admins about the upgrade process
2013-11-07 15:28:34 +08:00
Frederic Massart
d130777df5
MDL-42668 portfolio_boxnet: Migration to APIv2
2013-11-07 15:28:34 +08:00
Dan Poltawski
b74c8389b1
Merge branch 'MDL-42666-master-fixup' of git://github.com/FMCorz/moodle
2013-11-07 14:19:14 +08:00
Marina Glancy
cc58ba267d
Merge branch 'w46_MDL-42708_m26_mymobile' of https://github.com/skodak/moodle
2013-11-07 17:17:42 +11:00
Marina Glancy
4c0e155433
Merge branch '42375-26' of git://github.com/samhemelryk/moodle
2013-11-07 17:08:03 +11:00
Sam Hemelryk
10a2bf4613
MDL-42375 course: management interface icon tweaks
...
* Drag and drop icon switched to a 12x12px icon.
* Drag and drop icon now uses cursor:pointer
* Improved alignment of the caret for course listing actions.
2013-11-07 14:01:17 +08:00
Frederic Massart
7cb353ff69
MDL-42666 tests: Setting new Box.net mandatory arguments
2013-11-07 13:54:47 +08:00
Andrew Nicols
9d6d88e1bd
MDL-42748 Theme: Add back missing overflow on help tooltips
2013-11-07 13:53:43 +08:00
Marina Glancy
afd765337a
Merge branch 'MDL-42697-master' of git://github.com/andrewnicols/moodle
2013-11-07 16:31:01 +11:00
Rajesh Taneja
9a90e7c57a
MDL-42754 Messages: Show noreply user notifications
...
With fake noreply and support users, the notifications were not accessible by user
Support for viewing messages from noreply user has been added.
Signed-off-by: Rajesh Taneja <rajesh@moodle.com >
2013-11-07 13:08:30 +08:00
Damyon Wiese
81b07e655c
Merge branch 'MDL-40975-overflow' of git://github.com/andrewnicols/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-07 12:23:25 +08:00
Jason Fowler
2106d4b351
MDL-42660 TinyMCE: Shuffle icons in default toolbar layout
2013-11-07 12:15:11 +08:00
Jason Fowler
f2b8eb222a
MDL-42600 EditPDF: Fix padding etc on toolbars
2013-11-07 12:15:11 +08:00
Jason Fowler
525d094a47
MDL-42660 Filepicker: Fix padding etc on filepicker/manager toolbars
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-07 12:15:11 +08:00
Jason Fowler
f897dbcb24
MDL-42660 TinyMCE: Fix padding etc to make TinyMCE work better on small screens
2013-11-07 12:15:11 +08:00
Marina Glancy
1dd53c7a5a
Merge branch 'MDL-41586-master' of git://github.com/ankitagarwal/moodle
2013-11-07 15:06:38 +11:00
rwijaya
c544ee92f5
MDL-41615 quiz_mod: fix heading levels for usability and accessibility
2013-11-07 12:04:00 +08:00
Dan Poltawski
d4308dff59
Merge branch 'MDL-42628_b' of https://github.com/rwijaya/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-07 11:58:46 +08:00
Dan Poltawski
f6a2a36bcd
Merge branch 'MDL-42666-master' of git://github.com/FMCorz/moodle
2013-11-07 11:44:01 +08:00
Andrew Nicols
b100c4e3a1
MDL-40975 Behat: Fix test failure with block menus
2013-11-07 11:42:27 +08:00
Andrew Nicols
27e6dce63b
MDL-40975 Theme: Stop treating label commands differently
2013-11-07 11:42:26 +08:00
rwijaya
9cb48f50c4
MDL-42628 course management: improve RTL display
2013-11-07 11:38:46 +08:00
Sam Hemelryk
16a14e4a5f
Merge branch 'wip-MDL-42739_M26' of git://github.com/lazydaisy/moodle
2013-11-07 11:29:57 +08:00
Dan Poltawski
57d14266a8
Merge branch 'wip-mdl-42692' of https://github.com/rajeshtaneja/moodle
2013-11-07 11:23:11 +08:00
Dan Poltawski
0b353ee03e
Merge branch 'MDL-42742-master' of git://github.com/damyon/moodle
2013-11-07 11:19:15 +08:00
Marina Glancy
ef14a8ffb4
Merge branch '42375-26' of git://github.com/samhemelryk/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-07 14:18:00 +11:00
Frederic Massart
e50117d952
MDL-42605 portfolio_flickr: Do not auto select a set to export to
2013-11-07 11:14:47 +08:00
Frederic Massart
16dc4c13ae
MDL-42605 portfolio_flickr: Photos can be added to a set on export
2013-11-07 11:14:47 +08:00
Aparup Banerjee
fcb2b77ffa
MDL-42711 ported less style for chat from learnmoodle. added ability to choose course theme's css - this will use ONLY the css available from the theme to style this chat box.
2013-11-07 11:14:14 +08:00
Frederic Massart
f591c247ca
MDL-42666 repository_boxnet: Improved output during migration
2013-11-07 10:58:40 +08:00
Frederic Massart
51ada519a6
MDL-42666 repository_boxnet: Downloading a file follows locations
2013-11-07 10:54:48 +08:00
Frederic Massart
102a241998
MDL-42666 repository_boxnet: Fix undefined variable usage
2013-11-07 10:54:48 +08:00
Frederic Massart
d7274bfead
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-07 10:54:47 +08:00
Frederic Massart
ab227cc6a9
MDL-42666 repository_boxnet: Warn on HTTPS requirement when non HTTPS
2013-11-07 10:54:47 +08:00
Frederic Massart
090976b966
MDL-42666 repository_boxnet: Alert the admins of the migration process
2013-11-07 10:54:38 +08:00
Marina Glancy
27199cfce8
Merge branch 'MDL-42696-collator' of git://github.com/mudrd8mz/moodle
2013-11-07 12:59:36 +11:00
Yuliya Bozhko
f5d17c14ea
MDL-39923 badges: Send badge messages through internal messaging system
2013-11-07 14:49:27 +13:00
Dan Poltawski
02c6bd358f
Merge branch 'MDL-42728-en_fix' of git://github.com/mudrd8mz/moodle
...
Conflicts:
lang/en/moodle.php
2013-11-07 09:34:31 +08:00
Mary Evans
4731319e24
MDL-42739 theme_anomaly: Updated renderers.php to fix dock not working in Anomaly theme.
2013-11-06 22:38:37 +00:00
Eloy Lafuente (stronk7)
e916eb407c
Merge branch 'MDL-42714-master' of git://github.com/sammarshallou/moodle
2013-11-06 23:35:37 +01:00
Petr Škoda
e0caccb410
MDL-42708 force mymobile uninstallation during upgrade
2013-11-06 20:04:58 +01:00
Andrew Nicols
4c9e8ea7a3
MDL-40975 Course: Fix issues with overflowing content in narrow windows
2013-11-07 01:16:34 +08:00
Iñaki Arenaza
3f9562cc5d
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-06 17:31:55 +01:00
David Mudrák
39fb6afa47
MDL-42696 Improve the collator class debugging
...
To fully describe why the debugging warning was displayed, it is important to
display all three values - required locale, actual locale and the valid locale.
2013-11-06 14:59:08 +01:00
sam marshall
3749c94627
MDL-42714 Backup: For tgz packer, handle missing zlib extension
2013-11-06 12:34:46 +00:00
Dan Poltawski
d214057cad
on-demand release 2.6beta+
2013-11-06 20:26:48 +08:00
Dan Poltawski
9306ed2cf5
NOBUG: Fixed SVG browser compatibility
2013-11-06 20:26:46 +08:00
Damyon Wiese
3583b22717
MDL-42742 Dragdrop: Center the keyboard drag drop dialogue
2013-11-06 17:22:31 +08:00
Andrew Nicols
11f8ef10c0
MDL-42737 ActionMenu: Close the menu after selecting actions
2013-11-06 17:16:49 +08:00
Damyon Wiese
dcd02d8b0e
Merge branch 'MDL-40975-master-fixes' of git://github.com/andrewnicols/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-06 16:42:11 +08:00
Sam Hemelryk
52c93a26ca
MDL-42375 course: management interface icon spacing improved
...
Fixed the display of icons and their spacing when JS is disabled.
2013-11-06 16:38:32 +08:00
Andrew Nicols
13a73a16f2
MDL-40975 Theme: Remove activity padding properly when editor displayed for RTL
2013-11-06 16:20:00 +08:00
Andrew Nicols
5609c6321d
MDL-40975 Course: Make the edit title instructinos position with mod-indent
2013-11-06 16:20:00 +08:00
Ankit Agarwal
e3359b87df
MDL-41586 libraries: Fix scale issues
...
The default value of scale should be null not false in mssql, that is the
standard with other DBs
0 is a valid value for scale, don't change it in oracle
2013-11-06 16:12:15 +08:00
Rajesh Taneja
0507c33cad
MDL-42692 Quiz: Fixed z-index for tab and marks
...
On edit quiz page marks/reorder text box has zindex set, which should be considered by modal
window. Also, tab set is also using zindex for active node.
2013-11-06 16:09:18 +08:00
Damyon Wiese
30e736cfba
Merge branch '42740-26' of git://github.com/samhemelryk/moodle
2013-11-06 16:07:44 +08:00
Andrew Nicols
685addbd1f
MDL-40975 Theme: Increase section settings cog back to 16px
2013-11-06 16:06:59 +08:00
Andrew Nicols
868575ec2c
MDL-40975 Course: Make spinner consistent across themes
2013-11-06 16:06:48 +08:00
Damyon Wiese
2c366f45ca
Merge branch 'MDL-42624-master' of git://github.com/mouneyrac/moodle
2013-11-06 16:00:33 +08:00
Sam Hemelryk
02ee8997b5
MDL-42740 theme_anomaly: fixed block editing actions.
2013-11-06 15:50:16 +08:00
Damyon Wiese
496422e34c
Merge branch '40975-26-r1' of git://github.com/samhemelryk/moodle
2013-11-06 15:37:29 +08:00
Sam Hemelryk
61ac7f01b2
MDL-40975 theme_afterburner: fixed up actionmenu CSS
2013-11-06 15:30:38 +08:00
Dan Poltawski
dc08bfe558
Merge branch '42628-26' of git://github.com/samhemelryk/moodle
2013-11-06 15:04:20 +08:00
Andrew Nicols
052dd0490f
MDL-40975 Theme: Fix white line over links in Bootstrap with FF
2013-11-06 14:45:08 +08:00
Andrew Nicols
29afe143c1
MDL-40975 Theme: Set the colour for actionmenu carets appropriately
2013-11-06 14:37:05 +08:00
Marina Glancy
bdb7c88635
Merge branch 'MDL-42031-master' of git://github.com/mouneyrac/moodle
...
Conflicts:
mod/assign/feedback/editpdf/yui/build/moodle-assignfeedback_editpdf-editor/moodle-assignfeedback_editpdf-editor-min.js
2013-11-06 17:18:38 +11:00
Jerome Mouneyrac
d40ce26f05
MDL-42031 assginfeedback_editpdf: fix next/previous/select page
2013-11-06 14:13:19 +08:00
rwijaya
b890be680d
MDL-42628: fix RTL for course management
2013-11-06 14:12:24 +08:00
Colin Campbell
6d2baaaea4
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-06 16:32:15 +11:00
Damyon Wiese
951b414b65
Merge branch 'MDL-40975-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-06 13:06:01 +08:00
Marina Glancy
c32ba4e2fb
Merge branch '42690-26' of git://github.com/samhemelryk/moodle
2013-11-06 15:52:03 +11:00
Damyon Wiese
ee8e077a2e
Merge branch '42710-26' of git://github.com/samhemelryk/moodle
2013-11-06 12:07:47 +08:00
Damyon Wiese
ac3831b422
Merge branch 'MDL-41232-master' of git://github.com/mouneyrac/moodle
2013-11-06 11:59:41 +08:00
Andrew Nicols
383d22d967
MDL-42697 Theme: Fix overflow on docked blocks
2013-11-06 11:58:05 +08:00
Andrew Nicols
1e5620a62b
MDL-40975 Theme: Rebuild of bootstrap css
2013-11-06 11:41:01 +08:00
Andrew Nicols
f5b33487fc
MDL-40975 ActionMenu: Adjust how actionmenu is displayed for course management
2013-11-06 11:41:00 +08:00
David Monllao
047a8800f4
MDL-40975 course: Adapt behat tests to the new course editing interface
2013-11-06 11:41:00 +08:00
Andrew Nicols
79864ef25f
MDL-40975 ActionMenu: Ensure we maintain consistent tab order
...
When the actionmenu is open, we should focus on it's first element, and
then naturally tab through it. Tabbing from the end should take us to the
first element after the menu button. This may not be the same as the first
element after the menu itself because of the nature of primary and
secondary action links. We also need to shift-tab back in the same manner.
2013-11-06 11:40:59 +08:00
Andrew Nicols
7f4f7081f0
MDL-40975 Theme: Change the actionmenu icons back to 12px
2013-11-06 11:40:59 +08:00
Andrew Nicols
21231f4d76
MDL-40975 ActionMenu: Convert text-based icon to the caret style
2013-11-06 11:40:59 +08:00
Barbara Ramiro
6272fce649
MDL-42564 Course: Replace group mode icons with larger versions
2013-11-06 11:40:58 +08:00
Barbara Ramiro
13273e51a8
MDL-42564 ActionMenu: Replace actionmenu icon with new style
2013-11-06 11:40:58 +08:00
Andrew Nicols
6982618e89
MDL-40956 Course: AJAX course duplication
2013-11-06 11:40:57 +08:00
Andrew Nicols
d28aeeddc0
MDL-40975 Theme: Dim the modicon when an activity is disabled
2013-11-06 11:40:57 +08:00
Andrew Nicols
8d90aec2aa
MDL-40975 Course: Make the completion tracking look the same as other icons when editing
2013-11-06 11:40:57 +08:00
Andrew Nicols
26dd99d292
MDL-40975 Course: Move all editing icons to the end of the line
2013-11-06 11:40:56 +08:00
Andrew Nicols
9ac099a1c1
MDL-40975 ActionMenu: Add support for fillers in primary menus
...
This is required to maintain horizontal alignment of primary menus in rows.
2013-11-06 11:40:56 +08:00
Andrew Nicols
405266165a
MDL-40975 Course: Tidy up icon spacings
2013-11-06 11:40:55 +08:00
Andrew Nicols
fe3593b4c2
MDL-40975 ActionMenu: Tidy up title + alt combinations
2013-11-06 11:40:55 +08:00
Andrew Nicols
4bbb890f91
MDL-40975 Course: Adjust how we handle toolbox processing to improve performance
2013-11-06 11:40:55 +08:00
Damyon Wiese
9577caaed8
MDL-40975 ActionMenu: Change default alignment when opening the menu
...
Committer: Andrew Nicols <andrew@nicols.co.uk >
2013-11-06 11:40:54 +08:00
Andrew Nicols
fc4e9e13bc
MDL-40975 ActionMenu: Adjust icon placement for text menus
2013-11-06 11:40:54 +08:00
Andrew Nicols
8ecabb95cd
MDL-40975 Course: Adjust vertical alignment for text menu
2013-11-06 11:40:53 +08:00
Andrew Nicols
d881e0bb84
MDL-40975 Course: Remove groupmode when forced at course level
2013-11-06 11:40:53 +08:00
Andrew Nicols
82ef49ea65
MDL-40975 Course: Set the show/hide activity toggle
2013-11-06 11:40:53 +08:00
Andrew Nicols
ce30e14c65
MDL-40975 Course: Add aria label for dragdrop
2013-11-06 11:40:52 +08:00
Andrew Nicols
bc80ea017c
MDL-40975 Course: Add back JavaScript drag/drop for bootstrap on mobile
2013-11-06 11:40:52 +08:00
Andrew Nicols
a4400cefdb
MDL-40975 JavaScript: Make drag/drop respond to a single click as well as a drag
2013-11-06 11:40:51 +08:00
Andrew Nicols
81dc079654
MDL-40975 Course: Hide commands when editing titles
2013-11-06 11:40:51 +08:00
Andrew Nicols
3072040cff
MDL-40975 JavaScript: Standardise the location of the activity spinner
2013-11-06 11:40:51 +08:00
Andrew Nicols
9797becd71
MDL-40975 ActionMenu: Remove background color when menu is active
2013-11-06 11:40:50 +08:00
Andrew Nicols
4657ba81d2
MDL-40975 Course: Move drag/drop to start of the line
2013-11-06 11:40:50 +08:00
Andrew Nicols
a83d83e42b
MDL-40975 Course: Change which actions are in the menu and which are outside it
2013-11-06 11:40:49 +08:00
Marina Glancy
09af1e2864
MDL-42672 blocks: warnings on /mod/xxx/index.php for frontpage course
2013-11-06 14:21:24 +11:00
Andrew Nicols
f549dd64a4
MDL-40975 Course: Change the activity drag icon to prevent icon flash
2013-11-06 10:59:26 +08:00
Barbara Ramiro
e3d0acf6ac
MDL-42564 Theme: Add new dropdown icons
2013-11-06 10:59:26 +08:00
Andrew Nicols
8ef1aa40d1
MDL-40975 Theme: Standardise size of icons in headings
2013-11-06 10:59:26 +08:00
Andrew Nicols
69a3457fe9
MDL-40975 Theme: Tidy up block icons to line up in columns
2013-11-06 10:59:26 +08:00
Andrew Nicols
803912ae69
MDL-40975 Blocks: Move most block actions into the block menu
2013-11-06 10:59:25 +08:00
Frederic Massart
e27ed28785
MDL-42666 repository_boxnet: Revoke access token when logging out
2013-11-06 10:46:29 +08:00
Frederic Massart
79d89136f0
MDL-42666 oauthlib: Getter methods for accesstoken, client id and secret
2013-11-06 10:46:29 +08:00
Frederic Massart
b2f9028559
MDL-42666 repository_boxnet: Remove hardcoded date for APIv1 end of life
2013-11-06 10:46:29 +08:00
Frederic Massart
091ac5969e
MDL-42666 repository_boxnet: Disabling file references
2013-11-06 10:46:29 +08:00
Frederic Massart
05eaf64397
MDL-42666 repository_boxnet: Advise the user to run the migration tool
2013-11-06 10:46:29 +08:00
Frederic Massart
cc4de9ea58
MDL-42666 repository_boxnet: Tool to launch the migration
2013-11-06 10:46:29 +08:00
Frederic Massart
4cdb94cce7
MDL-42666 repository_boxnet: Function to convert APIv1 references to true copies
2013-11-06 10:46:29 +08:00
Frederic Massart
2d5c7d5057
MDL-42666 repository_boxnet: Convert repository to APIv2
2013-11-06 10:45:52 +08:00
Damyon Wiese
7fd16ca1fd
Merge branch 'w45_MDL-42602_m26_userloginevent' of https://github.com/skodak/moodle
2013-11-06 10:21:35 +08:00
Mary Evans
fe4848110a
MDL-40244 forms: added setType() for groupinfo in forum and wiki
2013-11-06 12:23:18 +11:00
Marina Glancy
0f57d555a0
Merge branch '42629-26-r2' of git://github.com/samhemelryk/moodle
2013-11-06 11:56:20 +11:00
Marina Glancy
a43db075ff
Merge branch 'MDL-42402-master-fix3' of git://github.com/damyon/moodle
2013-11-06 11:52:15 +11:00
Sam Hemelryk
c820e700d8
ML-42629 course: management added can_resort checks
2013-11-06 08:49:36 +08:00
Helen Foster
5a25566060
MDL-42728 Merge English strings from the en_fix language pack
2013-11-05 23:41:44 +01:00
Damyon Wiese
cb35482abf
MDL-42402 EditPDF: CSS fix for hover on drop down menus
...
Also required a fix for the comment search window because it was picking up the same styles.
2013-11-06 00:41:04 +08:00
Eloy Lafuente (stronk7)
233db99d65
Merge branch 'MDL-42671-master' of git://github.com/damyon/moodle
2013-11-05 17:27:04 +01:00
Damyon Wiese
237f484188
MDL-42671 EditPDF: Disable EditPDF is zlib is not available
...
Also put a warning on the admin page if this is the case.
2013-11-06 00:26:05 +08:00
Damyon Wiese
c5ae81ca38
Merge branch 'wip-MDL-38228-master' of git://github.com/marinaglancy/moodle
...
Conflicts:
version.php
2013-11-05 22:44:53 +08:00
Tim Hunt
94ffbef19a
MDL-40481 quiz responses report needs cols need text_sorting
2013-11-05 14:13:53 +00:00
Sam Hemelryk
05bce411cb
MDL-42719 course: management view mode wrap fixed
2013-11-05 21:52:45 +08:00
Sam Hemelryk
e69a0251dc
MDL-42710 course: management cat sorting perfecting taking place
2013-11-05 21:52:45 +08:00
Dan Poltawski
61bac37cf1
Merge branch 'MDL-42332-fix-modal-window' of git://github.com/dmonllao/moodle
2013-11-05 17:25:53 +08:00
David Monllao
a57263d19d
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:13:20 +08:00
Dan Poltawski
bd706fb590
Merge branch 'MDL-42613_master' of https://github.com/markn86/moodle
2013-11-05 16:39:27 +08:00
Damyon Wiese
48bde0eed4
MDL-42629: Fixing dodgy merge conflict (oops)
2013-11-05 16:36:31 +08:00
Dan Poltawski
8d81bd5d1e
Merge branch 'MDL-42363-fix-redirect-issue' of git://github.com/dmonllao/moodle
2013-11-05 15:52:48 +08:00
David Monllao
622442765e
MDL-42363 behat: Avoid random failure because of timing differences
2013-11-05 15:27:13 +08:00
Dan Poltawski
e957dfa549
Merge branch 'MDL-42402-master-fix2' of git://github.com/damyon/moodle
2013-11-05 15:06:36 +08:00
Damyon Wiese
1d38083c9d
MDL-42402 EditPDF: Make the colours match the mockup in MDL-41633
2013-11-05 14:49:06 +08:00
Marina Glancy
792eeb0053
Merge branch 'MDL-40267-master' of git://github.com/danpoltawski/moodle
2013-11-05 17:44:53 +11:00
Marina Glancy
edf21f0c56
Merge branch 'MDL-42706-master-int' of git://github.com/FMCorz/moodle
2013-11-05 17:13:38 +11:00
Damyon Wiese
9e16402727
Merge branch '42629-26' of git://github.com/samhemelryk/moodle
...
Conflicts:
course/classes/management_renderer.php
2013-11-05 14:04:08 +08:00
Sam Hemelryk
38a15200b9
MDL-42629 course: management peer-review alterations
...
* Added confirmation when bulk moving courses.
* Increased min-width of category course count to allow for 3 digits.
* Fixed sub-category => subcategory
* Renamed console JS vars to managementconsole
* Added typeof operator
* Renamed oldcatcourses and newcatcourses as suggested
* Added a span around course count and interacted with that.
* Fixed icon sizing
* Fixed management behat tests
* Fixed wrapping of strings in menus
2013-11-05 13:57:01 +08:00
Frederic Massart
3ec7ea98a1
MDL-42706 mod_book: Undefined CFG in pluginfile function
2013-11-05 13:19:42 +08:00
Damyon Wiese
057a79922e
Merge branch 'MDL-42701' of git://github.com/stronk7/moodle
2013-11-05 13:10:52 +08:00
Dan Poltawski
6ce30a3e2c
Merge branch 'MDL-42385_master' of git://github.com/dmonllao/moodle
2013-11-05 12:34:35 +08:00
Damyon Wiese
97c7b8a548
Merge branch 'wip-mdl-42703-master' of https://github.com/deraadt/moodle
2013-11-05 12:24:41 +08:00
rwijaya
a80af8a652
MDL-42280 Behat: add behat test for block settings.
...
Test includes: modifying setting to hide and move block appearance
2013-11-05 11:37:28 +08:00
Dan Poltawski
0fe02089a4
Merge branch 'MDL-42476' of https://github.com/srynot4sale/moodle
2013-11-05 11:24:02 +08:00
Marina Glancy
47644f7d6a
MDL-38228 upgrade: Rewrite and re-apply script that fixes corrupt course modules to sequence relation
2013-11-05 14:20:50 +11:00
Damyon Wiese
1ddbe7815d
Merge branch 'wip-MDL-42318-master' of https://github.com/marinaglancy/moodle
2013-11-05 11:06:23 +08:00
Michael de Raadt
2bec969e2a
MDL-42703 Course: Remove alias from queries to satisfy MSSQL
2013-11-05 10:52:24 +08:00
Ray Morris
82d305fafa
MDL-42265 make Browse Users list scrollable for smaller screens
2013-11-05 10:49:20 +08:00
Damyon Wiese
6655b6102a
MDL-42402 EditPDF: Fix the styles again
...
More fixes for the vertical alignment of the images in the toolbar buttons and the dropdowns.
2013-11-05 10:30:11 +08:00
Dan Poltawski
528ed758e6
MDL-40267 forms: fix utf8 string length rules
2013-11-05 10:20:22 +08:00
Eloy Lafuente (stronk7)
61dc1d26cd
MDL-40267 forms: added some tests for the range rule
2013-11-05 09:57:46 +08:00
Andrew Nicols
4816e19a6f
MDL-42464 mod_chat: Correct use of amp; in session link
2013-11-05 09:50:33 +08:00
Sam Hemelryk
c7a2291f8b
MDL-42629 course: management resorting improvements
2013-11-05 09:49:20 +08:00
Sam Hemelryk
62846237ee
MDL-42629 course: set a better management page title
2013-11-05 09:49:14 +08:00
Sam Hemelryk
d3670843eb
MDL-42629 course: changed new course to create new course
2013-11-05 09:49:14 +08:00
Sam Hemelryk
bd7ee7ada4
MDL-42629 course: moving a course now updates counts and pagination totals
2013-11-05 09:49:14 +08:00
Sam Hemelryk
83886a49a0
MDL-42629 course: changed sub category to subcategory
2013-11-05 09:49:13 +08:00
Sam Hemelryk
cfd1e08a50
MDL-42629 actionmenu: alt and title on icon removed if the same as text being displayed
2013-11-05 09:49:13 +08:00
Sam Hemelryk
017518d4f8
MDL-42629 course: fixed up create category management actions
2013-11-05 09:49:13 +08:00
Sam Hemelryk
115e5f052f
MDL-42629 course: renamed re-sort to sort
2013-11-05 09:49:13 +08:00
Sam Hemelryk
f8ddf782dd
MDL-42629 course: tweaks CSS for management interface
...
* Removed grey background from checkboxes and bulk actions.
* Removed blue colouring on subheadings.
* Changed greys to the clean theme greys
2013-11-05 09:49:13 +08:00
Sam Hemelryk
21a57b04de
MDL-42629 course: improved wording on move course dialogue
2013-11-05 09:48:38 +08:00
Sam Hemelryk
09ae02b7aa
MDL-42300 course: improved category re-sort controls.
...
* The top action now works on top level categories and has
a better title.
* Each category has its own resort actions now.
2013-11-05 09:48:38 +08:00
Eloy Lafuente (stronk7)
6644b04666
MDL-42701 Bump main version to observe all deps
2013-11-05 02:37:19 +01:00
Eloy Lafuente (stronk7)
f39c82ebed
MDL-42701 Bump all versions near 2.6 release
2013-11-05 02:36:00 +01:00
Damyon Wiese
9995aa3852
Merge branch 'w45_MDL-42512_m26_filtermess' of https://github.com/skodak/moodle
2013-11-05 09:31:41 +08:00
Dan Poltawski
24a922e953
Merge branch 'MDL-42273-master' of git://github.com/ankitagarwal/moodle
2013-11-04 23:40:33 +08:00
Dan Poltawski
dcc08e55b5
Merge branch 'MDL-42363_master' of git://github.com/dmonllao/moodle
2013-11-04 23:34:18 +08:00
Dan Poltawski
a28c6b440e
Merge branch 'wip-MDL-42270_master_2' of git://github.com/gjb2048/moodle
2013-11-04 22:54:09 +08:00
Dan Poltawski
5e70fc1f9c
Merge branch 'MDL-42548' of git://github.com/timhunt/moodle
2013-11-04 22:34:27 +08:00
Dan Poltawski
efe938fca5
Merge branch 'MDL-42464-master' of git://github.com/andrewnicols/moodle
2013-11-04 22:31:55 +08:00
Dan Poltawski
4a17894ac5
Merge branch 'MDL-42592_master' of https://github.com/markn86/moodle
2013-11-04 22:27:49 +08:00
Dan Poltawski
2c7b23a239
Merge branch 'MDL-42453_master' of git://github.com/lazydaisy/moodle
2013-11-04 22:17:19 +08:00
Dan Poltawski
c6cb4f8ec8
MDL-42533 conditionlib: Add clarifying comments
2013-11-04 22:04:01 +08:00
Dan Poltawski
07ba528bd4
Merge branch 'MDL-42533-master' of git://github.com/FMCorz/moodle
2013-11-04 21:51:57 +08:00
Dan Poltawski
6db9f41419
Merge branch 'MDL-42355_editpdf_deselect_comment' of git://github.com/davosmith/moodle
...
Conflicts:
mod/assign/feedback/editpdf/yui/build/moodle-assignfeedback_editpdf-editor/moodle-assignfeedback_editpdf-editor-min.js
2013-11-04 20:10:24 +08:00
Dan Poltawski
22379484fd
Merge branch 'wip-mdl-41849' of https://github.com/rajeshtaneja/moodle
2013-11-04 19:35:01 +08:00
Dan Poltawski
81da82f5f3
Merge branch '42350-26' of git://github.com/samhemelryk/moodle
2013-11-04 17:21:29 +08:00
Jerome Mouneyrac
066ef320af
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:17:58 +08:00
Jerome Mouneyrac
68c13c6804
MDL-42331 Automate MDLQA-5258 - A teacher can add and allocate a course badge
2013-11-04 17:15:44 +08:00
Damyon Wiese
b50bd4bcad
Merge branch 'w45_MDL-42525_m26_plugininfoperf' of https://github.com/skodak/moodle
2013-11-04 16:44:54 +08:00
Dan Poltawski
28cc8d4b43
Merge branch 'wip-mdl-42537' of https://github.com/rajeshtaneja/moodle
...
Conflicts:
lib/upgrade.txt
2013-11-04 16:39:39 +08:00
Jason Fowler
73b80792e9
MDL-42631 Filepicker: swap the alt attribute to a title attribute to help usability
2013-11-04 16:34:02 +08:00
Rajesh Taneja
5540b2caf3
MDL-41849 Quiz: Quiz send mail from noreply user
...
Mails should be send by noreply user and not admin user
2013-11-04 16:29:55 +08:00
Dan Poltawski
71fbce4410
Merge branch 'MDL-42551' of git://github.com/stronk7/moodle
2013-11-04 16:21:25 +08:00
Jerome Mouneyrac
844d74d788
MDL-42330 Automate MDLQA-5257 - An admin can award a site badge
2013-11-04 16:18:32 +08:00
Marina Glancy
8be0ca758c
Merge branch 'MDL-42604-master' of git://github.com/ankitagarwal/moodle
2013-11-04 19:16:23 +11:00
Dan Poltawski
db6767ae47
Merge branch 'w45_MDL-42044_m26_zipaddon' of https://github.com/skodak/moodle
2013-11-04 16:14:04 +08:00
rwijaya
4bbacb8607
MDL-42147 filepicker: fixed dialog box css issue on IE9.
...
This patch fix the following issue repository icon size, dialog title bar background color and rounded corner for dialog box.
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-04 16:06:21 +08:00
Sam Hemelryk
19195b602c
MDL-42690 mod_assign: remove submit button from single grading interface
2013-11-04 16:02:43 +08:00
Rajesh Taneja
d61d3e82d0
MDL-42537 calendar: locale charset on windows will come from calendartype
...
date_format_string() will now convert date on windows based on calendar type used
2013-11-04 15:54:19 +08:00
Ankit Agarwal
e5eff0b626
MDL-42287 behat: Use string from scorm content, instead of scorm structure
2013-11-04 15:52:42 +08:00
Damyon Wiese
2bd27878db
MDL-42350 assign: Test group submission + drafts
2013-11-04 15:50:26 +08:00
Sam Hemelryk
7a47babb9e
MDL-42350 mod_assign: fixed display of submission button
2013-11-04 15:50:25 +08:00
Jerome Mouneyrac
6e2bf857c6
MDL-42624 Clean theme: dialog should be displayed above the header for user experience purpose
2013-11-04 15:49:48 +08:00
Dan Poltawski
32bf2cfc64
MDL-42111 fix trailing whitespace
2013-11-04 15:35:19 +08:00
Dan Poltawski
466fa368b5
Merge branch 'MDL-42111' of git://github.com/rwijaya/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-04 15:32:34 +08:00
Petr Škoda
372154ff15
MDL-42512 finally fix the indentation of filter management page
2013-11-04 08:28:51 +01:00
Petr Škoda
137f573cfd
MDL-42512 fix and cleanup filter management page
2013-11-04 08:24:28 +01:00
Damyon Wiese
f6015bbf02
Merge branch 'MDL-34654-master' of git://github.com/sammarshallou/moodle
2013-11-04 15:22:43 +08:00
Dan Poltawski
b763a03ddb
Merge branch 'MDL-42494-workshop-exception' of git://github.com/mudrd8mz/moodle
2013-11-04 14:51:16 +08:00
Marina Glancy
23f13c5304
Merge branch 'MDL-42429_master' of https://github.com/markn86/moodle
2013-11-04 17:27:57 +11:00
Sam Hemelryk
8e23283cbb
Merge branch 'wip-MDL-42577-master' of git://github.com/marinaglancy/moodle
2013-11-04 14:24:46 +08:00
Marina Glancy
197ab6efef
Merge branch 'MDL-42566_master' of https://github.com/markn86/moodle
2013-11-04 17:22:45 +11:00
Dan Poltawski
afc33a9ad1
MDL-42286 fix trailing whitespace
2013-11-04 14:14:30 +08:00
Dan Poltawski
fa5b21216f
Merge branch 'MDL-42286_behat' of https://github.com/andyjdavis/moodle
2013-11-04 14:13:27 +08:00
Sam Hemelryk
acdb2159fb
Merge branch 'MDL-42648_M26' of git://github.com/lazydaisy/moodle
2013-11-04 14:00:30 +08:00
Frederic Massart
37b6c65dfe
MDL-41807 repository_filesystem: Coding style clean up
2013-11-04 13:35:04 +08:00
Frederic Massart
5df695d221
MDL-41807 repository_filesystem: Prevent access to parent directories
2013-11-04 13:34:59 +08:00
Damyon Wiese
e45910aff3
Merge branch 'MDL-42489-master' of git://github.com/ankitagarwal/moodle
2013-11-04 13:17:15 +08:00
Marina Glancy
753ce05b8c
Merge branch 'MDL-42617' of git://github.com/jleyva/moodle
2013-11-04 16:14:35 +11:00
Damyon Wiese
d04bea30da
Merge branch 'wip-MDL-42400-master' of git://github.com/marinaglancy/moodle
2013-11-04 13:11:42 +08:00
Marina Glancy
ad5a1a5d48
Merge branch 'MDL-42633-master' of git://github.com/ankitagarwal/moodle
2013-11-04 15:59:27 +11:00
Marina Glancy
78d877d40b
Merge branch 'MDL-42402-master' of git://github.com/damyon/moodle
2013-11-04 15:53:22 +11:00
Jerome Mouneyrac
7abb7c72ec
MDL-42683 EditPDF: stamp picker button size is wrong
2013-11-04 12:35:30 +08:00
Dan Poltawski
9261a3b0d1
Merge branch 'MDL-39489_master' of git://github.com/dmonllao/moodle
2013-11-04 12:30:12 +08:00
Marina Glancy
feb09881fb
Merge branch 'MDL-38664' of git://github.com/rwijaya/moodle
2013-11-04 15:13:42 +11:00
Dan Poltawski
92dc72a6b5
Merge branch 'MDL-40515' of git://github.com/aolley/moodle
2013-11-04 12:10:39 +08:00
Damyon Wiese
42fb49ae0b
Merge branch 'MDL-35146_master' of https://github.com/markn86/moodle
2013-11-04 11:53:40 +08:00
Petr Škoda
1555e10cdf
MDL-41941 clean message text
2013-11-04 11:40:13 +08:00
Damyon Wiese
6178bb2091
Merge branch 'MDL-40722-master' of git://github.com/andrewnicols/moodle
2013-11-04 11:33:04 +08:00
Jerome Mouneyrac
7c2efc115c
MDL-40874 Retire MyMobile as a standard theme
2013-11-04 14:18:41 +11:00
Tim Hunt
78a492330d
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:42 +08:00
Damyon Wiese
f859f6b4e6
Merge branch 'MDL-42521_master' of git://github.com/grabs/moodle
2013-11-04 10:56:12 +08:00
Damyon Wiese
0d0b93ce2f
Merge branch 'MDL-42663_master' of git://github.com/dmonllao/moodle
2013-11-04 10:49:06 +08:00
Damyon Wiese
b804196502
Merge branch '42452-26' of git://github.com/samhemelryk/moodle
2013-11-04 10:37:59 +08:00
Sam Hemelryk
ed7e6593db
MDL-42452 actionmenu: improved constraint code
2013-11-04 10:25:25 +08:00
Marina Glancy
f19aab1565
Merge branch 'MDL-42664-performance_measuring_filter_manager' of git://github.com/mudrd8mz/moodle
2013-11-04 13:17:58 +11:00
Marina Glancy
d0a91156ab
Merge branch 'MDL-42583-master' of git://github.com/ankitagarwal/moodle
2013-11-04 12:52:15 +11:00
Damyon Wiese
23cd687d72
Merge branch 'MDL-38850' of git://github.com/rwijaya/moodle
2013-11-04 09:38:38 +08:00
Andrew Nicols
d248b44c33
MDL-42452 ActionMenu: Change constrains mechanism to show the entire menu
2013-11-04 09:38:00 +08:00
Andreas Grabs
73bbdce8c6
MDL-42521 mod_feedback - Feedback does not show line graphs in Clean theme
2013-11-03 19:11:27 +01:00
Sam Hemelryk
ae3fd8eb76
MDL-42452 block: action menu is now constrained to the block container
2013-11-03 16:42:40 +08:00
Andrew Davis
5a47ef3827
MDL-42215 lang: improved the help string for fullnamedisplay
2013-11-03 09:12:36 +08:00
Damyon Wiese
f21531eb77
Merge branch 'MDL-42546-master' of git://github.com/danpoltawski/moodle
2013-11-02 22:39:37 +08:00
Damyon Wiese
6ff3923ba8
Merge branch 'w45_MDL-42497_m26_orphanedplugins' of https://github.com/skodak/moodle
2013-11-02 22:34:16 +08:00
Damyon Wiese
e0c14e5018
Merge branch 'w45_MDL-42387_m26_filelifetime' of https://github.com/skodak/moodle
2013-11-02 22:24:19 +08:00
Mary Evans
0664129b46
MDL-42648 lib: Clean theme throws exception if set_pagelayout is called too late.
2013-11-02 00:43:48 +00:00
Damyon Wiese
e9a20b4703
Merge branch 'wip-MDL-28463-master' of git://github.com/marinaglancy/moodle
...
Conflicts:
version.php
2013-11-01 21:31:57 +08:00
Petr Škoda
4cf944c6bc
MDL-42044 minor add-on installer unit tests cleanup
2013-11-01 10:43:14 +01:00
Petr Škoda
99456a5559
MDL-42044 standardise list of unzipped files in add-on installer
2013-11-01 10:43:13 +01:00
Petr Škoda
0c431257e9
MDL-42387 standardise file lifetime handling
2013-11-01 10:42:18 +01:00
Petr Škoda
a35fce24ca
MDL-42497 add listing of orphaned subplugin types
2013-11-01 10:39:07 +01:00
Petr Škoda
2384d33136
MDL-42525 improve performance of plugin listing
2013-11-01 10:36:04 +01:00
Petr Škoda
93b3aaf466
MDL-42602 remove incorrect snapshot from \core\event\user_loggedin
...
* all snapshots in events should match the DB data
* the snapshot from user table will not be necessary most probably
2013-11-01 10:34:07 +01:00
Dan Poltawski
54173d4180
Merge branch 'MDL-42287-master' of git://github.com/ankitagarwal/moodle
2013-11-01 17:31:17 +08:00
David Monllao
92bfad6b1b
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:37:45 +08:00
Mark Nelson
66dbecef8a
MDL-42429 mod_lesson: removed unnecessary conditional check causing a PHP notice
2013-11-01 16:22:49 +08:00
David Mudrák
c928c60718
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:18:10 +01:00
Dan Poltawski
5386f0bbfe
on-demand release 2.6beta+
2013-11-01 15:49:16 +08:00
Dan Poltawski
4c3b5e6e1f
Merge branch 'install_master' of git://git.moodle.org/moodle-install
2013-11-01 15:47:31 +08:00
Marina Glancy
b4dba228a7
MDL-28463 conditionlib: use MUC for caching grades, reset when grades are changed
2013-11-01 16:48:50 +11:00
Rajesh Taneja
3b732cd6cc
MDL-42492 course: Show option to move category to top level
...
added behat to test move category
2013-11-01 15:53:38 +11:00
Dan Poltawski
472c06f816
MDL-42546 question: fix some bad phpdocs
2013-11-01 12:06:43 +08:00
Andrew Davis
b54f5086f6
MDL-42286 questionbank: add behat tests for putting questions in categories MDLQA-95
2013-11-01 10:28:28 +08:00
Marina Glancy
df27570b93
Merge branch '42619-26' of git://github.com/samhemelryk/moodle
2013-11-01 13:23:30 +11:00
Sam Hemelryk
12ceaa5514
MDL-42619 block_community: delete course redirect bug fix
2013-11-01 10:17:15 +08:00
Damyon Wiese
a123eb58b1
MDL-42102 TinyMCE: Toolbar wrapping < 480px.
...
Prevent wrap plugin from wrapping toolbars shorter than 5 buttons.
2013-11-01 10:08:52 +08:00
Marina Glancy
1637827d75
Merge branch 'wip-mdl-42584' of https://github.com/rajeshtaneja/moodle
...
Conflicts:
lib/classes/event/user_deleted.php
2013-11-01 13:04:29 +11:00
Marina Glancy
35e903971b
Merge branch 'MDL-42565-master' of git://github.com/ankitagarwal/moodle
2013-11-01 12:42:17 +11:00
Marina Glancy
003a81ee11
Merge branch 'MDL-42356-master' of git://github.com/mouneyrac/moodle
...
Conflicts:
mod/assign/feedback/editpdf/yui/build/moodle-assignfeedback_editpdf-editor/moodle-assignfeedback_editpdf-editor-min.js
2013-11-01 12:16:20 +11:00
Marina Glancy
d2941e8808
Merge branch 'MDL-42471-master' of git://github.com/andrewnicols/moodle
2013-11-01 09:00:05 +08:00
Marina Glancy
f5b2c9f4af
Merge branch 'MDL-42351-master' of git://github.com/damyon/moodle
...
Conflicts:
mod/assign/feedback/editpdf/yui/build/moodle-assignfeedback_editpdf-editor/moodle-assignfeedback_editpdf-editor-min.js
2013-11-01 09:00:03 +08:00
Marina Glancy
bbb430bf5e
Merge branch 'MDL-41624' of git://github.com/jmvedrine/moodle
2013-11-01 08:59:31 +08:00
Dan Poltawski
b674a3f6f2
MDL-42102 ie9 SVG fixes
2013-11-01 08:59:31 +08:00
Dan Poltawski
e394484179
Merge branch 'MDL-42102-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
lib/editor/tinymce/tiny_mce/3.5.8/themes/advanced/skins/moodle/ui.css
2013-11-01 08:59:27 +08:00
Barbara Ramiro
ca4e42cfa3
MDL-42102 TinyMCE: Update icons
2013-11-01 08:57:41 +08:00
Marina Glancy
595d9876bb
Merge branch 'MDL-40971_M26' of git://github.com/lazydaisy/moodle
2013-11-01 08:57:40 +08:00
Andrew Nicols
6492c72ac4
MDL-42012 TinyMCE: Remove black background on foreground color picker
2013-11-01 08:57:40 +08:00
Jason Fowler
4c86dd513a
MDL-42102 TinyMCE: Fixing dropdown positioning
2013-11-01 08:57:39 +08:00
Sam Hemelryk
cda49969c3
MDL-42300 course: improved category re-sort controls.
...
* The top action now works on top level categories and has
a better title.
* Each category has its own resort actions now.
2013-11-01 08:57:39 +08:00
Marina Glancy
0219e54100
Merge branch 'MDL-42587' of git://github.com/aolley/moodle
2013-11-01 08:57:38 +08:00
Marina Glancy
b53c155276
Merge branch 'wip-MDL-42599-master' of git://github.com/abgreeve/moodle
2013-11-01 08:57:38 +08:00
Dan Poltawski
3dc774b8ef
Merge branch 'MDL-42517-m' of git://github.com/micaherne/moodle
2013-11-01 08:57:37 +08:00
Dan Poltawski
d61d4c1bf6
Merge branch 'MDL-42482_editpdf_blank_comments' of git://github.com/davosmith/moodle
...
Conflicts:
mod/assign/feedback/editpdf/yui/build/moodle-assignfeedback_editpdf-editor/moodle-assignfeedback_editpdf-editor-min.js
2013-11-01 08:57:33 +08:00
Dan Poltawski
fcdc588976
Merge branch 'wip-mdl-42594' of https://github.com/rajeshtaneja/moodle
2013-11-01 08:56:58 +08:00
Dan Poltawski
9b0cc9ddf2
Merge branch 'MDL-41041-master' of git://github.com/FMCorz/moodle
2013-11-01 08:56:58 +08:00
Dan Poltawski
fc74cc8238
Merge branch 'MDL-42352_editpdf_scrolling' of git://github.com/davosmith/moodle
...
Conflicts:
mod/assign/feedback/editpdf/yui/build/moodle-assignfeedback_editpdf-editor/moodle-assignfeedback_editpdf-editor-min.js
2013-11-01 08:56:53 +08:00
Dan Poltawski
e9b7148ba7
Merge branch 'MDL-42589-master' of git://github.com/damyon/moodle
2013-11-01 08:55:32 +08:00
Damyon Wiese
4562fdc240
MDL-42589: Fix file picker display in ie9/ie10
...
CSS change to fix blank file picker bug in IE.
2013-11-01 08:55:32 +08:00
Dan Poltawski
51bd152e34
Merge branch 'MDL-41664_master' of https://github.com/markn86/moodle
2013-11-01 08:55:31 +08:00
Barbara Ramiro
6ce5fd3556
MDL-42102 TinyMCE: Correct additional icons
2013-11-01 08:55:30 +08:00
Dan Poltawski
d7052f748b
Merge branch 'MDL-42102-master' of git://github.com/andrewnicols/moodle
2013-11-01 08:55:30 +08:00
Barbara Ramiro
dee6073da2
MDL-42102 tinymce: improved icons
2013-11-01 08:55:29 +08:00
Damyon Wiese
3b4e5a83f4
Merge branch 'MDL-38734-master' of git://github.com/danpoltawski/moodle
2013-11-01 08:55:29 +08:00
Damyon Wiese
575d38d099
ie9 svg compatibility fixes
2013-11-01 08:55:29 +08:00
Damyon Wiese
bb1a600046
Merge branch 'MDL-41092-master' of git://github.com/ankitagarwal/moodle
2013-11-01 08:55:28 +08:00
Damyon Wiese
4d2bd6735f
MDL-41092 Assign: Expose SQL error in cron unit test
2013-11-01 08:55:28 +08:00
David Monllao
63950e4d0b
MDL-42236 behat: New steps to look for elements visibility
2013-11-01 08:55:27 +08:00
Jason Fowler
98719c48fa
MDL-42236 Filepicker: fixing search box for repositories
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-01 08:55:27 +08:00
Sam Hemelryk
9620bcebee
Merge branch 'wip-MDL-42379-master' of git://github.com/abgreeve/moodle
2013-11-01 08:55:26 +08:00
Damyon Wiese
574c1699a7
Merge branch 'MDL-42558-master' of git://github.com/ankitagarwal/moodle
2013-11-01 08:55:25 +08:00
Sam Hemelryk
ab4fdbdf42
Merge branch 'MDL-42284_behat' of https://github.com/andyjdavis/moodle
2013-11-01 08:55:25 +08:00
Sam Hemelryk
2e29034313
Merge branch 'MDL-42574-master' of git://github.com/ankitagarwal/moodle
2013-11-01 08:55:24 +08:00
Damyon Wiese
3b4ace3ec8
Merge branch 'MDL-41251_c' of git://github.com/rwijaya/moodle
2013-11-01 08:55:24 +08:00
Damyon Wiese
6df3cf52c5
Merge branch 'MDL-42579_m26_2' of git://github.com/sbourget/moodle
2013-11-01 08:55:23 +08:00
Damyon Wiese
da13302f91
Merge branch 'wip-MDL-41337-master' of git://github.com/marinaglancy/moodle
2013-11-01 08:55:23 +08:00
Sam Hemelryk
df2d3777cc
Merge branch 'MDL-42542-master' of git://github.com/FMCorz/moodle
...
Conflicts:
version.php
2013-11-01 08:55:21 +08:00
David Scotson
338021b90c
MDL-40722 Theme: Add back a more-specific selector for some blocks
...
This addresses an issue on narrow devices whereby block width is
incorrectly overridden with a more-specific selector.
2013-11-01 07:53:32 +08:00
Juan Leyva
00461045a9
MDL-42617 Add support for frozen fields in searchableselector form elements
2013-10-31 11:18:24 +01:00
Ankit Agarwal
7887cc65f1
MDL-42633 messages: Fix alternate name warnings when a message popup is shown
2013-10-31 16:09:43 +08:00
Mark Nelson
af9fc21cfd
MDL-42566 mod_data: introduced check to ensure the picture supplied is valid
2013-10-31 16:06:42 +08:00
Ankit Agarwal
fa3f7b972c
MDL-42604 scorm: Minor coding style fixes
2013-10-31 14:29:15 +08:00
Ankit Agarwal
9bb0353c89
MDL-42583 events: Fix snapshot issues with note events
2013-10-31 13:43:37 +08:00
Marina Glancy
d3bd747db4
MDL-42318 coursecat: in unittests re-request category from DB after generating courses
2013-10-31 13:58:41 +11:00
Ankit Agarwal
4b3bf7f82b
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:37:33 +08:00
Mary Evans
de957f5848
MDL-40971 grade: Importing Outcomes breaks Clean theme.
2013-10-30 23:46:47 +00:00
Jean-Michel Vedrine
6713708261
MDL-41624 DragMath crashes Firefox
2013-10-30 17:55:34 +01:00
David Monllao
32fcea7415
MDL-42385 behat: New test to cover MDL-38661
...
Also refactoring set site settings step
as it has problems to deal with multiple-field
settings.
2013-10-30 18:32:12 +08:00
David Monllao
905729bf33
MDL-42363 behat: Covering MDL-41817 testing
...
Covering backup/restore without blocks
and with a single course section.
2013-10-30 18:28:14 +08:00
Mark Nelson
1b377fa26f
MDL-42613 core_group: removed unnecessary table row when there is no group description or picture
2013-10-30 17:59:15 +08:00
Ankit Agarwal
e24c2c1a73
MDL-42565 assign: Status of grading is not displayed anymore
2013-10-30 14:28:21 +08:00
Sam Hemelryk
c037f9edf8
MDL-33536 navigation: hide hidden categories from the navbar
2013-10-30 13:34:07 +08:00
Mark Nelson
1d43da0220
MDL-41664 core_calendar: replaced class variables that stored minimum and maximum years with functions
...
Also made slight changes to the existing functions.
2013-10-30 12:42:12 +08:00
Adrian Greeve
73412d9680
MDL-41664 - Calendar: Add method for formating years in the new calendar plugin.
2013-10-30 11:53:16 +08:00
Adrian Greeve
5450ed4347
MDL-42599 forum rss: Update the sql statements to return all user name fields.
2013-10-30 11:25:59 +08:00
Stephen Bourget
bd56062327
MDL-42579 Glossary: Fix debug notice from missing name fields.
2013-10-29 22:56:53 -04:00
Ankit Agarwal
a0c779c198
MDL-42604 scorm: Fix division by zero warnings in error logs
2013-10-30 10:47:53 +08:00
Tim Hunt
d7db097db1
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-10-29 16:19:24 +00:00
Damyon Wiese
d79d1bd8fa
MDL-42351 EditPDF: Fix jiggling of relatively positioned elements
...
When calling setX/setY with YUI - YUI takes into account the position style
of the element. If none is set it assumes position relative. Position relative
is bad because relatively positioned elements still take up space in the page,
and all the elements after that node are positioned, taking into account the size
of that node. So when a node is resized or deleted, all nodes after that one in
the list of drawables are affected.
The magic fix - is just to set position: absolute on the drawables before calling setX/setY.
2013-10-29 22:18:19 +08:00
Petr Škoda
c3f0f2fd79
MDL-40683 fix user upload form validation problem
2013-10-29 12:05:29 +01:00
Marina Glancy
d90c811585
MDL-41337 files: Fixed bug with accidental delete of the root directory
2013-10-29 20:29:35 +11:00
Dan Poltawski
d147e833c0
Merge branch 'wip-MDL-42441-master' of git://github.com/marinaglancy/moodle
2013-10-29 17:28:25 +08:00
Rajesh Taneja
3d49e6ba22
MDL-42594 Navigation: Site admin navigation will show loading icon
...
While loading site admin navigation loading icon will be displayed
2013-10-29 17:27:53 +08:00
Marina Glancy
0ae13c0f63
MDL-42441 modules: Remove unnecessary code when creating the module in D&D
...
property groupmodelink is not used at all and groupmode is already processed
properly in core functions (respecting groupmodeforce property in course).
This looks like old code that has not been updated. It's a shame we
duplicate module creation login in draganddrop library
2013-10-29 20:12:51 +11:00
Petr Škoda
fc4365d0fe
MDL-42555 fix moodle_url typo in namespaces
2013-10-29 17:03:58 +08:00
Jason Fowler
90792eff8b
MDL-42102 TinyMCE - Matching toolbar UI from other areas of Moodle
2013-10-29 16:54:13 +08:00
Barbara Ramiro
5bfa35589e
MDL-42102 tinymce: new icons
2013-10-29 16:54:05 +08:00
Damyon Wiese
e17bac441d
Merge branch 'wip-MDL-40683-master' of git://github.com/abgreeve/moodle
2013-10-29 16:42:48 +08:00
Mark Nelson
2072af6c1d
MDL-42592 mod_chat: passed additional name fields to be used by the fullname function
2013-10-29 16:41:46 +08:00
Rajesh Taneja
aa13929988
MDL-42584 Events: modified get_description in events
...
blog_entry_created - Removed summary field
blog_entry_deleted - Removed summary field and unwanted entry record
blog_entry_updated - Fixed single quotes and removed summary field
course_module_created - Removed subject
course_module_updated - Removed subject
user_deleted - Removed user firstname and last name
course_module_viewed - Fixed description
2013-10-29 15:24:23 +08:00
Dan Poltawski
2dd8e9357f
MDL-42407 upgrade.txt clarify description
2013-10-29 15:15:19 +08:00
Dan Poltawski
576abe8f39
Merge branch 'MDL-42407-master' of git://github.com/phalacee/moodle
2013-10-29 15:08:13 +08:00
Dan Poltawski
c966d2e8c8
Merge branch 'MDL-42528' of https://github.com/merrill-oakland/moodle
2013-10-29 15:03:52 +08:00
Jason Fowler
1389bcd7e6
MDL-42407 Filepicker: generate a smarter zIndex for the filepicker
2013-10-29 14:55:46 +08:00
Dan Poltawski
6cd49ef747
Merge branch 'wip-MDL-42463-master' of git://github.com/marinaglancy/moodle
2013-10-29 14:54:44 +08:00
Dan Poltawski
76aa53f2d8
Merge branch 'MDL-42507-master' of git://github.com/andrewnicols/moodle
2013-10-29 14:48:27 +08:00
Jerome Mouneyrac
07d1a2f349
MDL-41232 revert IE8 fix for solving unspoken filemanager details on View List selection
2013-10-29 14:44:02 +08:00
Dan Poltawski
c426631850
Merge branch 'MDL-42401-master' of git://github.com/damyon/moodle
...
Conflicts:
mod/assign/feedback/editpdf/yui/build/moodle-assignfeedback_editpdf-editor/moodle-assignfeedback_editpdf-editor-min.js
2013-10-29 14:43:02 +08:00
Dan Poltawski
02b87ac151
MDL-42236 fix trailing whitespace
2013-10-29 14:41:16 +08:00
Michael de Raadt
9f3da4079a
MDL-41092 assign: Fix duplicate key error in assign cron
2013-10-29 14:38:48 +08:00
John Beedell
614bf85a9e
MDL-41473 book: Book html zip import, incorrect url produced for internal linking to other chapters
2013-10-29 14:31:01 +08:00
Jason Fowler
e89c21b2f6
MDL-42236 File Manager - Fixing files and whitespace for UI consistency project
2013-10-29 14:24:37 +08:00
Barbara Ramiro
c38ecee56f
MDL-42149 Usability - Adding new icons for file manager/picker
2013-10-29 14:24:26 +08:00
Jason Fowler
f57697d428
MDL-42236 File Manger/Picker - Matching UI with standard UI
2013-10-29 14:24:04 +08:00
Damyon Wiese
5fb9161b5e
Merge branch 'MDL-40470-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
lib/yui/build/moodle-core-formautosubmit/moodle-core-formautosubmit-min.js
2013-10-29 13:57:51 +08:00
Damyon Wiese
afb5f285cd
Merge branch 'm26_MDL-39810_IE_Compatibility_View_Does_Not_Recognize_JSON_RFC4627_MIME_Type' of https://github.com/scara/moodle
2013-10-29 13:44:34 +08:00
Dan Poltawski
d3428bc93a
Merge branch 'w44_MDL-42485_m26_memcachedlocktimeout' of https://github.com/skodak/moodle
2013-10-29 13:42:56 +08:00
Dan Poltawski
7d3cdcc90d
Merge branch 'wip-mdl-42557' of https://github.com/rajeshtaneja/moodle
2013-10-29 13:16:44 +08:00
Dan Poltawski
b6df9f8f55
Merge branch 'wip-mdl-42560' of git://github.com/rajeshtaneja/moodle
2013-10-29 13:09:23 +08:00
Marina Glancy
e58a30f9e8
MDL-42577 mod_url: add redirection delay with edit link
...
only for teachers and in the course format that does not have course view page (Single activity)
2013-10-29 16:08:01 +11:00
Dan Poltawski
e29dcc5a5b
Merge branch 'wip-mdl-42556' of https://github.com/rajeshtaneja/moodle
2013-10-29 12:10:44 +08:00
Adam Olley
eed17976dc
MDL-42587: calendar: Fix regression that stops dates autocorrecting
2013-10-29 14:19:08 +10:30
Jerome Mouneyrac
b9e946f827
MDL-42356 Edit PDF: When no stamps uploaded toolbar looks strange
2013-10-29 11:41:43 +08:00
Dan Poltawski
b0d92c0cec
Merge branch 'wip-mdl-42282' of git://github.com/rajeshtaneja/moodle
2013-10-29 11:31:32 +08:00
Dan Poltawski
0e9b076973
Merge branch 'wip-mdl-42281' of git://github.com/rajeshtaneja/moodle
2013-10-29 11:08:45 +08:00
Andrew Nicols
dd8e6cd932
MDL-40470 JavaScript: Correct issue when checking select change in Firefox
2013-10-29 10:43:47 +08:00
Ankit Agarwal
fb6ce191a6
MDL-42287 behat: Add an autoamted test to test MDLQA-82
2013-10-29 10:38:35 +08:00
Marina Glancy
9b5e2461d5
MDL-28463 grades: use get_course() method
2013-10-29 11:33:55 +11:00
Marina Glancy
b85b9b7c29
MDL-28463 grades: inform conditionlib that grades changed
2013-10-29 11:33:21 +11:00
Marina Glancy
55607effe1
MDL-42463 chat: do not set property of cm_info class
...
MDL-41192 made all properties of class cm_info read-only
2013-10-29 10:27:39 +11:00
Marina Glancy
d61d3163af
MDL-42318 coursecat: show correct courses count
...
courses count should exclude courses that are not visible to the current user
2013-10-29 10:26:56 +11:00
Marina Glancy
9d88b492b1
MDL-42318 coursecat: do not allow to sort if there are invisible children
2013-10-29 10:26:56 +11:00
Matteo Scaramuccia
bc242bbda5
MDL-39810 Files: IE doesn't recognize JSON MIME Type (RFC4627).
...
Affected versions:
- IE 8+, under Compatibility View.
2013-10-28 23:34:35 +01:00
Rajesh Taneja
e21ae3ebdc
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:48:19 +08:00
Rajesh Taneja
abedc1a84c
MDL-42556 Events: passing modified user info to user_deleted event
...
Deleting user modifies few fields and leave rest as un-modified
So passing modified data to event, to keep it small
2013-10-28 16:37:56 +08:00
Dan Poltawski
4daa024fd4
Merge branch 'MDL-22669-master' of git://github.com/FMCorz/moodle
2013-10-28 16:31:17 +08:00
Dan Poltawski
c4a8d8e4ca
MDL-42573 skydrive: support non-js login scheme
...
This is actually not especially useful because Microsoft don't currently
support non-JS login. But its possible they could make it work in
future. And at least the user gets an error from MS rather than blank
screen.
2013-10-28 16:23:42 +08:00
Rajesh Taneja
0d22c24829
MDL-42557 Events: added idnumber to course_deleted event data
2013-10-28 16:16:25 +08:00
Ankit Agarwal
a48dcbf604
MDL-42574 blocks: Fix strict standards warning in community block
2013-10-28 15:41:29 +08:00
Dan Poltawski
b1a6c9dc52
Merge branch 'wip-mdl-41811' of git://github.com/rajeshtaneja/moodle
...
Conflicts:
login/change_password.php
2013-10-28 15:37:05 +08:00
Dan Poltawski
10ac20830b
Merge branch 'wip-mdl-42283' of git://github.com/rajeshtaneja/moodle
2013-10-28 14:53:21 +08:00
Frederic Massart
be99db5b96
MDL-22669 course: Display section number for orphaned activities
2013-10-28 14:44:08 +08:00
Dan Poltawski
ff1ec8b50f
Merge branch 'MDL-42285-master' of git://github.com/phalacee/moodle
2013-10-28 14:15:27 +08:00
Marina Glancy
5ea6d66e9f
Merge branch 'MDL-42028-master-4' of git://github.com/mouneyrac/moodle
2013-10-28 16:56:45 +11:00
Jerome Mouneyrac
aa3e4bdec7
MDL-42028 EditPDF: replace the loading icon by a progress bar
2013-10-28 13:48:22 +08:00
Rajesh Taneja
726a3be81a
MDL-42557 Events: Removed timemodified hack from course_deleted event
2013-10-28 13:01:14 +08:00
Damyon Wiese
9a84376d4b
Merge branch 'w44_MDL-42110_m26_addoninstaller' of https://github.com/skodak/moodle
2013-10-28 12:39:30 +08:00
Dan Poltawski
f76bd72234
Merge branch 'MDL-38419' of https://github.com/moodlerooms/moodle
2013-10-28 12:33:39 +08:00
Mark Nelson
5311f38215
MDL-35146 mod_wiki: fixed variable typo and altered code to conform to Moodle guidelines
2013-10-28 12:28:03 +08:00
Anton Fletcher
19b2d3fa9c
MDL-35146 mod_wiki: fixed issue where pages for deleted groups caused an error on restore
2013-10-28 12:28:03 +08:00
Damyon Wiese
3a33578926
Merge branch 'wip-mdl-30812' of git://github.com/rajeshtaneja/moodle
2013-10-28 12:11:34 +08:00
Ankit Agarwal
a993b0b93a
MDL-42558 events: Enrollment actions are administration not teaching
2013-10-28 11:51:39 +08:00
Dan Poltawski
bdbca0949f
Merge branch 'MDL-42538_master' of git://github.com/dmonllao/moodle
2013-10-28 11:35:54 +08:00
Dan Poltawski
96d0198b8a
Merge branch 'wip-mdl-42491-master' of git://github.com/deraadt/moodle
2013-10-28 11:21:26 +08:00
Dan Poltawski
4baf482daa
Merge branch 'MDL-41504-master' of git://github.com/andrewnicols/moodle
2013-10-28 11:10:43 +08:00
Andrew Nicols
79ad49af63
MDL-41504 Theme: Remove duplicate width/height which seems to cause issues for WebKit
2013-10-28 11:07:37 +08:00
Andrew Nicols
3fcf3d2e78
MDL-41504 ActionMenu: Adjust position of icons
2013-10-28 11:06:51 +08:00
Andrew Nicols
a65a8f2535
MDL-41504 ActionMenu: Fix block icon sizes
2013-10-28 11:06:51 +08:00
Andrew Nicols
3148fdf0f5
MDL-41504 actionmenu: Only show course actionmenu if enabled
2013-10-28 11:06:51 +08:00
Andrew Nicols
1ecde7e2ac
MDL-41504 ActionMenu: Only modify margins if an actionmenu is in use
2013-10-28 11:06:51 +08:00
Sam Hemelryk
ee2d09e430
MDL-41504 course: fixed action icon spacing with JS disabled
2013-10-28 11:06:50 +08:00
Sam Hemelryk
a4f01fe443
MDL-41504 completion: fixed display of completion icon
...
This entailed applying a right spacing to the action menu on
the standard theme to accomodate the completion icon when it
is present.
On the clean them I had to apply a trick. The completion icon
is floated right however no other content is floated.
To ensure the completion icon moved in relation to the action
menu I had to reduce its container size to 0 and rely on
natural overflow. I had to counter this my applying spacing
to the activity container in order to accommodate the actual
size of the icon.
2013-10-28 11:06:49 +08:00
Rajesh Taneja
045d913d11
MDL-42560 Events: Removed use of role->name
...
role->name is usually empty or localized, so should not be used in events
2013-10-28 11:06:47 +08:00
Prateek Sachan
3266d14bbe
MDL-38850: Fixed Horizontal bar issue in lesson
2013-10-28 11:03:17 +08:00
Damyon Wiese
042e6a47fd
Merge branch 'MDL-42481-master' of git://github.com/andrewnicols/moodle
2013-10-28 10:52:41 +08:00
Dan Poltawski
92fbc0de26
Merge branch 'MDL-42534-master-int' of git://github.com/FMCorz/moodle
2013-10-28 10:51:44 +08:00
Dan Poltawski
c713639b65
Merge branch 'MDL-42511-master' of git://github.com/FMCorz/moodle
2013-10-28 10:43:07 +08:00
Frederic Massart
fe1361fc9c
MDL-42511 portfolio: Debugging from deprecated function in cron
2013-10-28 10:28:10 +08:00
Ankit Agarwal
932f54e996
MDL-42489 backup: use correct exception class in automated backups
2013-10-28 09:58:56 +08:00
Adrian Greeve
222e0a0045
MDL-42379 behat: Automated test for approving and disapproving glossary entries.
...
Automate MDLQA-34 - A teacher can set that glossary entries require approval before being viewable be everyone.
2013-10-28 09:29:37 +08:00
Adrian Greeve
c00252fbed
MDL-40683 administration: Include alternate name fields in CSV user import.
...
Removal of firstname and lastname from STD_FIELDS
2013-10-28 09:14:44 +08:00
Adrian Greeve
6f4ece9f57
MDL-40683 libraries: Include alternate name fields in CSV user import.
2013-10-28 09:08:48 +08:00
AMOS bot
0ba69bc1f6
Automatically generated installer lang files
2013-10-28 00:46:40 +00:00
Petr Škoda
6ec361c6bc
MDL-42485 add session lock acquire timeout to memcached session driver
...
Credit goes to Eric Merrill, thanks!
2013-10-27 16:05:12 +01:00
Eloy Lafuente (stronk7)
714c4119cd
MDL-42551 timezone info: updated to 2013h
2013-10-26 17:14:09 +02:00
Andrew Davis
0bc72fcda6
MDL-42284 core_message: adding behat tests for viewing message history MDLQA-135
2013-10-26 17:27:55 +07:00
Marina Glancy
c24b3f66f1
MDL-42400 generator: unittest for module generator
2013-10-26 14:00:27 +11:00
Marina Glancy
3bbbb3c902
MDL-42400 mod_workshop: data generator for workshop
2013-10-26 14:00:27 +11:00
Marina Glancy
20dff4b97e
MDL-42400 mod_wiki: data generator for wiki
2013-10-26 14:00:27 +11:00
Marina Glancy
7b22ba41b7
MDL-42400 mod_url: data generator for url
2013-10-26 14:00:26 +11:00
Marina Glancy
e426f55059
MDL-42400 mod_survey: data generator for survey
2013-10-26 14:00:26 +11:00
Marina Glancy
78135fd2ec
MDL-42400 mod_lesson: data generator for lesson
2013-10-26 14:00:25 +11:00
Marina Glancy
659b15ea5b
MDL-42400 mod_glossary: data generator for glossary
2013-10-26 14:00:25 +11:00
Marina Glancy
449d1fa3a4
MDL-42400 modlib: speed up add_moduleinfo, remove unnecessary queries
...
removed code that was causing unnecessary DB queries, this significantly speeds up data generators
2013-10-26 14:00:24 +11:00
Marina Glancy
7cff3faa94
MDL-42400 tool_generator: save db query in module generation
2013-10-26 14:00:24 +11:00
Marina Glancy
b6affde2cb
MDL-42400 generator: Add function testing_module_generator::create_content()
...
also implement it for mod_book and mod_forum to call existing create_page, create_discussion/post functions
2013-10-26 14:00:24 +11:00
Marina Glancy
7fbe33fcf1
MDL-42400 generator: module generators call add_moduleinfo instead of direct inserts
2013-10-26 14:00:23 +11:00
Marina Glancy
b4b7587294
MDL-42400 modlib: include module file when it's used
...
- changed the place where module file is included to make sure that add_moduleinfo() can be called independently from create_module()
- removed permission check from add_moduleinfo() because this function is not supposed to check permissions. Besides it's only half-check. See can_add_moduleinfo()
- added phpdocs to some functions to indicate that they can throw an exception
2013-10-26 14:00:23 +11:00
Petr Škoda
a635424f88
MDL-42110 use parent directory permissions when installing add-ons
2013-10-25 21:23:40 +02:00
Petr Škoda
302506e03a
MDL-42493 revert nasty DB meta caching hack that was trying to work around shutdown issues
...
The original problem was resolved via new core shutdown handler support.
2013-10-25 21:20:06 +02:00
Tim Hunt
6c7e553fc4
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:08:17 +01:00
sam marshall
96c3f75a4d
MDL-34654 Glossary: ampersand breaks auto-linking
2013-10-25 18:15:03 +01:00
Gareth J Barnard
e2cceaffad
MDL-42270 course: Section name too big message.
2013-10-25 16:52:00 +01:00
Eloy Lafuente (stronk7)
68291f2d57
on-demand release 2.6beta+
2013-10-25 13:04:18 +02:00
Michael Aherne
85e7a92e54
MDL-42517 testing Changed events test to use assertDebuggingCalled()
2013-10-25 09:50:10 +01:00
Frederic Massart
fc203e28d6
MDL-42542 portfolio: Fix handlerfile in portfolio event handler
2013-10-25 16:00:51 +08:00
Dan Poltawski
534c356a87
Merge branch 'wip-mdl-42536' of git://github.com/rajeshtaneja/moodle
2013-10-25 15:55:27 +08:00
Dan Poltawski
3e2b1a15aa
Merge branch 'MDL-42514-master' of git://github.com/FMCorz/moodle
2013-10-25 15:27:48 +08:00
Frederic Massart
862ca7dbc1
MDL-41041 portfolio: Temporary solution for event portfolio_send
...
As we have deprecated events_trigger(), the portfolio cannot use it
any more. Though there is no easy solution to get rid of this event
as it is used to register a cron job. MDL-42541 has been raised to
refactor the portfolio code to solve this problem. In the meantime
events_trigger_legacy() will be used.
2013-10-25 14:54:34 +08:00
Dan Poltawski
d62cddc569
Merge branch 'MDL-42535-master-int' of git://github.com/FMCorz/moodle
2013-10-25 13:47:00 +08:00
Andrew Nicols
6a2da367aa
MDL-42471 JavaScript: Adding missing dependency to toolbox
2013-10-25 13:40:40 +08:00
Marina Glancy
10b44ec93d
Merge branch 'w43_MDL-42207_m26_messageformat' of https://github.com/skodak/moodle
2013-10-25 16:16:31 +11:00
Petr Škoda
4048f5b39c
MDL-42207 standardise message text formatting
2013-10-25 07:08:34 +02:00
Dan Poltawski
b2d08cad46
Merge branch 'MDL-42220-master' of git://github.com/ankitagarwal/moodle
2013-10-25 12:42:38 +08:00
Dan Poltawski
cf49c1b642
Merge branch 'MDL-42219-master' of git://github.com/ankitagarwal/moodle
2013-10-25 12:39:37 +08:00
Marina Glancy
a2f56679f9
Merge branch 'MDL-31938-master' of git://github.com/danpoltawski/moodle
2013-10-25 14:56:31 +11:00
Thijs Kinkhorst
9953966213
MDL-31938: fix syntax error in db upgrade & update plugin version
...
Also correct language class name.
2013-10-25 11:51:30 +08:00
Iñaki Arenaza
02a9e4a7f3
MDL-31938, MDL-36138 auth_cas: upgrade phpCAS library
...
Proxy mode changes testing still pending (we don't have such a setup).
2013-10-25 11:51:23 +08:00
Frederic Massart
268bd2fe77
MDL-42534 mod_forum: Fix issue because cm_info is read only
2013-10-25 11:34:10 +08:00
Dan Poltawski
6356be73d0
Merge branch 'wip-mdl-42261' of git://github.com/rajeshtaneja/moodle
2013-10-25 11:33:19 +08:00
Rajesh Taneja
ca85839fd3
MDl-42261 My Home: Fixed string key to show all courses
2013-10-25 11:26:58 +08:00
David Monllao
a068887e3d
MDL-42538 behat: Fixing wrong number of users
2013-10-25 11:22:34 +08:00
Rajesh Taneja
735c3a7b4f
MDL-42536 enrol_self: Added groups/lib.php required file
2013-10-25 11:09:43 +08:00
Frederic Massart
c58d1e0c24
MDL-42535 report_outline: Notice set_url() was not called
2013-10-25 10:20:11 +08:00
Dan Poltawski
eb04bc4a86
Merge branch 'w43_MDL-42381_m26_ole' of https://github.com/skodak/moodle
2013-10-25 10:05:55 +08:00
Frederic Massart
127816472e
MDL-42533 conditionlib: Field name is translated for students
2013-10-25 09:46:36 +08:00
Michael de Raadt
a6989aa6e9
MDL-42491 libraries: add exception for IE11 (and hopefully later versions)
2013-10-25 09:24:47 +08:00
Frederic Massart
40bbce2499
MDL-42514 groups: Importing groups created unnamed groupings
2013-10-25 08:14:33 +08:00
Eloy Lafuente (stronk7)
27ee4c13a5
Merge branch 'MDL-42377_master' of https://github.com/markn86/moodle
2013-10-25 01:14:04 +02:00
Eloy Lafuente (stronk7)
7419751a4c
Merge branch 'MDL-41966-master' of git://github.com/ankitagarwal/moodle
2013-10-25 01:09:25 +02:00
Eric Merrill
ac1a29755e
MDL-42528 Activity Completion: DnD upload should obey default setting
...
Make activities created by drad and drop obey Default completion
tracking setting.
2013-10-24 17:50:08 -04:00
Eloy Lafuente (stronk7)
20ddc0c9cf
Merge branch 'MDL-42410-master' of git://github.com/danpoltawski/moodle
2013-10-24 23:35:24 +02:00
Eloy Lafuente (stronk7)
c783a415dc
Merge branch 'w43_MDL-42442_m26_standardwhite' of https://github.com/skodak/moodle
2013-10-24 23:33:42 +02:00
Eloy Lafuente (stronk7)
d0285a0d91
Merge branch 'w43_MDL-42206_m26_metaedit' of https://github.com/skodak/moodle
2013-10-24 23:27:11 +02:00
Dan Poltawski
e36f72414d
Merge branch 'wip-mdl-42261' of git://github.com/rajeshtaneja/moodle
2013-10-24 16:57:47 +08:00
Rajesh Taneja
bcf725398a
MDL-42261 My Home: Fixed strings to match moodle standards
2013-10-24 16:55:27 +08:00
Rajesh Taneja
6fb0760827
MDL-42261 My Home: Added link to show all courses on my home page
...
If not forced by admin, user can see all courses by clicking on link
2013-10-24 16:55:26 +08:00
Dan Poltawski
3f9a9e86b3
Merge branch 'MDL-42338' of git://github.com/rwijaya/moodle
2013-10-24 16:28:46 +08:00
Dan Poltawski
5ab04db356
Merge branch 'MDL-42388-master' of git://github.com/sammarshallou/moodle
2013-10-24 16:15:24 +08:00
Dan Poltawski
76dcc0ee21
Merge branch 'MDL-42389-master' of git://github.com/sammarshallou/moodle
2013-10-24 16:07:17 +08:00
Dan Poltawski
680d9052ad
Merge branch 'MDL-42477-master' of git://github.com/FMCorz/moodle
2013-10-24 15:55:52 +08:00
Dan Poltawski
012b0472c5
Merge branch '42299-26' of git://github.com/samhemelryk/moodle
...
Conflicts:
version.php
2013-10-24 15:47:48 +08:00
Dan Poltawski
c6dd6d2eb7
Merge branch 'wip-MDL-42486-master' of git://github.com/marinaglancy/moodle
2013-10-24 15:15:07 +08:00
Damyon Wiese
6d87dcebe2
MDL-42401 EditPDF: Allow dragging the edit pdf window.
...
Also move the location of the call the centerDialogue so it fires after the drawing region is
added to the window.
2013-10-24 13:50:58 +08:00
Damyon Wiese
298a7ee386
MDL-42402 EditPDF: CSS Improvements for editing toolbar.
...
The main change here is to prevent the default rendering of a select list for the page
selector, so that it looks more consistent with the rest of the toolbar on different
browsers/os combinations.
This is done with some vendor specific css rules targeting webkit, mozilla and ie.
There are also some minor tweaks to vertically align the images in the buttons and reduce the padding
above and below the toolbar.
2013-10-24 13:22:39 +08:00
Dan Poltawski
2d2c5f36c4
Merge branch 'MDL-42272-master' of git://github.com/ankitagarwal/moodle
2013-10-24 12:43:52 +08:00
Dan Poltawski
205d507f87
Merge branch 'MDL-42362_master' of git://github.com/dmonllao/moodle
2013-10-24 12:39:38 +08:00
Jason Fowler
7db052a8f2
MDL-42285 Behat: Automate MDLQA-93 - A teacher can delete questions from the question bank
2013-10-24 12:35:23 +08:00
Dan Poltawski
f76c87151f
Merge branch 'wip-MDL-42323-master' of git://github.com/marinaglancy/moodle
2013-10-24 12:33:15 +08:00
Marina Glancy
c7944a72b3
Merge branch 'MDL-35402_editor_rules' of git://github.com/davosmith/moodle
2013-10-24 15:29:15 +11:00
Marina Glancy
33c4c3a363
Merge branch 'MDL-41252-master' of git://github.com/mouneyrac/moodle
2013-10-24 14:15:05 +11:00
Andrew Nicols
1607ead74d
MDL-42481 Editor: Temporarily unhide the editor to calculate its size
2013-10-24 11:11:11 +08:00
rwijaya
45535d95b3
MDL-42338 lti_mod: convert hardcoded string.
2013-10-24 10:30:02 +08:00
Damyon Wiese
76f8eb9be9
Merge branch 'MDL-40976-behat-fix' of git://github.com/dmonllao/moodle
2013-10-24 10:29:05 +08:00
Dan Poltawski
93488d8bb0
Merge branch 'MDL-42293-master' of git://github.com/ankitagarwal/moodle
2013-10-24 10:27:23 +08:00
Dan Poltawski
459dbd4362
Merge branch 'MDL-42030-master' of git://github.com/mouneyrac/moodle
...
Conflicts:
mod/assign/feedback/editpdf/yui/build/moodle-assignfeedback_editpdf-editor/moodle-assignfeedback_editpdf-editor-min.js
2013-10-24 10:19:47 +08:00
Andrew Nicols
0f965ca901
MDL-42507 JavaScript: Fix alignment of tooltips
2013-10-24 09:58:04 +08:00
Frederic Massart
37008335c0
MDL-42477 filter_glossary: Alert was not showing
2013-10-24 09:11:15 +08:00
David Mudrák
e01d4a2236
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:45:18 +02:00
Dan Poltawski
295e4fa8f4
MDL-29070 enrol_imsenterprise: more code cleanups
...
Including:
* fix whitespace
* coding style fixes:
* Declare method visibility
* Don't have variable names with underscores
* Comments without .
* if/for loop spacing
* Unused variables
* Split long lines
* Removed outdates files
* moodlecheck warnings
* code checker warnings
2013-10-23 17:10:56 +08:00
Brian Biggs
1ee378bbdc
MDL-29070 enrol_imsenterprise: Code cleanup
...
In preparation for new features.
2013-10-23 17:10:35 +08:00
David Monllao
2a9275c4c5
MDL-40976 behat: Updating tests according to new behaviour
...
We only open the actions menu when is collapsed.
2013-10-23 16:19:33 +08:00
Rajesh Taneja
3f038d6d97
MDL-42283 Behat: Automated MDLQA-1777
...
MDLQA-1777: A teacher can set grade conditions to restrict availability of a section
2013-10-23 15:57:53 +08:00
Dan Poltawski
b8a5092f2e
Merge branch 'MDL-42342-master' of git://github.com/ankitagarwal/moodle
2013-10-23 15:26:54 +08:00
Dan Poltawski
276c451b2a
Merge branch 'MDL-42343_master' of git://github.com/dmonllao/moodle
2013-10-23 15:12:22 +08:00
Dan Poltawski
0f136c1a5b
Merge branch 'MDL-42290-master' of git://github.com/ankitagarwal/moodle
2013-10-23 14:36:07 +08:00
Ankit Agarwal
b2b50d92f6
MDL-42219 quiz: Fix alternate name warnings in quiz
...
Fix the alternate name warning which is generated when submitting an attempt for a quiz
2013-10-23 14:36:00 +08:00
Marina Glancy
90eb4ddd9a
Merge branch '42246-26' of git://github.com/samhemelryk/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-10-23 17:22:28 +11:00
Ankit Agarwal
b469c5e750
MDL-42220 quiz: Fix name fields warning in quiz
...
Fix warnings generated when manually grading a quiz attempts
2013-10-23 14:21:15 +08:00
Damyon Wiese
19becd541a
Merge branch 'MDL-42210_master' of git://github.com/grabs/moodle
2013-10-23 14:06:04 +08:00
Damyon Wiese
db812f5e5a
Merge branch 'w43_MDL-42208_m26_authunmask' of https://github.com/skodak/moodle
2013-10-23 13:37:24 +08:00
Petr Škoda
a668a7e420
MDL-42208 fix JS get_string usage and remove unnecessary params from auth password unmask init
2013-10-23 07:32:24 +02:00
Dan Poltawski
40f0a3abed
Merge branch 'wip-MDL-42278-master' of git://github.com/marinaglancy/moodle
2013-10-23 13:20:08 +08:00
Dan Poltawski
8c8a844f2b
Merge branch '42277-26' of git://github.com/samhemelryk/moodle
2013-10-23 13:18:45 +08:00
Dan Poltawski
d0041fb110
Merge branch 'w43_MDL-38743_m26_private' of https://github.com/skodak/moodle
2013-10-23 13:15:48 +08:00
rwijaya
5639454509
MDL-41251 forum_mod: add aria label and role to forum discussion page for accessibility purpose.
...
Thanks to Nate Baxley for creating the original patch.
2013-10-23 12:43:35 +08:00
Dan Poltawski
de3d8fda10
Merge branch 'MDL-40531' of https://github.com/stronk7/moodle
2013-10-23 12:37:45 +08:00
Marina Glancy
d82a3b9f76
Merge branch 'MDL-42427-master' of git://github.com/ankitagarwal/moodle
2013-10-23 15:34:47 +11:00
Ankit Agarwal
f3218d15b0
MDL-42427 backup: Fix undefined errors during automated backups
2013-10-23 12:03:13 +08:00
Damyon Wiese
f45d62e792
MDL-41339 Tags - use uppercase for SQL keywords (AS)
2013-10-23 12:00:01 +08:00
Damyon Wiese
549ce3fa76
Merge branch 'wip-mdl-41339' of https://github.com/jennymgray/moodle
2013-10-23 11:50:50 +08:00
Marina Glancy
ab864f2c36
Merge branch 'MDL-42426-master' of git://github.com/damyon/moodle
2013-10-23 13:59:50 +11:00
Marina Glancy
4f10bc6bb0
Merge branch '42301-26' of git://github.com/samhemelryk/moodle
2013-10-23 13:51:00 +11:00
Marina Glancy
63e77f410d
Merge branch 'w43_MDL-42414_m26_rev' of https://github.com/skodak/moodle
2013-10-23 13:11:13 +11:00
Marina Glancy
c5df0a63bc
Merge branch '42170-26' of git://github.com/samhemelryk/moodle
2013-10-23 11:43:23 +11:00
Marina Glancy
f9c86035c9
Merge branch '42316-26' of git://github.com/samhemelryk/moodle
2013-10-23 11:05:59 +11:00
Marina Glancy
0d7b312247
MDL-42486 enrol: fixed bug in URL on manage enrol plugins page
2013-10-23 10:44:22 +11:00
Marina Glancy
295825feb6
Merge branch 'w43_MDL-37813_m26_filterall' of https://github.com/skodak/moodle
2013-10-23 10:17:00 +11:00
Davo Smith
60b8708076
MDL-42355 assignfeedback_editpdf - do not start a new comment immediately when deselecting the old comment
2013-10-22 18:46:45 +01:00
Davo Smith
6e67d80d50
MDL-42482 assignfeedback_editpdf - prevent blank comments from disappearing when the menu is opened
2013-10-22 18:26:44 +01:00
Dan Poltawski
34fb3545ea
on demand release 2.6beta+
...
Thanks to all who entered the competition to find the mistake in the
last commit. It was spotted by none other than super-awesome Moodler
Justin Filip.
He collects a beer from me at our next available meeting.
2013-10-22 23:05:02 +08:00
Davo Smith
114913e31f
MDL-42352 assignfeedback_editpdf - prevent scrolling when clicking on buttons
2013-10-22 15:09:15 +01:00
Dan Poltawski
129ceb5849
on demand release 2.5beta+
2013-10-22 20:52:44 +08:00
Dan Poltawski
174df12acb
Merge branch 'install_master' of git://git.moodle.org/moodle-install
2013-10-22 20:51:30 +08:00
Aaron Barnes
d2cd4acab1
MDL-42476 report_progress: don't browser sniff for SVG support
...
Use feature detection, its more robust and better practice.
2013-10-23 00:12:18 +13:00
Jerome Mouneyrac
6bdb788679
MDL-24380 Chat: autoscroll help popup incorrect and doesn't display fully
2013-10-22 12:35:23 +02:00
Dan Poltawski
8c3ebb1a9f
Merge branch 'w43_MDL-42440_m26_authenable' of https://github.com/skodak/moodle
2013-10-22 12:16:53 +02:00
Dan Poltawski
2d79065013
Merge branch 'MDL-42112-master' of git://github.com/damyon/moodle
2013-10-22 12:16:53 +02:00
Dan Poltawski
6f4747d7b4
Merge branch 'MDL-42340-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
lib/yui/build/moodle-core-notification-dialogue/moodle-core-notification-dialogue-min.js
theme/bootstrapbase/style/moodle.css
2013-10-22 12:16:50 +02:00
Dan Poltawski
d4256630e7
Merge branch '40976-26' of git://github.com/samhemelryk/moodle
2013-10-22 12:14:41 +02:00
Dan Poltawski
3481222e57
MDL-42459 upgrade: fix upgrade step ordering
...
Also incremented version to be safe
2013-10-22 12:14:40 +02:00
Eloy Lafuente (stronk7)
bf928b2933
Merge branch 'MDL-42459-master' of git://github.com/damyon/moodle
...
Conflicts:
version.php
2013-10-22 12:14:29 +02:00
Dan Poltawski
a8261e2830
Merge branch 'MDL-29441-master' of git://github.com/andrewnicols/moodle
2013-10-22 12:11:48 +02:00
Dan Poltawski
0c7c5e767c
Merge branch 'MDL-42115-master' of git://github.com/jamiepratt/moodle
2013-10-22 12:11:45 +02:00
Dan Poltawski
616e57d926
Merge branch 'MDL-40045_master' of https://github.com/markn86/moodle
2013-10-22 12:11:45 +02:00
Marina Glancy
a90e023b4a
Merge branch 'MDL-26170_rss' of https://github.com/andyjdavis/moodle
2013-10-22 12:11:44 +02:00
Dan Poltawski
59dca9505b
Merge branch 'wip-mdl-31405-new' of git://github.com/rajeshtaneja/moodle
2013-10-22 12:11:42 +02:00
Dan Poltawski
181b0b3c3e
Merge branch 'MDL-42117-master' of git://github.com/andrewnicols/moodle
2013-10-22 12:11:42 +02:00
Andrew Nicols
087c5d43c0
MDL-42464 mod_chat: Correct use of encoded & in link
2013-10-22 15:12:28 +08:00
Damyon Wiese
775a32c9b8
MDL-42459 Atto: Bye bye - see you in the plugins db!
2013-10-22 12:01:56 +08:00
Andrew Davis
54eb02a45c
MDL-26170 RSS: fixed RSS cache clearing when items are deleted
2013-10-22 10:29:05 +07:00
Andrew Nicols
d5367fb566
MDL-42117 JavaScript: Ensure that new activities are fully set up
...
We don't need to set up anything specifically for toolboxes any more, but
other third-party JS may require additional setup following new module
creation.
2013-10-22 11:26:44 +08:00
Andrew Nicols
b676db838b
MDL-42117 JavaScript: Don't rely on node data for course toolboxes
...
The YUI versions of getData and setData do not store the data in the DOM,
but in an instance of YUI. If you make modifications in one instance, but
apply them in another, then the data values are not accessible between
these two instances.
Additionally, there's no benefit to storing the instances on
initialisation - if anything, it increases the load overhead.
This change moves toolboxes to calculating their ancestors on click in the
same way it was done in the initialiser.
2013-10-22 11:26:36 +08:00
Rajesh Taneja
1c4d953cef
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:10:32 +08:00
Marina Glancy
8f9560091f
Merge branch 'MDL-42239-master' of git://github.com/ankitagarwal/moodle
2013-10-22 14:08:12 +11:00
Ankit Agarwal
9c7f855b49
MDL-42239 calendar: Fix missing ids issue with mouseover panels
2013-10-22 10:39:32 +08:00
Dan Poltawski
b750557ba0
Merge branch 'MDL-42201_master' of https://github.com/markn86/moodle
2013-10-22 10:25:44 +08:00
Ankit Agarwal
0859a08d37
MDL-42173 administration: Fix alternate name warnings during registration
2013-10-22 10:03:29 +08:00
Rajesh Taneja
0daadaaeaf
MDL-34612 Restore: Gracefully handle empty file contenthash while restoring
2013-10-22 09:47:42 +08:00
Rajesh Taneja
62b6135c38
MDL-34612 Restore: Gracefully handle empty section title while restoring
2013-10-22 09:47:42 +08:00
AMOS bot
f7bff0727f
Automatically generated installer lang files
2013-10-22 00:45:38 +00:00
Marina Glancy
83a3e35e56
Merge branch 'wip-MDL-42177-master-three' of git://github.com/abgreeve/moodle
2013-10-22 09:48:57 +11:00
Mary Evans
e69133f543
MDL-42453 theme_base: Fixed Error in base/style/admin.css that breaks CSS validator.
2013-10-21 15:19:18 +01:00
Petr Škoda
d5814f4e22
MDL-41811 simplify the admin tree detection logic and fix navigation in multiple areas
2013-10-21 14:17:55 +08:00
Rajesh Taneja
bafcd3f17a
MDL-41811 navigation: Load site admin navigation
...
Go to notification page before following links within site admin
navigation, ensuring site admin navigation is loaded
With no js, test should follow site admin link and not expand it.
2013-10-21 14:17:55 +08:00
David Monllao
4338c6fc53
MDL-42408 behat: Setting the site summary
2013-10-21 14:17:54 +08:00
Rajesh Taneja
b92adf24a4
MDL-41811 navigation: Fixed navigation issues on pages
...
Few admin pages don't add navigation node and hence they should
not show site admin
2013-10-21 14:17:54 +08:00
Rajesh Taneja
8141ba8044
MDL-41811 navigation: Avoid loading site admin navigation is not required
...
If settings node is added for frontpage, category, course, module, block or user
then don't load site admin navigation.
2013-10-21 14:17:54 +08:00
Rajesh Taneja
0d206054f8
MDL-41811 Navigation: set admin navigation required in badges
2013-10-21 14:17:53 +08:00
Petr Škoda
e56c107da8
MDL-41811 tweak custom admin pages to force loading of admin tree
2013-10-21 14:17:53 +08:00
Petr Škoda
61bb8c933f
MDL-41811 find out if admin tree needed in navigation
2013-10-21 14:17:53 +08:00
Rajesh Taneja
5ab32c11b7
MDL-41811 navigation: Site admin will be loaded by ajax on non admin pages
2013-10-21 14:17:52 +08:00
Adrian Greeve
0c76aa984c
MDL-42177 libraries: Unit tests for new functions that deal with user name fields.
...
functions with unit tests: get_required_user_name_fields, get_enabled_user_name_fields,
get_disabled_user_name_fields.
2013-10-21 14:15:15 +08:00
Adrian Greeve
1cc3a9aecc
MDL-42177 libraries: Additional checking of the fullnamedisplay language string.
...
If the language string is missing firstname or lastname, then when displaying the
user edit form it defaults to 'firstname lastname'
Previous logic has been moved out to new functions with unit tests.
2013-10-21 14:15:15 +08:00
Rajesh Taneja
932fa0157d
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:12:31 +08:00
Dan Poltawski
9c5ab08e5a
Merge branch 'MDL-34209-master' of git://github.com/andrewnicols/moodle
2013-10-21 13:58:14 +08:00
rwijaya
bc8a409c1f
MDL-38664 Lesson mod: code improvement for lesson re-attempt page
2013-10-21 13:47:22 +08:00
Jody Steele
add50b5ab0
MDL-38628 mod_assign: Allow a user to specify "No Grade" when grading an assignment submission
2013-10-21 16:47:05 +11:00
Joseph Rézeau
b882b8c678
MDL-38664 Lesson mod: fixed re-attempt unseen page
2013-10-21 13:43:05 +08:00
Marina Glancy
e4ffd3dc7b
Merge branch 'w43_MDL-42386_m26_etag' of https://github.com/skodak/moodle
2013-10-21 15:58:51 +11:00
Mark Nelson
4543bf2423
MDL-42377 backup: fixed incorrect debugging message
2013-10-21 11:54:39 +08:00
Mark Nelson
e58c291cbb
MDL-40045 login: removed add_to_log call when a user updates their password
...
This add_to_log call is not being replaced by a user_updated event as the
call to $userauth->user_update_password should (and does in the case of
manual authentication - see MDL-41170) do this already when the password
is changed in the user table. If the authentication plugin is changing
the password externally then there is no need to call the user_updated
event as this should only be called whenever any update is made on the
user table.
2013-10-21 11:53:31 +08:00
Mark Nelson
f2f694f399
MDL-40045 user: replaced add_to_log call when the user list is viewed with an event
2013-10-21 11:53:31 +08:00
Mark Nelson
c76318d338
MDL-40045 user: replaced add_to_log call when a user profile is viewed with an event
2013-10-21 11:53:31 +08:00
Mark Nelson
c8974473d0
MDL-40045 auth: introduced PHPUnit test to ensure logging in via LDAP triggers an event
2013-10-21 11:53:31 +08:00
Mark Nelson
5991cabfd7
MDL-40045 auth: removed unnecessary add_to_log calls
...
Both LDAP and Shibboleth call complete_user_login which triggers
a user_loggedin event that handles the legacy call to add_to_log.
2013-10-21 11:53:30 +08:00
Mark Nelson
70f210c04f
MDL-42201 backup: introduced new automatic backup state
2013-10-21 11:51:12 +08:00
Dan Poltawski
2d0316d60d
Merge branch 'MDL-26244_url' of https://github.com/andyjdavis/moodle
2013-10-21 11:24:51 +08:00
rwijaya
f6606495e4
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:24:06 +08:00
Dan Poltawski
f381eede51
Merge branch 'MDL-42408_master' of https://github.com/dmonllao/moodle
2013-10-21 11:15:21 +08:00
David Monllao
98d72f12af
MDL-42343 tool_generator: Using the new session manager
2013-10-21 11:14:14 +08:00
David Monllao
041cf62b1d
MDL-42362 behat: Passing options to modules generators
2013-10-21 11:11:39 +08:00
David Monllao
a0e89a8fe3
MDL-42408 behat: Setting the site summary
2013-10-21 11:09:39 +08:00
Dan Poltawski
fb032ccb3f
Merge branch 'wip-mdl-31405-new' of git://github.com/rajeshtaneja/moodle
...
Conflicts:
lib/upgrade.txt
mod/upgrade.txt
2013-10-21 10:57:44 +08:00
Andrew Davis
fa4fb78642
MDL-26244 mod_date:added some logic show or hide the file picker button based on repository availability
2013-10-21 08:49:38 +07:00
Ankit Agarwal
93fe4d2a11
MDL-42293 behat: Add suport for custom admin paths to the behat upload repository step
2013-10-21 09:29:16 +08:00
Ankit Agarwal
c3faa40f0b
MDL-41966 calendar: Fix missing css files issue
2013-10-21 09:24:38 +08:00
Dan Poltawski
8173f4cf01
Merge branch 'w43_MDL-42438_m26_yuicss' of https://github.com/skodak/moodle
2013-10-21 08:56:46 +08:00
Petr Škoda
1302f765a7
MDL-42442 eliminate references to removed standardwhite theme
2013-10-20 18:01:44 +02:00
Petr Škoda
e34fb2ef65
MDL-42440 fix auth enabling regression
2013-10-20 10:50:19 +02:00
Andreas Grabs
bb4191ff4d
MDL-42210 mod_feedback - convert tabs to space
2013-10-20 10:22:56 +02:00
Michael Milette
690266bcf7
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:22:54 +02:00
Petr Škoda
7d26038d47
MDL-42438 load missing CSS for our simple YUI rollup
2013-10-19 21:04:26 +02:00
Charles Severance
ba0f89e168
MDL-40531 mod_lti: Various 1.1/1.1.1 fixes.
2013-10-19 02:57:12 +02:00
AMOS bot
9643e2de82
Automatically generated installer lang files
2013-10-19 00:47:32 +00:00
Sam Chaffee
33ad01a291
MDL-40531 mod_lti: Changed namespace in XML to IMS LTI compliant
2013-10-18 10:12:15 -06:00
Petr Škoda
a67ea663b1
MDL-37813 remove missing filters when configuring string filters and fix filter uninstall
2013-10-18 15:57:27 +02:00
Petr Škoda
29c43343a2
MDL-38743 add private cache headers
2013-10-18 15:54:43 +02:00
Petr Škoda
fa151f7a13
MDL-42206 improve course edit performance when use meta courses
2013-10-18 15:17:02 +02:00
Petr Škoda
6e0ace3885
MDL-42208 add password unhiding option to auth configs
2013-10-18 15:12:18 +02:00
Petr Škoda
fcb103c9d3
MDL-42208 prevent autocompletion in auth configs
2013-10-18 15:11:53 +02:00
Petr Škoda
383d414478
MDL-42381 remove unused pear OLE library and other pear excel writer leftovers
2013-10-18 14:52:11 +02:00
Petr Škoda
9cc5f32b22
MDL-42386 fix invalid etag comparison
...
Credit goes to Eloy Lafuente, thanks!
2013-10-18 14:48:40 +02:00
Petr Škoda
c1b8ec42dd
MDL-42414 cleanup and fix increment_revision_number() unit test
2013-10-18 14:47:31 +02:00
sam marshall
b6cdb4d660
MDL-42389 Restore: Broken restore causes notice before exception
2013-10-18 12:00:56 +01:00
sam marshall
62182e89cf
MDL-42388 Restore: Some warnings displayed with debugging()
2013-10-18 11:59:45 +01:00
Tony Levi
1b55bdb644
MDL-38734: Automated backup failure causing all course to fail
...
Conflicts:
backup/moodle2/backup_stepslib.php
2013-10-18 15:07:35 +08:00
Damyon Wiese
5aa06c9c1f
MDL-42426 Javascript: Remove debugger statement
2013-10-18 12:41:53 +08:00
Damyon Wiese
3e22717283
MDL-42112 tablelib: Generate the correct number of cols for empty rows
...
(And a test for it).
2013-10-18 11:51:55 +08:00
Damyon Wiese
306b31794a
MDL-42112 Tablelib: Add unit tests (some)
2013-10-18 11:47:07 +08:00
Jenny Gray
fc45e6767f
MDL-41339 Tags: Added unique tag instance id to tag_get_tags functions
...
Avoids php warnings on creating new tags
2013-10-17 13:46:34 +01:00
Dan Poltawski
05f597ecac
MDL-42410 skydrive: Fix url to microsoft oauth site
2013-10-17 14:25:06 +08:00
Ankit Agarwal
2bc22e070f
MDL-42272 groups: Add automated tests for MDLQA-145
2013-10-17 10:59:36 +08:00
Sam Hemelryk
df460b5a23
MDL-42299 course: management category expansion improvements
2013-10-17 12:11:31 +13:00
Marina Glancy
0198b4a5d9
MDL-42323 coursecat: Changed phpdocs in deprecated function get_categories
2013-10-17 09:53:28 +11:00
Sam Hemelryk
f5593410af
MDL-40976 actionmenu: toggle button second click now hides
2013-10-17 09:14:29 +13:00
Sam Hemelryk
d5de874727
MDL-42299 course: management interface remember categories expanded by AJAX
...
Categories that have been expanded using AJAX are now remember and
expanded again autoamtically when something triggers a page refresh.
2013-10-17 08:41:12 +13:00
Sam Hemelryk
3f08254ff8
MDL-42277 course: fixed missing set context
2013-10-17 08:41:07 +13:00
Sam Hemelryk
962885e80c
MDL-42316 course: moved require_login up the script
2013-10-17 08:40:55 +13:00
Sam Hemelryk
3b681e6cf8
MDL-42246 course: improved highlighting of bulk actions
2013-10-17 08:40:44 +13:00
Sam Hemelryk
4d4f516da6
MDL-42301 course: listings now show a delete icon
2013-10-17 08:39:12 +13:00
Jamie Pratt
f16ed06c2c
MDL-42115 exception when there are no questions
2013-10-16 19:40:04 +07:00
Ankit Agarwal
79b40dea57
MDL-42290 choice: Add a automated test to verify limiting number of responses works
2013-10-16 15:34:26 +08:00
Davo Smith
d79d07175e
MDL-35402 forms - prevent crash when multiple rules defined on an editor element
2013-10-15 14:30:33 +01:00
David Monllao
89cf999a8d
MDL-39489 behat: Updating to 2.6 moodlehq/behat-extension tag
...
Also solving new problem after Behat
2.5 upgrade.
2013-10-15 15:09:04 +08:00
Ankit Agarwal
f40be120a4
MDL-42342 blocks: Fix alternate name warning in quiz results block
2013-10-15 14:40:02 +08:00
Marina Glancy
e6bcdc5ece
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:41:55 +11:00
Andrew Nicols
ee0a9ce92a
MDL-42340 JavaScript: Stop dialogues forcing overflow - use CSS instead
2013-10-15 11:11:07 +08:00
Rajesh Taneja
e63515ba93
MDL-31405 Assignment: Fixed date in reset to be called for every assignment
2013-10-14 12:34:55 +08:00
Andrew Nicols
ee4ece6822
MDL-29441 Chat: Use a valid name for chat popup actions
2013-10-12 00:53:48 +08:00
Andrew Nicols
9f3f4a3c3f
MDL-34209 JavaScript: Tidy up dragdrop code.
2013-10-10 14:42:06 +08:00
Andrew Nicols
b57bc5855c
MDL-34209 JavaScript: Simplify section drag/drop to fix reordering issues
2013-10-10 14:42:06 +08:00
Jerome Mouneyrac
9f66c7c80a
MDL-41252 Simple changes to main course page to improve accessibility - original patch of Nate Baxley
2013-10-08 16:53:06 +08:00
Jerome Mouneyrac
673c4ffe60
MDL-42030 EditPDF: when selecting stamp image the stamp tool is not selected
2013-10-07 12:13:08 +08:00
Sam Hemelryk
5a26fb204e
MDL-42170 tool_behat: simple OR patterns now shown as select boxes
2013-10-07 10:17:04 +13:00
Adam Olley
7893297888
MDL-40515: report_log: List activities in optgroups
...
Prevents users from generating reports on invalid values
Change-Id: If358fa06c8dadd33bb2875ea54ab4bce97b16aff
2013-09-30 11:16:30 +09:30
sam marshall
1f8662f6fb
MDL-41446 Completion: Incorrectly marks complete when grade data present with no actual grade
2013-09-06 13:01:50 +01:00
Mark Nielsen
adc23cc909
MDL-38419: External tool - when force SSL checked, URLs get corrupted
2013-06-27 13:29:35 -07:00