Eloy Lafuente (stronk7)
8b3d19c2f5
Moodle release 2.7.1
2014-07-12 19:10:44 +02:00
Eloy Lafuente (stronk7)
b4d0a4479c
weekly release 2.7+
2014-07-10 19:15:41 +02:00
Eloy Lafuente (stronk7)
3e07b8a2f3
Merge branch 'install_27_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_27_STABLE
2014-07-10 19:15:37 +02:00
Ankit Agarwal
383776876b
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:55:03 +08:00
Andrew Nicols
91c8d4da71
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:52:57 +08:00
Damyon Wiese
1721c8eb85
MDL-46148 questions: Added missing allow_commit for transaction
2014-07-10 11:36:57 +08:00
Damyon Wiese
c5f351435e
Merge branch 'MDL-19270_moodle27stable' of https://github.com/nadavkav/moodle into MOODLE_27_STABLE
...
Conflicts:
lib/graphlib.php
2014-07-10 09:58:44 +08:00
AMOS bot
03b06dedbc
Automatically generated installer lang files
2014-07-10 00:47:09 +00:00
Tim Hunt
da80885cc6
MDL-46148 qtype_calculatedsimple: fix notice
...
... when adding a dataset with a formula error.
2014-07-09 14:11:39 +01:00
Tim Hunt
94ac7a87fa
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:38 +01:00
Tim Hunt
10b02d6d41
MDL-46148 qtype_calculated: removed unused method.
2014-07-09 14:11:38 +01:00
Nadav Kavalerchik
ebb6f3e80b
MDL-19270 - Quiz graph - Fix reverse display of Hebrew legend text in RTL mode
2014-07-09 16:07:56 +03:00
David Mudrák
7f4db6f4d9
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:43:40 +08:00
David Mudrák
4fc5861cba
MDL-46223 Improve the display of marking guide validation message
2014-07-09 16:43:37 +08:00
Dan Poltawski
40b205197c
MDL-46227 fix typo
2014-07-09 08:23:14 +01:00
Dan Poltawski
cb914a71aa
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:35 +02:00
Eloy Lafuente (stronk7)
85f376892d
Merge branch 'MDL-43849_27' of git://github.com/dmonllao/moodle into MOODLE_27_STABLE
2014-07-08 20:29:04 +02:00
Dan Poltawski
e0708141f8
Merge branch 'MDL-45599-27-addons' of git://github.com/mudrd8mz/moodle into MOODLE_27_STABLE
2014-07-08 15:31:53 +01:00
Dan Poltawski
76b012d611
Merge branch 'MDL-44492_27' of git://github.com/timhunt/moodle into MOODLE_27_STABLE
2014-07-08 14:18:01 +01:00
Frederic Massart
53ca351f7a
MDL-45471 javascript: Escape content of exception dialogs
2014-07-08 14:13:33 +01:00
Tim Hunt
ea9f3057da
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 13:33:41 +01:00
Tim Hunt
f1406d3b39
MDL-44492 quiz reports: revert some style overrides.
...
But add one more. This makes Clean theme look a lot better.
2014-07-08 13:33:38 +01:00
Tim Hunt
91251e4889
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 13:33:36 +01:00
Tim Hunt
8994593332
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 13:33:33 +01:00
Dan Poltawski
67b3704318
Merge branch 'MDL-45381_m27' of git://github.com/markn86/moodle into MOODLE_27_STABLE
2014-07-08 11:29:03 +01:00
Dan Poltawski
37e7d91b8c
Merge branch 'MDL-45596-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-07-08 10:50:55 +01:00
Marina Glancy
3fe64cbd7d
MDL-43948 forms: setting types to filemanager and editor elements
2014-07-08 10:47:35 +01:00
Dan Poltawski
22051a4e34
Merge branch 'MDL-46231-27-en_fix' of git://github.com/mudrd8mz/moodle into MOODLE_27_STABLE
2014-07-08 08:32:35 +01:00
Helen Foster
e7cd680765
MDL-45599 Fix tiny grammatical errors in the plugin installer
2014-07-08 09:02:06 +02:00
Marina Glancy
84d2c6f761
Merge branch 'MDL-46229_27' of https://github.com/totara/openbadges into MOODLE_27_STABLE
2014-07-08 13:51:40 +08:00
Skylar Kelty
f97581eda7
MDL-46227 Fix XSS in scheduled tasks
2014-07-08 13:38:01 +08:00
David Mudrák
2c0b608cda
MDL-46223 Improve the marking guide output
2014-07-08 13:18:59 +08:00
David Mudrák
eb1381de1d
MDL-46223 Improve the rubric output
2014-07-08 13:18:58 +08:00
Sam Hemelryk
4eacb77012
Merge branch 'MDL-46016_m27' of https://github.com/markn86/moodle into MOODLE_27_STABLE
2014-07-08 14:28:02 +12:00
Sam Hemelryk
93835758f3
MDL-19270 core_text: added unit tests for strrev
2014-07-08 14:15:02 +12:00
Sam Hemelryk
a238e7ed72
Merge branch 'MDL-19270_moodle27stable' of https://github.com/nadavkav/moodle into MOODLE_27_STABLE
2014-07-08 13:53:52 +12:00
Sam Hemelryk
98ac33bcb0
Merge branch 'MDL-46200-27' of git://github.com/danpoltawski/moodle into MOODLE_27_STABLE
2014-07-08 13:38:08 +12:00
Sam Hemelryk
0caa8c60d2
Merge branch 'mdl45982-moodle27' of https://github.com/tlock/moodle into MOODLE_27_STABLE
2014-07-08 13:26:58 +12:00
Sam Hemelryk
2dbdaedc3e
Merge branch 'm27_MDL-46144' of https://github.com/totara/moodle into MOODLE_27_STABLE
2014-07-08 13:10:36 +12:00
Eloy Lafuente (stronk7)
30a264540b
Merge branch '46208-27' of git://github.com/samhemelryk/moodle into MOODLE_27_STABLE
2014-07-08 02:13:44 +02:00
Sam Hemelryk
6d05bee940
Merge branch 'MDL-46212_27' of git://github.com/timhunt/moodle into MOODLE_27_STABLE
2014-07-08 10:45:01 +12:00
Sam Hemelryk
2535dfaf64
Merge branch 'MDL-46240-27' of git://github.com/danpoltawski/moodle into MOODLE_27_STABLE
2014-07-08 10:34:30 +12:00
Eloy Lafuente (stronk7)
35186e3725
Merge branch 'wip_MDL-45945_m27_mssqlcol' of https://github.com/skodak/moodle into MOODLE_27_STABLE
2014-07-08 00:32:09 +02:00
Sam Hemelryk
bfe4417cb7
MDL-45678 cache: renamed new cache and better comments
2014-07-08 09:52:53 +12:00
Sam Hemelryk
6b6affec1f
Merge branch 'MDL-45678-006-27' of https://github.com/dbezborodovrp/moodle into MOODLE_27_STABLE
2014-07-08 09:42:51 +12:00
Sam Hemelryk
9e13649c89
Merge branch 'wip_MDL-46126_m27_passnulls' of https://github.com/skodak/moodle into MOODLE_27_STABLE
2014-07-08 09:37:20 +12:00
Sam Hemelryk
f549deed15
Merge branch 'MDL-43347-27' of https://github.com/mackensen/moodle into MOODLE_27_STABLE
2014-07-08 09:28:31 +12:00
Adrian Greeve
ab59b7db71
MDL-46201 events: Sanitization of username before returning the description.
2014-07-07 18:19:11 +01:00
Yuliya Bozhko
200a2b7fad
MDL-46042 badges: Clean up external badge data
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
2014-07-07 16:37:44 +01:00
Dan Poltawski
9945bcec41
Merge branch 'MDL-42393-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-07-07 16:27:32 +01:00
Dan Poltawski
b4ac5653ed
Merge branch 'MDL-41389_m27' of https://github.com/markn86/moodle into MOODLE_27_STABLE
2014-07-07 16:10:26 +01:00
Osanda Malith Jayathissa
0207466e77
MDL-45683 user: Escaping Skype ID used in profile
2014-07-07 16:05:10 +01:00
Marina Glancy
2ca9e09dab
MDL-45760 make sure to check permission before setting header
2014-07-07 15:06:40 +01:00
Tim Hunt
6eaf5ec8e3
MDL-46148 qtype_calculated: fix formula validation.
2014-07-07 14:34:02 +01:00
Frederic Massart
1d110af2d6
MDL-45417 mod_imscp: Prevent entity injections from package content
2014-07-07 13:03:05 +01:00
Frederic Massart
2d121036cc
MDL-45463 mod_lti: Prevent XML entity injections from provider
2014-07-07 13:00:39 +01:00
Marina Glancy
61961447c2
MDL-45616 repositories: use json encoding instead of serialization
2014-07-07 15:17:42 +08:00
Marina Glancy
867f40990b
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:17:42 +08:00
Dan Poltawski
78ba7d9e6b
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:46:35 +08:00
Nadav Kavalerchik
63010978b4
MDL-19270 - Quiz graph - Fix reverse display of Hebrew legend text in RTL mode
2014-07-06 19:00:23 +03:00
Helen Foster
c5e9bc48f0
MDL-46231 Merge English strings from the en_fix language pack
2014-07-04 22:37:30 +02:00
Dan Poltawski
cd90445d4a
MDL-46200 fix missing space in failed login message
2014-07-04 14:55:43 +01:00
Dan Poltawski
0052796dbb
MDL-46240 atto_collapse: fix icon url
2014-07-04 14:35:16 +01:00
David Mudrák
b522356839
MDL-45599 Stop using the 'add-on' term
...
We now call them all as just 'plugins' for consistency. There where we need to
explicitly distinguish the source of the plugin, we say they are 'additional
plugins' on contrary to 'standards plugins' coming with the core.
2014-07-04 11:34:34 +02:00
David Mudrák
1d45b926f3
MDL-45599 Remove string editingnoncorelangfile from core_admin
...
This string mentions 'add-on' and has been greylisted in AMOS since 2.0. The
usage of it was removed in 00b41d.
2014-07-04 10:36:53 +02:00
Damien Bezborodov
0ba5f02b15
MDL-45678 assignsubmission_comments: Improve performance for permissions checking
2014-07-04 14:25:06 +09:30
Petr Skoda
a31fdfb145
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:40 +12:00
Frederic Massart
d019ffd21f
MDL-45596 roles: Escape filter value before using it in form field
2014-07-04 11:49:42 +08:00
Mark Nelson
a93f8344ae
MDL-41389 auth_db: added unit tests for events
2014-07-03 20:16:56 -07:00
Petr Skoda
2d7617aa18
MDL-45945 mssql: force default database collation in all tables including temp table
2014-07-04 15:05:24 +12:00
AMOS bot
84acc68175
Automatically generated installer lang files
2014-07-04 00:44:19 +00:00
Mark Nelson
38d8b7b703
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:15:57 -07:00
Mark Nelson
69ddeb42e2
MDL-41389 auth_db: added user_updated/created event triggers
2014-07-03 14:28:44 -07:00
Sam Hemelryk
2bd9cd1077
MDL-46208 cachestore_mongo: fixed invalid collection name use
2014-07-04 08:11:24 +12:00
Tim Hunt
35588aa876
MDL-46212 question editing: extra answer fields notice.
...
It turns out that PHP does not interpret "$field[$key]" the way we were
expecting.
2014-07-03 13:40:38 +01:00
Dan Poltawski
fc415ee908
weekly release 2.7+
2014-07-03 10:53:27 +01:00
Dan Poltawski
10b4bda916
Merge branch 'install_27_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_27_STABLE
2014-07-03 10:53:24 +01:00
Marina Glancy
3708e1bb7c
MDL-46163 question/quiz: fix elements ids and their labels
2014-07-03 10:13:23 +01:00
David Monllao
e7e79055e1
MDL-43849 enrol_meta: Renaming methods according to what they test
2014-07-03 14:51:00 +08:00
David Monllao
3d4cf404df
MDL-43849 mod_forum: Adding tests for observers
2014-07-03 14:50:52 +08:00
Frederic Massart
31c0efeac7
MDL-42393 calendar: Preventing open/close loop in events overlay
2014-07-03 10:17:41 +08:00
Yuliya Bozhko
3571cd46d2
MDL-46229 badges: Fix missing additional names fields
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
2014-07-03 09:33:27 +12:00
Tim Hunt
fa6db7b8c1
MDL-46163 quiz/questions: fix missing hidden fields.
...
I have done this by eliminating the duplication between the base class
and the subclass.
This was a regression introdcued by MDL-40313.
2014-07-02 15:04:56 +01:00
AMOS bot
947a90339a
Automatically generated installer lang files
2014-07-02 00:44:40 +00:00
Eloy Lafuente (stronk7)
dc30afaafc
Merge branch 'wip-mdl-45889-m27' of https://github.com/rajeshtaneja/moodle into MOODLE_27_STABLE
2014-07-02 00:36:26 +02:00
Eloy Lafuente (stronk7)
03a5278a38
Merge branch '45209-27' of git://github.com/samhemelryk/moodle into MOODLE_27_STABLE
2014-07-01 23:49:46 +02:00
Sam Hemelryk
d683942c6a
Merge branch 'wip-MDL-46147-m27' of git://github.com/marinaglancy/moodle into MOODLE_27_STABLE
2014-07-02 09:31:25 +12:00
Mary Evans
24c0432bbc
MDL-45507 theme_bootstrapbase: Fix regression for theme based custom menu
...
in renderers/core_renderer.php.
2014-07-02 09:22:43 +12:00
Eloy Lafuente (stronk7)
c16de45a14
MDL-45961 user profile: track user on reset
...
It seems that redirect (after reset button) was also
missing the userid so the user track was lost.
2014-07-01 19:22:14 +02:00
Eloy Lafuente (stronk7)
9d19781014
Merge branch 'MDL-45961_MOODLE_27_STABLE' of https://github.com/NeillM/moodle into MOODLE_27_STABLE
2014-07-01 19:22:05 +02:00
Dan Poltawski
ab6ae906cd
Merge branch 'MDL-46063_27' of git://github.com/schach/moodle into MOODLE_27_STABLE
2014-07-01 17:29:16 +01:00
Dan Poltawski
f45b59d427
Merge branch 'MDL-46036_survey_27' of https://github.com/andyjdavis/moodle into MOODLE_27_STABLE
2014-07-01 16:34:29 +01:00
Charles Fulton
3add7d878f
MDL-43347 grades: convert keep highest to text field
2014-07-01 07:34:23 -07:00
Charles Fulton
c9bd902bd3
MDL-43347 grades: consistent interface for drop lowest setting
2014-07-01 07:34:11 -07:00
Dan Poltawski
366124d222
Merge branch 'MDL-46107_27' of https://github.com/totara/openbadges into MOODLE_27_STABLE
2014-07-01 14:20:53 +01:00
Dan Poltawski
89203e11a7
Merge branch 'MDL-4013-stable27' of https://github.com/MorrisR2/moodle into MOODLE_27_STABLE
2014-07-01 14:16:22 +01:00
Dan Poltawski
dd83fbfbbc
Merge branch 'wip_MDL-46099_m27_userglobal' of https://github.com/skodak/moodle into MOODLE_27_STABLE
2014-07-01 10:39:15 +01:00
Marina Glancy
1fb374121a
MDL-46147 modinfo: performance improvement for course page (check filterall)
2014-07-01 15:30:28 +08:00
Damyon Wiese
f3163a2002
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:30:22 +08:00
Mark Nelson
65764352dd
MDL-45381 mod_forum: updated unit tests for subscription created/deleted events
2014-06-30 23:35:37 -07:00
Mark Nelson
2c7b800f2f
MDL-45381 mod_forum: changed event URL for subscription created/deleted events
2014-06-30 23:35:36 -07:00
Brian Barnes
ed7d676329
MDL-46144 core_calendar:Fixed label linking in calendar
2014-07-01 13:44:56 +12:00
Sam Hemelryk
b23bc0a148
Merge branch 'MDL-40805-27' of git://github.com/lameze/moodle into MOODLE_27_STABLE
2014-07-01 09:06:20 +12:00
Petr Skoda
df9a669791
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:10 +12:00
Sam Hemelryk
b1ab535efa
Merge branch 'MDL-46118_27' of git://github.com/dmonllao/moodle into MOODLE_27_STABLE
2014-07-01 08:33:16 +12:00
Dan Poltawski
1e9dce0df4
Merge branch 'wip-mdl-45641-m27' of https://github.com/rajeshtaneja/moodle into MOODLE_27_STABLE
2014-06-30 15:26:34 +01:00
Dan Poltawski
8dd0756226
Merge branch 'MDL-42467_database_27' of https://github.com/andyjdavis/moodle into MOODLE_27_STABLE
2014-06-30 15:09:53 +01:00
Dan Poltawski
8458e3d2c2
Merge branch 'MDL-45833_27' of git://github.com/dmonllao/moodle into MOODLE_27_STABLE
2014-06-30 13:27:16 +01:00
Dan Poltawski
951a64f6ef
Merge branch 'MDL-46044-27' of git://github.com/damyon/moodle into MOODLE_27_STABLE
2014-06-30 11:45:29 +01:00
Heiko Schach
b336cf98b4
MDL-46063 feedback: Fix user pictures
2014-06-30 13:27:39 +03:00
Dan Poltawski
b6ac868d71
Merge branch 'MDL-40228-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-06-30 08:55:39 +01:00
AMOS bot
57ce05c631
Automatically generated installer lang files
2014-06-29 00:42:51 +00:00
Ray Morris
f0538cee92
MDL-4013 Question bank: Category selector renders as nested form (invalid html)
2014-06-27 10:00:11 -05:00
NeillM
f4f4965a1c
MDL-45961 Customise this page button on user profile page only works correctly for users own profile
2014-06-27 09:05:49 +01:00
Rajesh Taneja
93a593daab
MDL-45641 event: Ldap user_signup unit test added
2014-06-27 15:43:49 +08:00
Rajesh Taneja
c8c1a2cb10
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 15:43:49 +08:00
Rajesh Taneja
793ab11d95
MDL-45641 event: Removed multiple user_updated event trigger
...
user_updated event was being triggred while
setting password, which is not correct. It now
trigger user_password_updated event. Few more
modifications done:
1. Correct event is being triggred.
2. Event is only triggred when password is chnaged.
3. Password is updated via single api.
4. Updated unit test
2014-06-27 15:43:49 +08:00
Rajesh Taneja
47221d5fdd
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 15:43:49 +08:00
Damyon Wiese
1affa3ea22
MDL-46044 Assign: Add conditions to the inner query for performance
2014-06-27 15:01:17 +08:00
Damyon Wiese
70971d43eb
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:17 +08:00
Damyon Wiese
99e0bb23bf
MDL-46044 Assign: Move common setup to setUp method (share it for all of lib_test.php)
2014-06-27 14:18:10 +08:00
Damyon Wiese
d95453d903
MDL-46044 Assign: Fix print_overview function when there are multiple attempts
2014-06-27 14:17:53 +08:00
Damyon Wiese
53fb01aef0
MDL-46044 Assign: Update unit test to test multiple attempts on overview page
2014-06-27 14:17:44 +08:00
David Monllao
cfd5ba4101
MDL-46118 report_log: No results limit when downloading
2014-06-27 11:35:06 +08:00
David Monllao
5eb386fd09
MDL-45833 event: Removing courseid as the context is higher than course context
2014-06-27 11:25:07 +08:00
Yuliya Bozhko
594848bb15
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:48:01 +12:00
Sam Hemelryk
64fea720ce
MDL-45209 course: fixed navbar when creating,editing courses
2014-06-27 09:39:45 +12:00
Eloy Lafuente (stronk7)
83d08fcc21
weekly release 2.7+
2014-06-26 10:35:58 +02:00
Eloy Lafuente (stronk7)
01e7204646
Merge branch 'install_27_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_27_STABLE
2014-06-26 10:35:54 +02:00
Eloy Lafuente (stronk7)
3152864fd5
Revert " MDL-45044 filter_tex: properly escape excutable pathnames for Windows"
...
This reverts commit 7eac026a02 .
2014-06-26 10:05:49 +02:00
Rajesh Taneja
2997bd6dce
MDL-45889 behat: Allow admin config to set by shortname
2014-06-26 13:18:32 +08:00
Andrew Davis
083d5a6f0c
MDL-46036 mod_survey: added logic to prevent user trying to download when there are no results
2014-06-26 11:18:29 +08:00
Rajesh Taneja
c1ee80fef5
MDL-46061 behat: Fixed blur event problem for atto_image
...
atto_image look for blur event after changing width/height
Added a new step to get focus off the element, so this can
work.
2014-06-26 10:29:35 +08:00
Andrew Davis
0a9815d14e
MDL-42467 mod_data: added code to delete cached RSS feeds when database or glossary entries are deleted
2014-06-26 09:30:18 +08:00
Damyon Wiese
3ac5a3544c
MDL-45983 Atto equation editor: Exclude phantomjs from this behat test because it's buggy
2014-06-25 15:05:01 +08:00
AMOS bot
6f5ca6613f
Automatically generated installer lang files
2014-06-25 00:45:27 +00:00
AMOS bot
a16755314a
Automatically generated installer lang files
2014-06-25 00:45:27 +00:00
Eloy Lafuente (stronk7)
a4919abf4f
Merge branch 'MDL-46079-m27' of https://github.com/sammarshallou/moodle into MOODLE_27_STABLE
2014-06-25 01:33:37 +02:00
Eloy Lafuente (stronk7)
022a58af8d
Merge branch 'MDL-45445_m27' of https://github.com/markn86/moodle into MOODLE_27_STABLE
2014-06-25 00:47:43 +02:00
Eloy Lafuente (stronk7)
6480ec0c48
Merge branch 'MDL-41258-27' of git://github.com/andrewnicols/moodle into MOODLE_27_STABLE
2014-06-24 20:10:48 +02:00
Damyon Wiese
1e4e4a05d7
Merge branch 'MDL-45652_m27' of https://github.com/markn86/moodle into MOODLE_27_STABLE
2014-06-24 16:59:42 +08:00
Damyon Wiese
9dc9608795
Merge branch 'MDL-10115-27' of git://github.com/xow/moodle into MOODLE_27_STABLE
2014-06-24 16:03:53 +08:00
John Okely
e08d290469
MDL-10115 User profile: Use title to aid in the ellipsis link being understood by screen readers
2014-06-24 15:38:58 +08:00
Marina Glancy
80bb90c3ca
Merge branch 'MDL-45933-27' of git://github.com/damyon/moodle into MOODLE_27_STABLE
2014-06-24 13:52:42 +08:00
Marina Glancy
a3ddcab336
Merge branch 'MDL-45983-27' of git://github.com/damyon/moodle into MOODLE_27_STABLE
2014-06-24 13:52:14 +08:00
Marina Glancy
a839769c23
Merge branch 'MDL-46061-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-06-24 13:32:25 +08:00
Marina Glancy
1eb503b379
Merge branch 'MDL-45044-m27-master' of git://github.com/dthies/moodle into MOODLE_27_STABLE
2014-06-24 13:29:06 +08:00
Damyon Wiese
cc5f8bd53f
Merge branch 'wip-MDL-46038-m27' of git://github.com/marinaglancy/moodle into MOODLE_27_STABLE
2014-06-24 13:10:52 +08:00
Damyon Wiese
bb512f7c1f
Merge branch 'MDL-46035_survey_27' of https://github.com/andyjdavis/moodle into MOODLE_27_STABLE
2014-06-24 13:08:17 +08:00
Damyon Wiese
5b5a73019d
Merge branch 'MDL-46046-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-06-24 11:48:02 +08:00
Damyon Wiese
ce0b9bb7ca
Merge branch 'MDL-46056-27' of git://github.com/mudrd8mz/moodle into MOODLE_27_STABLE
2014-06-24 11:35:21 +08:00
Damyon Wiese
38063e7d1b
Merge branch 'MDL-44512-27' of git://github.com/jethac/moodle into MOODLE_27_STABLE
2014-06-24 10:58:17 +08:00
Damyon Wiese
ee5b9e137d
Merge branch 'MDL-44773-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-06-24 10:19:16 +08:00
Eloy Lafuente (stronk7)
55103810f0
Merge branch 'MDL-45721_m27' of https://github.com/markn86/moodle into MOODLE_27_STABLE
2014-06-24 01:00:10 +02:00
Eloy Lafuente (stronk7)
e5b111f26b
Merge branch 'MDL-39883-27' of git://github.com/ankitagarwal/moodle into MOODLE_27_STABLE
2014-06-24 00:48:56 +02:00
Eloy Lafuente (stronk7)
7c2e2133cc
Merge branch 'MDL-45764_generalTool_27' of https://github.com/moodlerooms/moodle into MOODLE_27_STABLE
2014-06-24 00:03:34 +02:00
Damyon Wiese
3352ffcfa2
Merge branch 'MDL-45580-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-06-23 15:20:14 +08:00
Simey Lameze
8e74bfa8e8
MDL-40805 auth_cas : Trigger user_loggedout event before CAS logout.
2014-06-23 15:19:07 +08:00
Frederic Massart
9f630b6cc4
MDL-45580 assignfeedback_editpdf: Save readonly version in backup
2014-06-23 14:56:08 +08:00
Frederic Massart
c2779c9f29
MDL-45580 assignfeedback_editpdf: Delete draft content on new submission
2014-06-23 14:56:08 +08:00
Frederic Massart
7fecbba80b
MDL-45580 assignfeedback_editpdf: Store a readonly version of the PDF
2014-06-23 14:56:08 +08:00
Damyon Wiese
80b81e5094
Merge branch '37145-27' of git://github.com/samhemelryk/moodle into MOODLE_27_STABLE
2014-06-23 14:39:56 +08:00
Damyon Wiese
6e977fcdd6
Merge branch 'MDL-38693-27' of git://github.com/jethac/moodle into MOODLE_27_STABLE
2014-06-23 14:15:36 +08:00
Damyon Wiese
9c8c5f2d01
MDL-41746 External api: Allow multiple calls to validate_context at different levels
...
(Only from webservices)
2014-06-23 13:39:21 +08:00
Damyon Wiese
9134f3f0df
Merge branch 'MDL-35453_27' of git://github.com/timhunt/moodle into MOODLE_27_STABLE
2014-06-23 12:30:41 +08:00
Damyon Wiese
b093752289
Merge branch 'MDL-46086_27' of git://github.com/timhunt/moodle into MOODLE_27_STABLE
2014-06-23 12:26:31 +08:00
Mark Nielsen
bd87c3e225
MDL-46013 theme: Uninstall theme unconditionally unsets configs
2014-06-23 11:34:59 +08:00
Marina Glancy
7bea1ea240
Merge branch 'MDL-44124-27' of git://github.com/ankitagarwal/moodle into MOODLE_27_STABLE
2014-06-23 11:34:10 +08:00
Sam Hemelryk
afd6e7d542
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:01:51 +12:00
AMOS bot
e29eef4bde
Automatically generated installer lang files
2014-06-21 00:43:37 +00:00
Tim Hunt
63dd180030
MDL-46086 quiz: fix unit test on Oracle
2014-06-20 22:29:28 +01:00
Tim Hunt
8eacbd5a32
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:55:35 +01:00
sam marshall
680ff52414
MDL-46079 Restore: Can run out of memory in get_records call
2014-06-20 14:14:53 +01:00
Frederic Massart
884e310a3b
MDL-40228 backup: Settings were ignored during automated backups
2014-06-20 15:38:29 +08:00
Daniel Thies
7eac026a02
MDL-45044 filter_tex: properly escape excutable pathnames for Windows
2014-06-19 21:34:10 -05:00
Andrew Davis
deaddfb6b8
MDL-46035 mod_survey: a string change to make an error message always correct
2014-06-20 09:17:47 +08:00
Frederic Massart
85b40b18d5
MDL-46061 atto_image: Improved tests to cover sizing feature
2014-06-19 16:00:47 +08:00
Frederic Massart
3b6987cea3
MDL-46061 atto_image: Prevent error when image does not have a size
2014-06-19 16:00:47 +08:00
Jetha Chan
14ff3d59b3
MDL-44512 themes: fix for custom menu submenu arrows on RTL languages
2014-06-19 15:16:52 +08:00
Damyon Wiese
dd02a787d8
weekly release 2.7+
2014-06-19 14:13:25 +08:00
Damyon Wiese
cefe7c7f59
Merge branch 'install_27_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_27_STABLE
2014-06-19 14:13:20 +08:00
Frederic Massart
d9fc73dc7a
MDL-44773 atto_accessibilitychecker: Improved image test coverage
2014-06-19 13:38:36 +08:00
Frederic Massart
3bc1e345ca
MDL-44773 atto_accessibilitychecker: Set focus on clicked warnings
2014-06-19 13:38:35 +08:00
AMOS bot
5d3fe21ab2
Automatically generated installer lang files
2014-06-19 00:42:51 +00:00
David Mudrák
17db3e8af1
MDL-46056 Remove invalid string definition from the workshop module
...
The correct version of the string is defined above.
2014-06-19 00:33:24 +02:00
Frederic Massart
a0da864ac2
MDL-46046 atto_accessibilityhelper: Remove dead code from the plugin
2014-06-18 16:52:48 +08:00
Ankit Agarwal
0978aab839
MDL-39883 events: Trigger a module created event when duplicating a module
2014-06-18 16:02:23 +08:00
Ankit Agarwal
7d947ad66c
MDL-39883 events: Create a new api create_from_cm for module create event
2014-06-18 15:46:26 +08:00
Damyon Wiese
5e63c8e57e
MDL-45933 Assign: Prevent fatal error when there are no users in the grading table
2014-06-18 15:17:36 +08:00
Ankit Agarwal
34bcea8159
MDL-44124 libraries: Allow rrules with only one part during rrule validation checks
2014-06-18 14:14:49 +08:00
Marina Glancy
2a56e3c8b9
MDL-46038 repositories: added forgotten global
2014-06-18 13:39:43 +08:00
Mark Nelson
1fb1c6d456
MDL-45652 core_backup: display warning on restore destination form when necessary data is missing
2014-06-17 21:56:21 -07:00
Mark Nelson
469e7dd82d
MDL-45721 core_backup: only trigger the course_restored event when restoring a course
2014-06-17 19:38:30 -07:00
AMOS bot
1461f9d664
Automatically generated installer lang files
2014-06-18 00:42:28 +00:00
Eloy Lafuente (stronk7)
8791525d88
Merge branch 'MDL-45978_27' of git://github.com/grabs/moodle into MOODLE_27_STABLE
2014-06-17 11:54:50 +02:00
Andrew Nicols
a0f39f2b57
MDL-41258 Forum: Add additional unit tests for forum digest settings
2014-06-17 16:07:59 +08:00
Damyon Wiese
6fc2264a8a
MDL-45983 Atto equation editor: Various bugs when editing an existing equation
...
(And a behat test for it).
2014-06-17 15:21:20 +08:00
Andreas Grabs
8893b111c2
MDL-45978 logging - added missing parameter id
2014-06-17 07:05:58 +02:00
Damyon Wiese
3362673173
MDL-45582 Editpdf: Prevent debugging when there is no pdf
2014-06-17 10:19:55 +08:00
Damyon Wiese
49703ecf1d
Merge branch 'm27_MDL-45582' of git://github.com/greg-or/moodle-mod_assign into MOODLE_27_STABLE
...
Conflicts:
mod/assign/feedback/editpdf/locallib.php
2014-06-17 10:17:55 +08:00
Eloy Lafuente (stronk7)
d56f3531b4
Merge branch 'MDL-45970_27' of git://github.com/timhunt/moodle into MOODLE_27_STABLE
2014-06-17 01:15:47 +02:00
Eloy Lafuente (stronk7)
902a36137a
Merge branch 'MDL-45611-27' of git://github.com/phalacee/moodle into MOODLE_27_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-06-17 01:12:02 +02:00
Eloy Lafuente (stronk7)
19e4d5ada8
Merge branch 'wip-mdl-45719-m27' of https://github.com/deraadt/moodle into MOODLE_27_STABLE
2014-06-17 01:03:58 +02:00
Eloy Lafuente (stronk7)
d81917322f
Merge branch 'MDL-45870-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-06-17 00:51:33 +02:00
Marina Glancy
b657f6db05
Merge branch 'MDL-45940-27' of git://github.com/damyon/moodle into MOODLE_27_STABLE
2014-06-16 17:28:30 +08:00
Marina Glancy
abd980d36d
Merge branch 'MDL-45901_Quiz_MOODLE-27-STABLE' of git://github.com/nadavkav/moodle into MOODLE_27_STABLE
2014-06-16 17:27:40 +08:00
Rajneel Totaram
7b27045680
MDL-45967 admin lang: Fix typo
2014-06-16 17:26:50 +08:00
Marina Glancy
e4a56bd9dd
Merge branch 'MDL-43274-27' of git://github.com/xow/moodle into MOODLE_27_STABLE
2014-06-16 17:24:10 +08:00
Jonathon Fowler
5807b224d9
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.
2014-06-16 16:43:54 +08:00
Gregory Faller
8b1596c257
MDL-45582: Apply grades and feedback to entire group does not work with Annotate PDF feature
2014-06-16 18:06:09 +09:30
John Okely
2649eefe1c
MDL-43274 Course: Remove message about course logs from upgrade.txt
2014-06-16 16:23:51 +08:00
Damyon Wiese
b3bb3a4422
MDL-45940 Assign: Improved access check
...
Call can_edit() instead of repeating a (slightly wrong) access check.
2014-06-16 16:20:34 +08:00
Damyon Wiese
6e10f195c5
Merge branch 'm27_MDL-45582' of git://github.com/greg-or/moodle-mod_assign into MOODLE_27_STABLE
2014-06-16 14:29:51 +08:00
Daniel Neis
ab7c329acf
MDL-35648 adding missing distinct selector in sql on participation report
2014-06-16 14:22:46 +08:00
Marina Glancy
95d39aabc7
Merge branch 'MDL-45935-27' of git://github.com/andrewnicols/moodle into MOODLE_27_STABLE
2014-06-16 14:22:42 +08:00
John Okely
6e515be94f
MDL-10115 User profile: Use moodle_url and html_writer::link for course links on user profiles
2014-06-16 14:08:44 +08:00
Damyon Wiese
b3b4f9a4a4
Merge branch 'MDL-31998_27' of git://github.com/grabs/moodle into MOODLE_27_STABLE
2014-06-16 12:07:40 +08:00
Gregory Faller
c71d8267ed
MDL-45582: Apply grades and feedback to entire group does not work with Annotate PDF feature
2014-06-16 12:44:23 +09:30
Damyon Wiese
1742e76777
Merge branch 'wip-mdl-46001-m27' of https://github.com/rajeshtaneja/moodle into MOODLE_27_STABLE
2014-06-16 11:13:45 +08:00
Rajesh Taneja
2797fcc75e
MDL-46001 atto_clear: modfied behat test to work on xvfb
2014-06-16 11:10:29 +08:00
Damyon Wiese
2538e2dab1
Merge branch 'MDL-45803_m27' of https://github.com/markn86/moodle into MOODLE_27_STABLE
2014-06-16 11:01:04 +08:00
John Okely
6bf5eeed56
MDL-43274 Course: Remove ability to delete logs on a course during reset
2014-06-16 09:54:20 +08:00
AMOS bot
c14d87daaa
Automatically generated installer lang files
2014-06-15 00:42:44 +00:00
Nadav Kavalerchik
cb201e866b
MDL-45901 - Quiz - Random question category question are not visible, in RTL mode
2014-06-14 00:42:30 +03:00
Mark Nelson
cc6a8bc792
MDL-45445 events: added '(optional)' to event params where applicable
2014-06-12 20:47:21 -07:00
Mark Nelson
fa71841e9d
MDL-45445 events: documented the additional validation
2014-06-12 20:47:21 -07:00
Mark Nelson
be7809f5fd
MDL-45445 events: added missing 'other' validation
2014-06-12 20:47:20 -07:00
Mark Nelson
655cdde2dc
MDL-45445 events: added missing 'relateduserid' validation
2014-06-12 20:47:20 -07:00
Mark Nelson
7f75f1507e
MDL-45445 events: trivial changes
2014-06-12 20:47:20 -07:00
Jason Fowler
3fbf089303
MDL-45611 Questions: Fixing the layout of the 'points box'
2014-06-13 10:24:20 +08:00
Tim Lock
8a453265d2
MDL-45982: Implement displaying of non error messages from a provider.
2014-06-13 10:13:57 +09:30
AMOS bot
807d45073a
Merge branch 'MOODLE_27_STABLE' into install_27_STABLE
2014-06-13 00:41:59 +00:00
Andreas Grabs
253bbbb668
MDL-31998 mod_feedback - Feedback depend questions bug
2014-06-13 01:44:59 +02:00
Tim Hunt
8fbc1919df
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:42 +01:00
Eloy Lafuente (stronk7)
c41ace2f7a
weekly release 2.7+
2014-06-12 18:59:06 +02:00
Eloy Lafuente (stronk7)
3be351cabc
Merge branch 'MDL-44871-27' of git://github.com/damyon/moodle into MOODLE_27_STABLE
2014-06-12 11:38:37 +02:00
Damyon Wiese
53bd21e7d8
MDL-42835 Scorm: Fix for JS error because no nodes are selected in the toc.
2014-06-12 10:00:56 +02:00
John Okely
217530dfca
MDL-10115 User profile: Allow full list of courses to be viewed on a user's profile
2014-06-12 15:03:27 +08:00
Rajesh Taneja
30271d87aa
MDL-45808 enrol_self: Fixed behat to observe the group key policy
2014-06-12 14:20:37 +08:00
Damyon Wiese
f271df32ec
MDL-44871 Atto: Add missing tags to behat tests @editor and @editor_atto
2014-06-12 11:15:17 +08:00
Rajesh Taneja
77ae35faba
MDL-44871 behat: Hack to make equation editor visible
2014-06-12 11:11:17 +08:00
Damyon Wiese
32d746479b
MDL-44871 Atto behat: Use one less page load to get to profile edit page
2014-06-12 11:11:17 +08:00
Damyon Wiese
b18fd23232
MDL-44871 Atto: Move custom select text step to atto specific step definition.
2014-06-12 11:11:17 +08:00
Damyon Wiese
bbd644ea34
MDL-44871 Atto behat tests: Modified the tests to work around focus bugs with workspaces
...
The main changes here are that the "select the text in" step was modified to select only the
first text node in the editor field, and to focus on it's parent instead of the entire editable div.
Some tests had to be modified to match the new behaviour, and another "real" bug was found in the table plugin.
2014-06-12 11:11:17 +08:00
Damyon Wiese
c4bfba91c2
MDL-44871 Behat: Add tests for Atto functionalities (some of them)
2014-06-12 11:11:17 +08:00
AMOS bot
6e7a7aecf3
Automatically generated installer lang files
2014-06-12 00:43:36 +00:00
Mark Nelson
635493f6dd
MDL-45803 mod_quiz: removed the quiz_fire_attempt_started function
...
Also commented in mod/quiz/upgrade.txt to inform developers.
2014-06-11 13:57:24 -07:00
Mark Nelson
0f583e0c91
MDL-45803 mod_quiz: removed usage of the function quiz_fire_attempt_started_event
2014-06-11 13:57:24 -07:00
Mark Nelson
1a7ded8989
MDL-45803 mod_quiz: prevented the attempt_started event from being triggered twice
2014-06-11 13:57:23 -07:00
Mark Nelson
159e18c977
MDL-45803 mod_quiz: added attempt snapshot for the attempt and preview started events
2014-06-11 13:57:23 -07:00
Damyon Wiese
801dea3298
MDL-45763 Question types: Allow saving '0' as question text.
2014-06-11 17:29:26 +08:00
Marina Glancy
d468b949f1
MDL-39726 backup: fix SQL syntax for Oracle
2014-06-11 17:16:40 +08:00
Marina Glancy
a0881872c7
MDL-39726 backup: fix SQL syntax for Oracle
2014-06-11 12:17:25 +08:00
Marina Glancy
a9e9cd31e1
MDL-45763 question: fix SQL syntax for Oracle
2014-06-11 12:17:25 +08:00
Frederic Massart
0085d95576
MDL-45870 mod_assign: Behat test covering some outcome usage
2014-06-11 10:34:44 +08:00
Frederic Massart
e4226ddc26
MDL-45870 mod_assign: Outcomes are saved for each group member
2014-06-11 10:34:44 +08:00
Eloy Lafuente (stronk7)
4c7169437b
Merge branch 'm27_MDL-29708_Typo_Extra_Slashes' of https://github.com/scara/moodle into MOODLE_27_STABLE
2014-06-11 01:36:56 +02:00
Frederic Massart
b2cdd35a46
MDL-45808 group: Observe the group key policy upon group creation
2014-06-10 23:02:58 +02:00
Eloy Lafuente (stronk7)
aa0fad65e3
Merge branch 'MDL-45579-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-06-10 22:25:54 +02:00
Eloy Lafuente (stronk7)
4c06cef684
Merge branch 'MDL-45418_27' of git://github.com/stronk7/moodle into MOODLE_27_STABLE
2014-06-10 20:13:28 +02:00
Barbara Ramiro
6871df272d
MDL-45943: Replacement for publisher icons
2014-06-10 19:31:22 +02:00
Jason Fowler
40a4427420
MDL-45418 Files: Adding upgrade steps for publisher docs
...
Conflicts:
lib/db/upgrade.php
version.php
2014-06-10 19:31:04 +02:00
James McLean
f76b5133a5
MDL-45418 Files: Adding publisher docs to Filetypes
2014-06-10 19:27:46 +02:00
Eric Merrill
d5a7b7873e
MDL-45763 question: Correct random question text if set to true or false
2014-06-10 20:08:25 +08:00
Marina Glancy
ffa71ca45e
Merge branch 'MDL-45813-scheduled_task_27' of git://github.com/mudrd8mz/moodle into MOODLE_27_STABLE
2014-06-10 15:42:56 +08:00
Marina Glancy
5248eb8831
Merge branch 'MDL-20154-27' of git://github.com/merrill-oakland/moodle into MOODLE_27_STABLE
2014-06-10 15:42:13 +08:00
Damyon Wiese
5468d02e60
Merge branch '45524-27' of git://github.com/samhemelryk/moodle into MOODLE_27_STABLE
2014-06-10 15:31:00 +08:00
Marina Glancy
251fd097bb
Merge branch '27STABLE-wip-MDL45846' of git://github.com/jennymgray/moodle into MOODLE_27_STABLE
2014-06-10 14:20:02 +08:00
Daniel Neis Araujo
3ac721e5a3
MDL-45245 html_writer::select_time does not respect 5th parameter "attributes"
2014-06-10 14:19:29 +08:00
Damyon Wiese
ecd99dc88a
Merge branch 'wip-mdl-44309-m27' of https://github.com/deraadt/moodle into MOODLE_27_STABLE
2014-06-10 14:08:03 +08:00
Damyon Wiese
3097fca71c
Merge branch 'MDL-45761-27' of https://github.com/merrill-oakland/moodle into MOODLE_27_STABLE
2014-06-10 14:00:58 +08:00
Damyon Wiese
bc1c896692
Merge branch 'MDL-45767_returnInstanceid_27' of https://github.com/moodlerooms/moodle into MOODLE_27_STABLE
2014-06-10 13:53:43 +08:00
Damyon Wiese
6a927661f2
Merge branch 'MDL-45763-27' of https://github.com/merrill-oakland/moodle into MOODLE_27_STABLE
2014-06-10 13:12:07 +08:00
Andrew Nicols
601d32ae66
MDL-45935 tests: Specify step names during backup/restore tests
2014-06-10 12:14:09 +08:00
Michael de Raadt
2dde0b96da
MDL-45719 mod_lti - Pass language strings to inline JS to allow for escaping
2014-06-10 11:39:12 +08:00
Eloy Lafuente (stronk7)
d420bf952f
Merge branch 'MDL-45789_m27' of https://github.com/markn86/moodle into MOODLE_27_STABLE
2014-06-10 01:17:00 +02:00
Eloy Lafuente (stronk7)
a02d7831b6
Merge branch 'MDL-45804_m27' of https://github.com/markn86/moodle into MOODLE_27_STABLE
2014-06-10 01:14:29 +02:00
Jetha Chan
604db7d557
MDL-42782 usability: fix for extreme course page indenting
2014-06-10 01:10:31 +02:00
Nobelium
41ab96e7ff
MDL-42835 mod_scorm: Close tree nodes using TreeView API
2014-06-10 00:37:16 +02:00
Eloy Lafuente (stronk7)
9dfb59fa28
Merge branch 'MDL-45574-m27' of https://github.com/sammarshallou/moodle into MOODLE_27_STABLE
2014-06-09 21:49:18 +02:00
Eloy Lafuente (stronk7)
ad94e63238
Merge branch 'wip-MDL-44501-27' of git://github.com/abgreeve/moodle into MOODLE_27_STABLE
2014-06-09 18:59:22 +02:00
Jenny Gray
82c0485aab
MDL-45846 Libraries custom user agent device detection unit test added
2014-06-09 13:59:10 +01:00
Eloy Lafuente (stronk7)
4524454ff2
Merge branch 'wip-mdl-45769-m27' of https://github.com/rajeshtaneja/moodle into MOODLE_27_STABLE
2014-06-09 13:25:17 +02:00
Andrew Nicols
658bba713a
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-06-09 17:24:56 +08:00
Marina Glancy
238c388016
Merge branch 'MDL-45634-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-06-09 17:24:36 +08:00
David Mudrák
5e10e88673
MDL-45813 Fix variable name in scheduled task
2014-06-09 09:47:01 +02:00
Jetha Chan
7b6bad24ee
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:16:24 +08:00
Damyon Wiese
11be1e8b2b
Merge branch 'MDL-39726-27' of https://github.com/merrill-oakland/moodle into MOODLE_27_STABLE
2014-06-09 12:43:27 +08:00
Rajesh Taneja
42126ff6a5
MDL-45769 behat: use final versions of symfony and behat
2014-06-09 09:59:19 +08:00
Rajesh Taneja
f12f99241c
MDL-45769 Behat: Fixed behat, was failing because of xpath chaining
2014-06-09 09:59:13 +08:00
Damyon Wiese
8fde6e8ef9
Merge branch 'MDL-45714-27' of https://github.com/merrill-oakland/moodle into MOODLE_27_STABLE
2014-06-09 08:56:00 +08:00
Sam Hemelryk
36bd6f3319
MDL-45524 navigation: fixed non-expandable node behat tests
2014-06-09 09:34:02 +12:00
Sam Hemelryk
0f52f263ca
MDL-44711 navigation: improved expandable course calculation
2014-06-09 09:34:02 +12:00
Matteo Scaramuccia
b9e1842e02
MDL-29708 Fixed file_exception() arguments in rename().
2014-06-07 09:56:24 +02:00
Matteo Scaramuccia
99261fdf05
MDL-29708 Fixed extra slashes in $string['storedfilenotcreated'].
2014-06-07 09:56:23 +02:00
sam marshall
07388eaded
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:42:27 +01:00
Jenny Gray
d983601e46
MDL-45846 Libraries Reinstate custom user agent device detection
2014-06-06 09:12:58 +01:00
Sam Chaffee
fd85f4eeb9
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:07 -07:00
Eric Merrill
c11ac48868
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.
2014-06-05 11:06:59 -04:00
Eric Merrill
0d5c68bfd8
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-05 11:06:59 -04:00
Eloy Lafuente (stronk7)
a6b91c8407
weekly release 2.7+
2014-06-05 16:58:54 +02:00
Eloy Lafuente (stronk7)
f6cac05e9c
Merge branch 'install_27_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_27_STABLE
2014-06-05 16:58:49 +02:00
Eric Merrill
9a2938c57c
MDL-45761 assign Set inline comment format properly when plugin is empty
...
If a plugin says it is empty, skip it for for building the inline
comment.
If not format was found in any plugins, set to FORMAT_HTML, which is
the default for feedback anyways.
2014-06-05 08:58:09 -04:00
Michael de Raadt
f4d6bab1b4
MDL-44309 Administration - correcting inproperly assigned column classes in environment table
2014-06-05 10:52:43 +08:00
Mark Nielsen
ebfbd63b3c
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:19 -07:00
Eric Merrill
9ec7228b03
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:19:52 -04:00
Adrian Greeve
0a1f0c4b1f
MDL-44501 mod_data: Only attempt to export 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:30:03 +08:00
Frederic Massart
7180fb19c1
MDL-45579 group: Behat tests to cover group enrolment key rules
2014-06-04 15:12:12 +08:00
Frederic Massart
ac2015f2ce
MDL-45579 group: Prevent duplicate enrolment keys in course groups
2014-06-04 15:12:12 +08:00
Marina Glancy
6fc8187375
Merge branch 'MDL-18162-27-2' of git://github.com/andrewnicols/moodle into MOODLE_27_STABLE
2014-06-04 12:59:42 +08:00
Andrew Nicols
81e433d505
MDL-18162 mod_forum: Correct @param type in phpdoc to use stdClass
2014-06-04 11:26:10 +08:00
Damyon Wiese
9fbdee633a
Merge branch 'MDL-45568_m27' of git://github.com/markn86/moodle into MOODLE_27_STABLE
2014-06-04 10:20:15 +08:00
Mark Nelson
f1dee5ce23
MDL-45568 events: fixed the description for the 'course_module_completion_updated' event
2014-06-03 17:26:22 -07:00
Mark Nelson
1ffce0c735
MDL-45789 mod_wiki: removed undefined "$this->other['itemid']" from the comments_viewed event description
2014-06-03 15:23:50 -07:00
Eloy Lafuente (stronk7)
3e307259ac
Merge branch 'MDL-44620_master' of git://github.com/dmonllao/moodle into MOODLE_27_STABLE
2014-06-03 18:11:37 +02:00
Dan Poltawski
8455124070
Merge branch '45333-27' of git://github.com/samhemelryk/moodle into MOODLE_27_STABLE
2014-06-03 15:26:01 +01:00
Tim Hunt
a1d932bd82
MDL-44054 quiz_statistics fix lang string concatenation.
2014-06-03 13:01:25 +01:00
Jason Fowler
d9ef98fc80
MDL-42953 Themes: Fixing CSS for headers of central blocks
2014-06-03 12:12:37 +02:00
Damyon Wiese
4affd3c42e
Merge branch 'MDL-45592_27' of git://github.com/grabs/moodle into MOODLE_27_STABLE
2014-06-03 16:14:56 +08:00
Damyon Wiese
8771f49c0a
Merge branch 'MDL-45677_m27' of https://github.com/markn86/moodle into MOODLE_27_STABLE
2014-06-03 14:38:57 +08:00
Damyon Wiese
b018b44b49
Merge branch 'm27_MDL-44098' of git://github.com/greg-or/moodle-mod_assign into MOODLE_27_STABLE
2014-06-03 12:49:59 +08:00
Damyon Wiese
3d4f5c6bf8
MDL-45781 mod_quiz: Shifted files did not match CI version
2014-06-03 12:14:07 +08:00
Frederic Massart
6bbdb16bb1
MDL-45634 editor_atto: Adding type button to toolbar buttons
...
This prevents the browser to assume that those buttons are submit
buttons. In which case the submit action was stolen and the form
could not be submitted pressing the 'enter' key.
2014-06-03 12:09:46 +08:00
Damyon Wiese
07783f9c20
Merge branch 'MDL-45781_27' of git://github.com/timhunt/moodle into MOODLE_27_STABLE
2014-06-03 11:57:54 +08:00
Andrew Nicols
b19370bd35
MDL-18162 mod_forum: Correct phpdoc for forum_clean_search_terms
2014-06-03 15:19:41 +12:00
Eric Merrill
9d18c714b8
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:48 -04:00
Eloy Lafuente (stronk7)
474dd3da66
Merge branch 'm27_MDL-45726' of https://github.com/danmarsden/moodle into MOODLE_27_STABLE
2014-06-03 02:20:34 +02:00
Mark Nelson
5095725a00
MDL-45804 mod_workshop: fixed objecttable specified for the submission_reassessed event
2014-06-02 16:35:15 -07:00
Sam Hemelryk
02da49597c
Merge branch 'MDL-33763-27' of git://github.com/ankitagarwal/moodle into MOODLE_27_STABLE
2014-06-03 08:57:39 +12:00
Eric Merrill
5f86aa9d14
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.
2014-06-02 15:33:00 -04:00
Albert Gasset
ae916b5d6a
MDL-35514 mod_forum: Fixed warning message to students in forums with groups
2014-06-02 18:25:21 +02:00
AMOS bot
ea66859873
Automatically generated installer lang files
2014-05-31 01:06:17 +00:00
Tim Hunt
23f43bb4c4
MDL-45781 quiz autosave: detect and report when the session is lost.
...
and also other errors.
2014-05-30 16:29:56 +01:00
AMOS bot
108d281f6b
Automatically generated installer lang files
2014-05-30 01:24:20 +00:00
AMOS bot
4a0e272c5b
Automatically generated installer lang files
2014-05-30 01:24:20 +00:00
Ciaran Irvine
647a688de3
MDL-45726 SCORM: Correct check for forcenewattempt
2014-05-30 09:48:50 +12:00
Sam Hemelryk
3f9ea21ae3
MDL-45333 output: navbar is now wrapped in a <nav> tag
2014-05-30 08:41:34 +12:00
Andreas Grabs
34a46904c2
MDL-45592 mod_feedback - unwanted linebreak after import or duplicating a feedback
2014-05-29 17:16:10 +02:00
Eloy Lafuente (stronk7)
d73b1f3e71
weekly release 2.7+
2014-05-29 12:51:41 +02:00
Eloy Lafuente (stronk7)
2c356d8ecd
Merge branch 'install_27_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_27_STABLE
2014-05-29 12:51:36 +02:00
Damyon Wiese
62c7d543f6
MDL-45654 Cron: Fix for unit test that was causing integer overflow in 32 bit php
2014-05-29 16:29:58 +12:00
Rajesh Taneja
008cfb2a1f
MDL-45698 behat: Added extra setting, to avoid timout issue
2014-05-29 14:52:57 +12:00
Sam Hemelryk
243f766222
Merge branch 'wip-mdl-45698-m27' of https://github.com/rajeshtaneja/moodle into MOODLE_27_STABLE
2014-05-29 14:28:13 +12:00
Rajesh Taneja
2b9259ed7f
MDL-45698 behat: Fixed behat and symfony versions
2014-05-29 09:47:55 +08:00
Sam Hemelryk
c5d9d36e79
MDL-45654 cron: fixed dataprovider timestamp issue
2014-05-29 11:31:13 +12:00
Sam Hemelryk
296029fadf
Merge branch 'wip-mdl-45565-m27' of https://github.com/rajeshtaneja/moodle into MOODLE_27_STABLE
2014-05-29 08:12:43 +12:00
Eloy Lafuente (stronk7)
7e78f9c4a5
MDL-45503 upgrade: add v2.7.0 sep lines
2014-05-28 01:16:36 +02:00
Simey Lameze
83bc3ccfdf
MDL-45544 events: Add event user_profile_viewed trigger to user/profile.php.
2014-05-27 07:50:35 +01:00
Rajesh Taneja
6a001a3223
MDL-45565 phpunit: Changed testsuite_name, so as to avoid class collision
2014-05-27 09:45:16 +08:00
Rajesh Taneja
1974f5ade7
MDL-45565 core_message: Reset internal users in phpunit
2014-05-27 09:45:15 +08:00
Gregory Faller
837e3741fd
MDL-44098: Late submissions with extension calculate period of lateness incorrectly
2014-05-27 11:13:41 +09:30
AMOS bot
4bdb702918
Automatically generated installer lang files
2014-05-26 16:46:54 +00:00
AMOS bot
e588f20b6c
Automatically generated installer lang files
2014-05-26 16:46:54 +00:00
Dan Poltawski
ad7d8edf0c
Merge branch 'MDL-45676_m27' of https://github.com/markn86/moodle into MOODLE_27_STABLE
2014-05-26 12:02:41 +01:00
Dan Poltawski
9f4a69a8cd
Merge branch 'MDL-45675_m27' of https://github.com/markn86/moodle into MOODLE_27_STABLE
2014-05-26 11:58:57 +01:00
Andrew Nicols
fd4c7d7b69
MDL-45682 editor_atto: Ensure that the current editor is active when saving selections
2014-05-26 11:24:11 +01:00
Jetha Chan
e77b4ac0de
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:46:21 +08:00
Damyon Wiese
4fe4fbba9d
MDL-45661 Assign: Clean bad data from DB after MDL-42526
2014-05-26 14:43:10 +08:00
Marina Glancy
331298218b
MDL-45688 added missing library requirement
2014-05-26 12:47:52 +08:00
Damyon Wiese
db52d4058d
Merge branch '45499-27' of git://github.com/samhemelryk/moodle into MOODLE_27_STABLE
2014-05-26 12:11:39 +08:00
Mark Nelson
b5d1353575
MDL-45629 mod_assign: removed use of '$this->objectid' in the submission_status_viewed event
2014-05-26 11:59:25 +08:00
Mark Nielsen
fb3663ae5c
MDL-44014 Navigation: Set the correct context when retrieved via AJAX
2014-05-26 11:59:19 +08:00
Mark Nelson
6825f882e2
MDL-45677 mod_assign: removed treatment of an array as an object
2014-05-25 20:25:31 -07:00
Mark Nelson
04b949a8f5
MDL-45676 mod_data: added missing additional name fields
2014-05-25 20:23:13 -07:00
Ankit Agarwal
86976c5bd9
MDL-33763 notes: Fix issue with incorrect node highlighting in the nav tree
2014-05-26 10:42:14 +08:00
Mark Nelson
33238bb24b
MDL-45675 mod_data: initialise options as an empty array to avoid error when there are none
2014-05-25 19:29:44 -07:00
Mark Nelson
2b548c27ee
MDL-45650 events: ensure correct objectid passed when triggering user_profile_viewed event
2014-05-26 13:59:52 +12:00
David Monllao
e0cd7e44db
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-26 13:57:23 +12:00
Mohamed Alsharaf
184cdf0d52
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-26 13:57:18 +12:00
Tim Hunt
472896acdd
MDL-45660 question statistics: make comparison more robust.
2014-05-26 11:53:06 +12:00
Sam Hemelryk
1ff977a5e5
Merge branch 'MDL-45686_27' of git://github.com/jmvedrine/moodle into MOODLE_27_STABLE
2014-05-26 10:55:17 +12:00
Andrew Nicols
68a1c2a8d9
MDL-45635 javascript: Make core dialogue translatable
2014-05-26 10:38:59 +12:00
Simon Coggins
db77228155
MDL-45623: Fix assigned users count on role delete confirmation page
2014-05-26 10:00:51 +12:00
Mark Nelson
8a0dcb91cc
MDL-45607 events: changed the context passed to the user_profile_viewed event
2014-05-26 09:54:42 +12:00
Sam Hemelryk
11b5d9b763
Merge branch 'MDL-42526-27' of git://github.com/jamiepratt/moodle into MOODLE_27_STABLE
2014-05-26 09:02:53 +12:00
Sam Hemelryk
dc195425ee
MDL-45499 admin: fixed error when displaying page settings
2014-05-26 09:01:14 +12:00
Sam Hemelryk
72cf8ec5eb
Merge branch 'MDL-45654-27' of https://github.com/rtcn2/moodle into MOODLE_27_STABLE
2014-05-26 08:58:13 +12:00
Jean-Michel Vedrine
1130c181f9
MDL-45686 qtype_multichoice get_num_selected_choices return wrong result
2014-05-25 09:23:26 +02:00
Rajesh Taneja
443d4dae06
MDL-45565 core_message: Added unit tests.
2014-05-23 16:48:18 +08:00
Rajesh Taneja
a2720952c2
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:48:15 +08:00
Eloy Lafuente (stronk7)
89262fa9f1
weekly release 2.7+
2014-05-22 16:47:19 +02:00
James Pratt
bc3c2a8eed
MDL-42526 mod_assignment : fix record insert with assigment.id 0
2014-05-22 13:01:47 +07:00
Andrew Nicols
fb7e5c42cd
MDL-45239 editor_atto: On Android do not restore focus in the callbackWrapper
...
It seems that Android automatically focuses the cursor in the last position
when the content editable region is programatically re-focused.
Whilst this does not cause an issue on it's own, when combined with the
behaviour of the dictionary auto-completion to restore focus on the start
of the word when a word has not yet been finished, this was causing us to
change focus when pressing buttons.
2014-05-22 13:02:26 +08:00
Andrew Nicols
2e2a229f58
MDL-45536 atto_html: Update the textarea size when switching to HTML view
2014-05-22 11:47:37 +08:00
Rod Norfor
d12b20d022
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:20:16 +01:00
Sam Hemelryk
5ce5bc6bdd
MDL-44711 course: fixed navigation expansion in course tests
2014-05-21 20:58:27 +12:00
Marina Glancy
54c9048405
MDL-45469 profile: make sure profile fields can be initialised without arguments
2014-05-21 12:04:48 +08:00
Marina Glancy
7b04f1fa49
MDL-45371 behat: Tests for block glossary_random
2014-05-21 10:03:26 +08:00
Marina Glancy
eebd7f8964
MDL-45320 behat: change to block selector
2014-05-21 09:32:18 +12:00
Marina Glancy
871af2ebc5
MDL-45320 block_html: behat tests
2014-05-21 09:32:14 +12:00
Marina Glancy
0d4b11ff88
MDL-45320 behat: Step definitions for blocks
2014-05-21 09:32:12 +12:00
David Monllao
e342149a37
MDL-45294 behat: Updating block references to aria label value
...
Also improving moodle selectors xpath expressions
readability.
2014-05-21 09:31:50 +12:00
David Monllao
9054cd2a25
MDL-45294 behat: Supporting an aria-label as a block ref
2014-05-21 09:31:46 +12:00
Dan Poltawski
7d5e56cffd
Merge branch '44711-27-r2' of git://github.com/samhemelryk/moodle into MOODLE_27_STABLE
2014-05-20 20:32:10 +08:00
Sam Hemelryk
137c0261ee
MDL-44711 block_navigation: fixed typo in behat tests
2014-05-20 23:39:17 +12:00
Damyon Wiese
1c500e2157
MDL-45606 Unit test fix for MySQL and added a comment about the removed code.
2014-05-20 18:07:13 +08:00
Dan Poltawski
46021b98b2
Merge branch 'MDL-45496-m27' of https://github.com/micaherne/moodle into MOODLE_27_STABLE
2014-05-20 15:55:12 +08:00
Dan Poltawski
55739cdfb6
Merge branch 'MDL-45563-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-05-20 15:50:29 +08:00
Tim Hunt
63e5416f5b
MDL-45618 Fix @since PHPdoc tags.
2014-05-20 15:03:34 +08:00
Jetha Chan
689a8f383c
MDL-45525 themes: minor forum improvements
...
Fixed an RTL style that wasn't kicking in properly.
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-05-20 14:29:25 +08:00
Andrew Nicols
10f981a794
MDL-45536 theme: Use width auto for inputs and textareas specifying them
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-05-20 14:25:45 +08:00
Adrian Greeve
556a760d0c
MDL-45512 comments: Added full date to comment details.
2014-05-20 14:22:32 +08:00
Michael Aherne
2ba0565d7d
MDL-43669 messaging Enable sending email only from no-reply address
2014-05-20 14:16:05 +08:00
Tim Hunt
16d5729223
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-20 14:11:39 +08:00
Mark Nelson
38ef7ab379
MDL-45571 events: included enrolment method in the 'user_enrolment_created' event description
2014-05-20 14:08:14 +08:00
Damyon Wiese
740cb942ce
Merge branch 'master_MDL-45583' of github.com:danmarsden/moodle into MOODLE_27_STABLE
2014-05-20 13:30:51 +08:00
Damyon Wiese
3725adf852
Merge branch 'MDL-45323-master' of git://github.com/lameze/moodle into MOODLE_27_STABLE
2014-05-20 13:28:09 +08:00
Dan Poltawski
b9c49aefb2
Merge branch 'MDL-45501-27' of git://github.com/ankitagarwal/moodle into MOODLE_27_STABLE
2014-05-20 13:23:40 +08:00
Dan Poltawski
60f8e19ce1
Merge branch 'MDL-45566-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-05-20 13:17:41 +08:00
Damyon Wiese
d0f43772fb
Merge branch 'MDL-45476-master' of git://github.com/phalacee/moodle into MOODLE_27_STABLE
2014-05-20 13:12:16 +08:00
Dan Poltawski
106be68e82
Merge branch 'MDL-45545-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-05-20 12:21:12 +08:00
Marina Glancy
f12ad8521f
MDL-45469 Move profile tests to the location recognised by phpunit
2014-05-20 11:59:58 +08:00
Marina Glancy
9efa210e32
MDL-45466 forum: performance improvement for mass (un)subscriptions
2014-05-20 11:52:23 +08:00
Dan Poltawski
79b146cb5c
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/style/moodle.css
2014-05-20 15:48:48 +12:00
Sam Hemelryk
8711ce1f4a
Merge branch 'MDL-44027-27' of git://github.com/danpoltawski/moodle into MOODLE_27_STABLE
2014-05-20 15:39:36 +12:00
Damyon Wiese
417fa07162
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-20 10:51:58 +08:00
Dan Poltawski
1910d01a86
Merge branch 'MDL-45546-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-05-20 10:24:42 +08:00
Dan Poltawski
c9c530fd6e
Merge branch '44711-27' of git://github.com/samhemelryk/moodle into MOODLE_27_STABLE
2014-05-20 10:14:22 +08:00
Sam Hemelryk
dadeff80c9
Merge branch 'MDL-45603-27' of https://github.com/merrill-oakland/moodle into MOODLE_27_STABLE
2014-05-20 13:59:36 +12:00
sam marshall
cc41096ad5
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.
2014-05-20 09:52:36 +08:00
Tim Hunt
db9987c267
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-20 09:51:16 +08:00
Dan Poltawski
8d8a5e8035
Merge branch 'MDL-45550-m27' of https://github.com/sammarshallou/moodle into MOODLE_27_STABLE
2014-05-20 09:30:19 +08:00
Andrew Nicols
b60373f3e4
MDL-45479 atto_image: Improve the preview area
...
This changes the preview area:
* to show the image at the requested size; and
* to fix the scaling issues.
2014-05-20 13:20:17 +12:00
Damyon Wiese
1d8bebfeaf
Merge branch '44974-27' of git://github.com/samhemelryk/moodle into MOODLE_27_STABLE
2014-05-20 09:00:35 +08:00
Ankit Agarwal
41d178f9da
MDL-45543 availability: Use correct namespace for global classes
2014-05-20 12:07:39 +12:00
Sam Hemelryk
d144e53188
Merge branch 'MDL-45477-m27' of https://github.com/sammarshallou/moodle into MOODLE_27_STABLE
2014-05-20 11:58:24 +12:00
sam marshall
49b50ef5ab
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-20 11:57:54 +12:00
Sam Hemelryk
4fac06549a
Merge branch 'MDL-44953-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-05-20 11:43:17 +12:00
Sam Hemelryk
7141921ad4
Merge branch 'MDL-45474-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-05-20 10:46:34 +12:00
Sam Hemelryk
70e78a4315
Merge branch 'MDL-37838-27' of git://github.com/danpoltawski/moodle into MOODLE_27_STABLE
2014-05-20 10:42:23 +12:00
Sam Hemelryk
520592c43d
Merge branch 'MDL-45380-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-05-20 08:53:18 +12:00
Dan Poltawski
553b1e6f6d
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-20 08:49:01 +12:00
Damyon Wiese
bb5652829f
Merge branch 'MDL-45130-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-05-19 21:27:47 +08:00
Damyon Wiese
288a79ccd4
Merge branch 'MDL-45472-master' of git://github.com/andrewnicols/moodle into MOODLE_27_STABLE
2014-05-19 20:47:27 +08:00
Damyon Wiese
8f6d8a5653
Merge branch 'MDL-45447-master' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-05-19 20:23:09 +08:00
Tim Hunt
c64368bb1d
MDL-43833 quiz reports: persist states settings between pages.
2014-05-19 20:12:09 +08:00
Damyon Wiese
177beaf23a
Merge branch 'MDL-45527-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-05-19 20:05:25 +08:00
Tim Hunt
147d7af758
MDL-45455 quiz cron must rollback transaction on error.
2014-05-19 19:57:21 +08:00
Tony Butler
20bd24b70d
MDL-45432 mod_assign Declare character encoding in onlinetext export
...
Signed-off-by: Tony Butler <tonyjbutler@gmail.com >
2014-05-19 18:48:06 +08:00
sam marshall
7c75924319
MDL-45478 Conditional availability: Custom user restriction missing
...
There was an error in the JavaScript and custom user field
restrictions did not show correctly when editing the form.
Behat tests didn't cover custom user fields, so I added a
scenario.
2014-05-19 17:30:43 +08:00
Andrew Nicols
d90846033b
MDL-45239 editor_atto: The editor cannot be active if it is not the active element
...
FireFox thinks that you can have an active selection on an element which
currently does not have focus. How this can be the case is a mystery.
Conflicts:
lib/editor/atto/yui/build/moodle-editor_atto-editor/moodle-editor_atto-editor-min.js
2014-05-19 16:15:50 +08:00
Andrew Nicols
da02a3c472
MDL-45468 editor_atto: Check that the common ancestor is within the editor
...
Conflicts:
lib/editor/atto/yui/build/moodle-editor_atto-editor/moodle-editor_atto-editor-min.js
2014-05-19 16:15:43 +08:00
Andrew Nicols
61609ec274
MDL-41109 dndupload: Add missing error string
2014-05-19 15:07:59 +08:00
Dan Poltawski
228fc821e0
Merge branch 'wip-MDL-34914-m27' of git://github.com/marinaglancy/moodle into MOODLE_27_STABLE
2014-05-19 14:58:51 +08:00
Damyon Wiese
d44071ee09
MDL-32543 upgrade: Increment the version bump
2014-05-19 13:02:10 +08:00
Damyon Wiese
91fae7e9b4
Merge branch 'MDL-32543' of https://github.com/danielneis/moodle into MOODLE_27_STABLE
2014-05-19 13:00:00 +08:00
Damyon Wiese
3e7b9158f4
Merge branch 'MDL-23566' of https://github.com/aolley/moodle into MOODLE_27_STABLE
2014-05-19 12:44:31 +08:00
Marina Glancy
95f9c8f716
Merge branch 'MDL-45537-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-05-19 12:39:43 +08:00
Marina Glancy
170392d4a0
Merge branch 'wip-MDL-45483-MOODLE_27_STABLE' of https://github.com/kwiliarty/moodle into MOODLE_27_STABLE
2014-05-19 12:37:59 +08:00
Damyon Wiese
3724b3aa8d
Merge branch 'MDL-45533-27' of git://github.com/FMCorz/moodle into MOODLE_27_STABLE
2014-05-19 12:28:10 +08:00
Damyon Wiese
9af90f03bb
Merge branch 'MDL-44634-27' of https://github.com/dbezborodovrp/moodle into MOODLE_27_STABLE
2014-05-19 12:14:42 +08:00
Jetha Chan
64a2dfba1f
MDL-45561 themes: horizontal scroll in RTL base
2014-05-19 13:38:22 +12:00
Sam Hemelryk
043cf8bab7
MDL-44974 admin: repositioned call to initialise renderer
2014-05-19 08:41:27 +12:00
Sam Hemelryk
832393cfc9
MDL-44711 navigation: better handling of course expansion exception
2014-05-19 08:41:12 +12:00
Eric Merrill
d8e7fa9196
MDL-45603 cache Fix the mappingsonly option to work as advertised.
2014-05-17 23:58:05 -04:00
Marina Glancy
075e999c1a
MDL-34914 cohorts: more understandable filter of user list by cohort
2014-05-16 17:14:29 +08:00
Dan Marsden
dafb79106e
MDL-45583 badges: check parent contexts consistantly when checking required role.
2014-05-16 13:51:58 +12:00
Frederic Massart
8efb66741f
MDL-45566 message: Send blocking events when user is not in contact list
2014-05-15 16:43:01 +08:00
Frederic Massart
fa348b5d46
MDL-45563 message: Inverting IDs in description of event message_viewed
2014-05-15 16:17:03 +08:00
Frederic Massart
ac2eafee91
MDL-45537 mod_assign: Requiring locallib for class assign
2014-05-15 15:52:48 +08:00
Damyon Wiese
e6c69d835d
weekly release 2.7+
2014-05-15 15:32:36 +08:00
Simey Lameze
1468444f42
MDL-45323 grade: Unit test for grade_get_grade_items_for_activity()
2014-05-15 15:00:56 +08:00
Simey Lameze
3a34659252
MDL-45323 grade: Fix query errors on grade_get_grade_for_activity method.
2014-05-15 15:00:03 +08:00
Ankit Agarwal
bfa6c5080e
MDL-45501 availability: Add uninstall support for conditional plugins
2014-05-15 14:07:05 +08:00
Damyon Wiese
0f0729b157
MDL-41383 Filepicker: whitespace fix
2014-05-15 13:33:04 +08:00
Jetha Chan
f75d82450a
MDL-41383: RTL fix for base when zoomed out
2014-05-15 13:29:03 +08:00
Frederic Massart
9389ff572b
MDL-45533 editor_atto: Default paragraph is removed from empty Atto
2014-05-15 11:10:54 +08:00
Damien Bezborodov
3dd33e3862
MDL-44634 Regression: link to user profile in comments block fails due to double URI encoding
2014-05-15 11:46:32 +09:30
Damien Bezborodov
e3b98ac6b6
MDL-44634 Regression: link to user profile in comments block fails due to double URI encoding
2014-05-15 10:43:06 +09:30
sam marshall
3951213860
MDL-45550 Conditional availability: Missing lang string for save settings error
2014-05-14 11:48:33 +01:00
sam marshall
24b81e0566
MDL-45477 Behat: List of steps takes too long to load, times out
...
Increase time limit to 300 seconds (5 minutes).
2014-05-14 11:05:38 +01:00
Juan Leyva
0ab271dcfd
MDL-36670 logging: action parameter length restricted to 40 chars
2014-05-14 16:35:18 +08:00
Frederic Massart
b9cb39eaf6
MDL-45546 mod_forum: Login the user before getting its context
2014-05-14 16:16:40 +08:00
Frederic Massart
c83407f033
MDL-45545 csslib: Chunking handles commas in media query definitions
2014-05-14 15:28:11 +08:00
Jetha Chan
da75ffce68
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 15:07:44 +08:00
David Monllao
ee9f6db7a2
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-13 17:25:26 +07:00
David Monllao
d46979ec3a
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-13 17:24:33 +07:00
Frederic Massart
d48b1de9f7
MDL-45474 atto_undo: Remove notice when undo stack is empty
2014-05-13 17:49:26 +08:00
Frederic Massart
da6b4b9bf9
MDL-45527 task: Already deleted unconfirmed users are ignored
2014-05-13 17:11:18 +08:00
Dan Poltawski
38d1c9a886
MDL-44027 groups: remove some junk html
2014-05-13 16:17:14 +08:00
Damyon Wiese
1c48d7e188
Merge branch 'MDL-41383-27' of git://github.com/jethac/moodle into MOODLE_27_STABLE
2014-05-13 16:01:50 +08:00
Dan Poltawski
11b39253d2
Merge branch 'MDL-45523_m27' of https://github.com/merrill-oakland/moodle into MOODLE_27_STABLE
2014-05-13 14:46:55 +08:00
Dan Poltawski
56e84a7985
Merge branch 'MDL-45522_m27' of https://github.com/merrill-oakland/moodle into MOODLE_27_STABLE
2014-05-13 14:37:23 +08:00
Dan Poltawski
133f83d557
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:16 +08:00
Jason Fowler
1d20cf37cb
MDL-45476 Quiz: Fixing atto on multiple choice pages
2014-05-13 08:06:04 +08:00
Eric Merrill
17e57aa07d
MDL-45523 quiz Cleanup duplicate question instances.
2014-05-12 16:01:32 -04:00
Eric Merrill
710b364b44
MDL-45522 quiz Check that sumgrade is valid before saving.
2014-05-12 15:21:44 -04:00
Daniel Neis Araujo
d277c441da
MDL-32543 Make sure the action and url fields of log table have correct sizes
2014-05-12 12:05:25 -03:00
Jetha Chan
b993411de1
MDL-41383 theme: filepicker zoom resiliency
...
Fixed an issue that broke the file picker on bootstrapbase when zooming in and out.
2014-05-12 17:16:58 +08:00
Frederic Massart
81d72831b8
MDL-44953 theme_more: Removing odd-looking text-shadow
2014-05-12 16:51:37 +08:00
Frederic Massart
3cfabf7190
MDL-45130 editor_atto: Remove debugging messages for missing plugins
...
This is no longer required as the toolbar configuration prevents
missing plugins from being set. However, even if we do not output
any notice, we ignore missing plugins to prevent errors in case
one was uninstalled but left in the editor toolbar.
2014-05-12 16:09:40 +08:00
Michael Aherne
0e5791a6cd
MDL-45496 core Added space to logged in as line
2014-05-12 08:58:41 +01:00
Frederic Massart
da3e5e0c5c
MDL-45380 theme_bootstrapbase: Restore config override highlight
2014-05-12 15:50:08 +08:00
Rajesh Taneja
ae3b9e1e1f
MDL-45514 behat: Fixed should_not_exist timout param
2014-05-12 14:13:21 +08:00
Kevin Wiliarty
3485ecf225
MDL-45483 mod_forum: corrects values for maxattachments in forum settings
2014-05-11 23:51:57 -04:00
Eloy Lafuente (stronk7)
c1ed254643
Moodle release 2.7
2014-05-10 18:35:21 +02:00
AMOS bot
e99836a306
Automatically generated installer lang files
2014-05-10 00:46:32 +00:00
Damyon Wiese
8c80b452dc
on-demand release 2.7rc2+
2014-05-09 11:07:26 +08:00
Damyon Wiese
b69f3db458
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2014-05-09 11:07:10 +08:00
Marina Glancy
f094167bef
MDL-45486 Bump all versions to planned release
2014-05-09 10:50:39 +08:00
Dan Poltawski
a5fd1a13c8
Merge branch 'MDL-45486' of git://github.com/stronk7/moodle
2014-05-09 10:50:26 +08:00
John Okely
6d90ef2b4a
MDL-45296 mod_assign: Revert changes to lock_submission and unlock_submission events
2014-05-09 09:58:55 +08:00
AMOS bot
fe75ff290f
Automatically generated installer lang files
2014-05-09 00:40:45 +00:00
Eloy Lafuente (stronk7)
538bf99ece
MDL-45486 Bump all versions to planned release
...
This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)
2014-05-09 02:12:28 +02:00
Eloy Lafuente (stronk7)
2fe085b284
MDL-45296 tests: ensure all submissions exist
...
The changes performed with the change from
create_from_user() to create_from_submission()
in practice enforce a new restriction about
submissions having to exist in order to fire
their lock/unlock events.
This did not exist before the change and, also,
it seems that the assign api itself, submission->lock() ...
also accepts non existing submissions.
So I was not 100% sure about how to fix these events:
1) enforcing submission to exist.
2) firing them only if the submission exist.
I've gone with 1) for now, making tests to pass. But will
raise the question in the Tracker, just in case we have
to move to the 2) approach for any reason.
2014-05-08 20:03:34 +02:00
Eloy Lafuente (stronk7)
b95db263ca
MDL-45296 tests: Fix unit tests to have objectid
...
In order to create the needed subscriptions to
make the event tests reliable a subscriptions
generator has been added. It performs raw-sql
subscriptions because by using the forum API
events would be fired (and that's something
we don't want to happen).
2014-05-08 20:03:17 +02:00
Eloy Lafuente (stronk7)
98b69989ff
Moodle release 2.7rc2
2014-05-08 16:36:41 +02:00
Eloy Lafuente (stronk7)
b8f0ec297d
Merge branch 'MDL-45296' of git://github.com/stronk7/moodle
2014-05-08 15:58:46 +02:00
Eloy Lafuente (stronk7)
b8ac973a21
MDL-45296 phpdoc: add some missing params
2014-05-08 15:52:07 +02:00
John Okely
9c94ca5843
MDL-45296 events: Fix objecttable and ids
...
Various events had them incorrectly set or missing:
- submission_locked
- submission_unlocked
- subscription_created
- subscription_deleted
2014-05-08 15:30:03 +02:00
Marina Glancy
585ff7eaec
Merge branch 'MDL-45462-master' of git://github.com/FMCorz/moodle
2014-05-08 19:50:13 +08:00
Eloy Lafuente (stronk7)
b8622d1632
Merge branch 'MDL-45443-master' of git://github.com/FMCorz/moodle
2014-05-08 12:52:54 +02:00
Eloy Lafuente (stronk7)
6280e88d69
Merge branch 'MDL-45444-master' of git://github.com/andrewnicols/moodle
2014-05-08 12:40:27 +02:00
Eloy Lafuente (stronk7)
a23a2ed19d
Merge branch 'wip-mdl-44262' of https://github.com/rajeshtaneja/moodle
...
Conflicts:
composer.json
2014-05-08 12:00:33 +02:00
Rajesh Taneja
50a01e0fc5
MDL-44262 Behat: Bump behat version to get format fix
2014-05-08 17:46:50 +08:00
Frederic Massart
a36f8b36dd
MDL-45443 theme_base: Missing closing bracket ruining the CSS
2014-05-08 17:37:37 +08:00
Eloy Lafuente (stronk7)
ab870c7e69
Merge branch 'wip-mdl-45461' of https://github.com/rajeshtaneja/moodle
2014-05-08 11:31:54 +02:00
Andrew Nicols
83e8f495f2
MDL-45472 AJAX: Whitelist prototype values form JS Error in exception dialogue
2014-05-08 16:44:11 +08:00
Marina Glancy
9a9b5257fa
Merge branch 'MDL-45373-master' of git://github.com/jamiepratt/moodle
2014-05-08 15:41:20 +08:00
Frederic Massart
c5e8a036c5
MDL-45332 repository_url: URL parameter is using PARAM_URL
2014-05-08 15:35:03 +08:00
Andrew Nicols
079c3a9446
MDL-45444 editor_atto: Fix vertical alignment of editor buttons
2014-05-08 12:33:12 +08:00
Marina Glancy
317e98badd
MDL-45414 wiki: blank image for page index icons
2014-05-08 12:12:50 +08:00
Marina Glancy
b76ae3b0ce
Merge branch 'MDL-44630_CC_Changes' of git://github.com/moodlerooms/moodle
2014-05-08 12:05:20 +08:00
Marina Glancy
f69c0d572e
Merge branch 'MDL-45398-master' of git://github.com/sammarshallou/moodle
2014-05-08 12:04:53 +08:00
Frederic Massart
6f6345e327
MDL-45462 flickr: Requests are now done over HTTPS
2014-05-08 11:27:36 +08:00
Dan Poltawski
d1a316373f
Merge branch 'MDL-45425-master' of git://github.com/andrewnicols/moodle
2014-05-08 11:05:20 +08:00
Dan Poltawski
327c382c47
MDL-43312 tinymce: bump plugin version
2014-05-08 10:52:36 +08:00
Dan Poltawski
dac2e286da
Merge branch 'MDL-43312-master' of git://github.com/damyon/moodle
2014-05-08 10:51:51 +08:00
Rajesh Taneja
8ad79f5c2e
MDL-45461 behat: Added custom hack notice for chrome+safari+ie
2014-05-08 10:10:28 +08:00
Eloy Lafuente (stronk7)
9c1bbddce7
Merge branch '45457-27' of git://github.com/samhemelryk/moodle
2014-05-07 23:54:36 +02:00
Sam Hemelryk
1c17e19a5c
MDL-45457 phpdoc: fixed up a couple of @package typos
2014-05-08 08:14:10 +12:00
Mark Nielsen
e686494fbc
MDL-44630: Fixing PHP foreach warnings
2014-05-07 12:39:47 -07:00
Eloy Lafuente (stronk7)
1cf1ef9fe6
Merge branch 'MDL-45449-master' of https://github.com/sammarshallou/moodle
2014-05-07 19:58:52 +02:00
sam marshall
c545f3b0db
MDL-45449 Availabillity settings - new visible/hidden control (eye icon) is hard to spot
...
This change makes it use a larger icon.
2014-05-07 16:35:23 +01:00
Eloy Lafuente (stronk7)
83b25b12ff
Merge branch '45231-27-3' of git://github.com/samhemelryk/moodle
2014-05-07 15:50:15 +02:00
Dan Poltawski
917ceadbd7
Merge branch 'wip-MDL-45319-master' of git://github.com/marinaglancy/moodle
2014-05-07 17:51:31 +08:00
Frederic Massart
ba4e81d249
MDL-45447 editor_atto: Highlight collapse and html icons when toggled
2014-05-07 17:44:06 +08:00
sam marshall
59d585d135
MDL-45398 Manage availability restrictions: Show/hide not working
...
The show/hide icons were not working correctly. In addition, the
report still displayed even when availability feature was turned
off.
As well as fixing them, I added a Behat test to cover this report.
2014-05-07 10:15:27 +01:00
Marina Glancy
2cba18ee43
Merge branch 'MDL-45282_message' of git://github.com/andyjdavis/moodle
2014-05-07 16:52:11 +08:00
Dan Poltawski
fb3f578f41
Merge branch 'MDL-45410-en_fix' of git://github.com/mudrd8mz/moodle
2014-05-07 16:38:00 +08:00
Mark Nelson
425e761712
MDL-45319 events: added debugging messages for missing relateduserid value
2014-05-07 16:28:59 +08:00
Mark Nelson
f1e0f66ca8
MDL-45319 events: set the relateduserid when triggering the user_created/updated/deleted events
2014-05-07 16:28:59 +08:00
Mark Nelson
e687396a1e
MDL-45319 events: trivial changes
2014-05-07 16:28:59 +08:00
Marina Glancy
eaea796e70
MDL-45126 do not allow guests see name and summary of hidden course
2014-05-07 16:22:20 +08:00
Juan Leyva
679e323aaa
MDL-43119 Add valid until dates for tokens created by login/token.php
...
3 months were decided
2014-05-07 16:16:40 +08:00
Andrew Davis
f624f56999
MDL-45282 core_user: fixed up some oddities in the bulk user messaging screen
2014-05-07 15:34:29 +08:00
Andrew Nicols
ee37639542
MDL-45425 editor_atto: Check for change selections asynchronously
2014-05-07 14:30:28 +08:00
Frederic Massart
b04bf988ef
MDL-43877 blocks: Files from blocks in my/ were accessible to the world
2014-05-07 14:27:11 +08:00
Dan Poltawski
5140fac5da
Merge branch 'MDL-44606-master' of http://github.com/damyon/moodle
2014-05-07 14:18:13 +08:00
Dan Poltawski
b6cb3a4324
Merge branch 'wip-MDL-45421-master' of git://github.com/abgreeve/moodle
2014-05-07 14:16:20 +08:00
Adam Olley
c3af87ac64
MDL-23566 mod_lesson: Float answers so paragraphs line up correctly next to the inputs
2014-05-07 15:44:36 +09:30
Damyon Wiese
0cd720fe51
MDL-44606 assign: disable sesskey protection for unit test.
2014-05-07 14:06:08 +08:00
Damyon Wiese
85e8f68108
Merge branch 'MDL-45290-master-fix' of https://github.com/jethac/moodle
2014-05-07 13:28:20 +08:00
Marina Glancy
97436e311c
Merge branch 'MDL-45387-master' of git://github.com/jethac/moodle
2014-05-07 13:06:30 +08:00
Marina Glancy
90ce5afd81
Merge branch 'MDL-45201-master' of git://github.com/ankitagarwal/moodle
2014-05-07 13:06:17 +08:00
Damyon Wiese
6363588b72
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:54:43 +08:00
Damyon Wiese
46b56588ae
MDL-44606 Assign: Some grading functions are missing sesskey protection
2014-05-07 12:36:38 +08:00
Adrian Greeve
4b8f05adc6
MDL-45421 report_eventlist: Changed sorting of event name column to sort by event name.
...
It was sorting by the full event path previous to this.
2014-05-07 12:30:36 +08:00
Dan Poltawski
fa00be94b1
Merge branch 'wip-MDL-45414-master' of git://github.com/marinaglancy/moodle
2014-05-07 12:05:17 +08:00
Dan Poltawski
4d693c3839
Merge branch 'wip-MDL-45429-master' of git://github.com/marinaglancy/moodle
2014-05-07 11:50:09 +08:00
Eric Merrill
391101008a
MDL-45439 reports Don't send contextlevel to legacy logging.
...
It doesn't support the column.
2014-05-07 11:10:19 +08:00
Jetha Chan
c9b94fb0d4
MDL-45387 core_form: erroneous escaping on reference list
...
Fixed erroneous escaping in JS.
2014-05-07 10:52:51 +08:00
Helen Foster
f15fa7a281
MDL-45410 Merge English strings from the en_fix language pack
2014-05-07 00:16:51 +02:00
Sam Hemelryk
cfd97e02f7
MDL-45231 theme_clean: navbar is absolute when running behat in IE
2014-05-07 09:42:07 +12:00
Mark Nielsen
4bcde92185
MDL-44630: Fix CC backup of quizzes
...
The common cartridge backup was skipping
quizzes because the <questions> element
is no longer in the Moodle backup file.
Instead, now reading from the list of
<question_instances> list.
2014-05-06 14:00:13 -07:00
Eloy Lafuente (stronk7)
f8fa440649
on-demand release 2.7rc1+
2014-05-06 15:57:48 +02:00
Marina Glancy
88c0e2f374
MDL-45357 events: unittest correction, event description change
2014-05-06 17:13:37 +08:00
Jetha Chan
cecd602d8b
MDL-45290 rubrics: overflow, delete button alignment
...
Adjusted delete button alignment, restored overflow rule, amended button alignment, minor RTL fixes.
2014-05-06 16:47:20 +08:00
Andrew Nicols
02915dfc23
MDL-45357 events: Remove unnecessary the before 'id' in event descriptions
2014-05-06 16:45:05 +08:00
Andrew Nicols
4d87e5c109
MDL-45357 events: Normalise event description names
2014-05-06 16:44:04 +08:00
Andrew Nicols
f32629c7ea
MDL-45357 events: Improve clarity of allow role change descriptions
2014-05-06 16:43:56 +08:00
Mark Nelson
196d227f21
MDL-45357 events: removed unnecessary verb from description
2014-05-06 16:43:29 +08:00
Andrew Nicols
eb497e26fb
MDL-45338 editor_atto: Correct gesturemoveend listening
...
Delegate gesturemoveend rather than listen to ensure adequate event filters
and that we apply to only the correct editor.
2014-05-06 16:10:31 +08:00
Marina Glancy
447d55d55a
MDL-45429 block_glossary_random: check capability before suggesting to edit
2014-05-06 16:06:29 +08:00
James Pratt
96a0b9aaaa
MDL-45373 quiz response analysis : count all tries at question
...
don't filter repeated tries.
2014-05-06 12:26:02 +07:00
Marina Glancy
e7efd59b51
Merge branch 'MDL-45409-master' of git://github.com/ankitagarwal/moodle
2014-05-06 12:19:58 +08:00
Damyon Wiese
e4f1dd46b0
MDL-45412 Cache: Mongo DB string change (older is less than)
2014-05-06 12:03:44 +08:00
Damyon Wiese
7c6f2e29ae
MDL-45412 Cache: Look for the newer classname first (mongo store)
2014-05-06 12:03:27 +08:00
Damyon Wiese
87f7ae9c46
Merge branch '45412-27' of git://github.com/samhemelryk/moodle
2014-05-06 12:03:19 +08:00
Dan Poltawski
02c482704b
Merge branch 'MDL-45403-master' of git://github.com/FMCorz/moodle
...
Conflicts:
lib/editor/atto/plugins/link/yui/build/moodle-atto_link-button/moodle-atto_link-button-min.js
2014-05-06 11:48:38 +08:00
Dan Poltawski
73c2ae4bff
Merge branch 'MDL-45253-master' of git://github.com/FMCorz/moodle
...
Conflicts:
lib/editor/atto/yui/build/moodle-editor_atto-editor/moodle-editor_atto-editor-min.js
2014-05-06 11:34:17 +08:00
Marina Glancy
c3625f5ba3
MDL-45414 wiki: fix broken image
2014-05-06 11:34:01 +08:00
Dan Poltawski
63469ab11d
Merge branch 'MDL-45338-master' of git://github.com/andrewnicols/moodle
2014-05-06 11:27:41 +08:00
Damyon Wiese
f35bfa2cff
Merge branch 'MDL-45290-master-fix' of http://github.com/jethac/moodle
2014-05-06 11:23:39 +08:00
Dan Poltawski
4644e7d067
Merge branch 'MDL-45376-master' of https://github.com/sammarshallou/moodle
2014-05-06 11:16:32 +08:00
Jetha Chan
fe778267f2
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:44:59 +08:00
Dan Poltawski
5bf52355ea
Merge branch 'MDL-30106' of git://github.com/jleyva/moodle
2014-05-06 10:25:48 +08:00
Dan Poltawski
ba60c47265
Merge branch 'MDL-42956-master' of git://github.com/lameze/moodle
2014-05-06 10:18:44 +08:00
Sam Hemelryk
6deb0813d0
MDL-45412 cachestore_mongodb: added notification of old Mongo version use
2014-05-06 09:30:27 +12:00
Sam Hemelryk
4907a8ed70
MDL-45412 cachestore_mongodb: fixed use of deprecated Mongo class
2014-05-06 09:29:45 +12:00
Juan Leyva
fb8840d291
MDL-30106 forum: get_posts WS fixes in data generator and def. values
2014-05-05 11:56:43 +02:00
Juan Leyva
4ed1546154
MDL-30106 forum: Bump version number (upgrading service and installing new ws)
2014-05-05 11:56:43 +02:00
Juan Leyva
e2ede4262f
MDL-30106 forum: New web service mod_forum_get_forum_discussion_posts
2014-05-05 11:55:43 +02:00
Frederic Massart
664c851755
MDL-45403 editor_atto: Change default for tagMarchRequiresAll to true
2014-05-05 17:47:54 +08:00
Frederic Massart
e76ae8077a
MDL-45253 editor_atto: Async the highlighting of buttons
2014-05-05 17:46:13 +08:00
Frederic Massart
fafeb5a293
MDL-45253 editor_atto: Check for button highlights on change event
...
This will allow a button to be highlighted when a plugin has updated
the content, not only when the selection has changed.
2014-05-05 17:46:13 +08:00
Frederic Massart
e988383645
MDL-45253 editor_atto: Prevent selection of all nodes when selection is empty
2014-05-05 17:46:13 +08:00
Frederic Massart
d78920bdba
MDL-45253 editor_atto: selectionFilterMatches includes parents
2014-05-05 17:46:13 +08:00
Marina Glancy
6df154bd20
Merge branch 'MDL-34904-master' of git://github.com/ankitagarwal/moodle
2014-05-05 17:41:01 +08:00
Damyon Wiese
6d8617bed9
Merge branch 'MDL-45359-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
lib/yui/build/moodle-core-notification-dialogue/moodle-core-notification-dialogue-min.js
2014-05-05 17:24:08 +08:00
Marina Glancy
a7c1a5bcb5
Merge branch 'MDL-44174-master' of git://github.com/FMCorz/moodle
2014-05-05 17:18:04 +08:00
Marina Glancy
4cbe8be96d
Merge branch 'MDL-45342-master' of git://github.com/ankitagarwal/moodle
2014-05-05 17:17:45 +08:00
Marina Glancy
cbc394fabf
Merge branch 'MDL-43319-master' of git://github.com/danpoltawski/moodle
2014-05-05 17:17:30 +08:00
Marina Glancy
d0144cd38e
Merge branch 'MDL-44972-master' of git://github.com/damyon/moodle
2014-05-05 17:17:11 +08:00
Marina Glancy
b9c5bae5b1
Merge branch '45231-27-2' of git://github.com/samhemelryk/moodle
2014-05-05 17:16:52 +08:00
Damyon Wiese
c1660772b1
MDL-44972 Atto dialogues: Change M.core.dialogue attribute name to "focusOnShowSelector"
...
And some minor cleanups.
2014-05-05 16:27:36 +08:00
Ankit Agarwal
5793538a59
MDL-45409 conditional_activity: Do not iterate over deprecated properties
2014-05-05 16:26:35 +08:00
Marina Glancy
16feb870d4
Merge branch 'MDL-45357_master' of git://github.com/markn86/moodle
2014-05-05 16:09:53 +08:00
Mark Nelson
c5cfb3ca98
MDL-45357 events: changed event descriptions to ensure consistency in core
2014-05-05 00:55:50 -07:00
Damyon Wiese
e5ddec38cd
MDL-44972 Atto: Focus on the first input field in forms in dialogues.
2014-05-05 15:21:11 +08:00
Damyon Wiese
2372366f58
MDL-44224: outdent plugin - handle divs that have been silently switched for ps
...
Also - fix a shifter warning.
2014-05-05 14:07:02 +08:00
Sam Hemelryk
b16c2ec5c8
MDL-44224 atto_indent: converts blockquotes to div indents
2014-05-05 14:07:01 +08:00
Ankit Agarwal
2b34a377ea
MDL-45201 recent_activity: Fix set type notice in recent activity form
2014-05-05 13:29:51 +08:00
Damyon Wiese
3917871e90
Merge branch 'MDL-45290-master' of git://github.com/jethac/moodle
2014-05-05 10:43:15 +08:00
Damyon Wiese
7da3113b7b
Merge branch 'MDL-45382-master' of git://github.com/FMCorz/moodle
2014-05-05 10:35:28 +08:00
Marina Glancy
a128a24fca
Merge branch 'wip-MDL-45127-master' of git://github.com/abgreeve/moodle
2014-05-05 10:18:03 +08:00
Sam Hemelryk
31a8eddc24
MDL-45231 theme_clean: default navbar to absolute when running behat
2014-05-05 08:11:46 +12:00
Dan Poltawski
0401143193
Moodle release 2.7rc1
2014-05-02 17:41:54 +08:00
Dan Poltawski
94d5dc0b98
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2014-05-02 17:41:51 +08:00
Adrian Greeve
028f535fd9
MDL-45127 mod_lesson: Behat test for reviewing a lesson.
2014-05-02 16:09:06 +08:00
Adrian Greeve
0aec842e58
MDL-45127 mod_lesson: Fixed reviewing lesson answers changing the lesson grade.
2014-05-02 16:09:06 +08:00
Adrian Greeve
20685b287d
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:09:05 +08:00
Dan Poltawski
f25e8c4133
Merge branch 'MDL-45054-master' of https://github.com/sammarshallou/moodle
2014-05-02 14:59:25 +08:00
Jetha Chan
73eb9f4339
MDL-45290 rubric: visual fixups
...
Fixed up visual issues with rubric editor on Clean.
2014-05-02 14:27:14 +08:00
Ankit Agarwal
200aeda661
MDL-34904 lti: Fix notice while using lti in frontpage
2014-05-02 14:05:13 +08:00
Andrew Nicols
e30506416b
MDL-45338 editor_atto: Check for selection changes on touch-based devices too
2014-05-02 14:03:16 +08:00
Frederic Massart
ad9353be73
MDL-44174 theme_clean: Updating information in readme file
2014-05-02 12:56:00 +08:00
Ankit Agarwal
f20ae2c5d6
MDL-45342 book: Automate MDLQA-2423 - A teacher can create book chapters and subchapters
2014-05-02 12:13:42 +08:00
Frederic Massart
16c6440dcb
MDL-45382 atto_link: Missing context when finding anchors
2014-05-02 12:02:36 +08:00
Andrew Davis
08b90682e4
MDL-45314 core_grade: a JS fix for the grader report
2014-05-02 11:13:45 +08:00
Marina Glancy
e2c3c3e080
Merge branch 'MDL-45237-master' of git://github.com/danpoltawski/moodle
2014-05-02 11:13:06 +08:00
Dan Poltawski
39f332972b
Merge branch 'MDL-45362-master' of https://github.com/sammarshallou/moodle
2014-05-02 10:59:29 +08:00
Dan Poltawski
eb72c1ff05
Merge branch '44729-27' of git://github.com/samhemelryk/moodle
2014-05-02 09:44:49 +08:00
Sam Hemelryk
09d5cfadc5
MDL-44729 theme_bootstrapbase: override the maintenance renderer
...
This patch overrides the maintenance renderer in the bootstrapbase
theme in order to override the notification method in the same way
we override the core renderer notification method.
This ensures now that clean is standard that notifications during
maintenance tasks (install, upgrade etc) look pretty.
2014-05-02 13:42:22 +12:00
AMOS bot
2d5ffd51ed
Automatically generated installer lang files
2014-05-02 00:39:03 +00:00
sam marshall
1710973161
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:08:46 +01:00
Marina Glancy
3409fac5ef
Merge branch 'MDL-45273' of git://github.com/timhunt/moodle
2014-05-01 21:17:01 +08:00
Marina Glancy
097efb8b41
Merge branch 'wip-MDL-43557-master' of https://github.com/abgreeve/moodle
2014-05-01 21:16:47 +08:00
sam marshall
f67dd62820
MDL-45054 Conditional availability: HTML structure improvements
...
1. Changed the 'delete' and 'eye' buttons to use an <a> link
tag so that it works without custom tabindex and shows a correct
mouse cursor. This also reduces the code slightly.
2. Changed the Cancel button on the dialog to use the mdl-align
class which is used in Atto dialogs. This results in the button
being centered, consistent with those dialogs.
2014-05-01 12:22:38 +01:00
sam marshall
a3a2423982
MDL-45362 Availability: Behat test fails on first of month
2014-05-01 11:18:06 +01:00
Tim Hunt
0e8fe7de3d
MDL-45273 quiz fixup settings initialisation.
2014-05-01 11:09:05 +01:00
Adrian Greeve
6522afdfa4
MDL-43557 events: Update of webservice function called string.
2014-05-01 18:00:39 +08:00
Dan Poltawski
bff7fab342
Merge branch 'MDL-36836-master' of git://github.com/jethac/moodle
2014-05-01 16:34:21 +08:00
Damyon Wiese
6e4c18522d
Revert "MDL-45239 editor_atto: The editor cannot be active if it is not the active element"
...
This reverts commit 05a7f9e749 .
2014-05-01 16:22:41 +08:00
Jetha Chan
13e118ca65
MDL-36836 filepicker: alfresco select box fix
...
Adjusted position of alfresco select box; amended border/background application in base.
2014-05-01 16:08:02 +08:00
Dan Poltawski
066f0395a6
Merge branch 'MDL-45365-master' of git://github.com/damyon/moodle
2014-05-01 14:52:02 +08:00
Dan Poltawski
9d39960028
Merge branch 'MDL-43570' of https://github.com/KristerV/moodle
...
Conflicts:
version.php
2014-05-01 14:43:22 +08:00
Dan Poltawski
c6b8b0a827
MDL-45237 report_loglive: prevent debug warnings
...
The use of $PAGE necessitates the $PAGE params to be set. Really
the url shouldn't be necessary for this scenario as its enforced for
things like redirects. But this is the quick fix to keep our logs
clean.
2014-05-01 14:21:41 +08:00
Marina Glancy
cb3cc79c82
Merge branch 'MDL-44398-master' of git://github.com/ankitagarwal/moodle
2014-05-01 14:21:39 +08:00
Damyon Wiese
6a20bfa06d
MDL-45365 Courselib unit tests: cmid -> instanceid confusion
...
Yet again an instanceid is being passed instead of a cmid.
2014-05-01 14:00:40 +08:00
Dan Poltawski
5090038929
MDL-43319 phpdoc: fix too much ham consumption by developers
2014-05-01 13:34:20 +08:00
Andrew Nicols
0ef60744c3
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 12:33:44 +08:00
Damyon Wiese
0c3e0f4752
Merge branch 'MDL-45329-master' of git://github.com/andrewnicols/moodle
2014-05-01 12:29:55 +08:00
Marina Glancy
7936ca2c54
MDL-45273 quiz: whitespace fix
2014-05-01 12:19:49 +08:00
Marina Glancy
ea50fe37c8
Merge branch 'MDL-45273' of git://github.com/timhunt/moodle
2014-05-01 12:16:48 +08:00
Dan Poltawski
8d863216d8
Merge branch 'MDL-44815-master' of git://github.com/andrewnicols/moodle
2014-05-01 12:06:32 +08:00
Marina Glancy
f1251b7730
Merge branch 'MDL-45314_resize' of git://github.com/andyjdavis/moodle
2014-05-01 12:04:11 +08:00
Andrew Davis
85b609c938
MDL-45314 core_grade: keep the two grader report scrollbars the same when the table changes width
2014-05-01 11:57:45 +08:00
Andrew Nicols
5b932559ce
MDL-44815 theme: Make chooser icons the standard 16px
...
The only exception to this rule is the activity chooser which is allowed
24px.
2014-05-01 11:54:26 +08:00
Andrew Nicols
b76ed36f85
MDL-44815 core: Add chooser type to boundingbox class
2014-05-01 11:54:25 +08:00
Dan Poltawski
9482292af2
Merge branch 'MDL-45254-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
lib/editor/atto/plugins/equation/yui/build/moodle-atto_equation-button/moodle-atto_equation-button-min.js
2014-05-01 11:53:28 +08:00
Marina Glancy
a608d3f40b
Merge branch 'MDL-45292-master' of git://github.com/jethac/moodle
2014-05-01 11:48:00 +08:00
Marina Glancy
2027ee89e3
Merge branch 'wip-MDL-45360-master' of git://github.com/abgreeve/moodle
2014-05-01 11:47:51 +08:00
Marina Glancy
64db8b7bcf
Merge branch 'MDL-45343-master' of git://github.com/ankitagarwal/moodle
2014-05-01 11:47:40 +08:00
Marina Glancy
8505550532
Merge branch 'MDL-45258-master' of git://github.com/ankitagarwal/moodle
2014-05-01 11:47:27 +08:00
Andrew Nicols
f12f34166d
MDL-45329 admin_task: Allow scheduled task change prevention
...
Some hosting providers have a requirement to prevent users making
modifications to the configuration of scheduled tasks as doing so may have
a negative impact not only on their own site, but also on the performance
of other sites (depending on host configuration). For example, if the
statistics or automated backup tasks were run every minute, this could have
a negative impact for other users).
2014-05-01 11:40:25 +08:00
Dan Poltawski
0024400788
Merge branch 'MDL-45167-master' of git://github.com/andrewnicols/moodle
2014-05-01 11:37:13 +08:00
Marina Glancy
d2d4a49091
Merge branch 'wip-MDL-45348-master' of git://github.com/abgreeve/moodle
2014-05-01 11:22:54 +08:00
Adrian Greeve
ae63d3e11e
MDL-45348 report_eventlist: Removed duplicate list link in plugins > report.
...
I also fixed up a spelling mistake in the language pack (relatedobservers).
2014-05-01 11:12:39 +08:00
Andrew Nicols
395e5e5304
MDL-45167 install: Improve styling of installation process
2014-05-01 10:43:21 +08:00
Dan Poltawski
c37257151b
Merge branch 'MDL-45283-master' of git://github.com/FMCorz/moodle
2014-05-01 10:40:14 +08:00
Damyon Wiese
45b4f8734a
Merge branch 'MDL-44867-m2' of git://github.com/andrewnicols/moodle
2014-05-01 10:29:42 +08:00
Andrew Nicols
241836683a
MDL-44867 atto_equation: Adjust the help string describing cursor info
2014-05-01 10:18:03 +08:00
Adrian Greeve
780b2e6ccc
MDL-45360 report_eventlist: Fixed up css for the Events list detail page.
...
When the screen size is reduced the details are moved underneath the headings
prematurely.
2014-05-01 10:01:55 +08:00
Krister Viirsaar
ecdb94d3e0
MDL-43570 filetypes: Added new filetypes - ddoc, bdoc, cdoc
2014-04-30 13:04:34 +03:00
Ankit Agarwal
c906551fc6
MDL-45343 report_log: Fix missing enddate clause when using date filter
2014-04-30 16:52:29 +08:00
Damyon Wiese
5077d63790
Merge branch 'w19_MDL-45262_m27_choice' of https://github.com/skodak/moodle
2014-04-30 16:37:53 +08:00
Damyon Wiese
954e15bf27
Merge branch 'mdl44575-master' of https://github.com/tlock/moodle
2014-04-30 16:31:41 +08:00
Dan Poltawski
da916029ba
Merge branch 'MDL-45256-master' of git://github.com/FMCorz/moodle
2014-04-30 15:48:17 +08:00
Damyon Wiese
1b3f9ea1ba
Merge branch 'MDL-44867-master' of git://github.com/andrewnicols/moodle
2014-04-30 15:40:36 +08:00
Frederic Massart
8cf55094af
MDL-45256 portfolio: Adding missing global in testcase
2014-04-30 15:32:23 +08:00
Petr Skoda
8e937d25d0
MDL-45262 remove set_page_detail() leftover from choice report
2014-04-30 15:25:47 +08:00
Damyon Wiese
46a7e1d23b
Merge branch 'MDL-45321' of git://github.com/timhunt/moodle
2014-04-30 15:25:22 +08:00
Marina Glancy
6776b3ffa0
Merge branch 'w19_MDL-43557_m27_cleanup' of git://github.com/skodak/moodle
2014-04-30 15:12:56 +08:00
Marina Glancy
6032ae0f13
Merge branch 'MDL-43557_master' of git://github.com/markn86/moodle
2014-04-30 15:12:31 +08:00
Petr Skoda
b649341dab
MDL-43557 add missing description to \mod_quiz\event\attempt_becameoverdue
2014-04-30 15:00:03 +08:00
Petr Skoda
8b233bdacd
MDL-43557 fix BC issue in \core\event\course_completed and incorrect description
2014-04-30 14:59:45 +08:00
Dan Poltawski
63c6df66c3
Merge branch 'MDL-45256-master' of git://github.com/FMCorz/moodle
2014-04-30 14:58:56 +08:00
Dan Poltawski
4df8bbfc87
Merge branch 'MDL-45298-master' of git://github.com/FMCorz/moodle
2014-04-30 14:15:40 +08:00
Damyon Wiese
da8a720d75
Merge branch 'MDL-45239-master' of git://github.com/andrewnicols/moodle
2014-04-30 12:13:49 +08:00
Frederic Massart
98fed696dc
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:09:13 +08:00
Petr Skoda
3373120f60
MDL-43557 fix assertion for course section event description
2014-04-30 11:44:56 +08:00
Dan Poltawski
4b1e2c5fc8
Merge branch 'MDL-44780_mathjax_default' of https://github.com/andyjdavis/moodle
2014-04-30 11:25:02 +08:00
Andrew Nicols
d8e2dc99b7
MDL-44867 atto_equation: Switch to the Downarrow for cursor position
...
The \square macro is not available in standard MimeTeX.
2014-04-30 11:14:36 +08:00
Petr Skoda
d1c7cf5376
MDL-43557 fix relateduserid in \mod_workshop\event\submission_assessed
...
The assessment is related to the original author of submission.
2014-04-30 11:03:43 +08:00
Mark Nelson
02a5a4b2ff
MDL-43557 events: fixed minor issues in existing events
2014-04-29 19:16:11 -07:00
Mark Nelson
4d9c1b573e
MDL-43557 mod_lesson: removed incorrect usage of snapshots
2014-04-29 19:15:47 -07:00
Mark Nelson
f3d981897e
MDL-43557 events: renamed event class names
...
1) The core 'item_tagged' class was renamed to 'tag_added'.
2) The core 'item_untagged' class was renamed to 'tag_removed'.
3) The core 'message_read' class was renamed to 'message_viewed'.
4) The mod_forum 'userreport_viewed' class was renamed to 'user_report_viewed'.
5) The report_outline 'activity_viewed' was renamed to 'activity_report_viewed'.
6) The report_outline 'outline_viewed' was renamed to 'report_viewed'.
2014-04-29 19:15:47 -07:00
Mark Nelson
e692f58558
MDL-43557 events: removed underscores from event string keys
...
AMOS START
MOV [event_legacy_logged, logstore_legacy],[eventlegacylogged,logstore_legacy]
MOV [event_cohort_created,cohort],[eventcohortcreated,cohort]
MOV [event_cohort_deleted,cohort],[eventcohortdeleted,cohort]
MOV [event_cohort_member_added,cohort],[eventcohortmemberadded,cohort]
MOV [event_cohort_member_removed,cohort],[eventcohortmemberremoved,cohort]
MOV [event_cohort_updated,cohort],[eventcohortupdated,cohort]
MOV [event_group_created,group],[eventgroupcreated,group]
MOV [event_group_deleted,group],[eventgroupdeleted,group]
MOV [event_group_member_added,group],[eventgroupmemberadded,group]
MOV [event_group_member_removed,group],[eventgroupmemberremoved,group]
MOV [event_group_updated,group],[eventgroupupdated,group]
MOV [event_grouping_created,group],[eventgroupingcreated,group]
MOV [event_grouping_deleted,group],[eventgroupingdeleted,group]
MOV [event_grouping_updated,group],[eventgroupingupdated,group]
MOV [event_webservice_function_called,webservice],[eventwebservicefunctioncalled,webservice]
MOV [event_webservice_login_failed,webservice],[eventwebserviceloginfailed,webservice]
MOV [event_webservice_service_created,webservice],[eventwebserviceservicecreated,webservice]
MOV [event_webservice_service_deleted,webservice],[eventwebserviceservicedeleted,webservice]
MOV [event_webservice_service_updated,webservice],[eventwebserviceserviceupdated,webservice]
MOV [event_webservice_service_user_added,webservice],[eventwebserviceserviceuseradded,webservice]
MOV [event_webservice_service_user_removed,webservice],[eventwebserviceserviceuserremoved,webservice]
MOV [event_webservice_token_created,webservice],[eventwebservicetokencreated,webservice]
MOV [event_webservice_token_sent,webservice],[eventwebservicetokensent,webservice]
MOV [event_user_loggedin,auth],[eventuserloggedin,auth]
MOV [event_assessable_uploaded,assignsubmission_file],[eventassessableuploaded,assignsubmission_file]
MOV [event_assessable_uploaded,assignsubmission_onlinetext],[eventassessableuploaded,assignsubmission_onlinetext]
MOV [event_chapter_created,mod_book],[eventchaptercreated,mod_book]
MOV [event_chapter_deleted,mod_book],[eventchapterdeleted,mod_book]
MOV [event_chapter_updated,mod_book],[eventchapterupdated,mod_book]
MOV [event_chapter_viewed,mod_book],[eventchapterviewed,mod_book]
MOV [event_book_exported,booktool_exportimscp],[eventbookexported,booktool_exportimscp]
MOV [event_book_printed,booktool_print],[eventbookprinted,booktool_print]
MOV [event_chapter_printed,booktool_print],[eventchapterprinted,booktool_print]
MOV [event_message_sent,mod_chat],[eventmessagesent,mod_chat]
MOV [event_sessions_viewed,mod_chat],[eventsessionsviewed,mod_chat]
MOV [event_answer_created,mod_choice],[eventanswercreated,mod_choice]
MOV [event_answer_updated,mod_choice],[eventanswerupdated,mod_choice]
MOV [event_report_viewed,mod_choice],[eventreportviewed,mod_choice]
MOV [event_assessable_uploaded,mod_forum],[eventassessableuploaded,mod_forum]
MOV [event_assessable_uploaded,mod_workshop],[eventassessableuploaded,mod_workshop]
AMOS END
2014-04-29 19:15:47 -07:00
Marina Glancy
3f0a5f287a
Merge branch 'MDL-45257-master-2nd' of git://github.com/FMCorz/moodle
2014-04-30 10:05:11 +08:00
Marina Glancy
00cb2f0010
Merge branch 'MDL-27459-master' of git://github.com/sammarshallou/moodle
2014-04-30 09:55:25 +08:00
Marina Glancy
8ced50e3da
Merge branch 'MDL-45315-master' of git://github.com/danpoltawski/moodle
2014-04-30 09:55:10 +08:00
Krister Viirsaar
c6ac68eead
MDL-42635 lesson: Fixed error message
2014-04-30 09:51:10 +08:00
Andrew Davis
feac5dc7ba
MDL-44780 filter_mathjaxloader: mathjax is now at the top of the filter list
2014-04-30 08:29:14 +08:00
Andrew Davis
0c7d3f2bc4
MDL-44780 filter_mathjaxloader: switched mathjax filter on by default
2014-04-30 08:29:13 +08:00
Eloy Lafuente (stronk7)
f500ff4e52
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:22:54 +02:00
Eloy Lafuente (stronk7)
65dcef2ae4
on-demand release 2.7beta+
2014-04-29 15:14:22 +02:00
Eloy Lafuente (stronk7)
7c02f52a0e
NOBUG: Fixed file access permissions
2014-04-29 15:14:21 +02:00
Tim Hunt
3180508949
MDL-45273 quiz: Fix codechecker issues.
2014-04-29 11:57:01 +01:00
Tim Hunt
9b38aca0ce
MDL-45321 quiz upgrade: make it more tolerant to old bad data.
2014-04-29 11:41:16 +01:00
Tim Hunt
8a347d8011
MDL-45273 only create the quiz settings if necessary.
2014-04-29 11:16:49 +01:00
Tim Hunt
9ec7a71661
MDL-45273 remove the need for quiz settings.php to include locallib.php.
2014-04-29 11:16:44 +01:00
Tim Hunt
de4cd1e047
MDL-45273 quiz: move admin settings into classes folder.
2014-04-29 11:16:39 +01:00
Frederic Massart
89708ffc5f
MDL-45256 portfolio: Do not require strict XML when parsing content
2014-04-29 17:43:44 +08:00
Frederic Massart
94545c73f1
MDL-45256 portfolio: Unit tests for rewrite pluginfile urls
2014-04-29 17:43:44 +08:00
sam marshall
97c3c2c2cc
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-29 10:28:34 +01:00
Marina Glancy
a8294bd955
Merge branch 'MDL-45229-master' of git://github.com/FMCorz/moodle
2014-04-29 17:27:56 +08:00
Frederic Massart
1cc9c00c3e
MDL-45229 event: Adding information about stricter validation
2014-04-29 17:12:43 +08:00
Dan Poltawski
a15d2052e8
MDL-45315 block_news_items: Add missing depedency
2014-04-29 14:24:10 +08:00
Marina Glancy
0af422fe0f
Merge branch 'MDL-44614_master-missing-upload' of git://github.com/dmonllao/moodle
2014-04-29 13:02:41 +08:00
Marina Glancy
506b3e2317
Merge branch 'MDL-45289-master' of git://github.com/danpoltawski/moodle
2014-04-29 12:49:30 +08:00
David Monllao
d2e6b3b26b
MDL-44614 behat: Added missing @_file_upload
2014-04-29 09:55:47 +07:00
Damyon Wiese
eff880c371
Merge branch 'MDL-44916-master' of git://github.com/phalacee/moodle
2014-04-29 10:21:25 +08:00
Dan Poltawski
e1850856c9
MDL-45289 block_course_summary: Add behat tests
2014-04-29 09:52:54 +08:00
Sam Hemelryk
e0eca9b3e5
Merge branch 'MDL-45312' of git://github.com/timhunt/moodle
2014-04-29 10:24:20 +12:00
Sam Hemelryk
4299dc5bb6
Merge branch 'MDL-45221-master' of git://github.com/andrewnicols/moodle
2014-04-29 09:10:05 +12:00
Tim Hunt
856c2f1404
MDL-45312 qtype_missingtype or qbehaviour_missing cannot be uninstalled.
...
They are required by the system.
2014-04-28 21:45:46 +01:00
Sam Hemelryk
48dba530c6
Merge branch 'MDL-45229-master' of git://github.com/FMCorz/moodle
2014-04-29 08:40:16 +12:00
Marina Glancy
cd360f69a4
Merge branch 'w18_MDL-45287_m27_dbreset' of git://github.com/skodak/moodle
2014-04-28 20:17:57 +08:00
Marina Glancy
db9cd0b085
Merge branch 'wip-mdl-45293' of git://github.com/rajeshtaneja/moodle
2014-04-28 18:01:27 +08:00
Marina Glancy
e8277bd886
Merge branch 'MDL-45156_master' of git://github.com/dmonllao/moodle
2014-04-28 18:01:15 +08:00
Marina Glancy
2666d179ff
Merge branch 'MDL-45266-master' of git://github.com/danpoltawski/moodle
2014-04-28 18:00:57 +08:00
Jetha Chan
899fa34a8e
MDL-45292 filepicker: fixed border style
...
Fixed base style issues on RTL.
2014-04-28 17:04:55 +08:00
Petr Skoda
a9236a2c3f
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:02:58 +08:00
Frederic Massart
c56f0f4a2c
MDL-45298 theme: More permissive usage of retired themes settings
2014-04-28 16:27:33 +08:00
Damyon Wiese
70579a3622
Merge branch 'MDL-45079_master' of https://github.com/totara/openbadges
2014-04-28 16:15:54 +08:00
Simey Lameze
5ad9dd5ff2
MDL-42956 auth: Fix hard-coded LIMIT clause on keepalive_client method.
2014-04-28 16:08:49 +08:00
Ankit Agarwal
a9282e4120
MDL-45258 tags:context object/0 should not be passed to tag_set()
2014-04-28 15:35:01 +08:00
Frederic Massart
abf3a51e29
MDL-45257 mod_assign: Removing wonky feedback_updated event
2014-04-28 15:13:55 +08:00
Rajesh Taneja
66d8b25b1c
MDL-45293 report_participation: ensure only web and ws logs are shown
2014-04-28 13:50:47 +08:00
Marina Glancy
254402dbbe
Merge branch 'w17_MDL-45128_m27_stats' of git://github.com/skodak/moodle
2014-04-28 13:48:18 +08:00
Marina Glancy
37501cac1c
Merge branch 'MDL-45288_master' of git://github.com/dmonllao/moodle
2014-04-28 13:48:09 +08:00
Marina Glancy
f6db769eb2
Merge branch 'MDL-44614_master' of git://github.com/dmonllao/moodle
2014-04-28 13:03:39 +08:00
Marina Glancy
c6b4a7f4a2
Merge branch 'MDL-44627-master' of git://github.com/lameze/moodle
2014-04-28 12:43:37 +08:00
Andrew Nicols
9cd7bb3764
MDL-45221 admin: configexecutable admin settings should only accept files
2014-04-28 12:21:21 +08:00
Simey Lameze
9e533215bd
MDL-44627 events: Triggering event course module updated actions.
2014-04-28 12:11:24 +08:00
Jason Fowler
b23a320558
MDL-44916 Question: Fixing alignment in bootstrap themes
2014-04-28 11:37:26 +08:00
Petr Skoda
8dcb7ae62e
MDL-45128 include only education related events from real users in statistics processing
2014-04-28 11:31:31 +08:00
Frederic Massart
1f6988bb3b
MDL-45229 event: Trigger event when section visibility changes
2014-04-28 11:27:47 +08:00
Frederic Massart
be9fb21191
MDL-45229 event: Validate sectionnum in course_section_updated
2014-04-28 11:27:44 +08:00
David Monllao
0a0af55021
MDL-45288 behat: Restricting click to .logininfo
2014-04-28 10:20:34 +07:00
Marina Glancy
e865dff3bb
Merge branch 'MDL-44004-master' of git://github.com/FMCorz/moodle
2014-04-28 11:16:45 +08:00
David Monllao
23102c3e2e
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-28 10:01:01 +07:00
David Monllao
6f9f05a06e
MDL-44614 behat: Automate MDLQA-60
...
A teacher can provide feedback
comments and files for an assignment.
2014-04-28 10:00:41 +07:00
Damyon Wiese
782c811478
Merge branch 'MDL-45268-master' of git://github.com/danpoltawski/moodle
2014-04-28 10:50:04 +08:00
Marina Glancy
566fd05d21
Merge branch 'master_MDL-45210' of git://github.com/totara/moodle
2014-04-28 10:46:04 +08:00
Marina Glancy
3a0edd1fcd
Merge branch 'MDL-45052-master' of git://github.com/ankitagarwal/moodle
2014-04-28 10:44:36 +08:00
Ankit Agarwal
c4652889f1
MDL-45052 events: Cleanup db/events.php
2014-04-28 10:33:18 +08:00
Dan Poltawski
16f37c5c13
MDL-45266 behat: tests for login block
2014-04-28 10:32:50 +08:00
Sam Hemelryk
934cedc46e
Merge branch 'mdl45232' of https://github.com/tlevi/moodle
2014-04-28 14:23:33 +12:00
Dan Poltawski
853c1d7169
Merge branch '45248-27' of git://github.com/samhemelryk/moodle
2014-04-28 10:17:16 +08:00
Sam Hemelryk
6ce786cbe7
Merge branch 'MDL-45164_master' of git://github.com/dmonllao/moodle
2014-04-28 14:09:27 +12:00
Sam Hemelryk
0e7408683f
Merge branch 'MDL-45284_master' of git://github.com/dmonllao/moodle
2014-04-28 14:09:18 +12:00
Dan Poltawski
cf3166aafb
Merge branch 'w17_MDL-45250_m27_ripaddtolog' of https://github.com/skodak/moodle
2014-04-28 09:40:41 +08:00
Sam Hemelryk
1e902feb66
Merge branch 'wip-MDL-45280-master' of git://github.com/marinaglancy/moodle
2014-04-28 12:22:44 +12:00
Sam Hemelryk
6b8e2f6794
Merge branch 'MDL-45286' of git://github.com/stronk7/moodle
2014-04-28 12:15:38 +12:00
Eloy Lafuente (stronk7)
1940cc3a91
MDL-45286 timezones: updated to 2014b
2014-04-28 01:01:04 +02:00
Yuliya Bozhko
774ead81fc
MDL-45079 badges: Remove user email address from badge page
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
2014-04-28 10:01:05 +12:00
Sam Hemelryk
a5f4213939
MDL-45248 course: fixed assumptions when logging a course view
2014-04-28 08:12:35 +12:00
David Monllao
caf02d3d02
MDL-45156 behat: Changing html_writer::empty_tag for start_tag
...
Also reducing the heading size.
Credits to Daniele Cordella.
2014-04-27 16:14:34 +07:00
David Monllao
560fc52dca
MDL-45284 behat: Replace wrongly triggered not found exception
2014-04-27 11:55:47 +07:00
David Monllao
2353a68fa8
MDL-45164 behat: Add a wait to avoid random failures
...
It may fail in fast systems as the JS animation
to remove the delete comment may be slower than
the following steps where we check that the element
is not there anymore.
2014-04-27 07:44:15 +07:00
Marina Glancy
c7fb7fa370
MDL-45280 wrtie default value for admin_setting_configstoredfile
...
this fixes regression from MDL-45134
2014-04-26 10:37:37 +08:00
Dan Poltawski
16a8764210
MDL-45268 behat: tests for participants block
2014-04-25 16:13:21 +08:00
Petr Skoda
b33da4bfe3
MDL-45250 add debugging message to deprecated add_to_log()
2014-04-25 15:29:58 +08:00
Dan Poltawski
14f820c79b
Merge branch 'MDL-42869' of https://github.com/danielneis/moodle
2014-04-25 14:04:38 +08:00
Dan Poltawski
1bdedfb880
Merge branch 'w17_MDL-45080_m27_questioncreate' of https://github.com/skodak/moodle
2014-04-25 13:31:47 +08:00
Dan Poltawski
ff17f6f8df
Merge branch 'MDL-44730_install' of https://github.com/andyjdavis/moodle
2014-04-25 13:26:49 +08:00
Andrew Davis
2e1682811c
MDL-44730 core_install: reduced the width of the buttons on the first few screens of the installer so they sit side by side
2014-04-25 10:39:35 +08:00
sam marshall
f2faa7cd17
MDL-45260 Memcache session support does not work for multiple servers
2014-04-24 12:49:15 +01:00
Dan Poltawski
83ddacfff7
on-demand release 2.7beta+
2014-04-24 17:57:16 +08:00
Dan Poltawski
a6a488d409
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2014-04-24 17:57:13 +08:00
Ankit Agarwal
867c44c348
MDL-44398 tags: Fix incorrect usage of caps
2014-04-24 16:38:31 +08:00
Marina Glancy
a44b25a3d3
Merge branch 'wip-MDL-44637-master' of git://github.com/abgreeve/moodle
2014-04-24 16:33:57 +08:00
Petr Skoda
b64af72c2c
MDL-45090 explain event->courseid
2014-04-24 16:31:50 +08:00
Adrian Greeve
663aab727d
MDL-44637 events: Update to string that was throwing off event list column ordering.
2014-04-24 16:24:23 +08:00
Adrian Greeve
780a43d660
MDL-44637 report_eventlist: Behat tests for the event listing tool.
2014-04-24 16:24:22 +08:00
Adrian Greeve
4f078f38ae
MDL-44637 report_eventlist: Created a tool for listing all events.
2014-04-24 16:24:22 +08:00
Frederic Massart
3f32733702
MDL-44004 grading_rubric: Ensure that score is set before using it
2014-04-24 16:21:07 +08:00
Andrew Nicols
d926ce7173
MDL-45254 atto_equation: Allow insertion of macros at the beginning of words
2014-04-24 15:13:19 +08:00
Petr Skoda
0ee1edd0ff
MDL-45080 fix question_category_created url and legacy log data
2014-04-24 14:28:43 +08:00
Marina Glancy
7b99722e93
Merge branch 'MDL-45207-master' of git://github.com/andrewnicols/moodle
2014-04-24 14:00:46 +08:00
Marina Glancy
faf67a87a0
Merge branch '45249-27' of git://github.com/samhemelryk/moodle
2014-04-24 12:00:00 +08:00
Marina Glancy
eb2d613ce0
Merge branch 'MDL-45158' of git://github.com/jleyva/moodle
2014-04-24 11:54:10 +08:00
Sam Hemelryk
5fbcc5263a
Merge branch 'MDL-45096-master' of git://github.com/andrewnicols/moodle
2014-04-24 12:14:34 +12:00
Sam Hemelryk
5852a965ca
Merge branch 'MDL-44928-master' of git://github.com/xow/moodle
2014-04-24 11:37:34 +12:00
Sam Hemelryk
d4f0e345ab
Merge branch 'MDL-45169-master' of git://github.com/FMCorz/moodle
2014-04-24 11:33:34 +12:00
Sam Hemelryk
ecb98f6ecd
Merge branch 'w17_MDL-45214_m27_idsortlog' of https://github.com/skodak/moodle
2014-04-24 11:10:46 +12:00
Sam Hemelryk
91a73fd53d
Merge branch 'MDL-45238-master' of git://github.com/FMCorz/moodle
2014-04-24 11:05:27 +12:00
Sam Hemelryk
8ddcb3ff8c
Merge branch 'MDL-45124-master' of git://github.com/andrewnicols/moodle
2014-04-24 11:03:15 +12:00
Sam Hemelryk
a544822bd8
Merge branch 'MDL-45186-master' of git://github.com/FMCorz/moodle
2014-04-24 11:01:33 +12:00
Sam Hemelryk
a870d3e8fb
MDL-45249 report_loglive: add missing @_switch_window tag to required tests
2014-04-24 09:50:27 +12:00
Daniel Neis Araujo
912af66e61
MDL-42869 calendar: HTML validation check fails on add event screen
2014-04-23 14:50:35 -03:00
Andrew Nicols
05a7f9e749
MDL-45239 editor_atto: The editor cannot be active if it is not the active element
...
FireFox thinks that you can have an active selection on an element which
currently does not have focus. How this can be the case is a mystery.
2014-04-23 16:59:40 +08:00
Dan Poltawski
d7ef1ac747
Merge branch 'MDL-45172_block' of https://github.com/andyjdavis/moodle
2014-04-23 16:40:22 +08:00
Frederic Massart
7d47f470bf
MDL-45238 event\course_viewed: Added require for course/lib.php
2014-04-23 16:34:24 +08:00
Dan Poltawski
54de59e70a
Merge branch 'MDL-45075-master' of git://github.com/andrewnicols/moodle
2014-04-23 16:13:08 +08:00
Andrew Nicols
7bb7de44cf
MDL-45075 mod_forum: Add unit tests for forum subscription on forum creation
2014-04-23 16:07:50 +08:00
John Okely
f548bc4de5
MDL-44928 mod_forum: Add unit tests for urls in mod_forum events
2014-04-23 15:59:26 +08:00
John Okely
2b7781d662
MDL-44928 mod_forum: Fix urls in log entries for forum events
2014-04-23 15:54:15 +08:00
Andrew Nicols
ea382deaaf
MDL-45207 atto_equation: Handle multiple equations on the same line
2014-04-23 15:34:26 +08:00
Petr Skoda
a8d7d6175a
MDL-45214 always try to use ID sort in get_events_select()
...
This should make PostgreSQL behave more like MySQL
and resolve the problem when events were appearing in different
order.
2014-04-23 15:29:35 +08:00
Marina Glancy
3ebfb87878
Merge branch 'w17_MDL-45219_m27_addtolog' of git://github.com/skodak/moodle
2014-04-23 15:25:01 +08:00
Marina Glancy
66d3188112
Merge branch 'MDL-45134-master' of git://github.com/FMCorz/moodle
2014-04-23 14:45:59 +08:00
Frederic Massart
8aa64bab43
MDL-45169 atto_image: Translatable string for 'size'
...
AMOS BEGIN
CPY [size,core],[size,atto_image]
AMOS END
2014-04-23 14:43:28 +08:00
Marina Glancy
19a1a68e45
Merge branch 'MDL-45008-master' of git://github.com/andrewnicols/moodle
2014-04-23 14:33:51 +08:00
Marina Glancy
cae96c6217
Merge branch 'wip-MDL-45218-master' of git://github.com/abgreeve/moodle
2014-04-23 14:33:12 +08:00
Dan Poltawski
f58add15b1
Merge branch 'wip-MDL-45148-master' of https://github.com/mackensen/moodle
2014-04-23 14:22:17 +08:00
Dan Poltawski
0a4fa71345
Merge branch 'MDL-45194-master' of git://github.com/FMCorz/moodle
2014-04-23 13:29:20 +08:00
Marina Glancy
cc2c7d6767
Merge branch 'MDL-44991-master' of git://github.com/sammarshallou/moodle
2014-04-23 13:24:54 +08:00
Marina Glancy
a20ec8a0eb
Merge branch 'MDL-45109_master' of git://github.com/nadavkav/moodle
2014-04-23 13:23:46 +08:00
Marina Glancy
ff35a0129f
Merge branch 'MDL-44855-master' of git://github.com/andrewnicols/moodle
2014-04-23 13:12:25 +08:00
Marina Glancy
14ccfec4e1
Merge branch 'MDL-44950-master' of git://github.com/ankitagarwal/moodle
2014-04-23 13:11:23 +08:00
Frederic Massart
519a17e59f
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:05 +08:00
Adrian Greeve
75cab92b19
MDL-45218 events: Unit tests and fixtures for new static methods in base event class.
2014-04-23 12:14:33 +08:00
Petr Skoda
dce7ec41e9
MDL-45219 add course recent_activity_viewed event
2014-04-23 11:53:36 +08:00
Petr Skoda
f40d61c187
MDL-45219 add report_viewed event to report_questioninstances
2014-04-23 11:53:36 +08:00
Petr Skoda
db473c0d5a
MDL-45219 add report_viewed event to tool_capability
2014-04-23 11:53:35 +08:00
Petr Skoda
a991a1dd23
MDL-45219 add \mod\chat\course_module_viewed event
2014-04-23 11:53:35 +08:00
Petr Skoda
2f3c20b245
MDL-45219 remove old assignment course instance list
2014-04-23 11:53:35 +08:00
Adrian Greeve
cc662b0639
MDL-45218 events: New static methods for getting general event information.
...
New methods are get_static_info() and get_explanation().
2014-04-23 11:52:05 +08:00
Adrian Greeve
7c084af93d
MDL-45216 events: Unit tests for core/event/manager.
...
This includes unit tests for the new method get_all_observers
and updates to other methods that have been updated.
2014-04-23 11:51:08 +08:00
Adrian Greeve
1b9fb2e815
MDL-45216 events: Update to core/event/manager to return observer information.
2014-04-23 11:51:08 +08:00
Andrew Davis
40d230162c
MDL-45172 block_completionstatus: added a check for an empty string before appending
2014-04-23 11:22:04 +08:00
Tony Levi
368e04dc7a
MDL-45232: mod_data: Simultaneously added entries do not sort correctly
...
This was picked up by behat on a fast machine, when using shorter polling interval.
2014-04-23 12:41:43 +09:30
Dan Poltawski
b7ff518b17
Merge branch 'w17_MDL-45203_m27_loginlog' of https://github.com/skodak/moodle
2014-04-23 10:44:10 +08:00
Dan Poltawski
98bb800209
Merge branch 'MDL-45226-master' of git://github.com/andrewnicols/moodle
2014-04-23 10:39:26 +08:00
Petr Skoda
cd25119e34
MDL-45203 implement new event user_password_updated
2014-04-23 09:51:57 +08:00
AMOS bot
bb01999336
Automatically generated installer lang files
2014-04-23 00:37:56 +00:00
AMOS bot
fded9b6ea5
Merge branch 'master' into install_master
2014-04-23 00:37:55 +00:00
Andrew Nicols
7c5ea4935a
MDL-45226 AJAX: Backport upstream bug fixes from YUI
...
This backports the following two patches:
* https://github.com/yui/yui3/issues/1757
* https://github.com/yui/yui3/issues/1778
2014-04-22 23:25:27 +08:00
Juan Leyva
2e04d25053
MDL-45158 mobile: Grades functions included in Mobile Service
2014-04-22 14:11:11 +02:00
AMOS bot
b888d7011b
Automatically generated installer lang files
2014-04-22 11:14:59 +00:00
Eloy Lafuente (stronk7)
e471fc6c9d
on-demand release 2.7beta+
2014-04-22 12:31:22 +02:00
Andrew Nicols
f857b668f9
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:03:21 +08:00
Steve Clay
d8edfff658
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-22 16:32:42 +08:00
Andrew Nicols
d2782804cb
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:08:26 +08:00
Frederic Massart
5730debbb9
MDL-45194 assign_feedback: Cache was never set and used in is_enabled
2014-04-22 15:32:25 +08:00
Dan Poltawski
d55806ce05
Merge branch 'MDL-40716-master' of https://github.com/andrewnicols/moodle
2014-04-22 15:18:59 +08:00
Dan Poltawski
026c563da0
bump version for new events
2014-04-22 15:10:52 +08:00
Andrew Nicols
4d1becbbab
MDL-40716 report_completion: Set RTL
2014-04-22 15:06:23 +08:00
Andrew Nicols
6411513518
MDL-45008 atto_link: Standardise unlinking for non-selections
...
When placing the cursor within a link, but not making a selection, we
should unlink the whole link.
2014-04-22 12:37:27 +08:00
Dan Poltawski
de125853db
Merge branch 'wip-MDL-45154-master' of git://github.com/marinaglancy/moodle
2014-04-22 12:35:10 +08:00
Frederic Massart
90f9e30b3b
MDL-45186 mod_quiz: Some RTL improvements on quiz edit page
2014-04-22 12:27:34 +08:00
Marina Glancy
04b0ce956d
Merge branch 'MDL-43673' of git://github.com/stronk7/moodle
2014-04-22 12:27:13 +08:00
Marina Glancy
9ff40d83b5
Merge branch 'w17_MDL-41185_m27_courselog' of git://github.com/skodak/moodle
2014-04-22 12:26:24 +08:00
Petr Skoda
0cd189bdf3
MDL-41185 fix url in course_viewed event after course deleted
...
Includes a minor fix for course invalidation after deleting of course,
this improvement should not affect normal execution, that is why
it was not backported.
2014-04-22 11:52:37 +08:00
Andrew Nicols
8e6775d8f9
MDL-45075 mod_forum: Move user subscription to an observer
...
The forum subscription function is called in some cases on forum creation
(specifically the case of an automatically subscribed forum).
Since the forum subscription requires both the course_module instance, and
the context these must both be present when subscribing users to the forum,
however these are not fully set up until after the forum has been created.
By moving the subscription to a subscriber, we are able to hook into the
module creation event after the course_module and context have been linked
to the forum instance.
2014-04-22 11:50:52 +08:00
Ankit Agarwal
a3cfbccd49
MDL-44950 logstore_database: Make all settings positive for usability
2014-04-22 11:39:03 +08:00
Marina Glancy
bbab4e22f2
MDL-45154 user profiles: category name duplication error
2014-04-22 10:44:51 +08:00
Simon Coggins
be39d92577
MDL-45210: Fix broken link when plagiarism plugins are disabled
2014-04-22 13:27:02 +12:00
Sam Hemelryk
23a9a5632c
Merge branch 'wip-MDL-45045_master' of git://github.com/gjb2048/moodle
...
Conflicts:
lib/yui/build/moodle-core-blocks/moodle-core-blocks-min.js
2014-04-22 10:46:51 +12:00
Sam Hemelryk
65ffd68179
Merge branch 'MDL-43145-master' of git://github.com/andrewnicols/moodle
2014-04-22 10:39:09 +12:00
Sam Hemelryk
24901691a1
Merge branch 'mdl45012-master' of https://github.com/tlock/moodle
2014-04-22 10:10:04 +12:00
Sam Hemelryk
7ecb30d765
Merge branch 'wip-MDL-45037-master' of git://github.com/abgreeve/moodle
2014-04-22 09:59:01 +12:00
Sam Hemelryk
e237b23ebf
Merge branch 'MDL-44270' of git://github.com/jonof/moodle
2014-04-22 09:18:20 +12:00
Sam Hemelryk
c6d1088db0
Merge branch 'MDL-45118-shibboleth-login-warning' of https://github.com/mpetrowi/moodle
2014-04-22 09:15:55 +12:00
Sam Hemelryk
4e61249dd9
Merge branch 'MDL-42761-master' of git://github.com/FMCorz/moodle
2014-04-22 08:57:25 +12:00
Sam Hemelryk
56418292f1
Merge branch 'MDL-45138-master' of https://github.com/sammarshallou/moodle
...
Conflicts:
availability/yui/build/moodle-core_availability-form/moodle-core_availability-form-min.js
2014-04-22 08:29:38 +12:00
Eloy Lafuente (stronk7)
b69e9d8724
Merge branch 'MDL-45205-master-option2' of git://github.com/danpoltawski/moodle
2014-04-21 15:26:37 +02:00
Dan Poltawski
452ef53428
MDL-45205 backup: avoid oracle incompatible query
...
Instead of aliasing column name with sql, use the backup API.
2014-04-21 20:36:52 +08:00
Petr Skoda
f49151c30b
MDL-41185 cleanup course viewed events
...
Thanks Marina for spotting some of the issues.
2014-04-21 18:12:53 +08:00
Adrian Greeve
68a7235889
MDL-41185 events: Added events for different course view pages
2014-04-21 17:39:18 +08:00
Dan Poltawski
95f7bd8c0d
Merge branch 'MDL-45114-master' of git://github.com/jamiepratt/moodle
2014-04-21 14:45:10 +08:00
Dan Poltawski
b576d3fec0
Merge branch 'w16_MDL-45049_m27_debugging' of https://github.com/skodak/moodle
2014-04-21 14:41:23 +08:00
Dan Poltawski
eec3795270
Merge branch 'MDL-45145_master' of https://github.com/markn86/moodle
2014-04-21 10:51:38 +08:00
Dan Poltawski
085c68d959
Merge branch 'MDL-45171' of git://github.com/stronk7/moodle
2014-04-21 10:12:34 +08:00
Nadav Kavalerchik
b992594aac
MDL-45109 - theme/bootstrapbase - Fix Unordered and Ordered lists in RTL mode
2014-04-20 17:03:03 +03:00
James Pratt
9b604f28d2
MDL-45114 quiz simulate report : multi-choice multi qtype response data
...
fixing download.
2014-04-19 15:04:16 +07:00
Eloy Lafuente (stronk7)
6b139edaf9
MDL-45171 log reports: fix sql for cross support
...
Rules for cross-db support are:
- Always use the 'AS' keyword for columns.
- Never use the 'AS' keyword for tables/views.
2014-04-18 17:34:06 +02:00
Dan Poltawski
c8ca0cea77
Merge branch 'MDL-44468_master' of git://github.com/ds125v/moodle
2014-04-18 15:27:41 +08:00
Dan Poltawski
c1985943de
Merge branch 'MDL-40716_master' of https://github.com/nadavkav/moodle
2014-04-18 15:12:21 +08:00
Dan Poltawski
3497702ae5
Merge branch 'MDL-45010-master' of git://github.com/FMCorz/moodle
2014-04-18 14:54:54 +08:00
Dan Poltawski
3c9016eff1
Merge branch '45147-27' of git://github.com/samhemelryk/moodle
2014-04-18 14:16:23 +08:00
Dan Poltawski
d2907f5cb9
Merge branch 'MDL-44778_atto_border' of https://github.com/andyjdavis/moodle
2014-04-18 14:07:53 +08:00
Dan Poltawski
ac13361b77
Merge branch 'MDL-45023-master' of git://github.com/jamiepratt/moodle
2014-04-18 13:47:10 +08:00
Dan Poltawski
f658717108
Merge branch 'MDL-45110-master' of git://github.com/jamiepratt/moodle
2014-04-18 12:03:23 +08:00
Dan Poltawski
aee01173f7
Merge branch '45123-27' of git://github.com/samhemelryk/moodle
2014-04-18 11:54:48 +08:00
Dan Poltawski
d2b8b67a9c
Merge branch 'MDL-44674-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
lib/editor/atto/yui/build/moodle-editor_atto-plugin/moodle-editor_atto-plugin-min.js
2014-04-18 11:49:39 +08:00
Dan Poltawski
3ff2fae230
Merge branch 'MDL-44906-master' of git://github.com/andrewnicols/moodle
2014-04-18 11:42:36 +08:00
Dan Poltawski
3bc5fbebc5
Merge branch 'MDL-39607-master' of git://github.com/FMCorz/moodle
2014-04-18 11:10:39 +08:00
Rajeev S
4a8347b294
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:07:14 +08:00
Dan Poltawski
a6d4ba1d97
Merge branch 'wip-MDL-43626-master' of git://github.com/abgreeve/moodle
2014-04-18 10:52:45 +08:00
Dan Poltawski
768a10f066
Merge branch 'wip-MDL-45036-master' of git://github.com/abgreeve/moodle
2014-04-18 10:50:06 +08:00
Dan Poltawski
a94b4c6e55
Merge branch 'MDL-45071_master' of https://github.com/markn86/moodle
2014-04-18 10:47:04 +08:00
Dan Poltawski
166dfd56b8
Merge branch 'MDL-45059-master' of https://github.com/sammarshallou/moodle
2014-04-18 10:30:12 +08:00
Dan Poltawski
2e6b251de2
Merge branch 'MDL-44990-master' of git://github.com/lameze/moodle
2014-04-18 10:26:38 +08:00
Dan Poltawski
af80f7b4a5
Merge branch 'MDL-45027-master' of https://github.com/sammarshallou/moodle
...
Conflicts:
availability/yui/build/moodle-core_availability-form/moodle-core_availability-form-min.js
2014-04-18 10:23:45 +08:00
Dan Poltawski
b8d2340bb7
Merge branch 'MDL-41975-master' of git://github.com/FMCorz/moodle
2014-04-18 10:05:26 +08:00
Dan Poltawski
b67362cf98
Merge branch 'wip-MDL-45154-master' of git://github.com/marinaglancy/moodle
2014-04-18 09:57:21 +08:00
Mark Nelson
a97a7585ff
MDL-45145 mod_quiz: ensure quiz cmid is set before triggering the 'attempt_deleted' event
2014-04-17 18:44:58 -07:00
Eloy Lafuente (stronk7)
a0461340ff
on-demand release 2.7beta+
2014-04-17 15:49:54 +02:00
sam marshall
1282c47446
MDL-45138 Conditional availability: toggling AND/OR affects nested groups
2014-04-17 14:09:12 +01:00
Dan Poltawski
63476b0f6f
Merge branch 'MDL-44619_master' of git://github.com/dmonllao/moodle
2014-04-17 17:02:04 +08:00
Damyon Wiese
186f092ee8
Merge branch 'MDL-45119-master' of git://github.com/andrewnicols/moodle
2014-04-17 16:17:12 +08:00
Marina Glancy
c18c7869fa
Merge branch 'w16_MDL-45144_m27_booklog' of git://github.com/skodak/moodle
2014-04-17 15:57:03 +08:00
Simey Lameze
da223c11a5
MDL-44990 logging: Capabilites removed from legacy and standard log.
2014-04-17 15:50:59 +08:00
Petr Skoda
c95f956851
MDL-45144 describe mod_book events changes
2014-04-17 15:35:03 +08:00
Marina Glancy
5bbc92e19c
Merge branch 'MDL-44658' of git://github.com/danielneis/moodle
2014-04-17 15:06:09 +08:00
Damyon Wiese
5cfa441ba7
MDL-41101 assign: Add relateduserid to some events
...
When events are acting on another users submission, it makes
sense to put the submission->userid in the relateduserid field.
2014-04-17 15:05:24 +08:00
Frederic Massart
970c44196c
MDL-39607 theme: Update Moodle logo
2014-04-17 14:33:39 +08:00
Petr Skoda
ef2a9ece71
MDL-45144 convert book events to create_from_xxx() helpers
2014-04-17 14:29:31 +08:00
Marina Glancy
3e5ee8073b
MDL-45154 user profiles: avoid redirection warnings
2014-04-17 14:25:52 +08:00
Petr Skoda
98cb244de1
MDL-45144 delete duplicated legacy log entries in mod_book
...
The general agreement is we should trigger one event
per simple action.
This partially resolves MDL-39963.
2014-04-17 13:30:30 +08:00
Frederic Massart
d9a4f52927
MDL-42761 badges: Remove H2s from help popup
2014-04-17 12:46:07 +08:00
Charles Fulton
2f9c7f45dc
MDL-45148 unit testing: pass role id instead of user id
2014-04-16 20:46:00 -07:00
Andrew Nicols
8ae76e1388
MDL-45119 editpdf: Do not load quick comments in read-only mode
2014-04-17 11:43:51 +08:00
Andrew Nicols
5344148b34
MDL-45119 ajax: Correct use of COUNT in exception dialogue
2014-04-17 11:43:51 +08:00
Andrew Nicols
10d7d8f2b7
MDL-45119 ajax: AJAX exceptions need a String in the Link
2014-04-17 11:43:51 +08:00
Marina Glancy
43a7ac723d
MDL-45087 report_log: do not show anonymous actions, use indexes
2014-04-17 11:40:50 +08:00
Sam Hemelryk
3bf384d0e3
MDL-45147 my: automate testing of block restriction
2014-04-17 15:30:00 +12:00
Marina Glancy
0b10dfce9d
Merge branch 'w16_MDL-41101_m27_assign' of git://github.com/skodak/moodle
2014-04-17 11:20:51 +08:00
Marina Glancy
127daca011
Merge branch 'wip-mdl-45143' of git://github.com/rajeshtaneja/moodle
2014-04-17 11:04:26 +08:00
Marina Glancy
2d6221b2ae
Merge branch 'MDL-44621_master' of git://github.com/dmonllao/moodle
2014-04-17 11:04:10 +08:00
Marina Glancy
8416d55261
Merge branch 'MDL-44618_master' of git://github.com/dmonllao/moodle
2014-04-17 11:03:52 +08:00
Marina Glancy
c5b027629f
Merge branch 'MDL-44617_master' of git://github.com/dmonllao/moodle
2014-04-17 11:03:25 +08:00
Petr Skoda
0202d43dd4
MDL-41101 verify contextlevel in all assign events
2014-04-17 11:01:18 +08:00
Marina Glancy
354aca95f4
Merge branch 'MDL-44992-master' of git://github.com/sammarshallou/moodle
2014-04-17 11:01:16 +08:00
Damyon Wiese
7c9b2aafeb
MDL-35373 mod_assign: Add a behat test for word count limit.
2014-04-17 10:27:07 +08:00
Petr Škoda
4781ff2e5f
MDL-41101 use snapshots for submissions and grades in assign events
2014-04-17 09:59:09 +08:00
Tony Butler
651b7f179a
MDL-35373 mod_assign Add functionality to enforce onlinetext word limit
...
Signed-off-by: Tony Butler <tonyjbutler@gmail.com >
2014-04-17 09:58:20 +08:00
Tony Butler
dc66404bf6
MDL-35373 mod_assign Add form elements for assignsubmission_onlinetext word limit
...
Signed-off-by: Tony Butler <tonyjbutler@gmail.com >
2014-04-17 09:58:12 +08:00
Petr Škoda
bf5b441327
MDL-41101 move assign property to the assign event base class
2014-04-17 09:51:13 +08:00
Petr Škoda
31904cca34
MDL-41101 use record snapshots for user data in assign events
...
The problem is that event->get_user() would be very confusing
because it is mostly related user.
2014-04-17 09:51:12 +08:00
Petr Škoda
0e5deb2018
MDL-41101 tidy up the phpdocs in new assign events
2014-04-17 09:51:12 +08:00
Petr Škoda
1b90858f23
MDL-41101 convert assign event triggers to new create_from_xxx helpers
2014-04-17 09:51:12 +08:00
Mark Nelson
b7656ff069
MDL-41101 mod_assign: replaced 'save grading feedback' add_to_log call with an event
2014-04-17 09:51:11 +08:00
Mark Nelson
9147c4e07f
MDL-41101 mod_assign: replaced 'grade submission' add_to_log call with an event
2014-04-17 09:51:11 +08:00
Mark Nelson
81f92c220b
MDL-41101 mod_assign: replaced 'view batch set marker allocation' add_to_log call with an event
2014-04-17 09:51:11 +08:00
Mark Nelson
eef4d5946a
MDL-41101 mod_assign: replaced 'view batch set marking workflow state' add_to_log call with an event
2014-04-17 09:51:11 +08:00
Mark Nelson
cf2d7bfb49
MDL-41101 mod_assign: replaced 'view' add_to_log call for the submission status page with an event
2014-04-17 09:51:10 +08:00
Mark Nelson
47349e4eb0
MDL-41101 mod_assign: replaced 'view confirm submit assignment form' add_to_log call with an event
2014-04-17 09:51:10 +08:00
Mark Nelson
c24aaa389a
MDL-41101 mod_assign: replaced 'submission statement accepted' add_to_log call with an event
2014-04-17 09:51:10 +08:00
Mark Nelson
b06decdd59
MDL-41101 mod_assign: replaced 'view' add_to_log call for the reveal identities confirmation page with an event
2014-04-17 09:51:09 +08:00
Mark Nelson
e65221c27b
MDL-41101 mod_assign: replaced 'view submit assignment form' add_to_log call with an event
2014-04-17 09:51:09 +08:00
Mark Nelson
7eda466cb9
MDL-41101 mod_assign: replaced 'view submission grading table' add_to_log call with an event
2014-04-17 09:51:09 +08:00
Mark Nelson
1045b6e333
MDL-41101 mod_assign: replaced 'view grading form' add_to_log call with an event
2014-04-17 09:51:09 +08:00
Mark Nelson
3290c01dc5
MDL-41101 mod_assign: replaced 'view feedback' add_to_log call with an event
2014-04-17 09:51:08 +08:00
Mark Nelson
1be7aef2b1
MDL-41101 mod_assign: replaced 'view submission' add_to_log call with an event
2014-04-17 09:51:08 +08:00
Mark Nelson
749658b7e3
MDL-41101 mod_assign: replaced 'view all' add_to_log call with an event
2014-04-17 09:51:08 +08:00
Mark Nelson
c17e70e5b2
MDL-41101 mod_assign: introduced event base class
...
Also performed the following -
1) Deprecated the assignment's add_to_log function (part of it's functionality exists in the base class to set the legacy log data).
2) Edited existing events to use the new base class.
3) Renamed event_test.php to events_test.php to match the rest of core.
4) Moved the event tests from locallib_test.php to events_test.php.
5) When setting legacy data use lang_string, rather than get_string, as we may not be using them if legacy log is disabled.
2014-04-17 09:51:07 +08:00
Mark Nelson
6f8f3044b1
MDL-41101 mod_assign: removed underscores from event string keys
...
AMOS BEGIN
MOV [event_all_submissions_downloaded, mod_assign],[eventallsubmissionsdownloaded, mod_assign]
MOV [event_assessable_submitted, mod_assign],[eventassessablesubmitted, mod_assign]
MOV [event_extension_granted, mod_assign],[eventextensiongranted, mod_assign]
MOV [event_identities_revealed, mod_assign],[eventidentitiesrevealed, mod_assign]
MOV [event_marker_updated, mod_assign],[eventmarkerupdated, mod_assign]
MOV [event_statement_accepted, mod_assign],[eventstatementaccepted, mod_assign]
MOV [event_submission_duplicated, mod_assign],[eventsubmissionduplicated, mod_assign]
MOV [event_submission_graded, mod_assign],[eventsubmissiongraded, mod_assign]
MOV [event_submission_locked, mod_assign],[eventsubmissionlocked, mod_assign]
MOV [event_submission_status_updated, mod_assign],[eventsubmissionstatusupdated, mod_assign]
MOV [event_submission_unlocked, mod_assign],[eventsubmissionunlocked, mod_assign]
MOV [event_workflow_state_updated, mod_assign],[eventworkflowstateupdated, mod_assign]
AMOS END
2014-04-17 09:51:07 +08:00
Andrew Davis
1615cc45e9
MDL-44778 core_theme: added the well and well-small class to Base
2014-04-17 08:48:21 +08:00
Rajesh Taneja
cb115024a8
MDL-45142 report_partcipation: Fixed behat feature file name
2014-04-17 08:47:57 +08:00
Andrew Davis
fcc19a2ff4
MDL-44778 editor_atto: added a border around the equation preview
2014-04-17 08:45:10 +08:00
Sam Hemelryk
6f9ab86591
Merge branch 'MDL-44616_master' of git://github.com/dmonllao/moodle
2014-04-17 08:52:07 +12:00
Sam Hemelryk
0ed1514cc6
Merge branch 'wip-MDL-45116_master' of https://github.com/kwiliarty/moodle
2014-04-17 08:39:34 +12:00
Sam Hemelryk
1891dba68f
Merge branch 'MDL-45061' of git://github.com/jleyva/moodle
2014-04-17 08:37:26 +12:00
Eloy Lafuente (stronk7)
1011d70413
Merge branch 'MDL-45132-master' of git://github.com/FMCorz/moodle
2014-04-16 16:22:28 +02:00
Frederic Massart
218d751d07
MDL-45132 curl: Unit Tests for file uploads
2014-04-16 17:29:22 +08:00
Dan Poltawski
287fc6ce68
Merge branch 'MDL-44798-master' of git://github.com/andrewnicols/moodle
2014-04-16 15:21:08 +08:00
Dan Poltawski
4916184896
Merge branch 'MDL-44349-master' of https://github.com/lucisgit/moodle
2014-04-16 15:11:27 +08:00
Marina Glancy
09e1805072
Merge branch 'MDL-44951-master' of git://github.com/jethac/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-04-16 14:44:04 +08:00
Marina Glancy
8b611b8e86
Merge branch 'MDL-41286_master' of git://github.com/markn86/moodle
2014-04-16 14:42:40 +08:00
Marina Glancy
2522b260e6
Merge branch 'MDL-44758-master' of git://github.com/jethac/moodle
2014-04-16 14:42:15 +08:00
Dan Poltawski
36b5096e59
Merge branch 'wip-mdl-44977' of https://github.com/rajeshtaneja/moodle
2014-04-16 14:34:58 +08:00
Damyon Wiese
4b6e01cd76
Merge branch 'MDL-44629-B' of https://github.com/bostelm/moodle
2014-04-16 14:23:07 +08:00
Dan Poltawski
c312e59e7d
Merge branch 'wip-mdl-44979' of https://github.com/rajeshtaneja/moodle
2014-04-16 13:56:37 +08:00
Frederic Massart
935448edb1
MDL-41975 repository_alfresco: Updating details about Alfresco URL and timestamps
2014-04-16 13:47:24 +08:00
Michael Woods
e0c8ddba33
MDL-41975 repository_alfresco: Ensure Moodle sends GMT time to Alfresco
2014-04-16 13:46:50 +08:00
Mark Nelson
70279746ec
MDL-41286 report_outline: updated report to use logging api
...
AMOS START
MOV [neverseen, mod_folder],[neverseen, report_outline]
MOV [neverseen, mod_page],[neverseen, report_outline]
MOV [neverseen, mod_resource],[neverseen, report_outline]
MOV [neverseen, mod_url],[neverseen, report_outline]
AMOS END
2014-04-15 22:42:59 -07:00
Dan Poltawski
63eb19cbdf
Merge branch 'MDL-45089_chat' of https://github.com/andyjdavis/moodle
2014-04-16 13:00:46 +08:00
Andrew Nicols
234ead3461
MDL-44798 editor_atto: Backport a fix for HTML5Shiv
...
This is a backport of the Rangy workaround for a bug in HTML5Shiv, which
breaks document.createElement by returning nodes which have parent nodes.
HTML5Shiv refuses to fix this bug so Rangy has had to work around it.
For more information see:
* https://code.google.com/p/rangy/issues/detail?id=104 ; and
* https://github.com/aFarkas/html5shiv/issues/64 .
2014-04-16 12:14:28 +08:00
Marina Glancy
8662cd767e
Merge branch 'MDL-45081-master' of git://github.com/FMCorz/moodle
2014-04-16 11:51:57 +08:00
Dan Poltawski
0dda3b10ea
Merge branch 'MDL-44295' of https://github.com/scyrma/moodle
2014-04-16 11:33:14 +08:00
Damyon Wiese
cc29e5d4dd
Merge branch 'MDL-43277-master' of git://github.com/andrewnicols/moodle
2014-04-16 11:12:36 +08:00
Sam Hemelryk
7747557d03
MDL-45123 atto_equation: improvements to ajax.php
2014-04-16 15:12:03 +12:00
Matt Petro
5f1b2e8821
MDL-45118 shibboleth: set context on index page
2014-04-15 23:11:32 -04:00
Damyon Wiese
37477af87a
Merge branch 'MDL-45062' of git://github.com/jleyva/moodle
2014-04-16 10:57:46 +08:00
Damyon Wiese
63c61733f0
MDL-45062 webservices: fix unit test for update_grades
...
This fixes the broken unit test (which exposes a fail) and
the next patch from Juan fixes the fail.
2014-04-16 10:55:58 +08:00
Damyon Wiese
0cbd1f913d
Merge branch 'MDL-45055-master' of git://github.com/ankitagarwal/moodle
2014-04-16 10:41:17 +08:00
Dan Poltawski
21f2bad26c
Merge branch 'MDL-44941-master' of git://github.com/FMCorz/moodle
2014-04-16 10:30:47 +08:00
Dan Poltawski
30a3b12f88
Merge branch 'MDL-45076-master' of git://github.com/FMCorz/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-04-16 09:10:28 +08:00
Sam Hemelryk
c87a54102e
Merge branch 'w16_MDL-45100_m27_coursecontext' of https://github.com/skodak/moodle
2014-04-16 11:43:48 +12:00
Sam Hemelryk
37358ac5c0
Merge branch 'wip-MDL-45083-master' of git://github.com/marinaglancy/moodle
2014-04-16 09:52:05 +12:00
Sam Hemelryk
d4449f2f17
Merge branch 'wip-MDL-44998-master' of git://github.com/marinaglancy/moodle
2014-04-16 09:46:54 +12:00
Sam Hemelryk
d668060fdc
Merge branch 'MDL-45034-master' of git://github.com/damyon/moodle
...
Conflicts:
lib/editor/atto/plugins/image/yui/build/moodle-atto_image-button/moodle-atto_image-button-min.js
2014-04-16 09:23:30 +12:00
Daniel Neis Araujo
37032563b5
MDL-44658 Make userid,fieldid unique in user_info_data
2014-04-15 17:48:13 -03:00
Kevin Wiliarty
5a87760dd6
MDL-45116: Workshop submission title displays behind author picture
2014-04-15 13:50:52 -04:00
Eloy Lafuente (stronk7)
11310954ea
on-demand release 2.7beta+
2014-04-15 16:33:14 +02:00
David Monllao
a0f59af847
MDL-44621 behat: Automating MDLQA-20
...
Database activity entries can be viewed in a list
or singly or they can be searched or browsed.
2014-04-15 20:16:19 +07:00
David Monllao
25a49eb660
MDL-44621 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-15 20:13:44 +07:00
David Monllao
f2cc870f9c
MDL-44618 behat: MDLQA-18 converted to a behat scenario
...
In a database activity, students can add
entries to a database.
2014-04-15 18:34:36 +07:00
James Pratt
f87675fc1c
MDL-45110 quiz responses : Notice when behaviour does not allow
...
multiple tries at a question
2014-04-15 18:29:50 +07:00
David Monllao
7e471fca18
MDL-44618 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-15 18:22:22 +07:00
Juan Leyva
5f0283046e
MDL-45061 airnotifier: Changed default port value to 443
2014-04-15 12:12:22 +02:00
Marina Glancy
4ba9490813
MDL-44826 atto: re-shifted js
2014-04-15 18:07:10 +08:00
Juan Leyva
ccc165fd8e
MDL-45062 web services: Description of method result value for update_grades_return is invalid
2014-04-15 11:59:44 +02:00
Marina Glancy
2e68bf6136
Merge branch 'MDL-44826-master' of git://github.com/damyon/moodle
2014-04-15 17:55:30 +08:00
Frederic Massart
f0031a7c15
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:25:47 +08:00
Rajesh Taneja
9ddb683a59
MDL-45073 report_log: Fixed behat
2014-04-15 17:16:43 +08:00
Rajesh Taneja
6636050115
MDL-41283 report_participation: Fixed behat
2014-04-15 17:15:51 +08:00
Marina Glancy
cf051cc46e
Revert "MDL-41283 report_participation: Fixed legacy actions returned from api's"
...
This reverts commit 7b7bb92d42 .
2014-04-15 17:14:57 +08:00
David Monllao
d7f9d94020
MDL-44617 behat: Automate MDLQA-1464
...
A student can add submission comments to an
online text type assignment.
2014-04-15 16:08:06 +07:00
David Monllao
9076d3206a
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:01:30 +07:00
Damyon Wiese
d3931a7d4d
MDL-45034 Atto: Image dialogue improvements.
...
1. Fix Nan bugs in auto width / height
2. Allow percentages in auto width / height
3. Change dialogue title
4. Prevent preview image resizing from changing the height of the dialogue.
5. Change wording to "Auto size"
6. Auto adjust size when the "Auto size" checkbox is toggled.
7. Add img-responsive to images with the original aspect ratio.
8. If the width and height fields are left blank, revert them to the image size.
2014-04-15 16:43:27 +08:00
Damyon Wiese
7bbc64b88f
MDL-44826 Atto: Set default image alignment to 'bottom'
2014-04-15 15:47:52 +08:00
Rajesh Taneja
7ca6a3fa4e
MDL-45073 report_log: setup table if log reader enabled
2014-04-15 15:47:51 +08:00
Petr Škoda
aa386d2929
MDL-45100 fix course_context classname PHPDdos typo in context API
2014-04-15 15:46:19 +08:00
Petr Škoda
875d1e30e9
MDL-45035 add missing @since to \core\event\unknown_logged class
2014-04-15 14:56:51 +08:00
Damyon Wiese
f2fb8b09c2
Merge branch 'w16_MDL-45070_m27_ubuntumaria' of https://github.com/skodak/moodle
2014-04-15 14:46:40 +08:00
Marina Glancy
c733401634
Merge branch 'MDL-45035-master' of git://github.com/ankitagarwal/moodle
2014-04-15 14:34:36 +08:00
Marina Glancy
fdb8bae241
Merge branch 'wip-mdl-41283' of git://github.com/rajeshtaneja/moodle
...
Conflicts:
mod/upgrade.txt
2014-04-15 14:34:28 +08:00
Tony Levi
800e902813
MDL-44908: Fix upgrade_grade_item_fix_sortorder performance
2014-04-15 14:26:48 +08:00
Rajesh Taneja
58cc51cd66
MDL-41283 report_participation: moved code to locallib
2014-04-15 13:31:04 +08:00
Rajesh Taneja
7b7bb92d42
MDL-41283 report_participation: Fixed legacy actions returned from api's
2014-04-15 13:31:03 +08:00
Rajesh Taneja
b2b4ec308e
MDL-41283 report_participation: Added phpdoc about function not used
...
In new logging api, xxx_get_view_actions() and xxx_get_post_actions()
will not be used to identify the paticipation of user. Event's crud
and edulevel status will define user's participation.
2014-04-15 13:31:03 +08:00
Rajesh Taneja
ff6a853aad
MDL-41283 report_participation: Updated report to use logging api
2014-04-15 13:31:03 +08:00
Damyon Wiese
12f8adbd25
Merge branch 'wip-mdl-44910' of https://github.com/rajeshtaneja/moodle
2014-04-15 13:16:15 +08:00
Sam Hemelryk
19dfbe3001
Merge branch 'MDL-40674_master' of https://github.com/nadavkav/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-04-15 16:47:38 +12:00
Sam Hemelryk
00719eefd7
Merge branch 'MDL-44826-master' of git://github.com/damyon/moodle
2014-04-15 16:42:12 +12:00
Marina Glancy
72aeb83a74
MDL-44998 log_standard: review indexes
2014-04-15 12:25:48 +08:00
Damyon Wiese
d28af3d4aa
MDL-44826 Atto: Image alignment options
...
If an image has custom alignment or margins - don't overwrite
them unless a new alignment option is chosen.
2014-04-15 12:23:31 +08:00
Frederic Massart
f82bc6be01
MDL-45076 theme_bootstrapbase: Clean up participants controls LESS
2014-04-15 12:19:53 +08:00
Jonathon Fowler
6b2b72d6f9
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:18:55 +10:00
Frederic Massart
a71b1f131e
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.
2014-04-15 12:18:44 +08:00
Dan Poltawski
57506eb548
Merge branch 'wip-mdl-45073' of https://github.com/rajeshtaneja/moodle
2014-04-15 11:57:51 +08:00
Jetha Chan
f0ddce4df1
MDL-44758 editor-atto: prevent table-in-table creation
...
Prevent new table creation, displaying table context menu instead when cursor is within caption, when multiple cells are selected, when selection contains both nodes within and outside of the table, and when selection contains nodes from multiple tables.
2014-04-15 11:39:57 +08:00
Dan Poltawski
42a9073423
Merge branch 'MDL-45074-master' of git://github.com/ankitagarwal/moodle
2014-04-15 11:38:01 +08:00
Dan Poltawski
81ff1c7570
Merge branch 'MDL-45084-master' of git://github.com/FMCorz/moodle
2014-04-15 11:05:37 +08:00
Rajesh Taneja
cf247acf10
MDL-44910 behat: Fixed log and livelog behat
...
As default log store is changed to standard, test should
now take care of it
2014-04-15 10:56:41 +08:00
Dan Poltawski
72de455146
Merge branch 'MDL-45003-master' of git://github.com/jamiepratt/moodle
2014-04-15 10:33:30 +08:00
Dan Poltawski
ca4554402d
Merge branch '44354-27' of git://github.com/samhemelryk/moodle
2014-04-15 10:26:06 +08:00
Andrew Nicols
b359900cd7
MDL-43277 block_navigation: Trim from the left for long names
2014-04-15 10:24:32 +08:00
Andrew Davis
a2505cfdaa
MDL-45089 mod_chat: changed the page type on the accessible popup
2014-04-15 09:04:33 +08:00
Sam Hemelryk
564a413367
Merge branch 'MDL-45040-master' of git://github.com/jethac/moodle
2014-04-15 12:31:44 +12:00
Sam Hemelryk
e8bb3c3fa6
Merge branch 'MDL-41891_master' of https://github.com/nadavkav/moodle
2014-04-15 11:25:20 +12:00
Sam Hemelryk
92f4d00e5d
Merge branch 'MDL-45086-master' of git://github.com/danpoltawski/moodle
2014-04-15 09:50:38 +12:00
Frederic Massart
5b98627ae6
MDL-45081 curl: Prefer usage of CURLFile over @file arguments
2014-04-14 17:39:30 +08:00
Marina Glancy
72f5bfc22b
Merge branch 'MDL-45047-module-notation-deprecated' of git://github.com/mudrd8mz/moodle
2014-04-14 17:10:31 +08:00
Marina Glancy
dd5e6ad03a
Merge branch 'MDL-45057_master' of git://github.com/markn86/moodle
2014-04-14 17:10:02 +08:00
Marina Glancy
300735e95e
Merge branch 'w16_MDL-44911_m27_unknownevent' of git://github.com/skodak/moodle
2014-04-14 17:09:49 +08:00
Dan Poltawski
78b00793e8
MDL-45086 lib: force upgrade
...
The availability changes change the course query for front page.
2014-04-14 16:36:02 +08:00
Ankit Agarwal
521d9d74e5
MDL-45074 report_loglive Fix parameter typo
2014-04-14 16:31:54 +08:00
Frederic Massart
034dbd7588
MDL-45084 theme: File was not chunked on IE
...
This only applied when themedesignermode was disabled, because the
first chunk is 0, but 0 is resolved to false. We needed to compare
$chunk with null in order to know if it was set.
2014-04-14 16:25:20 +08:00
Dan Poltawski
2c6401e3a9
Merge branch 'wip-MDL-43719-master' of git://github.com/abgreeve/moodle
2014-04-14 15:22:59 +08:00
Marina Glancy
3c4b2f0b4c
MDL-45083 recent_activity: fixed debugging message on removed module type
2014-04-14 15:20:24 +08:00
Dan Poltawski
c675899425
Merge branch 'w16_MDL-44366_m27_filtergloss' of https://github.com/skodak/moodle
2014-04-14 15:19:58 +08:00
Petr Škoda
1bfb41f45a
MDL-44366 fix use of cm->uservisible in glossary concept cache
2014-04-14 15:16:28 +08:00
David Mudrák
09027084a7
MDL-45047 Put the deprecation warning into mod/upgrade.txt, too
...
It is already in the main lib/upgrade.txt but it should be mentioned here as
well.
2014-04-14 08:58:50 +02:00
Mark Nelson
92089e0ecc
MDL-45057 mod_quiz: restored the user/group override deleted events
2014-04-13 22:32:06 -07:00
Petr Škoda
169ccfa442
MDL-45049 improve debugging output in error log for NO_DEBUG_DISPLAY scripts
2014-04-14 13:16:41 +08:00
Rajesh Taneja
cfb804d8cd
MDL-45073 report_log: Fixed activity report
...
1. Wrong reader class check and api
2. Passing logreader parameter for graph
3. Using proper time from for all log and today's log
2014-04-14 12:40:40 +08:00
Dan Poltawski
28770140ed
Merge branch 'MDL-45009-master' of git://github.com/damyon/moodle
2014-04-14 12:23:57 +08:00
Petr Škoda
d409944a95
MDL-44911 use unknown_logged class when viewing unknown events in reports
2014-04-14 11:59:00 +08:00
Ankit Agarwal
9634712a37
MDL-45055 events: Add debugging notice to events_trigger()
2014-04-14 11:51:37 +08:00
Damyon Wiese
390365e696
Merge branch 'MDL-44936-master' of git://github.com/FMCorz/moodle
2014-04-14 11:38:46 +08:00
Dan Poltawski
e3c18e1e62
Merge branch 'w16_MDL-44366_m27_filtergloss' of https://github.com/skodak/moodle
2014-04-14 10:53:56 +08:00
Adrian Greeve
1283bad691
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:46:29 +08:00
Damyon Wiese
313ae82ec0
Merge branch 'MDL-44844-master' of git://github.com/andrewnicols/moodle
2014-04-14 10:32:00 +08:00
Damyon Wiese
a4b2e65c7d
Merge branch 'w16_MDL-44910_m27_logupgrade' of https://github.com/skodak/moodle
2014-04-14 10:14:47 +08:00
Andrew Nicols
e41b0e7543
MDL-44674 editor_atto: Remove the ability to prevent callback wrapping
...
The callback wrapping handles various important ARIA options and should not
be so easily preventable.
2014-04-14 10:09:14 +08:00
Dan Poltawski
8f6b4739de
Merge branch 'MDL-45048-master' of git://github.com/FMCorz/moodle
2014-04-14 10:01:11 +08:00
Damyon Wiese
f8a8610be4
MDL-45009 Tex filter: Add \( \) delimiters for 1:1 compatibility with MathJax
2014-04-14 09:57:19 +08:00
Andrew Nicols
040e13010d
MDL-44906 atto_collapse: Keep focus on the collapse button on toggle
2014-04-14 09:51:50 +08:00
Petr Škoda
6b7da257af
MDL-45070 relax the mariaDB version checker to work with long Ubuntu versions
...
Example of Ubuntu version: 5.5.5-10.0.10-MariaDB-1~saucy-log
2014-04-14 09:44:45 +08:00
Petr Škoda
5d2abe72a2
MDL-44910 enable new logging during upgrade and installation
...
The legacy logging is now enabled for reading only
if legacy log data older than one day exists.
2014-04-14 09:43:40 +08:00
Petr Škoda
1e83288de7
MDL-44366 improve glossary filter performance
...
This should have when there are no glossaries in course or
when there are no linked entries in existing glossaries.
2014-04-14 09:42:40 +08:00
Petr Škoda
86286bdb7e
MDL-44366 bump up glossary and filter version
2014-04-14 09:42:40 +08:00
Petr Škoda
37625e2abb
MDL-44366 rework glossary filter caching
2014-04-14 09:42:39 +08:00
Mark Nelson
4e651893b7
MDL-45071 mod_quiz: retrieve all the name fields when deleting a user override
2014-04-13 18:41:58 -07:00
Tim Lock
1349800dd7
MDL-45012: Enable support for wma files within tinymce Moodle Media plugin
2014-04-14 08:31:17 +09:30
Eloy Lafuente (stronk7)
a790c7f317
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 13:23:18 +02:00
sam marshall
02dd7ac2ea
MDL-45059 Availability: Hide group options with groupmembersonly
...
When groupmembersonly is turned on, the 'restrict access' options
for group and grouping are supposed to appear only for sections
(which don't have groupmembersonly) and not for modules.
Prior to this fix, they appeared when creating a new module but
not when editing an existing one.
2014-04-11 12:11:35 +01:00
sam marshall
0a8de7f6c8
MDL-44992 Conditional availability tab focus bug
...
Tabbing through the eye icon triggered it to change. Corrected by
making it work the same way as the delete icon (Enter key to change).
2014-04-11 11:37:59 +01:00
sam marshall
90c3ffe3a3
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:00:25 +01:00
sam marshall
2a848ab9e2
MDL-45027 Availability API: Better handling of invalid data in GUI
...
If there is invalid data in the availability condition (note: this
should not happen, but can do in unusual situations, such as
specifying a date after 2038 in 32-bit PHP), this should not
leave the course so broken that users cannot edit the activity and
update it.
2014-04-11 10:57:15 +01:00
James Pratt
ea6db479dd
MDL-45023 quiz statistics report : refactoring of tests for code reuse
2014-04-11 15:07:08 +07:00
Frederic Massart
cf7a50b28e
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:19:48 +08:00
Jetha Chan
cee8be6325
MDL-44951 theme_bootstrapbase: forum post css tweaks
...
Adjusted forum post CSS for cleaner appearance.
2014-04-11 14:40:54 +08:00
Adrian Greeve
f3f60eb27b
MDL-45036 blocks: Update to the mentee block sql to incorporate additional name fields.
2014-04-11 14:00:46 +08:00
Adrian Greeve
0ee4ccb636
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:54:54 +08:00
Ankit Agarwal
3610ad436c
MDL-45035 events: Fix @package and @since tags in Moodle 2.7 events
2014-04-11 13:45:33 +08:00
James Pratt
f4555f88c8
MDL-45003 qtype numeric : classify invalid response as no response.
2014-04-11 12:41:23 +07:00
Adrian Greeve
c4a8dce799
MDL-43626 survey: Addition of additional names to survey.
2014-04-11 13:33:56 +08:00
Ankit Agarwal
9638600bbb
MDL-45035 events: Fix @package and @since tags in Moodle 2.6 events
2014-04-11 13:32:33 +08:00
Damyon Wiese
2e8cbbb3ac
MDL-44826 Atto: Remove most of the image alignment options
...
Just keep the simple ones and put some default padding on images.
2014-04-11 12:55:28 +08:00
Frederic Massart
eddc1461f8
MDL-44936 csslib: Chunking supports @media queries and commas in rules
2014-04-11 12:05:00 +08:00
Andrew Nicols
58f70bb6af
MDL-43145 dock: Enable regions before the drag operation starts
2014-04-11 10:57:57 +08:00
Sam Hemelryk
34df4e4ba4
MDL-43145 dock: fixed up region_completely_docked code to ignore empty regions
2014-04-11 10:34:31 +08:00
Gareth J Barnard
625fc64c73
MDL-45045 block theme: Fake blocks show empty region when editing and clicked.
2014-04-10 18:41:50 +01:00
Jetha Chan
efbcbd5e46
MDL-45040 editor-atto: selection reverts erroneously
...
Fixed an issue where selections reverted on toolbar button press when the last selection was made by dragging outside of Atto.
2014-04-10 18:06:47 +08:00
Sam Hemelryk
b3a72c7f0d
MDL-44354 page: fixed ignored property when fetching a renderer
2014-04-10 15:15:05 +12:00
Rajesh Taneja
92a34f2865
MDL-44979 behat: no need to purge all cache again
2014-04-10 11:00:40 +08:00
David Monllao
af4830a257
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 19:34:11 +07:00
David Monllao
9bc60e016b
MDL-44619 behat: filemanager field manager
...
Enough to allow attachments use in multi-field steps.
2014-04-09 19:03:26 +07:00
David Monllao
020cf9aeef
MDL-44619 behat: Helper to init contexts outside behat
2014-04-09 15:12:09 +07:00
Frederic Massart
97b97b6330
MDL-45010 mod_chat: Use H3 instead of H2 in recent activity info
2014-04-09 15:10:16 +08:00
Andrew Nicols
9b2fc5741e
MDL-44844 core: Fix custom menu navigation
...
Atto introduced a rule to hide all Nodes with the yui3-menu-hidden class
but this rule is too general and applies to non-atto content too.
As a result, when loading the menu and during the XY calculation, the
native Element.getBoundingClientRect() function was returning a bounding
box size of 0 because the Node was not visible and the node was being
hidden from view when it was later made visible.
2014-04-09 14:50:02 +08:00
David Scotson
a1071322f7
MDL-44468 backup: use html_writer::div call
...
Simplify the renderer code with the new html_writer
div function.
2014-04-08 09:46:42 +01:00
David Scotson
9b2a2ffe2a
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 09:46:42 +01:00
Henning Bostelmann
af904bd75b
MDL-44629 Assignment: add facility for displaying plugin-specific headers
2014-04-07 11:34:26 +01:00
Rajesh Taneja
22001b4a9b
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:55:55 +08:00
Tony Butler
1da7d44ac6
MDL-44349 core_moodlelib: Add unit tests for count_words()
...
Signed-off-by: Tony Butler <tonyjbutler@gmail.com >
2014-04-04 17:10:45 +01:00
Tony Butler
456acec4cc
MDL-44349 core_moodlelib: Improve word counting rules
...
Signed-off-by: Tony Butler <tonyjbutler@gmail.com >
2014-04-04 17:10:45 +01:00
Mark Nielsen
cb4b7e55a0
MDL-44630: Review changes
...
* Fixing coding style violations.
* Fixing DOMDocument warning.
2014-04-03 10:10:10 -07:00
Mathieu Petit-Clair
e4697e1fc9
MDL-44295 auth: Update truncate_userinfo to match current DB fields size.
2014-04-03 10:20:22 -04:00
Tim Lock
fdd3ebc545
MDL-44575: Prevent cron from sending feedback notifications when assignments are hidden in the gradebook
2014-03-26 09:47:01 +10:30
Mark Nielsen
c3d245cff3
MDL-44630: Several additions to Common Cartridge Import/Export
...
Changes provided by Darko Miletic and Sam Chaffee.
* Fix problem with CC import not detecting a CC package. (Sam)
* Fixed Common Cartridge not importing FIB answers. (Sam)
* Fix to CC export so that short answer pattern matching question
in a quiz does not prevent the entire quiz from exporting. (Sam)
* Fix notice about missing index when there is no answer-specific
feedback in short answer question during CC export. (Sam)
* Fixed Japanese characters being incorrectly encoded (garbled)
on Common Cartridge import. (Sam)
* Changed import of CC discussions to create 'Standard General'
forums in Moodle. (Sam)
* Fix problem with question name being replaced with question
text on CC import of exported Moodle questions. (Sam)
* Fix CC 1.1 multiple choice question import having no correct
answers. (Sam)
* Fixed problem with multiple choice, multiple answers allowed
questions not exporting correct answers to CC. (Sam)
* Removed duplicate method. (Darko)
* Implemented fix that skips quiz export if it contains
non-exportable question. (Darko)
* Fixed: Common cartridge export is extremely slow when dealing
with lot of more than 200 files. (Darko)
* Added support for basic roles support in common cartridge. (Darko)
* Implemented folder resource export. (Darko)
* Minor fixes to adjust to the standard. (Darko)
* Added support for exporting simple fill in the blank
(shortanswer without wildcards in Moodle). (Darko)
* Added support for exporting essay question. (Darko)
* Added support for true/false export. (Darko)
* Added support for exporting multiple response questions,
added also category information into question metadata
during export (Darko)
* Added support for correctly importing multiple response
questions. (Darko)
2014-03-13 15:42:13 -07:00
Nadav Kavalerchik
962f6afb12
MDL-41891 Theme: Bullets and Numbering are missing from lists, When in RTL mode (theme/clean)
2013-09-19 12:06:25 +03:00
Nadav Kavalerchik
c9a2991b90
MDL-40716 - Activity labels are not visible in course completion report, when in RTL mode (theme/clean , bootstrap)
2013-07-24 08:47:25 +03:00
Nadav Kavalerchik
5d752f4bbc
MDL-40674 - Main menu's "sub menu" should open to the left in RTL mode (theme/clean , bootstrapbase)
2013-07-19 13:59:45 +03:00