Andrew Nicols
b7fafb5aae
Merge branch 'MDL-50893' of git://github.com/timhunt/moodle
2015-08-04 15:59:05 +08:00
Michael Aherne
bc9837241f
MDL-49280 user: Config for allowing duplicate emails
2015-08-04 08:46:08 +01:00
Andrew Nicols
719af68938
Merge branch 'wip-MDL-45113-master' of https://github.com/mackensen/moodle
2015-08-04 15:21:22 +08:00
Andrew Nicols
259ca15a2d
Merge branch 'MDL-43709-master' of https://github.com/pauln/moodle
2015-08-04 12:26:12 +08:00
Andrew Nicols
ac41247254
Merge branch 'MDL-50532-master' of git://github.com/FMCorz/moodle
2015-08-04 12:09:30 +08:00
Andrew Nicols
45f8f3e372
MDL-50493 mod_forum: Correct style issues
2015-08-04 11:53:04 +08:00
Andrew Nicols
b9e4972c7a
Merge branch 'MDL-50493-master' of git://github.com/jleyva/moodle
2015-08-04 11:46:14 +08:00
Andrew Nicols
8e8e8de93d
Merge branch 'MDL-50771' of git://github.com/stronk7/moodle
2015-08-04 10:19:04 +08:00
Andrew Nicols
1d1e95164d
Merge branch 'MDL-50113-master' of git://github.com/jethac/moodle
2015-08-04 10:15:05 +08:00
Andrew Nicols
80692b4b68
Merge branch 'MDL-42626-master' of git://github.com/jleyva/moodle
2015-08-04 10:07:40 +08:00
Andrew Nicols
fec4959809
Merge branch 'MDL-45772-master-4' of git://github.com/xow/moodle
2015-08-04 09:56:47 +08:00
John Okely
380001929a
MDL-45772 admin: Stop browsers from autofilling passwords incorrectly
2015-08-04 09:54:34 +08:00
Simey Lameze
de5c8d90af
MDL-50416 environment: add missing slasharguments checks
2015-08-04 09:31:47 +08:00
Eloy Lafuente (stronk7)
4d3dc631d4
Merge branch 'MDL-50515' of git://github.com/jmvedrine/moodle
2015-08-04 01:21:16 +02:00
Eloy Lafuente (stronk7)
7b82add579
Merge branch 'wip-MDL-19748-master' of https://github.com/marinaglancy/moodle
2015-08-03 21:20:04 +02:00
AMOS bot
5488871e5d
Automatically generated installer lang files
2015-08-04 00:04:20 +08:00
Henning Bostelmann
e143918f9e
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:12:56 +01:00
Eloy Lafuente (stronk7)
0e1615dfef
Merge branch 'MDL-50572-master' of git://github.com/junpataleta/moodle
2015-08-03 12:58:35 +02:00
Eloy Lafuente (stronk7)
15c0a85071
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:50:56 +02:00
Jean-Michel Vedrine
a001c1131e
MDL-38230 mod_quiz: Create UI for removing of quiz access rule addons
2015-08-03 08:51:46 +02:00
Andrew Nicols
005eca8c2b
Merge branch 'wip-MDL-22819-master' of https://github.com/marinaglancy/moodle
2015-08-03 10:22:04 +08:00
Andrew Nicols
77831a69cc
Merge branch 'MDL-49864-master' of git://github.com/junpataleta/moodle
2015-08-03 09:39:57 +08:00
Andrew Nicols
4314797382
Merge branch 'MDL-50624-master' of git://github.com/ryanwyllie/moodle
2015-08-03 09:19:17 +08:00
Jun Pataleta
0bf75ff15f
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:07:03 +08:00
Ryan Wyllie
19452dc4be
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 00:58:50 +00:00
lazydaisy
b0b18f491c
MDL-48202 theme_bootstrapbase: blocks are 6px taller after undocking.
2015-08-02 21:42:58 +01:00
Jean-Michel Vedrine
66cf47a045
MDL-49701 mod_lesson: open time should be before close time
2015-08-02 10:33:04 +02:00
Jean-Michel Vedrine
297b32905c
MDL-50515 mod_lesson: Can't remove content buttons from content page
2015-08-02 09:32:34 +02:00
Marina Glancy
336a843391
MDL-50973 admin: do not throw exception on /admin/
2015-08-01 17:37:24 +08:00
Charles Fulton
b6f28375b7
MDL-45113 auth: add is_configured method and convert auth_db to use it
2015-07-31 15:16:08 +00:00
Jun Pataleta
bf2986c2e3
MDL-50572 youtube: Disable Youtube
...
Disabled Youtube repository and Youtube Tag Block on new Moodle installations.
2015-07-31 15:20:19 +08:00
Simey Lameze
e284ac02c3
MDL-50416 environment: remove slasharguments warning from install
2015-07-31 11:34:42 +08:00
Juan Leyva
013937907f
MDL-42626 messages: Hide deleted users in contact/blocked list
2015-07-30 23:05:51 +02:00
Juan Leyva
734c7452d3
MDL-50008 folder: New Web Service mod_folder_view_folder
2015-07-30 23:02:47 +02:00
Juan Leyva
2d7927c982
MDL-50008 folder: Move logging and completion to new API
2015-07-30 23:01:43 +02:00
Juan Leyva
3c779961ad
MDL-49792 resource: New WS mod_resource_view_resource
2015-07-30 23:01:21 +02:00
Juan Leyva
537f7b38c8
MDL-49792 resource: Move logging and completion to new API
2015-07-30 23:01:01 +02:00
Juan Leyva
0918811037
MDL-49791 page: New Web Service mod_page_view_page
2015-07-30 22:59:30 +02:00
Juan Leyva
caa460ee7a
MDL-49791 page: Move logging and completion to new API
2015-07-30 22:59:08 +02:00
Clement Smith
8c0b46f74f
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-07-30 09:00:26 -05:00
Andrew Nicols
032a4fe51c
weekly release 3.0dev
2015-07-30 14:41:52 +08:00
Andrew Nicols
0ad1aa2166
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2015-07-30 14:41:46 +08:00
Ryan Wyllie
fd4eca115a
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 03:39:53 +00:00
Ryan Wyllie
fd57126fc7
MDL-50446 block_site_main_menu: Fix the onclick property handling
2015-07-30 02:07:24 +00:00
Daniel Neis Araujo
b6d1812dd7
MDL-50371 gradebook: gradepointdefault for manual itens and categories
2015-07-29 17:08:27 -03:00
Henning Bostelmann
afd9a921fa
MDL-50956 block_site_main_menu: Show site content on course pages
2015-07-29 16:46:33 +01:00
Frederic Massart
47b04bcf7f
MDL-50949 cache: Tests for performance debugging of cache usage
2015-07-29 14:38:58 +08:00
Mark Nelson
bc5d93c766
MDL-50535 core_grades: fixed behat failing
2015-07-29 14:23:06 +08:00
Frederic Massart
e75115810c
MDL-50949 cache: Performance debug keeps track of hits/misses/sets
2015-07-29 12:56:10 +08:00
Frederic Massart
b2f6f88dc2
MDL-50532 tasks: Delete obsolete tasks during upgrade
2015-07-29 11:25:16 +08:00