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
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