Eloy Lafuente (stronk7)
b7d2ed3004
Moodle release 2.9.2
2015-09-12 02:03:09 +02:00
Eloy Lafuente (stronk7)
14c9b43005
weekly release 2.9.1+
2015-09-10 11:10:07 +02:00
Eloy Lafuente (stronk7)
60aeac00a5
Merge branch 'install_29_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_29_STABLE
2015-09-10 11:10:02 +02:00
rajesh Taneja
60cab07485
MDL-50516 behat: Back/next button reloads page
...
When next/back button is pressed in phantomjs/browserkit
it reload page, so adding a bug_phantomjs, so that we can
test the lesson re-attempt scenario
2015-09-10 14:52:14 +08:00
Andrew Nicols
9a386ebbbe
Merge branch 'MDL-50852-29' of git://github.com/junpataleta/moodle into MOODLE_29_STABLE
2015-09-09 15:38:47 +08:00
Jun Pataleta
a259be942b
MDL-50852 formslib: Fixed client-side form validation problem.
...
This patch fixes the problem of client validation being broken when
shortforms is not enabled. This issue is caused by moodle-core-event
module not being loaded and the broadcast parameter in the
Y.Global.publish set to 2 instead of true.
2015-09-09 15:36:31 +08:00
Mark Nelson
20b5f693a5
MDL-50516 mod_lesson: changes to existing behat tests
2015-09-09 15:28:47 +08:00
Mark Nelson
a5ff17de21
MDL-50516 mod_lesson: added behat tests
2015-09-09 15:28:46 +08:00
Mark Nelson
73fede1b48
MDL-50516 core_behat: added ability to go back, forward and reload the browser
2015-09-09 15:28:46 +08:00
Mark Nelson
9fd1342692
MDL-50516 mod_lesson: fixed issue with grade not using minquestions
...
It's possible to reach the end of the lesson, get your result,
click back until you get to the last question, answer it correctly
and then be awarded a result of 100%. This was because the grade
calculation would only include the questions answered, rather than
all of them in the lesson. However, you can not fix this by always
grading by the amount of questions in the lesson as some lessons
bypass certain questions depending on the answer to previous ones.
The minquestion setting can now successfully be used to prevent this
behaviour by rewording the misleading string and adding logic.
2015-09-09 15:28:46 +08:00
Mark Nelson
343ed5b929
MDL-50516 mod_lesson: prevented deletion of previous attempts
...
The 'startlastseen' flag was removing any previous attempts
the user had from the DB. This meant that the user could
simply re-answer the question, regardless of the number
of attempts allowed.
2015-09-09 15:28:46 +08:00
Mark Nelson
f9cc721dfd
MDL-50516 mod_lesson: prevented user from repeating question
...
It was possible in the lesson module for a user to
answer a question, get the result, then click back
in the browser and re-answer it, even if they exceeded
the number of attempts allowed per question.
2015-09-09 15:28:46 +08:00
Eloy Lafuente (stronk7)
7647c6eabe
Merge branch 'wip-mdl-51322-m29' of https://github.com/rajeshtaneja/moodle into MOODLE_29_STABLE
2015-09-09 08:23:36 +02:00
Ankit Agarwal
fa57105063
MDL-50173 ratings: Use proper checks to ensure ratings are viewable.
...
Mainly to verify groups visibility this new callback has been created.
Note this was originally 3 commits but for amending purposes they have
been squashed.
2015-09-09 04:14:00 +02:00
Andrew Nicols
62f72f8ba9
Merge branch 'wip-MDL-34938-m29' of git://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-09-09 09:45:48 +08:00
Dan Poltawski
fbfe01cbb2
Merge branch 'MDL-51194_M29' of git://github.com/lazydaisy/moodle into MOODLE_29_STABLE
2015-09-08 13:29:20 +01:00
John Okely
ae6b18a934
MDL-50709 groups: Prevent XSS in grouping description
2015-09-08 12:49:53 +02:00
Dan Poltawski
ac470f3721
Merge branch 'wip-MDL-50323-29' of git://github.com/abgreeve/moodle into MOODLE_29_STABLE
2015-09-08 09:14:12 +01:00
Dan Poltawski
e33ff30b44
Merge branch 'MDL-51307-29' of git://github.com/cameron1729/moodle into MOODLE_29_STABLE
2015-09-08 09:11:55 +01:00
Andrew Nicols
e6adcaf3c6
Merge branch 'MDL-51281-29' of git://github.com/jleyva/moodle into MOODLE_29_STABLE
2015-09-08 14:20:25 +08:00
Andrew Nicols
7fc9fe32a7
Merge branch 'MDL-51325-29' of git://github.com/jleyva/moodle into MOODLE_29_STABLE
2015-09-08 12:56:29 +08:00
Cameron Ball
b2f0dc9d10
MDL-51307 navigation: hide message button
2015-09-08 12:13:40 +08:00
Marina Glancy
7d4a741216
MDL-34938 enrol_meta: sync enrolment start/end dates
2015-09-08 10:27:57 +08:00
Andrew Nicols
cba5940f2e
Merge branch 'MDL-51245_29' of git://github.com/stronk7/moodle into MOODLE_29_STABLE
2015-09-08 10:00:01 +08:00
Adrian Greeve
9cd25ae9a7
MDL-50323 themes: Course unordered lists correctly styled.
...
Thank you to Ann Adamcik for providing this patch.
2015-09-08 09:42:26 +08:00
Eloy Lafuente (stronk7)
edbfa27218
MDL-51245 sqlsrv: Diagnose missing READ_COMMITTED_SNAPSHOT mode
...
Without it, transactions are executed in standard READ_COMMITED
mode, without snapshoting/row versioning, leading to update
conflicts under high concurrency.
2015-09-08 03:02:27 +02:00
Eloy Lafuente (stronk7)
2edfa4a1f9
MDL-51245 mssql: Diagnose missing READ_COMMITTED_SNAPSHOT mode
...
Without it, transactions are executed in standard READ_COMMITED
mode, without snapshoting/row versioning, leading to update conflicts
under high concurrency.
2015-09-08 03:02:24 +02:00
Petr Skoda
289bc7f9e3
MDL-50860 core: improve creation of random strings
2015-09-08 01:08:57 +02:00
Tim Lock
5536fee5a5
MDL-42670 mod_assign: Fix recent activity block when blind marking is on
2015-09-07 22:44:29 +02:00
Marina Glancy
ab006d43e4
MDL-50744 enrol_meta: fix incorrect role assign
2015-09-07 10:29:05 +01:00
Adrian Greeve
037e05e8b2
MDL-48371 editors: Option for removing managefiles
...
We want to remove the managefiles button from the
editors in the wiki so that students don't delete
each others files.
2015-09-07 09:59:33 +01:00
rajesh Taneja
58ffa95a15
MDL-51322 behat: ensure the window is properly closed
...
This is to ensure we have other window closed
so there is no race-around condition
2015-09-07 16:52:48 +08:00
lazydaisy
e7444eb62e
MDL-51194 theme_bootstrapbase: Move CSS classes from /less/moodle.less
2015-09-04 22:50:27 +01:00
Juan Leyva
d8c9588662
MDL-51325 notes: Fix external get_course_notes to return site notes
2015-09-04 11:05:47 +02:00
AMOS bot
28987b3c9d
Automatically generated installer lang files
2015-09-04 00:04:09 +08:00
Juan Leyva
0fce1a1a6b
MDL-51281 completion: Fixed incorrect returned parameter type
...
Parameter status in external function get_course_completion_status
2015-09-03 15:57:39 +02:00
Dan Poltawski
a64e1f3684
weekly release 2.9.1+
2015-09-03 12:31:58 +01:00
Dan Poltawski
2da85b88b9
Merge branch 'install_29_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_29_STABLE
2015-09-03 12:31:56 +01:00
rajesh Taneja
dec22fcdf6
MDL-51090 behat: switch to main window
2015-09-03 10:26:50 +01:00
David Monllao
37cec3335b
Merge branch 'MDL-51179-29' of git://github.com/damyon/moodle into MOODLE_29_STABLE
...
Conflicts:
lib/upgrade.txt
2015-09-03 10:35:38 +02:00
Ryan Wyllie
956f281bd6
MDL-49536 theme_clean: update help text for logo
...
Updated the help text on the theme settings page to
mention that the theme logo will only be displayed on
the front page and login page.
2015-09-03 10:32:01 +02:00
Tim Hunt
3e280b70e6
MDL-51090 question manual grading: fixing for testing issues
2015-09-02 15:09:48 +08:00
David Monllao
cd232214c2
MDL-51172 core_files: Using an invented file format
2015-09-02 10:37:23 +08:00
Ramindu Deshapriya
4b58bce051
MDL-51172 core_files: Added Behat test to automate MDLQA-8166
2015-09-02 10:37:19 +08:00
David Monllao
d3b8ae917a
Merge branch 'MDL-51090_29' of git://github.com/timhunt/moodle into MOODLE_29_STABLE
2015-09-02 09:49:46 +08:00
David Monllao
ca36c9eecb
Merge branch 'MDL-50971-m29' of git://github.com/NeillM/moodle into MOODLE_29_STABLE
2015-09-02 09:39:49 +08:00
David Monllao
0c9d44b050
Merge branch 'MDL-50920-2.9' of git://github.com/sk-unikent/moodle into MOODLE_29_STABLE
2015-09-02 08:45:01 +08:00
Eloy Lafuente (stronk7)
7a43fe824c
Merge branch 'MDL-50641-29' of git://github.com/danpoltawski/moodle into MOODLE_29_STABLE
2015-09-02 01:53:22 +02:00
Tim Hunt
5b203b3edb
MDL-51090 question: further refinements to validating manual grades
2015-09-01 23:09:08 +01:00
Nelson Moller
9f3a76cb07
MDL-51090: mod_quiz grading validation of an essay question
...
An invalid format is casted to 0 (if a string) or to some truncated value in other cases (ex: 10..5).
2015-09-01 23:09:07 +01:00
Dan Poltawski
758e773b97
MDL-50690 themes: fix commenting coding style
...
(See also CONTRIB-5891)
2015-09-01 21:12:33 +01:00
Dan Poltawski
301bb0954a
Merge branch 'wip_MDL-50690_m29' of git://github.com/gjb2048/moodle into MOODLE_29_STABLE
2015-09-01 20:59:58 +01:00
AMOS bot
ca8260190a
Automatically generated installer lang files
2015-09-02 00:05:33 +08:00
Dan Poltawski
3652b59313
Merge branch 'MDL-51236-29' of git://github.com/andrewnicols/moodle into MOODLE_29_STABLE
2015-09-01 15:33:02 +01:00
David Monllao
7d98676efc
Merge branch 'MDL-51234-M29' of git://github.com/lazydaisy/moodle into MOODLE_29_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2015-09-01 18:34:16 +08:00
David Monllao
d1dd5d0c20
Merge branch 'MDL-51109-29' of git://github.com/danpoltawski/moodle into MOODLE_29_STABLE
2015-09-01 18:31:40 +08:00
Dan Poltawski
c378540995
MDL-51109 task: more debug info for failed scheduled tasks
2015-09-01 11:00:36 +01:00
Dan Poltawski
b11c542a13
Merge branch 'MDL-45841_29' of git://github.com/timhunt/moodle into MOODLE_29_STABLE
2015-09-01 10:14:45 +01:00
David Monllao
a7b1ab1629
Merge branch 'wip-mdl-50963-m29' of git://github.com/rajeshtaneja/moodle into MOODLE_29_STABLE
2015-09-01 16:06:29 +08:00
rajesh Taneja
5fa0153289
MDL-50963 behat: fixed error string in behat
2015-09-01 14:43:52 +08:00
David Monllao
9067f9b0d4
Merge branch 'MDL-50999-29' of git://github.com/andrewnicols/moodle into MOODLE_29_STABLE
2015-09-01 14:35:42 +08:00
Damyon Wiese
3dcdac00a1
MDL-51179 Atto: Extend autosave fix to cover text changes
...
Added new functions to editor api - set/get_text so the
original form text can be determined from an editor.
When calling use_editor() you should first call set_text() with
the text that will be inserted in the form element.
There is also a new scheduled task for cleaning Atto autosave drafts.
2015-09-01 13:39:24 +08:00
Damyon Wiese
db50734bd6
MDL-51179 Atto: Add a behat test for autosave
2015-09-01 13:39:24 +08:00
Damyon Wiese
9314b26c12
MDL-51179 Atto: When a resume is aborted - create a fresh draft for future saves.
2015-09-01 13:39:24 +08:00
Damyon Wiese
b94dcc42c0
MDL-51179 Atto: Abort autosave if there are more recent changes to the files
...
If the files in the draft area have been modified more recently than the timestamp
of the draft - do not restore the files, or you will delete any newer files. We
cannot really guess here - merging the 2 lists of files will be wrong.
2015-09-01 13:39:24 +08:00
Marina Glancy
7964285dd5
MDL-50791 auth: add heading on signup form page
2015-09-01 01:58:48 +02:00
Marina Glancy
18bc684a56
MDL-50791 forms: make server validation errors accessible
2015-09-01 01:58:48 +02:00
Clement Smith
492d18b67d
MDL-50963 lang/en/grades.php: Improve bad grade error message
...
The error message received when inputting a grade value that is too
low indicates that zero is a valid grade value. This is incorrect as
the lowest valid grade value is 1. This updates the error message to
indicate the minimum acceptable grade value is 1, not 0.
2015-09-01 01:45:47 +02:00
Eloy Lafuente (stronk7)
78e0a308da
Merge branch 'MDL-49536-29' of git://github.com/ryanwyllie/moodle into MOODLE_29_STABLE
2015-08-31 20:48:28 +02:00
Eloy Lafuente (stronk7)
3b96fd4c4d
Merge branch 'MDL-50677-29' of git://github.com/FMCorz/moodle into MOODLE_29_STABLE
2015-08-31 20:31:40 +02:00
David Monllao
3daf01d5c4
Merge branch 'MDL-51131-29' of git://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-08-31 14:08:03 +08:00
David Monllao
e56cf432d7
Merge branch 'MDL-51084-29' of git://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-08-31 12:54:22 +08:00
Michael Aherne
121ab83eb5
MDL-51181 config: Correct documentation of lock_factory
2015-08-31 10:55:40 +08:00
David Monllao
258bd55190
Merge branch 'MDL-51215-29' of git://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-08-31 10:45:32 +08:00
lazydaisy
4df0cdb191
MDL-51234 theme_bootstrapbase: hover hardly visible on invert/collapse
2015-08-30 20:04:27 +01:00
Kevin Wiliarty
38458cc314
MDL-51229 theme: display docked block on top of fixed navbar
2015-08-30 09:41:51 -04:00
Neill Magill
b1c395be36
MDL-50971 ActionMenu: Action menus cause page to jump when closing
...
This patch changes the behavior of open action menus when using a mouse.
Before this patch when clicking on the page with an open action menu the focus would be
returned to the action menu's call button. This could cause the page to jump when a
mouse user did not close an action menu, scrolled and then tried to perform another
action on the page.
After this patch when clicking the focus will not be returned to the action menu's call button.
The behavior of the script will not be changed when using the keyboard.
2015-08-28 12:15:01 +01:00
Marina Glancy
875b5d8adf
MDL-51084 tool_customlang: return to the same page after submit
2015-08-28 16:20:59 +08:00
Dan Poltawski
f563d2066d
weekly release 2.9.1+
2015-08-28 07:38:15 +01:00
Andrew Nicols
d7caed18da
MDL-51236 phpunit: Prevent testsuite name conflicts
...
The testsuite name is fed straight into a class_exists() in
PHPUnit_Framework_TestSuite. In some cases, e.g. cachestore_static, the
class does exist, it's then fed into a ReflectionClass, and the test fails.
The testsuite needs to not conflict with any classes which could be
autoloaded in Moodle core.
2015-08-28 14:26:55 +08:00
Ryan Wyllie
067ff3bdb6
MDL-49536 theme_clean: logo only on front and login
...
The logo for the clean and more themes will only be
displayed on the front page and login page as it was
replacing the header information on other pages within
Moodle, causing users to lose information on the page.
2015-08-28 02:41:38 +00:00
Gareth J Barnard
6e9edacd2c
MDL-50690 themes: Theme cache SVG images are not created.
2015-08-27 15:38:08 +01:00
Dan Poltawski
c1c0a3e5cd
MDL-49826 grade: hide singleview links when no permissions
...
Singleview only supports grade editors not viewers at this time.
2015-08-27 13:17:15 +02:00
Eloy Lafuente (stronk7)
2a5e171e38
Merge branch 'MDL-51148-29-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_29_STABLE
2015-08-27 12:55:07 +02:00
Frederic Massart
ef9291481f
MDL-50677 user: Prefix custom fields node name in profile tree
2015-08-27 17:49:21 +08:00
Marina Glancy
4966e4ba41
MDL-51215 course: redirect to manage appropriate category
2015-08-27 17:04:49 +08:00
Helen Foster
389065d313
MDL-51148 lang: Merge English strings from the en_fix language pack
2015-08-26 17:17:56 +02:00
Dan Poltawski
c7fab83ae6
MDL-50641 rss: fix front page rss links
...
Fallback to guest user token when no user is specified in rss_get_url
rather than generating a junk token which is no use to anyone, this
matches existing logic which has been in place in forum for a while
and avoids custom handling all over the place.
2015-08-26 08:10:08 +01:00
David Monllao
0a9b9f2192
Merge branch 'wip_MDL-50869_m29' of git://github.com/gjb2048/moodle into MOODLE_29_STABLE
2015-08-26 09:45:11 +08:00
Marina Glancy
124e381eeb
MDL-50923 themes: content-only class added before region-only
2015-08-26 03:41:38 +02:00
Marina Glancy
9898944941
MDL-50923 theme: add missing content-only css class
2015-08-25 11:35:14 +02:00
David Monllao
1d6945afc5
Merge branch 'MDL-50933_29' of git://github.com/timhunt/moodle into MOODLE_29_STABLE
2015-08-25 14:28:23 +08:00
David Monllao
f892e8e0ba
Merge branch 'MDL-50996_29' of git://github.com/timhunt/moodle into MOODLE_29_STABLE
2015-08-25 14:27:01 +08:00
Marina Glancy
b929c12f9e
MDL-51131 tags: remove instances when course is deleted
2015-08-25 13:15:15 +08:00
Marina Glancy
3b6e267b24
MDL-50973 admin: do not throw exception on /admin/
2015-08-25 10:15:46 +08:00
Clement Smith
a8af89ac13
MDL-50957 grade/report/user: Fix division by zero
...
When using "sum of grades" and $grademax is zero, a division by zero
error occurs in fill_contributions_column() in
grade/report/user/lib.php.
2015-08-25 10:09:00 +08:00
Eloy Lafuente (stronk7)
c592c17e96
Merge branch 'MDL-50714-29' of git://github.com/andrewnicols/moodle into MOODLE_29_STABLE
2015-08-25 00:06:12 +02:00
Tim Hunt
4a0e7a2a80
MDL-45841 forum: show unread posts on blog-style forum front page
2015-08-24 21:45:33 +01:00
Dan Poltawski
1eca49da48
Merge branch 'MDL-49701_29' of git://github.com/jmvedrine/moodle into MOODLE_29_STABLE
2015-08-24 15:14:15 +01:00
Dan Poltawski
0908a7c14d
Merge branch 'MDL-40179-29' of git://github.com/lameze/moodle into MOODLE_29_STABLE
2015-08-24 13:40:13 +01:00
Davo Smith
6b610880dc
MDL-49826 gradereport_singleview: fix permission check
...
Users with capability 'moodle/grade:edit' should be able to edit grade values
- 'moodle/grade:manage' is not needed, as grade items are not being changed.
2015-08-24 10:39:41 +01:00
Dan Poltawski
5f4980811d
Merge branch 'MDL-47450-29' of git://github.com/FMCorz/moodle into MOODLE_29_STABLE
2015-08-24 10:25:32 +01:00
Tim Hunt
fc2a25837f
MDL-50996 quiz: fix review error with unusual permissions
2015-08-24 09:59:36 +01:00
David Monllao
ed05747ed5
Merge branch 'MDL-50958-29' of git://github.com/lameze/moodle into MOODLE_29_STABLE
2015-08-24 15:40:29 +08:00
David Monllao
13897daf53
Merge branch 'MDL-51184-29' of git://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-08-24 15:31:56 +08:00
Marina Glancy
d4f8522545
MDL-51184 themes: correctly check $CFG->svgicons
...
Thanks to Ralf Wiederhold for pointing out the bug
2015-08-24 11:11:46 +08:00
Bruce Silver
576aa6bbda
MDL-50958 block_messages: declare missing stdClass object
2015-08-24 10:34:36 +08:00
Damyon Wiese
b9705008a1
MDL-51116 Mustache: Caching issue exists with mustache templates
...
The first ajax load fetches the template and puts it in localstorage + a js var
The second load gets it from local storage, but does not put it in the js var.
The pix_icon helper expects it to be in the js var always.
2015-08-24 10:17:29 +08:00
Tim Hunt
bf76e3fd7f
MDL-50933 quiz: improve completion behat tests
...
These now use the faster set-up methods.
2015-08-21 17:56:31 +01:00
Andrew Nicols
78fdc72794
MDL-50714 mod_forum: Add tests for all groupmodes
2015-08-21 08:21:19 +08:00
Andrew Nicols
6f1dc75492
MDL-50714 mod_forum: Correct use of movedicussions cap when posting
...
The ability to view the group dropdown was too closely related to the
movediscussions capability when posting, or editing a forum post.
The movedicussions capability should only be considered for some parts of
this logic. Users should be able to select the group to post to when
writing message, as long as they have access to that group.
2015-08-21 08:21:15 +08:00
Gareth J Barnard
fcda61ba37
MDL-50869 themes: Quiz feedback colours are not accessible.
2015-08-20 16:50:54 +01:00
Dan Poltawski
8fb6ac2cb7
weekly release 2.9.1+
2015-08-20 14:24:36 +01:00
Dan Poltawski
c4e1aae15e
Merge branch 'install_29_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_29_STABLE
2015-08-20 14:24:34 +01:00
Andrew Nicols
e1c41f3c70
MDL-42634 theme: Increase margin on activity instance to not cover controls
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2015-08-20 15:43:23 +08:00
Marina Glancy
eb7adebc48
MDL-50880 message: correctly compare with empty string
...
Thanks to David Herney Bernal for providing a fix
2015-08-20 10:32:04 +08:00
David Monllao
c395cb2dbb
MDL-50391 mod_lti: Fixing indentation
2015-08-20 09:49:29 +08:00
Eloy Lafuente (stronk7)
ecdacbfc97
Merge branch 'MDL-50801_29' of git://github.com/dmonllao/moodle into MOODLE_29_STABLE
2015-08-19 20:50:01 +02:00
Simey Lameze
9130e94980
MDL-40179 auth_cas: change is_proxybypass parameter to use server url
2015-08-19 14:32:05 +08:00
Andrew Nicols
116ae934c2
MDL-42634 theme: Increase margin on sectionname to not cover controls
2015-08-19 04:48:12 +02:00
Eloy Lafuente (stronk7)
4b1dd6e471
Merge branch 'MDL-49085_29' of git://github.com/dmonllao/moodle into MOODLE_29_STABLE
2015-08-19 01:05:56 +02:00
Eloy Lafuente (stronk7)
bb1744fb50
Merge branch 'MDL-46078-29' of git://github.com/damyon/moodle into MOODLE_29_STABLE
2015-08-19 00:59:57 +02:00
AMOS bot
852f1a8646
Automatically generated installer lang files
2015-08-19 00:04:20 +08:00
Dan Poltawski
2b4fd22388
Merge branch 'wip-MDL-30315-29' of git://github.com/abgreeve/moodle into MOODLE_29_STABLE
2015-08-18 13:19:59 +01:00
Eloy Lafuente (stronk7)
3d05b9f57a
Merge branch 'MDL-47449-29' of git://github.com/andrewnicols/moodle into MOODLE_29_STABLE
2015-08-18 13:35:56 +02:00
Dan Poltawski
c65835a156
MDL-46387 shifter: missing built changes
2015-08-18 12:32:54 +01:00
Dan Poltawski
a3ef8e4744
Merge branch 'MDL-46387-m29-master' of https://github.com/dthies/moodle into MOODLE_29_STABLE
2015-08-18 12:22:16 +01:00
Dan Poltawski
2b3795a55f
Merge branch 'MDL-49841-29' of git://github.com/andrewnicols/moodle into MOODLE_29_STABLE
2015-08-18 11:02:57 +01:00
Adrian Greeve
fc607b307a
MDL-30315 grades: Unit test for grade import.
2015-08-18 17:04:17 +08:00
Adrian Greeve
efa7a8a9e4
MDL-30315 gradebook: Uploading feedback doesn't override grades.
2015-08-18 17:04:16 +08:00
Dan Poltawski
471d59d053
Merge branch 'MDL-50127-29-squashed' of git://github.com/xow/moodle into MOODLE_29_STABLE
2015-08-18 09:54:06 +01:00
David Monllao
3f2e092c9f
Merge branch 'MDL-50391-MOODLE_29' of git://github.com/aspark21/moodle into MOODLE_29_STABLE
2015-08-18 12:12:48 +08:00
David Monllao
c32a27e5e8
MDL-49085 block_tag_youtube: Using Youtube data api v3
2015-08-18 11:11:20 +08:00
David Monllao
58c274dcb3
Merge branch 'MDL-51102-29' of git://github.com/andrewnicols/moodle into MOODLE_29_STABLE
2015-08-18 10:25:32 +08:00
Dan Poltawski
629975a563
Merge branch 'MDL-44828-29' of git://github.com/junpataleta/moodle into MOODLE_29_STABLE
2015-08-17 14:24:58 +01:00
Dan Poltawski
8bfbebcc56
Merge branch 'MDL-42634-29' of git://github.com/andrewnicols/moodle into MOODLE_29_STABLE
2015-08-17 11:45:09 +01:00
David Monllao
df5222b3ac
Merge branch 'wip-MDL-50962-29' of git://github.com/abgreeve/moodle into MOODLE_29_STABLE
2015-08-17 14:56:44 +08:00
David Monllao
315939d98c
Merge branch 'MDL-51016-m29' of git://github.com/micaherne/moodle into MOODLE_29_STABLE
2015-08-17 14:22:07 +08:00
David Monllao
1426599d63
Merge branch 'MDL-50637-2.9' of git://github.com/sk-unikent/moodle into MOODLE_29_STABLE
2015-08-17 13:56:42 +08:00
David Monllao
eb6cfca764
Merge branch 'wip-MDL-51095-m29' of git://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-08-17 12:07:35 +08:00
David Monllao
f315095e42
Merge branch 'wip-MDL-50881-m29' of git://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-08-17 12:03:49 +08:00
David Monllao
a7da0416b2
Merge branch 'MDL-50911-moodle29' of git://github.com/StudiUM/moodle into MOODLE_29_STABLE
2015-08-17 11:59:06 +08:00
Marina Glancy
d4f667ed1e
MDL-50932 cache: fix bug in prescanned file store
...
Thanks to Mark Nielsen for providing a patch
2015-08-17 11:45:39 +08:00
Bruce Silver
654c69c08b
MDL-50962 user: Profile fields display properly
...
The department and idnumber fields were not displaying
properly on the user profile pages.
2015-08-17 10:35:46 +08:00
David Monllao
7923a04c42
Merge branch 'MDL-51057-M29' of git://github.com/lazydaisy/moodle into MOODLE_29_STABLE
2015-08-17 09:54:32 +08:00
David Monllao
5e325f5dce
Merge branch 'MDL-51077-m29' of git://github.com/sammarshallou/moodle into MOODLE_29_STABLE
2015-08-17 09:46:38 +08:00
David Monllao
b4173ea1ad
Merge branch 'MDL-51088-29' of git://github.com/andrewnicols/moodle into MOODLE_29_STABLE
2015-08-17 09:26:20 +08:00
David Monllao
e30c799185
Merge branch 'wip-mdl-51106-m29' of git://github.com/rajeshtaneja/moodle into MOODLE_29_STABLE
2015-08-17 09:02:03 +08:00
David Monllao
285ca6ffbf
Merge branch 'MDL-51100-29' of git://github.com/andrewnicols/moodle into MOODLE_29_STABLE
2015-08-17 08:51:16 +08:00
Andrew Nicols
14d54450e7
MDL-51102 behat: Add a non-JS version of wait
2015-08-17 08:12:57 +08:00
Daniel Thies
2ed920e774
MDL-46387 editor_atto: Add behat test for sub/sup
2015-08-16 16:00:03 -05:00
sam marshall
a73b0208ea
MDL-51077 Availability: Date restriction unit test static not cleared
2015-08-14 10:52:40 +01:00
Frederic Massart
47699db7f4
MDL-50127 mod_data: RTL styles for the required image
2015-08-14 16:47:51 +08:00
John Okely
d03817a4eb
MDL-50127 mod_data: Fix required icons in add entry screen
2015-08-14 16:47:51 +08:00
Andrew Nicols
d0741e9791
MDL-47449 completion: Ignore timemodified when comparing
2015-08-14 10:54:20 +08:00
Andrew Nicols
4dcaaed6e0
MDL-47449 phpunit: Add comparitor for isEqual with exceptions
...
We often do isEqual tests but where a field, may have a single exception.
Ordinarily we can handle this easily by breaking the test down, but when
dealing with mocked objects we can only pass an instance of a
PHPUnit_Framework_Constraint, or a single value (which is cast to an
instance of PHPUnit_Framework_Constraint_IsEqual).
To deal with instances of time-based exception, we need to be able to
compare simple objects and classes where one or two values may be
different.
2015-08-14 10:54:19 +08:00
Andrew Nicols
28268cb20e
MDL-49841 testing: Correct composer incantation
2015-08-14 10:29:12 +08:00
Jun Pataleta
aed2279b50
MDL-44828 filelib: Fix open error for force-downloaded files in mobile
...
Allow guessing of file's MIME type by default. Fallback to
application/octet-stream if MIME type cannot be determined.
2015-08-14 09:55:13 +08:00
Rajesh Taneja
8c89201543
MDL-51100 behat: Remove javascript tag from usermenu steps
2015-08-14 08:57:11 +08:00
Andrew Nicols
a746101872
MDL-51100 behat: Remove javascript tag from usermenu steps
...
These tests only needed the javascript tag because of the user menu.
Now that issue has been resolved, they do not need it.
Note: Some were also not using the singleselect feature, so would fail
without changes to use this too as they were not handling proper selection
of the singleselect element.
2015-08-14 08:57:11 +08:00
Andrew Nicols
2635b929d9
MDL-51100 behat: Correct javascript requirement of user menu step
2015-08-14 08:57:10 +08:00
Andrew Nicols
cdf311cd4f
MDL-51088 mod_forum: Improve mod_forum behat performance
2015-08-14 07:57:59 +08:00
Andrew Nicols
1a7fcb9d52
MDL-51088 completion: Do not require hover to confirm xpath
2015-08-14 07:57:59 +08:00
lazydaisy
0dde4b7536
MDL-51057 theme_base: RTL fix adds missing padding to block header h2.
2015-08-14 00:32:30 +01:00
Daniel Thies
265cf9f7c7
MDL-46387 editor-atto: Toggle sub/sup tags using rangy
...
In order to have a consistant browser behavior and prevent nesting of
subscripts and superscripts, tags are converted to CSS classes and then
the CSS classes in the selection are toggeled using the rangy crossbrowser
selection library already included in Atto without using an execCommand.
2015-08-13 15:50:24 -05:00
Alistair Spark
7ae86a915c
MDL-50391 format_singleactivity: fix LTI Tool opens in existing window
2015-08-13 14:12:13 +01:00
Marina Glancy
a0f2d25ccd
MDL-50391 format_singleactivity: fix activity_has_subtypes()
2015-08-13 14:12:13 +01:00
Dan Poltawski
47b5927c10
MDL-51110 badges: prevent duplicate award of badges
...
Previously duplicate users could be returned when they had
done duplicate badge criteria - this would lead to a duplicate
constraint being hit as they were attempted to be awarded twice.
2015-08-13 13:28:12 +01:00
Eloy Lafuente (stronk7)
f5e48d21ec
weekly release 2.9.1+
2015-08-13 12:17:02 +02:00
Eloy Lafuente (stronk7)
e805a8afcb
Merge branch 'install_29_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_29_STABLE
2015-08-13 12:16:57 +02:00
Rajesh Taneja
d744140220
MDL-51106 behat: Fixed misuse of javascript tag
2015-08-13 13:26:17 +08:00
Andrew Nicols
4aae37f7a7
MDL-51100 behat: Remove javascript tag where not required
...
These tests only needed the javascript tag because of the user menu.
Now that issue has been resolved, they do not need it.
Note: Some were also not using the singleselect feature, so would fail
without changes to use this too as they were not handling proper selection
of the singleselect element.
2015-08-13 13:17:50 +08:00
Andrew Nicols
9fe1f70c4d
MDL-51100 behat: Correct javascript requirement of user menu step
2015-08-13 13:17:50 +08:00
Marina Glancy
9b7c56ed0d
MDL-51095 enrol_meta: add missing include
...
Thanks to Shaun Meyer for providing a patch
2015-08-13 12:30:01 +08:00
AMOS bot
f799599c76
Automatically generated installer lang files
2015-08-13 00:04:25 +08:00
AMOS bot
3bd64b35db
Automatically generated installer lang files
2015-08-13 00:04:25 +08:00
Skylar Kelty
2492e22a3b
MDL-50920 enrol: Remove pointless DB update in enrol_meta
2015-08-12 11:55:07 +01:00
David Monllao
27384b2589
Merge branch 'MDL-46860-29' of git://github.com/ryanwyllie/moodle into MOODLE_29_STABLE
2015-08-12 10:46:10 +08:00
David Monllao
b995470d68
Merge branch 'MDL-51053-m29' of git://github.com/sammarshallou/moodle into MOODLE_29_STABLE
2015-08-12 08:23:57 +08:00
Eloy Lafuente (stronk7)
9a45788698
Merge branch 'MDL-50062-29' of git://github.com/FMCorz/moodle into MOODLE_29_STABLE
2015-08-12 01:47:17 +02:00
Eloy Lafuente (stronk7)
c1e6db4538
Merge branch 'MDL-50446-29' of git://github.com/ryanwyllie/moodle into MOODLE_29_STABLE
2015-08-12 00:15:52 +02:00
Eloy Lafuente (stronk7)
a75c62d090
Merge branch 'MDL-50307-29-3' of git://github.com/xow/moodle into MOODLE_29_STABLE
2015-08-11 23:45:10 +02:00
Andrew Nicols
8856004b3a
MDL-49293 db: Pass sql_concat_join to sql_concat
2015-08-11 23:08:39 +02:00
Andrew Nicols
f95118c1ee
MDL-49293 db: Test sql_concat_join with more conditions
2015-08-11 23:08:38 +02:00
Eloy Lafuente (stronk7)
9ac618ebfe
Merge branch 'MDL-50642_29' of https://github.com/ecampbell/moodle into MOODLE_29_STABLE
2015-08-11 22:38:01 +02:00
Alain Benoit
24c9c630cb
MDL-50911 Quiz: edit settings page not responsive
2015-08-11 09:18:19 -04:00
sam marshall
c237ec4c29
MDL-51053 Restore: Static cache breaks unit tests
2015-08-11 14:08:25 +01:00
Eloy Lafuente (stronk7)
3c78c0df57
Merge branch 'MDL-50894_29' of https://github.com/gedion/moodle into MOODLE_29_STABLE
2015-08-11 14:18:42 +02:00
Eloy Lafuente (stronk7)
79f47fd1b3
Merge branch 'm29_MDL-51015' of git://github.com/danmarsden/moodle into MOODLE_29_STABLE
2015-08-11 14:09:49 +02:00
Frederic Massart
e85112f074
MDL-42634 theme: Action menu is displayed correctly with hidden elements
2015-08-11 14:54:37 +08:00
David Monllao
19b6e5512f
Merge branch 'MDL-51014-m29' of git://github.com/sammarshallou/moodle into MOODLE_29_STABLE
2015-08-11 13:09:30 +08:00
Marina Glancy
e53efac19c
MDL-50881 calendar: do not throw exception without sesskey
2015-08-11 12:52:26 +08:00
John Okely
b61a30c5ff
MDL-50307 auth_db: Stop using AS to prevent error with some drivers
2015-08-11 12:13:33 +08:00
John Okely
1dd3f049e0
MDL-50307 auth_db: Fix associative fetching in ADODB 2.19
2015-08-11 12:13:32 +08:00
AMOS bot
f969608c68
Automatically generated installer lang files
2015-08-11 00:04:06 +08:00
Mark Johnson
4575ba6f34
MDL-51014 behat: Wait for filepicker to load repository
2015-08-10 13:37:51 +01:00
David Monllao
593f2842e7
Merge branch 'wip-MDL-51062-m29' of git://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-08-10 14:24:08 +08:00
Marina Glancy
02bc23c784
MDL-51062 behat: permission steps should work without js
2015-08-10 11:58:43 +08:00
David Monllao
cba771a588
Merge branch 'MDL-50992-29' of git://github.com/damyon/moodle into MOODLE_29_STABLE
2015-08-10 11:17:59 +08:00
David Monllao
eea7fbc292
Merge branch 'MDL-51007-m29' of git://github.com/sammarshallou/moodle into MOODLE_29_STABLE
2015-08-10 11:08:16 +08:00
David Monllao
33d551abbb
MDL-50801 atto_table: Closing caption tag
2015-08-10 10:53:19 +08:00
Ryan Wyllie
4f43ea59c8
MDL-46860 filepicker: change responsive styling
...
Changed the filepicker's responsive styling to kick in
on screen width less than 768px (which is the bootstrap
standard) rather than 873px. This allows the standard
styling to apply within an iframe.
2015-08-10 02:20:40 +00:00
Ryan Wyllie
c7007d2c20
MDL-46860 filepicker: iframe context aware
...
The filepicker now checks if it's within an iframe when
creating the dialogue, if so it will set the dialogue width
to fit within the iframe and disable dragging.
2015-08-10 02:19:48 +00:00
Andrew Nicols
09ae51738f
MDL-50949 cache: Improve cache performance tests
2015-08-10 08:19:44 +08:00
Andrew Nicols
35728d3595
Merge branch 'MDL-50949-29' of git://github.com/FMCorz/moodle into MOODLE_29_STABLE
2015-08-10 08:14:19 +08:00
Frederic Massart
fd7f843022
MDL-47450 blocks: Blocks can be moved on the site profile
2015-08-07 15:10:54 +08:00
AMOS bot
fb892eb383
Automatically generated installer lang files
2015-08-07 00:04:05 +08:00
Eoin Campbell
894d2d2b3b
MDL-50642 qformat_xml: fix import of tags in Cloze questions
2015-08-06 16:02:05 +01:00
Michael Aherne
af4266eac7
MDL-51016 messaging: Fix email attachments on Windows
2015-08-06 13:02:16 +01:00
Dan Marsden
f6597fa087
MDL-51015 mod_scorm: tidy up messy code, remove use of eval()
2015-08-06 22:21:26 +12:00
Andrew Nicols
49fa660aca
weekly release 2.9.1+
2015-08-06 12:11:44 +08:00
Andrew Nicols
ff7896adc7
Merge branch 'install_29_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_29_STABLE
2015-08-06 12:11:33 +08:00
Frederic Massart
a42d0d98fb
MDL-50062 behat: Handle category mapping for grade items generator
2015-08-06 12:01:09 +08:00
Frederic Massart
b26f764754
MDL-50062 grades: Behat tests for aggregation changes
2015-08-06 12:01:08 +08:00
Frederic Massart
5e0af40734
MDL-50062 grades: Fix false positives in Behat tests
2015-08-06 12:01:08 +08:00
Frederic Massart
0ba8e843b1
MDL-50062 grades: Tests for item::set_aggregation_fields_for_aggregation
2015-08-06 12:01:08 +08:00
Frederic Massart
488ba5c1ef
MDL-50062 grades: Carry agg. settings between categories when possible
2015-08-06 12:01:08 +08:00
Dave Cooper
b8ca7925c0
MDL-50062 gradebook: Fixed behaviour when changing aggregation mathods.
2015-08-06 12:01:08 +08:00
Eloy Lafuente (stronk7)
a4209ab67a
Merge branch 'MDL-44840-29' of git://github.com/lameze/moodle into MOODLE_29_STABLE
2015-08-05 20:47:39 +02:00
Eloy Lafuente (stronk7)
a74ead4260
Merge branch 'MDL-50816-29' of git://github.com/jleyva/moodle into MOODLE_29_STABLE
2015-08-05 18:21:36 +02:00
AMOS bot
411a4b4082
Automatically generated installer lang files
2015-08-06 00:04:15 +08:00
AMOS bot
1aa3ead079
Automatically generated installer lang files
2015-08-06 00:04:15 +08:00
Eloy Lafuente (stronk7)
b963701081
Merge branch 'MDL-48970_2.9' of https://github.com/andrewhancox/moodle into MOODLE_29_STABLE
2015-08-05 16:20:47 +02:00
sam marshall
bdf512f2c1
MDL-51007 Availability: Unit test fails with extra plugins
2015-08-05 14:30:01 +01:00
Eloy Lafuente (stronk7)
89a762ca8c
Merge branch 'MDL-38230_29' of git://github.com/jmvedrine/moodle into MOODLE_29_STABLE
2015-08-05 12:39:31 +02:00
Andrew Nicols
9241c64f97
MDL-50999 dock: Stop adding commands to DOM
...
The commands div should not be added to the DOM. The version shown in the
dock is different to the standard version in the block, and is manually
added to the dock panel when it is displayed.
The docked version contains additional actions (e.g. the undock button).
The original version of the dock should ideally remain untouched.
Note: A duplicate delegation was discovered when fixing this issue. This
was previosuly not triggered because the watched Node was removed
before the delegation took effect.
2015-08-05 10:08:16 +08:00
Andrew Nicols
4baad0fd5c
Merge branch 'MDL-48202-M29' of git://github.com/lazydaisy/moodle into MOODLE_29_STABLE
2015-08-05 09:09:15 +08:00
Eloy Lafuente (stronk7)
71c6272dfe
MDL-35027 mod_forum: verify forced subscriptions cannot be edited
...
This commit adds a new scenario to verify that the option
to turn edition of subscribers is not available anymore
for forced-subscription activities.
It also gets rid of the @javascript tag in a just introduced
scenario not needing it.
2015-08-05 02:09:04 +02:00
Eloy Lafuente (stronk7)
1e0cc67b0e
Merge branch 'MDL-35027-B-29' of https://github.com/bostelm/moodle into MOODLE_29_STABLE
2015-08-05 02:08:54 +02:00
Eloy Lafuente (stronk7)
6532dc07f5
Merge branch 'MDL-50416-29' of git://github.com/lameze/moodle into MOODLE_29_STABLE
2015-08-04 20:03:19 +02:00
Eloy Lafuente (stronk7)
c7d4aa10ce
MDL-46963 env: adding missing check_database_tables_row_format check
2015-08-04 19:47:03 +02:00
Eloy Lafuente (stronk7)
6f91dc9497
MDL-50624 env: adding missing restrict_php_version_7 check
2015-08-04 19:30:11 +02:00
Bruce Silver
0ff0722b2f
MDL-50992 lti: Fix debugging warning when creating a new tool
2015-08-04 22:25:51 +08:00
Andrew Nicols
e2bbadf137
Merge branch 'MDL-50893_29' of git://github.com/timhunt/moodle into MOODLE_29_STABLE
2015-08-04 16:00:10 +08:00
Andrew Nicols
7daf0d32d0
Merge branch 'MDL-45113-29' of https://github.com/mackensen/moodle into MOODLE_29_STABLE
2015-08-04 15:22:32 +08:00
Andrew Nicols
a6f919b8c8
Merge branch 'MDL-43709-29' of https://github.com/pauln/moodle into MOODLE_29_STABLE
2015-08-04 12:44:21 +08:00
Andrew Nicols
bd7a798d11
Merge branch 'MDL-50532-29' of git://github.com/FMCorz/moodle into MOODLE_29_STABLE
2015-08-04 12:13:49 +08:00
Andrew Nicols
d6802fd4a7
MDL-50493 mod_forum: Correct style issues
2015-08-04 11:55:31 +08:00
Andrew Nicols
2e173e6a23
Merge branch 'MDL-50493-29' of git://github.com/jleyva/moodle into MOODLE_29_STABLE
2015-08-04 11:54:55 +08:00
Andrew Nicols
8854ba9bda
Merge branch 'MDL-50771_29' of git://github.com/stronk7/moodle into MOODLE_29_STABLE
2015-08-04 10:28:16 +08:00
Andrew Nicols
f47b39cbea
Merge branch 'MDL-42626-29' of git://github.com/jleyva/moodle into MOODLE_29_STABLE
2015-08-04 10:10:36 +08:00
Andrew Nicols
db526aa03a
Merge branch 'MDL-45772-29-4' of git://github.com/xow/moodle into MOODLE_29_STABLE
2015-08-04 10:01:33 +08:00
John Okely
56b63c4151
MDL-45772 admin: Stop browsers from autofilling passwords incorrectly
2015-08-04 09:54:56 +08:00
Simey Lameze
78b0d423b1
MDL-50416 environment: add missing slasharguments checks
2015-08-04 09:44:50 +08:00
Eloy Lafuente (stronk7)
9d4c7b6573
Merge branch 'MDL-50515_29' of git://github.com/jmvedrine/moodle into MOODLE_29_STABLE
2015-08-04 01:28:09 +02:00
AMOS bot
eb644d98b5
Automatically generated installer lang files
2015-08-04 00:04:23 +08:00
Henning Bostelmann
add21c5f20
MDL-35027 mod_forum: Fix subscriber list in hidden forums
...
If the forum is force-subscribed and hidden, only subscribers that can
view hidden activities will be shown in the subscriber list.
2015-08-03 12:13:31 +01:00
Eloy Lafuente (stronk7)
4893167372
MDL-50771 oracle: Bind long (>4000byte) text as CLOB
...
While we already were detecting @ normalise_value()
both BLOBs and CLOBs properly on insert and update
statements (by introspectind the column specs), when
a long TEXT is being passed as part of an arbitrary
SQL, or within the conditions... it was being bound
as VARCHAR, leading to problems if used in combination
with DBMS_LOB functions.
This patch just ensures that any TEXT > 4000 bytes not
detected by normalise_value() will be, always, bound as CLOB,
unconditionally.
Covered with tests both covering its use with DBMS_LOB (the
reported bug) and also in general raw statements.
2015-08-03 10:52:00 +02:00
Jean-Michel Vedrine
313bba607a
MDL-38230 mod_quiz: Create UI for removing of quiz access rule addons
2015-08-03 09:00:44 +02:00
Andrew Nicols
1c548b8006
Merge branch 'wip-MDL-22819-m29' of https://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-08-03 10:23:12 +08:00
Andrew Nicols
1fcd127797
Merge branch 'MDL-49864-29' of git://github.com/junpataleta/moodle into MOODLE_29_STABLE
2015-08-03 09:43:59 +08:00
Andrew Nicols
bee6faa8ac
Merge branch 'MDL-50624-29' of git://github.com/ryanwyllie/moodle into MOODLE_29_STABLE
2015-08-03 09:20:25 +08:00
Jun Pataleta
3999a761eb
MDL-49864 mod_assign: Fix missing annotations when viewing PDF
...
Added 'draft = 1' criteria for the delete query in
page_editor::set_annotations in order to prevent the deletion of non-draft
annotations while the PDF is being edited.
2015-08-03 09:11:32 +08:00
Ryan Wyllie
d4c0adb685
MDL-50624 environment: add PHP7 as unsupported version
...
Added PHP7 as an unsupported version for Moodle 2.8 and 2.9 in
the environment checks
2015-08-03 01:02:27 +00:00
lazydaisy
0b91dd902a
MDL-48202 theme_bootstrapbase: blocks are 6px taller after undocking.
2015-08-02 21:39:19 +01:00
Jean-Michel Vedrine
e4e72baa5d
MDL-49701 mod_lesson: open time should be before close time
2015-08-02 10:35:30 +02:00
Jean-Michel Vedrine
67de7818ba
MDL-50515 mod_lesson: Can't remove content buttons from content page
2015-08-02 09:47:40 +02:00
Charles Fulton
e5ca803a40
MDL-45113 auth: add is_configured method and convert auth_db to use it
2015-07-31 15:18:07 +00:00
Simey Lameze
13a140400c
MDL-50416 environment: remove slasharguments warning from install
2015-07-31 11:37:14 +08:00
Andrew Nicols
eb1d954cda
weekly release 2.9.1+
2015-07-30 14:42:15 +08:00
Andrew Nicols
c39133315e
Merge branch 'install_29_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_29_STABLE
2015-07-30 14:42:09 +08:00
Ryan Wyllie
92434b8f2b
MDL-50446 block_site_main_menu: Test add URL resource
...
Behat tests to confirm that adding a URL resource to
the main menu block doens't break the javascript.
2015-07-30 04:34:29 +00:00
Ryan Wyllie
d2d6ab4f88
MDL-50446 block_site_main_menu: Fix the onclick property handling
2015-07-30 04:34:21 +00:00
AMOS bot
caede15d09
Automatically generated installer lang files
2015-07-30 00:04:06 +08:00
Frederic Massart
4ca8a308d6
MDL-50949 cache: Tests for performance debugging of cache usage
2015-07-29 14:39:28 +08:00
Frederic Massart
e92750abc2
MDL-50949 cache: Performance debug keeps track of hits/misses/sets
2015-07-29 14:39:27 +08:00
Mark Nelson
0ae2f41141
MDL-50535 core_grades: fixed behat failing
2015-07-29 14:23:35 +08:00
Frederic Massart
9f970d338d
MDL-50532 tasks: Delete obsolete tasks during upgrade
2015-07-29 11:25:54 +08:00
Jean-Michel Vedrine
ad70c80da3
MDL-44840 mod_lesson: fix import of truefalse questions
2015-07-29 11:05:50 +08:00
Tim Hunt
670344b164
MDL-50893 questions: cannot create a question with name 0
2015-07-28 18:19:30 +01:00
Dan Poltawski
a2cefb4228
Merge branch 'MDL-50535_m29' of git://github.com/markn86/moodle into MOODLE_29_STABLE
2015-07-28 13:14:27 +01:00
Barbara Ramiro
56b35937fa
MDL-50370 Icons: Filetype icon for ePub
2015-07-28 12:43:33 +01:00
Dan Poltawski
b3b49df108
Merge branch 'MDL-50833-29' of git://github.com/merrill-oakland/moodle into MOODLE_29_STABLE
2015-07-28 12:38:52 +01:00
Dan Poltawski
3718b75234
Merge branch 'MDL-50868-29' of git://github.com/jethac/moodle into MOODLE_29_STABLE
2015-07-28 12:19:09 +01:00
spvickers
6504c740b6
MDL-49629 mod_lti: Add icon fields
...
Icon fields added to input form when defining an external tool at the
admin level. The icon for a tool derived from a tool proxy can be
overridden. Course cache is cleared if current icon value is changed.
Add text boxes to edit form for entering icon URLs.
2015-07-28 12:04:35 +01:00
Andrew Nicols
6edb0474e3
Merge branch 'wip-MDL-50874-m29' of https://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-07-28 15:01:55 +08:00
Andrew Nicols
9923f33a1a
Merge branch 'MDL-50295-29' of git://github.com/danpoltawski/moodle into MOODLE_29_STABLE
2015-07-28 14:04:15 +08:00
Andrew Nicols
bdf1e4e617
Merge branch 'MDL-44962_29' of https://github.com/dmonllao/moodle into MOODLE_29_STABLE
2015-07-28 11:29:48 +08:00
Andrew Nicols
6e8ca5db5a
Merge branch 'MDL-35148-29' of git://github.com/FMCorz/moodle into MOODLE_29_STABLE
2015-07-28 11:07:48 +08:00
Frederic Massart
6f7fc58710
MDL-35148 themes: Updated checks deciding when mobile themes are used
...
Now, if a site-theme is set for tablet/phone AND the user is using
a tablet/phone that site-theme will be used, always. In any other
case the normal theme resolution will be used: course, category, ...
2015-07-28 11:01:54 +08:00
Damyon Wiese
57b6aa814e
MDL-46078 Assign: Completion is not using assignment API.
...
Should not be directly querying the DB to get the submission, use the API!
2015-07-28 10:28:43 +08:00
Juan Leyva
443d5b3aa5
MDL-42626 messages: Hide deleted users in contact/blocked list
2015-07-27 16:34:32 +02:00
Charles Fulton
3a68038421
MDL-41598 auth_shibboleth: don't override wantsurl
2015-07-27 15:25:15 +01:00
Dan Poltawski
0d8674d771
Merge branch 'MDL-43785-29' of git://github.com/andrewnicols/moodle into MOODLE_29_STABLE
2015-07-27 14:49:40 +01:00
Dan Poltawski
1fc557af41
Merge branch 'MDL-49360-29' of git://github.com/lameze/moodle into MOODLE_29_STABLE
2015-07-27 12:08:47 +01:00
Dan Poltawski
1f42924fdd
Merge branch 'wip-MDL-50649-m29' of git://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-07-27 12:00:02 +01:00
Andrew Nicols
e54053e712
Merge branch 'MDL-46232-29' of git://github.com/FMCorz/moodle into MOODLE_29_STABLE
2015-07-27 15:58:04 +08:00
Frederic Massart
1a29f44649
MDL-46232 user: Handle bulk delete of users without email addresses
2015-07-27 15:48:42 +08:00
Andrew Nicols
462104b7b4
MDL-43785 lib: Improve session timeout warnings
2015-07-27 14:30:24 +08:00
Simey Lameze
ac62233074
MDL-49360 core_lib: add new method get_local_referer()
...
This commit also replace all usages of $_SERVER['HTTP_REFERER'] and get_referer().
2015-07-27 11:59:28 +08:00
AMOS bot
5dd4dd5e24
Automatically generated installer lang files
2015-07-26 00:04:04 +08:00
Mark Nelson
9aa6d6a434
MDL-50535 core_course: disabled 'gradepass' field when no ratings set
2015-07-24 13:48:01 -07:00
Gedion Woldeselassie
28b91e26c1
MDL-50894 lib/conditionlib: Occasional cron error
...
Inhibit division by zero error warnings when rawgrademax and rawgrademin are
equal. The change does not affect existing functional behavior.
2015-07-24 11:16:57 -05:00
David Monllao
358cd4e54a
MDL-44962 mod_wiki: No input filter
...
Thanks to Tim Lock for the partial fix.
2015-07-24 16:34:29 +02:00
Marina Glancy
c3bf02945a
MDL-22819 tags: fix breadcrumb on manage tags page
2015-07-24 21:28:17 +08:00
Marina Glancy
e2b49dde9e
MDL-50649 report: query optimisation
2015-07-24 17:39:01 +08:00
Jetha Chan
f4935dd9fe
MDL-50868 weblib: add unit test for ruby support
2015-07-24 14:12:01 +09:00
Jetha Chan
841fe2b2e8
MDL-50868 weblib: add ruby support to purify_html
2015-07-24 14:12:01 +09:00
AMOS bot
a3f0e47c49
Automatically generated installer lang files
2015-07-24 00:04:20 +08:00
Dan Poltawski
cd02b264bd
weekly release 2.9.1+
2015-07-22 20:43:03 +01:00
Dan Poltawski
d821b4a848
Merge branch 'install_29_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_29_STABLE
2015-07-22 20:43:00 +01:00
Andrew Nicols
f23a44de04
Merge branch 'MDL-50563-m29' of https://github.com/NeillM/moodle into MOODLE_29_STABLE
2015-07-22 09:19:32 +08:00
Andrew Nicols
7dd47eec3e
Merge branch 'MDL-50762-MOODLE29' of https://github.com/luryus/moodle into MOODLE_29_STABLE
2015-07-22 09:12:50 +08:00
Andrew Nicols
d1c480c72d
Merge branch 'MDL-50699-29' of https://github.com/pauln/moodle into MOODLE_29_STABLE
2015-07-22 09:07:54 +08:00
Andrew Nicols
0964d538fe
Merge branch 'MDL-50525_2.9' of https://github.com/andrewhancox/moodle into MOODLE_29_STABLE
2015-07-22 08:58:39 +08:00
Andrew Nicols
ca719d2df8
Merge branch 'MDL-50523_2.9' of https://github.com/andrewhancox/moodle into MOODLE_29_STABLE
2015-07-22 08:46:56 +08:00
Dan Poltawski
cce7558a9f
MDL-50663 blocks: minor style fixes
2015-07-21 15:41:39 +01:00
Dan Poltawski
2d87c112f8
Merge branch 'MDL-50663' of https://github.com/sk-unikent/moodle into MOODLE_29_STABLE
2015-07-21 15:40:16 +01:00
Dan Poltawski
106fd4f300
Merge branch 'MDL-50293_29' of https://github.com/Syxton/moodle into MOODLE_29_STABLE
2015-07-21 12:51:58 +01:00
Marina Glancy
e6e6926103
MDL-50874 block: basic tests for tag-related blocks
2015-07-21 17:01:21 +08:00
Dan Poltawski
52788d744e
Merge branch 'MDL-50639_mod_book_fontsize_M29' of https://github.com/barrysspace/moodle into MOODLE_29_STABLE
2015-07-21 09:08:14 +01:00
Andrew Nicols
6fb892c16f
Merge branch 'MDL-49618-m29' of https://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-07-21 12:16:46 +08:00
Andrew Nicols
c5d7c66e51
Merge branch 'MDL-47230_M29' of https://github.com/barrysspace/moodle into MOODLE_29_STABLE
2015-07-21 11:23:00 +08:00
Andrew Nicols
f7b362485c
Merge branch 'wip-MDL-41650-m29' of https://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-07-21 09:37:08 +08:00
Andrew Hancox
3439fa1a22
MDL-50523 mod_assign: Conditionally disable activity setting
...
On activity settings form if "Students submit in groups" is set to no then
disable "Require group to make submission" setting.
2015-07-20 19:45:28 +01:00
Andrew Hancox
bd103e4288
MDL-50525 mod_assign: Moved preventsubmissionnotingroup
...
Moved preventsubmissionnotingroup to between teamsubmission and
requireallteammemberssubmit to keep all settings related to
group submissions together.
2015-07-20 19:43:01 +01:00
AMOS bot
35b097d9fa
Automatically generated installer lang files
2015-07-21 00:04:37 +08:00
pau.ferrer-ocana
a457117ca8
MDL-49440 lib: Date picker duplicated week day names repaired
...
Thanks Marc Català for the patch
2015-07-20 14:03:07 +01:00
Dan Poltawski
54588deffa
Merge branch 'wip-MDL-50678-m29' of git://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-07-20 13:54:02 +01:00
Dan Poltawski
496955cc9f
Merge branch 'wip-MDL-50612-m29' of https://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-07-20 10:12:25 +01:00
AMOS bot
3d4c68aa36
Automatically generated installer lang files
2015-07-20 00:05:01 +08:00
apsdehal
b6852df791
MDL-41650 Tags: Changed css classes of errors and success notice
2015-07-19 20:23:35 +08:00
AMOS bot
b1f85cb018
Automatically generated installer lang files
2015-07-18 00:05:22 +08:00
Lauri Koskela
6532e2871e
MDL-50762 tool_capability: Do not hide first capability in list
2015-07-17 15:32:53 +03:00
Neill Magill
bb4bab30bd
MDL-50563 blocks: A hidden block that is dropped should be dimmed
...
Before this patch when dragging and dropping a hidden block it would display as though visible when it was dropped.
This is only a display issue, as a page refresh caused it to be dimmed in its new position.
2015-07-17 09:24:11 +01:00
Barry Oosthuizen
aa7742e105
MDL-50639 mod_book: Remove 0.8em font sizes
2015-07-17 08:48:14 +01:00
AMOS bot
9d2c5fb75b
Automatically generated installer lang files
2015-07-17 00:05:06 +08:00
Syxton
f1f4daba91
MDL-50293 navigation: File name not wrapping
...
A long File name doesn't always wrap correctly in the Navigation block.
2015-07-16 10:24:34 -04:00
Michael Aherne
8621a178a1
MDL-50490 cron: Prevent tasks from leaving uncommitted transactions
2015-07-16 11:43:35 +01:00
Dan Poltawski
7fa73576b5
weekly release 2.9.1+
2015-07-16 08:16:21 +01:00
Juan Leyva
fc0103cc80
MDL-50816 notes: Delete never met condition code
2015-07-15 15:27:33 +02:00
Eric Merrill
141ce827df
MDL-50833 report: Still make a chart if there are no logs
2015-07-15 09:13:58 -04:00
Barry Oosthuizen
a00cff0291
MDL-47230 mod_book: Sub chapter bullet formatting
2015-07-15 09:35:56 +01:00
Marina Glancy
c82ce1017b
MDL-50678 mod_glossary: removed extra login check
2015-07-15 14:19:26 +08:00
Dan Poltawski
9d5e9a3d4d
Merge branch 'MDL-37832-M29' of git://github.com/lazydaisy/moodle into MOODLE_29_STABLE
2015-07-14 10:14:13 +01:00
Dan Poltawski
30ce935ea8
Merge branch 'MDL-50814-29' of git://github.com/jleyva/moodle into MOODLE_29_STABLE
2015-07-14 08:55:07 +01:00
Mary Evans
e842d0538d
MDL-37832 theme: Improved "My Moodle" expandable/collapsible caption.
2015-07-14 08:53:31 +01:00
Marina Glancy
12b24e0893
MDL-50612 grades: remove gradepass if there is no grading
2015-07-14 13:15:08 +08:00
Pierre GUINOISEAU
82860ddf9a
MDL-50612 grades: do not remove grade box if gradepass field exists
2015-07-14 13:15:08 +08:00
Dan Poltawski
4d12cb69e4
Merge branch 'MDL-50711_M29' of git://github.com/lazydaisy/moodle into MOODLE_29_STABLE
2015-07-13 16:14:17 +01:00
Dan Poltawski
3721921799
Merge branch 'MDL-50799-29' of git://github.com/merrill-oakland/moodle into MOODLE_29_STABLE
2015-07-13 16:08:20 +01:00
Damyon Wiese
60b6746994
MDL-50784 ajax: Require a sesskey for all ajax requests.
...
This needs to be done before we can expose any webservices that
change state, or return private info to ajax (to prevent CSRF).
Currently there are no webservices exposed to ajax that meet these
criteria - so this issue is to prevent future security issues.
2015-07-13 16:49:04 +02:00
Juan Leyva
d1c463d65e
MDL-50814 badges: Fix incorrect default ordering
2015-07-13 15:09:59 +02:00
Dan Poltawski
2f238bcf59
Merge branch 'MDL-50806-29' of git://github.com/merrill-oakland/moodle into MOODLE_29_STABLE
2015-07-13 13:45:58 +01:00
Dan Poltawski
34ab3eea77
Merge branch 'MDL-50798-29' of git://github.com/merrill-oakland/moodle into MOODLE_29_STABLE
2015-07-13 13:35:31 +01:00
Dan Poltawski
9908ce7f04
Merge branch 'MDL29-50800' of https://github.com/dkleto/moodle into MOODLE_29_STABLE
2015-07-13 13:27:39 +01:00
Dan Poltawski
6066cb4f1d
Merge branch 'm29_MDL-49647' of https://github.com/danmarsden/moodle into MOODLE_29_STABLE
2015-07-13 10:05:26 +01:00
Paul Nicholls
2d858fb001
MDL-43709 Forum: Reset forums not working with multiple forum types
...
The SQL being generated from the selected forum types on the course reset
form was using AND, resulting in never matching anything if more than one
forum type was selected for resetting (as each forum can only have one
type). This should use $DB->get_in_or_equal() to generate sensible SQL.
2015-07-13 16:18:49 +12:00
Adam Riddell
5ca31b1621
MDL-50800 question: Add missing make_answer method
...
question/type/calculatedmulti/questiontype.php:
- Add public make_answer method so that apply_attempt_state
method in qtype_multichoice_base does not cause a fatal
error when attempting to call make_answer.
2015-07-13 09:45:32 +10:00
Mary Evans
bba5f72513
MDL-50711 theme_bootstrapbase: Added inverse horizontal divider colors.
2015-07-12 02:54:28 +01:00
Eloy Lafuente (stronk7)
c736b82694
weekly release 2.9.1+
2015-07-10 18:11:30 +02:00
Eric Merrill
9aa4a14744
MDL-50806 questions: Allow more memory when doing a question import
2015-07-09 12:46:41 -04:00
Dan Marsden
1a4957d59d
MDL-49647 mod_scorm: correct escaping of javascript content.
2015-07-09 16:57:36 +12:00
Eric Merrill
a47e912d14
MDL-50799 question: Improve Show all text to be more accurate
2015-07-08 22:03:11 -04:00
Marina Glancy
eed580748c
MDL-49618 forum: apply format_string
2015-07-09 08:02:52 +08:00
Eric Merrill
f39d3f94b8
MDL-50798 question: Raise time limit when rendering questions
...
Rendering a large number of questions may be quite slow, so we want to
raise the limit.
We don’t call raise() in the loop because the quiz buffer captures this
function for a AJAX script, and we should only call raise if we expect
a corresponding output to the users browser. This helps to prevent
unexpected load balancer disconnects. See core_php_time_limit::raise()
for more details.
2015-07-08 15:49:48 -04:00
Eloy Lafuente (stronk7)
a09d176ea9
Merge branch 'MDL-50489-29' of git://github.com/jleyva/moodle into MOODLE_29_STABLE
2015-07-07 19:13:08 +02:00
Eloy Lafuente (stronk7)
f9f4fe80e6
Merge branch 'MDL-49185-29' of git://github.com/lameze/moodle into MOODLE_29_STABLE
2015-07-07 16:59:17 +02:00
Dan Poltawski
25717253d6
MDL-50466 logstore: bump version to load new task definitions
2015-07-07 15:09:24 +01:00
Dan Poltawski
a3acae963d
MDL-50295 output: prevent 'emoji' arrows
...
We need to append U+FE0E VARIATION SELECTOR-15 to the arrow to ensure
our l/rarrows are displayed as text icons, not 'emoji' icons.
See http://unicode.org/reports/tr51/#Diversity for more details of why
this changed in iOS 8.3+.
2015-07-07 14:26:54 +01:00
Michael Aherne
200ff69b41
MDL-50466 tasks: Specific minute values for log cleanup
2015-07-07 09:39:05 +01:00
Dan Poltawski
5a178ce23c
MDL-50653 myprofilelib: fix stray ending dl tag
...
(That is outputing content, rest of function is not!)
2015-07-07 08:54:15 +01:00
Dan Poltawski
cccef4ca28
Merge branch 'MDL-50653-m29' of https://github.com/bmbrands/moodle into MOODLE_29_STABLE
2015-07-07 08:54:11 +01:00
Dan Poltawski
c746755c15
MDL-50749 js: add some TODOs to some small hacks
2015-07-07 08:50:40 +01:00
Dan Poltawski
564f346e12
Merge branch 'MDL-50749-29' of https://github.com/mackensen/moodle into MOODLE_29_STABLE
2015-07-07 08:50:33 +01:00
Bas Brands
2aeb97163e
MDL-50653 user: forgotten closing div tag on the page
...
The /user/view.php was missing a closing div for the <div class="description">
causing the page grid to break on any Bootstrap 3 based theme.
2015-07-06 09:39:11 +02:00
Charles Fulton
e50d52bd3a
MDL-50749 course: add fake element for behat compatibility
2015-07-03 19:54:45 +00:00
Eloy Lafuente (stronk7)
c948f378b9
Moodle release 2.9.1
2015-07-03 13:38:26 +02:00
Eloy Lafuente (stronk7)
9ecb4e3abd
Merge branch 'MDL-50757-29' of git://github.com/damyon/moodle into MOODLE_29_STABLE
2015-07-03 11:27:17 +02:00
Damyon Wiese
17bb213dd3
MDL-50757 upgrade: Unset config value that will never be used again
2015-07-03 16:46:01 +08:00
Adrian Greeve
3c23a2cd2e
MDL-50757 gradebook: Update fix for pre 2.8 upgrades.
...
Moodle installations that updated before the 2.8 grade push
were being flagged for a gradebook freeze. This was resulting in
calculated grades being shown as different to how they were
displayed before the upgrade. This fix retains the original
grade value.
2015-07-03 13:16:29 +08:00
Dan Poltawski
461f479dde
weekly release 2.9+
2015-07-02 14:26:11 +01:00
Dan Poltawski
8946171eca
Merge branch 'install_29_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_29_STABLE
2015-07-02 14:26:06 +01:00
Juan Leyva
54f5401149
MDL-50489 forum: Handle qanda forums in get_forum_discussions_paginated
...
I removed the last qanda checks in forum_user_can_see_discussion because they are not necessary and
they make the external function fail.
A user in a qanda forum can always see a discussion (he needs to see the discussion to be able to reply).
What he cannot see are the other user posts unless he has replied to the discussion once and the edition period
(usually 30 minutes) has ended.
Note also that forum_user_can_see_discussion was originally only used when displaying forums in blog format
in order to display the button show more or not, this is the reason this wasn't detected before.
2015-07-02 10:54:50 +02:00
Marina Glancy
038b33f0fd
MDL-48239 grades: corrected docs url for calculation changes
2015-07-02 15:49:59 +08:00
Marina Glancy
ff6fe05733
MDL-48239 grades: fix notification class
2015-07-02 15:49:56 +08:00
Adrian Greeve
9ca6dcd3ba
MDL-48239 gradebook: Oracle fix for string compare.
...
Update to upgradelib.php where string comparisions cause
phpunit failures in Oracle.
2015-07-02 12:30:33 +08:00
Eloy Lafuente (stronk7)
7d803c4c52
Merge branch 'wip-MDL-48239-29' of git://github.com/abgreeve/moodle into MOODLE_29_STABLE
2015-07-02 05:42:23 +02:00
Adrian Greeve
5ab9f04410
MDL-48239 gradebook: Change to calculated grade item min and max.
...
Regardless of the setting 'Min and max grades used in calculation'
Calculated grade items will always update the min and max raw grade.
2015-07-02 11:27:12 +08:00
Adrian Greeve
9b84c81dfd
MDL-48239 gradebook: Unit test for upgrade function.
2015-07-02 11:27:12 +08:00
Adrian Greeve
4a6ed0cf53
MDL-48239 gradebook: Behat tests for calculated grade items.
2015-07-02 11:27:11 +08:00
Adrian Greeve
c81c8a2ae8
MDL-48239 gradebook: Calculated grades maxgrade now able to be set.
2015-07-02 11:27:11 +08:00
Andrew Hancox
4d0d11b6d6
MDL-48970 groups: Fix hover description on groups overview page
...
If a course exists within multiple groupings then the description
should display when you mouseover any instance of it on the overview
page.
2015-07-01 21:27:40 +01:00
Rajesh Taneja
e6ad444ea1
MDL-50481 behat: SingleSelect can be urlselect and should support id/name
2015-07-01 11:23:33 +08:00
David Monllao
e87f4d63c3
Merge branch 'MDL-50497-M29' of git://github.com/lazydaisy/moodle into MOODLE_29_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2015-07-01 08:56:08 +08:00
Juan Leyva
a809a8dcce
MDL-50130 users: Filter profile fields data in external functions
2015-06-30 19:51:38 +02:00
AMOS bot
6314335c49
Automatically generated installer lang files
2015-07-01 00:04:59 +08:00
Dan Poltawski
3cb39c2a04
Merge branch 'wip-mdl-50481-m29' of https://github.com/rajeshtaneja/moodle into MOODLE_29_STABLE
2015-06-30 12:25:53 +02:00
Dan Poltawski
30e59bbc21
Merge branch 'MDL-33765_m29_offset' of git://github.com/markn86/moodle into MOODLE_29_STABLE
2015-06-30 12:20:09 +02:00
Dan Poltawski
e228ce6e04
Merge branch 'MDL-47787-m29' of https://github.com/tbannister/moodle into MOODLE_29_STABLE
2015-06-30 10:25:15 +02:00
David Monllao
d2cb356582
MDL-50569 backup: Missing get_target call
2015-06-30 10:33:14 +08:00
Dan Marsden
46460a2303
MDL-50614 mod_scorm: Improve validation on currentorg
2015-06-30 10:14:12 +08:00
David Monllao
0b715c77f2
Merge branch 'MDL-50569-29' of git://github.com/FMCorz/moodle into MOODLE_29_STABLE
2015-06-30 09:32:31 +08:00
Mark Nelson
adb234e19d
MDL-50220 mod_forum: added missing capability check
2015-06-29 18:49:21 +02:00
Eloy Lafuente (stronk7)
5656fdb9c9
Merge branch 'wip-mdl-50675-m29' of https://github.com/rajeshtaneja/moodle into MOODLE_29_STABLE
2015-06-29 18:33:08 +02:00
Eloy Lafuente (stronk7)
5710353976
MDL-50688 lib: small cleanup + http/https coverage.
2015-06-29 17:49:41 +02:00
Petr Skoda
9580c08e9e
MDL-50688 lib: fix local url validation bug
...
Change-Id: I350bb8c9ace5cc0403f083f728c100097be7aa7e
Reviewed-on: https://review.totaralms.com/8101
Tested-by: Jenkins Automation <jenkins@totaralms.com >
Reviewed-by: Sam Hemelryk <sam.hemelryk@totaralms.com >
Reviewed-by: Alastair Munro <alastair.munro@totaralms.com >
2015-06-29 17:49:38 +02:00
Skylar Kelty
27478ecd47
MDL-50663 blocks: Fix /my/ page when in non-user context
2015-06-29 11:34:10 +01:00
Nadav Kavalerchik
a2f36ceef5
MDL-50708 SCORM: Right align menu item folder icon, when in RTL mode.
2015-06-29 15:58:13 +08:00
Frederic Massart
d3e9d99ccb
MDL-50569 grades: Restore as merge always ignores minmaxtouse
2015-06-29 14:25:58 +08:00
Frederic Massart
a603cb5af4
MDL-50569 grades: Handle minmaxtouse in backup/restore
2015-06-29 14:25:58 +08:00
David Monllao
f9b6810d4e
Merge branch 'MDL-50646-29-preflang' of git://github.com/mudrd8mz/moodle into MOODLE_29_STABLE
2015-06-29 13:36:27 +08:00
David Monllao
0b89c8dd85
Merge branch 'MDL-50652_29' of git://github.com/reskit/moodle into MOODLE_29_STABLE
2015-06-29 13:02:06 +08:00
Mark Nelson
f521c1e769
MDL-33765 filter_glossary: fixed jshint warning
2015-06-28 21:45:44 -07:00
Martin Mastny
4ca8ff532b
MDL-33765 filter_glossary: Stacking JS windows with offset
2015-06-28 21:45:44 -07:00
Martin Mastny
d5720db41e
MDL-33765 mod_glossary: Concept in ajax request not linking to itself
2015-06-28 21:45:44 -07:00
David Monllao
b04406e697
Merge branch 'wip_MDL-50659_m29' of git://github.com/gjb2048/moodle into MOODLE_29_STABLE
2015-06-29 11:48:12 +08:00
Rajesh Taneja
064cfdff92
MDL-50675 repository_wikimedia: Fixed title varaible
2015-06-29 09:57:03 +08:00
Rajesh Taneja
dfec225a37
MDL-50675 repository_wikimedia: Wikimedia is using https and not http
2015-06-29 09:57:02 +08:00
Mary Evans
b4faba939d
MDL-50497 theme_bootstrapbase: Divider colours look wrong when inverted
2015-06-26 22:49:54 +01:00
Gareth J Barnard
5409b5a7ec
MDL-50659 themes: Regression: Drag a link makes icons move.
2015-06-26 11:43:53 +01:00
Paul Nicholls
b930cd1515
MDL-50699 Lesson: "Link to next activity" empty until Lesson saved
...
Due to a logic bug, the "Link to next activity" dropdown was empty (only
contains the "None" option) until the Lesson had been saved. This minor
change allows a "next activity" to be specified when initially creating
the Lesson whilst still preventing the user from choosing the Lesson as its
own next activity.
2015-06-26 15:53:31 +12:00
Tyler Bannister
8f683efff3
MDL-47787 course: Added question delete to cm delete.
2015-06-25 16:37:52 -04:00
Marc Català
d68806edf9
MDL-50652 workshop: Workshop module allows duplicated ID number
2015-06-25 14:26:29 +02:00
Marina Glancy
a8646c70fa
MDL-49257 grades: apply freeze when restoring with contents deleting
2015-06-25 14:40:36 +08:00
David Monllao
d783a8fba7
weekly release 2.9+
2015-06-25 13:50:14 +08:00
David Monllao
147aca3043
Merge branch 'install_29_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_29_STABLE
2015-06-25 13:50:12 +08:00
Rajesh Taneja
532acaf5ac
MDL-50481 core_grades: Fixed behat feature and step to work with non-js
...
xPath used in step is not using proper oring
and fails with goutee driver. Also, feature don't
really need to be executed in js, so setting that
as non-js
2015-06-25 13:14:08 +08:00
Rajesh Taneja
bc7b926591
MDL-50481 behat: Press go button for given single select in non-js
...
For non-js mode, ensure we press the go button
for the specified single select, as there can be
multiple single selects on the page with go button
2015-06-25 13:14:08 +08:00
Marina Glancy
b3892e62a5
MDL-49257 grades: strings adjustments
2015-06-25 10:00:02 +08:00
Eloy Lafuente (stronk7)
e09d38647b
MDL-49022 auth_ldap: keep method visibility unmodified.
2015-06-24 03:07:21 +02:00
Eloy Lafuente (stronk7)
005ead1f8a
Merge branch 'wip-mdl-49022-m29' of https://github.com/rajeshtaneja/moodle into MOODLE_29_STABLE
2015-06-24 03:03:07 +02:00
Eloy Lafuente (stronk7)
c5bc16fe8a
MDL-49497 curl: keep api private and test it using reflection.
...
While strictly we should not be testing private APIs, in order
to get this backported to stables without changing visibility
we use reflection to access to such private properties and methods.
Also added one exttest to verify user agent is properly sent.
Finally, fix some wrong whitespace and changed the helper class name
to better alternative.
2015-06-23 16:25:53 +01:00
Dan Poltawski
cdca00ca81
Merge branch 'MDL-49497-29' of git://github.com/gurgus/moodle into MOODLE_29_STABLE
2015-06-23 16:25:40 +01:00
Dan Poltawski
b29b31dc12
Merge branch 'MDL-50533-29' of git://github.com/jethac/moodle into MOODLE_29_STABLE
2015-06-23 14:13:13 +01:00
Dan Poltawski
4342a37310
Merge branch 'wip-MDL-49257-m29' of git://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-06-23 11:20:28 +01:00
Rajesh Taneja
824bbbcb3f
MDL-49022 auth_ldap: Updated unit test, checking sync_user events
2015-06-23 17:02:36 +08:00
Mark Ward
fd954ad01b
MDL-49022 auth_ldap: trigger event when required.
...
When calling update_user_record() for auth_ldap the method
now has option to trigger event core\event\user_updated when
syncing with domain controller.
This means that the event will be triggered by sync_users()
but not by user_signup().
2015-06-23 17:02:36 +08:00
Marina Glancy
5edd9315d1
MDL-49257 grades: behat tests for extra credit
2015-06-23 14:24:37 +08:00
Marina Glancy
9c4b068082
MDL-49257 grades: fix bugs with extra credit weights
...
When we adjust the weights in natural grading (setup screen), the extra credit items
should not depend on other overrides. If extra credit item's weight was overriden, it stays as it is.
Otherwise it is calculated as itemgrademax / totalgrademax (total excludes extra credit items)
2015-06-23 14:24:37 +08:00
Marina Glancy
e806e2c9f7
MDL-49257 grades: introduce calculation freeze
...
In order to prevent changes in the existing grades when we fix bugs
we are introducing the gradebook code versioning. Each course may
"freeze" the code version to the older date. Freezing is usually done
during upgrade or restore and can be removed by the teacher by pressing
the button and accepting potential grade changes. There is no visible
setting and not possible to change the version back manually.
See MDL-50432 and MDL-50522
2015-06-23 14:24:33 +08:00
David Monllao
ba0e10425f
MDL-50611 testing: Extra http status code checking
2015-06-23 10:38:00 +08:00
David Monllao
0c2db45a76
Merge branch 'MDL-50611-29' of git://github.com/LukeCarrier/moodle into MOODLE_29_STABLE
2015-06-23 10:28:19 +08:00
spvickers
bfebfd5b28
MDL-49185 mod_lti: Check for all capabilities
...
Added check for explicit and implicit enabled capabilities when parsing
a custom parameter.
2015-06-23 10:26:18 +08:00
Eloy Lafuente (stronk7)
3f33350e0d
Merge branch 'MDL-50171-29' of git://github.com/jleyva/moodle into MOODLE_29_STABLE
2015-06-23 01:43:08 +02:00
Eloy Lafuente (stronk7)
c9f8064b23
Merge branch 'MDL-50089-29' of git://github.com/merrill-oakland/moodle into MOODLE_29_STABLE
2015-06-22 19:59:14 +02:00
Eloy Lafuente (stronk7)
e107f6227c
Merge branch 'MDL-50583_29' of git://github.com/dmonllao/moodle into MOODLE_29_STABLE
2015-06-22 19:22:48 +02:00
Eric Merrill
f5273c374f
MDL-50089 grades: Use grade item min/max in exports
2015-06-22 12:59:30 -04:00
Luke Carrier
0e1a2090b8
MDL-50611 test: use cURL extension to download Composer
...
The curl binary is nowhere near as common in Windows environments as it is
in Linux and Mac ones. In order to encourage more users to adopt Behat and
PHPUnit for their testing, we should avoid introducing unnecessary
hurdles.
2015-06-22 15:50:46 +01:00
Dan Poltawski
1ee0876d3d
Merge branch 'MDL-50460_M29' of git://github.com/lazydaisy/moodle into MOODLE_29_STABLE
2015-06-22 13:29:12 +01:00
Dan Poltawski
a6640dcbe5
Merge branch 'MDL-50091_29' of git://github.com/timhunt/moodle into MOODLE_29_STABLE
2015-06-22 12:06:50 +01:00
David Monllao
73441dca38
Merge branch 'MDL-50622-29-enfix' of git://github.com/mudrd8mz/moodle into MOODLE_29_STABLE
2015-06-22 17:44:31 +08:00
David Monllao
f8cc4ea4a1
Merge branch 'MDL-50561-29' of git://github.com/jleyva/moodle into MOODLE_29_STABLE
2015-06-22 16:04:10 +08:00
David Monllao
9d1d7caafd
Merge branch 'wip-MDL-50568-m29' of git://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-06-22 15:33:28 +08:00
David Monllao
d88fa5e681
Merge branch 'wip-MDL-50580-m29' of git://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-06-22 12:50:29 +08:00
Tim Hunt
76ef7726e2
MDL-50648 grader report: columns misaligned with some permissions
...
If a user can see the grader report and singleview report, but not
the user report ($CFG->grade_profilereport) then the colspans
were wrong and so the columns did not line up under the right headers.
2015-06-19 12:37:24 +01:00
David Mudrák
5ac3194c6f
MDL-50646 admin: Use site default lang as new user's preferred lang
...
As a result of MDL-49632, the preferred language is no longer part of
the "Add a new user" form. So the lang property is not passed to the
user_create_user() when creating a new user and the value always falls
back to "en" (which is the default defined in the database for this
column).
This patch makes sure that the site default language is used in such
case.
2015-06-19 13:17:52 +02:00
Helen Foster
497e490a6b
MDL-50622 lang: Merge English strings from the en_fix language pack
2015-06-19 12:13:48 +02:00
Juan Leyva
5b41ec52f7
MDL-50561 messages: Add missing __isset magic method
2015-06-19 09:44:59 +02:00
Juan Leyva
45ced3d17d
MDL-50171 data: Fixed incorrect text formatting in external functions
2015-06-19 09:44:07 +02:00
Mary Evans
200e4da537
MDL-50460 theme_bootstrapbase: Profile image overlays docked blocks.
2015-06-19 02:50:38 +01:00
AMOS bot
11189884a8
Automatically generated installer lang files
2015-06-19 00:04:11 +08:00
Dan Poltawski
ca587e8819
weekly release 2.9+
2015-06-18 14:03:11 +01:00
Dan Poltawski
bffd9c6ad2
Merge branch 'install_29_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_29_STABLE
2015-06-18 14:03:09 +01:00
Skylar Kelty
dc4e443256
MDL-50637 calendar: Fix subscription table layout
2015-06-18 13:23:27 +01:00
Tim Hunt
0aa98ebda1
MDL-50091 grade singleview: use standard API to build the link
...
Acutally the necessary code was already there. There was just some
unnecessary code that was added with the issue number MDL-47746. I have
just stripped out the unused code, which fixes the bug where a missing
activity caused a fatal error.
2015-06-17 13:56:31 +01:00
Eloy Lafuente (stronk7)
78c315db76
Merge branch 'MDL-50004-M29' of git://github.com/lazydaisy/moodle into MOODLE_29_STABLE
2015-06-17 00:59:05 +02:00
Eloy Lafuente (stronk7)
8ceecd98a8
Merge branch 'MDL-50107-29' of git://github.com/jleyva/moodle into MOODLE_29_STABLE
2015-06-17 00:16:34 +02:00
AMOS bot
775f5d6a9f
Automatically generated installer lang files
2015-06-17 00:04:02 +08:00
AMOS bot
99f4c550f2
Automatically generated installer lang files
2015-06-17 00:04:02 +08:00
Dan Poltawski
f102573e45
Merge branch 'MDL-49959_course_dnd_message_MDL29' of https://github.com/barrysspace/moodle into MOODLE_29_STABLE
2015-06-16 13:08:40 +01:00
Martin Mastny
b848eeacc8
MDL-49744 JavaScript: Glossary term window is draggable
2015-06-16 10:19:23 +01:00
Jetha Chan
c74f2c3e70
MDL-50533 theme_bootstrapbase: retarget collapse styles
2015-06-16 16:29:12 +08:00
Andrew Nicols
95554b45b6
Merge branch 'wip-MDL-50216-29' of git://github.com/abgreeve/moodle into MOODLE_29_STABLE
2015-06-16 12:22:28 +08:00
Andrew Nicols
2bea2a1918
MDL-39353 xmlrpc: Add note to upgrde.txt regarding proxybypass
2015-06-16 11:34:21 +08:00
Andrew Nicols
f934fdf46c
Merge branch 'MDL-39353-29' of https://github.com/rtcn2/moodle into MOODLE_29_STABLE
2015-06-16 11:33:16 +08:00
Martin Mastny
7d1d36e036
MDL-50216 JavaScript: Default visibility of M.core.info set to false
2015-06-16 11:20:51 +08:00
Andrew Nicols
ca4c8b1942
Merge branch 'MDL-50380-29' of git://github.com/lameze/moodle into MOODLE_29_STABLE
2015-06-16 07:58:16 +08:00
Dan Poltawski
d0a5d336f7
Merge branch 'MDL-49368_29' of git://github.com/timhunt/moodle into MOODLE_29_STABLE
2015-06-15 12:33:30 +01:00
Marina Glancy
893d5e69a0
MDL-50580 signup: move recaptcha outside of category
2015-06-15 17:14:59 +08:00
Andrew Nicols
f74ae05201
Merge branch 'MDL-50459-29' of git://github.com/jleyva/moodle into MOODLE_29_STABLE
2015-06-15 16:03:38 +08:00
Andrew Nicols
14e7f3c3b7
Merge branch 'wip-MDL-50222-m29' of git://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-06-15 15:17:04 +08:00
GeekSmith
7c6d8dd8e0
MDL-50583 upgrade: Optimize upgrade_minmaxgrade
...
Reverse join order to use existing database keys. Changed query to use the
more easily read NOT IN.
2015-06-15 10:39:26 +08:00
Andrew Nicols
e82c2eb2b1
Merge branch 'MDL-50438-29' of git://github.com/mastnym/moodle into MOODLE_29_STABLE
2015-06-15 10:21:13 +08:00
Andrew Nicols
87cd84ddb7
Merge branch 'MDL-50509-29-vartypo' of git://github.com/mudrd8mz/moodle into MOODLE_29_STABLE
2015-06-15 09:59:25 +08:00
Andrew Nicols
531908df75
MDL-50554 themes: Rebuild of bootstrapbase
2015-06-15 09:46:29 +08:00
Andrew Nicols
ced7d04d07
Merge branch 'MDL-50520-29' of git://github.com/jethac/moodle into MOODLE_29_STABLE
2015-06-15 09:26:36 +08:00
Mary Evans
d16724b42b
MDL-50004 theme: Fixes frontpage coursename and enrolment icons.
2015-06-15 00:25:56 +01:00
Gareth J Barnard
e0a114e4f5
MDL-50554 themes: Drag a link move mouse makes icons move in Chrome.
2015-06-14 21:40:16 +01:00
Dan Poltawski
0d7f387b37
weekly release 2.9+
2015-06-12 10:24:43 +01:00
Dan Poltawski
b8e8cbf3bb
Merge branch 'MDL-48618_29-test-calculated' of git://github.com/dmonllao/moodle into MOODLE_29_STABLE
2015-06-12 10:19:31 +01:00
Eloy Lafuente (stronk7)
887d0618cc
MDL-50176 repository_youtube: delay loading google service stuff
...
Loading Google client services is a little monster, eating around
2MB (opcache enabled) of memory. As far as we instantiate the
repository instances really early, no matter they are not used
later (editor, file picker, admin...).. we are delaying the
load of the service until we know we are going to use it.
Surely applying this very same (sort of lazy load) techinque
to other repositories could lead to a nice memory reduction
in lots of pages.
MDL-50176 repository_youtube: also delay the inclusion of client.
While memory was fixed with previous commit, still some extra included
files where being reported, so go crazy and move all the stuff to
the new init delayed method.
2015-06-12 10:29:03 +02:00
David Monllao
ab4665046a
MDL-48618 grades: Testing calculated items with minmaxtouse
2015-06-12 14:06:18 +08:00
Marina Glancy
72e0a56673
MDL-50568 navigation: correct cap check
2015-06-12 10:48:08 +08:00
Frederic Massart
eaf0d255b4
MDL-48618 grades: Do not run minmax upgrade for fresh installs
2015-06-11 17:16:40 +08:00
Rajesh Taneja
ebae161cdf
MDL-49659 theme_clean: Add login info in the nav bar
2015-06-11 10:00:30 +01:00
David Monllao
691c2913bb
MDL-48618 upgrade: Matching conditions and upgrade savepoints
2015-06-11 15:03:19 +08:00
David Monllao
fce1153108
MDL-48618 grades: Forcing new upgrade savepoint
2015-06-11 14:34:25 +08:00
David Monllao
2817ff06ae
Merge branch 'MDL-48618-29' of git://github.com/FMCorz/moodle into MOODLE_29_STABLE
2015-06-11 14:22:27 +08:00
Juan Leyva
61c8747a39
MDL-50107 webservices: Enable CORS in login/token.php
2015-06-10 11:36:28 +02:00
Rod Norfor
6e0401d61f
MDL-39353 xmlrpc: Add proxy support
2015-06-10 08:19:39 +01:00
Frederic Massart
3391ece9f8
MDL-48618 grades: Test for the minmax upgrade step
2015-06-10 12:42:57 +08:00
Frederic Massart
6be25bc988
MDL-48618 grades: Behat tests to cover min/max grade changes
...
The values provided as part of this test are similar to values
that can be found in 2.7. This is to ensure that users will not
experience changes in grades.
2015-06-10 12:42:57 +08:00
Frederic Massart
3eb9b4a316
MDL-48618 grades: Unit tests for grade_grade::get_min/max_grade()
2015-06-10 12:42:56 +08:00
Frederic Massart
f872eef1e9
MDL-48618 grades: Handling of inconsistencies due to min/max grades
2015-06-10 12:42:54 +08:00
Eric Merrill
0624b774d0
MDL-48618 gradebook: Only use individual min/max for aggrigate grades
2015-06-10 12:37:09 +08:00
Eloy Lafuente (stronk7)
3783dde956
Merge branch 'MDL-47480-29' of git://github.com/ankitagarwal/moodle into MOODLE_29_STABLE
2015-06-10 00:33:20 +02:00
Eloy Lafuente (stronk7)
98a8ef2777
Merge branch 'MDL-50145_m29' of git://github.com/markn86/moodle into MOODLE_29_STABLE
2015-06-09 20:43:01 +02:00
Eloy Lafuente (stronk7)
e3cd190100
Merge branch 'm29_MDL-50415_Add_PHP_Variables_In_PHPInfo_Admin_Page' of https://github.com/scara/moodle into MOODLE_29_STABLE
2015-06-09 20:37:19 +02:00
Eloy Lafuente (stronk7)
9b1539c5d6
Merge branch 'wip-mdl-50179-m29' of https://github.com/rajeshtaneja/moodle into MOODLE_29_STABLE
2015-06-09 20:33:04 +02:00
Eloy Lafuente (stronk7)
d4990e4c94
Merge branch 'MDL-50176_29' of git://github.com/aolley/moodle into MOODLE_29_STABLE
...
Fixed the plugin version to have sticky YYYYMMDD
2015-06-09 20:17:45 +02:00
Ramindu Deshapriya
99422f333b
MDL-43731 mod_book: Added Behat test to automate MDLQA-1791
2015-06-09 15:01:31 +01:00
Dan Poltawski
128a866390
Merge branch 'MDL-49659_M29' of git://github.com/lazydaisy/moodle into MOODLE_29_STABLE
2015-06-09 14:42:04 +01:00
Marina Glancy
1187ce03ec
MDL-50222 admin: do not use deprecated print_textarea()
2015-06-09 20:58:32 +08:00
Andrew Davis
8f1d67ea09
MDL-49885 core_blocks: fixed course_overview block applicable_formats()
2015-06-09 13:57:44 +01:00
Martin Mastny
97c9eaefa8
MDL-50186 forms: Removed special characters from id attribute
2015-06-09 13:32:59 +01:00
Mark Nelson
ca0042ca80
MDL-50145 mod_lesson: added behat test for multiple dashboard lessons
2015-06-09 00:49:19 -07:00
Mark Nelson
bc10960447
MDL-50145 mod_lesson: fixed issue with duplicate values
2015-06-09 00:49:18 -07:00
Jetha Chan
7d0bdbe264
MDL-50520 templates: fix helpers not firing inside pix helper
2015-06-09 15:23:43 +08:00
Rajesh Taneja
4c07dea461
MDL-50179 lesson: Get student/attempts only when showing overview
2015-06-09 09:35:02 +08:00
Rajesh Taneja
b09e7b4c7d
MDL-50179 behat: Use %d for windows compatibility
2015-06-09 09:34:52 +08:00
Eloy Lafuente (stronk7)
c0be92c749
Merge branch 'MDL-50394_m29' of git://github.com/markn86/moodle into MOODLE_29_STABLE
2015-06-08 18:40:38 +02:00
Eloy Lafuente (stronk7)
ee4c6f78c6
Merge branch 'MDL-50408_29' of git://github.com/dmonllao/moodle into MOODLE_29_STABLE
2015-06-08 15:49:16 +02:00
Juan Leyva
e003e65ea8
MDL-50459 messages: Handle deleted users in external functions
2015-06-08 14:38:43 +02:00
David Mudrák
b25bb3cf29
MDL-50509 datalib: Fix the typo in the variable name
...
The line is supposed to sanitize the function parameter.
2015-06-08 11:16:39 +02:00
Dave Cooper
5d8cfda315
MDL-49497 curl: Add configurable User-Agent unit tests.
2015-06-08 17:02:54 +08:00
Dave Cooper
1f2fbac207
MDL-49497 curl: Allow configurable User-Agent.
...
Thanks to Kartik Yadav for assistance with this patch.
2015-06-08 17:02:54 +08:00
Barry Oosthuizen
7955318e45
MDL-49959 course: Fix hidden drag and drop message
2015-06-08 09:35:59 +01:00
David Monllao
2799e8f70e
MDL-50408 tool_log: Extra deprecation tip
...
Adding a debugging message and returning alternative data to keep backwards
compatibility as get_readers is a widely used function.
2015-06-08 15:57:41 +08:00
Eloy Lafuente (stronk7)
69ece23a48
Merge branch 'MDL-50456-29' of git://github.com/damyon/moodle into MOODLE_29_STABLE
2015-06-07 21:56:37 +02:00
Juan Leyva
1eb297becf
MDL-50493 forum: Handle correctly qanda forums in get_discussion_posts
2015-06-06 00:01:34 +02:00
Mary Evans
a81d590726
MDL-49659 theme: Removed home link and limited login info in secure.php
...
Credits: Thanks go to Andreas Hruska [https://github.com/ahruska ] for the original patch for this issue.
2015-06-04 17:45:51 +01:00
Eloy Lafuente (stronk7)
c3661ca0cc
weekly release 2.9+
2015-06-04 12:09:15 +02:00
Eloy Lafuente (stronk7)
5be5d4d2c9
Merge branch 'install_29_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_29_STABLE
2015-06-04 12:09:10 +02:00
Rajesh Taneja
629f298ce7
MDL-47995 lib: encode title properly, before additing it to image title
2015-06-04 12:56:20 +08:00
Matteo Scaramuccia
8172729a07
MDL-50415 Admin: added the PHP Variables section in the PHPinfo page.
2015-06-03 21:19:07 +02:00
Eloy Lafuente (stronk7)
78285d5c9c
Merge branch 'MDL-47995-29' of git://github.com/lameze/moodle into MOODLE_29_STABLE
2015-06-03 11:10:57 +02:00
Simey Lameze
1fab00298d
MDL-50380 mod_wiki: fix missing parameter on wiki edit files page
...
Also fixing a typo on the $referer variable.
2015-06-03 16:46:25 +08:00
Damyon Wiese
e27f30b7c8
MDL-50456 Javascript: Fix simple logic error in core/url amd module
2015-06-03 15:59:53 +08:00
Mark Nelson
3af357dd2c
MDL-50394 core_course: fixed form validation of 'gradepass'
2015-06-03 00:36:13 -07:00
Dan Poltawski
c5e83ccab0
Merge branch 'MDL-49323-29' of git://github.com/nmoller/moodle into MOODLE_29_STABLE
2015-06-02 13:23:29 +01:00
Dan Poltawski
ea20d927ad
Merge branch 'MDL-46927_m29' of git://github.com/markn86/moodle into MOODLE_29_STABLE
2015-06-02 09:03:53 +01:00
Martin Mastny
6964dc6e73
MDL-50438 filter_glossary: Added missing exception classes
2015-06-02 14:22:43 +08:00
Mark Nelson
80f8e00bd7
MDL-46927 core_files: fixed issue with system course restores
...
When clicking on 'Restore' next to a file in the 'Course
backup area' in the system context the message 'Sorry,
the requested file could not be found' was displayed.
This fix adds missing functionality to the class
'file_info_context_system' so that the file information
is correctly returned.
2015-06-01 23:09:17 -07:00
Ankit Agarwal
53f0b8ae3c
MDL-47480 tasks: Define order for getting tasks
2015-06-02 08:18:42 +05:30
AMOS bot
377ec4c107
Automatically generated installer lang files
2015-06-02 00:04:16 +08:00
Nelson Moller
659c60614b
MDL-49323 mod_assign: Fixed numeric validation in grade form.
...
The behat test for another decimal separator was incorporated.
2015-06-01 11:00:12 -04:00
Dan Poltawski
f0a7bbcd14
Merge branch 'MDL-50341_29' of git://github.com/timhunt/moodle into MOODLE_29_STABLE
2015-06-01 15:03:42 +01:00
Dan Poltawski
3372a99e13
MDL-50322 forum: add basic split post behat coverage
...
Also bump version for autoloading new class.
2015-06-01 14:59:41 +01:00
Martin Mastny
6f7bf269b2
MDL-50322 mod_forum: Added validation when spliting discussions
2015-06-01 14:56:31 +01:00
Dan Poltawski
a48f97d414
Merge branch 'MDL-50304_29' of https://github.com/jinhofer/moodle into MOODLE_29_STABLE
2015-06-01 13:21:55 +01:00
Dan Poltawski
8f4a31ce65
MDL-50406 less: build css
2015-06-01 12:01:07 +01:00
Dan Poltawski
4f27bea28b
Merge branch 'MDL-50406_M29' of git://github.com/nadavkav/moodle into MOODLE_29_STABLE
2015-06-01 11:42:23 +01:00
Dan Poltawski
caaf4113ce
Merge branch 'MDL-50309_m29' of git://github.com/markn86/moodle into MOODLE_29_STABLE
2015-06-01 10:26:50 +01:00
Dan Poltawski
5ed79f4e97
Merge branch 'MDL-49707-29' of git://github.com/ankitagarwal/moodle into MOODLE_29_STABLE
2015-06-01 10:19:37 +01:00
Ankit Agarwal
1f797413d4
MDL-49707 inbound: localpart should be < 15
2015-06-01 10:10:39 +05:30
Adam Olley
28e427c0f9
MDL-50176 repository_youtube: Switch to using YouTube Data API
...
As of April 20, 2015, the old API used by repository_youtube is no longer
accessible. This change switches over to using the standard Google Data
API v3.
Unfortunately this means that to search YouTube, a developer api key is now
*required*.
Special thanks to UNSW for sponsoring this work.
2015-06-01 09:40:14 +09:30
Tim Hunt
71b448e27d
MDL-50341 quiz statistics: non-attempted questions broke first-try stats
...
For behaviours that allow multiple tries, and when the teacher had chosen to
generate statistics for the first tries only, and when a student had not
attempted one question, then an error occurred. It should have been classified
as no response.
2015-05-31 13:53:08 +01:00
AMOS bot
47596be087
Automatically generated installer lang files
2015-05-31 00:03:58 +08:00
Nadav Kavalerchik
199fbeb647
MDL-50406 Messages: Right align messages menu box, in RTL mode.
2015-05-30 12:13:16 +03:00
AMOS bot
8389e416a4
Automatically generated installer lang files
2015-05-30 00:04:06 +08:00
AMOS bot
3143816be1
Automatically generated installer lang files
2015-05-29 00:03:59 +08:00
jinhofer
5a561e90c3
MDL-50304 atto/plugins/table: Fixed _addRowAfter function
2015-05-28 07:55:26 -05:00
AMOS bot
314eb4342c
Automatically generated installer lang files
2015-05-28 14:21:58 +08:00
Mark Nelson
b73491b280
MDL-50309 core_upgrade: fixed undefined '$customusermenuitems' notice
2015-05-27 22:43:25 -07:00
David Monllao
d91491569c
weekly release 2.9+
2015-05-28 10:55:09 +08:00
David Monllao
a38b6660e4
Merge branch 'MDL-50373_29' of git://github.com/timhunt/moodle into MOODLE_29_STABLE
2015-05-28 09:28:10 +08:00
Tim Hunt
18dd4e5d9b
MDL-50373 questions: random Qs must not pick deleted or sub- questions
...
This was a regression caused by MDL-6340. I missed the necessary
AND parent = 0 AND hidden = 0
in one query of the question table.
2015-05-27 20:35:24 +01:00
Eloy Lafuente (stronk7)
3d944b0454
Merge branch 'wip-mdl-49806-m29' of https://github.com/rajeshtaneja/moodle into MOODLE_29_STABLE
2015-05-27 12:36:49 +02:00
David Monllao
a8b977172a
MDL-50330 blog: Make other users blogs accessible
2015-05-27 14:10:20 +08:00
David Monllao
deb125fa6d
Merge branch 'MDL-50340-29' of git://github.com/ankitagarwal/moodle into MOODLE_29_STABLE
2015-05-27 11:58:41 +08:00
Rajesh Taneja
1cb3091780
MDL-49772 behat: Removed optimization as it's not required
...
This api is called very few times in behat
initilisation process, so such optimization
is an over engineer. Hence removing it.
2015-05-27 11:51:34 +08:00
Rajesh Taneja
3ac8f0c5e3
MDL-49806 behat: Ensure user is marked complete before runnning cron
2015-05-27 09:25:47 +08:00
Aaron Barnes
7ee737690a
MDL-49611 completion: Update dangling err_nocriteria lang strings
2015-05-27 08:49:46 +08:00
Eloy Lafuente (stronk7)
e600df800c
Merge branch 'wip-mdl-49772-m29' of https://github.com/rajeshtaneja/moodle into MOODLE_29_STABLE
2015-05-27 01:45:50 +02:00
Eloy Lafuente (stronk7)
b77a45c3a2
Merge branch 'wip-MDL-50191-m29' of https://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-05-26 18:19:49 +02:00
Dan Poltawski
0e0e83abdf
Merge branch 'MDL-50318-29-courseresources' of git://github.com/mudrd8mz/moodle into MOODLE_29_STABLE
2015-05-26 13:05:06 +01:00
Dan Poltawski
777f822fad
Merge branch 'MDL-49787_email_attachments_symlink_fix_29' of https://github.com/iamandrew/moodle into MOODLE_29_STABLE
2015-05-26 12:56:31 +01:00
Dan Poltawski
a694acd9b8
Merge branch 'MDL-49776-29' of git://github.com/lameze/moodle into MOODLE_29_STABLE
2015-05-26 11:53:46 +01:00
Marina Glancy
0676b9c186
MDL-49560 webservice: avoid recursion in soap
...
Thanks to El Leonidych for providing a patch
2015-05-26 11:33:42 +01:00
Dan Poltawski
5c5fb8bd8f
Merge branch 'MDL-50271-29' of git://github.com/jleyva/moodle into MOODLE_29_STABLE
2015-05-26 11:31:48 +01:00
David Monllao
cdd1fcbf45
Merge branch 'MDL-50344-29' of git://github.com/ankitagarwal/moodle into MOODLE_29_STABLE
2015-05-26 17:29:38 +08:00
Jetha Chan
55cf90e9db
MDL-48664 output: change paging_bar to not use non-breaking spaces
2015-05-26 14:46:12 +08:00
Ankit Agarwal
f59d6a6fcf
MDL-50340 adminstration: Fix restore course links
2015-05-26 12:04:41 +05:30
David Monllao
ad9131d75d
Merge branch 'MDL-46550-29' of git://github.com/ankitagarwal/moodle into MOODLE_29_STABLE
2015-05-26 12:29:17 +08:00
David Monllao
6e54261fe8
Merge branch 'MDL-50289-29-notes' of git://github.com/mudrd8mz/moodle into MOODLE_29_STABLE
2015-05-26 12:23:34 +08:00
Dan Poltawski
fdfea113b5
Merge branch 'MDL-50313-29-featureidnumber' of git://github.com/mudrd8mz/moodle into MOODLE_29_STABLE
2015-05-25 13:54:06 +01:00
Dan Poltawski
267238bac4
Merge branch 'MDL-50321-29-modupgradetxt' of git://github.com/mudrd8mz/moodle into MOODLE_29_STABLE
2015-05-25 12:30:34 +01:00
Nadav Kavalerchik
83a061c8e8
MDL-40592 assign/grading: Display default user picture, if none is set.
2015-05-25 12:28:49 +01:00
Martin Mastny
e1cd01e60e
MDL-49493 backup: Implemented missing methods for anonymous backup
2015-05-25 12:02:02 +01:00
David Mudrák
32eb50d49b
MDL-50289 notes: No navigation to notes if the feature is disabled
2015-05-25 12:36:10 +02:00
David Monllao
c3b65cc9e9
Merge branch 'wip-MDL-49572-m29' of git://github.com/marinaglancy/moodle into MOODLE_29_STABLE
2015-05-25 17:54:31 +08:00
Damien Bezborodov
544a4f57ec
MDL-50285 gradereport_user: Grade categories calculate wrong with suspended users (Student's view)
2015-05-25 17:44:09 +08:00
Ankit Agarwal
44ad175eda
MDL-50344 restore: Make restore file required
2015-05-25 12:08:51 +05:30
spvickers
628bee355e
MDL-49776 mod_lti: Set parameter in privacy check
...
Moved sending of the lis_result_sourcedid parameter to within the block
which checks that grades are being accepted for the link.
2015-05-25 13:02:11 +08:00
iclearn
fcd6880e1e
MDL-47995 mod_url: add proper title encoding on url mod
2015-05-25 12:55:22 +08:00
iclearn
159a8fda78
MDL-47995 mod_resource: properly encode resource title
2015-05-25 12:55:22 +08:00
Juan Leyva
ecdadf2a18
MDL-50271 webservices: Allow to load multiple themes in WS_SERVER mode
2015-05-22 13:27:14 +02:00
Adrian Greeve
c1813cf5d9
MDL-50330 blog: Behat test for blog visibility.
2015-05-22 16:15:59 +08:00
Adrian Greeve
ed97ad100b
MDL-50330 blog: Fixed fatal error accessing blogs.
2015-05-22 16:15:46 +08:00
Tim Hunt
609e3cfc0b
MDL-49368 qtypes match & multichice: cope with editing after attempt
...
Teachers should not radically edit a question after it has been
attempted. However, if they do, we should handle it gracefully, rather
than triggering PHP errors.
2015-05-21 18:17:40 +01:00
David Mudrák
f2a6afba21
MDL-50321 docs: Add info about deprecated method into mod/upgrade.txt
...
This was forgotten in MDL-49101.
2015-05-21 18:03:26 +02:00
David Mudrák
60fa8157f2
MDL-50318 course: Fix the URL of embedded images at resources overview
...
Not only mod_resource instances are listed here. All modules that
declare their FEATURE_MOD_ARCHETYPE as MOD_ARCHETYPE_RESOURCE (well, all
but those without own view page, such as mod_label) are listed. So we
must use the real plugin name when rendering the intro field.
2015-05-21 17:22:42 +02:00
David Mudrák
723f9b73eb
MDL-50313 docs: Fix the documentation for the FEATURE_IDNUMBER constant
...
The constant is used by course/moodleform_mod.php to decide whether the
field 'ID number' (cmidnumber) should be included in the common module
settings section of the activity settings form. Activity modules that do
not use grades (such as the Label) can explicitly return false when
checking for this feature support. By default, all activity modules are
supposed to support it.
2015-05-21 16:51:31 +02:00
Eloy Lafuente (stronk7)
4cf3969700
weekly release 2.9+
2015-05-21 12:37:27 +02:00
Rajesh Taneja
73cc1d04c9
MDL-49772 behat: Added support to updatestep file by parallel run
2015-05-21 14:46:13 +08:00
Marina Glancy
bd13927c47
MDL-50191 cohorts: check manage cap to display hide icon
2015-05-21 11:11:42 +08:00
Andrew Nicols
198c3fb3f0
MDL-50277 Javascript: Hardcode nodejs dependencies
...
In order to produce a consistent build across the board, we must hardcode
several package versions. We must additionally specify compatible
versions for any sub-dependency that we have a requirement upon.
In this instance, the only sub-dependency which has an effect upon the
overall output is grunt-contrib-uglify's dependency upon uglify-js.
Since change in uglify-js may lead to changes in the generated output, we
must specify a fixed version of that dependency. That version must be
compatible with the dependency signature for grunt-contrib-uglify or the
dependency manager will just download a different version.
This issue also bumps the version of uglify-js to a version which changes
the output. This is the latest version at time of commit.
2015-05-20 11:09:25 +02:00
Marina Glancy
690725416b
MDL-49572 cache: correctly purge cache on event
2015-05-20 14:07:11 +08:00
Rajesh Taneja
058b07958b
MDL-49061 behat: Fixed input name to use full activity name
2015-05-20 10:18:53 +08:00
Eloy Lafuente (stronk7)
d5307d89e3
Merge branch 'wip-mdl-50259-m29' of https://github.com/rajeshtaneja/moodle into MOODLE_29_STABLE
2015-05-19 18:02:43 +02:00
Marina Glancy
d5df44623f
MDL-49061 reports: call format_string on activities names
2015-05-19 15:00:46 +01:00
Dan Poltawski
dfa7e964c5
Merge branch 'wip-mdl-50203-m29' of https://github.com/rajeshtaneja/moodle into MOODLE_29_STABLE
2015-05-19 12:38:58 +01:00
Ankit Agarwal
7c964c9fac
MDL-50276 forums: Add a new line in forum emails
2015-05-19 15:47:02 +08:00
Dan Poltawski
d014bdea09
Merge branch 'wip-mdl-50116-m29' of https://github.com/rajeshtaneja/moodle into MOODLE_29_STABLE
2015-05-19 08:27:56 +01:00
Rajesh Taneja
5c57e2ad47
MDL-50259 behat: Use strict activity name checking
...
contains might select wrong activity
so using strict activity text checking
2015-05-19 14:47:24 +08:00
Rajesh Taneja
7e41013038
MDL-50116 behat: Fixed xpath for selecting table row
2015-05-19 13:36:07 +08:00
Skylar Kelty
35a0d15031
MDL-50169: Fix grade report SQL logic
2015-05-19 02:03:30 +02:00
Eloy Lafuente (stronk7)
aff87a12e2
Merge branch 'MDL-50280_29' of https://github.com/sk-unikent/moodle into MOODLE_29_STABLE
2015-05-19 01:43:13 +02:00
Eric Merrill
954626a2b9
MDL-48467 atto: Clean the textarea during submission when in HTML mode
2015-05-19 01:38:29 +02:00
Eloy Lafuente (stronk7)
41c398aa5c
Merge branch 'MDL-50197_29' of git://github.com/timhunt/moodle into MOODLE_29_STABLE
2015-05-19 00:35:40 +02:00
Eloy Lafuente (stronk7)
0809c38938
Merge branch 'MDL-50245_29' of git://github.com/timhunt/moodle into MOODLE_29_STABLE
2015-05-19 00:33:15 +02:00
Skylar Kelty
69afba56e6
MDL-50280 WebCT import scripts don't always clean up
2015-05-18 16:47:25 +01:00
Martin Mastny
44be211cb2
MDL-49949 grader: Using method to determine item name
2015-05-18 15:34:06 +01:00
Dan Poltawski
3dd7be272f
Merge branch 'MDL-49764_29' of https://github.com/jinhofer/moodle into MOODLE_29_STABLE
2015-05-18 15:28:59 +01:00
Dan Poltawski
ea3f6e2b75
Merge branch 'MDL-49906-29' of git://github.com/lameze/moodle into MOODLE_29_STABLE
2015-05-18 14:04:12 +01:00
Dan Poltawski
22d4ded11f
Merge branch 'MDL-50092_29' of git://github.com/dmonllao/moodle into MOODLE_29_STABLE
2015-05-18 13:58:21 +01:00
jinhofer
0161f4f957
MDL-49764 grade/report/grader: Fixed height issue for IE
2015-05-18 07:48:43 -05:00
Damyon Wiese
383aa049c0
MDL-50254 Mustache: Missing alias for namespaced class in mustache
...
Thanks to Francesco Bigiarini for the report and suggested fix.
2015-05-18 13:09:54 +01:00
Dan Poltawski
3257b829a8
Merge branch 'MDL-50177_29' of git://github.com/dmonllao/moodle into MOODLE_29_STABLE
2015-05-18 13:03:25 +01:00
Andrew Davidson
38a659dc10
MDL-49787 email: Updated email attachement path check to use realpath() in order to allow for symlinked temp directories
2015-05-18 12:03:40 +01:00
Ankit Agarwal
356c4ae63e
MDL-46550 logs: Fix incorrect url
...
Thanks to Nadav Kavalerchik for the suggestion on patch
2015-05-18 12:02:48 +05:30
Adrian Greeve
3f87e8e54b
MDL-49742 lib: Removed additional names on tables for sorting.
...
When additional names are disabled, they are no longer shown as
sortable headings in the enrolment and admin user tables.
2015-05-15 15:45:04 +08:00
Rajesh Taneja
859aac85c4
MDL-50116 behat: updated symfony/symfony version
2015-05-15 10:10:13 +08:00
Tim Hunt
55f468ff62
MDL-50245 quiz: fix CSS of search options in the qbank dialogue
2015-05-14 14:41:14 +01:00
David Monllao
2138e7eddc
weekly release 2.9+
2015-05-14 11:34:32 +08:00
Rajesh Taneja
f47d844c68
MDL-50203 behat: Click on link in student 1 row
2015-05-13 15:21:00 +08:00
Simey Lameze
f007447294
MDL-49906 core_user: add require login exception message
2015-05-13 13:54:48 +08:00
Damyon Wiese
4590d1be1e
MDL-25138 core_tags: remove duplicated related tags
2015-05-13 10:25:17 +08:00
Simey Lameze
a236699367
MDL-25138 core_tag: fix correlated tags query unique error
2015-05-13 10:25:11 +08:00
David Monllao
f461827532
MDL-50187 docs: Including all x.y releases
2015-05-12 09:51:55 +02:00
David Monllao
406af5521c
MDL-50177 completion: Also accepting cm integer strings
2015-05-12 12:21:39 +08:00
David Monllao
a229c2fb0f
Merge branch 'MDL-34102' of git://github.com/jmvedrine/moodle into MOODLE_29_STABLE
2015-05-12 12:09:06 +08:00
Eloy Lafuente (stronk7)
057cf60bd7
MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts
2015-05-12 00:23:59 +02:00
Tim Hunt
cd3cd9ffc3
MDL-50197 quiz editing: fix dialogue titles at the end of the quiz
2015-05-11 17:21:02 +01:00
David Monllao
5e236840b0
MDL-50092 enrol_imsenterprise: Fixing wrong field name
...
Thanks to JD for the fix.
2015-05-11 14:55:22 +08:00
Eloy Lafuente (stronk7)
cbd90c01c1
Moodle release 2.9
2015-05-10 12:16:07 +02:00
Eloy Lafuente (stronk7)
3ee8703317
Moodle release 2.9rc2
2015-05-08 12:16:23 +02:00
Eloy Lafuente (stronk7)
60c6c510bd
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2015-05-08 12:16:06 +02:00
Andrew Nicols
802dbbf882
MDL-50153 messageinbound: Normalise line endings instead of rtrim
2015-05-08 15:40:51 +08:00
Andrew Nicols
217d7f6f24
Merge branch 'MDL-50162-master' of git://github.com/FMCorz/moodle
2015-05-08 13:56:11 +08:00
David Monllao
f9c14c6135
Merge branch 'MDL-50153-master' of git://github.com/andrewnicols/moodle
2015-05-08 13:21:29 +08:00
Frederic Massart
a622bc1a96
MDL-50162 core_user: Some preferences are not updated in $USER object
2015-05-08 13:02:12 +08:00
Andrew Nicols
2d07240f23
MDL-50153 messageinbound: Make messageinbound tests dos-safe
2015-05-08 12:16:31 +08:00
Andrew Nicols
cba92dc805
MDL-50153 core: Use directory_separator when autoloading psr0 classes
2015-05-08 12:14:48 +08:00
Rajesh Taneja
f84a0d49c1
MDL-50154 behat: Resize pdf window so toolbar is always visible
2015-05-08 11:17:39 +08:00
Rajesh Taneja
0ce090c09a
MDL-50154 behat: Click on Grades link under navigation
2015-05-08 10:06:39 +08:00
Eloy Lafuente (stronk7)
7a69b19596
Merge branch 'MDL-50136-master' of git://github.com/ankitagarwal/moodle
2015-05-07 19:34:00 +02:00
Eloy Lafuente (stronk7)
88ffe4020f
Merge branch 'MDL-50152' of git://github.com/timhunt/moodle
2015-05-07 16:18:35 +02:00
Dan Poltawski
fad8ee28f1
Merge branch 'MDL-50120-master' of git://github.com/FMCorz/moodle
2015-05-07 10:52:25 +01:00
Tim Hunt
f459f29b6f
MDL-50152 forum: show if last post in a thread is unread.
2015-05-07 10:38:32 +01:00
Dan Poltawski
5b3bda80db
Merge branch 'wip-MDL-50131-master' of git://github.com/abgreeve/moodle
2015-05-07 09:26:45 +01:00
Ankit Agarwal
991efb8b1a
MDL-50136 database: Update css of search box
2015-05-07 13:40:44 +05:30
Adrian Greeve
c36c3d07ad
MDL-50131 themes: Update to upgrade.txt about renderers.
...
Information about full_header and context_header has been added to
upgrade.txt.
2015-05-07 15:47:01 +08:00
Frederic Massart
69a3587196
MDL-50120 core_user: Profile edit redirects to profile or preferences
2015-05-07 14:31:03 +08:00
Adrian Greeve
a19c4b8dd0
MDL-50039 tool_monitor: Behat update to fix selection error
2015-05-07 13:13:04 +08:00
Adrian Greeve
0f510be763
MDL-50039 tool_monitor: Additional checks for subscription.
...
Additional capability checks are now in place to stop unauthorised
users from accessing the event monitor subscription page.
Thanks to Eloy Lafuente for creating a gist with ideas of tackling
No site level capability to the rule subscription.
2015-05-07 13:13:04 +08:00
David Monllao
0f186bd62d
Merge branch 'MDL-50110' of git://github.com/ramdesh/moodle
2015-05-07 12:16:03 +08:00
Andrew Nicols
954f3f5aa8
Merge branch 'MDL-50047-master-2nd' of git://github.com/FMCorz/moodle
2015-05-07 11:36:36 +08:00
Frederic Massart
546a58bcdc
MDL-50128 mod_data: String needed escaping before being used in regex
2015-05-07 11:19:47 +08:00
Andrew Nicols
7ae030d54e
Merge branch 'master_MDL-50133' of https://github.com/danmarsden/moodle
...
Conflicts:
mod/scorm/version.php
2015-05-07 10:24:11 +08:00
Andrew Nicols
85643ff6e0
Merge branch 'MDL-49802-master' of git://github.com/FMCorz/moodle
2015-05-07 10:03:37 +08:00
Andrew Nicols
92f47ae2f9
Merge branch 'MDL-49783-master' of git://github.com/mastnym/moodle
2015-05-07 09:42:21 +08:00
Martin Mastny
eaec9cfec7
MDL-49783 forms: Collapsed form section is opened on error
2015-05-07 08:57:30 +08:00
Dan Marsden
a374769640
MDL-50133 mod_scorm: use correct captypes
2015-05-07 11:43:28 +12:00
Ramindu Deshapriya
83679e0fb9
MDL-50110 mod_book: Added Behat test to automate MDLQA-7646
2015-05-07 01:52:18 +05:30
Dan Poltawski
57fc76ab92
Merge branch 'MDL-50102' of git://github.com/stronk7/moodle
2015-05-06 10:50:35 +01:00
Frederic Massart
913784114d
MDL-49802 core_message: Prevent message being sent twice in messenger
2015-05-06 17:43:48 +08:00
David Monllao
52802cf624
Merge branch 'MDL-49870-master' of git://github.com/damyon/moodle
2015-05-06 15:30:31 +08:00
Marina Glancy
8b4568500b
MDL-49788 navigation: Ensure we only check active enrolments
2015-05-06 08:01:31 +01:00
Damyon Wiese
917bd02be5
MDL-49870 tool_templatelibrary: Allow docs in parent template only.
...
If the mustache comment containing the docs for the template is
not found in the theme overridden template, search the original
core/plugin template for the docs.
2015-05-06 14:54:56 +08:00
Salih Gedik
683f717919
MDL-49789 mod_book: filter book chapter content
2015-05-06 13:54:24 +08:00
Frederic Massart
36c1cc4dc1
MDL-50047 quiz_results: Restore handles misconfig and missing quizzes
...
We had to change back the result of instance_allow_multiple to true,
or a backup would have only restored one instance at random.
2015-05-06 13:16:01 +08:00
Marina Glancy
46be1d58ac
MDL-49718 externallib: unittest correction
2015-05-06 13:00:56 +08:00
Frederic Massart
ae742f12c1
MDL-50047 quiz_results: Upgrade handles misconfig and missing quizzes
2015-05-06 12:32:29 +08:00
Andrew Nicols
1bd3c5b846
Merge branch 'MDL-49931-master' of git://github.com/ankitagarwal/moodle
2015-05-06 12:25:56 +08:00
Andrew Nicols
43ef409276
Merge branch 'MDL-49985_master' of git://github.com/markn86/moodle
...
Conflicts:
mod/forum/post.php
2015-05-06 11:11:21 +08:00
Marina Glancy
f236dcc35c
MDL-50090 user: suspended user can login upon conrimation
2015-05-06 11:00:44 +08:00
Juan Leyva
c4a150219a
MDL-49718 webservices: Fix forced format and force external text cleaning
2015-05-06 10:56:09 +08:00
Juan Leyva
57d9a750e3
MDL-49994 files: Prevent to browse private files when are disabled
2015-05-06 10:27:18 +08:00
Andrew Nicols
8e92f48c40
Merge branch 'MDL-50001-master' of git://github.com/damyon/moodle
2015-05-06 09:13:19 +08:00
Eloy Lafuente (stronk7)
15005d91f0
MDL-50102 versions: coding style cleanup.
2015-05-05 18:23:21 +02:00
AMOS bot
07e09f2b29
Automatically generated installer lang files
2015-05-06 00:03:52 +08:00
Eloy Lafuente (stronk7)
84d6094685
MDL-50102 versions: main version mini-bump
2015-05-05 17:45:06 +02:00
Eloy Lafuente (stronk7)
26ea380d24
MDL-50102 versions: bump all versions and requires near release
...
version = planned 2015051100 release version
requires= current 2015050500 rc1 version
Note: On purpose, the course format social wrong version (2015102100)
has been kept unmodified. Looking forward a solution right now.
2015-05-05 17:43:19 +02:00
Marina Glancy
4f8b6d5674
MDL-50099 auth: less verbose account confirmed message
2015-05-05 15:33:36 +01:00
Frederic Massart
db200a8e9f
MDL-49179 setuplib: print_error() uses local URLs exclusively
2015-05-05 18:31:13 +08:00
Frederic Massart
b2687a055d
MDL-49179 weblib: Secure the direct usage of $_SERVER['HTTP_REFERER']
2015-05-05 18:31:13 +08:00
Frederic Massart
dd0607b7bb
MDL-49179 mod_forum, mod_quiz: Prevent misuse of get_referer()
2015-05-05 18:31:13 +08:00
Tim Hunt
e51fdfe0cb
MDL-49941 quiz: mod/quiz:grade should declare RISK_XSS
2015-05-05 18:31:13 +08:00
Frederic Massart
d031c2dcb9
MDL-49401 moodlelib: PARAM_LOCALURL supports loginhttps
2015-05-05 18:31:13 +08:00
Eloy Lafuente (stronk7)
b3f5865eab
Moodle release 2.9rc1
2015-05-05 12:29:09 +02:00
Eloy Lafuente (stronk7)
c12cfeac45
Merge branch 'MDL-49845-fix3-master' of git://github.com/gurgus/moodle
2015-05-05 11:42:08 +02:00
Dave Cooper
186747fd75
MDL-49845 core_user: Fix behat failures
2015-05-05 17:30:53 +08:00
Dave Cooper
4c54bc6fe1
MDL-49845 lang: Remove userspreferences string
2015-05-05 16:36:30 +08:00
Mark Nelson
9542b15671
MDL-49985 core_enrol: direct user to appropriate URL
2015-05-05 01:17:23 -07:00
Mark Nelson
b3cb726431
MDL-49985 core_course: revert commit belonging to MDL-18309
...
This reverts commit 6601690202 .
This commit was adding the 'returnurl' param unnecessarily to the
course links in the navigation block, causing a lot of long URLs
to be created.
2015-05-05 01:09:20 -07:00
Andrew Nicols
8b3ba5b370
Merge branch 'MDL-49983-master-fix-3' of https://github.com/xow/moodle
2015-05-05 15:34:00 +08:00
David Monllao
48645e475b
Merge branch 'wip-MDL-49778-master' of git://github.com/abgreeve/moodle
2015-05-05 15:20:47 +08:00
Adrian Greeve
aac6717056
MDL-49778 lib: Update to upgrade_stale_php_files_present()
2015-05-05 15:18:33 +08:00
John Okely
6289c2ea94
MDL-49983 admin: Improve user menu grades setting language strings
2015-05-05 15:13:01 +08:00
Ankit Agarwal
36bbb0b70a
MDL-49931 preferences: Add cancel button to forms
2015-05-05 10:32:14 +05:30
Damyon Wiese
e67585f8ca
MDL-50001 grunt: Make grunt work on windows
...
Unfortunately, this is not perfect yet. It will build the entire
repository every time - which takes a while because it builds all the
yui modules (On linux it correctly only builds whats in the current dir).
2015-05-05 12:15:59 +08:00
Andrew Nicols
ce16ceb667
Merge branch 'MDL-49983-master-fix-2' of https://github.com/xow/moodle
2015-05-05 11:57:03 +08:00
John Okely
ad13aff7c4
MDL-49983 lang: Remove language strings that were added in 2.9
2015-05-05 11:35:21 +08:00
Andrew Nicols
d2bec50b7c
MDL-48002 inbound: Tidy up language in unit test
2015-05-05 10:57:35 +08:00
David Monllao
96ec51bdec
Merge branch 'MDL-50055-master' of git://github.com/andrewnicols/moodle
2015-05-05 10:51:30 +08:00
David Monllao
9f3adc943b
Merge branch 'MDL-49848-master' of git://github.com/xow/moodle
2015-05-05 10:37:53 +08:00
Andrew Nicols
3e5b4aa9bc
Merge branch 'MDL-49845-fix-master' of git://github.com/gurgus/moodle
2015-05-05 10:28:50 +08:00
John Okely
172ed01a29
MDL-49848 message: Make messaging interface responsive
2015-05-05 10:27:14 +08:00
Andrew Nicols
e8cf6330c2
MDL-50055 enrol: Stop requiring javascript for behat tests
2015-05-05 10:23:18 +08:00
Andrew Nicols
2b964e1d24
MDL-50055 tests: Add new step to deal with Single Selects
2015-05-05 10:23:17 +08:00
David Monllao
a7f81bc72d
Merge branch 'MDL-48002-master' of git://github.com/ankitagarwal/moodle
2015-05-05 10:21:06 +08:00
Andrew Nicols
d29bfb25ca
Merge branch 'MDL-50084-master' of git://github.com/gurgus/moodle
2015-05-05 10:18:21 +08:00
Dave Cooper
4ad43f2a2f
MDL-49845 lang: Fixing incorrect component name for deprecated string
2015-05-05 10:01:48 +08:00
Andrew Nicols
8ac391b826
Merge branch 'MDL-50059-master' of git://github.com/damyon/moodle
2015-05-05 09:55:11 +08:00
Damyon Wiese
003577cd85
MDL-50085 output: Remove component and subtype from renderer
...
They were only added to support templates, and due to refactoring
are not required any more. So we should remove this API change.
2015-05-05 03:19:47 +02:00
Damyon Wiese
410034eef0
MDL-50085 templates: Minor fixes from peer review
...
* rename get_filename to get_filepath
* phpdocs fixes
* improve formatting of exceptions
* lang string improvement
2015-05-05 03:19:39 +02:00
Damyon Wiese
fcc383db0f
MDL-50085 Mustache : Strictly define the search paths for templates.
...
This change moves several repeated sections of code that was searching
for templates and valid template locations to a new class. It adds
unit tests for the new class and verifies subsystem support for templates.
2015-05-05 03:19:25 +02:00
David Monllao
890078bf03
MDL-49983-master lang: Fixing wrong mygrades string location
2015-05-04 18:16:53 +08:00
David Monllao
d670f31fc7
Merge branch 'MDL-49923-master-fix1' of git://github.com/damyon/moodle
2015-05-04 18:06:26 +08:00
Ankit Agarwal
a4f19cfc95
MDL-48002: inbound: Add outlook fixture
2015-05-04 15:14:13 +05:30
Ankit Agarwal
7f9b8cf3a3
MDL-48002 inbound: Update regex for token matching
2015-05-04 15:13:50 +05:30
Damyon Wiese
3454072f31
MDL-50059 Output: Remove heading param from full_header
...
It was only used for a hack in clean to show the logo.
2015-05-04 17:02:33 +08:00
Damyon Wiese
dd636abf38
MDL-49923 theme_clean: The core renderer was in the wrong folder
...
Renderers need to follow autoloading rules or be included from renderer.php.
2015-05-04 16:57:10 +08:00
John Okely
35ea78d2ba
MDL-49987 Navigation: Put messages before preferences, not mypreferences
2015-05-04 16:31:16 +08:00
Dave Cooper
eb42bb7e83
MDL-50084 pix: Updated pix to use the templatable interface
2015-05-04 15:56:45 +08:00
Ankit Agarwal
bf06f672f4
MDL-48002: inbound: Add ios fixture
2015-05-04 13:25:10 +05:30
David Monllao
119ff65c0e
Merge branch 'MDL-49954-master' of git://github.com/jleyva/moodle
2015-05-04 15:16:01 +08:00
Andrew Nicols
9787c4caba
Merge branch 'MDL-49845-master' of git://github.com/gurgus/moodle
2015-05-04 15:03:22 +08:00
David Monllao
9996e8954b
Merge branch 'wip-MDL-49846-master-fix' of git://github.com/abgreeve/moodle
2015-05-04 14:57:18 +08:00
Andrew Nicols
d3f1cde59e
MDL-49987 upgrade: Correct missing main_savepoint update
2015-05-04 14:40:09 +08:00
David Monllao
3994812f38
Merge branch 'wip-mdl-50042' of git://github.com/rajeshtaneja/moodle
2015-05-04 14:16:09 +08:00
Adrian Greeve
bdf899a503
MDL-49846 tool_monitor: Context simplification and clean up.
...
Removed some unnecessary variables and simplified the context
usage in the index.php page.
2015-05-04 14:05:44 +08:00
Dave Cooper
327e68e69d
MDL-49845 notes: Changed headers for notes index
2015-05-04 14:02:17 +08:00
Dave Cooper
a7e98a6900
MDL-49845 blog: Changed headers for blog index
2015-05-04 14:02:17 +08:00
Dave Cooper
7193ea2cd2
MDL-49845 profile: changed 'My preferences' display logic
2015-05-04 14:02:17 +08:00
Dave Cooper
c1f97c777f
MDL-49845 blog: Fixed navigation logic for blog
2015-05-04 14:02:16 +08:00
Dave Cooper
298c9da5f1
MDL-49845 navigation: Fix breadcrumbs for links in my profile.
2015-05-04 14:02:16 +08:00
Andrew Nicols
6df7f2008b
Merge branch 'MDL-49987-master' of git://github.com/damyon/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2015-05-04 13:40:57 +08:00
Andrew Nicols
6e9abef568
Merge branch 'MDL-49983-master' of git://github.com/xow/moodle
2015-05-04 12:39:48 +08:00
John Okely
4887d15228
MDL-49983 navigation: Remove 'my' from user context navigation
2015-05-04 12:38:50 +08:00
Andrew Nicols
23c4c76ff9
Merge branch 'wip-MDL-49846-master-v2' of git://github.com/abgreeve/moodle
2015-05-04 12:31:20 +08:00
Adrian Greeve
19452c99d7
MDL-49846 tool_monitor: Subscription page now filters on site events.
2015-05-04 12:29:54 +08:00
David Monllao
44e2802555
Merge branch 'MDL-49923-master' of git://github.com/FMCorz/moodle
2015-05-04 11:14:45 +08:00
Ankit Agarwal
5e4438b5c3
MDL-48002 inbound: Update fixtures to add client info
2015-05-04 08:00:01 +05:30
Ankit Agarwal
0174fa9bc0
MDL-48002 inbound: add tests for evolution
2015-05-04 08:00:01 +05:30
Andrew Nicols
a8a742cb50
MDL-48002 inbound Unit tests from fixtures for quoted text
2015-05-04 08:00:01 +05:30
Ankit Agarwal
aef3c18b76
MDL-48002 inbound: Remove quoted text from forum emails
2015-05-04 08:00:00 +05:30
Andrew Nicols
b861cc96f7
Merge branch 'wip-MDL-50066-master' of git://github.com/marinaglancy/moodle
2015-05-04 09:07:26 +08:00
Damyon Wiese
3c568cd3db
MDL-49987 upgrade: Make sure messages is in the user menu
...
Because we have removed messages from the navigation tree,
it is important that it exists in the user menu. That is the default
behaviour, but if sites previously removed it, we need to make sure it
is inserted back.
2015-05-03 21:47:20 +08:00
Jean-Michel Vedrine
2107531f3c
MDL-34102 mod_lesson: display feedback
...
Feedback for incorrect answer was not diplayed when
Provide option to try a question again was set to Yes.
2015-05-02 15:01:17 +02:00
Frederic Massart
a75dbde04c
MDL-49923 theme_clean: Removed nested H1 tags due to new full_header()
2015-05-01 18:25:38 +08:00
David Monllao
24a2babdd3
on-demand release 2.9beta+
2015-05-01 16:51:51 +08:00
David Monllao
dc9b229d7a
MDL-49232 enrol_self: Adapting unit test to new can_self_enrol() output
2015-05-01 15:43:09 +08:00
David Monllao
84d83fe7e1
Merge branch 'MDL-49998' of git://github.com/stronk7/moodle
2015-05-01 15:05:42 +08:00
David Monllao
600596fd6a
Merge branch 'MDL-49840-master' of git://github.com/andrewnicols/moodle
2015-05-01 11:05:59 +08:00
Andrew Nicols
04cb1103a6
Merge branch 'MDL-49232_master' of git://github.com/markn86/moodle
2015-05-01 09:27:11 +08:00
Dan Poltawski
864275788c
Merge branch 'MDL-50028' of git://github.com/timhunt/moodle
2015-04-30 16:06:58 +01:00
Eloy Lafuente (stronk7)
46686eafeb
MDL-49998 editpdf: Clean code to make it more readable.
...
There was a big proliferation and reuse of $pdf variable
that was making the code hard to read/review. This commit
does change nothing but makes it more readable.
Also adds a couple of Close() calls, not strictly needed
because they don't have opened files. But think it makes
really clearer the scope of every variable. And, for sure
it frees some resources. That cannot be bad.
2015-04-30 10:55:08 +02:00
Rajesh Taneja
7fb84d75ee
MDL-50042 behat: Use double quotes to avoid symfony adding it
2015-04-30 16:42:11 +08:00
Marina Glancy
2960eb4dd2
MDL-50066 strings: unable to deprecate string from moodle.php
2015-04-30 16:14:53 +08:00
Andrew Nicols
f4b2a38728
Merge branch 'MDL-49986-master' of git://github.com/FMCorz/moodle
2015-04-30 15:39:13 +08:00
Andrew Nicols
e841d654aa
Merge branch 'MDL-49583' of https://github.com/NeillM/moodle
2015-04-30 15:00:25 +08:00
Andrew Nicols
237ce46b3f
Merge branch 'MDL-50038-master' of git://github.com/FMCorz/moodle
2015-04-30 14:55:48 +08:00
David Monllao
d567320928
Merge branch 'MDL-49281-master' of git://github.com/mastnym/moodle
2015-04-30 14:53:52 +08:00
David Monllao
388b0beec1
MDL-49637 mod_assign: Fixing behat test
...
The participant number is dynamically generated so it is not possible to
match known values.
Match on the submission text instead.
2015-04-30 14:03:50 +08:00
Martin Mastny
5c3b5143dc
MDL-49281 grades: Calculation settings upgraded
2015-04-30 13:42:19 +08:00
Frederic Massart
d71feab8ae
MDL-49986 messages: Contacts in contact list should not be bold
2015-04-30 12:40:03 +08:00
Andrew Nicols
c80270fe89
Merge branch 'MDL-50033-master-enfix' of git://github.com/mudrd8mz/moodle
2015-04-30 10:47:33 +08:00
Andrew Nicols
3056a260f6
Merge branch 'MDL-49932_master' of git://github.com/markn86/moodle
2015-04-30 10:25:27 +08:00
Andrew Nicols
e89c5c203c
MDL-49232 enrol_self: Add behat test for non-guest self-enrolment
2015-04-29 18:04:29 -07:00
Mark Nelson
9c54a0abad
MDL-49232 enrol_self: display continue button
2015-04-29 18:04:28 -07:00
Mark Nelson
3b318d3e69
MDL-49932 core_install: removed upgrade step changing 'defaulthomepage'
...
The upgrade step was changing any site that had the setting
'defaulthomepage' set to HOMEPAGE_SITE to HOMEPAGE_MY. We can
not make the assumption that users want this setting changed.
2015-04-29 15:30:45 -07:00
David Mudrák
3759e7ae96
MDL-50033 lang: Update Behat scenarios to use the new strings
2015-04-29 23:15:44 +02:00
Helen Foster
0634dc3b76
MDL-50033 lang: Merge English strings from the en_fix language pack
2015-04-29 21:43:00 +02:00
Frederic Massart
94e6f38fa6
MDL-50038 my: Redirect admin users to the notifications page when needed
2015-04-29 18:56:56 +08:00
Dan Poltawski
f60ea7d7df
Merge branch 'MDL-50041-master' of git://github.com/FMCorz/moodle
2015-04-29 11:53:47 +01:00
Frederic Massart
cda2a8273a
MDL-50041 gdlib: Badges need PNG files from process_new_icon()
2015-04-29 18:50:20 +08:00
Adrian Greeve
dc769673fa
MDL-49843 navigation: Fixed fatal error when viewing reports.
2015-04-29 11:28:55 +01:00
Neill Magill
ccd3dd5bc9
MDL-49583 enrol: enrol/index.php page doesn't handle direct access well
...
Before this patch if a user who is not logged in to Moodle accesses the
enrol/index.php page directly they were redirected to the Moodle front
page after login, rather than back to a page that would allow them to
self enrol, if it is enabled on the course.
This change will cause a user who directly accesses the page to be
redirected back to it after they have logged in, unless the course has guest
access enabled.
Thanks to Marina Glancy for suggesting the use of get_referer()
2015-04-29 09:22:14 +01:00
Andrew Nicols
3db610583e
Merge branch 'MDL-49928-master' of git://github.com/ankitagarwal/moodle
2015-04-29 13:40:44 +08:00
David Monllao
2296285748
Merge branch 'MDL-50026' of git://github.com/timhunt/moodle
2015-04-29 13:25:02 +08:00
Ankit Agarwal
b647db20e1
MDL-49928 userprofile: Reorder blocks
2015-04-29 10:15:00 +05:30
Andrew Nicols
2fac3c3c5f
Merge branch 'wip-MDL-49888-master' of git://github.com/abgreeve/moodle
2015-04-29 12:18:52 +08:00
David Monllao
5c012a7426
Merge branch 'MDL-49637' of git://github.com/NeillM/moodle
2015-04-29 12:04:43 +08:00
Eloy Lafuente (stronk7)
a916d557cf
MDL-49998 unit tests: Close the pdf objects when needed.
...
When a pdf object is instantiated and any file is loaded
with set_pdf() or load_pdf(), the files remain open until
the pdf is saved with pdf_save() or outputted with Output()..
In that cases is needed to perform an explicit Close() in
order to free resources, parsers and, ultimately, fclose()
the files.
Note that only the uses detected in the editpdf unit tests have
been fixed. I'd recommend to analyse every instance of the tcpdf
libs.
Also, there was one incorrecly reused pdf instance in then
generate_combined_pdf_for_attempt() method. Apparently it was not
leading to problems, but better use a separate instance (#246 ).
2015-04-28 19:46:50 +02:00
Eloy Lafuente (stronk7)
095ecde727
MDL-49998 unit tests: files left open are our fault.
...
Get rid of the gc_collect_cycles() that only was
hiding incorrectly left open files. This must be fixed
in code when possible. And pdf libs allow us to do so.
Note that a lot of gc_collect_cycles() were added
in MDL-47675, I'd recommend to take a look to all them,
being replaced by fixes in code when possible.
2015-04-28 19:46:50 +02:00
Dan Poltawski
a6dbe2fb1a
Merge branch 'wip-mdl-49974' of https://github.com/rajeshtaneja/moodle
2015-04-28 15:01:08 +01:00
Tim Hunt
d4572c1716
MDL-50026 quiz: don't show locks for random Qs in deferred feedback
...
can_finish_during_the_attempt was returning the wrong result for
random questions for behaviours like deferred feedback.
2015-04-28 13:37:00 +01:00
Tim Hunt
299d77dd5a
MDL-50028 qtype_match: fix correct answer display
...
Atto's stupid tendency to create HTML like
<p>You don't need a br at the end of a paragraph!</br></p>
was breaking it.
2015-04-28 13:07:26 +01:00
Tim Hunt
c70c18c0e3
MDL-50028 questions: split into one testcase class per file
2015-04-28 13:07:25 +01:00
Dan Poltawski
84ea226616
on-demand release 2.9beta+
2015-04-28 10:13:37 +01:00
Frederic Massart
c7d5ca8d16
MDL-49981 badges: Missing link to manage your badges
2015-04-28 10:13:36 +01:00
Frederic Massart
ca6f3a8b5f
MDL-49911 admin: Prevent notices when updatenotifications is disabled
2015-04-28 10:13:36 +01:00
Dan Poltawski
77a8c9aae3
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2015-04-28 10:11:18 +01:00
David Monllao
1d47b81928
Merge branch 'wip-MDL-17929-master' of git://github.com/marinaglancy/moodle
2015-04-28 10:11:18 +01:00
David Monllao
1f619e8d60
Merge branch 'MDL-42449' of git://github.com/andrewhancox/moodle
2015-04-28 10:11:17 +01:00
Andrew Nicols
1c193d49f0
Merge branch 'MDL-49926-master' of git://github.com/mastnym/moodle
2015-04-28 10:11:16 +01:00
Andrew Nicols
b10d72f4e9
Merge branch 'MDL-49814' of git://github.com/timhunt/moodle
2015-04-28 10:11:16 +01:00
Neill Magill
129d26aac4
MDL-49637 assign: Workflow & blind marking do not always show feedback
...
Before this patch if an assignment has workflow and blind marking enabled if a teacher
sets a submission to have its grades released to students before they reveal student
identities the feedback they have given is not displayed to the student.
The patch causes the reveal_identities() method to pass the correct value to the
get_feedback_plugin_by_type() function in the assign class.
2015-04-28 09:05:05 +01:00
Neill Magill
6e972bdd34
MDL-49637 assign: Behat test for blind marking with workflow
...
This test checks that that if reveal student identities is used before or after the submissions grades have
been set released that the teacher's feedback is displayed to students.
2015-04-28 09:04:57 +01:00
Adrian Greeve
12261113a9
MDL-49888 navigation: Added missing reports to user profile.
...
Added statistics and grade to the reports section in the user
profile.
2015-04-28 14:30:26 +08:00
Juan Leyva
9a3f7a484d
MDL-49954 forum: Use clean_returnvalue properly in external unit tests
2015-04-27 18:22:49 +02:00
AMOS bot
99b679b385
Automatically generated installer lang files
2015-04-28 00:04:09 +08:00
Dan Poltawski
c5cdc8887a
Merge branch 'MDL-49993_master' of git://github.com/grabs/moodle
2015-04-27 14:47:58 +01:00
Rajesh Taneja
ceeab15019
MDL-49948 lesson: Answer and response format should be known for each form
2015-04-27 14:35:20 +01:00
Dan Poltawski
08c8fc50ce
Merge branch 'MDL-49913' of git://github.com/jmvedrine/moodle
2015-04-27 14:28:27 +01:00
Tim Hunt
377ce9938b
MDL-49814 quiz: make question dependency clear in the nav
2015-04-27 13:55:40 +01:00
Dan Poltawski
6e28c039cb
Merge branch 'MDL-49956_getstring' of https://github.com/andyjdavis/moodle
2015-04-27 11:03:32 +01:00
Dan Poltawski
2be9a45389
Merge branch 'MDL-49977_master' of git://github.com/markn86/moodle
2015-04-27 10:46:08 +01:00
Andreas Grabs
9f78349f58
MDL-49993 mod_feedback: Question auto numbers have no space between number and question
2015-04-26 19:04:40 +02:00
Jean-Michel Vedrine
c914c92da0
MDL-49913 mod_lesson: studentanswer format should be HTML
2015-04-24 19:19:32 +02:00
Jean-Michel Vedrine
cb9d259dcd
MDL-49913 mod_lesson: fix import scores and jumps
2015-04-24 19:19:31 +02:00
Jean-Michel Vedrine
9fb9aa9c91
MDL-49913 mod_lesson: defaultanswer to avoid duplication
2015-04-24 19:19:31 +02:00
Jean-Michel Vedrine
35cec798c2
MDL-49913 mod_lesson: round question grades on import
2015-04-24 19:19:30 +02:00
AMOS bot
170497cd22
Automatically generated installer lang files
2015-04-25 00:04:04 +08:00
Andrew Hancox
baba473b24
MDL-42449 backup: Fix for activity grade category
...
Retain grade category when restoring an activity into the course that
it came from
2015-04-24 13:59:18 +01:00
Dan Poltawski
d5d23acdf5
on-demand release 2.9beta+
2015-04-24 12:10:20 +01:00
Dan Poltawski
14c5b3a23f
Merge branch 'MDL-49960-master' of git://github.com/FMCorz/moodle
2015-04-24 10:19:21 +01:00
Andrew Nicols
b083e0f6f2
Merge branch 'MDL-49311-master' of git://github.com/lameze/moodle
2015-04-24 10:19:20 +01:00
Andrew Nicols
0264bb1ecb
Merge branch 'MDL-49813' of https://github.com/mkassaei/moodle
2015-04-24 10:19:20 +01:00
Dan Poltawski
5975d9521a
Merge branch 'MDL-49946' of https://github.com/jmvedrine/moodle
2015-04-24 10:19:19 +01:00
Dan Poltawski
9548d1e058
Merge branch 'MDL-49972-master' of git://github.com/FMCorz/moodle
2015-04-24 10:19:18 +01:00
David Monllao
9dbcdd8b1f
Merge branch 'MDL-49937-master' of git://github.com/jleyva/moodle
2015-04-24 10:19:18 +01:00
Andrew Nicols
1cbfb67789
Merge branch 'm29_MDL-49922' of https://github.com/totara/moodle
2015-04-24 10:19:17 +01:00
Andrew Nicols
4815e4c5b1
Merge branch 'MDL-49477-master' of git://github.com/FMCorz/moodle
2015-04-24 10:19:17 +01:00
Martin Mastny
000d624cc4
MDL-49926 gradereport: Cursor changes to pointer on hover
2015-04-24 13:16:08 +08:00
Martin Mastny
1af4cced98
MDL-49926 gradereport: Feedback gets saved when editing grade in ajax mode
2015-04-24 13:16:07 +08:00
Rajesh Taneja
b6e98dc8bd
MDL-49974 unit_test: Use datetime format supported by different os
...
%k is not supported by windows, so using %H
2015-04-24 13:01:01 +08:00
papillon
28d27e85d7
MDL-49311 user: fix default sorting problem
2015-04-24 09:10:22 +08:00
Andrew Davis
28343f0e12
MDL-49956 admin: removed unused get_string() params
2015-04-24 08:33:38 +08:00
Mark Nelson
ccc1bc7e2e
MDL-49977 mod_assign: added missing page titles
2015-04-23 16:24:18 -07:00
M Kassaei
32498c28ea
MDL-49813 quiz: add sections in the right place after page changes
2015-04-23 16:54:50 +01:00
Frederic Massart
e14388e3a7
MDL-49972 preferences: Fix incorrect title and headings
2015-04-23 16:05:00 +08:00
Juan Leyva
8352aa50f3
MDL-49937 data: Handle admins/managers in get_databases_by_courses
2015-04-23 09:37:06 +02:00
Marina Glancy
f99fe11045
MDL-17929 enrol_meta: unittest for unenrolment from group
2015-04-23 15:08:07 +08:00
Frederic Massart
c8b4b67a2f
MDL-49960 message: Adding behat test for recent conversations
2015-04-23 14:05:55 +08:00
Frederic Massart
d9b5f9bb6c
MDL-49960 message: Prevent coding error when getting recent convos
2015-04-23 12:08:33 +08:00
Andrew Nicols
b3b6588262
Merge branch 'MDL-34921_master_unwanted-sitehome-redirects' of https://github.com/colin-umn/moodle
2015-04-23 11:49:16 +08:00
Andrew Nicols
ed8caffa5a
Merge branch 'MDL-49613' of https://github.com/NeillM/moodle
2015-04-23 08:40:44 +08:00
Jean-Michel Vedrine
6197497393
MDL-49946 mod_lesson: improve qformat_default::defaultquestion
2015-04-22 19:40:19 +02:00
Dan Poltawski
a8d8783988
Merge branch 'MDL-49921-master' of git://github.com/jleyva/moodle
2015-04-22 16:40:15 +01:00
Dan Poltawski
296a428776
Merge branch 'wip-MDL-49953-master' of git://github.com/marinaglancy/moodle
2015-04-22 12:06:46 +01:00
Dan Poltawski
1f23341f7d
Merge branch 'MDL-49800-master' of git://github.com/FMCorz/moodle
2015-04-22 10:47:56 +01:00
Viduranga Wijesooriya
21e6aabce9
MDL-49477 availability_grade-form: checkbox disable problem fixed
...
Signed-off-by: Viduranga Wijesooriya <vpowerrc@gmail.com >
2015-04-22 17:33:54 +08:00
David Monllao
e5c5ced912
Merge branch 'MDL-49933-master' of git://github.com/lucisgit/moodle
2015-04-22 17:02:19 +08:00
Neill Magill
9d72ae249c
MDL-49613 access: count_role_users gives unexpected results
...
The count_role_users function in lib/accesslib.php gives the wrong results if a user has the
same role at multiple levels in a context path.
For example a user is a coursecreator on a course and the category that the course is in,
in this case they would be counted twice, rather than being recognised as the same user.
This change will make the function only count unique users.
2015-04-22 09:34:45 +01:00
Neill Magill
3a92084c6b
MDL-49613 access: Unit test for count_role_users
2015-04-22 09:34:44 +01:00
Juan Leyva
c8f1d8a026
MDL-49921 forum: Handle exceptions correctly in get_forums_by_courses
2015-04-22 09:47:18 +02:00
David Monllao
ac0f0f9dd9
Merge branch 'MDL-49849-master' of git://github.com/gurgus/moodle
2015-04-22 14:40:37 +08:00
Marina Glancy
9c1561ef83
MDL-17929 groups: function to sync groups with enrolments
2015-04-22 14:36:38 +08:00
Marina Glancy
bacb7b1f6e
MDL-17929 enrol_meta: allow to edit instance
2015-04-22 14:36:38 +08:00
Marina Glancy
e284e1792c
MDL-17929 enrol_meta: create new group if selected
...
AMOS BEGIN
CPY [creategroup,enrol_cohort],[creategroup,enrol_meta]
AMOS END
2015-04-22 14:36:38 +08:00
Marina Glancy
9e37d365d8
MDL-17929 enrol_meta: synchronise with groups
2015-04-22 14:36:34 +08:00
Dave Cooper
f13a911317
MDL-49849 profile: Split site access information into it's own section
2015-04-22 14:08:18 +08:00
Marina Glancy
5894432c50
MDL-49953 enrol_cohort: correction to string
2015-04-22 13:40:03 +08:00
Marina Glancy
42c92eef33
MDL-49953 enrol_cohort: check courseid when looking for group
2015-04-22 13:39:02 +08:00
Daniel Neis Araujo
98177a4510
MDL-17929 enrol: Populate groups from Child Courses in META courses
...
This is based on code from the enrol cohort plugin and
on work from Willy Lee available at https://github.com/willylee/moodle-local_metasync
AMOS BEGIN
CPY [addgroup,enrol_cohort],[addgroup,enrol_meta]
AMOS END
2015-04-22 12:06:29 +08:00
Andrew Nicols
e28767f414
Merge branch 'MDL-49753-master' of https://github.com/alexmitin/moodle
2015-04-22 11:00:21 +08:00
Tony Butler
2224f2c598
MDL-49933 mod_assign: Sort marker select lists alphabetically by name
2015-04-21 16:58:38 +01:00
Dan Poltawski
d0704fd9e2
Merge branch 'patch-2' of https://github.com/sk-unikent/moodle
2015-04-21 15:38:32 +01:00
Dan Poltawski
df9981cfda
on-demand release 2.9beta+
2015-04-21 11:15:23 +01:00
Dan Poltawski
4f6f5f1a10
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2015-04-21 11:15:21 +01:00
Simey Lameze
0525a7a8f1
MDL-49854 core_user: fix the myprofile lib inclusion
2015-04-21 12:04:40 +08:00
Simey Lameze
e35bac3e80
MDL-49854 core: User navigation refinements
...
Fixing some reported issues:
- Removing unnecessary conditional include
- Require login in grade/report/mygrades.php
- Remove unnecessary defined('MOODLE_INTERNAL') call
- Fixing context_header::__construct $imagedata param type
2015-04-21 11:46:32 +08:00
Andrew Nicols
9d745218e8
Merge branch 'MDL-49902-master' of git://github.com/jleyva/moodle
2015-04-21 11:40:39 +08:00
Andrew Nicols
6866527275
MDL-40811 uploaduser: Optimise testuser code
2015-04-21 11:34:00 +08:00
Andrew Nicols
7464939f6d
Merge branch 'MDL-40881_master' of https://github.com/nadavkav/moodle
2015-04-21 11:17:16 +08:00
Andrew Nicols
793645a03f
Merge branch 'm29_MDL-49782' of https://github.com/totara/moodle
2015-04-21 10:43:48 +08:00
AMOS bot
cb2fc25ba0
Automatically generated installer lang files
2015-04-21 00:04:17 +08:00
Andrew Nicols
bd305d3dcb
Merge branch 'wip-mdl-49799-m' of https://github.com/rajeshtaneja/moodle
2015-04-20 12:22:18 +08:00
David Monllao
970d54d076
Merge branch 'MDL-48187_master' of git://github.com/markn86/moodle
2015-04-20 12:20:28 +08:00
David Monllao
1577072b7b
Merge branch 'wip-MDL-49880-master' of git://github.com/abgreeve/moodle
2015-04-20 12:12:44 +08:00
Mark Nelson
595b911a98
MDL-48187 core_course: use updated '$grade_item'
2015-04-19 20:30:21 -07:00
Rajesh Taneja
0fe86bbdbb
MDL-49799 behat: replaced asd.com with example.com
...
asd.com is a valid domain, we should use reserved domain names for testing
2015-04-20 11:21:20 +08:00
David Monllao
b9476466f1
Merge branch 'm29_MDL-49904' of git://github.com/totara/moodle
2015-04-20 10:40:37 +08:00
Brian Barnes
508e756eaf
MDL-49922 badges: replaced unnecessary fieldset
2015-04-20 13:20:38 +12:00
Adrian Greeve
08000e535d
MDL-49880 mod_lesson: Fixed notice while importing questions.
...
Cloze questions (not supported by lesson) threw up a notice saying that
the course wasn't set.
2015-04-20 09:12:20 +08:00
Dan Poltawski
d302ba231f
Moodle release 2.9beta
2015-04-17 10:54:51 +01:00
Dan Poltawski
6cf6e64d51
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2015-04-17 10:54:49 +01:00
Rajesh Taneja
f8b71928d2
MDL-49456 behat: Use proper dir separator to support different os
2015-04-17 11:48:37 +08:00
David Monllao
b312e7f13a
Merge branch 'MDL-48723_master_forum-plagiarism_errors' of git://github.com/colin-umn/moodle
2015-04-17 10:41:20 +08:00
Brian Barnes
cfff4da9f6
MDL-49904 user: set title when editing another user
2015-04-17 12:09:30 +12:00
Juan Leyva
ea2fa324d7
MDL-49902 forum: Add missing capability check in mod_forum_view_forum
2015-04-16 22:07:11 +02:00
Dan Poltawski
8da277ea96
Merge branch 'MDL-49894-master' of git://github.com/jleyva/moodle
2015-04-16 16:10:23 +01:00
Dan Poltawski
9697b3da0a
Merge branch 'MDL-49573-master' of git://github.com/gurgus/moodle
2015-04-16 16:08:22 +01:00
Juan Leyva
6d28e2cfa6
MDL-49894 webservices: Add missing API changes in upgrade.txt
2015-04-16 15:19:42 +02:00
Juan Leyva
b235aef094
MDL-49894 forum: Add deprecated information for get_forum_discussions
2015-04-16 14:53:11 +02:00
Dan Poltawski
f9fc19cdae
Merge branch 'MDL-49844-master' of git://github.com/lameze/moodle
2015-04-16 13:45:20 +01:00
Dan Poltawski
aa96a20027
Merge branch 'MDL-49837-master' of git://github.com/jleyva/moodle
2015-04-16 10:32:14 +01:00
Dan Poltawski
1d81e1afc0
Merge branch 'MDL-49842-master' of git://github.com/xow/moodle
2015-04-16 10:30:28 +01:00
David Monllao
89a6290fb9
Merge branch 'MDL-45131-master' of git://github.com/jleyva/moodle
2015-04-16 17:04:34 +08:00
David Monllao
960c0ec405
Merge branch 'wip-mdl-49456' of git://github.com/rajeshtaneja/moodle
2015-04-16 16:39:20 +08:00
Juan Leyva
80cb20afe5
MDL-45131 notes: Add validation for returned parameters in WS tests
2015-04-16 10:25:52 +02:00
Juan Leyva
82fc915f08
MDL-45131 grades: Add validation for returned parameters in WS tests
2015-04-16 10:25:34 +02:00
Juan Leyva
605c421b58
MDL-45131 user: Add validation for returned parameters in WS tests
2015-04-16 10:25:33 +02:00
Juan Leyva
52fa3e6538
MDL-45131 message: Add validation for returned parameters in WS tests
2015-04-16 10:25:32 +02:00
Juan Leyva
b78010975f
MDL-45131 files: Add validation for returned parameters in WS tests
2015-04-16 10:25:32 +02:00
Juan Leyva
b4896308dc
MDL-45131 enrol: Add validation for returned parameters in WS tests
2015-04-16 10:25:25 +02:00
Juan Leyva
bdf9f4d41c
MDL-45131 course: Add validation for returned parameters in WS tests
2015-04-16 10:25:24 +02:00
Dan Poltawski
36410f1a69
Merge branch 'm29_MDL-47004_LDAP_Better_Default_ObjectClass' of https://github.com/scara/moodle
2015-04-16 09:22:21 +01:00
Dan Poltawski
4e5254133b
Merge branch 'MDL-49741-master' of git://github.com/FMCorz/moodle
2015-04-16 08:53:15 +01:00
Rajesh Taneja
72bac0d3f2
MDL-49456 behat: Fixed following issues in parallel run
...
1. Parallel run without feature should exit with success
2. Updated exit codes to be more clear for each process
3. Fixed wwwroot and dataroot while executing with tags
4. Added support for running scenario/feature
5. Added support for or'ing tags
6. Added support for running single behat site
7. Fixed wrong example in help
8. Use parallel run only when parallel > 1
9. Exit showing behat site is not installed
10. Exit with error, if not a valid option
11. Added usage in help to explain how to use command
12. run.php should be able to run from any path
13. Pass all arguments to single run
2015-04-16 15:44:25 +08:00
Dave Cooper
56913501a9
MDL-49573 gradereport_singleview: Add tests for bulk grade inserts
2015-04-16 13:03:10 +08:00
Dave Cooper
bd1537b64c
MDL-49573 gradereport_singleview: Fixed bulk insert override logic.
2015-04-16 13:01:15 +08:00
John Okely
65903c7607
MDL-49842 install: Set front page summary to '' after cli install
...
This is to prevent front page summary from appearing as a 'new setting'
after the first upgrade of a site installed via cli.
2015-04-16 11:49:22 +08:00
Andrew Nicols
3d7d8e8c3a
Merge branch 'MDL-49871-master' of git://github.com/FMCorz/moodle
2015-04-16 11:22:59 +08:00
David Monllao
53456d0ec4
MDL-49377 admin: Refining message
...
Credit goes to Helen Foster.
2015-04-16 10:11:15 +08:00
David Monllao
7187ec30cb
Merge branch 'MDL-49377-master-updatemsg' of git://github.com/mudrd8mz/moodle
2015-04-16 09:44:10 +08:00
Andrew Nicols
a910e3885a
MDL-49840 testing: Ensure that composer dependencies are updated
...
We should ensure that composer dependencies are present before running
phpunit and behat. We should also ensure that they match the versions in
the composer.lock file.
Doing so ensures that we have a consistency across the board amongst
testers. All testers are a specific commit will be using the same version
of composer.lock and the same version of the relevant tools.
2015-04-16 09:00:03 +08:00
Andrew Nicols
fb3b04cb03
Merge branch 'patch-1' of https://github.com/sk-unikent/moodle
2015-04-16 07:45:04 +08:00
Rajesh Taneja
f53688e289
MDL-18309 behat: Fixed navigating to edit profile
2015-04-16 07:12:47 +08:00
Matteo Scaramuccia
6514ced4f5
MDL-47004 LDAP: improved the default objectClass setting for AD.
2015-04-15 23:53:35 +02:00
AMOS bot
946f2a4967
Automatically generated installer lang files
2015-04-16 00:03:53 +08:00
Dan Poltawski
8c1444e4a4
Merge branch 'MDL-49763-master' of git://github.com/jleyva/moodle
2015-04-15 15:53:17 +01:00
Skylar Kelty
bf5eebe8f8
MDL-49878 block_settings: Only count visible children
2015-04-15 15:07:22 +01:00
Dan Poltawski
7068541fff
Merge branch 'MDL-49803_master' of git://github.com/dmonllao/moodle
2015-04-15 15:06:17 +01:00
Dan Poltawski
cb5ab19e77
Merge branch 'MDL-49306-master' of git://github.com/gurgus/moodle
2015-04-15 12:35:36 +01:00
Juan Leyva
7f45111e36
MDL-49837 assign: Use correct assertions and fix return params cleaning
2015-04-15 12:21:38 +02:00
Dan Poltawski
75e20c1845
Merge branch 'wip-MDL-18309-master' of git://github.com/marinaglancy/moodle
2015-04-15 09:54:36 +01:00
David Monllao
2b51626f2a
MDL-49803 mod_quiz: Fixing overrides restore
2015-04-15 15:29:38 +08:00
Simey Lameze
c7ccb543ac
MDL-46963 core_upgrade: change the call to guess_antelope_row_size
2015-04-15 15:01:19 +08:00
Simey Lameze
6592a11994
MDL-49844 core: add header to web page link
2015-04-15 14:33:07 +08:00
Frederic Massart
4d8c01c8dc
MDL-49871 theme_base: Moving notification templates in right location
2015-04-15 14:14:21 +08:00
Frederic Massart
60de7df148
MDL-49800 core_output: Templates are not allowed in sub directories
2015-04-15 14:03:23 +08:00
David Monllao
e256b59702
Merge branch 'MDL-46963-master' of git://github.com/lameze/moodle
2015-04-15 13:35:37 +08:00
Frederic Massart
09235e249e
MDL-49741 core_grades: Restore correct padding on Setup screen
2015-04-15 12:16:56 +08:00
Dan Poltawski
9b67b43b21
Merge branch 'MDL-49755' of git://github.com/mr-russ/moodle
2015-04-14 17:45:56 +01:00
Dan Poltawski
b6a76cd7cd
weekly release 2.9dev
2015-04-14 16:49:04 +01:00
Dan Poltawski
94a1d200b2
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2015-04-14 16:49:02 +01:00
Rajesh Taneja
f576507558
MDL-45774 behat: Fixed page on which block should be added/viewed
2015-04-14 09:46:50 +01:00
Andrew Nicols
b6a802faa5
Merge branch 'wip-mdl-45774' of https://github.com/rajeshtaneja/moodle
2015-04-14 15:32:18 +08:00
Rajesh Taneja
78429cc7ef
MDL-45774 behat: Fixed button name to be pressed
2015-04-14 15:32:18 +08:00
Andrew Nicols
12a9ae5c97
Merge branch 'MDL-49551_master' of git://github.com/markn86/moodle
2015-04-14 15:32:17 +08:00
Dan Poltawski
ce54688f8e
Merge branch 'MDL-49723-master' of git://github.com/lameze/moodle
2015-04-14 15:32:16 +08:00
Dan Poltawski
69ab392306
Merge branch 'MDL-49756' of git://github.com/mr-russ/moodle
2015-04-14 15:32:15 +08:00
Dan Poltawski
9ac0001bf0
MDL-45774 fix trailing whitespace
2015-04-14 15:32:15 +08:00
Dan Poltawski
8f80ae2f5b
MDL-45774 fix trailing whitespace
2015-04-14 15:32:14 +08:00
Dan Poltawski
0627d5802c
Merge branch 'wip-MDL-45774-master' of git://github.com/abgreeve/moodle
2015-04-14 15:32:13 +08:00
Andrew Nicols
b522e25ed2
Merge branch 'MDL-49426-master' of git://github.com/jleyva/moodle
2015-04-14 15:32:12 +08:00
Andrew Nicols
85519ef70b
Merge branch 'MDL-33328_search_enrol_users' of https://github.com/barrysspace/moodle
2015-04-14 15:32:12 +08:00
Andrew Nicols
80b4868a50
Merge branch 'MDL-49762_master' of git://github.com/nadavkav/moodle
2015-04-14 15:32:11 +08:00
Andrew Nicols
69c150cbda
MDL-49840 testing: Always call composer install
2015-04-14 11:26:53 +08:00
Andrew Nicols
08f38358c8
MDL-49840 testing: Include current composer.lock
2015-04-14 11:25:42 +08:00
Andrew Nicols
d2c64a7b5b
MDL-49840 testing: Stop ignoring composer.lock
2015-04-14 11:25:29 +08:00
Mark Nelson
17a3781259
MDL-49551 core_dml: deprecated set_logging()
2015-04-13 19:30:08 -07:00
Nadav Kavalerchik
ada407159f
MDL-40881 uploaduser: Validate profile fields unique values
2015-04-13 21:42:26 +03:00
AMOS bot
09cf529e88
Automatically generated installer lang files
2015-04-14 00:04:11 +08:00
Juan Leyva
13e814bcb1
MDL-49837 assign: Fix external functions return declaration
...
Incorrect use of external_warnings function
2015-04-13 17:34:35 +02:00
Juan Leyva
52ab107698
MDL-45131 cohort: Add validation for returned parameters in WS tests
2015-04-13 16:37:29 +02:00
Juan Leyva
e2c851575f
MDL-45131 calendar: Add validation for returned parameters in WS tests
2015-04-13 16:37:18 +02:00
Adrian Greeve
6e918b6437
MDL-45774 navigation: General fixes for the user navigation.
2015-04-13 15:54:24 +08:00
Adrian Greeve
52f2075d61
MDL-49689 navigation: Behat tests for default home page
...
Part of MDL-45774.
2015-04-13 15:54:24 +08:00
Adrian Greeve
d9926e8664
MDL-49689 navigation: Allow the user to set their homepage.
...
Part of MDL-45774.
2015-04-13 15:54:24 +08:00
Adrian Greeve
72324523ad
MDL-45774 navigation: Version bump and upgrade.php edit.
2015-04-13 15:31:23 +08:00
Adrian Greeve
7588cc6302
MDL-45774 navigation: Added general reports on a site level
...
These reports are located on the full user profile page.
2015-04-13 15:31:22 +08:00
Frederic Massart
08cb34a5a6
MDL-49819 profile: Move email to top and interests to lower location
2015-04-13 15:31:22 +08:00
Frederic Massart
87223ef792
MDL-49819 messaging: Submit button reads 'Save changes'
2015-04-13 15:31:22 +08:00
Frederic Massart
26a50547f0
MDL-49819 my: Display correct tag title on the dashboard
2015-04-13 15:31:22 +08:00
Frederic Massart
15699badc6
MDL-49819 user: Profile displayed on one column on phones
2015-04-13 15:31:22 +08:00
Adrian Greeve
ee8ad79fe0
MDL-49819 navigation: My courses no longer active but still expanded.
...
The 'My courses' link in the navigation tree is expanded but no longer
active on the dashboard screen.
Part of MDL-45774.
2015-04-13 14:41:55 +08:00
Adrian Greeve
e29866b57f
MDL-49819 navigation: User profile string improvement.
...
Part of MDL-45774.
2015-04-13 14:41:55 +08:00
Adrian Greeve
3a13707a0a
MDL-49819 navigation: Admin section in user profile update.
...
The Admin section will now only show when the admin or someone
with similar capabilities views the user profile. The edit profile
link has also been moved.
Part of MDL-45774.
2015-04-13 14:41:24 +08:00
Simey Lameze
9b8104ce9b
MDL-46963 environment: add check for antelope row format
2015-04-13 14:18:12 +08:00
Andrew Nicols
f3cd1624c3
MDL-49828 timezones: Correct typo in unit tests
2015-04-13 11:08:38 +08:00
Andrew Nicols
dfa966c710
Merge branch 'wip_MDL-49828_m29_tz3' of https://github.com/skodak/moodle
2015-04-13 11:01:25 +08:00
Andrew Nicols
b0f08eaa03
Merge branch 'MDL-44611-Automate-MDLQA-5252' of https://github.com/ramdesh/moodle
2015-04-13 10:26:03 +08:00
Petr Skoda
980a3a12ce
MDL-49828 timezones: add tests for DST switching
2015-04-12 15:23:08 +12:00
Petr Skoda
91bafd76f5
MDL-49828 timezones: improve settings performance
2015-04-12 12:38:06 +12:00
Petr Skoda
75a1e85e3a
MDL-49828 timezones: fix messed up phpunit detection
2015-04-12 12:37:32 +12:00
Petr Skoda
e49cb057a1
MDL-49828 timezones: fix typos introduced by MDL-49684
2015-04-12 12:11:10 +12:00
Russell Smith
f08d1044b4
MDL-49756 course: Add unit tests for section_options.
2015-04-11 07:40:47 +10:00
Juan Leyva
81f810dca8
MDL-49763 webservices: Handle correctly deleted users for forums
2015-04-10 22:21:42 +02:00
Juan Leyva
d982713ad3
MDL-49763 webservices: Handle correctly deleted users for ratings
2015-04-10 22:21:34 +02:00
Adrian Greeve
83374afd92
MDL-49819 navigation: Messaging breadcrumb edit.
...
Messaging other users the name in the breadcrumb will
now direct to the conversation instead of the user profile.
Part of MDL-45774.
2015-04-10 17:23:07 +08:00
Adrian Greeve
f81893572c
MDL-49819 navigation: Added grades back to admin block.
...
Students can once again see the grades in the admin block
When navigating a course.
Part of MDL-45774.
2015-04-10 17:22:55 +08:00
Damyon Wiese
46a2fbc4b7
MDL-49412 Navigation: Remaining behat fixed for nav branch
...
Behat is passing after this change.
Part of MDL-45774.
2015-04-10 17:19:28 +08:00
Adrian Greeve
8e94fae962
MDL-49412 behat: Update to tool behat tests.
...
Part of MDL-45774.
2015-04-10 17:18:24 +08:00
Adrian Greeve
f3a493debe
MDL-49412 tool_monitor: Minor fixes to stop errors.
...
Part of MDL-45774.
2015-04-10 17:18:24 +08:00
Adrian Greeve
06347532f0
MDL-49412 navigation: Isset check on email setting.
...
The messaging preferences doesn't always seem to show the
email settings during behat tests and when updating details
will throw a warning.
Part of MDL-45774.
2015-04-10 17:18:24 +08:00
Simey Lameze
ef67967293
MDL-49412 core_calendar: Fix behat failures on blog and calendar
...
Part of MDL-45774
2015-04-10 17:18:24 +08:00
Simey Lameze
39030d8de3
MDL-49412 core_completion: Fix behat failures
...
Part of MDL-45774
2015-04-10 17:18:24 +08:00
Simey Lameze
a1e9151a1a
MDL-49412 repository: Behat fixes for repository
...
Part of MDL-45744
2015-04-10 17:18:24 +08:00
Damyon Wiese
5d25a2cbe9
MDL-49412 User Navigation: Behat fixes for editors
...
Part of MDL-45774
2015-04-10 17:18:24 +08:00
Damyon Wiese
6bdc788054
MDL-45774 Navigation: Hide the second dashboard node from the navbar
2015-04-10 17:18:23 +08:00
Damyon Wiese
e9f1284929
MDL-45774 Navigation changes: Extra cleaning for mailformat setting
2015-04-10 17:18:23 +08:00
Damyon Wiese
221210e9b2
MDL-49412 Behat: Fix behat tests for all of @mod
...
This is after the navigation changes for 2.9.
Part of MDL-45774.
2015-04-10 17:18:23 +08:00
John Okely
3a8b9b6583
MDL-49412 grades: Update grade unit tests with new navigation
...
Part of MDL-45774.
2015-04-10 17:18:23 +08:00
Ankit Agarwal
8f43702a69
MDL-49412 core_user: Fix behat failures
2015-04-10 17:18:23 +08:00
Ankit Agarwal
2547fea2bf
MDL-49412 messages: Fix behat failures
2015-04-10 17:18:23 +08:00
Ankit Agarwal
feaa97afac
MDL-49412 groups: Fix behat failures
2015-04-10 17:18:23 +08:00
Ankit Agarwal
5c94d1ee39
MDL-49412 enrol: Fix behat failures
2015-04-10 17:18:22 +08:00
Ankit Agarwal
ae0bf67798
MDL-49412 badges: Fix behat failures
2015-04-10 17:18:22 +08:00
Simey Lameze
06d631f1c5
MDL-49412 availability: Fix behat failures
...
Part of MDL-45774
2015-04-10 17:18:22 +08:00
Adrian Greeve
f6564aa450
MDL-49412 behat: Update to core_admin behat tests.
...
Part of MDL-45774.
2015-04-10 17:18:22 +08:00
Adrian Greeve
c699310c40
MDL-49412 behat: Updates to course behat tests.
...
Part of MDL-45774
2015-04-10 17:18:22 +08:00
Simey Lameze
f5da794c25
MDL-49412 core_auth: Fix behat failures
...
Part of MDL-45774.
2015-04-10 17:18:22 +08:00
Ankit Agarwal
f614731e0b
MDL-49412 report_outline: Fix behat failures
...
Part of MDL-45774.
2015-04-10 17:18:22 +08:00
Ankit Agarwal
07820cea4a
MDL-49412 navigation: Remove redundant reports node
...
Part of MDL-45774.
2015-04-10 17:18:22 +08:00
Ankit Agarwal
e81fef5d54
MDL-49412 report_usersessions: Fix behat failures
...
Part of MDL-45774.
2015-04-10 17:18:22 +08:00
Ankit Agarwal
686e1251e5
MDL-49412 report_participation: Fix behat failures
...
Part of MDL-45774.
2015-04-10 17:18:22 +08:00
Ankit Agarwal
40705d6a3b
MDL-49412 report_log: Fix behat failures
...
Part of MDL-45774.
2015-04-10 17:18:22 +08:00
Ankit Agarwal
be53c87791
MDL-49412 report_loglive: Fix behat failures
...
Part of MDL-45774.
2015-04-10 17:18:22 +08:00
Ankit Agarwal
7a437e3661
MDL-49412 behat: I am on site homepage behat step
...
Part of MDL-45774.
2015-04-10 17:18:22 +08:00
Damyon Wiese
7b05a0feb6
MDL-49412 Behat: Add a 'I follow "x" in the user menu step'
...
Part of MDL-45774.
2015-04-10 17:18:22 +08:00
Adrian Greeve
25c634df29
MDL-49726 navigation: Update event monitor subscription.
...
It is now possible for users with the right permissions
to subscribe to events. The link is on the preferences page.
Part of MDL-45774.
2015-04-10 17:18:22 +08:00
Damyon Wiese
5472f9f4e0
MDL-45774 Navigation: Add upgrade step to change defaulthomepage
2015-04-10 17:18:21 +08:00
Adrian Greeve
efd32edbee
MDL-45774 navigation: Deprecation of useredit_shared_definition_preferences.
2015-04-10 17:18:04 +08:00
Adrian Greeve
45367bdf0c
MDL-49688 navigation: First review fixes and version bump.
...
Part of MDL-45774.
2015-04-10 17:18:03 +08:00
Adrian Greeve
0ef6c85115
MDL-49688 navigation: Update to overview report and my index.
...
Part of MDL-45774.
2015-04-10 17:17:32 +08:00
Adrian Greeve
f45c9b6976
MDL-49688 navigation: CSS compilation update.
...
Part of MDL-45774.
2015-04-10 17:17:32 +08:00
Ankit Agarwal
b19cc4ef25
MDL-45898 myprofile: Redesign my profile page
...
Part of MDL-45774.
Contributions by John Okely, Jetha Chan and Damyon Wiese (squashed branch).
AMOS BEGIN
CPY [coursebadges,core_badges], [badges,core_badges]
AMOS END
2015-04-10 17:17:32 +08:00
Damyon Wiese
479fa47d0b
MDL-49632 User preferences: Move preferences out of edit profile form.
...
This is a super confusing place to change your default text editor. Lets
make these things easy to find.
Part of MDL-45774
2015-04-10 17:17:08 +08:00
Adrian Greeve
c78dbe03fb
MDL-49634 navigation: My grades now relevant to teachers.
...
My grades was originally only showing grades to a student.
Now the report will also show teachers what courses they are
teachers in.
Part of MDL-45774.
2015-04-10 17:17:08 +08:00
Adrian Greeve
ace9bde851
MDL-49605 navigation: Permissions updated for blog preferences.
...
Permissions are now being checked before displaying a link to blog
preference pages.
Part of MDL-45774.
2015-04-10 17:17:08 +08:00
Adrian Greeve
e5cfbeea76
MDL-49630 admin: defaulthomepage changed to dashboard.
...
Part of MDL-45774.
2015-04-10 17:17:07 +08:00
Damyon Wiese
4e1f60478a
MDL-49635 Navigation: Site pages consistent headers + navigation for preferences
...
Preferences pages cancel and continue buttons should lead back to preferences page.
Site pages should have consistent headers and breadcrumbs.
Hide the "Preferences" node in the navigation.
Part of MDL-45774
2015-04-10 17:17:07 +08:00
Adrian Greeve
f495187da7
MDL-48935 navigation: Update the user nav breadcrumbs.
...
Part of MDL-45774.
2015-04-10 17:17:07 +08:00
Adrian Greeve
e42fb2dddf
MDL-48931 navigation: Update to context header renderer.
...
Update to the context_header render to include the messaging
JavaScript. Also updates to profile pages to remove duplicated
code.
Part of MDL-45774
2015-04-10 17:17:07 +08:00
Adrian Greeve
1acbd1f9b4
MDL-48931 navigation: Update grade lib for the user context header.
...
Part of MDL-45774
2015-04-10 17:17:07 +08:00
Adrian Greeve
283ea788bf
MDL-48931 navigation: Implement the user subheader.
...
Part of MDL-45774
2015-04-10 17:17:07 +08:00
Adrian Greeve
e026cc9253
MDL-48930 navigation: Update to forum page headers.
...
The forum posts and discussion headers have been updated
to use the course full name instead of the short name to
match other pages.
Part of MDL-45774.
2015-04-10 17:17:07 +08:00
Adrian Greeve
880c50731f
MDL-48930 navigation: Using user headers in user pages.
...
Pages that are percieved to be in a user context are now
using a user context for the header.
Part of MDL-45774
2015-04-10 17:17:07 +08:00
Damyon Wiese
e4522f8841
MDL-48934 navigation: Update the default entries in the user menu.
...
Add mypreferences and remove mybadges and myfiles (You should get to the
last 2 through your dashboard).
Part of MDL-45774
2015-04-10 17:17:07 +08:00
Damyon Wiese
19b2179e94
MDL-45894 navigation: New setting had null default (shows on new install page)
...
Change default to ''
Part of MDL-45774
2015-04-10 17:17:06 +08:00
Adrian Greeve
3b927d357b
MDL-45896 navigation: CSS and renderer improvements.
...
Part of MDL-45774.
2015-04-10 17:17:06 +08:00
Jetha Chan
ccb76d43c2
MDL-45896 navigation: CSS for the context header.
...
Part of MDL-45774
2015-04-10 17:17:06 +08:00
Adrian Greeve
261bdb24d9
MDL-45896 navigation: Created a user context header.
...
Part of MDL-45774
2015-04-10 17:17:06 +08:00
Ankit Agarwal
50e0d9ff5c
MDL-48932 myprofile: Add tests for the profile apis
2015-04-10 17:17:06 +08:00
Ankit Agarwal
0807601d2f
MDL-48932 myprofile: Add apis to make my profile pluggable
2015-04-10 17:17:06 +08:00
Frederic Massart
fa3ca5e204
MDL-45902 repository: Improving breadcrumb and title of manage page
...
Part of MDL-45774
2015-04-10 17:17:06 +08:00
Frederic Massart
8309caa643
MDL-45902 navigation: Moving repositories to the preferences
...
Part of MDL-45774
2015-04-10 17:17:06 +08:00
Frederic Massart
9461ea0679
MDL-45895 user: Preferences page presence in the navigation
...
Part of MDL-45774
2015-04-10 17:17:06 +08:00
Frederic Massart
36ffc1511c
MDL-45895 user: Re-organise orphans nodes on the preferences page
...
Part of MDL-45774
2015-04-10 17:17:06 +08:00
Frederic Massart
0e8418a8de
MDL-45895 user: Scaffold of the new preferences page
...
Part of MDL-45774
2015-04-10 17:17:06 +08:00
Adrian Greeve
b6c42eb0f0
MDL-45894 navigation: Behat tests for user navigation.
...
Part of MDL-45774
2015-04-10 17:17:05 +08:00
Adrian Greeve
c9451960e3
MDL-45894 navigation: My grades update to overview report.
...
Part of MDL-45774
2015-04-10 17:17:05 +08:00
Dave Cooper
81d7de1aa1
MDL-48936 lang: Changed "My Home" to "Dashboard".
...
Part of MDL-45774
2015-04-10 17:16:27 +08:00
Juan Leyva
f7b443c2f0
MDL-49426 webservices: Allow upload to draft area always
2015-04-10 10:21:01 +02:00
David Monllao
4b031fa491
Merge branch 'MDL-49650-master' of git://github.com/damyon/moodle
2015-04-10 15:52:38 +08:00
Damyon Wiese
1fcad8433c
MDL-49650 tool_templatelibrary: Change the format for template comments
...
The documentation comment for a template must now be marked with:
@template component/templatename
For it to be read by the template library. Previously it was looking for
the first "non gpl license" comment which was a bit random.
2015-04-10 15:35:58 +08:00
David Monllao
9aabc32294
Merge branch 'MDL-49748-master' of git://github.com/xow/moodle
2015-04-10 15:17:26 +08:00
David Monllao
4969c8ba63
Merge branch 'MDL-49575-master' of git://github.com/FMCorz/moodle
2015-04-10 15:11:05 +08:00
John Okely
9b5e702a11
MDL-49748 mod_data: Fix undefined offset error and add behat coverage
2015-04-10 09:42:34 +08:00
Alex Mitin
23464633c8
MDL-49748 mod_data: update fields even when empty
2015-04-10 09:42:34 +08:00
Simey Lameze
0148cd852e
MDL-49723 tool: deprecate guess_antolope_row_size method
2015-04-10 09:33:35 +08:00
Marina Glancy
314a221066
MDL-18309 course: enrol/index.php returnurl tests
2015-04-10 09:32:35 +08:00
Gregory Zbitnev
6601690202
MDL-18309 Course: enrol/index.php returnurl improvement
...
This patch improves usability of enrolment page in case of course is not
enrollable. 'Continue' button now returns student to referring page instead of
main moodle page (as it used to be). To make this improvement, passing correct
returnurl parameter to enrol/index.php page was implemented for links that may
be accessible for not-enrolled students.
2015-04-10 09:32:31 +08:00
Barry Oosthuizen
2568347e28
MDL-33328 enrol_manual: use correct parameter in search function
...
Searching for user from "Enrol users" panel causes blocks to dock in IE
2015-04-09 18:52:14 +01:00
Nadav Kavalerchik
b555d94d60
MDL-49762 Atto: Set HTML directionality to LTR, in RTL mode.
2015-04-09 16:09:01 +03:00
Dan Poltawski
d7551257a0
weekly release 2.9dev
2015-04-09 10:26:56 +01:00
Dan Poltawski
890262ace9
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2015-04-09 10:26:54 +01:00
Frederic Massart
753a29a825
MDL-49575 gradereport_singleview: Regrade item when (un)overriding
2015-04-09 16:25:39 +08:00
Jean-Michel Vedrine
716dfb630d
MDL-49642 mod_lesson: fix restore of overrides
2015-04-09 15:26:40 +08:00
Damyon Wiese
9ee83b0d30
MDL-49650 Templates: Move templates out of invalid sub directory.
...
Also add comments so they render in the template library.
2015-04-09 13:17:59 +08:00
Damyon Wiese
274d79c9d5
MDL-49650 tool_templatelibrary: New tool for browsing mustache templates
2015-04-09 11:57:56 +08:00
Rajesh Taneja
bed022decb
MDL-48159 mod_assign: Use proper step to navigate to homepage
2015-04-09 11:13:33 +08:00
Rajesh Taneja
3072d006be
MDL-48159 mod_assign: Fixed behat to pass on chrome
...
Chrome driver doesn't support clicking on
link which wrap on multiple lines. In this
case link is wrapped in navigation block
and was failing on chrome.
2015-04-09 11:07:34 +08:00
Dan Poltawski
c11960e4f0
Merge branch 'MDL-49519_eloy_addenda' of https://github.com/stronk7/moodle
2015-04-08 20:22:53 +01:00
Eloy Lafuente (stronk7)
c790542885
MDL-49519 Google API: use autoload everywhere
...
Update core (repository & portfolio) to use autoload facilities,
getting rid of not-needed-anymore requires.
Clarify a bit the readme_moodle information and expected use.
2015-04-08 20:29:03 +02:00
Eloy Lafuente (stronk7)
2b90ce658b
MDL-49519 Google API: remove old stuff
2015-04-08 20:24:54 +02:00
Colin Campbell
334bee5f60
MDL-48723 mod/forum: Fix cron task error on digest attachments.
2015-04-08 13:22:02 -05:00
Eloy Lafuente (stronk7)
17017ced9c
Merge branch 'MDL-49684-fix' of https://github.com/danpoltawski/moodle
2015-04-08 17:05:51 +02:00
M Kassaei
9f9d2caa33
MDL-40988 quiz: fix bug when editing default heading on blank quiz
2015-04-08 12:42:34 +01:00
Dan Poltawski
234e929e2b
MDL-49684 calendar: fix timezone reseting.
2015-04-08 12:24:44 +01:00
Dan Poltawski
f5d9f19013
Merge branch 'MDL-49642' of git://github.com/jmvedrine/moodle
2015-04-08 08:57:15 +01:00
Jean-Michel Vedrine
31cb1b0eca
MDL-49642 mod_lesson: fix backup of user overrides
2015-04-08 09:21:44 +02:00
Nathan Lewis
ad5c323065
MDL-49306 blocks: Copy instance data when copying block instances
2015-04-08 14:41:05 +08:00
Andrew Nicols
d8727a4d00
Merge branch 'MDL-49604-master' of git://github.com/damyon/moodle
2015-04-08 12:44:07 +08:00
Damyon Wiese
4b9e532633
MDL-49604 Javascript: Add a localstorage cache for strings and templates
2015-04-08 12:31:48 +08:00
Rajesh Taneja
6d1eb8906f
MDL-37984 portfolio: fixed path to Drive.php
2015-04-08 12:11:02 +08:00
Andrew Nicols
647681d4e9
Merge branch 'MDL-49687-master' of git://github.com/andrewnicols/moodle
2015-04-08 09:34:37 +08:00
Andrew Nicols
31635bfb63
MDL-49687 enrol: Add behat tests for adding multiple groups
2015-04-08 09:34:16 +08:00
Andrew Nicols
b38b62f86c
Merge branch 'wip-MDL-49694-master' of git://github.com/marinaglancy/moodle
2015-04-08 08:37:34 +08:00
Andrew Nicols
78a57b259a
Merge branch 'MDL-15187-master' of git://github.com/andrewnicols/moodle
2015-04-08 08:33:11 +08:00
Stephen Parry
2a34360ed9
MDL-15187 tool_uploaduser: assign system roles from CSV
...
Added feature to assign/unassign system roles stored in the CSV fields
sysrole1, sysrole2... Roles to be unassigned are prefixed with minus.
2015-04-08 08:32:11 +08:00
Dave Cooper
fa48383bfa
MDL-49519 libraries: Update references to new Google API library
2015-04-08 02:26:16 +02:00
Dave Cooper
aec4292cbd
MDL-49519 libraries: Updated google-api-php-client to 1.1.2
2015-04-08 02:26:09 +02:00
Brian Barnes
8b3a10438f
MDL-49782 general: removed uses of window.status
2015-04-08 11:49:06 +12:00
Eloy Lafuente (stronk7)
ca66bc3802
MDL-49499 wrong merge: bump version to avoid "old code" problems
...
Because of a wrong merge, main $version (in version.php) was
reverted from 20150407 back to 20150402, leading to messages
about running older code than version in DB. By bumping main
$versionto 20150408 all problems should be left behind.
2015-04-08 01:03:43 +02:00
Dan Poltawski
5483bd6239
Merge branch 'MDL-49730-master-workshop-width' of git://github.com/mudrd8mz/moodle
2015-04-07 20:26:15 +01:00
Dan Poltawski
89c3afc2c5
Merge branch 'MDL-49347-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
version.php
2015-04-07 20:25:28 +01:00
Juan Leyva
a955fcb608
MDL-49347 rating: Unit tests for core_rating_get_item_ratings
2015-04-07 21:13:25 +02:00
Juan Leyva
46e41e6339
MDL-49347 rating: Several fixes and code clean up
...
- Use correct return values types
- Fix the warnings declaration
- Fix the pluginfile URL
2015-04-07 21:13:24 +02:00
Ramindu Deshapriya
c1d58952d3
MDL-44611 core_course: Added Behat test to automate MDLQA 5252
2015-04-08 00:43:02 +05:30
Eloy Lafuente (stronk7)
a7d5af2d82
Merge branch 'MDL-48159' of https://github.com/andrewhancox/moodle
2015-04-07 19:13:56 +02:00
AMOS bot
8eedf786dc
Automatically generated installer lang files
2015-04-08 00:04:12 +08:00
Dan Poltawski
464ba8e5a0
Merge branch 'MDL-49500-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
version.php
2015-04-07 16:44:41 +01:00
Eloy Lafuente (stronk7)
522eff0d30
Merge branch 'MDL-49499-master' of git://github.com/jleyva/moodle
2015-04-07 17:29:15 +02:00
Dan Poltawski
6384385796
Merge branch 'master_MDL-49638' of git://github.com/icefresh89/moodle
2015-04-07 16:24:20 +01:00
Dan Poltawski
e4d6ab3bde
Merge branch 'MDL-49747-task-error-improvement' of https://github.com/brendanheywood/moodle
2015-04-07 16:13:46 +01:00
Dan Poltawski
bfceabab5d
Merge branch 'MDL-41608-master' of git://github.com/jethac/moodle
2015-04-07 15:40:06 +01:00
Dan Poltawski
fee0ba1f4e
MDL-40988 quiz: behat fix from Raj
2015-04-07 15:39:14 +01:00
Damyon Wiese
e362045e58
Merge branch 'MDL-49736_master' of git://github.com/markn86/moodle
2015-04-07 21:42:39 +08:00
Andrew Hancox
e528997a4a
MDL-48159 mod_assign: Added setting preventsubmissionnotingroup
...
If enabled a user will be unable to make a submission unless they are a
member of a group.
2015-04-07 14:30:40 +01:00
Michael Elbert
d83318f19f
MDL-49638 login: Wrong location of reCAPTCHA on signup page
2015-04-07 08:35:19 -04:00
Damyon Wiese
82d341cfd5
Merge branch 'MDL-49503-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
version.php
2015-04-07 20:28:23 +08:00
Eloy Lafuente (stronk7)
037546ae1f
Merge branch 'MDL-48205_master' of https://github.com/totara/openbadges
2015-04-07 14:20:48 +02:00
Eloy Lafuente (stronk7)
615812040a
Merge branch 'MDL-49065_m29v6' of https://github.com/sbourget/moodle
2015-04-07 14:15:33 +02:00
Dan Poltawski
e64f1fa1c7
Merge branch 'MDL-49740-locking-bugs' of https://github.com/brendanheywood/moodle
2015-04-07 13:08:41 +01:00
Dan Poltawski
cdc0f4de3f
Merge branch 'MDL-49677' of https://github.com/sleperf/moodle
2015-04-07 11:28:35 +01:00
Dan Poltawski
8cf919bc1d
MDL-49504 notes: fix trailing whitespace
2015-04-07 11:17:44 +01:00
Dan Poltawski
29596525a3
Merge branch 'MDL-49504-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
version.php
2015-04-07 11:17:04 +01:00
Damyon Wiese
75ece778c5
Merge branch 'MDL-49101' of https://github.com/andrewhancox/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2015-04-07 17:27:17 +08:00
Andrew Hancox
6398ff5387
MDL-49101 core: Add a global admin setting config->requiremodintro
...
Removed requiremodintro setting from all core activity plugins and replace
with a single global setting.
Deprecated moodleform_mod::add_intro_editor and replaced with
moodleform_mod::standard_intro_elements
2015-04-07 10:11:53 +01:00
Dan Poltawski
ffb4eaa93f
Merge branch 'MDL-49501-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
version.php
2015-04-07 10:03:28 +01:00
David Monllao
b6c34ef9f5
Merge branch 'MDL-43558_master' of git://github.com/dmonllao/moodle
2015-04-07 16:25:07 +08:00
Alex Mitin
af4e80ae69
MDL-49753 enrolments: preselct status filter if needed
2015-04-07 16:19:01 +08:00
Andrew Nicols
78db0d13de
MDL-49395 core: add more unit tests for get_enrolled_sql
2015-04-07 15:30:07 +08:00
Andrew Nicols
78a9c50a74
Merge branch 'suspended_userids_memory' of git://github.com/tlevi/moodle
2015-04-07 15:30:04 +08:00
Damyon Wiese
006fac90a1
Merge branch 'MDL-49498-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
version.php
2015-04-07 14:27:20 +08:00
Marina Glancy
01df798e7b
MDL-49694 gradebook: display proper course name in overview
2015-04-07 13:20:55 +08:00
David Monllao
6661d5de14
Merge branch 'MDL-49642' of git://github.com/jmvedrine/moodle
2015-04-07 12:06:22 +08:00
David Monllao
9b27c8840d
Merge branch 'MDL-47773-master-commentui' of git://github.com/mudrd8mz/moodle
2015-04-07 11:34:23 +08:00
David Monllao
b81da1f27c
MDL-43558 theme_base: We don't need edit toggle if modeditingmenu is disabled
2015-04-07 11:16:15 +08:00
David Monllao
f57457e35b
Merge branch 'MDL-37984-master' of git://github.com/mastnym/moodle
2015-04-07 09:38:48 +08:00
Dan Poltawski
759c4f0c55
MDL-40988 quiz: correct install.xml inconsistency
...
quizid should not have a default set
2015-04-06 14:38:42 +01:00
Dan Poltawski
c17dc4347e
Merge branch 'MDL-28592-master' of https://github.com/ninelanterns/moodle
2015-04-06 13:59:30 +01:00
Dan Poltawski
774906fc6d
Merge branch 'mdl38210-master' of https://github.com/tlock/moodle
2015-04-06 12:35:01 +01:00
Dan Poltawski
097979568a
Merge branch 'MDL-40988' of git://github.com/mkassaei/moodle
2015-04-06 12:07:34 +01:00
Dan Poltawski
3fa072a187
MDL-49684 time: fix unit tests broken by refactoring
2015-04-06 11:09:25 +01:00
Dan Poltawski
a671ebe866
Merge branch 'wip_MDL-49684_m29_tz2' of https://github.com/skodak/moodle
...
Conflicts:
version.php
2015-04-06 10:13:06 +01:00
David Monllao
32b97a03f3
MDL-49380 enrol_cohort: Fixing matches
...
Tiny fix as the group name was not properly
generated when incrementing the captured
generated number. Also adding unit test for
this case.
2015-04-06 10:47:54 +08:00
David Monllao
b948d8c8a0
Merge branch 'wip-MDL-49380-master' of git://github.com/abgreeve/moodle
2015-04-06 10:16:38 +08:00
David Monllao
c3dbbe5c74
Merge branch 'MDL-49313-master' of git://github.com/jleyva/moodle
2015-04-06 09:54:55 +08:00
Petr Skoda
d6e7a63d9a
MDL-49684 timezones: rewrite timezone support
...
This patch replaces all homegrown timezone
stuff with standard PHP date/time code.
The main change is the introduction of core_date
class that returns normalised user and server
timezones. From now on nobody should be using
$CFG->timezone or $user->timezone directly!
Other new features and fixes:
* admins are prompted for timezone during install
* editing of other users is finally fixed
* timezones are displayed in user profile
* new $this->setTimezone() in phpunit
* time locale is now automatically reset in phpunit
* timezone is now automatically reset in phpunit
* phpunit has Australia/Perth as default timezone
2015-04-06 13:53:51 +12:00
M Kassaei
5d949702f8
MDL-40988 quiz: ability to break quizzes into sections
...
The sections are created on the edit quiz page, and then appear in the
navigation panel when the quiz is being attempted to help students find
their way around.
The 'Shuffle questions' setting has been moved from being per-quiz
to being a per-section.
This commit is actually the joint work of Mahmoud Kassaei and Tim Hunt
from The Open University. We could only use one persons name for the
commit and this time Mahmoud gets the credit/blame.
2015-04-05 14:30:53 +01:00
Jean-Michel Vedrine
247980b0e8
MDL-49642 mod_lesson: Fix issues found during integration review
2015-04-05 15:05:31 +02:00
Russell Smith
9129827158
MDL-49755 backup: Cache backup information.
2015-04-05 20:03:08 +10:00
Colin Campbell
6825560889
MDL-34921 course/format: Fix unwanted redirects from Site home
2015-04-04 21:31:35 -05:00
Petr Skoda
e19b37101f
MDL-49684 timezones: add BC unit test first
2015-04-04 11:56:44 +13:00
Brendan Heywood
894f36abf9
MDL-49740 Lock: Fixed task lock release bugs
2015-04-03 11:13:03 +11:00
Brendan Heywood
e8a1c3e908
MDL-49747 Task: Improve coding error expection message
2015-04-03 11:11:51 +11:00
Juan Leyva
b5e6063803
MDL-49313 webservices: Unit tests for the external function
...
core_completion_get_course_completion_status
2015-04-02 21:58:14 +02:00
Juan Leyva
6c785afa2d
MDL-49313 webservices: Fixes and add the function to the mobile service
2015-04-02 21:58:13 +02:00
Costantino Cito
90c326640d
MDL-49313 webservices: New WS get_course_completion_status
2015-04-02 21:58:13 +02:00
Stephen Bourget
446db9fe33
MDL-49065 Lesson: Add Behat tests for my home
2015-04-02 13:18:17 -04:00
Stephen Bourget
673e0d5a14
MDL-49065 Lesson: Fix attempt info displayed by course overview block
2015-04-02 13:17:33 -04:00
Costantino Cito
db5b697158
MDL-49347 rating: New external function core_rating_get_item_ratings
2015-04-02 17:13:44 +02:00
Juan Leyva
d508dfe79a
MDL-49503 forum: Add view_forum_discussion to the mobile service
2015-04-02 17:11:27 +02:00
Juan Leyva
a3c315dda2
MDL-49503 forum: New external function mod_forum_view_forum_discussion
2015-04-02 17:08:42 +02:00
Juan Leyva
6e5df52c80
MDL-49503 forum: Unit tests for forum_discussion_view
2015-04-02 17:08:42 +02:00
Juan Leyva
1546987b86
MDL-49503 forum: Move discussion viewed triggering to API function
2015-04-02 17:08:42 +02:00
Juan Leyva
7a334a9b7a
MDL-49498 user: Add core_user_view_user_list to the mobile service
2015-04-02 17:03:37 +02:00
Juan Leyva
214102d09e
MDL-49498 user: New external function core_user_view_user_list
2015-04-02 17:03:03 +02:00
Juan Leyva
826d572ddf
MDL-49498 user: New tests for user_list_view()
2015-04-02 17:03:03 +02:00
Juan Leyva
0ff203b657
MDL-49498 user: Move user/index event triggering to new API function
...
New function in user/lib.php: user_list_view
2015-04-02 17:03:03 +02:00
Juan Leyva
b679582707
MDL-49501 messages: Unit tests for mark_message_read
2015-04-02 17:02:20 +02:00
Juan Leyva
a84f89ca23
MDL-49501 messages: Add mark_message_read to the mobile service
2015-04-02 17:02:19 +02:00
Juan Leyva
31c474da59
MDL-49501 messages: New external function mark_message_read
2015-04-02 17:01:45 +02:00
Juan Leyva
5770f10e0d
MDL-49499 user: Add core_user_view_user_profile to the mobile service
2015-04-02 17:01:02 +02:00
Juan Leyva
94dcab769b
MDL-49499 user: New external function core_user_view_user_profile
2015-04-02 16:57:43 +02:00
Juan Leyva
a0b161bf23
MDL-49499 user: Unit tests for profile_view()
2015-04-02 16:57:43 +02:00
Juan Leyva
d1b238381f
MDL-49499 user: Move events triggering to new API function
...
New function in profile/lib: profile_viewed()
2015-04-02 16:57:42 +02:00
Juan Leyva
29ab635180
MDL-49504 notes: Unit tests for core_notes_view_notes
2015-04-02 16:47:23 +02:00
Juan Leyva
a80b551899
MDL-49504 notes: Add core_notes_view_notes to the mobile service
2015-04-02 16:46:04 +02:00
Juan Leyva
ec1a54ef03
MDL-49504 notes: New external function core_notes_view_notes
2015-04-02 16:45:20 +02:00
Juan Leyva
f0c5f8406c
MDL-49504 notes: Move note view triggering to API function
2015-04-02 16:42:07 +02:00
Juan Leyva
45e091ac27
MDL-49500 grades: Unit tests for the new external function
...
gradereport_user_view_grade_report
2015-04-02 16:41:40 +02:00
Juan Leyva
1bc85767b5
MDL-49500 grades: Add the new function to the mobile service
2015-04-02 16:41:40 +02:00
Juan Leyva
57272121d8
MDL-49500 grades: External function gradereport_user_view_grade_report
2015-04-02 16:39:56 +02:00
Juan Leyva
ef0dd22446
MDL-49500 grades: Move events triggering (user report) to a new method
2015-04-02 16:39:56 +02:00
Stephen Bourget
4ce40083e2
MDL-49642 mod_lesson: Behat tests for overrides
2015-04-02 13:56:53 +02:00
Jean-Michel Vedrine
e0e1a83e2c
MDL-49642 mod_lesson: Group/user overrides
2015-04-02 13:56:52 +02:00
Eloy Lafuente (stronk7)
0a2224b961
Merge branch 'MDL-49203-master' of git://github.com/jleyva/moodle
2015-04-02 13:19:35 +02:00
Juan Leyva
e7f4cf2ab7
MDL-49203 webservices: Fix unit tests for avoid random order issues
...
This problem usually happens in Postgres where a set of records is
ordered by a timestamp column and there are two or more records with
the same value
2015-04-02 12:57:22 +02:00
Eloy Lafuente (stronk7)
1d3fd63f97
weekly release 2.9dev
2015-04-02 11:48:43 +02:00
Eloy Lafuente (stronk7)
ac84f1f457
NOBUG: Fixed file access permissions
2015-04-02 11:48:43 +02:00
Dan Poltawski
8eba1ea977
Merge branch 'MDL-46805-scorm-last-fix' of git://github.com/dmonllao/moodle
2015-04-02 11:09:31 +02:00
David Monllao
0adf7044ff
MDL-46805 mod_scorm: Re-fix as previous object was removed in 2.8
2015-04-02 11:09:30 +02:00
Rajesh Taneja
e43bf473fa
MDL-46805 scorm: Set user_id if scorm|aiccuserid config is set
2015-04-02 11:09:29 +02:00
Ankit Agarwal
7ceee32454
MDL-49330 webservices: Fix get_course_notes api
2015-04-02 11:09:25 +02:00
Marina Glancy
f79747171d
MDL-46960 completion: trigger event after clearing cache
2015-04-02 11:08:22 +02:00
Rajesh Taneja
345c6a1ac0
MDL-49513 behat: Updated step name to match new step
2015-04-02 11:08:21 +02:00
Eloy Lafuente (stronk7)
31f5ee4a34
MDL-48887 auth: added new hook to upgrade notes.
2015-04-02 11:08:20 +02:00
Brendan Heywood
bf08e3f94c
MDL-48887 An auth plugin hook enabling removal of redundant redirects
...
This introduces a new hook allowing an auth plugin to redirect to an
external login page directly without redundant redirects to the standard
login page first, or where possible to authenticate the user and simply
continue loading the page without any redirects. For some protocols such
as SAML reducing the number of redirects to the bare minimum greatly
speeds up the login process on high latency networks.
2015-04-02 11:08:20 +02:00
Eloy Lafuente (stronk7)
be5743f655
Merge branch 'MDL-49330-master' of git://github.com/jleyva/moodle
2015-04-02 11:08:18 +02:00
Eloy Lafuente (stronk7)
82cf09885c
Merge branch 'MDL-49686-master' of git://github.com/merrill-oakland/moodle
...
Conflicts:
lib/editor/atto/yui/build/moodle-editor_atto-editor/moodle-editor_atto-editor-min.js
2015-04-02 11:08:11 +02:00
Andrew Nicols
df15759724
Merge branch 'wip-mdl-49513' of https://github.com/rajeshtaneja/moodle
2015-04-02 11:06:27 +02:00
Eloy Lafuente (stronk7)
299469d08c
Merge branch 'MDL-49314-master' of git://github.com/jleyva/moodle
2015-04-02 11:06:26 +02:00
Juan Leyva
1d3e954630
MDL-49606 webservices: Use correct item null value for files in summary
2015-04-02 11:06:25 +02:00
Juan Leyva
4dfef5e9ef
MDL-49453 webservices: Validate section number (exists and visibility)
2015-04-02 11:06:24 +02:00
Eloy Lafuente (stronk7)
605324fb10
Merge branch 'MDL-49330-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
version.php
2015-04-02 11:06:20 +02:00
Eloy Lafuente (stronk7)
3b2e6aec62
MDL-49314 webservices: Version bump
2015-04-02 11:06:07 +02:00
Eloy Lafuente (stronk7)
f8da6281a0
Merge branch 'MDL-49314-master' of git://github.com/jleyva/moodle
2015-04-02 11:06:02 +02:00
David Monllao
120dee7a1a
MDL-49481 theme_bootstrapbase: Fix responsive margin-top
2015-04-02 11:05:45 +02:00
Dan Poltawski
62d94d17d0
Revert "Merge branch 'MDL-37864' of https://github.com/serega1394/moodle "
...
This reverts commit 19ffcbe273 , reversing
changes made to 2112dd44e8 .
2015-04-02 11:05:45 +02:00
David Monllao
ee366cf907
Merge branch 'MDL-49587' of git://github.com/mike-grant/moodle
2015-04-02 11:05:43 +02:00
David Monllao
72457d7a72
Merge branch 'MDL-49481' of git://github.com/aolley/moodle
2015-04-02 11:05:42 +02:00
Dave Cooper
3004a92332
MDL-49534 libraries: Removed pear/HTTP/WebDav
2015-04-02 11:05:42 +02:00
Eloy Lafuente (stronk7)
b485fb20dd
Merge branch 'MDL-49693-master' of git://github.com/merrill-oakland/moodle
...
Conflicts:
lib/editor/atto/yui/build/moodle-editor_atto-editor/moodle-editor_atto-editor-min.js
2015-04-02 11:05:32 +02:00
Marina Glancy
058caae6f3
MDL-49687 enrol: allow to add user to multiple gorups
2015-04-02 17:02:39 +08:00
LE PERF Stephane
ab2fa7a768
MDL-49677 enrol_self: allow fullname and email in the welcome message
2015-04-02 09:42:20 +02:00
John Phoon
28e31ae43f
MDL-28592 webservices: Add manual unenrol users to external services
2015-04-02 17:37:44 +11:00
Tony Levi
a7e4cff20a
MDL-49395 accesslib: Make get_suspended_userids more efficient
2015-04-02 13:53:49 +10:30
Adrian Greeve
7efd0c0adb
MDL-49380 enrol_cohort: Update to code and introduction of a constant.
2015-04-02 09:49:35 +08:00
Juan Leyva
d4fdd3a1b0
MDL-49330 core_notes: Fixed unit tests (broken in postgres)
2015-04-01 13:02:25 +02:00
Juan Leyva
ea2f0e3e87
MDL-49314 webservices: Fix unit tests for handling hidden activities
2015-04-01 12:22:08 +02:00
Costantino Cito
12068d65cb
MDL-49330 core_notes: Unit tests for get_course_notes
2015-04-01 10:44:45 +02:00
Costantino Cito
9857381dc3
MDL-49330 core_notes: New external function core_notes_get_course_notes
2015-04-01 10:44:45 +02:00
Juan Leyva
9cd1093c33
MDL-49314 webservices: Check groups using groups_user_groups_visible
2015-04-01 10:21:17 +02:00
Juan Leyva
aa5faf0070
MDL-49314 groups: Unit tests for groups_user_groups_visible
2015-04-01 10:19:26 +02:00
Juan Leyva
c616c5f145
MDL-49314 groups: New API function groups_user_groups_visible
2015-04-01 10:19:26 +02:00
Juan Leyva
f578820b3b
MDL-49314 webservices: Unit tests for the new external function
2015-04-01 10:19:25 +02:00
Juan Leyva
604afeff1c
MDL-49314 webservices: Add the new function to the mobile service
...
The commit also include some clean-up
2015-04-01 10:19:25 +02:00
Costantino Cito
5f2406c94a
MDL-49314 webservices: New WS get_activities_completion_status
2015-04-01 10:19:25 +02:00
Rajesh Taneja
bed97c39eb
MDL-49513 behat: Set admin config using php api
...
Added a new set to set config using set_config() api
to make steps faster and more efficient
2015-04-01 14:25:23 +08:00
Adrian Greeve
df9dbc9f42
MDL-49380 enrol_cohort: Unit tests and formatting update.
2015-04-01 14:05:29 +08:00
Mark Nelson
b25e15b224
MDL-49736 core_question: fixed ability to unhide questions
2015-03-31 22:57:51 -07:00
David Monllao
7c5dbf0396
Merge branch 'MDL-49453-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
2015-04-01 11:59:33 +08:00
David Monllao
a647e1f053
Merge branch 'MDL-49502-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
2015-04-01 11:49:31 +08:00
David Monllao
0005ce8e4b
Merge branch 'MDL-49520-master' of git://github.com/gurgus/moodle
2015-04-01 11:13:28 +08:00
Andrew Nicols
2b53b13ff7
MDL-49627 core: Update uses of generate_image_thumbnail
...
This removes the need to write tempfiles in these locations.
2015-04-01 11:05:19 +08:00
Andrew Nicols
b7067f065e
MDL-49627 core: Improve thumbnail generation
...
We now abstract the actual file generation to a new function.
We are then able to call this function from the other image generation
sources. This allows us to generate thumbnails in a more efficient manner.
* Stored files stay as stored files and are not temporarily re-written to
disk;
* Strings containing an image remain as a variable and are not temporarily
written to disk; and
* Arbitrary files are not captured to string.
2015-04-01 11:05:19 +08:00
David Monllao
47d333857d
Merge branch 'MDL-23296-master' of git://github.com/FMCorz/moodle
2015-04-01 10:41:41 +08:00
David Monllao
4d9dda2389
Merge branch 'MDL-40992' of git://github.com/timhunt/moodle
2015-04-01 08:00:43 +08:00
Tim Lock
1241b871cf
MDL-38210 report_participation: implement get view/post actions
2015-04-01 10:26:44 +10:30
Eloy Lafuente (stronk7)
e025f20995
Merge branch 'wip-mdl-48605' of https://github.com/rajeshtaneja/moodle
2015-04-01 01:09:25 +02:00
Dan Poltawski
f31c4f27f3
Merge branch 'MDL-49617-master' of git://github.com/jleyva/moodle
2015-03-31 20:10:27 +01:00
Dan Poltawski
2c92e06106
Merge branch 'MDL-49518-master' of git://github.com/gurgus/moodle
2015-03-31 20:04:54 +01:00
Dan Poltawski
19ffcbe273
Merge branch 'MDL-37864' of https://github.com/serega1394/moodle
2015-03-31 19:53:46 +01:00
Damyon Wiese
2112dd44e8
MDL-49578 TinyMCE: Update to 3.5.11
2015-03-31 19:38:53 +01:00
Dan Poltawski
3d8b835aec
Merge branch 'MDL-49564-master' of git://github.com/merrill-oakland/moodle
...
Conflicts:
lib/editor/atto/yui/build/moodle-editor_atto-editor/moodle-editor_atto-editor-min.js
2015-03-31 19:25:10 +01:00
Dan Poltawski
f5c493f75e
Merge branch 'MDL-49666' of git://github.com/timhunt/moodle
2015-03-31 19:18:14 +01:00
Tim Hunt
063cbe93e3
MDL-49666 questions: coding style fixes
2015-03-31 15:23:20 +01:00
Tim Hunt
ed98894326
MDL-49666 qbehaviour_informationitem: respect $options->readonly
2015-03-31 15:22:16 +01:00
Dan Poltawski
f0fb1ed518
Merge branch 'MDL-49671-master' of git://github.com/merrill-oakland/moodle
2015-03-31 15:05:37 +01:00
Dan Poltawski
a9feb0c48f
Merge branch 'MDL-49595' of https://github.com/rlorenzo/moodle
2015-03-31 14:51:43 +01:00
Rajesh Taneja
d83a1c11a2
MDL-48605 unit_test: Only touch real file/dir
2015-03-31 21:45:23 +08:00
Dan Poltawski
c157a42a7b
Merge branch 'MDL-49547' of git://github.com/timhunt/moodle
2015-03-31 14:43:48 +01:00
Dan Poltawski
22a520231d
Merge branch 'MDL-49661-master-pluginfotodo' of git://github.com/mudrd8mz/moodle
2015-03-31 14:37:44 +01:00
Dan Poltawski
a80ff5baa2
Merge branch 'MDL-49643-master-local-nav' of git://github.com/mudrd8mz/moodle
2015-03-31 14:28:08 +01:00
Dan Poltawski
6cb65683d1
Merge branch 'MDL-49598-master' of git://github.com/andrewnicols/moodle
2015-03-31 14:21:37 +01:00
Tim Hunt
5e63b335fe
MDL-40992 quiz: option to let students redo questions within an attempt
...
This feature is designed for use on pracice or formative quizzes.
It is available for quizzes that use Interactive or Immediate feedback
behaviour.
If the teacher turns this on in the quiz settings, then once a student
has finished a question, they get a 'Redo question' button beside the
question. If they click it, then the question they finished is replaced
by a new one so they can try again to practise that particul skill or
bit of knowledge a bit more.
When randomisation is involved, the studnets will be given a question or
variant that they have not seen before if possible.
2015-03-31 14:12:48 +01:00
Dan Poltawski
8a39f66130
Merge branch 'MDL-49606-master' of git://github.com/jleyva/moodle
2015-03-31 13:59:05 +01:00
Dan Poltawski
0ec875745a
Merge branch 'MDL-49645_master' of git://github.com/markn86/moodle
2015-03-31 13:28:19 +01:00
Dan Poltawski
2a9db845f8
Merge branch 'MDL-49641-get_external_files_master' of https://github.com/jpahullo/moodle
2015-03-31 13:15:06 +01:00
David Mudrák
3e4f5e6591
MDL-47773 comment: Indicate comment being saved via AJAX
...
This should be considered as quick & dirty usability fix as the whole JS
should ideally be rewritten and this behaviour should use CSS classes.
2015-03-31 13:59:59 +02:00
David Mudrák
0eb1b5fd51
MDL-49730 workshop: Do not waste valuable screen space
...
Stop using elements with width less than 100% in the workshop UI.
2015-03-31 13:46:32 +02:00
Dan Poltawski
90748dfb52
Merge branch 'MDL-49674-master-commentformat' of git://github.com/mudrd8mz/moodle
2015-03-31 12:16:58 +01:00
Dan Poltawski
deadda2f86
Merge branch 'MDL-48880' of git://github.com/jmvedrine/moodle
...
Conflicts:
mod/lesson/db/upgrade.php
mod/lesson/version.php
2015-03-31 11:21:11 +01:00
Dan Poltawski
4e664d1689
Merge branch 'MDL-26689' of git://github.com/jmvedrine/moodle
2015-03-31 10:46:30 +01:00
Dan Poltawski
7d9df98458
Merge branch 'wip-MDL-46960-master' of https://github.com/marinaglancy/moodle
2015-03-31 09:55:08 +01:00
Dan Poltawski
7e5c5b83c1
Merge branch 'm29_MDL-43818_Unable_Download_Package_Via_URL' of https://github.com/scara/moodle
2015-03-31 09:27:46 +01:00
Dan Poltawski
5b73c94858
Merge branch 'MDL-49525-master' of git://github.com/xow/moodle
2015-03-31 09:24:06 +01:00
Dan Poltawski
a7ef012dc4
Merge branch 'wip-mdl-48096' of https://github.com/rajeshtaneja/moodle
2015-03-31 08:57:59 +01:00
Rajesh Taneja
4df12b9372
MDL-48096 scorm: Include section number in cm
2015-03-31 15:51:47 +08:00
David Monllao
58aa74522d
Merge branch 'MDL-49696-master' of git://github.com/andrewnicols/moodle
2015-03-31 15:42:11 +08:00
Andrew Nicols
649acb9833
MDL-49696 theme_bootstrapbase: Update thirdpartylibs.xml + readme
2015-03-31 15:33:39 +08:00
David Monllao
4451f89b07
Merge branch 'MDL-44874-master' of git://github.com/andrewnicols/moodle
2015-03-31 15:22:03 +08:00
Andrew Nicols
6efd119da2
Merge branch 'MDL-49695_master' of git://github.com/markn86/moodle
2015-03-31 15:14:45 +08:00
Rajesh Taneja
d421a973d1
MDL-48605 unit_test: Fixed file_temp_cleanup_task
...
touch should only work on temp and below
dir's. With path we get temp/.. and temp/.
So we were modfying moodledata dir as well
and it was failing because of permission issues.
2015-03-31 14:59:48 +08:00
Andrew Nicols
ea3a71faf7
MDL-49294 logging: Improve cleanup tests
2015-03-31 14:11:25 +08:00
Andrew Nicols
70be2642fc
MDL-44874 core: Add per-request directory functions
...
This adds functionality to create individual request directories which can
be only be used for the current request. They are removed by a shutdown
handler.
2015-03-31 13:58:44 +08:00
Andrew Nicols
78045f6583
Merge branch 'log_cleanup_29' of https://github.com/tlevi/moodle
2015-03-31 12:56:31 +08:00
Andrew Nicols
e2c7ed7459
MDL-49669 badges: Add comment to explain CURLOPT_POSTREDIR
2015-03-31 12:19:12 +08:00
Andrew Nicols
59784e6cdf
Merge branch 'MDL-49669_master' of https://github.com/totara/openbadges
2015-03-31 12:12:26 +08:00
Yuliya Bozhko
7e7b5afac6
MDL-48205 badges: Get rid of ucfirst() and make modnames translatable
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
2015-03-31 16:42:55 +13:00
John Okely
c2260adeff
MDL-49525 libraries: Update Jquery to 1.11.2 and JQuery UI to 1.11.4
2015-03-31 11:29:37 +08:00
David Monllao
b8842bcdc7
Merge branch 'MDL-49114-master' of git://github.com/lameze/moodle
2015-03-31 11:29:16 +08:00
Marina Glancy
d368ce21ff
MDL-46960 badges: optimise interaction with completionlib
2015-03-31 11:06:57 +08:00
Marina Glancy
0cc9d709ab
MDL-46960 completionlib: adjustments to caching
2015-03-31 11:06:53 +08:00
David Monllao
bdece5fc27
Merge branch 'MDL-49474' of git://github.com/jmvedrine/moodle
2015-03-31 10:14:45 +08:00
Michael Wheeler
3871db0ac2
MDL-46960 completionlib: Move completion cache to MUC.
2015-03-31 09:31:30 +08:00
David Monllao
b51ff393cd
Merge branch 'MDL-6340' of git://github.com/timhunt/moodle
2015-03-31 08:44:01 +08:00
Andrew Nicols
73edc9b12e
Merge branch 'master_MDL-46805' of https://github.com/danmarsden/moodle
2015-03-31 08:15:23 +08:00
Eloy Lafuente (stronk7)
02badbb0e6
MDL-32547 unit tests: Make tests match file_temp_cleanup_task impl.
...
While default value did not change from 7 days... there are subtle
differences between strtotime('-1 week') used in tests and
-(7*24**3600) used in implementation.
This just makes the unit test to follow the implementation by
using the new config setting.
2015-03-31 01:53:56 +02:00
Eloy Lafuente (stronk7)
68632b6d80
MDL-47572 unit tests: make cronlib_testcase DST immune
...
Disclaimer: I've assigned this commit to MDL-47572 because it's
the issue where I've seen related changes.
Since a couple of days ago, both CI servers were failing. A couple
of days ago it was DST change in Europe/Madrid (that is the PHP
default TZ used by them).
Tests pass perfectly if the TZ is set to any other place not affected
by DST (Australia/Perth, for example).
Really the issue is a wrong mix of functions supporting DST and
functions not supporting them.
But, with current implementation (checking +-60 seconds around a time)
and with a DST change in the middle... this unit tests was going to be
failing for an entire week. And that's not acceptable for CIs.
So, I've changed the intervals, to be bigger than 1h (exactly 1h1s), so
they will be immune to the DST change/partial support.
Ideally all operations should be working in the same way (with or
without DST considered), but that's out from the scope of getting this
test stable enough and passing.
2015-03-31 01:21:18 +02:00
Eloy Lafuente (stronk7)
bdd48b459e
MDL-49203 webservices: Increment subsystems count in unit tests.
2015-03-31 00:42:27 +02:00
Dan Marsden
ef88aa2938
MDL-46805 SCORM: AICC restricts allowed characters in the username
2015-03-31 10:38:16 +13:00
David Mudrák
657cb5ab62
MDL-49377 admin: Recommend keeping the site updated to latest version
2015-03-30 23:15:54 +02:00
Matteo Scaramuccia
97cc12349e
MDL-43818 SCORM: unable to download the Package via URL.
2015-03-30 20:37:02 +02:00
Eloy Lafuente (stronk7)
f802e1c2c8
Merge branch 'MDL-49203-master' of git://github.com/jleyva/moodle
2015-03-30 20:01:10 +02:00
Dan Poltawski
2b36742f16
Merge branch 'MDL-49528-master' of git://github.com/xow/moodle
2015-03-30 15:04:45 +01:00
Dan Poltawski
1ca32101fe
Merge branch 'MDL-18966' of git://github.com/jmvedrine/moodle
2015-03-30 15:03:10 +01:00
Dan Poltawski
a29c948c0d
Merge branch 'master_MDL-48096' of git://github.com/danmarsden/moodle
2015-03-30 13:48:35 +01:00
Eloy Lafuente (stronk7)
862ce9fdee
Merge branch 'wip-mdl-49708' of https://github.com/rajeshtaneja/moodle
2015-03-30 13:27:03 +02:00
Dan Poltawski
b3e6240f22
Merge branch 'wip-MDL-49522-master' of git://github.com/abgreeve/moodle
2015-03-30 12:18:41 +01:00
Jean-Michel Vedrine
c7d1a37bdb
MDL-18966 mod_lesson: Save attempts of practice lessons
2015-03-30 12:58:17 +02:00
Dan Poltawski
ed55f327d7
Merge branch 'wip-MDL-47337-master' of git://github.com/marinaglancy/moodle
2015-03-30 11:05:12 +01:00
Dan Poltawski
38b3dc4bb1
Merge branch 'MDL-25721_master' of git://github.com/markn86/moodle
2015-03-30 10:50:44 +01:00
Rajesh Taneja
bf38226162
MDL-49708 behat: Resize window back to default
...
Leaving window size to large fails in chrome
Reset it to default size works to ensure stamp
is visible by selenium driver
2015-03-30 17:29:33 +08:00
Mike Grant
0b468c594f
MDL-49587 plugin: Stop silencing include errors
...
Stop silencing errors when including version.php
2015-03-30 08:01:41 +01:00
Jetha Chan
263fb9d1bc
MDL-41608 lib: add notification renderable using mustache
2015-03-30 14:29:11 +08:00
Rajesh Taneja
c71512d8b8
MDL-49708 behat: Fix chromedriver failure
...
Chromedriver tries to click in center of link
As these links wrap on next line it fails to
click on links on small screen
2015-03-30 12:33:21 +08:00
Andrew Nicols
ad3532dea1
MDL-44874 core: Move uuid generation to setuplib
2015-03-30 11:42:14 +08:00
John Okely
b508047b86
MDL-49528 libraries: Upgrade Markdown to 1.5.0
2015-03-30 11:33:05 +08:00
John Okely
2ff5c0fdb5
MDL-49528 libraries: Update thirdpartylib entry for Markdown to 1.5.0
2015-03-30 11:33:04 +08:00
David Monllao
06cf88f8c4
Merge branch 'mdl36506-master' of git://github.com/tlock/moodle
2015-03-30 10:31:44 +08:00
Simey Lameze
1bd4b9fcb4
MDL-49114 environment: add slasharguments warning message
2015-03-30 10:15:04 +08:00
Sergey Rozhkov
f1e1477142
MDL-37864 lib: Help icon work correctly in table header with sorting
2015-03-29 22:47:55 +03:00
Jean-Michel Vedrine
7e0551fc45
MDL-48880 mod_lesson: clean lesson_branch when a page is deleted
2015-03-29 21:46:05 +02:00
Jean-Michel Vedrine
4948b68ffe
MDL-49474 mod_lesson: intro and introformat missing from backup/restore
2015-03-29 21:33:18 +02:00
Mark Nelson
0f523b2b58
MDL-49695 tool_behat: fixed URL
2015-03-27 16:50:39 -07:00
Jean-Michel Vedrine
e8a434b373
MDL-26689 mod_lesson: deprecate lesson dependency
2015-03-27 20:38:03 +01:00
Eric Merrill
9029ce75eb
MDL-49693 atto: Clean textarea contents before inserting into editor
2015-03-27 12:27:00 -04:00
Eric Merrill
8e202bd80a
MDL-49686 atto: Process style and class attributes in sub-functions
...
To ensure we only clean style and classes, first we select the inside
of those attributes and "replace" them with handler functions. Those
functions scan the actual attribute values for class or styles that
we want to exclude.
The first level regex has 3 groups. group1 selects everything in the
tag leading up to the attribute values, group2 has the attributes,
group3 has the trailing quote mark. We work on group2 then return
the combination of group1, group2, and group3.
2015-03-27 11:36:05 -04:00
Juan Leyva
ba62015b8e
MDL-49606 webservices: Minor style fixes
2015-03-27 12:19:52 +01:00
Juan Leyva
ebfa74c799
MDL-49502 forum: Unit tests for forum_view
2015-03-27 11:33:35 +01:00
Juan Leyva
449a6304d4
MDL-49502 forum: Add the new function to the mobile service
2015-03-27 11:33:34 +01:00
Juan Leyva
4a1e44a155
MDL-49502 forum: New external function view_forum
2015-03-27 11:33:34 +01:00
Daniel Ureña
9b78f0e98b
MDL-49606 webservices: Improved unit tests for get_users_courses
2015-03-27 10:12:47 +01:00
Eric Merrill
73e144334b
MDL-49671 atto: Any pastes that don't have html should clean everything
...
Browsers may not provide html content in the clipboard object event
though it will really be pasted as such. This includes Firefox on
Windows, Internet Explorer, and some niche cases in Safari.
Because of this, we need to scrub the entire editor anytime we can't
intercept a paste event.
In some magical day in the future when there is better cross browser
support, we can undo this.
2015-03-26 23:31:05 -04:00
Eric Merrill
1b6ce030d3
MDL-49564 atto: Improve empty span removal
...
Paste from MS word, followed by cleaning, may leave many many unused
spans. Try to remove them.
2015-03-26 23:05:23 -04:00
Marina Glancy
4012617fb9
MDL-47337 course: merge section options during restore
2015-03-27 08:50:49 +08:00
Mark Nelson
16dfc32633
MDL-49645 core_backup: fixed 'expirythreshold' setting not being saved
2015-03-26 16:37:58 -07:00
Mark Nelson
810920b15d
MDL-25721 core_question: added ability to order questions by dates
2015-03-26 16:21:27 -07:00
Costantino Cito
170717e2a9
MDL-49606 webservices: Return additional fields in get_users_courses
2015-03-26 22:02:36 +01:00
Yuliya Bozhko
734627a482
MDL-49669 badges: Handle curl redirects when posting to backpack
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
2015-03-27 09:28:45 +13:00
Juan Leyva
51c378b116
MDL-49502 forum: New API function forum_view
2015-03-26 21:21:10 +01:00
Tim Hunt
f6579bea94
MDL-40992 question engine: new ways modify question usages
...
* A method to change the max mark for one question_attempt in the usage
* A method to replace one question in a usage with another, moving the
old question_attempt to the end.
* Methods to set and get metadata (string name value pairs) for each
question_attempt in the usage. This gets stored in the first step in a
way that should not interfere with anything else.
2015-03-26 17:46:48 +00:00
Tim Hunt
47be39ef41
MDL-40992 qbehaviour: new type method, can Qs can finish naturally
2015-03-26 17:46:48 +00:00
M Kassaei
1700bd4dea
MDL-40992 quiz: let students to redo questions within an attempt
2015-03-26 17:46:47 +00:00
Tim Hunt
bb93fc24aa
MDL-6340 quiz: avoid reusing random questions between attempts
...
There are several improvements over what we had before:
1. We track all the questions seen in the the student's previous
quiz attempts, so that when they start a new quiz attempt, they get
questions they have not seen before if possible.
2. When there are no more unseen questions, we start repeating, but
always taking from the questions with the fewest attempts so far.
3. A similar logic is applied with variants within one question.
There is lots of credit to go around here. Oleg Sychev's students Alex
Shkarupa, Sergei Bastrykin and Darya Beda all worked on this over
several years, helping to clarify the problem and shape the best
solution. In the end, their various attempts were rewritten into this
final patch by me.
2015-03-26 17:45:49 +00:00
Sergey Gorbatov
73985b1425
MDL-49380 enrol_cohort: Automatically create a group if needed
2015-03-26 21:12:52 +04:00
Rex Lorenzo
7519d366ef
MDL-49595 backup: Behat tests for importing groups/groupings
...
* Also fixed a missing required parameter for an Exception and some coding standards issues.
2015-03-26 09:04:37 -07:00
Juan Leyva
c4f7bf29b2
MDL-49453 webservices: Added the new WS to the mobile service
2015-03-26 16:46:39 +01:00
Juan Leyva
e81f67ca62
MDL-49453 webservices: Unit tests for WS core_course_view_course
2015-03-26 16:46:38 +01:00
Tim Hunt
95ef9d8095
MDL-49547 question restore: avoid tag-related notices.
2015-03-26 15:31:36 +00:00
Juan Leyva
7aed00d51f
MDL-49453 webservices: New WS core_course_view_course
2015-03-26 16:30:28 +01:00
Juan Leyva
2258883544
MDL-49453 course: Move view trigger event to a new API function
2015-03-26 16:30:15 +01:00
Juan Leyva
2016c7d4d0
MDL-49203 webservices: Unit tests for the new external function
2015-03-26 15:59:15 +01:00
Juan Leyva
ffe1579b0a
MDL-49203 webservices: Add missing component testsuite declaration
2015-03-26 15:59:15 +01:00
Juan Leyva
e77a0f368f
MDL-49203 webservices: Coding style fixes, ws added to the app service
2015-03-26 15:57:58 +01:00
Costantino Cito
be9854162f
MDL-49203 webservices: New WS core_comment_get_comments
2015-03-26 15:57:21 +01:00
Juan Leyva
0be81772f0
MDL-49617 webservices: Additional tests for the new function
2015-03-26 15:55:23 +01:00
Juan Leyva
4e2e3c9528
MDL-49617 webservices: Return additional fields in get_assignments WS
2015-03-26 15:55:22 +01:00
David Mudrák
2b6f97fded
MDL-49674 comment: Use correct format when displaying the comment
...
The plugin callback executed above can eventually change the format. We
need to use that one to have the formatting of the first AJAX response
consistent with following displays.
2015-03-26 12:55:18 +01:00
David Mudrák
a69ba70ddc
MDL-49643 navigation: Fix API for extending navigation in local plugins
2015-03-26 12:17:15 +01:00
David Mudrák
4ad70aede0
MDL-49661 pluginfo: Do not consider missing version.php as correct
...
All plugins are required to contain valid version.php since Moodle 2.5.
It's time to get rid of this TODO.
2015-03-26 12:16:20 +01:00
Eloy Lafuente (stronk7)
20d38830ae
weekly release 2.9dev
2015-03-26 10:47:44 +01:00
Eloy Lafuente (stronk7)
293610873a
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2015-03-26 10:47:34 +01:00
David Monllao
cfb32192d6
MDL-47002 editor_atto: Remove all after html when pasting
2015-03-26 16:15:29 +08:00
David Monllao
d784f5edc3
MDL-47002 editor_atto: Clean the comments separately
2015-03-26 14:37:55 +08:00
Dave Cooper
b1c5888daf
MDL-49520 libraries: Update password_compat library
2015-03-26 10:05:00 +08:00
Tony Levi
3e45fb4151
MDL-49294 logging: Cleanup runs in smaller chunks
...
Just running a huge log cleanup will probably cause big problems on large sites.
So we break this down into smaller day-by-day chunks until reaching the target.
2015-03-26 12:00:06 +10:30
Eloy Lafuente (stronk7)
cca1142f0e
Merge branch 'MDL-49543' of https://github.com/totara/openbadges
2015-03-26 00:51:01 +01:00
Yuliya Bozhko
f951916362
MDL-49543 badges: Add URL params to criteria settings page
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
2015-03-26 08:48:02 +13:00
Eloy Lafuente (stronk7)
54c40ffe75
Merge branch 'MDL-47002-int-master' of git://github.com/merrill-oakland/moodle
2015-03-25 18:17:17 +01:00
Eric Merrill
665829ec2a
MDL-47002 atto: Prevent removal of Rangy spans
2015-03-25 10:02:43 -04:00
Dan Poltawski
21e864c983
Merge branch 'MDL-49558-28-master-table-fix' of https://github.com/dmonllao/moodle
2015-03-25 08:40:54 +00:00
Dan Poltawski
b74bff0685
MDL-48969 block_quiz_results: correct upgrade logic check
2015-03-25 08:13:02 +00:00
Dan Poltawski
e9610166d6
Merge branch 'MDL-49470_master-fix-number-events' of git://github.com/dmonllao/moodle
2015-03-25 07:35:58 +00:00
David Monllao
b7bfbfee2c
MDL-49470 mod_lesson: Triggering just 1 event
2015-03-25 15:33:07 +08:00
Jordi Pujol Ahulló
d5f596589b
MDL-49641 repository_dropbox: preventing poor performance.
...
emptied sort default value at get_external_files to prevent poor performance.
2015-03-25 08:00:27 +01:00
David Monllao
044a884f24
MDL-49558 gradereport_user: Fixing table border
2015-03-25 13:54:37 +08:00
Andrew Nicols
7db6d31bf0
MDL-49262 bootstrapbase: Add log to bootstrapbase init
2015-03-25 13:41:34 +08:00
Marina Glancy
a824e60ab6
MDL-13831 course: validate gradepass only if needed
2015-03-25 10:59:33 +08:00
Eloy Lafuente (stronk7)
33d65f705b
MDL-49425 webservices: Fix unit test dependent of php.ini
2015-03-25 03:09:24 +01:00
David Monllao
67b853ff6b
MDL-45619 repository: Don't allow repository_recent to be uninstalled
...
We have tests that depends on it and it
is a simple repo that can just be disabled.
2015-03-25 09:39:12 +08:00
David Monllao
1c78065ad6
Merge branch 'MDL_45619_m29v5' of git://github.com/sbourget/moodle
2015-03-25 09:38:24 +08:00
Eloy Lafuente (stronk7)
7962f73e51
MDL-49543 badges: minor tweaks
...
Fix restore to support old criteria not having descriptions.
Plus delete not-needed cast (now $params is always already array).
2015-03-25 01:37:33 +01:00
Eloy Lafuente (stronk7)
89267d6a51
Merge branch 'MDL-49543' of https://github.com/totara/openbadges
2015-03-25 01:32:34 +01:00
Eloy Lafuente (stronk7)
8251b4b055
Merge branch 'MDL-49425-master' of git://github.com/jleyva/moodle
2015-03-25 00:39:39 +01:00
Eloy Lafuente (stronk7)
fb42902b28
Merge branch 'MDL-48499' of https://github.com/danielneis/moodle
2015-03-24 22:00:07 +01:00
Daniel Neis Araujo
77acc5d7a7
MDL-48499 messages: Show which users have not received bulk messages
2015-03-24 14:58:30 -03:00
Dan Poltawski
eaad7d35e6
Merge branch 'MDL-49262-master' of git://github.com/damyon/moodle
2015-03-24 15:29:59 +00:00
Dan Poltawski
4c243a24ab
Merge branch 'MDL-49622' of https://github.com/stronk7/moodle
2015-03-24 15:15:44 +00:00
Dan Poltawski
fee04d206e
Merge branch 'MDL-49354-master' of https://github.com/mtavella-netspot/moodle
2015-03-24 15:14:08 +00:00
Dan Poltawski
422c29d339
Merge branch 'master_MDL-49054' of git://github.com/danmarsden/moodle
2015-03-24 15:12:24 +00:00
Dan Poltawski
b051a0aff5
Merge branch 'MDL-48918-master' of git://github.com/andrewnicols/moodle
2015-03-24 15:06:34 +00:00
Eloy Lafuente (stronk7)
891b28ff40
Merge branch 'MDL-48795' of https://github.com/apsdehal/moodle
2015-03-24 15:44:37 +01:00
Dan Poltawski
23137001c5
Merge branch 'wip-mdl-49374' of https://github.com/rajeshtaneja/moodle
2015-03-24 13:36:59 +00:00
Dan Poltawski
91062d4ceb
Merge branch 'MDL-49070_scheduled' of https://github.com/andyjdavis/moodle
2015-03-24 13:33:38 +00:00
Dan Poltawski
52e81cd14d
MDL-48969 block_quiz_results: disable on install
2015-03-24 12:15:11 +00:00
Dan Poltawski
9569976f86
Merge branch 'MDL-48969_m29v9' of https://github.com/sbourget/moodle
2015-03-24 11:48:44 +00:00
Dan Poltawski
bd65120bff
Merge branch 'wip_MDL-49631_29_utfregex' of https://github.com/skodak/moodle
2015-03-24 11:10:19 +00:00
Dan Poltawski
db8a3b2eb9
Merge branch 'MDL-46746-master' of git://github.com/merrill-oakland/moodle
...
Conflicts:
lib/editor/atto/yui/build/moodle-editor_atto-editor/moodle-editor_atto-editor-min.js
2015-03-24 11:04:04 +00:00
Dan Poltawski
37ccb211fa
MDL-49444 phpunit: add missing suite definition
2015-03-24 11:00:27 +00:00
Dan Poltawski
44a7e27b7b
Merge branch 'MDL-49565-master' of git://github.com/merrill-oakland/moodle
2015-03-24 09:57:12 +00:00
David Monllao
6f27fbb435
Merge branch 'MDL-49337-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
2015-03-24 17:55:42 +08:00
Juan Leyva
067b3fda6a
MDL-49337 webservices: Unit tests for mod_data_get_databases_by_courses
2015-03-24 10:46:36 +01:00
Juan Leyva
a090259eaa
MDL-49337 webservices: Include the new WS in the mobile app service
2015-03-24 10:46:36 +01:00
Juan Leyva
5c438daad5
MDL-49337 webservices: mod_data services file definition
2015-03-24 10:46:35 +01:00
Juan Leyva
2ab3481990
MDL-49337 webservices: New WS mod_data_get_databases_by_courses
2015-03-24 10:46:35 +01:00
David Monllao
636c609b24
Merge branch 'MDL-49444-master' of git://github.com/jleyva/moodle
2015-03-24 17:43:29 +08:00
Dan Poltawski
e8d14e464b
Merge branch 'wip_MDL-49327_2.9_guide_getinstance' of https://github.com/nixorv/moodle
...
Conflicts:
grade/grading/form/guide/tests/guide_test.php
2015-03-24 09:29:06 +00:00
Juan Leyva
25c49a85ff
MDL-49444 webservices: Added new function to the mobile service
2015-03-24 09:50:03 +01:00
Juan Leyva
1490586ea8
MDL-49444 webservices: Tests for update_activity_completion_status
2015-03-24 09:50:02 +01:00
Juan Leyva
b9d17109e2
MDL-49444 webservices: New WS update_activity_completion_status
2015-03-24 09:50:01 +01:00
David Monllao
890d8dbffe
Merge branch 'MDL-49558_master' of git://github.com/nadavkav/moodle
2015-03-24 14:51:07 +08:00
David Monllao
a2be9de182
Merge branch 'MDL-49430_m29v4' of git://github.com/sbourget/moodle
...
Conflicts:
mod/lesson/version.php
2015-03-24 13:25:26 +08:00
Martin Mastny
8194541e89
MDL-37984 portfolio: Google drive using official client library
2015-03-24 12:26:33 +08:00
David Monllao
019e26db6d
Merge branch 'MDL-49470_master-refine' of git://github.com/dmonllao/moodle
2015-03-24 12:02:33 +08:00
David Monllao
bedf3a0a39
MDL-49470 mod_lesson: Adding text space + unit test refinement
2015-03-24 11:59:05 +08:00
Stephen Bourget
14cdeb7ba9
MDL-49470 Lesson: Add page moved event
...
Conflicts:
mod/lesson/version.php
2015-03-24 11:05:56 +08:00
Dave Cooper
657b12788d
MDL-49518 libraries: Update lessphp to 1.7.0.3
2015-03-24 11:01:13 +08:00
David Monllao
6c6539dd72
Merge branch 'MDL-49555-master' of git://github.com/FMCorz/moodle
2015-03-24 11:00:15 +08:00
David Monllao
b6f7863e77
Merge branch 'MDL-47003-master' of git://github.com/merrill-oakland/moodle
2015-03-24 10:17:28 +08:00
Tim Lock
2a3e6f87da
MDL-36506 mod_book: Skip legacy files migration if missing a CM record
2015-03-24 12:45:51 +10:30
Eloy Lafuente (stronk7)
6ae45106fc
Merge branch 'MDL-48718-master' of git://github.com/jleyva/moodle
2015-03-24 01:51:44 +01:00
Eloy Lafuente (stronk7)
20e955a18e
Merge branch 'MDL-43770-master' of https://github.com/lucisgit/moodle
2015-03-24 01:38:15 +01:00
Eloy Lafuente (stronk7)
e448df5ec9
Merge branch 'wip-MDL-35482-master' of git://github.com/satrun77/moodle
2015-03-24 00:39:12 +01:00
Eloy Lafuente (stronk7)
0b8cb023c1
Merge branch 'MDL-32285_master' of https://github.com/nadavkav/moodle
2015-03-24 00:30:16 +01:00
Dan Marsden
7a0d8e725c
MDL-48096 scorm: Make exit activity link return to correct section
2015-03-24 11:40:27 +13:00
Nikita Kalinin
ea33260cce
MDL-49327 marking guide: Added condition on definitionid.
2015-03-24 00:14:33 +03:00
Yuliya Bozhko
fffeb03fe7
MDL-49543 badges: Add decription format and backup/restore
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
2015-03-24 09:22:47 +13:00
AMOS bot
dc6f792335
Automatically generated installer lang files
2015-03-24 00:06:30 +08:00
Dan Poltawski
c1f4001bd1
Merge branch 'wip_MDL-49327_2.9_guide_getinstance' of https://github.com/nixorv/moodle
2015-03-23 15:49:03 +00:00
Dan Poltawski
51a1d6bbf4
Merge branch 'MDL-48443-master' of git://github.com/jleyva/moodle
2015-03-23 15:03:56 +00:00
Dan Poltawski
07eb5a1f5c
Merge branch 'wip-mdl-49432' of https://github.com/rajeshtaneja/moodle
2015-03-23 12:37:05 +00:00
Dan Poltawski
6b578e9611
Merge branch 'MDL-35280_m29v2' of https://github.com/sbourget/moodle
2015-03-23 11:25:55 +00:00
Dan Poltawski
68d52a732f
Merge branch 'master_MDL-48419' of https://github.com/danmarsden/moodle
2015-03-23 11:15:55 +00:00
Dan Poltawski
ab5b4d80c5
Merge branch 'MDL-21201-master-feedback_anon' of https://github.com/DSI-Universite-Rennes2/moodle
2015-03-23 11:03:28 +00:00
Marina Glancy
8eb35d9826
MDL-13831 workshop: process gradepass only if set
2015-03-23 16:52:20 +08:00
David Monllao
f1d498a62a
MDL-48456 course: Using default max int value
2015-03-23 15:16:18 +08:00
David Monllao
ae9ed08f53
Merge branch 'MDL-48456-master' of git://github.com/dkns/moodle
2015-03-23 15:14:58 +08:00
David Monllao
2572356895
Merge branch 'MDL-47002-master' of git://github.com/merrill-oakland/moodle
2015-03-23 14:59:05 +08:00
David Monllao
b191360fea
Merge branch 'wip-MDL-27074-master' of git://github.com/marinaglancy/moodle
2015-03-23 14:54:37 +08:00
Damyon Wiese
d2b6447870
MDL-49262 bootstrapbase: Lets use the standard jquery libraries
...
We have jquery+amd support. Lets use it to bring back the standard bootstrap jquery plugins.
2015-03-23 14:25:39 +08:00
Petr Skoda
e737c2ff89
MDL-49631 fix incorrect whitespace remplacements
2015-03-23 17:40:15 +13:00
David Monllao
ef4b8bb98b
Merge branch 'wip-MDL-13831-master' of git://github.com/marinaglancy/moodle
2015-03-23 11:51:09 +08:00
Marina Glancy
c977b35059
MDL-13831 grades: allow to set gradepass in mod_form
2015-03-23 11:11:37 +08:00
Gregory Faller
8164fad49d
MDL-13831 course: add gradepass field to mod_form
2015-03-23 10:56:56 +08:00
Marina Glancy
c96534600d
MDL-27074 calendar: display group name for group events
2015-03-23 10:16:55 +08:00
Adrian Greeve
ecca6b031a
MDL-49522 lib: Upgrade TCPDF to 6.2.6
2015-03-23 09:21:24 +08:00
Yuliya
0b6ba27a04
MDL-49543 badges: Fix format_text and description layout
...
Signed-off-by: Yuliya <yuliya.bozhko@gmail.com >
2015-03-23 09:43:12 +13:00
Dan Marsden
b6906055ca
MDL-49054 scorm: Remove some old debugging code.
2015-03-23 08:56:33 +13:00
Yuliya Bozhko
3784d3be98
MDL-49543 badges: Add description to the badge criteria
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
2015-03-23 08:47:49 +13:00
AMOS bot
a108c8f254
Automatically generated installer lang files
2015-03-23 00:04:17 +08:00
Daniel Kosinski
551e64ccb9
MDL-48456 course: Increase timeout when deleting all courses in category
2015-03-22 16:21:51 +01:00
Eloy Lafuente (stronk7)
50fccc4249
MDL-49622 behat: better handling of profile and tags
...
This solves some minor annoyances in the run.php script:
A) profile is checked properly, independently of everything else.
B) cli tags get precedence over profile tags.
Indicentally, this also causes run.php to support both profile and
tag in command line together. Previously the use of profile did
invalidate the use of tags.
2015-03-22 11:39:53 +01:00
AMOS bot
ba4e300f60
Automatically generated installer lang files
2015-03-21 00:04:01 +08:00
Julien Boulen
bd338a4559
MDL-21201 Feedback: hide anonymous responses in recent activity reports
2015-03-20 16:28:11 +01:00
Juan Leyva
4bf3a71380
MDL-48443 webservices: Prevent duplicated user devices
2015-03-20 14:45:04 +01:00
Juan Leyva
116c4a62c7
MDL-49425 webservices: Unit tests for the new settings
2015-03-20 14:44:19 +01:00
Juan Leyva
11c78c1165
MDL-49425 webservices: New settings in core_get_site_info
...
New information returned:
Upload files size limit
User storage quota (userquota)
Whether the my files option is disabled (moodle/user:manageownfiles)
2015-03-20 14:44:18 +01:00
Juan Leyva
55a1fe4b8e
MDL-48718 mod_imscp: imscp_export_contents unit tests
2015-03-20 14:43:48 +01:00
Juan Leyva
ed761ccfbf
MDL-48718 mod_imscp: imscp_export_contents function implemented
2015-03-20 14:43:48 +01:00
Andrew Davis
24aac597c5
MDL-49070 core_registration: removed now unused config setting
2015-03-20 20:50:48 +08:00
Tony Butler
74cc07bedf
MDL-43770 mod_choice: Add behat scenarios for 'include inactive' option
2015-03-20 09:55:16 +00:00
Tony Butler
2f29dd628f
MDL-43770 core_behat: Pass additional params to enrol_user generator
...
Include timestart, timeend and status.
2015-03-20 09:55:16 +00:00
Tony Butler
799770cbd7
MDL-43770 mod_choice: Add option to include inactive users' responses
2015-03-20 09:55:16 +00:00
Tony Butler
6de3eee04c
MDL-43770 mod_choice: Exclude responses from inactive users
2015-03-20 09:55:16 +00:00
Nikita Kalinin
8edb995edb
MDL-49327 marking guide: Added condition on definitionid.
2015-03-20 12:21:34 +03:00
Marina Glancy
985af410a7
MDL-28526 glossary: extra time and memory for export/import
2015-03-20 15:02:32 +08:00
Marina Glancy
27d01f7c8c
MDL-28526 glossary: preserve images across export/import
2015-03-20 14:55:11 +08:00
Andrew Davis
f47e4eb4a0
MDL-49070 core_registration: improved site registration scheduled task
2015-03-20 14:22:39 +08:00
Rajesh Taneja
c87881b0bd
MDL-49374 behat: Get install or re-install error code after composer
...
After composer is installed make sure we just process only
install or re-install
2015-03-20 13:35:13 +08:00
Rajesh Taneja
db26bcf9e4
MDL-49432 behat: guzzle packages has been unified
...
Current version of goutte is pointing to old guzzle packages
guzzle/common, guzzle/stream, guzzle/parser and guzzle/http.
They have been unified to guzzlehttp/guzzle, so include it to avoid
using old packages
2015-03-20 12:00:17 +08:00
Andrew Nicols
5d70615157
MDL-49598 files: getimagesize -> getimagesizefromstring
2015-03-20 10:16:36 +08:00
Stephen Bourget
846f6dc712
MDL-48969 Block: Disable and migrate quiz_results block
2015-03-19 19:46:48 -04:00
Stephen Bourget
d6383f6afe
MDL-48969 Block: Implement a high scores block
...
AMOS BEGIN
CPY [bestgrade,block_quiz_results],[bestgrade,block_activity_results]
CPY [bestgrades,block_quiz_results],[bestgrades,block_activity_results]
CPY
[bestgroupgrade,block_quiz_results],[bestgroupgrade,block_activity_resul
ts]
CPY
[bestgroupgrades,block_quiz_results],[bestgroupgrades,block_activity_res
ults]
CPY
[config_format_absolute,block_quiz_results],[config_format_absolute,bloc
k_activity_results]
CPY
[config_format_fraction,block_quiz_results],[config_format_fraction,bloc
k_activity_results]
CPY
[config_format_percentage,block_quiz_results],[config_format_percentage,
block_activity_results]
CPY
[config_grade_format,block_quiz_results],[config_grade_format,block_acti
vity_results]
CPY
[config_name_format,block_quiz_results],[config_name_format,block_activi
ty_results]
CPY
[config_names_anon,block_quiz_results],[config_names_anon,block_activity
_results]
CPY
[config_names_full,block_quiz_results],[config_names_full,block_activity
_results]
CPY
[config_names_id,block_quiz_results],[config_names_id,block_activity_res
ults]
CPY
[config_show_best,block_quiz_results],[config_show_best,block_activity_r
esults]
CPY
[config_show_worst,block_quiz_results],[config_show_worst,block_activity
_results]
CPY
[configuredtoshownothing,block_quiz_results],[configuredtoshownothing,bl
ock_activity_results]
CPY
[config_use_groups,block_quiz_results],[config_use_groups,block_activity
_results]
CPY
[error_nogroupsexist,block_quiz_results],[error_nogroupsexist,block_acti
vity_results]
CPY [worstgrade,block_quiz_results],[worstgrade,block_activity_results]
CPY
[worstgrades,block_quiz_results],[worstgrades,block_activity_results]
CPY
[worstgroupgrade,block_quiz_results],[worstgroupgrade,block_activity_res
ults]
CPY
[worstgroupgrades,block_quiz_results],[worstgroupgrades,block_activity_r
esults]
AMOS END
2015-03-19 19:46:02 -04:00
Nadav Kavalerchik
47ecb3749e
MDL-32285 IMS-CP: Add "Continue" button to package parse failure
2015-03-20 01:41:38 +02:00
Nadav Kavalerchik
704a8e5cb6
MDL-49558 user grades: Fix range & percent grade display in RTL mode
2015-03-20 01:39:13 +02:00
Mohamed Alsharaf
324954141e
MDL-35482 lesson: return to previous page after edit and page save
2015-03-20 12:01:24 +13:00
Eloy Lafuente (stronk7)
a149d6a177
weekly release 2.9dev
2015-03-19 12:41:54 +01:00
Eloy Lafuente (stronk7)
a606eed6a5
Merge branch 'behat_parallel_extraopts' of https://github.com/tlevi/moodle
2015-03-19 12:24:55 +01:00
Jean-Michel Vedrine
4b570f7144
MDL-48715 mod_lesson: completion rules must not be dependent
2015-03-19 12:24:55 +01:00
Dan Poltawski
2e796a1615
Revert "Merge branch 'MDL-49121_master_optimize_lesson_report' of https://github.com/SWiT/moodle "
...
This reverts commit 94d0be7840 , reversing
changes made to f51ef4d102 .
2015-03-19 12:24:54 +01:00
Dan Poltawski
7eb98397dc
Revert "MDL-49121 mod_lesson: Fixed typo in link creation"
...
This reverts commit feb8ca8c72dcf429d3c06df6587b57221ae615f4.
2015-03-19 12:24:52 +01:00
Dan Poltawski
516c5d807a
Merge branch 'wip-mdl-49121' of git://github.com/rajeshtaneja/moodle
2015-03-19 12:24:51 +01:00
Rajesh Taneja
909064a1ce
MDL-49121 mod_lesson: Fixed typo in link creation
2015-03-19 12:24:50 +01:00
Rajesh Taneja
56159e91d7
MDL-49445 behat: Change selector as underline tr has same string
2015-03-19 12:24:49 +01:00
Stephen Bourget
e0f7b96347
MDL-49430 Lesson: Add restarted and resumed events
2015-03-18 13:30:29 -04:00
Eric Merrill
6ea68e233a
MDL-49565 atto: Allow html comments in editor code
2015-03-18 12:28:02 -04:00
Eric Merrill
df7a9fd4ba
MDL-46746 atto: Remove unnecessary filtering of unicode characters
2015-03-18 12:04:31 -04:00
Eric Merrill
3ef9636190
MDL-47003 atto: Make code cleanup more targeted
...
Apply different, stricter, code cleanup when we receive HTML (WYSIWYG)
paste events, but be more lax the rest of the time.
Also, update the regexes to be more targeted for specific code patterns
pasted from office packages.
2015-03-18 11:44:11 -04:00
Eric Merrill
a7fdadc94c
MDL-47002 atto: Improve paste behaviour to ensure propper cleanup
...
Old code failed to clean the editor div which resulted in
undesirable code being being left in the div for editing. To properly
handel incoming code, we should try to intercept and clean before the
paste, or clean the entire editable div.
2015-03-18 09:27:44 -04:00
info@ewallah.net
3039181c51
MDL-49555 enrol_paypal: Only display icon if method available
2015-03-18 14:21:41 +01:00
Dan Marsden
552281e461
MDL-48419 mod_scorm: Check net script too agressive
...
in some cases high latency and network issues result in longer
than 2 sec responses from a server, increase this to avoid
excessive warnings.
2015-03-18 20:06:39 +13:00
David Monllao
4abb49603e
MDL-40990 mod_quiz: Changing upgrade process according to version
2015-03-18 08:34:48 +08:00
David Monllao
7794f80126
Merge branch 'MDL-48715' of git://github.com/jmvedrine/moodle
2015-03-18 08:31:03 +08:00
David Monllao
63fe1c12f7
Merge branch 'MDL-40990' of git://github.com/timhunt/moodle
2015-03-18 08:22:06 +08:00
Jean-Michel Vedrine
10e2355f8c
MDL-48715 mod_lesson: use only one field for time spent rule
2015-03-17 20:47:01 +01:00
Tim Hunt
441d284ada
MDL-40990 quiz: option to require prev Q finished before next shown
...
Further improvements to this code, including resolving edge cases:
* The new feature can only be used when it is possible for the
previous question in the quiz to be complete.
* Also, this new feature cannot be used in combination with shuffle
questions, because that make no sense; nor in combination with
sequential navigation, because to make that work properly would be a lot
of effort. If someone needs that to work later, it should be possible
for them to implement it.
* There were changes in the edit renderer API, to try to make things
more consistent, and to make it less likely we will need to change
things again in the future. See mod/quiz/upgrade.txt.
* As part of this change, the styling of the Edit quiz page was tweaked
to make slighly more efficient use of the horizontal space, and to be
more symmetrical.
2015-03-17 17:16:22 +00:00
M Kassaei
f7785e42b3
MDL-40990 quiz: option to require prev Q finished before next shown
2015-03-17 17:10:13 +00:00
Dan Poltawski
94d0be7840
Merge branch 'MDL-49121_master_optimize_lesson_report' of https://github.com/SWiT/moodle
2015-03-17 11:14:21 +00:00
Eloy Lafuente (stronk7)
f51ef4d102
Merge branch 'MDL-49296_m29v3' of https://github.com/sbourget/moodle
2015-03-17 12:03:50 +01:00
Eloy Lafuente (stronk7)
536cf8c298
Merge branch 'MDL-49361-master-stringman' of git://github.com/mudrd8mz/moodle
2015-03-17 12:00:29 +01:00
Eloy Lafuente (stronk7)
bac940ada7
Merge branch 'wip-MDL-49439-master' of https://github.com/marinaglancy/moodle
2015-03-17 11:58:35 +01:00
Dan Poltawski
bc468d42c7
Merge branch 'MDL-49309-bulkadd-cohort-sort' of https://github.com/GeeGee-Edu/moodle
2015-03-17 09:20:17 +00:00
Dan Poltawski
1fbc0e5f43
Merge branch 'MDL-49371_master' of git://github.com/dmonllao/moodle
2015-03-17 09:06:59 +00:00
David Monllao
9db120e338
MDL-49385 blocks: Adding todo tag
2015-03-17 14:52:12 +08:00
David Monllao
7d5fad1575
Merge branch 'MDL-49385-master' of git://github.com/lucisgit/moodle
2015-03-17 14:49:05 +08:00
Marina Glancy
fc77f56679
MDL-49439 enrol: Allow quick adding several instances
2015-03-17 14:01:34 +08:00
Stephen Bourget
d27e9a2cdb
MDL-49296 Lesson: Add titles to action links
2015-03-16 20:33:22 -04:00
Stephen Bourget
113486d2eb
MDL-35280 Quiz: Allow course reset to remove overrides
2015-03-16 19:41:15 -04:00
Eugene Venter
96e339cc58
MDL-49356 restore: handle course completion if still not defined
...
Before this patch course completion only was restored if, appart from
other conditions... we were restoring to new course, never to existing
one.
This relaxes a bit that condition in order to be able to restore to an
existing course not having any course completion setting defined, so no
conflict will happen ever.
2015-03-17 00:34:09 +01:00
Eloy Lafuente (stronk7)
e201bf16a0
Merge branch 'MDL-49389' of git://github.com/timhunt/moodle
2015-03-17 00:28:31 +01:00
Andrew Nicols
1f50bbf184
MDL-49381 message: Remove old useridfrom indexes
2015-03-17 00:26:20 +01:00
Mike Grant
d0c2bc6466
MDL-49276 config-dist: Removed legacy config options
...
Both $CFG->logsql and $CFG->dblogerror had no use in moodle core
since ages ago (just the former had one use for nothing). Good time
to get rid of both as they are 100% misleading.
2015-03-16 23:39:41 +01:00
Dan Poltawski
4501ee4b16
Merge branch 'MDL-48965' of git://github.com/jmvedrine/moodle
2015-03-16 21:05:56 +00:00
Dan Poltawski
f5526fdf8f
Merge branch 'wip-MDL-49267-master' of git://github.com/marinaglancy/moodle
2015-03-16 15:52:36 +00:00
Dan Poltawski
448a80c6e9
Merge branch 'MDL-48717-master' of git://github.com/jleyva/moodle
2015-03-16 15:28:50 +00:00
Juan Leyva
e6d6393478
MDL-48717 book: book_exports_contents unit tests
2015-03-16 15:59:20 +01:00
Dan Poltawski
f3b35cffc3
Merge branch 'MDL-49187' of https://github.com/spvickers/moodle
2015-03-16 14:45:53 +00:00
Dan Poltawski
f4e1913530
Merge branch 'MDL-49152-master' of git://github.com/damyon/moodle
2015-03-16 14:26:15 +00:00
Dan Poltawski
3bec364f35
Merge branch 'MDL-49442-master' of git://github.com/jethac/moodle
2015-03-16 13:31:07 +00:00
Dan Poltawski
e4d0db1769
Merge branch 'MDL-49163-master' of git://github.com/damyon/moodle
2015-03-16 11:01:18 +00:00
Dan Poltawski
6a24f0a796
Merge branch 'MDL-45725-master' of https://github.com/lucisgit/moodle
2015-03-16 10:52:02 +00:00
Tony Butler
60ec267b0b
MDL-45725 core_lib: Add unit test for persistent flexible tables
2015-03-16 10:41:11 +00:00
Tony Butler
f5ba1b93a2
MDL-45725 core_lib: Save user preferences for flexible tables
2015-03-16 10:41:11 +00:00
Dan Poltawski
8f5378700a
Merge branch 'MDL-44367_master' of git://github.com/dmonllao/moodle
2015-03-16 09:57:16 +00:00
Skylar Kelty
6a5681db1b
MDL-49489 caching: Prevent full coursecontact purge
2015-03-16 09:22:53 +00:00
David Monllao
7035377b58
Merge branch 'MDL-49445' of git://github.com/timhunt/moodle
2015-03-16 15:38:02 +08:00
Tony Levi
d9b3bb0f87
MDL-49531 behat: Fix parallel runner with extraopts
2015-03-16 16:34:43 +10:30
Andrew Nicols
5d41952fbb
Merge branch 'MDL-47712-int-fix' of git://github.com/dmonllao/moodle
2015-03-16 13:50:11 +08:00
David Monllao
fd822c0bc5
Merge branch 'MDL-19670-master' of git://github.com/gurgus/moodle
2015-03-16 13:45:31 +08:00
David Monllao
365377bcb2
MDL-47712 question_multianswer: Concat as string
2015-03-16 12:28:51 +08:00
David Monllao
da7f38007e
Merge branch 'MDL-47712-master' of git://github.com/dthies/moodle
2015-03-16 10:33:14 +08:00
David Monllao
5f2747c866
Merge branch 'master_MDL-44548' of git://github.com/danmarsden/moodle
2015-03-16 10:04:14 +08:00
David Monllao
4950f166d5
Merge branch 'wip-MDL-47729-master' of git://github.com/marinaglancy/moodle
2015-03-16 09:49:05 +08:00
Dan Marsden
9e733da743
MDL-44548 mod_scorm: force an external sync to check for updated files.
2015-03-16 09:02:26 +13:00
Jean-Michel Vedrine
b7a2633d7d
MDL-48715 mod_lesson: behat test for time spent completion condition
2015-03-15 15:25:30 +01:00
Jean-Michel Vedrine
d0445cf70d
MDL-48715 mod_lesson: add a time spent custom completion rule
2015-03-15 15:24:55 +01:00
Damyon Wiese
9bdcf57951
MDL-49152 output: Templates for renderers (JS and PHP)
...
Mustache support for rendering templates from either php or js.
2015-03-14 22:48:40 +08:00
Daniel Thies
530a2cb0d1
MDL-47712 qtype_multianswer: Move mathjaxloader spans to outer question
2015-03-13 20:43:03 -05:00
Tim Hunt
ca0ceacd27
MDL-49446 behat: should_not_be_visible steps were not working
...
I fixed all similar problems in this class, even ones where it did
actually work becuase the two exceptions were of different types.
This pattern seems to have been copied and pasted a lot in this class,
and I am sure that will happen again, so I did not want to leave any
dangerous potential examples around.
2015-03-13 14:28:47 +00:00
Tim Hunt
5954a9de10
MDL-49445 behat: selectors should match the most specific tr or li
...
I also fixed the text rule, which already did this, to use the same
idiom. It is unnecessarily inefficient to count all the things and
compare to 0. Not exists should be faster.
Also, updated all the selectors here to consistently start relative to
the current node (.//, not //).
2015-03-13 14:28:13 +00:00
Tim Hunt
e1ace26f11
MDL-49389 blocklib: avoid notices when moving blocks to the bottom
2015-03-13 14:27:11 +00:00
Tim Hunt
fd7a8af50b
MDL-40990 qbehaviours: method to say if attempts can finish naturally
2015-03-13 14:23:02 +00:00
Matt Switlik
4ac4a9cc52
MDL-49121 mod/lesson: master optimize lesson report and fixed for coding guidelines
2015-03-13 09:04:03 -04:00
Gary Krige
8098d21b52
MDL-49309 user: sort cohorts by name in bulk user actions
2015-03-13 12:29:39 +02:00
Juan Leyva
752901faf3
MDL-48717 book: book_exports_contents function implementation
2015-03-13 11:14:59 +01:00
David Mudrák
9bcb0ba894
MDL-49361 lang: Add support for $CFG->customstringmanager
2015-03-13 10:45:10 +01:00
Ruslan Kabalin
53c74b1813
MDL-49385 block_base: Deprecate config_save function.
...
block_base->config_save is not used anywhere any more. If contributed plugins
rely on it, it makes no difference since it is not being called, if they do
something like $this->config_save or parent::config_save somewhere in their
block class instance, this will still work as deprecated function will handle
it.
2015-03-13 09:32:48 +00:00
Adam Olley
5c2d847be4
MDL-49481 theme_bootstrapbase: Adjust alignment of radio/check on forms
2015-03-13 16:34:55 +10:30
Marina Glancy
1c4f42e1b2
MDL-47729 repository_filesystem: smarter sync of references
...
It was noticed that if file content was once imported the following
synchronisations do not discover the changes
2015-03-13 11:01:02 +08:00
David Monllao
06122e46fd
weekly release 2.9dev
2015-03-13 10:27:23 +08:00
David Monllao
2b03198ed8
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2015-03-13 10:27:21 +08:00
David Monllao
774b0af2a0
Merge branch 'MDL-48943-master-arialive' of git://github.com/andrewnicols/moodle
2015-03-13 10:15:29 +08:00
Dave Cooper
2587313a9a
MDL-19670 mod_forum: Allow user to post a copy to all accessible groups
2015-03-12 17:02:49 +08:00
Dave Cooper
f267b8b2f4
MDL-19670 mod_forum: Add tests for posting to multiple discussions
2015-03-12 17:02:43 +08:00
Dan Poltawski
c0976b0229
Merge branch 'MDL-48595_master-test-fix' of git://github.com/dmonllao/moodle
2015-03-12 08:03:15 +00:00
Dan Poltawski
4b83ee9b9f
Merge branch 'wip-mdl-48595' of git://github.com/rajeshtaneja/moodle
2015-03-12 08:03:11 +00:00
Damyon Wiese
72f8324ec5
MDL-49163 Webservices, AJAX: Add support for a new ajax webservice handler.
...
This is a new script that can call any function in the built-in AJAX webservice. This is
a new system service that is added at install time (like the mobile webservice). It has no
protocols added to it, but it accessible by a new ajax script /lib/ajax/service.php.
Requests and responses to the script are required to be in json format, and multiple functions can
be called in a single request.
2015-03-12 15:07:08 +08:00
David Monllao
5803e36cc5
MDL-48595 logstore_standard: Fixing unit tests comparing performance
...
Adding also an extra userid checking as databases
may include userid = 0 records.
2015-03-12 14:17:29 +08:00
Rajesh Taneja
f978c3347a
MDL-48595 core_stats: get time everytime it's used
...
Depending on server speed, time might be more then
expected. So rather then using variable, get current
time where required
2015-03-12 12:49:44 +08:00
Andrew Nicols
f4042b73f2
MDL-48943 calendar: Remove aria-live when showing
2015-03-12 09:41:26 +08:00
Eloy Lafuente (stronk7)
ce1be0e738
MDL-48943 calendar: des@arn-izating acceptance tests
2015-03-11 12:46:23 +01:00
Eloy Lafuente (stronk7)
aa38c5e98d
Merge branch 'MDL-49094-master' of git://github.com/andrewnicols/moodle
2015-03-11 12:36:34 +01:00
Eloy Lafuente (stronk7)
3fb98d64e2
Merge branch 'MDL-48943-master' of git://github.com/andrewnicols/moodle
2015-03-11 12:02:49 +01:00
Jetha Chan
728e272851
MDL-49224 tooL_generator: fallback to "Test course <x>" when no fullname specified
2015-03-11 15:25:34 +08:00
Andrew Nicols
cfb8019b67
MDL-49269 javascript: Set default loglevel to warn
2015-03-11 12:18:31 +08:00
David Monllao
677e0dd6ca
MDL-44367 filter_data: Adding basic unit tests
2015-03-11 09:54:32 +08:00
David Monllao
9a4ad19f55
MDL-44367 filter_data: Moving cache at course level
2015-03-11 09:54:25 +08:00
David Monllao
79565fa55a
MDL-49298 admin: Adding upgrade.txt info about enabletgzbackups
2015-03-11 08:41:22 +08:00
David Monllao
42d81ef740
Merge branch 'MDL-49298-master' of git://github.com/merrill-oakland/moodle
...
Conflicts:
version.php
2015-03-11 08:33:23 +08:00
David Monllao
43e15173dd
Merge branch 'MDL-49315' of git://github.com/timhunt/moodle
2015-03-11 08:28:02 +08:00
David Monllao
7f7fd7e1e2
Merge branch 'MDL-49269-master' of git://github.com/andrewnicols/moodle
2015-03-11 08:23:30 +08:00
Andrew Nicols
3acc64e323
MDL-49269 javascript: Add log, and loglevel amd modules
2015-03-11 08:17:54 +08:00
David Monllao
ac28aad351
Merge branch 'MDL-49069' of git://github.com/rlorenzo/moodle
2015-03-11 08:17:29 +08:00
Eloy Lafuente (stronk7)
0cb0cd30f5
Merge branch 'MDL-49159' of https://github.com/spvickers/moodle
2015-03-11 00:17:37 +01:00
Eloy Lafuente (stronk7)
3bafe5ebee
Merge branch 'MDL-49224-master' of git://github.com/jethac/moodle
2015-03-11 00:16:01 +01:00
Eloy Lafuente (stronk7)
338de2ed78
Merge branch 'MDL-49242-master' of git://github.com/jleyva/moodle
2015-03-11 00:11:56 +01:00
Rex Lorenzo
c9f2d347f3
MDL-49069 mod_forum: Ability to specify default values for Forum RSS
2015-03-10 14:57:03 -07:00
AMOS bot
5d078f4ec8
Automatically generated installer lang files
2015-03-11 00:04:00 +08:00
Dan Poltawski
9be958e2f0
MDL-39752 fix whitespace errors
...
(And some others unrelated to above issue, because its spring and i'm
cleaning).
2015-03-10 14:13:20 +00:00
Rajesh Taneja
17e675a7fc
MDL-39752 behat: Return proper behat dir if config set
2015-03-10 13:51:37 +00:00
Dan Poltawski
9fe26fb874
MDL-48595 upgrade.txt: just add some rationale explaining change
2015-03-10 10:00:40 +00:00
Dan Poltawski
6755498637
Merge branch 'MDL-48595_master' of git://github.com/dmonllao/moodle
...
Conflicts:
version.php
2015-03-10 09:59:28 +00:00
David Monllao
ceba96bbca
Merge branch 'MDL-49256-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
lib/editor/atto/yui/build/moodle-editor_atto-editor/moodle-editor_atto-editor-min.js
2015-03-10 17:42:35 +08:00
Dan Poltawski
449f3db147
Merge branch 'wip-mdl-49402' of https://github.com/rajeshtaneja/moodle
2015-03-10 08:33:37 +00:00
Dan Poltawski
1151c0cd8b
Merge branch 'MDL-48682_master' of git://github.com/dmonllao/moodle
2015-03-10 08:25:30 +00:00
David Monllao
88019507b7
Merge branch 'MDL-49333-master' of git://github.com/jleyva/moodle
2015-03-10 16:23:17 +08:00
Dan Poltawski
a0941ad0af
Merge branch 'wip-mdl-39752' of https://github.com/rajeshtaneja/moodle
2015-03-10 08:08:51 +00:00
David Monllao
fa91462dfa
Merge branch 'MDL-49316-master' of git://github.com/jleyva/moodle
...
Conflicts:
version.php
2015-03-10 15:50:13 +08:00
David Monllao
81ce169dce
Merge branch 'MDL-49346-master' of git://github.com/jleyva/moodle
2015-03-10 15:31:51 +08:00
David Monllao
8ee9d93e31
Merge branch 'MDL-49351-master' of git://github.com/jleyva/moodle
2015-03-10 15:21:13 +08:00
David Monllao
2af068596a
Merge branch 'MDL-49366' of git://github.com/timhunt/moodle
2015-03-10 14:41:09 +08:00
David Monllao
dbf51f9117
Merge branch 'MDL-49107-master' of git://github.com/FMCorz/moodle
2015-03-10 11:42:58 +08:00
David Monllao
ed1027765e
Merge branch 'MDL-49332-master' of git://github.com/merrill-oakland/moodle
2015-03-10 10:42:42 +08:00
David Monllao
11db2e188f
Merge branch 'MDL-48572' of git://github.com/rlorenzo/moodle
2015-03-10 10:26:58 +08:00
David Monllao
5091a63fc1
Merge branch 'MDL-46064_master' of git://github.com/markn86/moodle
2015-03-10 10:23:55 +08:00
David Monllao
660ca679f7
Merge branch 'MDL-39262' of git://github.com/jmvedrine/moodle
2015-03-10 10:12:44 +08:00
David Monllao
25ffb8d561
MDL-5583 mod_data: Unify mod_data version
2015-03-10 10:08:32 +08:00
David Monllao
039b74fd01
Merge branch 'MDL-5583-master' of git://github.com/xow/moodle
2015-03-10 10:02:23 +08:00
David Monllao
f966af0da3
Merge branch 'wip-MDL-48437_MASTER' of git://github.com/jason-platts/moodle
2015-03-10 09:56:21 +08:00
Eloy Lafuente (stronk7)
beaceef9ee
weekly release 2.9dev
2015-03-09 16:47:28 +01:00
Jetha Chan
a1679a115c
MDL-49442 javascript: fix handlebars get_string behaviour
2015-03-09 17:22:22 +08:00
John Okely
1c3b2058c8
MDL-5583 mod_data: Improve required fields
...
Fix accidental <tr> in some field modify screens
Update mod_data version
Change required asterisk to image
Improve required error message
Fix required icon positions
Remove required code from date field
Add name in labels for fields
Add required field option for multimenu
Remove old required field title text modifier
Add multimenu to behat
Add more comprehensive behat tests
Reload old input when an input error occurs
Behat grammar fixes
Allow location of 0, 0
Use html_writer
Fix existing mod_data behat tests
2015-03-09 13:56:16 +08:00
Marina Glancy
51fef1de35
MDL-49418 core: partial revert of MDL-48804
...
this is a quick fix for the issue 'Course module with two or more availability restrictions is not accessible'
MDL-49434 is created to deal with the renderer access inside availability check
2015-03-09 11:26:50 +08:00
David Monllao
59aebbed70
MDL-48595 logstore: Replacing references to deprecated interfaces
2015-03-09 08:25:37 +08:00
David Monllao
1cfce08e63
MDL-48595 logstore: Adding new interfaces
...
sql_reader and sql_internal_table_reader.
2015-03-09 08:25:37 +08:00
David Monllao
45a1a16bfc
MDL-48595 log: Replacing current interfaces
...
Deprecating sql_internal_reader and sql_select_reader in
favour of the new interfaces including get_events_select_iterator.
2015-03-09 08:25:15 +08:00
David Monllao
ad23227bd6
MDL-48595 core_dml: Adding a recordset walker
2015-03-09 08:25:14 +08:00
Rajesh Taneja
003dc31998
MDL-39752 behat: Updated composer to use step count formatter
2015-03-09 07:49:25 +08:00
Rajesh Taneja
5b9e6b5526
MDL-39752 behat: Added support for behat_wwwroot and behat_dataroot
2015-03-09 07:49:25 +08:00
Rajesh Taneja
b1c36d966e
MDL-39752 behat: for drop option don't have to pass parallel option
2015-03-09 07:11:57 +08:00
Rajesh Taneja
52acb7c9aa
MDL-39752 behat: Added information about defines in config-dist
2015-03-09 07:11:57 +08:00
Rajesh Taneja
b32b2284fe
MDL-39752 behat: Show output of failed install process
2015-03-09 07:11:57 +08:00
Rajesh Taneja
a2754d791b
MDL-39752 behat: Moved parallel run checks from setup to behat/lib.php
2015-03-09 07:11:57 +08:00
Rajesh Taneja
1bff616611
MDL-39752 behat: Added Fromrun and torun for running on multiple vms
...
https://circleci.com
2015-03-09 07:11:56 +08:00
Rajesh Taneja
ef95c163e4
MDL-39752 behat: Don't package default step count with moodle
2015-03-09 07:11:56 +08:00
Rajesh Taneja
027212b034
MDL-39752 behat: Use symfony2/process
2015-03-09 06:52:54 +08:00
Rajesh Taneja
3c71c15c26
MDL-39752 behat: Modified following for parallel run:
...
1. Create behat datadir within behat_dataroot not at same level
2. Define suffix for link and not use hard-coded values
3. Renamed ns_parallel to run.php
4. Rename variables to best understand them
5. Added support for each run to specify db, prefix, rerun and profile.
6. Showing number of steps in each line of parallel run.
2015-03-09 06:52:54 +08:00
Tony Levi
08e7f97ee4
MDL-39752 behat: Parallel execution support
2015-03-09 06:52:54 +08:00
Jean-Michel Vedrine
5b0af6e4b1
MDL-39262 mod_lesson: disable shortforms in lesson question display
2015-03-08 11:06:53 +01:00
Amanpreet Singh
83cdfd9a7b
MDL-48795 lang: Update message for nothingnew
...
In lang/en/moodle.php file
2015-03-08 10:04:49 +05:30
Jean-Michel Vedrine
400fa4a1b5
MDL-48965 mod_lesson: avoid short answer question without any answers
2015-03-07 22:04:27 +01:00
Juan Leyva
31c202b0ab
MDL-49316 webservices: Add core_course_get_courses to mobile service
2015-03-06 11:35:47 +01:00
Juan Leyva
14ae63be25
MDL-49333 webservices: Additional unit tests for core_get_site_info
2015-03-06 11:34:42 +01:00
Juan Leyva
cc90f74b18
MDL-49333 webservices: Return additional info in core_get_site_info
2015-03-06 11:34:42 +01:00
Juan Leyva
9502a19c3c
MDL-49346 ratings: ratingarea should be a required parameter
2015-03-06 11:34:21 +01:00
Juan Leyva
c73b8d85c5
MDL-49351 ratings: Correct check of viewallratings permission
2015-03-06 11:33:56 +01:00
Juan Leyva
8a5346a7f1
MDL-49242 webservices: Units tests for core_course_get_contents
2015-03-06 11:32:12 +01:00
Juan Leyva
08b66e8616
MDL-49242 webservices: Add filter options in core_course_get_contents
2015-03-06 11:32:12 +01:00
Mark Nelson
71611510a0
MDL-46064 install: prevent install/upgrade with MyISAM
2015-03-05 22:29:34 -08:00
Marina Glancy
2f7b38cfb3
MDL-49267 mod_wiki: always apply filters to the wiki name
2015-03-06 13:57:55 +08:00
Andrew Nicols
2fafa90bdd
MDL-48918 course: Fix keyboard drag/drop after dropped resource
2015-03-06 12:37:28 +08:00
Rajesh Taneja
d7fec593f3
MDL-49402 behat: Fixed feature file with same scenario name
...
1. We should not have same scanrio name in 1 feature file
As it doesn't explain what is being tested. So modified.
2. Removed empty line, to keep it consistnet with other features
2015-03-06 11:47:17 +08:00
Andrew Nicols
c4e2c67134
MDL-49256 atto: Check form existence before resetAutosave
2015-03-06 11:26:41 +08:00
Andrew Nicols
eb67d5a690
MDL-49094 dock: Add -only class to body for non-legacy regions
...
This also tidies up the dock region code.
2015-03-06 11:09:44 +08:00
David Monllao
e967111644
MDL-48682 behat: Changing window size on specific tests
2015-03-06 11:02:45 +08:00
David Monllao
1a970e5ca0
MDL-49376 behat: Fixing resize step regex
2015-03-06 10:59:03 +08:00
Damyon Wiese
b89cca197e
MDL-5583 mod_data: Add required fields
...
This is implemented for most fields but not all. The reason is that there are
some fields for which this does not make sense because no entry is a valid entry.
The supported fields are:
checkbox
file
latlong
menu
number
picture
radio
text
textarea
url
The unsupported fields are:
date
multimenu
2015-03-06 09:55:49 +08:00
John Okely
9776f3dcdb
MDL-5583 behat: Add multiline version of 'And I set the field to'
2015-03-06 09:55:49 +08:00
Rex Lorenzo
c288300c3c
MDL-48572 gradereport_grader: Average wrong with suspended users
2015-03-05 11:02:58 -08:00
Eric Merrill
17e56698ec
MDL-49332 gradebook: Raise time limit if we get into regrade
...
Because all regrading should (and does) start from this point, it
is safe and best to call it just once, from this point.
2015-03-05 10:09:40 -05:00
Eric Merrill
c803fa6855
MDL-49298 backup: Make tgz file format standard for backups
2015-03-05 10:07:58 -05:00
Frederic Massart
7a79030f48
MDL-23296 repository_local: Implementing search through server files
2015-03-05 13:41:47 +01:00
Tim Hunt
097efe9de3
MDL-49315 questions: unit tests for each behaviour type class
2015-03-05 12:19:23 +00:00
Tim Hunt
9c75f8dc44
MDL-49366 questions: avoid PHP notices from bad pluginfile URLs
2015-03-05 12:18:20 +00:00
Eloy Lafuente (stronk7)
b90f98dade
weekly release 2.9dev
2015-03-05 11:26:30 +01:00
Rajesh Taneja
4ba58b4540
MDL-48962 mod_lesson: New lesson should not be timed
2015-03-05 14:55:18 +08:00
Rajesh Taneja
8b88ba475e
MDL-48962 mod_lesson: Fixed behat with new timeout setting and string
2015-03-05 14:55:18 +08:00
Marina Glancy
a1ec48c9e8
MDL-45619 repository: corrections to uninstall, display link
2015-03-04 18:42:16 -05:00
Eloy Lafuente (stronk7)
d687c29f26
Merge branch 'MDL-48912' of git://github.com/jmvedrine/moodle
2015-03-05 00:24:49 +01:00
Jean-Michel Vedrine
5df7f12398
MDL-48912 mod_lesson: fix problems found during testing
2015-03-04 21:50:33 +01:00
Jetha Chan
d10ac16a2f
MDL-48060 messaging: contact list paging bar style fixup
2015-03-04 17:37:04 +01:00
Eloy Lafuente (stronk7)
de2f05d50d
Merge branch 'MDL-49379_master' of git://github.com/markn86/moodle
2015-03-04 10:46:18 +01:00
Mark Nelson
05536ad165
MDL-49379 core_webservice: fixed ability to edit services
2015-03-04 01:36:45 -08:00
Andrew Nicols
dc3b2524a1
MDL-48943 calendar: Add behat tests for the calendar popup
2015-03-04 13:46:58 +08:00
Jetha Chan
343b11a3fa
MDL-49224 course: allow setting fullname and summary in course generator
2015-03-04 11:46:57 +08:00
Andrew Nicols
17488fd31a
MDL-48943 calendar: Rewrite calendar popup JS
...
Single instance model to support popup of calendar overlay information in a
more memory-efficient, and less DOM-heavy fashion. This also allows for
future expansion - e.g. easier loading of new calendar content.
2015-03-04 10:43:33 +08:00
David Monllao
553319be03
MDL-49204 core_message: Checking current user
2015-03-04 10:05:26 +08:00
spvickers
64ca282207
MDL-49187 mod_lti: Fix tool config lookup
...
Changed code to look for a tool ID before then matching on the URL.
2015-03-03 18:49:58 -07:00
David Monllao
bdc83277a3
MDL-49371 core_message: Unused method deprecation
2015-03-04 09:36:22 +08:00
Andrew Nicols
4b38a19aec
Merge branch 'MDL-49164_old_rego' of https://github.com/andyjdavis/moodle
2015-03-04 08:57:00 +08:00
Andrew Nicols
8506c95c9f
Merge branch 'MDL-49364' of git://github.com/timhunt/moodle
2015-03-04 08:51:21 +08:00
Andrew Davis
858e92fefe
MDL-49164 admin: removed unused registration config setting
2015-03-04 08:50:39 +08:00
Andrew Nicols
a1955c1784
Merge branch 'master_MDL-46390' of https://github.com/danmarsden/moodle
2015-03-04 07:52:55 +08:00
Eloy Lafuente (stronk7)
0967a20d02
Merge branch 'MDL-48962' of git://github.com/jmvedrine/moodle
2015-03-04 00:00:16 +01:00
Dan Marsden
f47a8a6f81
MDL-46390 mod_scorm: Find correct sco to launch when org based sco is selected
...
Also tidies up some redundant code in scorm_format_toc_for_droplist()
2015-03-04 09:27:45 +13:00
Stephen Bourget
f31f5f6659
MDL-45619 Repository: Allow repositories to be uninstalled
2015-03-03 14:44:53 -05:00
Eloy Lafuente (stronk7)
9c3df39d63
Merge branch 'MDL-49214_master' of git://github.com/lazydaisy/moodle
2015-03-03 19:34:49 +01:00
Eloy Lafuente (stronk7)
3d944d37dd
Merge branch 'MDL-48912' of git://github.com/jmvedrine/moodle
2015-03-03 19:30:00 +01:00
Dan Poltawski
e2d8685247
Merge branch 'MDL-49335' of git://github.com/timhunt/moodle
2015-03-03 14:46:34 +00:00
Dan Poltawski
2076324e7d
Merge branch 'MDL-49334' of git://github.com/timhunt/moodle
2015-03-03 13:25:33 +00:00
Dan Poltawski
f7681b5181
Merge branch 'MDL-47000-master' of git://github.com/merrill-oakland/moodle
2015-03-03 13:21:30 +00:00
Dan Poltawski
7cbdb75699
Merge branch 'MDL-49246-master' of git://github.com/lameze/moodle
2015-03-03 13:19:36 +00:00
Tim Hunt
8b6fcfa958
MDL-49364 quiz statistics: escape output in the response analysis
2015-03-03 13:04:18 +00:00
Eloy Lafuente (stronk7)
6442803f76
MDL-48984 mod_lesson: explicitly close some recordsets
2015-03-03 12:52:40 +01:00
Eloy Lafuente (stronk7)
6230f717bf
Merge branch 'MDL-48984' of git://github.com/jmvedrine/moodle
2015-03-03 12:52:20 +01:00
Dan Poltawski
6a4caa0128
Merge branch 'MDL-34006_m29v6' of https://github.com/sbourget/moodle
...
Conflicts:
mod/lesson/version.php
mod/lesson/db/upgrade.php
mod/lesson/db/install.xml
2015-03-03 11:40:17 +00:00
Tim Hunt
867b0430b0
MDL-49335 quiz behat: new test of attempting a quiz
...
This separates out attempting the quiz into a separate .feature, away
from the monolithic add_quiz.feature. At some point we should clean that
up, but for now I am just adding this.
Really, the main reason for this test is to verify the two Behat
enhancememnts I just did.
2015-03-03 11:19:48 +00:00
Tim Hunt
eeb7552589
MDL-49335 quiz behat: improved step for adding questions to a quiz
...
Explicit headings make the script more readable, and pave the way for
new options that are due to be added.
2015-03-03 11:19:48 +00:00
Tim Hunt
92caa214ef
MDL-49335 Behat: new question selector
...
So you can say things like
And I click on "True" "radio" in the "First question" "question"
2015-03-03 11:19:48 +00:00
Tim Hunt
f70fbc05e1
MDL-49334 behat: sort selector lists
2015-03-03 11:13:31 +00:00
Eloy Lafuente (stronk7)
6d46e3a4f7
Merge branch 'MDL-45621_m29v3' of git://github.com/sbourget/moodle
2015-03-03 10:54:30 +01:00
Dan Poltawski
74293eef0c
Merge branch 'MDL-48975_rego_strings2' of https://github.com/andyjdavis/moodle
2015-03-03 09:12:35 +00:00
Dan Poltawski
8eed9a9f42
Merge branch 'MDL-49160-master' of git://github.com/merrill-oakland/moodle
2015-03-03 08:34:31 +00:00
Dan Poltawski
3d25edb5d9
Merge branch 'MDL-35995-master' of git://github.com/xow/moodle
2015-03-03 08:33:02 +00:00
Andrew Nicols
ebb18182a6
MDL-49285 mod_quiz: Remove unnecessary linebreak
2015-03-03 16:23:13 +08:00
Andrew Nicols
aa0de891d1
Merge branch 'MDL-49285-master' of git://github.com/merrill-oakland/moodle
2015-03-03 16:22:01 +08:00
Andrew Nicols
6c3a06fdc7
Merge branch 'MDL-38485-master' of git://github.com/ankitagarwal/moodle
2015-03-03 16:05:03 +08:00
Andrew Nicols
596b86d6b2
Merge branch 'MDL-49075-master' of https://github.com/lucisgit/moodle
2015-03-03 15:32:13 +08:00
Jean-Michel Vedrine
a1300e98bb
MDL-48984 mod_lesson: some lesson_answers answers should be plain text
...
Branch tables jump descriptions, short answer question answers
and numerical question answers should be plain text, and no editor
should be available here.
2015-03-03 08:24:24 +01:00
Andrew Nicols
962d7359a3
Merge branch 'MDL-49234_master' of git://github.com/crazyserver/moodle
2015-03-03 15:12:29 +08:00
Andrew Nicols
5ce0741490
Merge branch 'MDL-49247' of git://github.com/timhunt/moodle
2015-03-03 14:56:39 +08:00
Andrew Nicols
5b0f2ad976
Merge branch 'MDL-49284' of git://github.com/timhunt/moodle
2015-03-03 13:40:53 +08:00
Eloy Lafuente (stronk7)
8d9bdd28e0
MDL-49087 mdeploy: now relying on config.php documented
2015-03-03 02:45:44 +01:00
Andrew Nicols
2820930f57
MDL-49087 mnet: Ensure typeroot is in dirroot
2015-03-03 02:37:09 +01:00
Andrew Nicols
9b92620ff1
MDL-49087 mnet: Use real dataroot instead of user-provided
2015-03-03 02:37:09 +01:00
Stephen Bourget
fad20e3c82
MDL-45621 Portfolio: Allow portfolios to be uninstalled
2015-03-02 20:20:10 -05:00
Eloy Lafuente (stronk7)
e24066ff85
Merge branch 'MDL-37470' of https://github.com/mike-grant/moodle
2015-03-03 01:43:47 +01:00
Eloy Lafuente (stronk7)
fbc4839a0c
Merge branch 'MDL-49240-master' of git://github.com/damyon/moodle
2015-03-03 01:11:16 +01:00
Matthew Tavella
12e1f63f11
MDL-49354 YUI: Remove event-autohide module from yui-moodlesimple rollup
2015-03-03 10:33:13 +10:30
Eloy Lafuente (stronk7)
caa7022ed0
Merge branch 'MDL-49237-master' of git://github.com/mastnym/moodle
2015-03-02 21:41:35 +01:00
Dan Poltawski
63b0d7ab21
Merge branch 'master' of https://github.com/mitstek/moodle
2015-03-02 17:27:13 +00:00
Eloy Lafuente (stronk7)
900aa6e5fe
Merge branch 'MDL-49328-master' of https://github.com/lucisgit/moodle
2015-03-02 18:12:28 +01:00
Eloy Lafuente (stronk7)
aa94403ab2
Merge branch 'm29_MDL-48060' of https://github.com/totara/moodle
2015-03-02 18:05:24 +01:00
Dan Poltawski
dab0d47632
Merge branch 'master_MDL-49303' of https://github.com/danmarsden/moodle
2015-03-02 16:57:52 +00:00
Marina Glancy
1edd3d6fbf
MDL-48804 core: do not set current course until login validated
2015-03-02 16:48:15 +01:00
Juan Leyva
bd3b68c8a7
MDL-48691 webservices: Check if the user must be changing password
2015-03-02 14:39:52 +00:00
Simey Lameze
b771b31e20
MDL-49084 core_tag: add capability check to flag as inappropriate action
2015-03-02 12:52:11 +00:00
Andrew Nicols
ead8b28f92
MDL-49144 blocks: Sanitise alt and title for block controls
2015-03-02 12:09:45 +00:00
Andrew Nicols
8721ed57a4
MDL-49144 blocks: Add behat test to ensury sanity of block title
2015-03-02 12:09:45 +00:00
Dan Poltawski
a8c56d1c26
Merge branch 'MDL-47911-master' of git://github.com/damyon/moodle
2015-03-02 11:06:18 +00:00
Ankit Agarwal
07323f50ff
MDL-38466 filters: Redos protection and unit tests
2015-03-02 11:28:52 +01:00
Zachary Durber
a5b8265fc3
MDL-38466 filters: ReDoS protection for text to URL conversion.
2015-03-02 11:28:51 +01:00
Dan Poltawski
add310ab44
Merge branch 'MDL-23273-master' of git://github.com/zbdd/moodle
2015-03-02 09:33:40 +00:00
Brian Barnes
35fe9b8aa4
MDL-48060 messaging: Removed table from contact list
2015-03-02 09:04:04 +13:00
Mary Evans
b3f82770f8
MDL-49214 theme_bootstrapbase: OL list numbers cut off in Clean theme
2015-03-01 19:22:44 +00:00
Jean-Michel Vedrine
70206b2f72
MDL-48912 mod_lesson: Deprecate essayemailmessage string
2015-02-27 21:15:28 +01:00
Jean-Michel Vedrine
cb69eb8a00
MDL-48912 mod_lesson: Essay page title disclosed to student
2015-02-27 21:15:27 +01:00
spvickers
c86cf01997
MDL-49159 mod_lti: Incorrect IDs in tools table
...
The "_tools" suffix for the IDs of tabs in the tools settings table was
being duplicated.
2015-02-27 11:36:20 -07:00
Tony Butler
d312bb70b4
MDL-49328 mod_choice: Include 'showpreview' field in module backup
2015-02-27 09:46:57 +00:00
Eric Merrill
4ea7da7828
MDL-47911 gradebook: Improve the performance of set_usedinaggregation
...
This function is called many many times during grade calculation, so it
should be as efficient as possible.
2015-02-27 09:46:34 +08:00
Andrew Davis
3efd707d63
MDL-48975 core_registration: altered registration strings
2015-02-26 19:38:30 +01:00
Tony Butler
5047b0ea8f
MDL-49075 mod_assign: Add assertions to marking workflow unit test
...
Make sure grades aren't pushed to gradebook for marking workflow
states other than 'released'.
2015-02-26 11:52:46 +00:00
Tony Butler
251d85c013
MDL-49075 mod_assign: Keep unreleased assign grades out of gradebook
2015-02-26 11:52:46 +00:00
Jean-Michel Vedrine
a1acc00177
MDL-48962 mod-lesson: maxtime should use a duration form element
2015-02-26 10:28:42 +01:00
Dan Marsden
5e437bc0c0
MDL-49303 mod_scorm: Initialise student preferences on re-entry.
2015-02-26 20:36:48 +13:00
John Okely
e562a244b6
MDL-35995 mod_glossary: Allow rating of unapproved glossary items
2015-02-26 11:01:57 +08:00
Simey Lameze
ead4d41e39
MDL-49246 gradebook: add capability checks on key manager pages.
2015-02-26 10:23:50 +08:00
Tim Hunt
b3d388c234
MDL-49284 formslib: fix strict validation of HTML.
2015-02-25 17:39:36 +00:00
Frederic Massart
39c6f62d03
MDL-49107 atto_link: Insert link even when selection is empty
2015-02-25 16:33:58 +01:00
Stephen Bourget
60742fdad1
MDL-34006 Lesson: Behat tests
2015-02-25 10:22:59 -05:00
Stephen Bourget
6695d5947f
MDL-34006 Lesson: Resume lesson loads wrong page.
2015-02-25 10:22:41 -05:00
Dan Poltawski
dba564c7db
weekly release 2.9dev
2015-02-25 14:57:28 +00:00
Dan Poltawski
ecd9c732de
NOBUG: Fixed file access permissions
2015-02-25 14:57:28 +00:00
Mitsuhiro Yoshida
6396b58e15
MDL-49259 lib: Fix for unzipped Japanese filename character corruption
2015-02-25 23:29:02 +09:00
Simey Lameze
2ec274f5ff
MDL-48142 core_badge: final polishing on badge award event
2015-02-25 14:25:33 +00:00
Martin Mastny
7e7c15fbd1
MDL-49237 theme_base: made block calendar captions smaller in base theme
2015-02-25 15:29:39 +08:00
Martin Mastny
d70503a913
MDL-49237 theme_bootstrapbase: calendar block captions made smaller
2015-02-25 15:29:29 +08:00
Andrew Nicols
3d9c8578f7
MDL-48108 message: Use sql_concat instead of sql_concat_join
2015-02-25 14:35:17 +08:00
Andrew Nicols
cf2927ba4d
Merge branch 'MDL-49046-master-fix1' of http://github.com/damyon/moodle
2015-02-25 11:58:55 +08:00
Andrew Nicols
46d508cdce
Merge branch 'MDL-46238_master-fix' of git://github.com/dmonllao/moodle
2015-02-25 11:35:42 +08:00
Damyon Wiese
c95442b2ca
MDL-49046 output: Make moodle_url->set_slashargument more robust
...
It was throwing debugging when used on the install page (before config is generated).
2015-02-25 11:28:24 +08:00
David Monllao
52a5d7a225
MDL-46238 course: Add newcourse param to enrol user filter
2015-02-25 11:26:18 +08:00
David Monllao
b1a1840905
MDL-46238 course: Replaces a tab for whitespaces
2015-02-25 10:11:47 +08:00
David Monllao
d84a9a322e
Merge branch 'MDL-46238' of git://github.com/shashirepo/moodle
2015-02-25 09:52:30 +08:00
Andrew Nicols
db23cd087b
Merge branch 'MDL-48716-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
lib/db/upgrade.php
version.php
2015-02-25 09:20:26 +08:00
Andrew Nicols
1725c553ac
MDL-49008 lang: Revert unnecessary rename warning
...
This was failing unit tests because it does not check for the presence of
the source directory first. If there is no source directory, it cannot be
moved.
2015-02-25 08:54:45 +08:00
Eric Merrill
774c00c740
MDL-47000 session: Update memcached version referecnes to 2.2.0
2015-02-24 15:18:15 -05:00
Eric Merrill
2909c04408
MDL-49285 quiz: Include lib.php for phpunit test
2015-02-24 14:53:46 -05:00
Eric Merrill
1245bfd5f0
MDL-49160 quiz: Make sure to not select an outcome grade item
...
When we are computing completion, make sure we select only the true
grade_item, not outcome grade items.
2015-02-24 14:40:36 -05:00
Dan Poltawski
86e5b0a707
Merge branch 'MDL-49220-master' of https://github.com/lucisgit/moodle
2015-02-24 16:54:58 +00:00
Dan Poltawski
4a3b900698
Merge branch 'MDL-49241-master-enfix' of git://github.com/mudrd8mz/moodle
2015-02-24 16:50:12 +00:00
Tony Butler
f1399fb8e7
MDL-49220 mod_choice: Add behat scenario to test choice preview option
2015-02-24 16:25:18 +00:00
Dan Poltawski
94e4ca4cca
Merge branch 'MDL-46665' of https://github.com/rlorenzo/moodle
2015-02-24 11:51:44 +00:00
Dan Poltawski
6750b66c39
Merge branch 'MDL-48142-master' of git://github.com/lameze/moodle
2015-02-24 11:21:50 +00:00
Dan Poltawski
73d8a50d73
Merge branch 'master-18177' of https://github.com/timpricecatalyst/moodle-1
2015-02-24 11:18:37 +00:00
Dan Poltawski
6856894efe
Merge branch 'wip_MDL-49184_m29_choice' of https://github.com/skodak/moodle
2015-02-24 10:43:15 +00:00
Helen Foster
428330da1c
MDL-49241 lang: Merge English strings from the en_fix language pack
2015-02-24 11:15:15 +01:00
Andrew Nicols
17dd7e7ccd
Merge branch 'MDL-48730-master' of git://github.com/jleyva/moodle
...
Conflicts:
version.php
2015-02-24 18:12:32 +08:00
Andrew Nicols
b6daeec8bd
Merge branch 'm29_MDL-48519' of https://github.com/totara/moodle
2015-02-24 17:51:22 +08:00
Andrew Nicols
5c26cbdf22
Merge branch 'MDL-49078' of git://github.com/shashirepo/moodle
2015-02-24 17:04:28 +08:00
Dan Poltawski
e6c453bb3d
Merge branch 'MDL-48108-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
version.php
2015-02-24 08:59:53 +00:00
Shashikant Vaishnav
ad75897dd4
MDL-49078 theme_bootstrapbase: 'Create new course' text too high
...
Thanks to Gareth J Barnard for the code suggestion
2015-02-24 14:13:41 +05:30
Juan Leyva
5d62e813ab
MDL-48730 webservices: New ws core_group_get_course_user_groups
2015-02-24 09:39:05 +01:00
Dan Poltawski
e09bd104b9
Merge branch 'MDL-49216-master' of git://github.com/andrewnicols/moodle
2015-02-24 08:31:53 +00:00
Andrew Nicols
5a3fe24392
Merge branch 'MDL-49008_lang_vanish' of https://github.com/andyjdavis/moodle
2015-02-24 16:15:35 +08:00
David Monllao
fdc30bd7c5
Merge branch 'MDL-49183_m29v5' of git://github.com/sbourget/moodle
2015-02-24 16:07:18 +08:00
Andrew Davis
21b859e935
MDL-29008 lang: reintroduced error silencing to prevent unit test failures
2015-02-24 09:00:25 +01:00
Damyon Wiese
bef63c520c
MDL-49240 webservices: core_get_string and friends bad lang handling
...
The core_get_string webservice and friends have never passed lang values
properly, (so never worked) and when I fixed that I found they were passing
lang parameter into the lazyload parameter.
2015-02-24 15:32:17 +08:00
Zachary Durber
5b83949ad1
MDL-23273 mod_choice: error continue button redirects back to choice
...
Locks only occur when a choice is using limits.
2015-02-24 12:14:15 +08:00
Andrew Nicols
78f26c076c
Merge branch 'MDL-34375_m29v2' of https://github.com/sbourget/moodle
2015-02-24 11:40:27 +08:00
Andrew Nicols
ad80b121ad
Merge branch 'master_MDL-46408' of https://github.com/danmarsden/moodle
2015-02-24 11:34:27 +08:00
Andrew Nicols
2eaf309d16
Merge branch 'MDL-49008_lang_vanish' of https://github.com/andyjdavis/moodle
2015-02-24 11:07:05 +08:00
Andrew Nicols
8b52863f0a
MDL-48108 core: Add new indexes to message tables
2015-02-24 09:39:05 +08:00
Andrew Nicols
b5e9faa67e
MDL-48108 message: Rewrite recent conversations
2015-02-24 09:38:50 +08:00
Andrew Nicols
6c10b1cc88
MDL-48108 message: Add additional testing for recent conversations
2015-02-24 09:38:49 +08:00
Andrew Nicols
38ec3fb080
MDL-49216 mod_forum: Move subquery to outer component
...
It is not possible to order sub-query results with some RDBMs, and the
subquery is not necessary anyway.
2015-02-24 08:29:43 +08:00
Andrew Nicols
94802d3518
MDL-49216 mod_forum: Add tests for discussion reply count
2015-02-24 08:29:43 +08:00
Dan Poltawski
4b525e7508
Merge branch 'MDL-49198_master' of https://github.com/markn86/moodle
2015-02-23 16:29:24 +00:00
Dan Poltawski
8d952359d2
Merge branch 'MDL-49200_master' of https://github.com/markn86/moodle
2015-02-23 16:25:25 +00:00
Dan Poltawski
d75bc7ea13
Merge branch 'master' of https://github.com/eberhardt/moodle
2015-02-23 15:55:36 +00:00
Dan Poltawski
c40678fb44
Merge branch 'MDL-49046-master' of git://github.com/damyon/moodle
2015-02-23 13:33:40 +00:00
Damyon Wiese
adeb96d28f
MDL-49046 javascript: Add support for AMD modules and jquery.
...
Grunt is the build tool.
2015-02-23 16:23:10 +08:00
Andrew Nicols
558354df81
MDL-48807 accesslib: Change create_level_instance to recordset
2015-02-23 16:01:58 +08:00
Andrew Nicols
49e6309f08
Merge branch 'MDL-48807-master' of git://github.com/lameze/moodle
2015-02-23 14:46:59 +08:00
Simey Lameze
77df1778f2
MDL-48807 core_task: change create_contexts_task to daily frequency
2015-02-23 14:33:39 +08:00
Simey Lameze
5a39b24b9a
MDL-48807 accesslib: table locking fix on all create_level_instance
2015-02-23 14:25:21 +08:00
Zachary Durber
e776b415f4
MDL-23273 mod_choice: Using locks to ensure choice limits
2015-02-23 10:47:46 +08:00
David Monllao
40b10c304a
MDL-49145 report_log: Moving conditions
...
Now get_url() does not need to be resolved when
we are downloading.
2015-02-23 10:30:47 +08:00
Andrew Nicols
27fdee391c
Merge branch 'MDL-49174-master' of git://github.com/jleyva/moodle
2015-02-23 09:35:45 +08:00
Andrew Nicols
07754b4c67
Merge branch 'MDL-35392-master' of git://github.com/zbdd/moodle
2015-02-23 09:20:25 +08:00
Zachary Durber
3547f186a8
MDL-35392 mod_assign: Push feedback to gradebook when releasing grades
...
When bulk changing workflow status a mismatch in variable
names meant that feedback wasn't being sent to the gradebook.
2015-02-23 09:14:05 +08:00
Andrew Nicols
f393b0592e
Merge branch 'MDL-49145_master' of git://github.com/dmonllao/moodle
2015-02-23 09:05:34 +08:00
David Monllao
fada0d44cc
MDL-49145 report_log: Fixing condition
...
Credit and thanks to Tyler Bannister and Renaat Debleu.
2015-02-23 08:45:25 +08:00
Andrew Davis
4a85b4c0d0
MDL-49008 lang: removed preemptive deleting of old language files
2015-02-22 19:58:57 +01:00
Andrew Davis
323f95b222
MDL-49008 lang: made lang update error reporting work
2015-02-22 19:58:57 +01:00
Rex Lorenzo
c85140350b
MDL-46665 core_user: Add 'idnumber' field to user filter
2015-02-20 10:34:08 -08:00
Tony Butler
c30dbd69e7
MDL-49220 mod_choice: Add option to allow students to preview choices
2015-02-20 14:27:55 +00:00
Stephen Bourget
1cf8ca343f
MDL-49183 Lesson: Add additional events
2015-02-19 21:16:26 -05:00
Dan Marsden
a544661398
MDL-46408 mod_scorm: check param is set before using.
...
The default org is only set if it exists in the imsmanifest.xml
2015-02-20 14:41:07 +13:00
Tim Price
91d10e7686
MDL-18177 backup: fixing PHPdocs errors
2015-02-20 11:45:23 +11:00
Tim Price
e1de40f7f7
MDL-18177 backup: adding PHPdocs blocks
2015-02-20 11:45:23 +11:00
Tim Price
d7891c83dd
MDL-18177 backup: addressing coding standards
2015-02-20 11:45:23 +11:00
Matt Sammarco
5ef6f97f47
MDL-18177 availability: Excluding group members availability info
...
If setting was not enabled when backing up, exclude the availability
information of group members.
2015-02-20 11:45:22 +11:00
Matt Sammarco
868b086c4a
MDL-18177 backup: Add backup option to include groups and groupings
2015-02-20 11:45:22 +11:00
Tim Hunt
8def548b8d
MDL-49247 question restore: avoid unique key errors from old bad data
...
Several tables have had unique keys added to enforce a constraint that
should always have been there. It is possible for old sites to have
data that violate the constraints, and sometimes people want to backup
data from those old sites, and restore them into a new Moodle.
Therefore, we need to guard agains the unique key violation errors.
2015-02-19 21:46:56 +00:00
Juan Leyva
f494a81167
MDL-48716 webservices: core_user_remove_user_device unit tests
2015-02-19 15:15:18 +01:00
Juan Leyva
3221718eda
MDL-48716 webservices: New ws core_user_remove_user_device
2015-02-19 15:15:18 +01:00
Juan Leyva
12da294e3e
MDL-49174 webservices: Return front page contents in get_contents ws
2015-02-19 15:08:02 +01:00
Jan Eberhardt
5921f6974d
MDL-31578 auth_shibboleth: Custom fields added to shibboleth settings
...
Since LDAP is able to sync custom user profile fields, this feature was
requested for Shibboleth.
2015-02-19 13:56:10 +00:00
shashi
bbc3b07965
MDL-46238 enrol:add a simple way to go back to course page
2015-02-19 16:56:53 +05:30
Eloy Lafuente (stronk7)
95751e81ac
weekly release 2.9dev
2015-02-19 10:44:24 +01:00
Eloy Lafuente (stronk7)
5eb6047eae
NOBUG: Fixed file access permissions
2015-02-19 10:44:24 +01:00
Ankit Agarwal
575e27f31e
MDL-38485 calendar: Carry over line breaks on imports
...
Thanks to Matthias Schwabe for the patch suggestion
2015-02-19 14:15:22 +05:30
Simey Lameze
cf34b25d59
MDL-48142 core_badge: unit tests for badge awarded event
2015-02-19 12:34:13 +08:00
Simey Lameze
4ae5ecbeef
MDL-48142 core_badge: bug fixes on badge awarded event class
2015-02-19 12:32:36 +08:00
Andrew Nicols
4ec9e2a613
Revert "Merge branch 'MDL-49154' of git://github.com/timhunt/moodle"
...
This reverts commit 7a5d394e3c , reversing
changes made to 58d5cc5360 .
2015-02-19 08:55:22 +08:00
pau.ferrer-ocana
dd379d9af4
MDL-49234 oracle: Remove variables passed by reference error
2015-02-18 16:54:17 +01:00
Jason Platts
a75a381f04
MDL-48437 Make Visible/All groups selector show own groups first
2015-02-18 09:32:23 +00:00
Rajesh Taneja
96e4202c3e
MDL-48841 admin: Behat table row should start with first row
2015-02-18 15:30:37 +08:00
Botond Hegedus
f804524605
MDL-49198 core_webservice: Fix error when using existing service name
2015-02-17 23:13:36 -08:00
David Monllao
c1d1c435f7
MDL-48883 mod_lesson: Updating mod_lesson version
...
Updating it to today's date instead of using
stable branches version convention.
2015-02-18 12:30:15 +08:00
David Monllao
caaeabd0f4
Merge branch 'MDL-48883_m29v5' of git://github.com/sbourget/moodle
2015-02-18 12:26:40 +08:00
Rajesh Taneja
6628ea3f0c
MDL-47172 print_overview: Fixed behat for overview changes
2015-02-18 11:37:50 +08:00
David Monllao
157643cacd
Merge branch 'MDL-49034_master' of git://github.com/mattporritt/moodle
2015-02-18 09:36:22 +08:00
Eloy Lafuente (stronk7)
b9e059dcf3
Merge branch 'MDL-49211_master' of git://github.com/lazydaisy/moodle
2015-02-18 00:01:46 +01:00
Eloy Lafuente (stronk7)
e912b82704
Merge branch 'MDL-48973' of https://github.com/pauln/moodle
2015-02-17 23:51:01 +01:00
Eloy Lafuente (stronk7)
7a5d394e3c
Merge branch 'MDL-49154' of git://github.com/timhunt/moodle
2015-02-17 23:44:43 +01:00
Eloy Lafuente (stronk7)
58d5cc5360
Merge branch 'MDL-49170_master' of https://github.com/totara/openbadges
2015-02-17 23:43:17 +01:00
Eloy Lafuente (stronk7)
6add8c594d
Merge branch 'MDL-49182_master' of https://github.com/markn86/moodle
2015-02-17 23:38:48 +01:00
Eloy Lafuente (stronk7)
b062cd5cb1
Merge branch 'MDL-49205' of git://github.com/timhunt/moodle
2015-02-17 22:11:57 +01:00
Eloy Lafuente (stronk7)
8bd49ae9ad
Merge branch 'MDL-48938-master' of git://github.com/jethac/moodle
2015-02-17 21:23:30 +01:00
Eloy Lafuente (stronk7)
40156b3bec
Merge branch 'MDL-49178_m29v2' of https://github.com/sbourget/moodle
2015-02-17 21:14:50 +01:00
Eloy Lafuente (stronk7)
10598f2485
Merge branch 'MDL-49041' of git://github.com/timhunt/moodle
2015-02-17 21:08:20 +01:00
Eloy Lafuente (stronk7)
d1b94e5437
Merge branch 'MDL-49059-split' of https://github.com/pauln/moodle
2015-02-17 20:56:45 +01:00
Eloy Lafuente (stronk7)
0a84773c52
MDL-49115 repository_s3: add endpoint default to generator
2015-02-17 16:30:43 +01:00
Eloy Lafuente (stronk7)
2d4d68073d
Merge branch 'MDL-48221-master' of git://github.com/andrewnicols/moodle
2015-02-17 15:51:59 +01:00
David Monllao
b87374bdf7
Merge branch 'MDL-48993-master' of git://github.com/merrill-oakland/moodle
2015-02-17 17:17:36 +08:00
David Monllao
fc8f8e6e5a
Merge branch 'MDL-49167-master' of git://github.com/damyon/moodle
2015-02-17 17:01:15 +08:00
David Monllao
b40fc76b97
MDL-48991 gradebook: Return value according to coding style
2015-02-17 16:49:45 +08:00
David Monllao
dfdb99d9d5
Merge branch 'MDL-48991-master' of git://github.com/merrill-oakland/moodle
2015-02-17 16:42:51 +08:00
Dan Bennett
d908797918
MDL-49115 repository_s3: Fixed endpoint not saving
2015-02-17 15:43:13 +08:00
David Monllao
02838257f3
Merge branch 'MDL-48884_master' of git://github.com/markn86/moodle
2015-02-17 14:43:49 +08:00
Andrew Nicols
719f7345ee
Merge branch 'MDL-18553_master' of git://github.com/dmonllao/moodle
2015-02-17 14:35:38 +08:00
Ankit Agarwal
bbcd308340
MDL-48559 behat: Moving cronclionly to the installer
2015-02-17 14:33:56 +08:00
David Monllao
c8171c1d72
Merge branch 'MDL-48841-master' of git://github.com/lucisgit/moodle
2015-02-17 14:23:22 +08:00
Andrew Nicols
cbae4e39ea
Merge branch 'wip-mdl-48670' of https://github.com/rajeshtaneja/moodle
2015-02-17 14:07:55 +08:00
David Monllao
0e9a99f449
Merge branch 'MDL-49169_master' of git://github.com/grabs/moodle
2015-02-17 14:01:00 +08:00
Mark Nelson
0687f998b9
MDL-49200 core_form: corrected string
2015-02-16 21:56:14 -08:00
David Monllao
a50840db34
Merge branch 'MDL-48215_master' of git://github.com/markn86/moodle
2015-02-17 13:23:30 +08:00
David Monllao
77b0238bdb
Merge branch 'MDL-43415-master' of git://github.com/zbdd/moodle
2015-02-17 13:16:39 +08:00
Petr Skoda
5fb2315a8b
MDL-49184 choice: fix block actions
...
The problems was that blocks editing breaks if you redirect
after if (data_submitted()) - all form actions must make sure
it is really their form, otherwise they may hijack the post from
block actions.
Note that this is not a problem for mforms, only legacy forms
are affected.
# Conflicts:
# mod/choice/view.php
2015-02-17 17:00:15 +13:00
David Monllao
bbc009f26c
MDL-48543 filter_mathjaxloader: Fixing upgrade version
2015-02-17 11:00:52 +08:00
Damyon Wiese
b1a55c5ffb
MDL-48543 Mathjax: Update default config for JAWS Math player
...
JAWS Maths player does not recognise the math content when manually specifying the config for MathJax.
If you use one of the default config files it works.
So - we switch our config to the Accessible.js config that it is based off anyway.
There are no features changes with this approach.
Conflicts:
filter/mathjaxloader/version.php
2015-02-17 10:54:12 +08:00
David Monllao
be1bc2d4cb
MDL-48760 filter_mathjaxloader: Removing post-2.9 release comment
2015-02-17 10:48:06 +08:00
James Ballard
483cfd763d
MDL-48142 core_badge: add badge awarded event
2015-02-17 09:37:35 +08:00
David Monllao
57ff8d92f9
Merge branch 'MDL-48709' of git://github.com/jmvedrine/moodle
2015-02-17 09:17:10 +08:00
David Monllao
a27b8c9b3b
Merge branch 'MDL-48559-master' of git://github.com/ankitagarwal/moodle
2015-02-16 16:51:51 +08:00
David Monllao
73152e4dff
Merge branch 'wip-MDL-48760-master' of git://github.com/abgreeve/moodle
2015-02-16 16:38:34 +08:00
Michael Hughes
3a1cc9475d
MDL-48215 gradingform_guide: Name length validation
...
Validating both criterion name and guide name to be 255 chars.
2015-02-15 21:52:12 -08:00
David Monllao
470e087d80
Merge branch 'MDL-47529-master' of git://github.com/FMCorz/moodle
2015-02-16 11:52:50 +08:00
Damyon Wiese
0bb431e3ac
MDL-49167 YUI: Fix for theme/yui_combo.php and $CFG->yuislashargs
...
It was too aggressively cleaning it's params (broken in MDL-48980).
2015-02-16 11:26:31 +08:00
Frederic Massart
308e481ce8
MDL-47529 lock: Fix typo on lock factory in config-dist
2015-02-16 10:53:45 +08:00
David Monllao
36977d39d0
Merge branch 'MDL-40776_master' of git://github.com/s-cenni/moodle
2015-02-16 10:35:06 +08:00
David Monllao
608132d7e4
MDL-47172 print_overview: Fixing indentation
2015-02-16 09:38:05 +08:00
Brian Barnes
ff6744c5e2
MDL-48519 accessibility: improved accessibility of user filters
2015-02-16 10:00:01 +13:00
Yuliya Bozhko
aebac578db
MDL-49170 badges: Backpack connection missing a port colon in URL
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
2015-02-16 09:32:54 +13:00
Mary Evans
a20ae5be3a
MDL-49211 theme_bootstrapbase: Text alignment issue in CLOZE questions.
2015-02-15 18:44:10 +00:00
Jean-Michel Vedrine
fc16a1acba
MDL-48709 mod_lesson: subclusters are not working
2015-02-14 18:26:03 +01:00
Stephen Bourget
c04b66a564
MDL-34375 Choice: Display choice on 'my home'
2015-02-13 14:19:55 -05:00
Tim Hunt
f0edd9d8f6
MDL-49205 behat: fix I set the field with xpath fail message.
2015-02-13 16:15:49 +00:00
Adrian Greeve
01dfdf7e41
MDL-48760 maths filters: Upgrade to mathjax 2.5
2015-02-13 14:26:11 +08:00
Ankit Agarwal
81251186e7
MDL-47172 print_overview: Add more unit tests
2015-02-13 11:12:13 +05:30
Ankit Agarwal
a7366bc858
MDL-47172 print_overview: Show assignments only when needed
...
The intended behaviour is not to display this notification when:-
1) The assignment is closed.
2) User is a student and has a valid submission in place.
3) User is a teacher and there is nothing to grade.
Beisdes the above changes the patch also includes minor other fixes such as:-
1) Fixed phpdocs
2) Fixed inconsistent return value.
3) Fixed unit tests that had arguments in wrong order.
2015-02-13 11:12:12 +05:30
David Monllao
667ef02858
MDL-18553 mod_lesson: Requiring just the grade constants
2015-02-13 10:40:47 +08:00
Jean-Michel Vedrine
49aaac3e6f
MDL-18553 Lesson: No gradeinfo display if lesson grade is zero
2015-02-13 10:28:00 +08:00
Paul Nicholls
10fae2779e
MDL-48973 Atto: Atto does not listen to the drop event
...
The 'drop' event fires before the native ContentEditable drop handler, so
in order to update the underlying textarea we need to call updateOriginal
with a brief delay so that the dropped content has actually been added to
the editor.
2015-02-13 14:48:12 +13:00
Mark Nelson
5962f0df5d
MDL-49182 core_course: minor changes to deleting section strings
2015-02-12 17:16:56 -08:00
Rajesh Taneja
02fafff411
MDL-48670 behat: Set timezone to Australia/perth
...
Behat tests might rely on time related tests
Ensure we have default timezone set to Australia/Perth
2015-02-13 08:11:53 +08:00
Eric Merrill
deb7f93af8
MDL-48993 gradebook: When importing new items, treat blank or - as empty
2015-02-12 17:17:06 -05:00
Eric Merrill
502aa0fbfd
MDL-48991 gradebook: Fix style problems
2015-02-12 16:49:17 -05:00
Matt Switlik
cf0af62603
MDL-48991 gradebook: Properly import multiple new grade items
...
Work done in MDL-46547 caused a problem where multiple new grade items
were not imported. Fix up the passing of new grade objects.
2015-02-12 16:06:59 -05:00
Paul Nicholls
408a41bd35
MDL-49059 medialib: Add test cases for invalid Youtube URL param values
...
Tests to ensure that we're not allowing injection via invalid values of
the Youtube start time and playlist parameters.
2015-02-13 09:45:41 +13:00
Paul Nicholls
8fcb99bc88
MDL-49059 medialib: Support links to Youtube videos within playlists
...
As well as embedding playlists, you can embed specific videos from them -
resulting in the playlist UI displaying, but starting with the specified
video rather than the first in the playlist. Previously, just the
specified video would embed - without the playlist UI.
2015-02-13 09:45:02 +13:00
Paul Nicholls
d518ff1813
MDL-49059 medialib: Support start time params in Youtube URLs
...
Medialib (and thus the Multimedia Plugins filter) was ignoring start time
parameters on YouTube video URLs, meaning that the video would always
start at the start, even when the appropriate parameter was present.
2015-02-13 09:44:23 +13:00
Paul Nicholls
b600abe20f
MDL-49059 medialib: Add tests for Youtube videos within playlists
...
As well as embedding playlists, you can embed specific videos from them -
resulting in the playlist UI displaying, but starting with the specified
video rather than the first in the playlist. These URLs should be covered
by the tests to ensure that we're handling them properly.
2015-02-13 09:43:43 +13:00
Paul Nicholls
8050cfe0b7
MDL-49059 medialib: Add test cases for Youtube start times
...
Add test cases to core_medialib_testcase to cover YouTube videos with
start times.
2015-02-13 09:43:05 +13:00
Tim Hunt
2116de5f80
MDL-49154 behat: step to type with focus on a given element
2015-02-12 20:14:50 +00:00
Andreas Grabs
3d944c8b20
MDL-49169 user - After MDL-48978-Fix description is not saved anymore
2015-02-12 12:26:36 +01:00
Mike Grant
b609413154
MDL-37470 blocklib: Respect block weight and offset
2015-02-12 09:37:52 +00:00
David Monllao
7357af2b0c
weekly release 2.9dev
2015-02-12 15:30:03 +08:00
David Monllao
0471328c70
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2015-02-12 15:30:01 +08:00
Frederic Massart
3630ab92d9
MDL-47529 task: Remove usage of lock when editing a task
2015-02-12 11:16:20 +08:00
Frederic Massart
0af336ef93
MDL-47529 task: Do not use lock when updating task records
2015-02-12 11:16:20 +08:00
David Monllao
5bb0ee2a7a
MDL-43535 webservices: Adding missing deprecated WS
...
- enrol_manual needs a version bump to execute
external_update_descriptions()
- core_user_get_users_by_id() is now also marked
as deprecated
2015-02-12 10:13:36 +08:00
Stephen Bourget
6f5d9a9350
MDL-49178 Lesson: Add question pages to generators
2015-02-11 21:03:36 -05:00
Stephen Bourget
eaa717bbe1
MDL-48883 Lesson: Improve unit tests
2015-02-11 10:53:35 -05:00
Sara Cenni
54867385b2
MDL-40776 grade: fix query for report outcomes
...
Add a missing space to the query for report outcomes to avoid error with Oracle.
2015-02-11 14:14:02 +01:00
Ruslan Kabalin
d1bb9ea917
MDL-48841 admin: Fix scheduled task reset to defaults finctionality.
...
It is safe to make fields as non-required, because form validation will not
pass through any empty field anyway.
2015-02-11 11:19:27 +00:00
Rajesh Taneja
c44da97711
MDL-36296 block_navigation: navigate to course before following activity
...
Activity name is wrapped and chrome driver can't click on it
So navigate to course where it is visible in full
2015-02-11 09:32:28 +00:00
David Monllao
d3dac40019
MDL-48894 core_registration: Fixing version value
2015-02-11 16:18:06 +08:00
Andrew Davis
fe391a4e0c
MDL-48894 core_registration: minor string tweak
2015-02-11 14:28:46 +08:00
David Monllao
d0676138b2
Merge branch 'MDL-48894_registration' of git://github.com/andyjdavis/moodle
2015-02-11 09:11:06 +08:00
Marina Glancy
6a2c10a89d
MDL-49003 login: prevent signup when user is logged in
2015-02-11 00:03:44 +01:00
gthomas2
78c36b065f
MDL-46763 core: Change icon processing to retain source format
2015-02-10 23:55:57 +01:00
Andrew Davis
806c06fc7b
MDL-48894 core_registration: make it more obvious if site is registered
2015-02-10 21:12:10 +01:00
AMOS bot
4834fcb875
Automatically generated installer lang files
2015-02-11 00:04:09 +08:00
Eloy Lafuente (stronk7)
3b77006451
Merge branch 'MDL-49036-master' of git://github.com/jleyva/moodle
...
Conflicts:
version.php
2015-02-10 13:29:10 +01:00
Eloy Lafuente (stronk7)
438193ef45
Merge branch 'MDL-48910_block_my' of https://github.com/andyjdavis/moodle
2015-02-10 13:14:59 +01:00
Eloy Lafuente (stronk7)
83ab09a001
Merge branch 'MDL-49058-master' of git://github.com/jethac/moodle
2015-02-10 13:09:38 +01:00
David Monllao
c365148292
MDL-48679 gradebook: Fixing trailing whitespace
2015-02-10 17:48:57 +08:00
David Monllao
b300c1deba
Merge branch 'MDL-48679-master' of git://github.com/lameze/moodle
2015-02-10 17:45:22 +08:00
Simey Lameze
e82aa04399
MDL-48679 gradebook: fix grade publishing feature
2015-02-10 17:39:52 +08:00
Dan Poltawski
53018f5fc4
Merge branch 'm29_MDL-49052' of https://github.com/totara/moodle
2015-02-10 09:24:42 +00:00
Dan Poltawski
bb2b3dea79
Merge branch 'wip-mdl-49081' of https://github.com/rajeshtaneja/moodle
2015-02-10 09:08:31 +00:00
Juan Leyva
126470f3c8
MDL-49036 webservices: gradereport_user_get_grades_table ws tests
2015-02-10 09:41:28 +01:00
Jetha Chan
3451a51cdf
MDL-37477 output: Add support for table captions
...
Conflicts:
lib/upgrade.txt
theme/bootstrapbase/style/moodle.css
2015-02-10 16:15:49 +08:00
David Monllao
6c33ed43cf
MDL-48805 theme: Fixing trailing whitespace
2015-02-10 15:47:41 +08:00
David Monllao
fa42965c2a
Merge branch 'm29_MDL-48805' of git://github.com/totara/moodle
2015-02-10 15:26:49 +08:00
Andrew Davis
b6d7cff65f
MDL-48910 core_block: user_can_addto() respects applicable formats
2015-02-10 08:07:23 +01:00
David Monllao
0e8182e8f8
Merge branch 'MDL-48822-master' of git://github.com/andrewnicols/moodle
2015-02-10 14:10:28 +08:00
Zachary Durber
a6fe447a9a
MDL-43415 auth_db: support textarea and uppercase fields
2015-02-10 13:47:22 +08:00
Marina Glancy
330e51fa14
MDL-10405 course: CSS classname correction
2015-02-10 13:05:51 +08:00
Simey Lameze
58ccdcd2ac
MDL-48679 gradebook: helper methods for grade publishing
2015-02-10 12:46:40 +08:00
David Monllao
6e47fb1da3
Merge branch 'MDL-49024_master' of git://github.com/nadavkav/moodle
2015-02-10 12:32:23 +08:00
David Monllao
912ec5c7c2
Merge branch 'm29_MDL-49064' of git://github.com/totara/moodle
2015-02-10 11:56:52 +08:00
David Monllao
4c75cc3278
Merge branch 'MDL-48937-master' of git://github.com/FMCorz/moodle
2015-02-10 11:41:42 +08:00
David Monllao
4b408c3afe
Merge branch 'MDL-48960-master' of git://github.com/danpoltawski/moodle
2015-02-10 11:12:18 +08:00
Vadim Dvorovenko
4ad0d0f2f5
MDL-43415 auth_db: Adding custom profile fields to "Lock user fields"
...
Adding custom profile fields to "Lock user fields". It's needed to sync
custom user profile fields with external DB.
2015-02-10 10:37:12 +08:00
David Monllao
12b20241ec
Merge branch 'wip-mdl-49113' of git://github.com/rajeshtaneja/moodle
2015-02-10 10:35:00 +08:00
Matt Porritt
7e36bb7197
MDL-49034 enrol_self: Enforce maxlength in self enrolment form fields.
...
Alter self enrolment creation form to enforce max field lengths.
Limit "Custom instance name" (name) form field to 255 characters via maxlength.
Limit "Enrolment key" (password) form field to 50 characters via maxlength.
Fix for when the form is submitted causing a database write error to be thrown
as corresponding field "name" in the table mdl_enrol is set to varchar(255) and
database field "password" is varying(50).
2015-02-10 13:21:12 +11:00
David Monllao
04b732ede7
Merge branch 'master_MDL-48803' of git://github.com/greg-or/moodle-mod_assign
2015-02-10 10:00:23 +08:00
David Monllao
f01845c2a6
Merge branch 'MDL-48212-master' of git://github.com/ankitagarwal/moodle
2015-02-10 08:54:13 +08:00
Eloy Lafuente (stronk7)
21c7e25a94
Merge branch 'MDL-48889-master' of git://github.com/jethac/moodle
2015-02-10 01:36:27 +01:00
Eloy Lafuente (stronk7)
b7164a5c21
Merge branch 'MDL-48964' of git://github.com/jmvedrine/moodle
2015-02-10 01:09:38 +01:00
Eloy Lafuente (stronk7)
8bcc97f056
Merge branch 'MDL-49073-master' of git://github.com/jethac/moodle
2015-02-10 01:04:38 +01:00
Dan Poltawski
c874c3c455
Merge branch 'MDL-48544-master' of git://github.com/andrewnicols/moodle
2015-02-09 22:42:01 +00:00
Dan Poltawski
8edac41831
Merge branch 'MDL-43535_master' of git://github.com/dmonllao/moodle
2015-02-09 22:39:36 +00:00
Eloy Lafuente (stronk7)
f73632e089
Merge branch 'wip_MDL-49125_m29_install' of https://github.com/skodak/moodle
2015-02-09 20:01:24 +01:00
Eloy Lafuente (stronk7)
e7b63ac788
Merge branch 'MDL-49006' of git://github.com/timhunt/moodle
2015-02-09 19:32:40 +01:00
Eloy Lafuente (stronk7)
bd308dd09f
Merge branch '36296-29' of git://github.com/samhemelryk/moodle
2015-02-09 18:09:15 +01:00
Dan Poltawski
4dae1afb58
Merge branch 'MDL-33648' of git://github.com/jmvedrine/moodle
2015-02-09 15:03:58 +00:00
Eloy Lafuente (stronk7)
4c55046399
Merge branch 'MDL-48357-master' of git://github.com/jleyva/moodle
2015-02-09 15:51:58 +01:00
Dan Poltawski
720931fd0e
Merge branch 'wip-MDL-47558-master' of git://github.com/marinaglancy/moodle
2015-02-09 14:49:03 +00:00
Andrew Nicols
4b410a6875
MDL-48544 blocks: Only add docked tags if all blocks are docked
...
Previously, if all blocks were hidden, then the region was reported as
being docked eroniously and it was not possible to unhide the blocks.
Docking should have no relation to the presence of block content.
2015-02-09 20:55:10 +08:00
Dan Poltawski
b9d7f56337
Merge branch 'MDL-30239-master' of git://github.com/jleyva/moodle
2015-02-09 12:32:59 +00:00
Eloy Lafuente (stronk7)
ea4630411e
Merge branch '39459-29' of git://github.com/samhemelryk/moodle
2015-02-09 13:17:32 +01:00
Eloy Lafuente (stronk7)
273612a293
Merge branch 'wip-MDL-48794-master' of git://github.com/marinaglancy/moodle
2015-02-09 13:04:58 +01:00
Dan Poltawski
8ddf449ae5
Merge branch 'MDL-44520-master' of git://github.com/xow/moodle
2015-02-09 11:33:13 +00:00
Dan Poltawski
1a12542d6a
Merge branch 'MDL-48294-master' of git://github.com/jleyva/moodle
2015-02-09 11:28:21 +00:00
Dan Poltawski
0e84a95bda
Merge branch 'MDL_47085_master' of https://github.com/totara/openbadges
2015-02-09 10:29:18 +00:00
Dan Poltawski
ee5a7ab5c1
Merge branch 'MDL-47953-master' of git://github.com/FMCorz/moodle
2015-02-09 10:21:40 +00:00
David Monllao
1a4764b2f0
Merge branch 'MDL-42138-master' of git://github.com/xow/moodle
2015-02-09 17:18:33 +08:00
David Monllao
a6cbafb764
Merge branch 'wip-MDL-10405-master' of git://github.com/marinaglancy/moodle
2015-02-09 17:07:58 +08:00
David Monllao
994bab56ae
Merge branch 'MDL-36009-master' of git://github.com/jethac/moodle
2015-02-09 16:58:57 +08:00
Marina Glancy
bb01883867
MDL-10405 course: auto delete sections when numsections changed
2015-02-09 16:46:19 +08:00
Marina Glancy
ca9cae84ad
MDL-10405 course: deleting sections
2015-02-09 16:46:07 +08:00
Ankit Agarwal
1ae85f2184
MDL-48559 Behat: Enable web cron by default in behat tests
2015-02-09 12:48:30 +05:30
Andrew Nicols
be773fd65b
MDL-48221 mod_forum: Improve discussion subscription on post
...
If the user has posted in the forum before, follow their previous
discussion preference.
If the user has not posted before, but is subscribed to the forum, follow
their forum preference.
Otherwise, follow their user-preference.
This has the result that if a user has unsubscribed from a forum and writes
their first response; the user preference will be followed. This may
override the forum subscription.
This commit also changes from a dropdown to a checkbox in the post form.
2015-02-09 15:17:09 +08:00
Jetha Chan
6929b68bd0
MDL-36009 grader_gradereport: filler and extra user cells should not be headers
2015-02-09 13:45:33 +08:00
Yuliya Bozhko
62fef3cf7e
MDL-47085 badges: Fix badges file download issues
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
2015-02-09 16:00:17 +13:00
Gregory Faller
fdc790fc94
MDL-48803 mod/lesson: add group support
2015-02-09 11:56:05 +10:30
Stephen Bourget
29732ee498
MDL-48883 Lesson: Unit Tests
2015-02-08 20:19:42 -05:00
Stephen Bourget
8101328a69
MDL-48883 Lesson: Add question viewed and answered events
2015-02-08 20:18:23 -05:00
Stephen Bourget
28c36dd085
MDL-48883 Lesson: Add event for content page viewed
2015-02-08 20:17:41 -05:00
David Monllao
3c1aa6fdfb
MDL-43535 webservices: Marking functions as deprecated
...
Also:
- We don't allow users to add deprecated functions to WS
- We show a debugging message when deprecated functions
are already being used in web services.
2015-02-09 05:42:22 +08:00
Brian Barnes
1d66182d65
MDL-49064 bootstrapbase: fixed rtl alignment of leftalign CSS class
2015-02-09 08:21:41 +13:00
Petr Skoda
3a2baeb81c
MDL-49125 install: fix installer notices
2015-02-07 13:14:40 +13:00
Nadav Kavalerchik
05da285001
MDL-49024 output: Add new translation token 'erroroutput'
2015-02-06 23:02:45 +02:00
Jetha Chan
1ef4846924
MDL-48938 grader: use pix_icon instead of raw html
2015-02-06 17:12:13 +08:00
Rajesh Taneja
8585bb2ef0
MDL-49113 message: navigate to home page after sending message
...
After sending message widget remains open for 2 seconds
On slow server it might be too late to close widget.
So navigate away from page to ensure dom can be interacted
by selenium driver
2015-02-06 16:20:11 +08:00
Adrian Greeve
3ecf043aca
MDL-48038 mod_tag: Unit tests for tag cron functions.
2015-02-06 14:47:46 +08:00
Adrian Greeve
fc0dbba722
MDL-48038 mod_tag: Improvement of tag cron.
2015-02-06 14:47:46 +08:00
Marina Glancy
e2b8f37da5
MDL-47558 resource: allow to edit module without being redirected
...
Thanks to Nathan Lewis for the code suggestion
2015-02-06 13:10:26 +08:00
John Okely
e7bcd2764a
MDL-44520 behat: Change behat features to use new section selectors
2015-02-06 10:34:54 +08:00
John Okely
102cfc4964
MDL-44520 behat: Add behat selectors for section, activity
2015-02-06 10:34:54 +08:00
John Okely
8ef7eade79
MDL-42138 user: Require custom profile fields when registering as guest
...
Previously when someone registers after logging in as a guest, required
custom profile fields would not be required.
Thanks to Andreas Diendorfer for providing the patch.
2015-02-06 09:52:37 +08:00
Tim Hunt
86969816c6
MDL-49041 qtype_multianswer: don't reveal marks on partial responses
...
This commit also fixes MDL-32049 about the lack or valdiation message
when an incomplete respnses is submitted.
AMOS BEGIN
CPY [pleaseananswerallparts,qtype_match],[pleaseananswerallparts,qtype_multianswer]
AMOS END
2015-02-05 20:01:13 +00:00
Juan Leyva
3a2ba74694
MDL-49036 webservices: New ws gradereport_user_get_grades_table
2015-02-05 16:58:51 +01:00
Juan Leyva
6655d6ef63
MDL-48294 settings: enablemobilewebservice appears twice
2015-02-05 14:22:04 +01:00
Juan Leyva
7310dcff41
MDL-30239 webservices: Return additional fields in ws get_files
2015-02-05 14:20:24 +01:00
Jean-Michel Vedrine
0f1935fa70
MDL-33648 mod_lesson: Essay Graded message provider string is ambiguous
2015-02-05 13:27:41 +01:00
Jean-Michel Vedrine
4966123edc
MDL-48964 mod_lesson: Errors when updating matching questions
2015-02-05 13:19:38 +01:00
Dan Poltawski
88cd577ef3
weekly release 2.9dev
2015-02-05 10:07:11 +00:00
Dan Poltawski
1fabe95e59
NOBUG: Fixed file access permissions
2015-02-05 10:07:11 +00:00
Dan Poltawski
08872d3a6a
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2015-02-05 10:07:09 +00:00
Dan Poltawski
6cc38fb64d
MDL-48960 output: use nofollow attribute to stop crawling invalid links
...
Both the calendar set url and switch theme links are displayed to
non-logged in users which mean they get crawled by search bots. This
prevents the search bots following these links.
2015-02-05 08:13:19 +00:00
Dan Poltawski
80f8372926
Revert "Merge branch 'MDL-37477-master' of git://github.com/jethac/moodle"
...
This reverts commit f13e8ad041 , reversing
changes made to c6bcbad07a .
2015-02-05 08:07:29 +00:00
Jetha Chan
8753653bdb
MDL-49058 tool_timezoneimport: better styling
2015-02-05 15:47:47 +08:00
Frederic Massart
fe89cb8c2a
MDL-47953 gradereport_grader: Accurate pagination with suspended users
...
Thanks to Zvonko Martinovic for pointing out the source of the bug.
2015-02-05 15:06:32 +08:00
Rajesh Taneja
b8526c7481
MDL-48933 message: Close message popup after sending message
...
Message popup stays up for 2 seconds, close this in behat to
ensure dom can be interacted by selenium driver
2015-02-05 13:53:55 +08:00
Andrew Nicols
bfa7beceee
MDL-48822 mod_forum: Add lastpost class to final post in discussion
...
Thanks to Lior Gil for the basis of the suggested fix.
2015-02-05 13:09:42 +08:00
Brian Barnes
136f8f09a4
MDL-49052 core_calendar: Improved headings on upcomming events pages
2015-02-05 14:58:59 +13:00
AMOS bot
49722d3ce9
Automatically generated installer lang files
2015-02-05 00:04:07 +08:00
Andrew Nicols
c346996f38
Merge branch 'MDL-48719-master' of git://github.com/jleyva/moodle
2015-02-04 12:53:34 +08:00
Andrew Nicols
8f18ba9f0e
Merge branch 'MDL-48933-master-fixup' of https://github.com/FMCorz/moodle
2015-02-04 10:41:09 +08:00
Eloy Lafuente (stronk7)
0db8095621
Merge branch 'MDL-47159_master' of git://github.com/dmonllao/moodle
2015-02-04 03:39:07 +01:00
David Monllao
6611780e83
MDL-46662 grader: Fixing return type, it is an array
2015-02-04 10:37:38 +08:00
David Monllao
89cccc9e0e
Merge branch 'MDL-46662-master' of git://github.com/zbdd/moodle
2015-02-04 10:36:42 +08:00
Frederic Massart
0061876d57
MDL-48933 core_message: Clean up for a better coding style
2015-02-04 10:36:30 +08:00
David Monllao
4879ea0e18
MDL-47159 atto_link: Adding prefix when url doesn't specify one
2015-02-04 10:23:04 +08:00
Zachary Durber
2350b3f453
MDL-46662 grader: Improve course header and aggregation accessibility
...
Deprecated unused grader collapse icon function.
2015-02-04 10:19:52 +08:00
Rajesh Taneja
288eea620a
MDL-49081 tests: Removed dev option from composer
...
dev option is enabled by default in composer, so not required.
https://github.com/composer/composer/blob/master/CHANGELOG.md
2015-02-04 10:19:46 +08:00
Rajesh Taneja
6cf0aa0127
MDL-47562 gradereport_singleview: Updated behat steps with Save string change
2015-02-04 03:12:25 +01:00
Andrew Nicols
06569b71ac
MDL-48160 theme: Add deprecation notice for legacy RTL styles
2015-02-04 09:18:22 +08:00
Andrew Nicols
0e642ea578
Merge branch 'wip-MDL-48160_master' of git://github.com/lazydaisy/moodle
2015-02-04 08:47:44 +08:00
Dan Poltawski
40582c75e0
Merge branch 'MDL-48901_master' of git://github.com/dmonllao/moodle
...
Conflicts:
mod/lesson/upgrade.txt
2015-02-03 23:27:15 +00:00
David Monllao
39fb968132
MDL-48901 mod_lesson: Deprecating unused functions
2015-02-04 07:23:41 +08:00
Sam Hemelryk
7fa57e0341
MDL-39459 cache: mode included in stats output
...
The cache store mode is now included in the performance stats
printed at the bottom of the page.
It is represented as either [a] [s] or [r] and a title is used
to actually state the mode.
2015-02-04 09:35:21 +13:00
Sam Hemelryk
892e21aadd
MDL-36296 block_navigation: consistency fixes
...
This change fixes a couple of consistency issues in the navigation block.
At the same time it fixes it the CSS for the navigation block as it had
really degraded over the last years.
Notable points about this change:
* Fixed icon display by wrapping content in a span allowing columns to
be styled.
* Re-wrote the CSS entirely as it could be done much better.
* Fixed inconsistencies between the php and JS for rendering nodes.
2015-02-04 09:04:50 +13:00
Mary Evans
73b425be07
MDL-48160 theme: Improve all block region layouts when coded for RTL.
2015-02-03 18:19:14 +00:00
Dan Poltawski
32a34ed24f
Merge branch 'MDL-48942_survey' of https://github.com/andyjdavis/moodle
2015-02-03 15:55:21 +00:00
Dan Poltawski
8c506dfacd
Merge branch 'MDL-48933-master' of git://github.com/FMCorz/moodle
2015-02-03 15:09:33 +00:00
Dan Poltawski
cc70e0fbc9
Merge branch 'MDL-48955-29' of https://github.com/vadimonus/moodle
2015-02-03 14:02:58 +00:00
Dan Poltawski
685b6681db
Merge branch 'MDL-48945-master' of https://github.com/sammarshallou/moodle
2015-02-03 13:55:10 +00:00
Dan Poltawski
8a5f6a0f9a
Merge branch 'wip-mdl-49002' of https://github.com/rajeshtaneja/moodle
2015-02-03 13:16:52 +00:00
Dan Poltawski
769bfb12c1
Merge branch 'm29_MDL-48799_Incorrect_Legacy_Dir_Fallback' of https://github.com/scara/moodle
2015-02-03 13:13:13 +00:00
Dan Poltawski
8448af7d86
Merge branch 'behat_goutte_nowait' of https://github.com/tlevi/moodle
2015-02-03 13:08:32 +00:00
Dan Poltawski
08a74cd6f6
Merge branch 'm29_MDL-48907' of https://github.com/totara/moodle
2015-02-03 12:56:42 +00:00
Dan Poltawski
2b3ecd45c0
Merge branch 'MDL-48963_m29v5' of https://github.com/sbourget/moodle
2015-02-03 12:53:29 +00:00
Dan Poltawski
c11dca3fae
Merge branch 'MDL-48920' of git://github.com/stronk7/moodle
2015-02-03 12:39:10 +00:00
Eloy Lafuente (stronk7)
e3b3173357
MDL-48920 tool_generator: fix unit tests
2015-02-03 13:24:50 +01:00
Dan Poltawski
cf02542d93
MDL-44071 upgrade.txt: improve notice
2015-02-03 12:20:39 +00:00
Dan Poltawski
1ee0c927b2
Merge branch 'MDL-44071-master' of git://github.com/zbdd/moodle
2015-02-03 12:16:16 +00:00
Eloy Lafuente (stronk7)
7172903fcf
Merge branch 'MDL-41851-master' of git://github.com/andrewnicols/moodle
2015-02-03 12:36:00 +01:00
Dan Poltawski
e46856e48b
MDL-48624 behat: fix trailing whitespace
2015-02-03 11:01:34 +00:00
Dan Poltawski
cb4748b67d
Merge branch 'wip-mdl-48624-m' of https://github.com/rajeshtaneja/moodle
2015-02-03 11:01:05 +00:00
Eloy Lafuente (stronk7)
3cafe67502
Merge branch 'wip-mdl-48403' of https://github.com/rajeshtaneja/moodle
2015-02-03 11:57:27 +01:00
Eloy Lafuente (stronk7)
7eb4e0397b
Merge branch 'wip-mdl-49015' of https://github.com/rajeshtaneja/moodle
2015-02-03 11:52:03 +01:00
Eloy Lafuente (stronk7)
336314812f
Merge branch 'MDL-48328_M29' of git://github.com/lazydaisy/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2015-02-03 11:42:41 +01:00
Jetha Chan
a952ed04d1
MDL-49073 timezones: update to 2015a (2323 rules)
2015-02-03 17:37:30 +08:00
Andrew Nicols
794e3c8cd5
Merge branch 'MDL-48865-master' of git://github.com/xow/moodle
2015-02-03 16:36:11 +08:00
Neill Magill
f95b1e85fb
MDL-48865 core_block: Show regions with only hidden blocks when editing
...
Before this patch if all the blocks in a block region are set to hidden the region will be docked even when editing is enabled.
This meant that as a user I would need to add a new block to the page and move it to that region via the configuration
menu before I could manipulate the hidden blocks again.
2015-02-03 16:14:20 +08:00
Andrew Nicols
71439af9d5
Merge branch 'MDL-48920-master' of git://github.com/FMCorz/moodle
2015-02-03 16:11:08 +08:00
Andrew Nicols
70b7861da2
Merge branch 'tgz_fixing' of https://github.com/tlevi/moodle
2015-02-03 16:02:59 +08:00
Andrew Nicols
26faad60e2
Merge branch 'MDL-48989-master' of git://github.com/jleyva/moodle
2015-02-03 15:51:38 +08:00
Mark Nelson
0b1df17129
MDL-48884 mod_assign: prevented setting gradebook feedback unnecessarily
2015-02-02 23:34:54 -08:00
Andrew Nicols
bd8c9bc343
Merge branch '48968-29' of git://github.com/samhemelryk/moodle
2015-02-03 14:22:19 +08:00
Andrew Nicols
48bac91be8
Merge branch 'MDL-48929-master' of git://github.com/FMCorz/moodle
2015-02-03 13:55:32 +08:00
Andrew Nicols
f13e8ad041
Merge branch 'MDL-37477-master' of git://github.com/jethac/moodle
2015-02-03 13:48:54 +08:00
Andrew Nicols
c6bcbad07a
MDL-48484 admin: Improve coding style
2015-02-03 13:40:30 +08:00
Jetha Chan
49faeef6bb
MDL-37477 output: Add support for table captions
2015-02-03 13:38:24 +08:00
Andrew Nicols
5dee60446c
Merge branch 'm29_MDL-48484' of https://github.com/totara/moodle
2015-02-03 13:04:38 +08:00
Andrew Nicols
43bde1b9fd
Merge branch 'm29_MDL-46467' of https://github.com/totara/moodle
2015-02-03 12:57:25 +08:00
Andrew Nicols
6ef9a63bcd
Merge branch 'MDL-48608_master' of git://github.com/markn86/moodle
2015-02-03 12:30:29 +08:00
Mark Nelson
d838640e4c
MDL-48608 mod_assign: correctly display grades for group assignments
2015-02-02 20:13:24 -08:00
David Monllao
a5b4cc9635
Merge branch 'wip_MDL-46728_master' of git://github.com/gjb2048/moodle
2015-02-03 11:45:15 +08:00
David Monllao
9afe4eb556
MDL-43752 repository_s3: Using setDefault
2015-02-03 11:04:51 +08:00
David Monllao
5428d6b065
Merge branch 'MDL-43752-master' of git://github.com/DanBennettUK/moodle
2015-02-03 10:52:21 +08:00
Mary Evans
76edd23810
MDL-48328 theme_bootstrapbase: Added update info to /readme_moodle.txt
2015-02-03 01:32:25 +00:00
Eloy Lafuente (stronk7)
f4160a8e52
Merge branch 'MDL-43387' of git://github.com/jmvedrine/moodle
2015-02-03 01:17:03 +01:00
Eloy Lafuente (stronk7)
968e8dc94b
Merge branch 'MDL-48525-master' of git://github.com/jleyva/moodle
2015-02-03 00:57:37 +01:00
Eloy Lafuente (stronk7)
bd6a0c5df1
Merge branch 'MDL-48578-master' of git://github.com/jleyva/moodle
2015-02-03 00:47:13 +01:00
Eloy Lafuente (stronk7)
22102378d3
Merge branch 'MDL-48793-master' of git://github.com/jleyva/moodle
2015-02-03 00:45:16 +01:00
Eloy Lafuente (stronk7)
fe1e5e1963
Merge branch 'MDL-47562-master' of git://github.com/damyon/moodle
2015-02-02 23:51:15 +01:00
Dan Bennett
9b71e3aff0
MDL-43752 repository_s3: added endpoint select box to settings page
2015-02-02 15:34:36 +00:00
James Henestofel
70f379639a
MDL-44071 webservices: Sorting courses post deletion.
...
Additional warnings added if particular steps fail.
Signed-off-by: Zachary Durber <zdurber@gmail.com >
2015-02-02 16:37:12 +08:00
David Monllao
5ade288ab0
Merge branch 'MDL-31036-master' of git://github.com/zbdd/moodle
2015-02-02 14:54:48 +08:00
Frederic Massart
aa6409c887
MDL-48933 core_message: Behat tests to cover messenger dialogs
2015-02-02 11:03:38 +08:00
Frederic Massart
cf4a17cb9b
MDL-48933 core_message: New dialog to send a message to a user
2015-02-02 11:03:38 +08:00
Brian Barnes
e323bf512f
MDL-48484 admin: Added labels to configtime settings
2015-02-02 09:42:38 +13:00
Jean-Michel Vedrine
ebf5ad4fa2
MDL-43387 mod_lesson: add an editor for essay grading comments
2015-02-01 19:01:40 +01:00
AMOS bot
f50b5937e6
Automatically generated installer lang files
2015-02-02 00:04:01 +08:00
Stephen Bourget
a1556aaf86
MDL-48963 Lesson: File support to true/false answers
2015-02-01 09:32:52 -05:00
Matteo Scaramuccia
6c6147bb29
MDL-48799 Files API: fixed legacy directory fallback.
2015-02-01 09:02:37 +01:00
Mary Evans
d439eeb0fc
MDL-48328 theme_bootstrapbase: lessc is failing to compile our less.
2015-01-30 23:28:25 +00:00
AMOS bot
b3cadd5ccf
Automatically generated installer lang files
2015-01-31 00:04:01 +08:00
Frederic Massart
dc3b93cb6f
MDL-48937 navigation: Hide categories in navbar when system has only one
2015-01-30 14:58:14 +08:00
Zachary Durber
75d08f0291
MDL-31036 mod_assign: Don't strip quickgrading feedback of special chars
2015-01-30 14:43:35 +08:00
John Okely
3a0c9c6306
MDL-48772 enrol_cohort: Replace hardcoded language with language strings
2015-01-30 11:29:40 +08:00
Rajesh Taneja
dec3a05cb3
MDL-48403 behat: Select text in atto editor before inserting image
2015-01-30 10:02:57 +08:00
Rajesh Taneja
2b44d328c3
MDL-49002 behat: Added @_file_upload tag to avoid random fails
2015-01-30 09:00:36 +08:00
Rajesh Taneja
15aacd0454
MDL-49105 mod_lesson: Removed unused image insert step in behat
2015-01-30 08:57:50 +08:00
Rajesh Taneja
d0c36ce621
MDL-49015 mod_lesson: Don't rely on external links in behat
2015-01-30 08:57:49 +08:00
Rajesh Taneja
c3b72e586a
MDL-48624 behat: Added extended timeout to ensure step pass
...
following_should_download_between_and_bytes step sometimes
fails because of server speed. Added extended timout
ensuring they wait enough before failing.
Also, not calling force download while running behat site
2015-01-30 08:54:12 +08:00
Rajesh Taneja
8fe8df4a8b
MDL-48624 behat: Added page load check in workshop step
...
i_allocate_submissions_in_workshop_as step sometimes
fails because of server speed. Added page load check
with extended timout.
2015-01-30 08:54:11 +08:00
Vadim Dvorovenko
6aec17bd00
MDL-48955 filter_mathjax: Regexp fix for texfiltercompatibility mode
...
Fixing incorrect regexp for replacing text like
"$$a$$ and $$b$$" to "\(a\) and \(b\)". This is needed for
texfiltercompatibility to work as expected.
2015-01-29 23:17:22 +07:00
Gareth J Barnard
eb1861983a
MDL-46728 themes: WOFF2 fonts are not supported.
2015-01-29 16:11:43 +00:00
AMOS bot
893cf6b4d7
Automatically generated installer lang files
2015-01-30 00:04:09 +08:00
Juan Leyva
ca4154ceaf
MDL-48357 webservices: Missing instance property in course contents ws
2015-01-29 14:06:09 +01:00
Tony Levi
0021942592
MDL-48924 backup: Fix some get_file_packer() calls for enabletgzbackups
2015-01-29 22:53:20 +10:30
Juan Leyva
ff1f373996
MDL-48719 messages: Unit tests for WS core_message_get_blocked_users
2015-01-29 13:04:43 +01:00
Juan Leyva
60ab2e1bc4
MDL-48719 messages: New WS core_message_get_blocked_users
2015-01-29 13:04:43 +01:00
Juan Leyva
a86f23cd53
MDL-48525 webservices: Fixed profile user image is not always returned
2015-01-29 13:02:16 +01:00
Juan Leyva
d9a1cf5cae
MDL-48793 webservices: Deleted duplicated function in mobile service
2015-01-29 13:01:51 +01:00
Juan Leyva
11d83ab30b
MDL-48578 webservices: Fixed missing required library
2015-01-29 13:01:32 +01:00
Juan Leyva
5785421a37
MDL-48989 messages: Add site information in airnotifier payload
2015-01-29 12:59:03 +01:00
sam marshall
a79970a295
MDL-48945 tool_filetypes: Added verification to description setting.
2015-01-29 11:44:50 +00:00
Jetha Chan
20a263ecfa
MDL-48889 repository_s3: pipe S3Exception messages into moodle
...
When processing S3Exceptions thrown by the S3 library, pass
the exception messages into the moodle_exceptions being
created in order to actually tell people what went wrong.
2015-01-29 17:41:32 +08:00
Eloy Lafuente (stronk7)
4c27f52d91
weekly release 2.9dev
2015-01-29 10:27:52 +01:00
Eloy Lafuente (stronk7)
c230ccb5ce
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2015-01-29 10:27:40 +01:00
Damyon Wiese
bd6bfb7f21
MDL-47562 gradereport_singleview: New lang string for save button
...
AMOS BEGIN
CPY [save,admin],[save,gradereport_singleview]
AMOS END
2015-01-29 11:35:18 +08:00
Damyon Wiese
2a6cdc51b7
MDL-47562 gradereport_singleview: ui fixes and improvements
...
Collection of ui improvements that did not get completed before 2.8 was released.
See the tracker for more details.
2015-01-29 11:35:12 +08:00
Andrew Nicols
6738ad643b
MDL-8626 mod_data: Only show select/delete options when entries present
2015-01-29 10:26:44 +08:00
Andrew Nicols
5310179939
Merge branch 'MDL-36877' of https://github.com/jmvedrine/moodle
2015-01-29 09:08:53 +08:00
Tim Hunt
a6099a7a13
MDL-49006 admin: activity descriptions shouldn't be required by default
2015-01-28 21:52:58 +00:00
Eloy Lafuente (stronk7)
c5c34b4019
Revert "Merge branch 'MDL-47159_master' of git://github.com/dmonllao/moodle"
...
This reverts commit 73bf1119dd , reversing
changes made to 7615deba22 .
2015-01-28 21:13:42 +01:00
Jean-Michel Vedrine
59d7a9dc75
MDL-36877 mod_lesson: Fix while MDL-38578 is not solved
2015-01-28 20:54:38 +01:00
Eloy Lafuente (stronk7)
74bc0178ea
Merge branch 'MDL-48855_master' of https://github.com/dmonllao/moodle
2015-01-28 12:41:06 +01:00
Eloy Lafuente (stronk7)
941ea6b2ff
Merge branch 'MDL-48898' of git://github.com/timhunt/moodle
2015-01-28 12:27:07 +01:00
Eloy Lafuente (stronk7)
8f2e522735
Merge branch 'wip-MDL-48978-master' of git://github.com/marinaglancy/moodle
2015-01-28 11:58:50 +01:00
David Monllao
17031f764f
Merge branch 'MDL-48914' of git://github.com/rtcn2/moodle
2015-01-28 17:44:05 +08:00
Marina Glancy
17d33eec66
MDL-48978 user: fixed regression from MDL-37704
2015-01-28 16:47:50 +08:00
Andrew Nicols
06c2753115
MDL-48542 user_menu: Handle invalid strings better
2015-01-28 15:39:15 +08:00
Damyon Wiese
af9a7937cc
MDL-48980 Security: Always clean the result from min_get_slash_argument
...
The result from this function is used in send_file calls and if unclean
(windows dir separators, or .. path components) it could expose sensitive
files (e.g. .php files). Now we always clean the result from this function
even if it means double cleaning.
I also fixed the unit test for this function and added a new test for this cleaning.
I also updated the comments to point to get_file_argument as the full version of
min_get_slash_argument.
2015-01-28 14:38:29 +08:00
Andrew Nicols
e5d0b0492e
Merge branch 'MDL-48266_master-fix2' of git://github.com/markn86/moodle
2015-01-28 14:09:30 +08:00
Andrew Nicols
aeb108d226
Merge branch 'MDL-41026-fixes' of git://github.com/andrewnicols/moodle
2015-01-28 13:57:10 +08:00
Andrew Nicols
60d807811f
MDL-41026 webservices: Correct unit tests
2015-01-28 13:50:57 +08:00
Mark Nelson
6c85571902
MDL-48266 core: fixed backup upgrade
2015-01-27 21:32:07 -08:00
Andrew Nicols
99a9ac6538
MDL-48620 JavaScript: Correct sorting after new options
2015-01-28 13:23:55 +08:00
Andrew Nicols
ade0072379
MDL-48542 user_menu: Increment index for all menu items
...
The invalid type was not causing the idx to incremented, thus missing off
the final divider.
2015-01-28 12:09:23 +08:00
Andrew Nicols
8b7ca27d48
MDL-48542 user_menu: Improve user menu tests
...
Add additional test cases, and actually test that the output is roughly
what we expect.
2015-01-28 12:09:22 +08:00
Andrew Nicols
0977d3d404
Merge branch 'MDL-48542-master' of git://github.com/jethac/moodle
2015-01-28 12:02:28 +08:00
Andrew Nicols
be15d38b79
Merge branch 'MDL-41026-master' of git://github.com/ankitagarwal/moodle
2015-01-28 10:05:31 +08:00
Stephen Bourget
5bc12ca265
MDl-47104 Calendar: Make 'calendar_lookahead' more flexible
2015-01-28 02:24:36 +01:00
John Okely
5cb440f936
MDL-8626 database: Move search and sort controls to top of page
...
Credit to Andrew Walbran for the patch.
2015-01-28 09:06:30 +08:00
Rajesh Taneja
20153f6308
MDL-48926 behat: No expand form required in non-js mode
2015-01-28 10:58:01 +10:30
Tony Levi
80ac8522cc
MDL-48926 behat: Do not poll within spin for non-javascript mode
2015-01-28 10:58:00 +10:30
Eloy Lafuente (stronk7)
8181ab5865
Merge branch 'MDL-48620-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
lib/editor/atto/plugins/undo/yui/build/moodle-atto_undo-button/moodle-atto_undo-button-min.js
2015-01-28 01:02:54 +01:00
Eloy Lafuente (stronk7)
215c37097e
Merge branch 'MDL-48685-master' of git://github.com/andrewnicols/moodle
2015-01-28 00:36:14 +01:00
Eloy Lafuente (stronk7)
73bf1119dd
Merge branch 'MDL-47159_master' of git://github.com/dmonllao/moodle
2015-01-27 21:18:24 +01:00
Eloy Lafuente (stronk7)
7615deba22
Merge branch 'MDL-48660-master' of https://github.com/sammarshallou/moodle
2015-01-27 21:11:27 +01:00
AMOS bot
45b6276ef6
Automatically generated installer lang files
2015-01-28 00:04:21 +08:00
Neill Magill
8072628a67
MDL-48177 core: Plugin environment checks with no version of Moodle
...
The environment.xml files in plugins force you to define the versions of Moodle that the checks should be carried out against.
For community plugins the environment requirements of the plugin seem unlikely to be dependant on the version of Moodle.
This patch will allow the environment.xml files to use a new <PLUGIN> tag in place of the <MOODLE version="> tag.
This solution has the following properties:
* The Environment file will not break versions of Moodle that do not support the PLUGIN syntax.
* Specific versioned MOODLE tags can still be defined for versions of Moodle that do not have this patch.
* If both MOODLE and PLUGIN tags exist the PLUGIN tag will be used in preference.
* The PLUGIN tag will not function in the main Moodle environment.xml file.
* The PLUGIN tag has a mandatory name attribute that must match the frankenstyle name of the plugin being tested.
2015-01-27 13:08:47 +01:00
Eloy Lafuente (stronk7)
f271b113a6
Merge branch 'MDL-40285_master' of git://github.com/markn86/moodle
2015-01-27 12:09:58 +01:00
Eloy Lafuente (stronk7)
61b31b4e10
Merge branch 'MDL-48383-master' of git://github.com/FMCorz/moodle
2015-01-27 12:01:04 +01:00
sam marshall
6b40e5b2ec
MDL-48660 Availability: filter_user_list() should respect 'view hidden'
...
Updated filter_user_list and get_user_list_sql to account for
the viewhiddenactivities and viewhiddensections capabilities.
2015-01-27 10:59:05 +00:00
Mark Nelson
d2e1c5f5fc
MDL-40285 mod_assign: added extra group submissions behat scenario
...
Thanks a lot to Jody Steele for providing the basis for the scenario.
2015-01-27 00:36:49 -08:00
Mark Nelson
e43f1d514c
MDL-40285 mod_assign: show details for all default group members
2015-01-27 00:36:49 -08:00
Ankit Agarwal
9e01886562
MDL-48559 reports: security report checks for web cron
2015-01-27 11:00:40 +05:30
Andrew Nicols
6d5381a38f
Merge branch 'MDL-47871_master' of https://github.com/markn86/moodle
2015-01-27 13:09:29 +08:00
Ankit Agarwal
5254140b0c
MDL-48559 cron: Disable web cron by default
2015-01-27 10:14:11 +05:30
Jerome Mouneyrac
09ca18a47e
MDL-41026 webservices: use correct param format in external apis
2015-01-27 10:06:09 +05:30
Andrew Nicols
85099b388f
MDL-46755 format_social: Minor corrections during integration
...
* Add additional checks in behat tests to ensure ordering of information
does not give false positives
* Typo in lang pack
* Comment correction
2015-01-27 12:14:24 +08:00
Mark Nelson
bb286b6d5f
MDL-47871 tool_monitor: allow teachers to duplicate site rules
2015-01-26 19:32:59 -08:00
Andrew Nicols
d927bc0f32
Merge branch 'MDL-46755_m29-2' of https://github.com/sbourget/moodle
2015-01-27 11:30:55 +08:00
Frederic Massart
517e0111f3
MDL-48920 tool_generator: Use 'real' names during course generation
2015-01-27 11:26:56 +08:00
Andrew Nicols
0d98b0f7ad
Merge branch 'MDL-48491-master' of git://github.com/zbdd/moodle
2015-01-27 10:48:36 +08:00
David Monllao
58f2c3ca5c
MDL-47159 atto_link: Adding prefix when url doesn't specify one
2015-01-27 10:43:29 +08:00
Brian Barnes
8b5f402151
MDL-46467 forms: Labels have "for" attribute even when frozen
2015-01-27 14:30:22 +13:00
Andrew Nicols
96a5463119
MDL-48685 core_useragent: Correct IE 5.0 issues
2015-01-27 08:36:20 +08:00
Andrew Nicols
83af132901
MDL-48685 tests: Add testing for supports_json_contenttype
2015-01-27 08:36:20 +08:00
Andrew Nicols
5ee4f58134
MDL-48685 tests: Add additional User Agents
...
* Firefox 33; Mac OS X 10.10
* Chrome 39; Mac OS X
* Safari; iPhone 6 Plus; iOS 8.1; Build 12B411
* Opera 12.15 (Build 1748); Mac OS X
2015-01-27 08:36:20 +08:00
Andrew Nicols
7c10ad334d
MDL-48685 tests: Rewrite useragent tests
2015-01-27 08:36:19 +08:00
Eloy Lafuente (stronk7)
c07962d56d
Merge branch 'MDL-48916' of https://github.com/wesleysitu/moodle
2015-01-27 01:06:43 +01:00
Eloy Lafuente (stronk7)
681b57bd28
Merge branch 'MDL-48921-master-2nd' of git://github.com/FMCorz/moodle
2015-01-27 01:02:39 +01:00
Eloy Lafuente (stronk7)
0e134b76b5
Merge branch 'MDL-48946-master' of https://github.com/sammarshallou/moodle
2015-01-27 00:56:51 +01:00
Eloy Lafuente (stronk7)
65d2f8e3f9
Merge branch 'wip-MDL-48325-master' of git://github.com/abgreeve/moodle
2015-01-27 00:22:36 +01:00
Eloy Lafuente (stronk7)
3195a1f91f
Merge branch 'MDL-48939-master' of git://github.com/andrewnicols/moodle
2015-01-26 23:57:33 +01:00
Eloy Lafuente (stronk7)
d82ab7bf22
Merge branch 'MDL-48616-master' of git://github.com/jethac/moodle
2015-01-26 23:47:14 +01:00
Eloy Lafuente (stronk7)
13abbea83b
Merge branch 'MDL-48407-master' of git://github.com/gurgus/moodle
2015-01-26 23:41:17 +01:00
Eloy Lafuente (stronk7)
e6b1816588
MDL-48266 backup: make upgrade step to match current version bump.
2015-01-26 19:22:44 +01:00
Eloy Lafuente (stronk7)
16dafa5d9f
Merge branch 'MDL-48266-master' of git://github.com/FMCorz/moodle
...
Conflicts:
version.php
2015-01-26 19:19:35 +01:00
Eloy Lafuente (stronk7)
2a5ecfa975
Merge branch 'MDL-48720-master' of git://github.com/andrewnicols/moodle
2015-01-26 19:08:21 +01:00
Eloy Lafuente (stronk7)
50b7b15894
Merge branch 'MDL-40286' of git://github.com/jmvedrine/moodle
2015-01-26 18:32:43 +01:00
Eloy Lafuente (stronk7)
59a99b02ee
Merge branch 'MDL-35765-master' of git://github.com/merrill-oakland/moodle
2015-01-26 17:27:54 +01:00
Eloy Lafuente (stronk7)
6c1a89f1f3
Merge branch 'MDL-36877' of git://github.com/jmvedrine/moodle
2015-01-26 16:04:29 +01:00
Andrew Davis
64d45dafa1
MDL-48942 mod_survey: fixed coding style problems in mod/survey/view.php
2015-01-26 15:27:24 +01:00
Andrew Davis
9767d69680
MDL-48942 mod_survey: synced security checks in view.php and graph.php
2015-01-26 14:56:27 +01:00
Eloy Lafuente (stronk7)
ec96b4b3d9
Merge branch 'MDL-48711-master' of git://github.com/merrill-oakland/moodle
2015-01-26 11:14:33 +01:00
Eloy Lafuente (stronk7)
b646a710ba
Merge branch 'MDL-43421' of git://github.com/mr-russ/moodle
2015-01-26 10:24:51 +01:00
Ankit Agarwal
9bb71899c0
MDL-48212 messages: show reply allowed message only when needed
2015-01-26 08:16:03 +05:30
Ankit Agarwal
93975a6afc
MDL-48212 messages: Add unit tests for the message class
2015-01-26 08:16:03 +05:30
Ankit Agarwal
c6f45ef884
MDL-48212 messages: support the new class in message apis
2015-01-26 08:15:33 +05:30
Ankit Agarwal
53a842e6a9
MDL-48212 messages: Add a new class representing a message
2015-01-26 08:15:32 +05:30
Brian Barnes
c430c2c246
MDL-48805 theme: Collapse now collapses all data-target
2015-01-26 11:34:33 +13:00
Valerii Kuznetsov
13b5a4942f
MDL-48968 blocks: fixed bug with pagetype handling
2015-01-26 09:28:42 +13:00
Jean-Michel Vedrine
ccf2a054ae
MDL-36877 Lesson: final page not displayed if show gradebook set to no
2015-01-25 18:46:00 +01:00
Jean-Michel Vedrine
b69d512a90
MDL-40286 mod_lesson: non-editing teacher should see Grade analysis
2015-01-23 20:21:08 +01:00
Rod Norfor
2350e7f24d
MDL-48914 admin: check maxuserperpage in existingroleholders->find_users
2015-01-23 16:02:27 +00:00
Tim Hunt
52540a51fa
MDL-48898 quiz: use admin_setting_configduration
...
Now this setting type is available, it is a better UI.
This required a new setting class
admin_setting_configduration_with_advanced.
Also, I took the liberty of shortening the default auto-save delay to 1
minute, and re-wording the description of that setting, now that it can
be changed to any value.
2015-01-23 11:56:08 +00:00
Nelson Moller
413907cff3
MDL-48929 repository_filesystem: Valide relative path against realpath
...
On Windows systems, there could have been a mix of back and forward
slashes, causing the validation of the relative path to fail. Now
we will always get the realpath before comparing.
2015-01-23 17:26:32 +08:00
Andrew Nicols
557f44d970
MDL-48620 JavaScript: Updated shifted files to comply with coding style
2015-01-23 14:51:24 +08:00
Andrew Nicols
2357166901
MDL-48620 JavaScript: Update .jshintrc to comply with coding style
...
* eqeqeq: We do not require use of ===
* maxlen: Coding style aims for 132 characters
* indent: 4 Characters (Helps some editors but does not warn in new version of jshint)
* undef: Warn about variables used before they are defined
* predef: Specify that we define the M variable elsewhere
2015-01-23 14:50:31 +08:00
Andrew Nicols
0375273e4e
MDL-48620 JavaScript: Sort .jshintrc alphabetically
...
This will make future changes easier to manage and spot.
2015-01-23 14:50:31 +08:00
Simon Coggins
38535ab891
MDL-48855 dev: Fix ctags command to handle extra whitespace
2015-01-23 10:59:29 +08:00
Andrew Nicols
e0ae3519a1
weekly release 2.9dev
2015-01-23 08:27:32 +08:00
Andrew Nicols
3b76ea5c48
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2015-01-23 08:27:25 +08:00
Dan Poltawski
79d6c46df3
Merge branch 'MDL-48949' of git://github.com/timhunt/moodle
2015-01-22 17:52:20 +00:00
Tim Hunt
0065f02469
MDL-48949 mod_lti: tidy mod/lti/upgrade.txt
2015-01-22 17:28:08 +00:00
sam marshall
b3d7eb6ed4
MDL-48946 Files: New custom description format_string call
...
The format_string call used when getting file type descriptions
does not specify a context. The page context is not always
available at this point, so for consistency it should specify
the system context.
2015-01-22 13:27:50 +00:00
Frederic Massart
94b8c63635
MDL-48266 backup: Fix backup strorage misconfiguration
...
Basically if the destination dir is empty then the storage
type should be set to the course backup area. This does
not affect the behaviour of the backups that lived with
misconfigured settings.
2015-01-22 17:49:26 +08:00
Frederic Massart
9fdf16a0fc
MDL-48266 backup: Validate backup_auto_storage config
2015-01-22 17:48:07 +08:00
Eloy Lafuente (stronk7)
6e91426e73
Merge branch 'MDL-48493-master-autodetect' of git://github.com/mudrd8mz/moodle
2015-01-22 10:17:56 +01:00
David Mudrák
ef86599e99
MDL-48493 admin: Fix PHP warning thrown if unable to detect component
...
The method detect_plugin_component() returns false or string. The
normalize_component() expects strings only. Passing false to it
(typically when the plugin does not declare its component) caused the
PHP warning.
Credit goes to Ankit Agarwal for spotting this during testing.
2015-01-22 10:02:01 +01:00
Andrew Nicols
2f19417319
MDL-48939 core: Depreacte search_generate_text_SQL
...
This has never been used outside of forum, where it was introduced in
Moodle 1.8 and required manual creation of an index.
2015-01-22 15:10:00 +08:00
Adrian Greeve
4cac2470bb
MDL-48325 mod_data: Export to portfolio button uses capability.
...
The Export to portfolio button now checks the mod/data:exportownentry
capability to see if the export button should be shown.
2015-01-22 14:49:21 +08:00
Zachary Durber
530debc078
MDL-48491 enrolments: Paypal enrolments send email as support user.
2015-01-22 13:42:08 +08:00
Dave Cooper
b02f473cfb
MDL-48407 mod_forum: Updated text email notification template
2015-01-22 13:28:18 +08:00
Andrew Nicols
1cb5f61213
Revert "Merge branch 'wip-mdl-48624-m' of https://github.com/rajeshtaneja/moodle "
...
This reverts commit e08f58288a , reversing
changes made to 782ea98c59 .
2015-01-22 12:13:35 +08:00
Frederic Massart
18247eb090
MDL-48383 task: Indicate when a task will not run if plugin is disabled
2015-01-22 11:07:52 +08:00
Andrew Nicols
7cd4a0f6d5
MDL-41851 mod_forum: Use noreply user when sending forum notifications
2015-01-22 09:42:12 +08:00
Stephen Bourget
7ce40bcb97
MDL-46755 format_social: behat test
2015-01-21 11:08:43 -05:00
Stephen Bourget
0d67ac8ea2
MDL-46755 format_social: Make discussion count configurable
2015-01-21 11:08:01 -05:00
Eloy Lafuente (stronk7)
a82d1fc4be
Merge branch 'MDL-48823_master' of git://github.com/dmonllao/moodle
2015-01-21 12:32:19 +01:00
Andrew Nicols
5f9997ae95
MDL-48720 mod_forum: Tidy up whitespace to comply with coding style
2015-01-21 12:15:12 +08:00
Andrew Nicols
9ddb376645
MDL-48720 mod_forum: Only copy discussion preferences when moving posts
...
Rather than adding discussion preferences to a user based upon their
subscription to the source forum, only respect any actively selected
preference. That is to say that:
* if a user has opted into a discussion and following a move would be
unsubscribed, re-subscribe them;
* if a user has opted out of a discussion and following a move would be
subscribed once more, unsubscribe them; and
* if a user has not made an active choice, follow the discussion preference
for the target forum.
2015-01-21 12:15:12 +08:00
Andrew Nicols
e2a036b4a9
Merge branch 'MDL-348' of https://github.com/bostelm/moodle
2015-01-21 11:46:22 +08:00
Frederic Massart
cd5e627de8
MDL-48921 admin: Keep the search string in the URL after form submission
2015-01-21 11:33:03 +08:00
David Monllao
8babb9606b
MDL-48823 admin: Just one admin tree reload after settings changes
2015-01-21 10:41:23 +08:00
Andrew Nicols
81a9b9cee3
Merge branch 'wip-mdl-48761' of https://github.com/rajeshtaneja/moodle
2015-01-21 10:21:24 +08:00
Rajesh Taneja
d58b0ad6f1
MDL-48761 behat: Added new step for debugging scenarios
2015-01-21 10:16:22 +08:00
David Monllao
59da38ef8a
Merge branch 'MDL-28513-master' of git://github.com/andrewnicols/moodle
2015-01-21 09:52:55 +08:00
Andrew Nicols
da992717f4
MDL-28513 install: Add adminemail to the CLI installers
2015-01-21 09:42:51 +08:00
Wesley Situ
7be4cf1873
MDL-48916 atto_undo: Clarify text for "Undo/Redo"
2015-01-20 16:21:35 -08:00
Eloy Lafuente (stronk7)
6d33cf76cd
Merge branch 'wip-MDL-48847-master' of git://github.com/marinaglancy/moodle
2015-01-21 00:28:30 +01:00
Eloy Lafuente (stronk7)
2d78593650
Merge branch 'MDL-48830-m' of https://github.com/micaherne/moodle
2015-01-21 00:03:56 +01:00
Brian Barnes
f48d5209c9
MDL-48907 grades: fixed display of grade tabs
2015-01-21 10:42:32 +13:00
Eric Merrill
3f874a9d24
MDL-48711 gradebook: Properly compute extra-redit status for cat grades
...
When seeing if a grade item for a category is computed for extra-credit
status, we need to use the *grandparent* of the item.
2015-01-20 16:06:38 -05:00
Eric Merrill
4b4e41342a
MDL-35765 availability: Use category total full names
2015-01-20 15:37:13 -05:00
Eloy Lafuente (stronk7)
298c45f2e3
Merge branch 'MDL-48873_master' of https://github.com/StudiUM/moodle
2015-01-20 19:23:05 +01:00
Eloy Lafuente (stronk7)
fac7cff3e2
Merge branch 'MDL-48813_m29' of git://github.com/sbourget/moodle
2015-01-20 19:20:26 +01:00
Eloy Lafuente (stronk7)
cb502499da
Merge branch 'wip-mdl-48837' of https://github.com/rajeshtaneja/moodle
2015-01-20 18:52:00 +01:00
Dan Poltawski
75a67b0650
Merge branch 'MDL-48798-29' of https://github.com/vadimonus/moodle
2015-01-20 17:50:19 +00:00
Eloy Lafuente (stronk7)
ee263a454b
Merge branch 'MDL-48477' of git://github.com/timhunt/moodle
2015-01-20 18:44:08 +01:00
Eloy Lafuente (stronk7)
b10b88a70b
Merge branch 'MDL-48779-29' of https://github.com/vadimonus/moodle
2015-01-20 18:40:59 +01:00
Eloy Lafuente (stronk7)
d9b565e7b8
Merge branch 'MDL-47792_master' of git://github.com/dmonllao/moodle
2015-01-20 18:35:15 +01:00
Dan Poltawski
9f0c24120f
Merge branch 'wip-mdl-48831' of https://github.com/rajeshtaneja/moodle
2015-01-20 17:20:58 +00:00
Narissa Bayler
1e65cb2557
MDL-48616 editor_atto: add macrons to atto charmap
2015-01-21 01:12:22 +08:00
Dan Poltawski
cde9fece2f
Merge branch 'MDL-48829' of git://github.com/timhunt/moodle
2015-01-20 17:07:52 +00:00
Eloy Lafuente (stronk7)
e08f58288a
Merge branch 'wip-mdl-48624-m' of https://github.com/rajeshtaneja/moodle
2015-01-20 17:07:34 +01:00
Eloy Lafuente (stronk7)
782ea98c59
Merge branch 'MDL-47166-master' of git://github.com/andrewnicols/moodle
2015-01-20 16:14:26 +01:00
David Monllao
53aa8423bd
Merge branch 'MDL-48765-master' of git://github.com/mackensen/moodle
2015-01-20 17:08:21 +08:00
David Monllao
97b2e747ac
Merge branch 'wip-MDL-20053-master' of git://github.com/abgreeve/moodle
2015-01-20 16:43:24 +08:00
David Monllao
a2574f3d46
Merge branch 'MDL-48776-master' of git://github.com/gurgus/moodle
2015-01-20 16:07:34 +08:00
Andrew Nicols
de049d9d26
Merge branch 'MDL-42172-29' of https://github.com/vadimonus/moodle
2015-01-20 15:42:11 +08:00
Andrew Nicols
e50bac7ac1
Merge branch 'MDL-35486-master' of git://github.com/danpoltawski/moodle
2015-01-20 14:00:41 +08:00
Andrew Nicols
a2209774ce
Merge branch 'MDL-44560-master' of git://github.com/xow/moodle
2015-01-20 12:57:41 +08:00
Andrew Nicols
81a5c2b672
Merge branch 'MDL-38277_m29v2' of https://github.com/sbourget/moodle
2015-01-20 12:34:07 +08:00
Aaron Barnes
301bc0f249
MDL-47792 javascript: Fix for cropped headers and horizontal align
2015-01-20 11:34:47 +08:00
Andrew Nicols
b4d70adb9e
Merge branch 'MDL-43163' of git://github.com/jmvedrine/moodle
2015-01-20 11:23:41 +08:00
Andrew Nicols
a8ed2e50ea
Merge branch 'MDL-48596' of git://github.com/jmvedrine/moodle
2015-01-20 10:54:19 +08:00
Andrew Nicols
715b525e28
Merge branch 'MDL-48741' of git://github.com/stronk7/moodle
2015-01-20 09:40:37 +08:00
Jetha Chan
22893d6f47
MDL-48542 user_menu: add proper divider support
...
Added divider support to the user menu; hardened the custom user menu against invalid input.
2015-01-19 23:58:11 +08:00
Jetha Chan
c589b7be4e
MDL-48542 user_menu: add custom user menu unit test
2015-01-19 23:58:10 +08:00
Adrian Greeve
14fb7662cc
MDL-20053 mod_data: Update to fix unit tests.
2015-01-19 15:24:47 +08:00
Adrian Greeve
c1d222fcf8
MDL-20053 mod_data: Update to behat tests
...
A bulk delete of entries has been added to
the behat tests.
2015-01-19 15:24:47 +08:00
Adrian Greeve
c910cf308c
MDL-20053 mod_data: Removal of individual DB call.
...
The main functions for retrieving records have been
updated to include user picture information.
2015-01-19 15:24:47 +08:00
Dave Cooper
59d5228465
MDL-48776 core_message: Fixed userid check.
...
Thanks to Oleg Demeshev for providing the patch.
2015-01-19 15:20:15 +08:00
Andrew Nicols
a8d8e315ec
Merge branch 'MDL-46976-master' of git://github.com/danpoltawski/moodle
2015-01-19 11:59:30 +08:00
Andrew Nicols
ba8e7b3e2f
Merge branch 'MDL-48073-master' of git://github.com/gurgus/moodle
2015-01-19 11:36:47 +08:00
Nivedita Setru
b6772ac721
MDL-48073 enrol: Fixed group filter resetting erroneously.
2015-01-19 11:24:36 +08:00
Rajesh Taneja
cb8c8a2fba
MDL-48624 behat: Added extended timeout in workshop step
...
i_allocate_submissions_in_workshop_as step sometimes
fails because of server speed. Added extended timout
ensuring they wait enough before failing.
2015-01-19 10:15:47 +08:00
Rajesh Taneja
e41aa29bca
MDL-48624 behat: Added extended timeout to ensure step pass
...
following_should_download_between_and_bytes step sometimes
fails because of server speed. Added extended timout
ensuring they wait enough before failing.
Also, not calling force download while running behat site
2015-01-19 10:15:47 +08:00
Andrew Nicols
7b0fdf24ab
Merge branch 'MDL-43386' of git://github.com/jmvedrine/moodle
2015-01-19 09:24:44 +08:00
Jean-Michel Vedrine
59f1c9f5a8
MDL-43386 Lesson: Grade essay student response formatting not correct
2015-01-18 20:36:46 +01:00
AMOS bot
b2b31a8218
Automatically generated installer lang files
2015-01-18 00:03:56 +08:00
Gilles-Philippe Leblanc
699001c79b
MDL-48873 auth_cas: Wrong redirection with bad multiauth login
2015-01-16 11:54:09 -05:00
Jean-Michel Vedrine
1cd5f23995
MDL-48596 mod_lesson: editing interface won't expand to full screen
2015-01-16 15:10:16 +01:00
Jean-Michel Vedrine
f47c365a48
MDL-43163 mod_lesson: Coding style problem: ->BOX
2015-01-16 15:09:15 +01:00
Ray Bon
914cad8793
MDL-48837 phpunit: Restore system default timezone
2015-01-16 12:46:26 +08:00
John Okely
4b793ed78b
MDL-44560 mod_glossary: Fix indentation in mod/glossary/sql.php
2015-01-16 11:49:48 +08:00
John Okely
6fe5646a29
MDL-44560 glossary: Fix pagination on glossary category view
...
Credit to Sebastian B for this fix
2015-01-16 11:10:31 +08:00
Rajesh Taneja
a7960c06c2
MDL-48831 behat: Added behat test for label activity
...
Thanks to Neill Magill, for providing test feature.
2015-01-16 10:38:34 +08:00
Rajesh Taneja
fe4992854f
MDL-48831 behat: Fixed activity show hide for label
...
Labels are not links and have dimmed_text class
So updated find query for show/hide activity check
2015-01-16 10:38:34 +08:00
Vadim Dvorovenko
28d20df9ba
MDL-48779 MNet: multibyte substr in certificate generation
...
Using core_text::substr instead of substr for trimming certificate
data. Is needed for sites with long unicode sitename to prevent
breaking line between unicode pair.
2015-01-16 09:37:19 +07:00
Vadim Dvorovenko
f64828f23a
MDL-48798 Statistics: Adding lang string for user activity.
...
New lang string for 'Activity' (meaning count of user actions) in stats
reports to disambiguate it with 'Activity' (meaning course module).
AMOS BEGIN
CPY [activity,core],[useractivity,core]
AMOS END
2015-01-16 09:30:24 +07:00
Vadim Dvorovenko
2fbd261d45
MDL-42172 Authentification: Adding alternate names to "Lock user fields"
...
Adding alternate name fields (firstnamephonetic, lastnamephonetic,
middlename, alternatename) to "Lock user fields" for all
authentification plugins. This is needed to sync alternate name fields
with external data sources and to lock them for editing.
2015-01-16 09:23:51 +07:00
Eloy Lafuente (stronk7)
4f6c2d9f8b
MDL-48741 behat: add new moodle_list formatter (rerun compatible)
2015-01-16 03:13:58 +01:00
Anthony Borrow
560237b4b3
MDL-20053 mod_data: Add userpicture tag to show profile pictures
2015-01-16 09:57:36 +08:00
Henning Bostelmann
52b0a55125
MDL-348 mod_quiz: Improved print layout
...
Implementing a more compact print layout
for question attempt and review pages.
2015-01-15 20:28:06 +00:00
Stephen Bourget
9e84423b79
MDL-38277 Lesson: Fix strings on activity report
2015-01-15 12:41:57 -05:00
David Mudrák
edb13e3c2d
MDL-48493 admin: Move the acknowledgement to the plugin validation page
...
Previously, the acknowledgement was required only when installing
plugins from the ZIP file. It is valid when installing plugins from the
Plugins directory, too. So we display it at the validator page now to
make sure it is displayed in both cases.
There is no need to require the admin to check the acknowledgement box
now. We do not do that anywhere in admin UI (and there are more
dangerous operations than installing a plugin). Admins still can deploy
plugins manually without this tool anyway. And at the end, they are
admins. They should know what they are doing. Simply displaying the
acknowledgement message before they click the install button is enough.
2015-01-15 12:58:14 +01:00
David Mudrák
1f6a9391ef
MDL-48493 admin: Add icon to repeat permission check in plugin installer
2015-01-15 12:58:14 +01:00
David Mudrák
c192a33001
MDL-48493 admin: Do not require selected plugin type on installation
...
Now we allow the plugin type left unselected and we attempt to
auto-detect it. Only when the auto-detection fails, the admin has to
manually select the type of the plugin.
2015-01-15 12:58:14 +01:00
David Mudrák
bbf3cd4e93
MDL-48493 admin: Make plugin installer able to detect plugin component
...
On contrary to deeper heuristic (read: guessing) we perform in the
Plugins directory (such as looking at the names of the language files),
here we simply rely on the plugin component being correctly defined in
the version.php file.
The validator class has more robust processing, to make sure the
component declaration is not provided in a commented area of the
version.php etc. However, as it is fully acceptable that the
auto-detection fails if the version.php uses non-standard syntax, this
easier approach is valid here.
2015-01-15 12:58:14 +01:00
Tim Hunt
2e4e8d16c7
MDL-48829 quiz nav: add a data attr to buttons giving the page
...
This way, if you need to know which page each button goes to in
JavaScript, you can find out.
2015-01-15 10:20:55 +00:00
Tim Hunt
6403c8d39b
MDL-48477 questions: no delete icon for only top-level category
...
The back end code already threw an exception if you clicked the icon,
so you could not delete the category, but we should not have shown the
icon in the first place.
Thanks to Pramith Dayananda for working out the fix for this issue. I am
just committing it.
2015-01-15 10:20:47 +00:00
Michael Aherne
c3acc77965
MDL-48830 accesslib: Add sort field to query
2015-01-15 10:12:23 +00:00
Andrew Nicols
da0ef2e4cf
weekly release 2.9dev
2015-01-15 08:46:37 +00:00
Andrew Nicols
03ab756eb1
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2015-01-15 08:35:03 +00:00
Eloy Lafuente (stronk7)
cb2456c379
Merge branch 'MDL-41674' of git://github.com/mr-russ/moodle
2015-01-15 08:35:03 +00:00
Andrew Nicols
2a43613b73
Merge branch 'master_MDL-48418' of https://github.com/greg-or/moodle-mod_assign
2015-01-15 08:35:02 +00:00
Eloy Lafuente (stronk7)
778f0becee
Merge branch 'MDL-47761-master' of git://github.com/xow/moodle
2015-01-15 08:35:02 +00:00
Eloy Lafuente (stronk7)
ccb722b76c
Merge branch 'MDL-48574_workflow_state_updated_batch_single' of https://github.com/Dave-B/moodle
2015-01-15 08:35:01 +00:00
Eloy Lafuente (stronk7)
639910a75d
Merge branch 'MDL-41166-master' of git://github.com/danpoltawski/moodle
2015-01-15 08:35:01 +00:00
Eloy Lafuente (stronk7)
6f1c51b61a
Merge branch 'MDL-48753_master' of git://github.com/markn86/moodle
2015-01-15 08:35:00 +00:00
Dan Poltawski
63cc7cfc61
Merge branch 'MDL-48675' of git://github.com/jmvedrine/moodle
...
Conflicts:
mod/lesson/upgrade.txt
2015-01-15 08:34:58 +00:00
Dan Poltawski
02362f4414
Merge branch 'MDL-36824_m29' of https://github.com/sbourget/moodle
2015-01-15 08:33:29 +00:00
Dan Poltawski
594276893e
Merge branch 'MDL-39103-master' of git://github.com/xow/moodle
...
Conflicts:
mod/lesson/lib.php
2015-01-15 08:33:27 +00:00
Dan Poltawski
584e582bfc
Merge branch 'MDL-45784-master' of git://github.com/xow/moodle
2015-01-15 08:32:45 +00:00
Dan Poltawski
db387f25de
Merge branch 'MDL-47931' of git://github.com/jmvedrine/moodle
2015-01-15 08:32:44 +00:00
Dan Poltawski
1c0a4e23a2
Merge branch 'MDL-48474' of git://github.com/timhunt/moodle
2015-01-15 08:32:44 +00:00
Dan Poltawski
d55a433d6c
Merge branch 'MDL-48750_m29' of https://github.com/sbourget/moodle
2015-01-15 08:32:43 +00:00
Dan Poltawski
c81689fa75
Merge branch 'MDL-48729_legacy_log_error' of https://github.com/andyjdavis/moodle
2015-01-15 08:32:43 +00:00
Dan Poltawski
8c9390c5eb
Merge branch 'MDL-40326' of git://github.com/jmvedrine/moodle
2015-01-15 08:32:42 +00:00
Dan Poltawski
261b858985
Merge branch 'MDL-14730' of git://github.com/jmvedrine/moodle
2015-01-15 08:32:42 +00:00
Dan Poltawski
98c6b90358
Merge branch 'MDL-45848-master' of git://github.com/gurgus/moodle
2015-01-15 08:32:41 +00:00
Dan Poltawski
7bec688eaa
Merge branch 'MDL-48510-master' of git://github.com/ankitagarwal/moodle
2015-01-15 08:32:41 +00:00
Ankit Agarwal
c93e6c5c17
MDL-48510 inbound: use 0 expiration for private files handler
2015-01-15 08:32:40 +00:00
Ankit Agarwal
017de890cb
MDL-48510 inbound: Support disabling of expiration changes in UI
2015-01-15 08:32:40 +00:00
Ankit Agarwal
0a4ce3ffb4
MDL-48510 inbound: Use correct value of expiration
2015-01-15 08:32:39 +00:00
Andrew Nicols
2ae73817f4
Merge branch 'MDL-47232_master' of https://github.com/dmonllao/moodle
2015-01-15 08:32:38 +00:00
Andrew Nicols
26a1fbbd15
Merge branch 'MDL-43898-master' of git://github.com/danpoltawski/moodle
2015-01-15 08:32:38 +00:00
Eloy Lafuente (stronk7)
5d98ba68f5
MDL-35155 database: better sql_substr() impl. for mssql/sqlsrv + unit tests
...
MSSQL's substring() implementation is somehow silly/strict and unable to
perform implicit casts to integer both for the start and length parameters.
This hits Moodle badly because of another problems (MDL-23997) we decided
to cast to string all bound placeholders long ago.
So this commit just enforces the cast of the start and length parameters to
integer. And includes unit tests for using placeholders on all positions in
the sql_substr() method.
2015-01-15 08:32:38 +00:00
Eloy Lafuente (stronk7)
933c8f6a25
Merge branch 'MDL-35155-master' of git://github.com/danpoltawski/moodle
2015-01-15 08:32:37 +00:00
Dan Poltawski
6aa08f9442
Merge branch 'MDL-31774' of git://github.com/jmvedrine/moodle
2015-01-15 08:32:35 +00:00
Dan Poltawski
3eda28e937
Merge branch 'MDL-47935-master' of git://github.com/gurgus/moodle
2015-01-15 08:32:34 +00:00
Marina Glancy
93df807601
MDL-48847 groups: fixed incorrect user count
2015-01-15 11:12:45 +08:00
Dan Poltawski
947ab40bf2
MDL-46976 user: trim whitespace from input email address
...
Don't complain about invalid email address, we are a computer, we
love the jobs users hate.
ref: https://www.youtube.com/watch?v=5tquSbZEP-g
2015-01-14 17:13:15 +00:00
AMOS bot
8dbde91398
Automatically generated installer lang files
2015-01-15 00:04:00 +08:00
Patrik Granlöv
06844353e5
MDL-35486 outputlib: Fix typos in comments
...
Just a copy-past text error in two comments.
2015-01-14 10:53:25 +00:00
Dave Cooper
93023ceef4
MDL-45848 grading: Added ability to unset grades with advanced grading
...
Thanks to Mohamed Alsharaf for assistance on this patch
2015-01-13 09:19:11 +08:00
AMOS bot
9fd5e3ee70
Automatically generated installer lang files
2015-01-13 00:03:57 +08:00
Stephen Bourget
002da93948
MDL-48813 Lesson: Removed unused GROUPMEMBERSONLY
2015-01-12 10:49:41 -05:00
Dan Poltawski
b79dca85b7
Merge branch 'MDL-44907-master' of git://github.com/FMCorz/moodle
2015-01-12 11:28:12 +00:00
Marina Glancy
698aa47e40
MDL-48794 report_log: make sure y-axis gridlines in graphs are integers
2015-01-12 16:16:14 +08:00
Andrew Nicols
4c1a27c209
Merge branch 'MDL-46671-29' of https://github.com/pjking07/moodle
2015-01-12 13:56:19 +08:00
Sam Hemelryk
d237385e8a
MDL-48753 badges: converted func to named params
...
Converted the SQL params within badges_get_user_badges to
named params.
Unit tests added for this function at the same time.
UI covered by behat already.
2015-01-11 20:08:39 -08:00
Andrew Nicols
99334f6a56
Merge branch 'MDL-38142-master' of git://github.com/FMCorz/moodle
2015-01-12 11:55:34 +08:00
Andrew Nicols
db5a9ca117
Merge branch 'MDL-47692_master' of git://github.com/markn86/moodle
2015-01-12 10:05:39 +08:00
Gregory Faller
b351e4460a
MDL-48418 mod/assign: Fix text in 'late submission' row
2015-01-12 09:00:44 +10:30
Russell Smith
92996836d0
MDL-41674 backup: Use a trie for grouped path detection.
2015-01-11 12:54:32 +11:00
Stephen Bourget
8eef88589a
MDL-48750 Lesson: Behat test for lesson attempt info
...
behat test provided by Jean-Michel Vedrine
2015-01-10 17:13:17 -05:00
Jean-Michel Vedrine
91d9008108
MDL-40326 mod_lesson: progress bar is not reset by course reset
2015-01-10 18:54:54 +01:00
Jean-Michel Vedrine
a30e935aa7
MDL-31774 mod_lesson: Wrong jumps in lessons with mutiple clusters
2015-01-10 18:30:06 +01:00
AMOS bot
fec1470761
Automatically generated installer lang files
2015-01-11 00:04:03 +08:00
Stephen Bourget
ca3327133b
MDL-36824 Lesson: Media File should be displayed as a block
2015-01-09 18:15:27 -05:00
David Balch
73f419ea43
MDL-48574 assign: Test workflow_state_updated fired on batch and single.
2015-01-09 15:18:05 +00:00
Stephen Bourget
c1500a8270
MDL-48750 Lesson: Fix attempt info displayed by course overview block
2015-01-09 09:10:11 -05:00
Jean-Michel Vedrine
5ca2e765fa
MDL-14730 mod_lesson: allow linking to pages inside a lesson
2015-01-09 11:33:35 +01:00
Dave Cooper
369a63ac1c
MDL-47935 Atto: Moved atto notification message position
2015-01-09 15:53:19 +08:00
Frederic Massart
6b5d34b18d
MDL-38142 mod_forum: Allow viewing of student posts in hidden courses
2015-01-09 11:34:24 +08:00
Andrew Nicols
455c8cdee6
MDL-47166 atto_indent: Swap Outdent and Indent
2015-01-09 09:21:13 +08:00
Jean-Michel Vedrine
0fe6a900ac
MDL-47931 mod_lesson: remove the useless grade_item_delete function
2015-01-08 21:28:28 +01:00
Jean-Michel Vedrine
2d586d1d85
MDL-48675 mod_lesson: behat tests for pages edition
2015-01-08 20:59:59 +01:00
Jean-Michel Vedrine
a748983aa2
MDL-48675 mod_lesson: Error displayed while editing content page jumps
...
This change also fix MDL-32343 and MDL-31778 related to problems
when editing cluster pages.
2015-01-08 20:58:15 +01:00
Tim Hunt
da6f1f586d
MDL-48474 qtype_shortanswer: answers were not being trimmed.
...
This fix is based on Oleg Sychev's suggestion. Thanks.
2015-01-08 17:41:51 +00:00
AMOS bot
cd593a75de
Automatically generated installer lang files
2015-01-09 00:04:05 +08:00
Dan Poltawski
edbcfbd61f
weekly release 2.9dev
2015-01-08 10:00:19 +00:00
Dan Poltawski
0aee99439a
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2015-01-08 10:00:17 +00:00
David Monllao
8666706bf3
MDL-47232 completion: Adding completion upgrade.txt
2015-01-08 15:41:02 +08:00
Ray Morris
2cc8d5624a
MDL-47232 completion: Completed and failed activities count as completed
2015-01-08 15:30:54 +08:00
Frederic Massart
1920eebcaa
MDL-44907 admin: Better styling of admin settings validation errors
2015-01-08 14:14:38 +08:00
John Okely
43fd794963
MDL-45784 lesson: Remove preview link for students viewing lesson
...
Credit to Pete Jones for the fix.
2015-01-08 13:26:53 +08:00
Eloy Lafuente (stronk7)
2e02eab234
Merge branch 'MDL-43242-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
lib/upgrade.txt
2015-01-08 01:30:53 +01:00
Andrew Nicols
7d0d3b369d
MDL-43242 ajax: Final deprecation of core JS functions
2015-01-08 08:28:37 +08:00
Eloy Lafuente (stronk7)
d5fddbd333
Merge branch 'MDL-37584-master' of git://github.com/ankitagarwal/moodle
2015-01-08 00:45:09 +01:00
Eloy Lafuente (stronk7)
6775497181
Merge branch '37680-29' of git://github.com/samhemelryk/moodle
2015-01-08 00:40:00 +01:00
Zachary Durber
5329d84f0b
MDL-48546 filters: Split on all tags for multimedia filter check.
2015-01-07 17:34:28 +01:00
Eloy Lafuente (stronk7)
ae3663a082
Merge branch 'MDL-48748-master-enfix' of git://github.com/mudrd8mz/moodle
2015-01-07 17:15:52 +01:00
Charles Fulton
671d105e9f
MDL-48765 enrol: do not use a non-breaking space as a separator
2015-01-07 08:12:41 -08:00
AMOS bot
341deab37b
Automatically generated installer lang files
2015-01-08 00:03:57 +08:00
David Balch
5bd9cdec1d
MDL-48574 assign: Fire workflow_state_updated event on batch and single.
...
This change adds the workflow_state_updated event when changing workflow
state using the single grading page and the quick grading mechanisms.
Previously, it only fired for batch updates using
process_set_batch_marking_workflow_state().
2015-01-07 13:57:03 +00:00
Andrew Davis
7df0d6a78b
MDL-48729 logs: prevent fatal error is legacy log data retrieval fails
2015-01-07 09:59:53 +01:00
David Monllao
668eb57895
Merge branch 'MDL-48688-master' of git://github.com/ankitagarwal/moodle
2015-01-07 13:43:54 +08:00
Ankit Agarwal
2ed7ca68d8
MDL-48688: inbound: remove spaces from exception
2015-01-07 11:12:21 +05:30
David Monllao
f9f1cbbd7f
Merge branch 'MDL-46498_master-fix' of git://github.com/markn86/moodle
2015-01-07 13:29:05 +08:00
Mark Nelson
3f94c97a99
MDL-46498 mod_assign: fixed failing behat test due to GS
2015-01-06 20:48:35 -08:00
Zachary Durber
75cb0ffffe
MDL-48546 filters: ReDoS protection for multimedia links.
2015-01-07 12:27:51 +08:00
Andrew Nicols
ac667aa0b7
Merge branch 'MDL-45930-master' of git://github.com/danpoltawski/moodle
2015-01-07 12:05:01 +08:00
Andrew Nicols
ac38af7f3f
Merge branch 'wip_MDL-48665_m29_pwrot' of https://github.com/skodak/moodle
2015-01-07 11:07:22 +08:00
Andrew Nicols
0d3e8ed4f6
Merge branch 'MDL-48080_master' of https://github.com/crazyserver/moodle
2015-01-07 10:52:04 +08:00
Andrew Nicols
9a99c21caf
Merge branch 'master_MDL-48428' of https://github.com/greg-or/moodle-mod_assign
2015-01-07 10:23:57 +08:00
David Monllao
b301753ba9
Merge branch 'MDL-48549_master' of git://github.com/markn86/moodle
2015-01-07 09:37:35 +08:00
David Monllao
3d10161c03
Merge branch 'wip-MDL-48523-master' of git://github.com/abgreeve/moodle
2015-01-07 09:22:48 +08:00
Eloy Lafuente (stronk7)
a158a85668
Merge branch 'MDL-32088-master' of git://github.com/danpoltawski/moodle
2015-01-07 02:11:41 +01:00
David Monllao
fcec67db13
Merge branch 'MDL-48697-master' of git://github.com/ankitagarwal/moodle
2015-01-07 09:05:51 +08:00
David Monllao
ccc1782b69
Merge branch 'MDL-48688-master' of git://github.com/ankitagarwal/moodle
2015-01-07 08:47:37 +08:00
Helen Foster
b7853012b8
MDL-48748 lang: Merge English strings from the en_fix language pack
2015-01-06 21:53:17 +01:00
Jean-Michel Vedrine
b9c86823c7
MDL-48034 mod_lesson: grade capability missing RISK_XSS
2015-01-06 12:50:40 +00:00
Dan Poltawski
35aff62bf7
Merge branch 'MDL-44393-master' of git://github.com/ankitagarwal/moodle
2015-01-06 12:21:01 +00:00
Dan Poltawski
9157b842c4
Merge branch 'MDL-46015' of git://github.com/jmvedrine/moodle
2015-01-06 11:57:58 +00:00
Dan Poltawski
0aa2c4e9c2
Merge branch 'm28_MDL-46814' of https://github.com/totara/moodle
2015-01-06 11:45:23 +00:00
Dan Poltawski
ada0fc253c
Merge branch 'MDL-47070' of git://github.com/jmvedrine/moodle
2015-01-06 11:26:41 +00:00
Dan Poltawski
fba50fc273
Merge branch 'MDL-48372-master' of git://github.com/ankitagarwal/moodle
2015-01-06 11:22:45 +00:00
Dan Poltawski
b7f92c3845
Merge branch 'MDL-48442-master' of git://github.com/ankitagarwal/moodle
2015-01-06 11:19:20 +00:00
Dan Poltawski
ccd8992b29
Merge branch 'MDL-48534_master' of https://github.com/markn86/moodle
2015-01-06 11:11:42 +00:00
Dan Poltawski
50808a9a32
Merge branch 'MDL-48655-master' of git://github.com/merrill-oakland/moodle
2015-01-06 11:09:41 +00:00
Simey Lameze
fb60e23a67
MDL-47964 auth_shibboleth: Fix DOS on the shibboleth logout
2015-01-06 10:59:30 +00:00
Andrew Nicols
7f9db4747c
Merge branch 'MDL-48640-duplicated-code' of https://github.com/rougeth/moodle
2015-01-06 15:51:12 +08:00
John Okely
02ff22e925
MDL-39103 lesson: Fix lesson administration block
...
Credit to Joseph Rézeau for the fix
2015-01-06 14:51:53 +08:00
David Monllao
0953e38792
Merge branch 'MDL-38222' of git://github.com/jmvedrine/moodle
2015-01-06 12:27:04 +08:00
Andrew Nicols
388b49d5f6
Merge branch 'MDL-48701-master' of git://github.com/ankitagarwal/moodle
2015-01-06 12:04:59 +08:00
Andrew Nicols
a7a50c2cee
Merge branch 'MDL-48704-master' of git://github.com/ankitagarwal/moodle
2015-01-06 11:58:29 +08:00
Andrew Nicols
19e819bad4
Merge branch 'MDL-48707' of git://github.com/jmvedrine/moodle
2015-01-06 11:49:57 +08:00
Andrew Nicols
436d1a1787
Merge branch '28067-29' of git://github.com/samhemelryk/moodle
2015-01-06 10:52:31 +08:00
Andrew Nicols
fefd49f70e
MDL-20304 lesson: Uncomment tests following MDL-48631
2015-01-06 10:37:17 +08:00
Andrew Nicols
fc8925206e
Merge branch 'MDL-20304-master' of git://github.com/danpoltawski/moodle
2015-01-06 10:37:10 +08:00
David Monllao
5b97de39f1
Merge branch 'MDL-35078-master' of git://github.com/danpoltawski/moodle
2015-01-06 10:35:04 +08:00
John Okely
cf6d62fc3f
MDL-47761 enrol: Show more detail for self-enrolment errors
...
Thanks to Mirko Otto for the solution
2015-01-06 10:19:18 +08:00
David Monllao
e653b9a469
Merge branch 'MDL-48631' of git://github.com/jmvedrine/moodle
2015-01-06 09:08:14 +08:00
Dan Poltawski
44c3131c08
Merge branch 'MDL-48441_profile_guest' of https://github.com/andyjdavis/moodle
2015-01-05 18:30:24 +00:00
Dan Poltawski
4aef356fd2
Merge branch 'MDL-46498_master' of https://github.com/markn86/moodle
2015-01-05 17:47:52 +00:00
Andrew Nicols
f06fc2b5c4
MDL-48104 mod_assign: Strip out use of eval() for string parsing
...
I've also replaced other occurrences of M.str with the correct use of
M.util.get_string() instead.
2015-01-05 17:20:41 +00:00
Dan Poltawski
a2c5d58e93
Merge branch 'MDL-43679-master' of git://github.com/FMCorz/moodle
2015-01-05 15:49:23 +00:00
Simey Lameze
76aea854f6
MDL-48017 core_calendar: add context validation to get_calendar_events
2015-01-05 14:17:09 +00:00
Andrew Nicols
c84888c1cc
MDL-48106 mod_glossary: Add missing sesskey checks
2015-01-05 13:37:54 +00:00
David Monllao
436bbf8975
MDL-48329 core_message: Checking that messaging system is enabled
2015-01-05 13:14:01 +00:00
Simey Lameze
82356399b9
MDL-48368 course: Add warning message to pending courses page
2015-01-05 12:58:33 +00:00
Simey Lameze
52ecd1de0a
MDL-48368 course: fix xss on course request pending page
2015-01-05 12:58:33 +00:00
Jetha Chan
da4c33f510
MDL-47920 mod_lti: add capability checks, http headers
2015-01-05 12:48:09 +00:00
Andrew Nicols
e2b9458a7e
Merge branch 'MDL-42519' of git://github.com/timhunt/moodle
2015-01-05 16:17:29 +08:00
Andrew Nicols
1f8cc2ed90
Merge branch 'MDL-48582-master' of git://github.com/merrill-oakland/moodle
2015-01-05 15:26:43 +08:00
Andrew Nicols
dd1adc419f
Merge branch 'MDL-48644_restoreLegacyLogs' of https://github.com/moodlerooms/moodle
2015-01-05 14:30:56 +08:00
Andrew Nicols
ba5b6abe0e
Merge branch 'MDL-48700-master' of git://github.com/merrill-oakland/moodle
2015-01-05 13:30:55 +08:00
Andrew Nicols
1abcc93e0b
Merge branch 'MDL-43198-master' of git://github.com/danpoltawski/moodle
2015-01-05 13:22:09 +08:00
Mark Nelson
7f8b554644
MDL-47692 mod_quiz: added additional question_manually_graded trigger
2015-01-04 21:04:03 -08:00
Andrew Nicols
0a149cf019
Merge branch 'MDL-46183-master' of git://github.com/FMCorz/moodle
2015-01-05 11:56:26 +08:00
Aaron Barnes
1151210154
MDL-40097 completion: Apply robust role detection to samesite restores.
2015-01-05 10:30:01 +08:00
Adrian Greeve
a43f43e2fa
MDL-40097 completion: Update of code to meet guidlines.
2015-01-05 10:14:03 +08:00
Aaron Barnes
129e786cf4
MDL-40097 completion: Make restoring grade criteria more robust
2015-01-05 10:14:03 +08:00
Russell Smith
1d293ca409
MDL-43421 logging: Ignore race condition in access update.
2015-01-03 20:40:12 +11:00
PJ King
c8c746c440
MDL-46671 availability: DEBUG when course_module does not exist.
...
There was a fatal error when calendar event linked to non-extant activities.
Now, instead of throwing an exception when a course_module does not exist, is_user_visible() will print a debug statement.
2015-01-02 10:34:16 -05:00
Ankit Agarwal
4047cd751f
MDL-48442 tasks: Make sure first run is as per schedule
2015-01-02 14:53:50 +05:30
Ankit Agarwal
3726a0c3fc
MDL-44393 tasks: Add unit tests for cron field validations
2015-01-02 11:02:16 +05:30
Ankit Agarwal
c241edb5cf
MDL-44393 tasks: Validate cron fields
2015-01-02 10:54:59 +05:30
Ankit Agarwal
c21c92f11f
MDL-48372 mod_data: Add http to urls without it during import
2015-01-02 10:37:32 +05:30
Frederic Massart
d2fdad7c6c
MDL-43679 core: Handle Meridio user agents with MS Word
2015-01-02 11:22:47 +08:00
Frederic Massart
f63dec4bb2
MDL-43679 core: Never use HTTP redirect when the user agent is MS Word
2015-01-02 10:54:52 +08:00
Paul Nicholls
21ece8eebc
MDL-43679 core_useragent: add test cases for MS Word
...
The new is_msword() check should always return false for regular browsers.
It should return true for known MS Word, but false for known MS Outlook.
2015-01-02 10:54:52 +08:00
Paul Nicholls
ff0e78e672
MDL-43679 core_useragent: add basic MS Word detection
...
Basic detection for MS Word's internal link checker. This is not perfect,
as older versions use IE6/7 user agent string with no identifying marks,
and newer versions don't necessarily identify themselves as Word (just as
Office). Version information is not reliably available, even when there
is sufficient other information to identify it as Word's link checker.
This is also based on a small sample of Word / OS version pairings, so
there may be some which are identifiable but not currently covered.
2015-01-02 10:54:52 +08:00
Jean-Michel Vedrine
b5914b61da
MDL-47070 mod_lesson: useless db query that should be deleted
2015-01-01 22:07:59 +01:00
Dan Poltawski
9581dff081
MDL-35155 dml: add unit test which exposes substr problem
...
Previously, when using parameters, substring broke on mssql.
2014-12-31 15:17:16 +00:00
Simon Coggins
e53364b62f
MDL-35155: Fix MSSQL bug in sql_substr()
2014-12-31 15:14:58 +00:00
Lloyd Powell
ed9b45ecf1
MDL-43898 lesson: Fix for positioning of blocks on continue.php
2014-12-31 09:09:05 +00:00
Ankit Agarwal
db2d7de954
MDL-37584 tasks: Use a senisible maximum time window for the task
2014-12-31 14:01:27 +05:30
Dan Poltawski
418bd23ffb
MDL-41166 assign: don't display portfolio button when no permissions
...
Thanks to Katja Krüger for the basis of the patch.
2014-12-30 16:46:53 +00:00
Dan Poltawski
41284e89f1
MDL-45930 filemanager: Don't display filesize when unknown
...
Thanks to Marina Glancy for the patch
2014-12-30 14:16:49 +00:00
Vishal Raheja
1e72465c17
MDL-32088 user: Correct the Moodle docs link
...
This patch links the moodle docs link to user profile Moodle doc when
the user sees the user profile for a particular course. The page is set
to course view type to load course specific blocks. So, we use
set_docs_path to change the Moodle docs link instead of changing the
pagetype.
2014-12-30 13:44:37 +00:00
Mark Nielsen
7cd112dfd5
MDL-48644 backup tool_log: Fixing coding style
...
Wrap long function definition
to next line.
2014-12-29 10:55:09 -08:00
Dan Poltawski
136e05a7ff
MDL-43198 folder: respect ignorefilesizelimits permission
...
Thanks to Miryan Salas for the patch.
2014-12-29 12:12:21 +00:00
Jean-Michel Vedrine
2e6b9f5c9b
MDL-48631 mod_lesson: tables 'grade' item have incorrect precision
2014-12-29 10:46:19 +01:00
Ankit Agarwal
5d78635e40
MDL-48704 inbound: Fix notices in pickup task
2014-12-29 14:38:07 +05:30
Eugene Venter
53339437cd
MDL-46015 lesson: Optimise report - use recordsets
...
Change-Id: I61f3ed30c6dbd8f88d1dfb1adfe2fc291853e0e1
2014-12-28 11:00:57 +01:00
AMOS bot
b9df89c008
Automatically generated installer lang files
2014-12-28 00:04:07 +08:00
Mark Nelson
5758de531c
MDL-48549 mod_assign: added upgrade to clean the tables
2014-12-26 19:01:36 -08:00
Mark Nelson
26ac0abc22
MDL-48549 mod_assign: delete entries from the flags/mapping tables
2014-12-26 18:53:14 -08:00
Mark Nelson
d4aa23d09e
MDL-46498 mod_assign: added behat tests
2014-12-26 17:48:06 -08:00
Jean-Michel Vedrine
a174a0ac23
MDL-48707 mod_lesson: ignore plugins question types during import
2014-12-26 08:28:36 +01:00
Jean-Michel Vedrine
0d4705c76a
MDL-38222 mod_lesson: Error in Lesson Cluster for Unseen Questions
2014-12-25 21:21:41 +01:00
Dan Poltawski
eb1dc9fab9
weekly release 2.9dev
2014-12-24 13:22:20 +00:00
Dan Poltawski
28849926c5
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2014-12-24 13:22:18 +00:00
Mark Nelson
bd3ee80716
MDL-46498 mod_assign: display correct grading status
2014-12-23 23:46:22 -08:00
Mark Nelson
c588fdac36
MDL-48534 mod_assign: display correct workflow state and marker
2014-12-23 22:37:25 -08:00
Ankit Agarwal
7d1e61c685
MDL-48701 inbound: Use correct method in invalid email handler
...
Invalid email handler doesn't allow alteration in validate sender config. Make sure this is reflected in the UI as well
2014-12-24 10:15:04 +05:30
Eric Merrill
8e63ce4e02
MDL-48700 gradereport_history: Don't limit downloads by pages.
2014-12-23 16:11:02 -05:00
Dan Poltawski
3f6d5ea621
MDL-20304 lesson: add behat test for practice lessons
2014-12-23 16:51:53 +00:00
Dan Poltawski
71de4c9e0b
Merge branch 'MDL-48213-master' of https://github.com/dthies/moodle
2014-12-23 16:13:25 +00:00
AMOS bot
e2eef9aff2
Automatically generated installer lang files
2014-12-24 00:04:13 +08:00
Eloy Lafuente (stronk7)
c0d8831ae7
MDL-45699 behat: Don't use behat/lib.php functions in core.
...
behat/lib.php script should not be usually included, neither any of its functions
used within mooodle code at all. It's for exclusive use of behat and
moodle setup.php. For places requiring a different/special behavior
needing to check if are being run as part of behat tests, use:
if (defined('BEHAT_SITE_RUNNING')) { ...
2014-12-23 12:29:44 +01:00
Marco Rougeth
d46dc7d7e0
MDL-48640 report_configchanges: Remove duplicated code
2014-12-23 09:07:43 -02:00
Dan Poltawski
cb878d027b
Revert "Merge branch 'MDL-48534_master' of https://github.com/markn86/moodle "
...
This reverts commit b8572fa904 , reversing
changes made to 172d7f16ce .
2014-12-23 10:46:39 +00:00
Dan Poltawski
ffd95d4420
Revert "Merge branch 'patch-1' of https://github.com/jrchamp/moodle "
...
This reverts commit d61ecfffe5 , reversing
changes made to e04cf8d83f .
2014-12-23 10:42:47 +00:00
Dan Poltawski
9835839186
Merge branch 'MDL-46124-master' of git://github.com/FMCorz/moodle
2014-12-23 10:20:44 +00:00
Dan Poltawski
d890b55de1
Merge branch 'MDL-42616-master-fixup' of https://github.com/FMCorz/moodle
2014-12-23 09:51:31 +00:00
Frederic Massart
7f63c934a2
MDL-46183 theme_more: Background is seen through the activity chooser
2014-12-23 17:15:49 +08:00
Ankit Agarwal
9802bd616e
MDL-48697 libraries: Use proper path for core_completion
2014-12-23 13:29:58 +05:30
Frederic Massart
ae46ca5fcc
MDL-42616 core: Adding tool_filetypes to the standard plugins list
2014-12-23 12:04:02 +08:00
Eloy Lafuente (stronk7)
093c161d46
Merge branch '45699-29' of git://github.com/samhemelryk/moodle
...
Conflicts:
cache/upgrade.txt
2014-12-23 02:01:36 +01:00
Eloy Lafuente (stronk7)
57bd925603
MDL-48568 cache: make tests aware of default application store
...
When an alternative cache configuration is used, aka:
define('TEST_CACHE_USING_ALT_CACHE_CONFIG_PATH', true);
$CFG->altcacheconfigpath = '/tmp/xxxxx.php';
the get_expected_application_cache_store() method was not able of
retroffiting the default application store being used.
This commit just implements that functionality so, when
executing unit tests using alternative configuration, assertions
looking for that will pass without a problem.
2014-12-23 01:34:35 +01:00
Eloy Lafuente (stronk7)
88abb346a3
Merge branch '48568-29' of git://github.com/samhemelryk/moodle
2014-12-23 01:34:12 +01:00
Eloy Lafuente (stronk7)
2323289e2e
Merge branch 'MDL-48593-master' of git://github.com/andrewnicols/moodle
2014-12-22 21:50:50 +01:00
Tim Hunt
46e4c35aa9
MDL-42519 qformat_xml: Correctly export questions containing ]]>
2014-12-22 19:46:23 +00:00
Eloy Lafuente (stronk7)
b44a858ff1
Merge branch 'MDL-48639' of git://github.com/timhunt/moodle
2014-12-22 19:09:43 +01:00
Dan Poltawski
a62de06e57
Merge branch 'MDL-40864-M29' of git://github.com/lazydaisy/moodle
2014-12-22 17:29:43 +00:00
Dan Poltawski
1de86bf5b9
Merge branch 'MDL-25979_master' of https://github.com/crazyserver/moodle
2014-12-22 17:27:08 +00:00
Dan Poltawski
38da9a45e8
Merge branch 'master-48421' of https://github.com/timpricecatalyst/moodle
2014-12-22 17:00:19 +00:00
Dan Poltawski
f957ec61ca
Merge branch 'MDL-43730-master' of git://github.com/ankitagarwal/moodle
2014-12-22 16:34:48 +00:00
Dan Poltawski
affdc3b7e6
MDL-48638 course: update unit test to new message
2014-12-22 16:23:04 +00:00
Dan Poltawski
427f70a8d3
Merge branch 'MDL-42166-master' of git://github.com/xow/moodle
2014-12-22 15:38:49 +00:00
Dan Poltawski
677172f722
Merge branch 'MDL-48638-master' of git://github.com/merrill-oakland/moodle
2014-12-22 15:25:25 +00:00
Dan Poltawski
ca9ef112c6
Merge branch 'MDL-48643-master' of git://github.com/merrill-oakland/moodle
2014-12-22 15:22:37 +00:00
Dan Poltawski
e51f99739d
MDL-43004 blog: fix upgrade.txt typo
2014-12-22 15:13:41 +00:00
Dan Poltawski
991d2e9633
Merge branch 'MDL-43004-master' of git://github.com/FMCorz/moodle
2014-12-22 15:09:53 +00:00
Dan Poltawski
7293a1aafd
MDL-44260 uplodate: move deprecated functions to deprecatedlib
2014-12-22 15:07:59 +00:00
Dan Poltawski
65a19504d7
Merge branch 'MDL-44260-master' of git://github.com/lameze/moodle
2014-12-22 14:57:30 +00:00
Dan Poltawski
7f384c8f92
Merge branch 'MDL-48062-master' of https://github.com/dthies/moodle
2014-12-22 14:36:46 +00:00
Dan Poltawski
b21575c753
Merge branch 'm29_MDL-48423' of https://github.com/totara/moodle
2014-12-22 14:15:09 +00:00
Dan Poltawski
1f2789ebf2
Merge branch 'MDL-48224-master' of git://github.com/xow/moodle
2014-12-22 14:04:05 +00:00
Dan Poltawski
2da35cd459
Merge branch 'MDL-48445-master' of https://github.com/jmarshall-netspot/moodle
2014-12-22 13:56:19 +00:00
Dan Poltawski
b8572fa904
Merge branch 'MDL-48534_master' of https://github.com/markn86/moodle
2014-12-22 13:52:36 +00:00
Dan Poltawski
172d7f16ce
Merge branch 'm29_MDL-48483' of https://github.com/totara/moodle
2014-12-22 13:43:51 +00:00
Dan Poltawski
e9db67b43a
Merge branch 'MDL-48580-master' of git://github.com/lameze/moodle
2014-12-22 13:41:11 +00:00
Dan Poltawski
d61ecfffe5
Merge branch 'patch-1' of https://github.com/jrchamp/moodle
2014-12-22 13:37:52 +00:00
Dan Poltawski
e04cf8d83f
MDL-48653 behat: fix incorrect phpdoc
2014-12-22 13:12:48 +00:00
Dan Poltawski
6a96178bc0
Merge branch 'MDL-48653' of git://github.com/timhunt/moodle
2014-12-22 13:10:44 +00:00
Dan Poltawski
0a6ac6e2d9
Merge branch 'MDL-48088-master' of git://github.com/jethac/moodle
2014-12-22 13:05:51 +00:00
Dan Poltawski
c67c00a6fe
Merge branch 'MDL-42616-master' of https://github.com/sammarshallou/moodle
2014-12-22 12:13:31 +00:00
Dan Poltawski
d29f655a99
Merge branch 'MDL-48666' of git://github.com/timhunt/moodle
2014-12-22 11:53:15 +00:00
Dan Poltawski
f9b7d0bfac
Merge branch 'MDL-48244' of git://github.com/jmvedrine/moodle
2014-12-22 11:16:41 +00:00
pau.ferrer-ocana
90e30644d5
MDL-48080 email: Do not send to .invalid addresses. It is an invalid TLD
2014-12-22 10:41:58 +01:00
pau.ferrer-ocana
f1c4e3d2ba
MDL-48080 email: Remove some old error_log calls
2014-12-22 10:41:57 +01:00
Pau Ferrer Ocaña
3256b358cb
MDL-25979 signup: Usability message for recaptcha label form
2014-12-22 10:40:17 +01:00
Andrew Davis
7120494ea1
MDL-48441 core_user: profile.php, view.php now handle guests the same
2014-12-22 09:26:59 +01:00
Ankit Agarwal
6deca428d2
MDL-48688 inbound: Fix incorrect class names
2014-12-22 13:37:48 +05:30
Adrian Greeve
fdc934a165
MDL-48523 gradebook: Fix for incorrect behat steps.
2014-12-22 15:00:18 +08:00
Eric Merrill
6f0776b6ff
MDL-48643 Javascript: Create modals hidden, then show, to prevent scroll
...
Modal dialogs need to be created with visible: false and then call
.show() on it to make it visible. This prevents the page from jumping to
the top.
2014-12-21 22:54:25 -05:00
Petr Skoda
30f6c4c023
MDL-48665 login: Fix detection of reused password
2014-12-21 18:22:24 +01:00
AMOS bot
e13a0147bc
Automatically generated installer lang files
2014-12-22 00:04:08 +08:00
Jean-Michel Vedrine
25345cb4cd
MDL-48244 Lesson: add custom end of lesson reached completion rule
2014-12-21 16:23:49 +01:00
AMOS bot
1a58acd075
Automatically generated installer lang files
2014-12-21 00:04:00 +08:00
AMOS bot
6bb673bb68
Automatically generated installer lang files
2014-12-20 00:04:12 +08:00
sam marshall
d3fd2be7aa
MDL-42616 filelib: New user interface to edit and add file types (2/2)
...
New admin tool tool_filetypes which uses the new API to add and
modify file type definitions.
2014-12-19 14:49:01 +00:00
sam marshall
91fed57a4e
MDL-42616 filelib: Use config value for custom MIME types (1/2)
...
Uses a new optional config variable to define custom MIME types
in JSON format. Includes new API for accessing and modifying
this data.
2014-12-19 14:48:59 +00:00
Tim Hunt
fe03b762c9
MDL-48666 quiz: let JS to get a Qs slot number on the summary page
2014-12-19 14:39:15 +00:00
Tim Hunt
16282275d1
MDL-48639 behat upload: support absolute paths & better errors
...
In a custom step I needed to be able to upload a file I had previously
saved to $CFG->dataroot/temp, but that was not possible.
Also, the failure was not at all obvious. I have made it throw a clear
exception if the file you are trying to upload does not exist.
2014-12-19 11:58:59 +00:00
Brian Barnes
649243260d
MDL-48483 admin: attached color label to input control
2014-12-19 14:26:18 +13:00
Mary Evans
c58891f14d
MDL-40864 theme: Tidy up Bootstrapbase / Clean / More home links.
2014-12-19 01:12:06 +00:00
Daniel Thies
eb8b2425a6
MDL-48062 atto_image: Add image select on single click
2014-12-18 18:26:28 -06:00
Daniel Thies
ece1e519f6
MDL-48213 filter_algebra,filter_tex: Require sesskey for debug actions
2014-12-18 16:30:52 -06:00
Tim Price
6eb3da841d
MDL-48421 navigation: accounting for potential regression
2014-12-19 09:19:38 +11:00
Tim Price
85e59ac2f3
MDL-48421 navigation: correctly load child categories if parent is loaded
2014-12-19 09:19:38 +11:00
Eric Merrill
fdeda649e2
MDL-48655 gradebook: Don't treat a scale with a gradepass of 0 as passed
2014-12-18 16:17:52 -05:00
Mark Nielsen
362bc07063
MDL-48644 backup: Preserve log IP and time during restore
2014-12-18 11:30:28 -08:00
Tim Hunt
20dd5a7a7a
MDL-48653 behat: Steps to click and dismiss a dialogue.
...
We already had the corresponding
I click on "Home" "link" confirming the dialogue
but I needed the opposite
I click on "Home" "link" dismissing the dialogue
2014-12-18 19:29:29 +00:00
Eric Merrill
c45c1b560f
MDL-48582 gradereport_grader: Adding back grade pass/fail CSS
2014-12-18 14:12:48 -05:00
Eric Merrill
3f0023b995
MDL-48638 database SQL: Fix typo in exception constructor
2014-12-18 13:31:36 -05:00
jrchamp
efa2b9b35c
MDL-48591 calendar: Mini Cal Display DST Events
2014-12-18 09:32:46 -05:00
Dan Poltawski
981f06fad5
weekly release 2.9dev
2014-12-18 11:24:59 +00:00
Dan Poltawski
6708b369d1
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2014-12-18 11:24:57 +00:00
Andrew Nicols
dc59c6b68e
Merge branch 'MDL-43902-master-fixup' of https://github.com/FMCorz/moodle
2014-12-18 14:45:30 +08:00
Frederic Massart
5c5721285f
MDL-43902 cohort: Fix behat failure because attribute does not exist
2014-12-18 14:34:59 +08:00
Andrew Nicols
2da076e6bc
Merge branch 'MDL-45324_master' of https://github.com/markn86/moodle
2014-12-18 14:07:46 +08:00
David Monllao
2d7b234362
Merge branch 'MDL-48235-master-fixes' of git://github.com/xow/moodle
2014-12-18 12:35:55 +08:00
Zachary Durber
a68b8d8d16
MDL-47442 mod_assign: Notify student when quick-grading grade
2014-12-18 12:10:01 +08:00
Andrew Nicols
0e61dba339
MDL-38663 login: Remove login info from forgot password page
...
Since this is checked in several locations, I have introduced a new
protected function to check whether the current page is a login page.
This could potentially be exposed as a public function, but Sam's original
comment suggests that this is undesirable.
2014-12-18 11:58:26 +08:00
Marina Glancy
244ee80e80
MDL-48452 Completion: js correction to behat test
2014-12-18 11:26:44 +08:00
John Okely
3a5581c1ad
MDL-48235 mod_assign: Fix grade of 0 not showing on feedback page in oracle
2014-12-18 10:23:03 +08:00
Brian Barnes
d592ccd7a6
MDL-46814 calendar: Export calendar uses moodle forms
2014-12-18 12:59:27 +13:00
Brian Barnes
18d0acf8ca
MDL-48423 messages: improved accessibility of contacts list
2014-12-18 10:56:19 +13:00
Ankit Agarwal
c905907bdd
MDL-43730 mod_book: Automate MDLQA-2426
...
Behat feature to make sure show/hide feature for book chapter works as expected
2014-12-17 22:29:04 +05:30
Ankit Agarwal
22255d8c78
MDL-43730 mod_book: Make chapter action links accessible
2014-12-17 22:28:05 +05:30
Dan Poltawski
9bb712a047
MDL-20304 lesson: do not display gradebook link when in practice mode
...
Practice mode means the grades do not go to the gradebook, so do not
display the gradebook link at the end of the lesson
2014-12-17 15:58:31 +00:00
Atanas Atanasov
33ce9e581a
MDL-20304 lesson: do not send practice lesson grades to gradebook
2014-12-17 14:17:50 +00:00
Wiktor Wandachowicz
900a559a3c
MDL-35078 enrol: allow times to be chose on bulk enrolment forms
...
Previously only a date was available, which made it ambigious whether
the the enrolment was inclusive of the date. Now we use a time to make
it less ambigious.
This matches changes done in other forms in MDL-41173.
2014-12-17 12:01:45 +00:00
Dan Poltawski
344b4b9846
Merge branch 'MDL-44829_MOODLE_MASTER' of git://github.com/BenKelada/moodle
2014-12-17 10:11:40 +00:00
Frederic Massart
077b347d6d
MDL-43004 blog: Deprecation of parameter $action in add_association/s()
2014-12-17 17:30:45 +08:00
Eloy Lafuente (stronk7)
b033a93682
Merge branch 'MDL-46122-master' of git://github.com/FMCorz/moodle
2014-12-17 10:12:34 +01:00
Mark Nelson
acb525551f
MDL-48534 mod_assign: display correct workflow state and marker
2014-12-17 00:06:49 -08:00
Mark Nelson
8dc1f5ff71
MDL-45324 mod_assign: always notify students when requested
2014-12-16 23:41:00 -08:00
Simey Lameze
6dd7175a20
MDL-44260 core_deprecated: final deprecation of clam related methods
2014-12-17 15:10:33 +08:00
Simey Lameze
1e23ff2122
MDL-44260 core_file: final deprecation of upload_manager class and clam functions
2014-12-17 15:10:13 +08:00
BKelada
8ce30abf5b
MDL-44829 libraries: Update android user agent detection
2014-12-17 16:10:24 +11:00
Gregory Faller
24937b2c1e
MDL-48428 mod/assign: Allow Grant extension option in offline assignment
2014-12-17 14:26:25 +10:30
David Monllao
ceb7769a29
Merge branch 'MDL-48243_master' of git://github.com/lazydaisy/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-12-17 11:48:42 +08:00
Frederic Massart
c9bd4e41eb
MDL-46122 libraries: Final deprecation of file lib/pluginlib.php
2014-12-17 09:37:11 +08:00
Andrew Nicols
35df3d5373
MDL-48593 messageinbound: Correct header retrieval from IMAP server
...
Header retrieval should only be performed on the base message, and not each
part of the message as is currently performed.
This came to light because Google changed their IMAP server such that, if
you inform the data query that you wish to retrieve the headerText for a
part which does not contain a MIME header, then no message is retrieved in
the search causing a general failure of the IMAP fetch.
In normal circumstances, headers should only be a part of the base message
part.
2014-12-17 09:34:56 +08:00
David Monllao
a646812d1b
MDL-48482 core_admin: version change to add new lang strings
2014-12-17 08:54:46 +08:00
David Monllao
92f5468179
Merge branch 'm29_MDL-48482' of git://github.com/totara/moodle
2014-12-17 08:52:58 +08:00
Brian Barnes
60b57b6189
MDL-48482 core_admin: Added additional label for durations
2014-12-17 08:54:55 +13:00
Dan Poltawski
861265b43a
Merge branch 'MDL-43462_landscape_pdf' of git://github.com/davosmith/moodle
2014-12-16 19:20:22 +00:00
Dan Poltawski
d23bf1f5b8
Merge branch 'MDL-42501-master' of git://github.com/lameze/moodle
2014-12-16 19:17:57 +00:00
Dan Poltawski
f5360dd16b
Merge branch 'MDL-43902-master' of git://github.com/FMCorz/moodle
2014-12-16 18:52:40 +00:00
Dan Poltawski
4b0c38daee
Merge branch '38663-29' of git://github.com/samhemelryk/moodle
2014-12-16 18:45:33 +00:00
Eloy Lafuente (stronk7)
ccad9ddee6
Merge branch 'MDL-48452-master' of https://github.com/sammarshallou/moodle
2014-12-16 19:21:40 +01:00
sam marshall
af729c3f5e
MDL-48452 Completion: Expected date doesn't save when form is locked
...
The completion fields are locked when a user has already completed the
task, to prevent you accidentally causing it to recalculate the data.
This lock doesn't apply to the expected date field, as this doesn't
affect user completion. However, changes to the field in this
situation were incorrectly not saved.
2014-12-16 17:31:00 +00:00
Dan Poltawski
aaca4e3eff
Merge branch 'MDL-48587-master' of git://github.com/xow/moodle
2014-12-16 17:05:03 +00:00
Eloy Lafuente (stronk7)
8b25d8d70c
Merge branch '34041-29' of git://github.com/samhemelryk/moodle
2014-12-16 16:35:47 +01:00
Eloy Lafuente (stronk7)
cccab73451
Merge branch 'm29_MDL-48532' of https://github.com/totara/moodle
2014-12-16 15:47:06 +01:00
Dan Poltawski
b721d502e4
Merge branch 'MDL-46442-master' of git://github.com/zbdd/moodle
2014-12-16 13:52:52 +00:00
Dan Poltawski
c236f820e1
Merge branch 'MDL-47610-master' of git://github.com/zbdd/moodle
2014-12-16 12:59:45 +00:00
Dan Poltawski
eb7ab07ef8
Merge branch 'MDL-44985-master' of git://github.com/ankitagarwal/moodle
2014-12-16 12:44:22 +00:00
Eloy Lafuente (stronk7)
3bd434cd49
Merge branch 'MDL-34550-master' of git://github.com/ankitagarwal/moodle
2014-12-16 13:35:52 +01:00
Dan Poltawski
4c4507d6dc
Merge branch 'MDL-42862-master' of git://github.com/ankitagarwal/moodle
2014-12-16 12:22:37 +00:00
Dan Poltawski
d3a1c13ed8
Merge branch 'MDL-46651-master-restore-course-completion-duplicate-key' of https://github.com/Trii/moodle
2014-12-16 11:58:53 +00:00
Dan Poltawski
52a7001bc2
Merge branch 'MDL-44088-master' of git://github.com/andrewnicols/moodle
2014-12-16 11:20:29 +00:00
Dan Poltawski
a3cc7bd8ce
Merge branch 'MDL-44918-master' of git://github.com/FMCorz/moodle
2014-12-16 11:20:04 +00:00
Dan Poltawski
157e267fdd
MDL-45295 blocks: added a bit more info to upgrade.txt
2014-12-16 10:49:53 +00:00
Dan Poltawski
a2c3649ecd
Merge branch 'MDL-45295-master' of git://github.com/FMCorz/moodle
2014-12-16 10:48:33 +00:00
Dan Poltawski
524cbf743a
Merge branch 'm28_MDL-45955a' of https://github.com/totara/moodle
2014-12-16 10:44:16 +00:00
Eloy Lafuente (stronk7)
2da9d573c3
Merge branch 'MDL-47694-master' of git://github.com/zbdd/moodle
2014-12-16 11:18:08 +01:00
Frederic Massart
38a73bf4ae
MDL-48495 curl: Limit usage of curl to HTTP and HTTPS protocols
2014-12-16 10:08:33 +00:00
John Okely
e6904efc52
MDL-42166 repositories: Finalise deprecation of repository sync methods
2014-12-16 15:57:50 +08:00
David Monllao
a87494c46f
Merge branch 'MDL-48539_master' of git://github.com/StudiUM/moodle
2014-12-16 15:01:31 +08:00
Zachary Durber
a4b10a5244
MDL-46442 mod_assign: Notify users when grades are changed
2014-12-16 14:49:52 +08:00
David Monllao
32759f7f7e
Merge branch 'MDL-48547-master' of git://github.com/danpoltawski/moodle
2014-12-16 14:14:24 +08:00
David Monllao
ffb83efb31
Merge branch 'm29_MDL-48567' of git://github.com/totara/moodle
2014-12-16 13:33:54 +08:00
Brian Barnes
7eac77a51e
MDL-48286 core_files: Improved accessibility of file management
2014-12-16 13:27:36 +08:00
Simey Lameze
64a5ede261
MDL-48580 report_log: fix site errors dropdown
...
Thanks Renaat Debleu for pointing this bug and share a solution.
2014-12-16 12:37:28 +08:00
David Monllao
81103d1d67
Merge branch 'wip-MDL-48569-master' of git://github.com/marinaglancy/moodle
2014-12-16 12:25:44 +08:00
David Monllao
e064c37550
Merge branch 'MDL-48164-master' of git://github.com/andrewnicols/moodle
2014-12-16 12:02:29 +08:00
Josh Marshall
404e33e9b5
MDL-48445 report_loguser: Include logstore parameter for pagination
2014-12-16 14:29:31 +10:30
David Monllao
d0f3b7e685
Merge branch 'MDL-44642-master-fixes' of git://github.com/andrewnicols/moodle
2014-12-16 11:43:21 +08:00
Andrew Nicols
8fab443931
Merge branch 'MDL-46472_master' of git://github.com/dmonllao/moodle
2014-12-16 10:35:48 +08:00
Andrew Nicols
f9b431b873
MDL-44642 session: Remove 403 from require_sesskey()
...
This should not have been added in core at this time (needs a separate
issue).
2014-12-16 10:18:21 +08:00
Andrew Nicols
dd6c9eeb16
MDL-48164 messageinbound: Attempt to detect autoreplies
...
Any message which includes:
* Precedence: bulk
* X-Autoreply: !no
* X-Autoresponse: !no
* Auto-Submitted: !no
Will not be detected as a bulk message and therefore ignored.
2014-12-16 09:34:12 +08:00
Andrew Nicols
c9fa2dee2a
MDL-48164 mod_forum: Add additional headers to prevent OOF replies
...
This adds the X-Auto-Response-Suppress header to outbound messages.
2014-12-16 09:34:12 +08:00
Zachary Durber
3712ee3ed0
MDL-47610 gradebook: Show extra credit icon in grades column
2014-12-16 09:16:41 +08:00
Eloy Lafuente (stronk7)
985a1217bf
Merge branch 'MDL-44642-master' of git://github.com/andrewnicols/moodle
2014-12-16 01:57:58 +01:00
Andrew Nicols
de1c6859cc
MDL-44642 grading: Add session keepalive during advanced grading setup
2014-12-16 08:32:46 +08:00
Andrew Nicols
57996fe956
MDL-44642 session: Add a client-side session keepalive system
...
For pages where there will be significant user interaction in which the
server is not updated, it may be necessary to poll the server periodically
to touch the session.
This makes use of the existing checknet script which was designed for
checking network connectivity but fits into this use-case reasonably well.
2014-12-16 08:32:46 +08:00
Eloy Lafuente (stronk7)
05a9873b89
Merge branch 'MDL-47037-master' of git://github.com/jethac/moodle
2014-12-16 01:23:16 +01:00
Eloy Lafuente (stronk7)
bd5745341e
Merge branch 'MDL-48473' of git://github.com/jmvedrine/moodle
2014-12-16 01:12:56 +01:00
Eloy Lafuente (stronk7)
9f0b21eda6
Merge branch 'MDL-46491-master' of git://github.com/andrewnicols/moodle
2014-12-16 00:35:46 +01:00
Davo Smith
50c12f01bc
MDL-43462 assignfeedback_editpdf: fix display of landscape PDFs
...
The size of the drawing canvas is now set from the size of the generated page image, with automatic
scrolling if it is too wide to display
Absolutely-positioned nodes (comments + stamps) are repositioned as the drawing canvas is scrolled
2014-12-15 22:01:26 +00:00
Eloy Lafuente (stronk7)
9f6658e18c
Merge branch 'MDL-48556-master' of git://github.com/ankitagarwal/moodle
2014-12-15 17:53:27 +01:00
Dan Poltawski
dda9997250
Merge branch 'MDL-38128_master' of https://github.com/dmonllao/moodle
2014-12-15 16:10:15 +00:00
Dan Poltawski
3a299d82e0
Merge branch 'MDL-45324' of git://github.com/jonof/moodle
2014-12-15 14:59:34 +00:00
Dan Poltawski
10f92c21ad
Merge branch 'MDL-47176_master' of https://github.com/crazyserver/moodle
2014-12-15 14:05:54 +00:00
Dan Poltawski
7d168691a8
Merge branch 'MDL-48169-master' of git://github.com/jethac/moodle
2014-12-15 12:32:13 +00:00
Dan Poltawski
78677d5ec7
Merge branch 'MDL-47475-master' of git://github.com/andrewnicols/moodle
2014-12-15 12:20:41 +00:00
Dan Poltawski
2d562cfc6d
Merge branch 'MDL-36673' of git://github.com/jmvedrine/moodle
2014-12-15 11:54:06 +00:00
David Monllao
edf938687f
Merge branch 'MDL-48235-assign-reopen-until-pass' of git://github.com/mpetrowi/moodle
2014-12-15 17:30:40 +08:00
Frederic Massart
6b61c2c45f
MDL-46124 libraries: Final deprecation of text libs and plugin libs
...
- textlib_get_instance
- textlib
- collatorlib
- plugin_manager
- plugininfo_base
2014-12-15 17:02:31 +08:00
John Okely
465d0b2d1d
MDL-48587 core: Fix error in getremoteaddr for unsupported php versions
2014-12-15 16:52:25 +08:00
Simey Lameze
bb6114d8b6
MDL-42501 course: add help icon on delete gradebook options
2014-12-15 16:18:34 +08:00
David Monllao
486ebeb1a4
Merge branch 'wip-MDL-48347-master' of git://github.com/abgreeve/moodle
2014-12-15 13:44:01 +08:00
Jetha Chan
08a4f93f1b
MDL-48088 calendar: normalize DTEND, add romance standard time
...
Thanks to Cedric Mortiers (cmortiers@stjohns.be ) for providing the patch.
2014-12-15 12:08:20 +08:00
Andrew Nicols
9b65a08095
MDL-47475 mod_assign: Copy files to other group members for editpdf
2014-12-15 08:50:31 +08:00
AMOS bot
b51306bc18
Automatically generated installer lang files
2014-12-13 00:03:55 +08:00
Pau Ferrer Ocaña
2908af0903
MDL-47176 qtype_match: Avoid sql_compare to solve problems with Oracle
2014-12-12 14:30:58 +01:00
David Monllao
2dda9417dd
MDL-38128 mod_assign: Counts and groups unit tests
2014-12-12 15:10:23 +08:00
David Monllao
ba872d3c3c
MDL-46472 theme: Removing standard as an uninstallable theme
2014-12-12 13:32:55 +08:00
David Monllao
bc006a666c
MDL-38128 mod_assign: Fixing count teams and submissions with status
...
We should restrict the groups to the activity active group. Also
improving performance caching get_submission_group() results.
2014-12-12 13:14:53 +08:00
David Monllao
184f3b6814
MDL-38128 mod_assign: Adding group selector to grading summary page
...
Thanks to Pau Ferrer Ocaña and Avi Levy for
their work on this issue.
2014-12-12 13:14:53 +08:00
Andrew Nicols
371bfca1c4
MDL-48224 cron: Buffer SMTP connections around tasks
2014-12-12 10:35:54 +08:00
Marina Glancy
5d9204af46
MDL-48569 profile: behat test for user full profile access
2014-12-12 10:20:10 +08:00
Marina Glancy
0366b6fa72
MDL-48569 profile: show link to full profile if anybody can see it
2014-12-12 10:20:06 +08:00
Daniel Thies
35fc96ae2e
MDL-48213 filter_algebra: Allow cookies in debug script
2014-12-11 19:56:31 -06:00
Sam Hemelryk
af7bc6cd24
MDL-28067 navigation: my private files in profile only
2014-12-12 13:47:52 +13:00
Sam Hemelryk
60f35a82e1
MDL-37680 repositories: added blocks to manage page
2014-12-12 13:36:45 +13:00
Sam Hemelryk
6d7e9d2464
MDL-38663 login: forgot password login links removed
2014-12-12 13:17:48 +13:00
Sam Hemelryk
8ed35304a0
MDL-34041 navigation: removed deprecated local code
2014-12-12 13:08:33 +13:00
Joshua Johnston
7a6ca49af5
MDL-46651 Backup: Handle duplicate course completions during restore
...
Cron can cause duplicate completion records if triggered during a long
running restore process. If this is the case, replace the new record
with the record from the backup file
2014-12-11 16:00:18 -05:00
Jean-Michel Vedrine
b63c745ec6
MDL-48473 mod_lesson: test fill in the blank question
2014-12-11 21:44:43 +01:00
Sam Hemelryk
63b159d0d4
MDL-48568 cache: stores now determine testing
...
Cache stores are now responsible for deciding if they are suitable
for use as the primary cache store during unit and acceptance tests
Changes are as follows:
* New method: cache_store::ready_to_be_used_for_testing
* Core cache store have been updated to override this method as
required.
* MongoDB usesafe default changed to true to match actual default
behaviour.
2014-12-12 09:30:46 +13:00
Jean-Michel Vedrine
cb9af73037
MDL-48473 mod_lesson: fill in the blank shortanswer option
2014-12-11 21:12:43 +01:00
Gilles-Philippe Leblanc
96b839b8a8
MDL-48539 filepicker: Missing file view_icon_selected in the file picker
2014-12-11 09:07:29 -05:00
Dan Poltawski
8f06fffbe1
weekly release 2.9dev
2014-12-11 09:55:09 +00:00
Dan Poltawski
5c47c339e3
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2014-12-11 09:55:07 +00:00
Andrew Nicols
f6749ba690
MDL-46491 course: Correct activity visibility on section show
2014-12-11 14:48:25 +08:00
Brian Barnes
64d00f4c11
MDL-48567 core_badges: fixed display of badge created date
2014-12-11 15:10:39 +13:00
Avi Levy
573558af5e
MDL-47037 grader_gradereport: Enable sort in other language then English
2014-12-11 07:44:03 +08:00
Frederic Massart
faf87da886
MDL-48496 block_rss_client: Deleting unused string errorloadingfeed
2014-12-11 00:24:07 +01:00
Frederic Massart
b58d8d23f3
MDL-48496 block_rss_client: Do not display curl error messages
2014-12-11 00:24:07 +01:00
Eloy Lafuente (stronk7)
82e1d7f151
Revert "MDL-46814 calendar: Export calendar uses moodle forms"
...
This reverts commit a008de2a58 .
2014-12-11 00:19:14 +01:00
Eloy Lafuente (stronk7)
41c3f865ee
Revert "MDL-46814 calendar export: Minor coding tweaks"
...
This reverts commit 0b956a64d8 .
2014-12-11 00:18:16 +01:00
AMOS bot
fab9018590
Automatically generated installer lang files
2014-12-11 00:03:59 +08:00
Jonathon Fowler
70cfc878b9
MDL-45324 assign: notify when workflow is Off, or if state is Released
...
When marking workflow is enabled, students will be notified only when
the workflow state transitions to 'Released'. Until that happens,
sending of messages will be held and the 'Notify students' grading
form option will be locked.
Additionally, the batch set marking workflow state facility gains
the 'Notify students' option.
Credit to Steve Upton and David Balch for the basis of this patch.
2014-12-10 22:29:08 +10:00
Sam Hemelryk
16dfee4e5b
MDL-48430 customment: improved exception handling
2014-12-10 13:24:39 +01:00
Sam Hemelryk
f6c65c2575
Merge branch 'MDL-48430_master' of https://github.com/crazyserver/moodle
2014-12-10 13:24:38 +01:00
Ankit Agarwal
bd58dfbfa1
MDL-48556 backup: Use correct conditions before checking dir permissions
2014-12-10 14:33:05 +05:30
Ankit Agarwal
f9b7be4f95
MDL-34550 libraries: Final deprecation - get_context_instance_by_id()
2014-12-10 13:50:08 +05:30
Ankit Agarwal
4d851042eb
MDL-44985 libraries: Final deprecation of conditional apis in modinfo
2014-12-10 12:20:37 +05:30
Ankit Agarwal
e56e8e3a0e
MDL-44985 libraries: Final deprecation of conditional classes and apis
2014-12-10 12:20:37 +05:30
Ankit Agarwal
88b122537b
MDL-42862 behat: Final deprecation of various steps
2014-12-10 09:58:42 +05:30
Brian Barnes
bbb0733297
MDL-45955 forms: replaced labels in static text elements
2014-12-10 17:28:09 +13:00
Dan Poltawski
5260dbb55b
MDL-48547 thirdparty: remove incorrect entry
2014-12-09 23:12:02 +00:00
Dan Poltawski
e600e6ae50
Merge branch 'MDL-47323-enrol-plugin-backup' of https://github.com/mpetrowi/moodle
2014-12-09 22:29:37 +00:00
Dan Poltawski
971f1c28a8
Merge branch 'MDL-45430-master' of git://github.com/ankitagarwal/moodle
2014-12-09 21:22:03 +00:00
Sam Hemelryk
6009ccb2f1
Merge branch 'm29_MDL-48389' of https://github.com/totara/moodle
2014-12-10 09:27:18 +13:00
Eloy Lafuente (stronk7)
f6d955fe6b
Merge branch 'MDL-31822_master' of https://github.com/dmonllao/moodle
2014-12-09 16:05:56 +01:00
Eloy Lafuente (stronk7)
0b956a64d8
MDL-46814 calendar export: Minor coding tweaks
2014-12-09 15:44:11 +01:00
Brian Barnes
a008de2a58
MDL-46814 calendar: Export calendar uses moodle forms
2014-12-09 15:44:10 +01:00
Dan Poltawski
23da79a464
MDL-45679 mod_lesson: do not overqualify styles
2014-12-09 12:34:54 +00:00
Dan Poltawski
9478d117fc
Merge branch 'MDL-45679' of git://github.com/jmvedrine/moodle
2014-12-09 12:05:29 +00:00
Dan Poltawski
51019f2a91
Merge branch 'MDL-48394-master' of git://github.com/jethac/moodle
2014-12-09 10:53:41 +00:00
Dan Poltawski
c676a343a5
Merge branch 'MDL-41846-master' of git://github.com/xow/moodle
2014-12-09 10:25:15 +00:00
Ankit Agarwal
1973a7e2f5
MDL-42862 behat: update deprecated_message api
...
Deprecated message api now accepts a $throwexception param that if set to true always throws an exception
2014-12-09 14:34:46 +05:30
Zachary Durber
8c1050f87d
MDL-47694 mod_assign: Grades require a grade to show as graded
...
Special thanks to Howard Miller.
2014-12-09 15:55:29 +08:00
Frederic Massart
2c2171bdce
MDL-45295 core_block: Removing obsolete method preferred_width()
2014-12-09 15:29:12 +08:00
Frederic Massart
ba55be9151
MDL-43902 output: Final deprecation of classes r0/r1 in table rows
2014-12-09 14:52:30 +08:00
Sam Hemelryk
50c1f47ec4
Merge branch 'wip_MDL-36499_master' of git://github.com/gjb2048/moodle
2014-12-09 16:57:03 +13:00
Sam Hemelryk
1e12b5688c
Merge branch 'wip-MDL-46486-master' of git://github.com/marinaglancy/moodle
2014-12-09 16:20:40 +13:00
Sam Hemelryk
44a4b3d072
Merge branch 'MDL-40552-master' of git://github.com/danpoltawski/moodle
2014-12-09 16:13:40 +13:00
Sam Hemelryk
54907a6a9b
Merge branch 'MDL-34437-master' of git://github.com/ankitagarwal/moodle
2014-12-09 15:58:46 +13:00
Sam Hemelryk
d5265ac28e
Merge branch 'master_MDL-46172' of https://github.com/greg-or/moodle-mod_assign
2014-12-09 15:38:40 +13:00
Brian Barnes
9eb24f0818
MDL-48389 forms: added page title to help text
2014-12-09 15:21:06 +13:00
Sam Hemelryk
255501c900
Merge branch 'mdl48517' of https://github.com/tlevi/moodle
2014-12-09 15:15:51 +13:00
Sam Hemelryk
13ff5c990c
Merge branch 'wip-MDL-31851-master' of git://github.com/marinaglancy/moodle
2014-12-09 15:13:33 +13:00
David Balch
c9edde8b2d
MDL-31822 course: Cleanup per coding guidelines.
2014-12-09 10:05:49 +08:00
David Monllao
fecca79d5a
MDL-31822 course: Formatting the section name
2014-12-09 10:04:49 +08:00
Brian Barnes
ae00e55a00
MDL-48532 core_roles: Set correct heading on user roles page
2014-12-09 14:28:29 +13:00
Sam Hemelryk
3e5f4b2ca9
Merge branch 'wip-MDL-48366-master' of git://github.com/marinaglancy/moodle
2014-12-09 13:43:30 +13:00
Sam Hemelryk
440d861ccb
Merge branch 'wip-mdl-48426' of https://github.com/rajeshtaneja/moodle
2014-12-09 12:13:26 +13:00
Sam Hemelryk
7622b02f4c
Merge branch 'MDL-43996-master' of git://github.com/jethac/moodle
2014-12-09 10:56:53 +13:00
Sam Hemelryk
427c41ef2d
MDL-45699 cache: renamed cache_config_phpunittest
...
Renamed cache_config_phpunittest to cache_config_testing
2014-12-09 10:51:38 +13:00
Sam Hemelryk
45a8db7f7b
MDL-45699 cache: acceptance test improvements
...
We now use the unit test cache config class when running
acceptance tests so that the same defines are applicable there.
2014-12-09 10:51:34 +13:00
Eloy Lafuente (stronk7)
6054036fbc
Merge branch 'MDL-48255-master' of git://github.com/lameze/moodle
2014-12-08 19:14:07 +01:00
Eloy Lafuente (stronk7)
c2f1feffd6
Merge branch 'wip-MDL-48390-master' of git://github.com/marinaglancy/moodle
2014-12-08 18:48:53 +01:00
Dan Poltawski
065fa16e75
Merge branch 'MDL-48410' of git://github.com/timhunt/moodle
2014-12-08 15:19:11 +00:00
Dan Poltawski
512cc4162e
Merge branch 'MDL-48373' of git://github.com/timhunt/moodle
2014-12-08 15:15:35 +00:00
Dan Poltawski
d2c33655b6
Merge branch 'MDL-35983_equella_filename_dev' of git://github.com/dongsheng/moodle
2014-12-08 14:23:49 +00:00
Dan Poltawski
051d59e36e
Merge branch 'MDL-47246_master' of git://github.com/dmonllao/moodle
2014-12-08 13:34:02 +00:00
Dan Poltawski
29a9a28e57
Merge branch 'MDL-14908-master' of git://github.com/FMCorz/moodle
2014-12-08 13:22:16 +00:00
Dan Poltawski
9112aac132
MDL-48273 upgrade.txt version fix
2014-12-08 11:23:40 +00:00
Simey Lameze
f4d1dd1025
MDL-48273 singleview: unit tests of load_user method
2014-12-08 11:19:06 +00:00
Simey Lameze
aac66bef1e
MDL-48273 singleview: add load_user method and other group validations
...
All credits goes to Damyon, thanks!
2014-12-08 11:19:06 +00:00
Dan Poltawski
aeb1fdd4e0
Merge branch 'MDL-30937_master' of https://github.com/markn86/moodle
2014-12-08 11:06:49 +00:00
Frederic Massart
26e4b0caff
MDL-44918 libraries: Final deprecation of count_login_failures()
2014-12-08 17:24:57 +08:00
David Monllao
cbebd40dfb
MDL-47246 mod_forum: Limit last post restriction to Q and A
2014-12-08 14:51:36 +08:00
Adrian Greeve
831829ddf3
MDL-48347 gradebook: More behat tests for single view.
2014-12-08 14:19:13 +08:00
Jetha Chan
6d8eba1a59
MDL-48169 themes: extra upgrade notes
2014-12-08 14:07:52 +08:00
Mark Nelson
950d313a86
MDL-30937 report_backups: added ability to view backup logs
2014-12-07 21:18:13 -08:00
Mark Nelson
a76eef5bc0
MDL-30937 core_backup: use default log level when none specified
2014-12-07 21:18:13 -08:00
Sam Hemelryk
922d32371a
Merge branch 'MDL-37704-master' of git://github.com/ankitagarwal/moodle
2014-12-08 14:50:53 +13:00
Sam Hemelryk
22f098cd23
Merge branch 'MDL-26017_master' of https://github.com/ndunand/moodle
2014-12-08 14:24:14 +13:00
Andrew Nicols
44ab05b31d
MDL-44088 ajax: Final deprecation of ajaxenabled() php function
2014-12-08 09:12:03 +08:00
Adrian Greeve
37f308629a
MDL-48347 gradebook: Single view shows all grade items.
...
Manual grade items, course totals, and categroy totals
were not being displayed in the single view.
2014-12-08 09:11:48 +08:00
David Balch
a7aae18cf6
MDL-31822 course: Show custom Section name on Front page.
2014-12-08 09:01:01 +08:00
Sam Hemelryk
766ef7211b
Merge branch 'MDL-48058-master' of git://github.com/andrewnicols/moodle
2014-12-08 13:58:15 +13:00
Sam Hemelryk
559d6c0046
MDL-34684: fixed whitespace issues
2014-12-08 11:16:19 +13:00
Sam Hemelryk
8b0876cc10
Merge branch 'MDL-34684_master' of git://github.com/dmonllao/moodle
2014-12-08 11:15:32 +13:00
Tony Levi
064b8b7fe3
MDL-48517: behat: Fix reset ordering reversal (MDL-48302)
2014-12-07 23:58:24 +10:30
Sam Hemelryk
a52c5e63eb
MDL-45699 behat: can now use alt cache config
2014-12-06 12:09:48 +13:00
Gregory Faller
b288570463
MDL-46172 mod/assign: Stop suspended users getting assign group emails
2014-12-06 08:24:08 +10:30
Joseph Rezeau
4627726954
MDL-36673 mod_lesson: slideshow mode not working
2014-12-05 18:42:03 +01:00
AMOS bot
4ad6f59f42
Automatically generated installer lang files
2014-12-06 00:03:51 +08:00
Gareth J Barnard
ffe618dcd3
MDL-36499 javascript: Expand height of the file element in embedded view.
2014-12-05 15:48:16 +00:00
Jean-Michel Vedrine
cfcfd7045f
MDL-45679 mod_lesson: Essay grading page has no mark for essay status
2014-12-05 15:02:32 +01:00
Tim Hunt
8fec847ca7
MDL-48410 behat, quiz: step for efficiently adding questions
2014-12-05 12:22:28 +00:00
Tim Hunt
df44db5baa
MDL-48373 behat, questions: convert tests to use the new steps
...
The new steps make it more efficient to create questions.
While making the changes, I took the opportunity to alter the tests to
follow Behat best practices, and only test one thing per scenario.
2014-12-05 12:22:27 +00:00
Tim Hunt
0db16e082f
MDL-48373 behat: generators for questions and categories
2014-12-05 12:22:27 +00:00
Tim Hunt
dd2e1c222a
MDL-48373 behat: find table columns better.
...
It was not possible to select the question bank 'Created by'
or 'Modified by' columns without this change.
2014-12-05 12:22:26 +00:00
Tim Hunt
4e4c8d3a27
MDL-48373 behat: new container selector for list items.
2014-12-05 12:22:26 +00:00
Eloy Lafuente (stronk7)
2d84748c26
weekly release 2.9dev
2014-12-05 11:05:11 +01:00
Eloy Lafuente (stronk7)
cd8cefe902
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2014-12-05 11:05:06 +01:00
Nicolas Dunand
0ac6a57ec5
MDL-26017 enrol: Add keyholder role
2014-12-05 08:41:01 +01:00
Mark Nielsen
0802d98a7f
MDL-48058 core_message: Default message outputs: Maintain Forced status
2014-12-05 14:42:18 +08:00
Ankit Agarwal
978fa4627d
MDL-45430 mod_book: Automate MDLQA-2428
...
This test verifies that an admin can generate and view all the book log entries
2014-12-05 09:23:03 +05:30
Paul Nicholls
1461aee88a
MDL-43996 editor_atto: add image drag and drop capability
...
Adds the ability to drag and drop images directly into Atto, uploading the image and embedding it
correctly. Contains fixes from 1.0.2, as well as a policy change - images dragged and dropped into
Atto now have role=presentation by default.
2014-12-05 11:32:32 +08:00
John Okely
be305dc13a
MDL-41846 repository_url: Escape > < ' " in input url
...
And throw an exception when a url is incorrectly formatted
2014-12-05 11:15:30 +08:00
John Okely
80a0fee266
MDL-41846 repository_url: Convert spaces to %20 in input url
2014-12-05 10:24:46 +08:00
Marina Glancy
769496373e
MDL-21724 course: fixed wrong string in behat test
2014-12-04 12:14:32 +00:00
Andrew Nicols
06e23acc88
MDL-48309 mod_forum: Do not escape ampersands in plain text email
2014-12-04 12:14:32 +00:00
Sam Hemelryk
c62d077b0e
MDL-21724 course: fixed handling of returnto=0
2014-12-04 12:14:31 +00:00
Eloy Lafuente (stronk7)
38ea5e0a39
MDL-21724 course: change remaining tests to new "Save and display"
2014-12-04 12:14:31 +00:00
David Monllao
ef5b65dae4
MDL-48285 calendar: Adapting unit tests to the new behaviour
...
Testing also the default value including repeated events.
2014-12-04 12:14:31 +00:00
Eloy Lafuente (stronk7)
010c36e9e2
Merge branch '48425-48374-29' of git://github.com/samhemelryk/moodle
2014-12-04 12:14:30 +00:00
Eloy Lafuente (stronk7)
a610c9abac
MDL-48374 behat: Added missing $session
2014-12-04 12:14:30 +00:00
Eloy Lafuente (stronk7)
eb9419c8e2
Merge branch 'test-48374' of git://github.com/rajeshtaneja/moodle
2014-12-04 12:14:30 +00:00
Eloy Lafuente (stronk7)
f889c45159
MDL-26226 course: force version bump for new setting
2014-12-04 12:14:29 +00:00
Eloy Lafuente (stronk7)
8b9bb799f9
Merge branch '21724-29' of git://github.com/samhemelryk/moodle
2014-12-04 12:14:29 +00:00
Eloy Lafuente (stronk7)
fca0b79d18
Merge branch '23178-29' of git://github.com/samhemelryk/moodle
2014-12-04 12:14:28 +00:00
Sam Hemelryk
101348192b
Merge branch 'MDL46116_IMSCP_container_items.updates_2014-11-11' of https://github.com/Dave-B/moodle
...
Conflicts:
mod/imscp/module.js
2014-12-04 12:14:26 +00:00
Dan Poltawski
13e0300961
Merge branch '26226-48304-29' of git://github.com/samhemelryk/moodle
2014-12-04 12:06:04 +00:00
Rajesh Taneja
9f3a68fe61
MDL-48374 behat: Check flag before searching for span on page
2014-12-04 12:04:37 +00:00
Andrew Nicols
1b2c35af34
MDL-48374 behat: improved page load detection
...
Check that page load detection was correctly started before testing that a
new page was loaded.
Without this, it is possible to have mutliple subsequent cases of:
And a new page should have loaded since I started watching
Without first starting the page load detection.
2014-12-04 12:04:36 +00:00
Helen Foster
946f83b04b
MDL-36236 caching: improved help string
...
(and Dan keeping codechecker happy)
2014-12-04 12:04:12 +00:00
Dan Poltawski
4592f67789
Merge branch '36236-29' of git://github.com/samhemelryk/moodle
2014-12-04 12:04:11 +00:00
Dan Poltawski
ddb483a468
Merge branch 'wip-mdl-48290' of https://github.com/rajeshtaneja/moodle
2014-12-04 12:04:11 +00:00
Dan Poltawski
690a634156
Merge branch 'MDL-48285_master' of git://github.com/dmonllao/moodle
2014-12-04 12:04:11 +00:00
Dan Poltawski
2852a9a0aa
Merge branch 'MDL-34627_master' of https://github.com/dmonllao/moodle
2014-12-04 12:04:10 +00:00
David Monllao
e07e04c123
MDL-48285 webservices: default timeend to infinity and beyond
2014-12-04 12:04:10 +00:00
Eloy Lafuente (stronk7)
951af91e08
Merge branch '48374-29' of git://github.com/samhemelryk/moodle
2014-12-04 12:04:09 +00:00
Dan Poltawski
3d891e3263
Merge branch 'MDL-47628-master' of https://github.com/sammarshallou/moodle
...
Conflicts:
availability/yui/build/moodle-core_availability-form/moodle-core_availability-form-min.js
2014-12-04 12:04:07 +00:00
Sam Hemelryk
7594ed1e2a
Merge branch 'MDL-40419-master-2nd' of git://github.com/FMCorz/moodle
2014-12-04 12:03:18 +00:00
Sam Hemelryk
6c4e70a6d8
Merge branch 'wip_MDL-47830_m29_pwrotation' of https://github.com/skodak/moodle
2014-12-04 12:03:15 +00:00
Dan Poltawski
50944630bd
Merge branch 'm29_MDL-48317' of https://github.com/totara/moodle
2014-12-04 11:37:53 +00:00
Dan Poltawski
63015d84c3
Merge branch 'm29_MDL-48359' of https://github.com/totara/moodle
2014-12-04 11:37:52 +00:00
Dan Poltawski
7dad52f704
Merge branch 'wip_MDL-48420_m29_lasttypo' of https://github.com/skodak/moodle
2014-12-04 11:37:52 +00:00
Dan Poltawski
67a51a5bed
Merge branch 'MDL-48342' of git://github.com/jmvedrine/moodle
2014-12-04 11:37:52 +00:00
Dan Poltawski
f9fae51704
Merge branch 'wip-MDL-32547-master-v2' of git://github.com/abgreeve/moodle
...
Conflicts:
version.php
2014-12-04 11:37:48 +00:00
Dan Poltawski
7b58b245bf
Merge branch 'MDL-40241_master' of https://github.com/dmonllao/moodle
2014-12-04 11:33:27 +00:00
Dan Poltawski
8c0f7298b6
Merge branch '48335-29' of git://github.com/samhemelryk/moodle
2014-12-04 11:33:27 +00:00
Marina Glancy
1ce4b63bdd
MDL-48366 blocks: always display custom regions in dropdown
2014-12-04 16:07:56 +08:00
David Monllao
a1ceaf894b
MDL-34684 tool_health: Course categories checking refinements
...
Minor changes:
- Updating all course categories that are part of a loop
- Moved functions to tool_health scope
- Moved tests to tool_health scope
- Raised issue importance
- Minor coding style changes
Thanks to Marko Vidberg.
2014-12-04 11:37:16 +08:00
Logan Reynolds
8db188c8cc
MDL-34684 tool_health: Added health check for course category structure
...
And corresponding unit test. Work by Marko Vidberg.
2014-12-04 10:42:58 +08:00
AMOS bot
6ff1761e3e
Automatically generated installer lang files
2014-12-04 00:04:34 +08:00
Matt Petro
f61992951d
MDL-47323 backup: added enrol plugin backup structure and annotation
2014-12-02 21:46:33 -05:00
Sam Hemelryk
24d0d813e9
MDL-21724 course: ability to return when editing/creating
2014-12-03 10:21:54 +13:00
Sam Hemelryk
5d795b5717
MDL-23178 block_site_main_menu: indenting is possible now
2014-12-03 09:54:55 +13:00
Matt Petro
e77bacab4f
MDL-48235 mod_assign: Fix reopen until pass behavior
2014-12-02 14:01:22 -05:00
David Balch
c57617dac1
MDL-46116 mod_imscp: Fix some jshint issues.
2014-12-02 10:33:11 +00:00
Simey Lameze
ef9739f0eb
MDL-48255 auth_ldap: make ldap cookie check more robust
...
Thanks to Baptiste Desprez for spotting this and provide a solution.
2014-12-02 15:28:03 +08:00
Ankit Agarwal
5bc886259b
MDL-37704 user_profile: Make sure description field can be locked
...
Thanks JD for the initial patch.
2014-12-02 09:40:09 +05:30
Rajesh Taneja
a296ebffed
MDL-48290 behat: Add log out after checking exported file
...
If the download step is the last in the scenario then we
can sometimes run into the situation where the download page
causes a http redirect but behat has already conducted its
reset (generating an error). By putting a logout step we avoid
behat doing the reset until we are off that page.
2014-12-02 09:38:26 +08:00
Sam Hemelryk
fafb221336
MDL-48425 course: management behat tests improved
2014-12-02 11:45:25 +13:00
Sam Hemelryk
a33fed2161
MDL-48374 behat: improved page load exceptions
...
The following improvements have been made to the page load watching:
* Improved the exceptions when a page load expectation fails.
* Added an exception if start watching happens twice without a page load.
* Improved the page load span and xpath to make it faster and less likely
to interfer in the future.
2014-12-02 11:43:58 +13:00
Tim Hunt
a109a3ca35
MDL-48374 behat: new steps for detecting page loads.
2014-12-02 08:57:28 +13:00
Mary Evans
d0508fdc09
MDL-48243 theme_bootstrapbase: Fixed inconsistancy between LTR/RTL LESS
2014-12-01 17:11:48 +00:00
Dan Poltawski
b2ab6cc330
Merge branch '27548-29' of git://github.com/samhemelryk/moodle
...
Conflicts:
lib/db/install.xml
lib/db/upgrade.php
version.php
2014-12-01 12:21:19 +00:00
pau.ferrer-ocana
8e371539f4
MDL-48430 custom_menu: Malformed url in custom menu cannot break the platform
2014-12-01 10:50:26 +01:00
Didier Raboud
9318de17ef
MDL-34437 shibboleth: Correct the shibboleth wiki links.
2014-12-01 14:56:29 +05:30
Frederic Massart
fbd846bebc
MDL-14908 user: Parents are not restricted when separated groups is used
2014-12-01 15:14:26 +08:00
David Monllao
95d1a366ea
MDL-40241 core_completion: Minor fixes to provided patch
...
Thanks to Aaron Barnes and Jon Sharp for working on this issue.
2014-12-01 15:03:18 +08:00
Marina Glancy
c6fb5a7e1e
MDL-31851 course request: do not autologin
2014-12-01 14:36:06 +08:00
Marina Glancy
6f98532334
MDL-46486 coursecat: remove function forgotten in MDL-38147
2014-12-01 13:12:21 +08:00
Rajesh Taneja
55f4734100
MDL-48426 behat: soft-reset mink session before scenario
2014-12-01 12:39:42 +08:00
Rajesh Taneja
146dbacc45
MDL-48426 behat: Wait for redirection after save
...
After saving wiki comment, page is redirected
Make sure to wait for redirection after save
to avoid random fails
2014-12-01 11:24:04 +08:00
Charles Fulton
f885712200
MDL-34627 feedback: Convert default format value during restore
2014-12-01 10:53:15 +08:00
Sam Hemelryk
91bae397b4
Merge branch 'MDL-18183-master' of git://github.com/FMCorz/moodle
2014-12-01 14:45:50 +13:00
Sam Hemelryk
0893f8d399
Merge branch 'wip-MDL-48377-master' of git://github.com/marinaglancy/moodle
2014-12-01 14:02:08 +13:00
Sam Hemelryk
0c3b2180d6
Merge branch 'MDL-48382' of git://github.com/timhunt/moodle
2014-12-01 13:58:13 +13:00
Sam Hemelryk
7c96d1e81d
Merge branch 'MDL-35696-master-course-meta-link-sort-order' of https://github.com/amandadoughty/moodle
2014-12-01 13:50:52 +13:00
Sam Hemelryk
b5e8781465
Merge branch 'MDL-46618_master' of git://github.com/kordan/moodle
2014-12-01 13:11:32 +13:00
Sam Hemelryk
ecf3b93d39
Merge branch 'MDL-40607-master' of git://github.com/danpoltawski/moodle
2014-12-01 11:40:57 +13:00
Sam Hemelryk
602b281dcb
Merge branch 'MDL-14402-master' of git://github.com/andrewnicols/moodle
2014-12-01 11:35:44 +13:00
Sam Hemelryk
930d160bcd
Merge branch 'MDL-48384-master' of git://github.com/danpoltawski/moodle
2014-12-01 11:31:29 +13:00
Sam Hemelryk
783d96c6da
Merge branch 'MDL-48309-master' of git://github.com/andrewnicols/moodle
2014-12-01 11:10:25 +13:00
Sam Hemelryk
e2f7da2a80
Merge branch 'MDL-34867-master' of https://github.com/tbannister/moodle
2014-12-01 10:45:04 +13:00
Sam Hemelryk
d125c7d238
MDL-47133 editor_atto: fixed lint errors
2014-12-01 10:36:23 +13:00
Sam Hemelryk
231cb5e3d4
Merge branch 'MDL-47133-master' of git://github.com/FMCorz/moodle
2014-12-01 10:34:18 +13:00
Petr Skoda
e5035ecb3f
MDL-48420 test: fix lasttnamephonetic typo
2014-12-01 09:25:55 +13:00
Sam Hemelryk
2d1df7a3be
Merge branch 'MDL-48227-master' of git://github.com/ankitagarwal/moodle
2014-12-01 09:14:46 +13:00
Petr Skoda
1d658535b6
MDL-47830 auth: Add pw rotation restrictions
2014-12-01 08:53:52 +13:00
Sam Hemelryk
eb8f9f9adb
Merge branch 'MDL-42717-master' of git://github.com/ankitagarwal/moodle
2014-12-01 08:47:34 +13:00
Sam Hemelryk
1eded976e5
Merge branch 'wip-mdl-48192' of https://github.com/rajeshtaneja/moodle
2014-12-01 08:33:53 +13:00
Andrew Nicols
64e7aa4de1
MDL-28286 JavaScript: Convert all uses of M.str to M.util.get_string
2014-12-01 08:32:04 +13:00
Dan Poltawski
e4d9185e4a
MDL-40607 deprecatedlib: final deprecations of 2.0 functions
...
These functions are getting final deprecation following our process.
Note that print_arrow() is getting more time due to incorrect
replacement - see MDL-45448
2014-11-29 12:42:31 +00:00
Dan Poltawski
141e7d8747
MDL-40552 course: fixup unit test
...
Previously there was an assertion which was never used, now
we ensure to test the course themes functionality each time.
2014-11-29 12:20:36 +00:00
AMOS bot
2956b2ec0f
Automatically generated installer lang files
2014-11-29 00:03:58 +08:00
sam marshall
a4c318325c
MDL-47628 Availability: Restrict by selected grouping button
2014-11-28 15:55:41 +00:00
Jean-Michel Vedrine
762ee1393b
MDL-48342 Question: qformat_default::readquestion is broken
2014-11-28 15:47:39 +01:00
Tyler Bannister
b175341ed5
MDL-34867 report_log: Improved download speed and memory usage.
2014-11-28 09:06:16 -05:00
Tim Hunt
b8871eff04
MDL-48382 quiz behat: make add question step more robust.
2014-11-28 13:45:36 +00:00
Ankit Agarwal
9ef82a9a0e
MDL-48227 forum: Update the message shown in emails
...
AMOS BEGIN
MOV [deleteoriginalonreply,mod_forum],[replytopostbyemail,mod_forum]
AMOS END
2014-11-28 14:31:18 +05:30
Aaron Barnes
525d6ce397
MDL-40241 blocks_completionstatus: Fix notices
2014-11-28 16:52:13 +08:00
Aaron Barnes
37ee40f3e0
MDL-40241 completion: Default roles unable to manually complete course
...
Thanks to Jon Sharp for authoring the original patch!
2014-11-28 16:50:50 +08:00
Dan Poltawski
d87bcfb325
weekly release 2.9dev
2014-11-28 08:04:39 +00:00
Dan Poltawski
1c4ace2064
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2014-11-28 08:04:36 +00:00
Damyon Wiese
3e116130b0
Revert "Merge branch 'MDL-38128_master' of https://github.com/dmonllao/moodle "
...
This reverts commit 861a0fd92a .
This reverts commit f376c2ffd7 , reversing
changes made to abe9be7240 .
2014-11-28 15:07:31 +08:00
Adrian Greeve
c35d736a44
MDL-32547 backup: Add setting for backup folder tidy up.
2014-11-28 09:30:03 +08:00
David Monllao
861a0fd92a
MDL-38128 mod_assign: Changes in grading summary page using team submissions
...
If there is an active group and (groupmode != NOGROUPS)
the displayed info is related with that single group.
2014-11-27 18:08:43 +08:00
Dan Poltawski
853b6cff9b
Revert "Merge branch 'MDL-43127-master' of git://github.com/FMCorz/moodle"
...
This reverts commit 4e75dd78e6 , reversing
changes made to f376c2ffd7 .
2014-11-27 09:33:52 +00:00
Dan Poltawski
e6f5a4b268
Revert "Merge branch 'MDL-43127-master-fixup' of https://github.com/FMCorz/moodle "
...
This reverts commit 7bd780835b , reversing
changes made to 1e7e4d5f01 .
2014-11-27 09:33:48 +00:00
Rajesh Taneja
2b51813b11
MDL-48192 tool_monitor: check output buffer and not ignore it.
...
Check what is thrown in output buffer and
make sure output is expected output.
2014-11-27 17:02:26 +08:00
Dan Poltawski
e7087cb4c6
MDL-20365 auth_db: upgrade.txt - make the hash comment clearer
2014-11-27 08:43:32 +00:00
Dan Poltawski
4832be5a40
MDL-20365 auth_db: refinement to the upgrade.txt
2014-11-27 08:26:43 +00:00
Frederic Massart
dc8ee30eda
MDL-40419 backup: Advanced comparison when restoring blocks in course
2014-11-27 15:28:51 +08:00
Frederic Massart
3af5725b74
MDL-40419 blocks: Function to get page type patterns from pattern
2014-11-27 15:28:51 +08:00
Jetha Chan
92037ec8c8
MDL-48394 core_renderers: remove role=presentation on user picture links
2014-11-27 15:24:33 +08:00
David Monllao
c00cbdc784
MDL-20365 auth_db: Warning users about case sensitive plain passwords
...
Also, changing returned passwords to lower case when
maching against an md5() string or a sha1() string.
2014-11-27 13:57:06 +08:00
David Monllao
bc92aace89
MDL-22309 enrol_self: Fixing get_role_users usage
2014-11-27 11:32:58 +08:00
Marina Glancy
3e70f5792b
MDL-48390 cohorts: do not limit number of cohorts in dropdowns
2014-11-27 11:14:39 +08:00
Eloy Lafuente (stronk7)
22645c9573
Merge branch 'wip-mdl-48190-m' of https://github.com/rajeshtaneja/moodle
2014-11-26 13:25:17 +01:00
Dan Poltawski
16fadd4be7
MDL-48384 thirdpartylibs: correct location of yui
2014-11-26 12:12:03 +00:00
Eloy Lafuente (stronk7)
e3d9fc3f5a
MDL-20365 auth_db: cross-db passfield case and saltedcrypt unit test
2014-11-26 12:11:46 +01:00
Frederic Massart
04b12fc1b3
MDL-47133 editor_atto: Use strict validation of keyboard shortcuts
2014-11-26 17:41:05 +08:00
Dan Poltawski
7bd780835b
Merge branch 'MDL-43127-master-fixup' of https://github.com/FMCorz/moodle
2014-11-26 09:22:56 +00:00
Frederic Massart
18edf3a325
MDL-43127 tool_uploadcourse: Empty enrolment method is acceptable
...
Without the patch a course would not be created if it contained
an enrolment method column with an empty value. e.g.:
shortname,fullname,category,enrolment_1,enrolment_1_disable
courserestored,Course restored,1,,
courserestored2,Course restored 2,manual,1
2014-11-26 17:11:35 +08:00
Dan Poltawski
1e7e4d5f01
Merge branch 'MDL-48210-master-checker-caching' of git://github.com/mudrd8mz/moodle
2014-11-26 08:20:36 +00:00
David Mudrák
26f72b0058
MDL-48210 updates checker: Fix empty return type
...
Credit goes to Marina Glancy for catching during the testing.
2014-11-26 09:10:04 +01:00
Andrew Nicols
72590a5139
MDL-48148 mod_forum: Use correct original subject when handling replies
2014-11-26 15:58:05 +08:00
Andrew Nicols
29ac5a6bce
MDL-14402 blocks: Do not show assign roles on my home
2014-11-26 13:39:44 +08:00
Marina Glancy
28c0c4af5d
MDL-48377 forum: do not swallow spaces in notification emails
2014-11-26 12:18:11 +08:00
Sam Hemelryk
e020620430
MDL-27548 block_comments: add pagination tests
2014-11-26 13:31:59 +13:00
Sam Hemelryk
686d05619b
MDL-27548 comments: component now recorded
2014-11-26 13:31:37 +13:00
Sam Hemelryk
ac8c153862
Merge branch 'MDL-22309_master' of git://github.com/dmonllao/moodle
2014-11-26 09:06:08 +13:00
Jetha Chan
918de7968a
MDL-48191 gradebook: fixed floating headers when emails not displayed
2014-11-26 09:04:25 +13:00
Sam Hemelryk
55dc0eb979
Merge branch 'MDL-47329-master' of git://github.com/jethac/moodle
2014-11-26 08:56:27 +13:00
Eloy Lafuente (stronk7)
0b861e92d0
Merge branch 'MDL-48276-master' of git://github.com/danpoltawski/moodle
2014-11-25 18:45:26 +01:00
Eloy Lafuente (stronk7)
4ef19b1789
Merge branch 'MDL-48277-master' of git://github.com/danpoltawski/moodle
2014-11-25 18:38:24 +01:00
Eloy Lafuente (stronk7)
d2142e7b7c
Merge branch '23538-29' of git://github.com/samhemelryk/moodle
...
Conflicts:
backup/util/ui/renderer.php
2014-11-25 17:00:06 +01:00
Heiko Schach
000f1488f0
MDL-48036 course: change multilang cache key
2014-11-25 14:34:45 +00:00
Ashley Holman
e629bd3ff3
MDL-46356 assign: remove unnecessary get_area_files call
2014-11-25 14:27:17 +00:00
Dan Poltawski
1c356fe9d7
Merge branch 'MDL-31500_master-revert-ui-changes' of git://github.com/dmonllao/moodle
2014-11-25 13:59:33 +00:00
Dan Poltawski
b56f00d057
Merge branch 'MDL-41155-master' of git://github.com/gurgus/moodle
2014-11-25 13:18:13 +00:00
Eloy Lafuente (stronk7)
f34996256d
Merge branch 'MDL-48210-master-checker-caching' of git://github.com/mudrd8mz/moodle
2014-11-25 13:21:47 +01:00
Dan Poltawski
0da32b82d7
Merge branch 'MDL-43483_master' of https://github.com/dmonllao/moodle
2014-11-25 11:28:19 +00:00
Dan Poltawski
3e8fe4baef
Merge branch 'MDL-46416-master-bare' of git://github.com/FMCorz/moodle
2014-11-25 11:21:19 +00:00
Dan Poltawski
4e75dd78e6
Merge branch 'MDL-43127-master' of git://github.com/FMCorz/moodle
2014-11-25 11:18:50 +00:00
Dan Poltawski
f376c2ffd7
Merge branch 'MDL-38128_master' of https://github.com/dmonllao/moodle
2014-11-25 11:07:50 +00:00
Eloy Lafuente (stronk7)
abe9be7240
Merge branch '48189-29' of git://github.com/samhemelryk/moodle
2014-11-25 11:18:16 +01:00
Frederic Massart
d996c620a9
MDL-46416 group: Allow group pictures to be deleted
2014-11-25 11:58:13 +08:00
Frederic Massart
21449d01b7
MDL-46416 group: Use a revision number for group pictures
2014-11-25 11:58:13 +08:00
Frederic Massart
61380ed2a2
MDL-43127 tool_uploadcourse: Add support for more enrolment methods
2014-11-25 11:00:56 +08:00
Sam Hemelryk
22fc0d15dd
Merge branch 'MDL-22043-master' of git://github.com/andrewnicols/moodle
2014-11-25 15:54:12 +13:00
David Monllao
ec802d8ef6
MDL-38128 mod_assign: Adding group selector to grading summary page
...
Thanks to Pau Ferrer Ocaña and Avi Levy for
their work on this issue.
2014-11-25 10:44:36 +08:00
David Monllao
99e434f2fa
MDL-31500 backup: Warn users about front page backups
...
They should know that they can only be restored on the front
page before selecting the destination course.
2014-11-25 10:30:25 +08:00
David Monllao
d62c556110
MDL-31500 backup: Remove frontpage restore UI restrictions
2014-11-25 09:37:53 +08:00
Sam Hemelryk
159928822c
MDL-23839 navigation: fixed php5.5ism
2014-11-25 14:35:30 +13:00
Andrew Nicols
6220813776
MDL-48309 mod_forum: Handle discussion subscriptions correctly
2014-11-25 09:23:51 +08:00
Andrew Nicols
5eddcfee34
MDL-48309 mod_forum: Add discussion subscription to the navigation
2014-11-25 09:16:08 +08:00
Sam Hemelryk
328e4e4c77
Merge branch 'MDL-23839-master' of git://github.com/andrewnicols/moodle
2014-11-25 14:07:08 +13:00
Brian Barnes
e45d9cd9bc
MDL-48359 webservices: Removed table from documentation page
2014-11-25 13:24:04 +13:00
Eloy Lafuente (stronk7)
e445e28d6c
Merge branch '48334-29' of git://github.com/samhemelryk/moodle
2014-11-25 01:18:11 +01:00
Jetha Chan
71688853e0
MDL-23912 core_comment: update count after deletion
2014-11-25 12:29:07 +13:00
Eloy Lafuente (stronk7)
27bfd2c4d1
Merge branch '38343-29' of git://github.com/samhemelryk/moodle
2014-11-25 00:26:41 +01:00
Eloy Lafuente (stronk7)
f62b278a91
Merge branch '48304-29' of git://github.com/samhemelryk/moodle
2014-11-25 00:23:42 +01:00
Sam Hemelryk
4cbf997db0
Merge branch 'MDL-48197-master' of git://github.com/andrewnicols/moodle
2014-11-25 11:02:19 +13:00
Sam Hemelryk
406712e989
Merge branch 'MDL-48246-M29' of git://github.com/lazydaisy/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-11-25 10:52:42 +13:00
Sam Hemelryk
9e65f9160a
Merge branch 'MDL-48259' of git://github.com/timhunt/moodle
2014-11-25 10:49:54 +13:00
Sam Hemelryk
9e921abaff
Merge branch 'm29_MDL-48265' of https://github.com/totara/moodle
2014-11-25 09:42:46 +13:00
Sam Hemelryk
35ccccf368
Merge branch 'wip_MDL-48282_m29_firstaccess' of https://github.com/skodak/moodle
2014-11-25 09:39:33 +13:00
Sam Hemelryk
c7c397ca39
MDL-20365 auth_db: post integration tweaks
...
* Fixes SQL indentation.
* Amended the new auth_dbsaltedcrypt string.
2014-11-25 09:05:24 +13:00
Sam Hemelryk
9e9af6736a
Merge branch 'MDL-20365_auth_db_salted_passwords' of https://github.com/MorrisR2/moodle
2014-11-25 08:19:04 +13:00
Dan Poltawski
1464bfe4be
Merge branch '47832-29-removed' of git://github.com/samhemelryk/moodle
2014-11-24 17:29:33 +00:00
Dan Poltawski
1f182f95e7
Merge branch 'MDL9443_Filter_XHTML_files.2014-11-19' of git://github.com/Dave-B/moodle
2014-11-24 17:26:30 +00:00
Dan Poltawski
1d9eb92ff3
Merge branch 'MDL-45867-master' of https://github.com/dthies/moodle
2014-11-24 17:11:14 +00:00
Dan Poltawski
8030d84bbc
Merge branch 'MDL-47601_master' of https://github.com/markn86/moodle
2014-11-24 17:02:09 +00:00
Dan Poltawski
1d79061651
Merge branch 'wip-MDL-48252-master' of git://github.com/abgreeve/moodle
2014-11-24 16:29:25 +00:00
AMOS bot
58a582be9b
Automatically generated installer lang files
2014-11-25 00:04:03 +08:00
Dan Poltawski
dca771127a
Merge branch 'MDL-48274-master' of git://github.com/andrewnicols/moodle
2014-11-24 15:37:56 +00:00
Dan Poltawski
e378e6b397
Merge branch 'wip-mdl-48063' of https://github.com/rajeshtaneja/moodle
2014-11-24 12:03:14 +00:00
Dan Poltawski
927da85285
Merge branch 'wip-mdl-48302' of https://github.com/rajeshtaneja/moodle
2014-11-24 11:56:56 +00:00
Dan Poltawski
e1a826e205
Merge branch 'MDL-48180-master' of git://github.com/FMCorz/moodle
2014-11-24 11:53:53 +00:00
Dan Poltawski
3111b66fbd
Merge branch 'wip_MDL-47834_m29_concurrentlogins' of https://github.com/skodak/moodle
2014-11-24 11:07:20 +00:00
Dan Poltawski
bcc4dc3eab
Merge branch 'MDL-31500_master' of git://github.com/dmonllao/moodle
...
Conflicts:
backup/util/ui/renderer.php
2014-11-24 10:55:27 +00:00
David Mudrák
32c670c8c2
MDL-48210 updates checker: Improve cron notifications processing
...
These are cosmetic improvements spotted while working on the issue.
1. Do not waste time if there are no changes to notify about.
2. Fix the legacy plugin manager's get_plugins() call.
2014-11-24 11:44:13 +01:00
David Mudrák
c9f1b3a0c3
MDL-48210 plugin_manager: Invalidate caches after fetching updates info
2014-11-24 11:44:02 +01:00
Amanda Doughty
cc6dee5856
MDL-35696 enrol_meta: Fixed course sort order
2014-11-24 10:19:17 +00:00
Ankit Agarwal
80a1dfe561
MDL-42717 backups: set correct backup status and add logs
...
Set a correct backup status of ERROR when we fail to copy a file to an external directory given the backup configs demand it.
Also a lot of logs are added around this area to let admins easily find the problem if backup fails because of directory permissions.
2014-11-24 10:18:56 +05:30
Sam Hemelryk
d148da7e56
Merge branch 'MDL-48148-master' of git://github.com/andrewnicols/moodle
2014-11-24 15:57:59 +13:00
Sam Hemelryk
b52e55bb47
Merge branch 'MDL-25763_master' of git://github.com/dmonllao/moodle
2014-11-24 15:53:56 +13:00
David Monllao
34f18420ac
MDL-22309 report_singleview: Fixing wrong uses of get_role_users()
2014-11-24 10:53:53 +08:00
David Monllao
a8e60d97d9
MDL-22309 accesslib: Preventing incorrect get_role_users() uses
2014-11-24 10:46:04 +08:00
Sam Hemelryk
6d84f28553
Merge branch 'MDL-48064-master' of https://github.com/dthies/moodle
2014-11-24 14:54:16 +13:00
David Monllao
655f737187
MDL-22309 accesslib: Adding unit test to expose the issue
2014-11-24 09:45:50 +08:00
Adrian Greeve
67eb7d7804
MDL-48252 scheduled tasks: Unit test for file_temp_cleanup_task.
2014-11-24 09:41:42 +08:00
Adrian Greeve
bdead76ea4
MDL-48252 scheduled tasks: file_temp_cleanup_task does full delete.
...
This scheduled task was previously only doing a partial delete
due to the fact that the directory modification time would be
updated when a child file was deleted. It would then have to
wait another week before that directory could be deleted.
2014-11-24 09:41:42 +08:00
David Monllao
06bb6478fd
MDL-25763 tool_replace: Returning correct error code
2014-11-24 09:30:06 +08:00
Andrew Nicols
338ee3d6bb
MDL-48148 mod_forum: Use the standard forum reply subject as default
...
When a user replies by e-mail, the course name has been included in the
original e-mail. As a result, the reply subject becomes longer and longer.
In cases whether either:
* the discussion name; or
* the replied-to-post subject
is present in the mail subject, the standard reply subject is instead used.
2014-11-24 09:10:54 +08:00
Matteo Scaramuccia
8e1f21d47b
MDL-43483 mod_chat: Fixed race condition issues, including not useful logs.
2014-11-24 08:58:38 +08:00
Brian Barnes
270a8f1bf0
MDL-48317 groups: Removed table from User groups page
2014-11-24 10:43:15 +13:00
Sam Hemelryk
74cb9073d0
Merge branch 'MDL-35494_master' of https://github.com/markn86/moodle
2014-11-24 10:06:00 +13:00
Sam Hemelryk
bb554eb4ef
MDL-48335 phpdoc: cleaned up @package in lang files
2014-11-22 11:03:46 +13:00
Sam Hemelryk
365c4edc92
MDL-48334 tool_messageinbound: phpdoc cleanup
2014-11-22 11:02:46 +13:00
Sam Hemelryk
04f2d13b4a
MDL-48334 tool_messageinbound: cleanup @package @category
2014-11-22 11:02:40 +13:00
David Monllao
03c39daad8
MDL-31500 backup: Allow front page backup/restore
...
Removes restore on front page restrictions and allows
front page modules duplication.
2014-11-21 14:55:09 +08:00
David Monllao
818262afa5
MDL-31500 backup: New unit test for front page backup/restore
2014-11-21 12:37:27 +08:00
Rajesh Taneja
4db699fd26
MDL-48190 behat: Fixed visit background in MoodleScenarioTester
2014-11-21 12:02:20 +08:00
Frederic Massart
93539c44dc
MDL-18183 mnet: Option to verify peer and host of MNet peer using HTTPS
2014-11-21 11:33:16 +08:00
Rajesh Taneja
2ca7f4e649
MDL-48063 behat: Fixed JS Exception
...
M is not created on all pages, like cron and
Steps which check for exported data. So we need
to ensure M is defined, before using it in
behat_hooks::wait_for_pending_js()
2014-11-21 11:01:35 +08:00
Jetha Chan
a71d9d28b7
MDL-48288 gradebook: fix floating footer exception when averages disabled
...
The code we use to update styles on floating elements did not account for
situations where those floating elements don't exist. This was discovered
when a test site didn't have column averages enabled, resulting in no
floating footer element being created, so when _handleScrollEvent was
fired the first time, a null reference exception was thrown trying to
apply styles to a non-existent element.
2014-11-21 11:00:51 +08:00
Rajesh Taneja
8d85156db7
MDL-48302 behat: Reverted temp fix added by MDL-48251
2014-11-21 10:39:42 +08:00
Jonathon Fowler
ee4b11e0a6
MDL-25763 tool_replace: cli version
2014-11-21 10:38:04 +08:00
Jetha Chan
d8389cd6f8
MDL-47329 mod_book: missing RTL styles, added page body selectors
2014-11-21 10:34:24 +08:00
Jetha Chan
15b3c4e0a4
MDL-47329 mod_book: use embedded pagetype instead of hardcoded HTML
2014-11-21 10:34:24 +08:00
Rajesh Taneja
ab25d8a7f7
MDL-48302 behat: Reset all data, before starting behat suite
2014-11-21 10:23:07 +08:00
Rajesh Taneja
97d0445a7b
MDL-48302 behat: Make sure to clear php file cache
2014-11-21 10:22:56 +08:00
Rajesh Taneja
ef1d45b394
MDL-48302 behat: Reset cache before scenario
2014-11-21 10:22:56 +08:00
Sam Hemelryk
32bc89811c
MDL-36236 cache: clarified locking strings
...
We copy the cachedef_locking string as that cache definition is
used for locking and its name is more than likely the descriptive
word we are looking for.
AMOS BEGIN
CPY [cachedef_locking,cache],[locking,cache]
AMOS END
2014-11-21 11:33:07 +13:00
Petr Skoda
89e9321f96
MDL-47834 auth: Allow enforcing of login limits
2014-11-21 10:00:01 +13:00
Petr Skoda
f720c2c060
MDL-48282 Standardise update of user->firstaccess
2014-11-21 09:25:57 +13:00
Kordan
2313504186
MDL-46618 tool_xmldb: added styles_bootstrapbase.css
2014-11-20 10:40:32 +01:00
Dan Poltawski
ca0e301c7b
weekly release 2.9dev
2014-11-20 08:38:12 +00:00
Dan Poltawski
796f50a8d4
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2014-11-20 08:38:09 +00:00
Dan Poltawski
17d4ff23ee
Revert "MDL-46531 Make atto foreground colors and background colors configurable"
...
This reverts commit cb6e1d5270 .
This reverts commit 7a5e605424 , reversing
changes made to 7b9fb265d2 .
This reverts commit 06404b0118 , reversing
changes made to 0f87473fed .
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-11-20 07:04:41 +00:00
Dave Cooper
0a6a254351
MDL-41155 Lesson: Fixed multiple question attempts logic
...
Thanks to Rajneel Totaram for providing this patch.
2014-11-20 14:43:12 +08:00
Dave Cooper
22cd6b3c8b
MDL-41155 Lesson: Added behat tests for multiple question attempts
2014-11-20 14:42:11 +08:00
Sam Hemelryk
11b5e41b0c
NOBUG: fixed commit message typo
2014-11-20 16:47:33 +13:00
Andrew Nicols
cb6e1d5270
MDL-46531 editor_atto: fontcolor -> backcolor
2014-11-20 10:46:04 +08:00
Sam Hemelryk
53623a70f0
MDL-26226 course: new setting for sections as links
...
This commit adds a new setting to always display course sections
as links (if possible).
2014-11-20 15:41:24 +13:00
Sam Hemelryk
9915109268
MDL-48304 moodle_url: compare now considers anchor
2014-11-20 15:38:34 +13:00
Adrian Greeve
b49964f7fc
MDL-48252 scheduled tasks: Unit test for file_temp_cleanup_task.
2014-11-20 10:35:47 +08:00
Sam Hemelryk
83bee88119
MDL-47832 cache: removed data source aggregate functionality
...
Cache data source aggregate functionality was found to be broken
and unused, because of this the decision was made to remove it
rather than fix it.
As it was broken we did not follow typical deprecation methods and
instead the code was removed outright with only structure
remaining and left deprecated.
2014-11-20 11:02:56 +13:00
Sam Hemelryk
2949dedcda
MDL-43628 mod_assign: fixed formatting of statement
2014-11-20 10:18:28 +13:00
Eloy Lafuente (stronk7)
4067991016
Merge branch '48206-29' of git://github.com/samhemelryk/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-11-19 21:28:51 +01:00
Sam Hemelryk
7a5e605424
Merge branch 'MDL-46531-fixes' of git://github.com/andrewnicols/moodle
2014-11-20 09:12:14 +13:00
Rajesh Taneja
7b9fb265d2
MDL-48251 behat: Shuffling activity creation fix quiz behat
2014-11-19 20:07:07 +01:00
David Balch
112aed6035
MDL-9443 core_files: Also filter .xhtml resources.
...
Change the filters to treat .xhtml files the same as .html,
so they are filtered by both "All files" and "HTML files only".
2014-11-19 14:14:50 +00:00
Dan Poltawski
72e3cb9ad2
MDL-29585 wiki: fix unit test fails
2014-11-19 11:37:35 +00:00
Dan Poltawski
b4fc107a35
Merge branch 'MDL-29585-master-fixup' of https://github.com/FMCorz/moodle
2014-11-19 10:29:10 +00:00
Frederic Massart
414f7ef8ff
MDL-29585 mod_wiki: Prevent broken links in editable sections
...
When a section name ended with a URL, the '<a' part of [edit] link
that is appended to the section was considered as part of the URL
in the section, thus causing the [edit] link to be broken.
2014-11-19 17:28:36 +08:00
Andrew Nicols
db97ff0ee6
MDL-46531 editor_atto: Handle a null selection better on colour change
...
Sadly, there is no easy way to do this. When a range is empty, we need to
create a new span, make the changes there, and then select it. Rangy does
not provide a helper to do this yet (will be in 1.3) so we have to do it
manually in the mean time.
2014-11-19 15:45:37 +08:00
Dan Poltawski
23842d8c50
Merge branch 'wip-mdl-46865' of https://github.com/rajeshtaneja/moodle
2014-11-19 06:39:35 +00:00
Mario Wehr
772e9dc17e
MDL-48274 mod_forum: Add missing context to has_capability call
2014-11-19 14:06:07 +08:00
Dan Poltawski
7417189dcc
MDL-48276 qformat_xhtml: avoid uncessary html in .css file
...
In order to help automated tools move the html out of the css
file.
2014-11-19 05:55:59 +00:00
Andrew Nicols
ad5fe454df
MDL-22043 mod_forum: Fix toggle subscription editing button behaviour
...
Update the user session property before generating the button which relies
upon it.
2014-11-19 13:31:54 +08:00
Rajesh Taneja
e1d138a74f
MDL-46865 report_log: Fixed site name in behat step
2014-11-19 10:17:32 +08:00
Andrew Nicols
fc05c1b8e5
MDL-48197 testing: Normalise uses of noemailever and phpmailer sink
2014-11-19 09:09:50 +08:00
Andrew Nicols
556e3a9e8a
MDL-48197 testing: Always set up a mail sink for mail redirection
...
Rather than setting noemailever in the bootstrap, this sets up a default
phpmailer message sink which will catch all messages.
Tests which require the phpmailer sink will continue to work as before
without change, though the noemailever config setting no longer needs to
be altered.
For tests wanting to test with noemailever set with the previous behaviour,
they will need to load the message sink and then close it.
2014-11-19 09:09:49 +08:00
Andrew Nicols
494cf9b81c
MDL-23839 navigation: Check for assignable course category roles
2014-11-19 08:54:53 +08:00
Sam Hemelryk
cb2cf2fed3
MDL-48189 grade: letters now covered by behat
2014-11-19 11:57:19 +13:00
Dan Poltawski
1e717e84e7
MDL-48277 css: enable some helpful csslint warnings
...
Note that these rules cause a resonable amount of warnings when run
across the codebase but should be useful in the development of new css.
* known-properties can find typos in properties used
https://github.com/CSSLint/csslint/wiki/Require-use-of-known-properties
* display-property-grouping can discover situations where rules are used
in invalid combinations
https://github.com/CSSLint/csslint/wiki/Require-properties-appropriate-for-display
* empty-rules finds situations where empty rules are defined
https://github.com/CSSLint/csslint/wiki/Disallow-empty-rules
* important warnings when !important is used (generally bad for themers)
https://github.com/CSSLint/csslint/wiki/Disallow-!important
2014-11-18 22:11:36 +00:00
Dan Poltawski
03e93abad8
MDL-48277 css: enable duplicate definitions lint rule
...
And remove duplicates found in code which were detected by this rule
(leaving the last rule defined as this would take precidence).
https://github.com/CSSLint/csslint/wiki/Disallow-duplicate-properties
2014-11-18 22:11:36 +00:00
Dan Poltawski
9ec6c460e6
MDL-48277 css: remove invalid @-ms-keyframes rule
...
This is directly copied from bootstrap, but was added to a beta version
of IE10, but never the production version so is uncessary.
Refs:
http://blogs.msdn.com/b/ie/archive/2012/06/06/moving-the-stable-web-forward-in-ie10-release-preview.aspx
https://github.com/CSSLint/csslint/issues/295
2014-11-18 22:11:35 +00:00
Dan Poltawski
4b4974881b
MDL-48277 css: remove empty CSS files
...
To avoid tools moaning and uncessary file loads
* course/style.css was mistakenly added empty in 01e0e7044
* theme/canvas/style/question.css has been empty since 2.1 481dc639
2014-11-18 22:11:35 +00:00
Dan Poltawski
16c5684e6e
MDL-48277 css: initial csslint config file
...
Will throw errors about invalid CSS
2014-11-18 22:11:11 +00:00
Sam Hemelryk
c866fe44de
MDL-23538 backup: tidied up phpdocs + coding style
2014-11-19 10:04:10 +13:00
Sam Hemelryk
a74d4743e1
MDL-33606 event: moved upgrade notice
2014-11-19 09:38:55 +13:00
Sam Hemelryk
469c32955a
Merge branch 'MDL-33606_master' of git://github.com/dmonllao/moodle
2014-11-19 09:37:19 +13:00
Sam Hemelryk
756350b82d
Merge branch 'MDL-47587' of git://github.com/jmvedrine/moodle
2014-11-19 09:18:36 +13:00
Daniel Thies
3086c8cedb
MDL-45867 atto_equation: Change preview update to asynchronous
2014-11-18 13:26:13 -06:00
Mary Evans
a263396486
MDL-47915 theme: use id='page-content' rather than 'content'.
...
Also added JS fallback for themes using copied layouts in scorm
2014-11-18 17:49:57 +00:00
Gilles-Philippe Leblanc
af14ef657a
MDL-47501 gradebook: Add an indication that the grade letters was overridden
2014-11-18 17:13:40 +00:00
Helen Foster
ee7a1a546c
MDL-47800 admin: improved strings
2014-11-18 16:35:38 +00:00
Dan Poltawski
eb0acfa311
Merge branch 'wip_MDL-47800_m28_pwchange2' of git://github.com/skodak/moodle
2014-11-18 16:32:57 +00:00
AMOS bot
e368d245c4
Automatically generated installer lang files
2014-11-19 00:05:38 +08:00
Dan Poltawski
c8b01e0c7d
Merge branch 'MDL36874_Text_navigation_for_Books' of git://github.com/Dave-B/moodle
...
Conflicts:
mod/book/version.php
mod/book/db/upgrade.php
2014-11-18 13:54:05 +00:00
Dan Poltawski
0bd55a3322
Merge branch '47434-29-1' of git://github.com/samhemelryk/moodle
2014-11-18 13:22:41 +00:00
Dan Poltawski
8d3fba4ce4
Merge branch 'm28_MDL-48041' of https://github.com/totara/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-11-18 13:10:57 +00:00
Dan Poltawski
de134194b9
Merge branch 'MDL-48146' of git://github.com/timhunt/moodle
2014-11-18 12:04:48 +00:00
Dan Poltawski
39da77774a
Merge branch 'wip_MDL-47803_m28_usersessions2' of https://github.com/skodak/moodle
2014-11-18 10:15:06 +00:00
Dan Poltawski
7baf2d1634
Merge branch 'MDL-47700-master' of git://github.com/xow/moodle
2014-11-18 10:04:33 +00:00
Jean-Michel Vedrine
31f386732b
MDL-47587 Lesson: Display progress bar on the end of lesson page
2014-11-18 08:49:22 +01:00
Adrian Greeve
767d01cf39
MDL-48252 scheduled tasks: file_temp_cleanup_task does full delete.
...
This scheduled task was previously only doing a partial delete
due to the fact that the directory modification time would be
updated when a child file was deleted. It would then have to
wait another week before that directory could be deleted.
2014-11-18 14:17:24 +08:00
Sam Hemelryk
1b4af6f371
Merge branch 'wip-mdl-48250' of https://github.com/rajeshtaneja/moodle
2014-11-18 17:37:57 +13:00
Brian Barnes
25fd8e0778
MDL-48265 feedback: Added alt text to ghostscript test image
2014-11-18 17:09:05 +13:00
Sam Hemelryk
2f365ee4aa
Merge branch 'wip-MDL-43205-master' of git://github.com/abgreeve/moodle
2014-11-18 16:48:27 +13:00
Sam Hemelryk
7b604fd9f1
Merge branch 'MDL-29585-master' of git://github.com/FMCorz/moodle
2014-11-18 16:47:24 +13:00
Eloy Lafuente (stronk7)
ea1720be99
Merge branch '48070-29' of git://github.com/samhemelryk/moodle
2014-11-18 03:41:28 +01:00
Petr Skoda
8064168e3c
MDL-47803 Add report that lists user sessions
2014-11-18 13:55:11 +13:00
Sam Hemelryk
5b9a75e1fe
Merge branch 'MDL-47527_master' of https://github.com/StudiUM/moodle
2014-11-18 13:34:29 +13:00
Sam Hemelryk
51e7f05043
MDL-38343 cache: better test server strings
2014-11-18 12:35:01 +13:00
Sam Hemelryk
817e9010c1
Merge branch 'MDL-47618' of git://github.com/timhunt/moodle
2014-11-18 11:12:28 +13:00
Sam Hemelryk
6067a4c87c
Merge branch 'MDL-47777_master' of https://github.com/Syxton/moodle
2014-11-18 10:57:29 +13:00
Sam Hemelryk
06404b0118
Merge branch 'MDL-46531-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-11-18 10:48:31 +13:00
Sam Hemelryk
699f60c6f7
MDL-48070 navbar: ensure navigation initialised
2014-11-18 09:55:36 +13:00
Petr Skoda
866f03de46
MDL-47800 auth: Add option to logout on pw change
2014-11-18 09:51:52 +13:00
Daniel Thies
8bca3609ee
MDL-48064 atto_editor: Expand event subscription for saving selection
2014-11-17 11:15:45 -06:00
Dan Poltawski
0f87473fed
Merge branch 'MDL-30619_master' of https://github.com/markn86/moodle
2014-11-17 16:48:27 +00:00
Dan Poltawski
34a0b00d4a
Merge branch 'MDL-48199-master' of git://github.com/lazydaisy/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-11-17 16:42:34 +00:00
Dan Poltawski
b4dd8e28cd
Merge branch '48070-29' of git://github.com/samhemelryk/moodle
2014-11-17 16:22:26 +00:00
Tim Hunt
1b49f31df2
MDL-48259 questionlib.php: remove functions deprecated in Moodle 2.6
2014-11-17 15:55:22 +00:00
Dan Poltawski
122cabb41e
Merge branch 'MDL-47648' of git://github.com/timhunt/moodle
2014-11-17 15:39:48 +00:00
Dan Poltawski
d012fad7d9
Merge branch 'wip-mdl-46865' of https://github.com/rajeshtaneja/moodle
2014-11-17 15:33:45 +00:00
Dan Poltawski
296e292413
Merge branch 'm29_MDL-48023_Theme_Setting_Files_Cacheable_By_Both_Browsers_And_Proxies' of https://github.com/scara/moodle
2014-11-17 15:20:17 +00:00
Tim Hunt
4c3c1b5169
MDL-48259 questionlib.php: remove functions deprecated in Moodle 2.1
2014-11-17 15:19:56 +00:00
Dan Poltawski
8776094d6d
Merge branch 'MDL-48042_wip' of git://github.com/ppichet/moodle
2014-11-17 15:12:56 +00:00
Mary Evans
82b5f58f57
MDL-48246 theme: Fixed typo in 'hidepanelicon'
2014-11-17 14:58:37 +00:00
Dan Poltawski
96ac6cb964
Merge branch 'MDL-42756' of git://github.com/aolley/moodle
2014-11-17 13:52:39 +00:00
Dan Poltawski
604090397a
Merge branch 'wip-MDL-36240-master' of git://github.com/abgreeve/moodle
2014-11-17 13:30:57 +00:00
Dan Poltawski
bb4013f5c7
Merge branch 'MDL-43987-master' of git://github.com/xow/moodle
2014-11-17 13:17:40 +00:00
Dan Poltawski
a020ddecf0
Merge branch 'MDL-46640-master' of git://github.com/FMCorz/moodle
2014-11-17 12:52:35 +00:00
Dan Poltawski
42b8a6cccd
Merge branch 'wip-mdl-48032-m' of git://github.com/rajeshtaneja/moodle
2014-11-17 11:32:04 +00:00
Mark Nelson
425dc0ed96
MDL-47601 core_backup: ensure removal of automated backups
2014-11-16 23:56:59 -08:00
Andrew Nicols
e7f0b4d3dd
MDL-48150 mod_forum: Generate message inbound keys for all posts
...
This code was previously misplaced so that only posts in discussion which
had not yet been processed in the current cron run would have keys
generated. If two posts were generated in the same discussion and sent out
on the same cron cycle, only the first post to be processed would have a
key generated.
2014-11-17 15:47:47 +08:00
David Monllao
d931574ff9
MDL-33606 course: Adding section info to course_viewed log
...
Also changing references to section id to
section number, that it is what it really is.
2014-11-17 15:18:18 +08:00
Frederic Massart
ab14ab741e
MDL-48180 mod_assign: By default do not count 'new' submissions
2014-11-17 15:14:37 +08:00
Mark Nelson
17fd194c7c
MDL-35494 core_backup: fixed activity restoration issue
2014-11-16 22:50:10 -08:00
Rajesh Taneja
b4fa03606f
MDL-48250 enrol_ldap: set default category
...
As in other enrol plugins (database), set default
category to 1 (pointing to Miscellaneous)
2014-11-17 14:41:56 +08:00
Mark Nelson
4e4572963a
MDL-30619 mod_data: fixed deletion of files on reset
2014-11-16 21:42:59 -08:00
Frederic Massart
0209a85704
MDL-46640 navigation: Handle block contexts within a category
2014-11-17 12:41:41 +08:00
Frederic Massart
c159e2aa0a
MDL-29585 mod_wiki: Handle special characters in headings/sections
2014-11-17 10:38:36 +08:00
Sam Hemelryk
2611dd99d3
MDL-48196 phpunit: fixed the fail after this change
2014-11-17 15:07:15 +13:00
John Okely
c2a9bb3a9d
MDL-43987 core: Remove port numbers in cleanremoteaddr
2014-11-17 09:48:26 +08:00
Sam Hemelryk
1f4039d84f
Merge branch 'MDL-48115_master' of https://github.com/totara/openbadges
2014-11-17 14:37:49 +13:00
Adrian Greeve
d983ac6394
MDL-36240 backup: Activity calendar events backed up.
...
Activity calendar events can now be backed up and restored
when no user data is selected.
2014-11-17 09:18:00 +08:00
Sam Hemelryk
d6abe6f744
Merge branch 'MDL-48194-master' of git://github.com/andrewnicols/moodle
2014-11-17 13:39:03 +13:00
Sam Hemelryk
993e61d970
Merge branch 'MDL-48171-master' of git://github.com/ankitagarwal/moodle
2014-11-17 13:21:02 +13:00
Sam Hemelryk
0d23255b89
Merge branch 'MDL-48179-master' of https://github.com/sammarshallou/moodle
2014-11-17 12:48:04 +13:00
Sam Hemelryk
b83a0323da
Merge branch 'MDL-48196-master' of git://github.com/andrewnicols/moodle
2014-11-17 12:34:02 +13:00
Sam Hemelryk
2928dfd8a0
Merge branch 'master_MDL-47993' of https://github.com/totara/moodle
2014-11-17 12:21:16 +13:00
Sam Hemelryk
57fa596e0f
Merge branch 'MDL-43628' of https://github.com/scyrma/moodle
2014-11-17 11:44:57 +13:00
Sam Hemelryk
76555946a9
Merge branch 'MDL-35638-master' of git://github.com/ankitagarwal/moodle
2014-11-17 10:34:10 +13:00
Sam Hemelryk
fea4baf826
Merge branch 'MDL-47590' of git://github.com/timhunt/moodle
2014-11-17 10:34:09 +13:00
Sam Hemelryk
6d97620481
Merge branch 'MDL-44657-master' of git://github.com/FMCorz/moodle
2014-11-17 10:34:09 +13:00
Matteo Scaramuccia
bb8ed60a3c
MDL-48023 Files API: Theme files must be cache-able by shared proxies.
...
The profile image AKA user icon will be cache-able by shared proxies too,
under its specific accessibility constraints/conditions.
2014-11-16 09:53:27 +01:00
Pierre Pichet
b8393a77c3
MDL-48042 Questions: Reset Calculated qtype comments on datasets
...
Reset back the modifications of Calculated qtype comments on datasets
done by MDL-47224
Signed-off-by: Pierre Pichet <pichet.pierre@uqam.ca >
2014-11-15 16:17:15 -05:00
Mary Evans
31b569ab18
MDL-48199 theme_bootstrapbase: Page padding left is wrong when in RTL
2014-11-14 18:52:28 +00:00
sam marshall
94b084fb02
MDL-48179 Backup progress: Can time out when compressing large backup
2014-11-14 18:29:30 +00:00
Daniel Thies
9b9a3abf9b
MDL-48064 atto_editor: Check if activeElement is child node in isActive
2014-11-14 11:49:15 -06:00
Tim Hunt
ba145a9e4e
MDL-47590 question backup: include response file only with userdata
2014-11-14 16:21:18 +00:00
Ankit Agarwal
74b28381c6
MDL-48171 gradebook: Use proper apis to get item name
2014-11-14 13:25:04 +05:30
Sam Hemelryk
2ff98fb6e4
MDL-48206 block_comments: textarea width 100%
2014-11-14 11:40:33 +13:00
Sam Hemelryk
aac8dfa8b6
MDL-48070 navigation: optimised the login page
...
The navigation and settings no longer get initialised on the login
page by default, this is achieved by calling to ignore the active
page on the navbar.
It is safe because the login page is not represented in either the
navigation or the settings.
This change saves a few MB or ram and a couple of database queries
2014-11-14 11:40:25 +13:00
Sam Hemelryk
701772c0e8
MDL-47434 format_topics: section 0 navigation tweak
...
Section 0 is now only shown in the navigation block if it contains
activities.
If there are no activities then the section is removed.
This mimicks the display on the course page.
2014-11-14 11:40:17 +13:00
Sam Hemelryk
f9745259b7
MDL-47434 format_weeks: section 0 navigation tweak
...
Section 0 is now only shown in the navigation block if it contains
activities.
If there are no activities then the section is removed.
This mimicks the display on the course page.
2014-11-14 11:40:17 +13:00
Oleg Demeshev
741063b41c
MDL-47993 calendar: Fix ical import Microsoft calendar issue
2014-11-14 10:32:54 +13:00
Eloy Lafuente (stronk7)
c106341098
weekly release 2.9dev
2014-11-13 12:14:36 +01:00
Eloy Lafuente (stronk7)
a5c69c900c
Merge branch 'MDL-48214-master-enfix' of git://github.com/mudrd8mz/moodle
2014-11-13 11:55:15 +01:00
Helen Foster
ed10b1d94d
MDL-48214 Merge English strings from the en_fix language pack
2014-11-13 11:29:08 +01:00
Paul Holden
68ef378b1b
MDL-44657 forms: Form identifiers should only contain basic characters
2014-11-13 16:20:28 +08:00
Rajesh Taneja
bd2183cd16
MDL-46865 report_log: Fixed showuser and showcourse in report log
2014-11-13 15:19:24 +08:00
John Okely
180acd64e9
MDL-47700 Grades: Fix incorrect config for overview report showrank
2014-11-13 14:26:31 +08:00
Tim Lock
d0fabf1193
MDL-47700 Grades: Sitewide overview report isn't visible in some cases
...
Showing a overview report rank sitewide isn't visible to student in same cases
2014-11-13 13:25:31 +08:00
Andrew Nicols
14ecbb2ee8
MDL-48196 phpunit: Set e-mail address for admin user at installation
2014-11-13 08:47:43 +08:00
Eugene Venter
8309373cbf
MDL-48204 mod_wiki: admin.php - fix syntax error
2014-11-13 00:46:43 +01:00
Ray Morris
f97b63bfd1
MDL-20365 auth_db: Add salted crypt() password hash option
2014-11-12 16:32:34 -06:00
Tim Hunt
06cf0b75ec
MDL-48146 quiz settings: fix non-percent feedback boundaries
2014-11-12 15:45:26 +00:00
Dan Poltawski
2ee5b9cdc6
weekly release 2.9dev
2014-11-12 11:33:20 +00:00
Dan Poltawski
271045e5d4
MDL-48174 tool_langimport: info about skipped update
...
So admins can work out why the task might not be having an effect.
2014-11-12 11:24:21 +00:00
Dan Poltawski
bfa16aa2fa
Merge branch 'wip-mdl-48174' of https://github.com/rajeshtaneja/moodle
2014-11-12 11:03:43 +00:00
David Balch
218ab06054
MDL-46116 mod_imscp: Fix codechecker issues, some moodlecheck issues.
2014-11-12 09:41:13 +00:00
David Monllao
800fa051b0
MDL-30968 mod_forum: No picture link to group when no groups mode
2014-11-12 11:53:14 +08:00
Andrew Nicols
a9edd8a671
MDL-48194 testing: Adjust naming of testsuites in phpunit.xml
...
This will make it easier to run phpunit for a specific component by making
all testsuite names consistent, guessable, and in-line with the naming of
the parameter (testsuite vs. test suite).
2014-11-12 11:46:03 +08:00
Adam Olley
09869dd583
MDL-42756 dock: Trigger actionmenu enhance when showing dock panel
...
Additionally fixes the styling for the actionmenu icon size in
bootstrapbase'd themes.
2014-11-12 14:10:07 +10:30
Sam Hemelryk
8aff36d0c8
Merge branch 'MDL-47391_master' of github.com:ninelanterns/moodle
2014-11-12 12:33:25 +13:00
Sam Hemelryk
785887fd0f
Merge branch 'MDL-39692-master' of git://github.com/FMCorz/moodle
2014-11-12 09:41:58 +13:00
Yuliya Bozhko
ae17e383ef
MDL-48115 badges: Fix strtoupper() output in badges
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com >
2014-11-12 09:25:58 +13:00
Sam Hemelryk
06a26e54e5
Merge branch 'MDL-30968-master-forum-group-link' of https://github.com/amandadoughty/moodle
2014-11-12 08:58:52 +13:00
Dan Poltawski
73f755a799
MDL-47502 statslib tests: improve test
...
While integrating I noticed some problems which already existed in this
test:
* The enrolment data generator was not used
* The student roleid was hardocded
* The role assignment was at site level..
2014-11-11 19:25:49 +00:00
Eugene Venter
ba923f4f9a
MDL-47502 test_statslib_cron_daily: fix provider
...
Fiddling with the database in the data provider causes "out of sync"
errors when running suite tests.
2014-11-11 19:12:51 +00:00
Dan Poltawski
3194ca4b02
Merge branch 'MDL-47975-master' of git://github.com/damyon/moodle
2014-11-11 19:05:45 +00:00
Dan Poltawski
e0fa3e952b
Merge branch 'MDL-48093-master' of https://github.com/sammarshallou/moodle
2014-11-11 18:59:55 +00:00
Dan Poltawski
4bd5445447
Merge branch 'MDL-48168' of git://github.com/timhunt/moodle
2014-11-11 18:48:39 +00:00
David Balch
d5ba9f035d
MDL-46116 mod_imscp: List children if no content in item.
2014-11-11 18:34:31 +00:00
David Balch
581e247b6a
MDL-46116 mod_imscp: Display first item with content on load.
2014-11-11 18:31:35 +00:00
David Balch
949c66abf7
MDL-46116 mod_imscp: Don't create links on items without content.
2014-11-11 18:05:03 +00:00
Tim Hunt
bae1d7d9e8
MDL-47618 quiz statistics: fatal error with groups.
...
The problem was that the names of query placeholders were changing. The
fix was to do things ourself, rather than using get_in_or_equal.
2014-11-11 18:01:35 +00:00
Dan Poltawski
20ac3aa5e5
Merge branch 'MDL-39376-master' of git://github.com/FMCorz/moodle
2014-11-11 17:21:09 +00:00
Dan Poltawski
cae0c46b9b
Merge branch 'MDL-48156-master-pluginisenabled' of git://github.com/mudrd8mz/moodle
2014-11-11 17:16:00 +00:00
Tim Hunt
de10b7c239
MDL-47648 admin unit tests: fix file perms on mimetex.exe
...
This was causing the
core_admintree_testcase::test_admin_setting_configexecutable unit test
to fail.
2014-11-11 14:02:54 +00:00
Rajesh Taneja
ac19f245bf
MDL-48174 core_lang: support for ->skiplangupgrade in lang cron task
...
Similar to upgrade_language_pack(), update_langpacks_task should
respect skiplangupgrade config. Also, this should be added to behat
whitelist, so it can be disabled during on-sync period, when lang
pack for master is not available.
2014-11-11 16:52:20 +08:00
Dan Poltawski
c69183a40f
Merge branch 'MDL-48144' of git://github.com/stronk7/moodle
2014-11-11 08:07:19 +00:00
Ankit Agarwal
751c05c041
MDL-35638 backup: Do not print headers during redirects
2014-11-11 11:07:44 +05:30
Mathieu Petit-Clair
fb61433086
MDL-43628 assign: make submissionagreement usable on multilingual sites
2014-11-10 16:53:03 -05:00
Tim Hunt
080839c421
MDL-48168 quiz editing: max grade should be editable after attempts
...
Note that there was a lot of legacy code left from Moodle 2.7 which is
no longer required, and I took this opportunity to delete it.
2014-11-10 19:00:05 +00:00
Eloy Lafuente (stronk7)
147bae8f7c
MDL-48144 upgrade: add v2.8.0 sep lines
2014-11-10 18:08:15 +01:00
Paula Ardanza Menéndez
7852746292
MDL-47527 gradebook: Allow access to overview report
2014-11-10 11:57:18 -05:00
Eloy Lafuente (stronk7)
53fd1ae5ce
Merge branch 'MDL-48143' of git://github.com/stronk7/moodle
2014-11-10 17:39:54 +01:00
Eloy Lafuente (stronk7)
00c78e2623
MDL-48143 backup: Bump release to 2.9 dev branch
2014-11-10 17:32:34 +01:00
sam marshall
540af6f38e
MDL-48093 HTML 5 video: Firefox now supports .mp4
2014-11-10 10:48:28 +00:00
David Mudrák
5429afc042
MDL-48156 task: Skip the scheduled task only for really disabled plugins
2014-11-10 11:09:25 +01:00
Darko Miletic
ea99201d7d
MDL-39376 enrol: Optimized setting for ldap and database
2014-11-10 16:45:43 +08:00
Brent Boghosian
f1c0061daa
MDL-43205 user profile fields: Menu multi-lang improvements.
...
Improve custom user profile multi-language menu options
support, so that it is not set to a specific language.
2014-11-10 13:46:39 +08:00
Frederic Massart
b53a658b26
MDL-39692 grade: Little code clean up of letter boundary deletion
2014-11-10 13:00:01 +08:00
Huy Hoang
1d693611e5
MDL-39692 grade: Ability to delete letter boundary
2014-11-10 12:14:31 +08:00
James Ballard
91325ff616
MDL-47391 Update pagelayout for default profile configuration
2014-11-10 09:23:45 +11:00
Eloy Lafuente (stronk7)
683d7de4d1
weekly back-to-dev release 2.9dev
2014-11-09 04:04:17 +01:00
Brian Barnes
e19367db13
MDL-48041 messages: Removed HTML table around user images
2014-11-07 09:56:31 +13:00
Amanda Doughty
c980dd123a
MDL-30968 mod/forum Fixed group link
2014-11-03 14:29:03 +00:00
Rajesh Taneja
c0eb377a8a
MDL-48032 behat: Updated composer to point to v1.29.0
2014-11-03 10:51:58 +08:00
Damyon Wiese
a0f8db77bb
MDL-47975 assign: Stop gap fix for random time fails.
2014-10-31 12:52:24 +08:00
David Balch
f4de846143
MDL-36874 mod_book: Add text navigation.
...
Based on a patch by Matthew Cannings, this replaces Book's previous/next arrow
image links with a choice of: no links, image links, or chapter title text links.
2014-10-29 09:43:10 +00:00
David Balch
7b2eff2886
MDL-36874 mod_book: Add uarrow() output renderer.
...
In preparation for Book navigation improvements in MDL-36874, this commit
adds a uarrow() output renderer, to complement rarrow() and larrow().
2014-10-28 09:29:28 +00:00
Syxton
35e7ad6a60
MDL-47777 assign: max files hard coded to setting
...
The current file submission is hard coded to a maximum of 20 files
possible. While the user can choose a number less than 20, the maximum
is still set in code. This converts the hard coded 20 to a site setting
defaulting to 20.
2014-10-22 08:24:30 -04:00
Andrew Nicols
ee7432b32c
MDL-46531 editor_atto: Color plugins should use classes rather than hardcoded colours
2014-10-06 12:07:31 +08:00
Dongsheng Cai
0e1cd7697e
MDL-35983 Try to use real file name from EQUELLA
2012-10-11 11:26:44 +11:00