Eloy Lafuente (stronk7)
e8c82aac82
MDL-51580 upgrade: clean < 2.7.0 upgrade steps
...
This just deletes all the upgrade steps previous to 2.7.0. Some
small adjustments, like adding missing MOODLE_INTERNAL or tweaking
globals can also be applied when needed.
Next commit will get rid of/deprecate all the upgradelib functions
not used anymore in codebase.
2016-02-15 18:38:09 +01:00
Gareth J Barnard
6eaa3230ba
MDL-53029 mod_book: Hidden chapter has markup in alt and title attrs.
2016-02-10 18:10:24 +00:00
Dan Poltawski
50901a53bc
Merge branch 'MDL-51664-master' of git://github.com/FMCorz/moodle
2015-12-03 11:16:30 +01:00
Dan Poltawski
14248189b7
Merge branch 'wip-mdl-50163' of https://github.com/rajeshtaneja/moodle
2015-11-23 11:33:55 +00:00
Eloy Lafuente (stronk7)
6d29c4acdd
MDL-52140 upgrade: add 3.0.0 separation line to all upgrade scripts
2015-11-17 17:08:56 +01:00
rajesh Taneja
131d4ac2b0
MDL-50163 behat: Restart session after scenario with switch_window
...
Restart session after a scenario with switch window
is finished. This will close all open browser windows
and open a new browser window
2015-11-17 12:12:03 +08:00
Eloy Lafuente (stronk7)
2e144835bb
MDL-52059 versions: bump all versions and requires near release
...
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
Frederic Massart
583b02e405
MDL-51664 external: Update usage of external_util::validate_courses
2015-10-12 12:01:15 +08:00
Mark Nelson
0bfafc5ba0
MDL-46455 mod_*: added restore mapping to events
2015-10-11 18:14:57 -07:00
Juan Leyva
9748791ba8
MDL-51564 webservice: Review the use of external format_string
2015-10-06 14:00:45 +02:00
Juan Leyva
580a14c265
MDL-50536 mod_book: New WS mod_book_get_books_by_courses
2015-09-21 09:30:06 +02:00
David Monllao
3f1bc32d22
Merge branch 'MDL-51232' of git://github.com/jinuabraham/moodle
2015-09-14 09:38:56 +08:00
Juan Leyva
6c9b2bb5fe
MDL-50013 mod_book: New WS mod_book_view_book
2015-09-04 11:18:10 +02:00
Juan Leyva
1af52267d3
MDL-50013 mod_book: Move logging and completion to new API
2015-09-04 11:17:39 +02:00
Jinu Abraham
b6c97f4c2b
MDL-51232 mod_book: Filter name header
2015-08-31 12:04:01 +09:30
Helen Foster
ce2c0f3a74
MDL-51148 lang: Merge English strings from the en_fix language pack
2015-08-26 16:46:43 +02:00
Dan Poltawski
ca43103134
Merge branch 'MDL-50639_mod_book_fontsize_master' of https://github.com/barrysspace/moodle
2015-07-21 09:08:15 +01:00
Barry Oosthuizen
545e415802
MDL-50639 mod_book: Remove 0.8em font sizes
2015-07-17 08:47:07 +01:00
Barry Oosthuizen
5f9ff79065
MDL-47230 mod_book: Sub chapter bullet formatting
2015-07-15 09:38:29 +01:00
Dan Poltawski
cc9806146d
Merge branch 'MDL-43731' of https://github.com/ramdesh/moodle
2015-06-09 14:56:52 +01:00
Eloy Lafuente (stronk7)
b758ab3053
MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts
2015-05-12 00:21:05 +02:00
Ramindu Deshapriya
239419057f
MDL-43731 mod_book: Added Behat test to automate MDLQA-1791
2015-05-08 00:19:33 +05:30
David Monllao
0f186bd62d
Merge branch 'MDL-50110' of git://github.com/ramdesh/moodle
2015-05-07 12:16:03 +08: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
Salih Gedik
683f717919
MDL-49789 mod_book: filter book chapter content
2015-05-06 13:54:24 +08:00
Eloy Lafuente (stronk7)
15005d91f0
MDL-50102 versions: coding style cleanup.
2015-05-05 18:23:21 +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
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
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
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
Tim Lock
2a3e6f87da
MDL-36506 mod_book: Skip legacy files migration if missing a CM record
2015-03-24 12:45:51 +10:30
Juan Leyva
e6d6393478
MDL-48717 book: book_exports_contents unit tests
2015-03-16 15:59:20 +01:00
Juan Leyva
752901faf3
MDL-48717 book: book_exports_contents function implementation
2015-03-13 11:14:59 +01:00
Eloy Lafuente (stronk7)
e7b63ac788
Merge branch 'MDL-49006' of git://github.com/timhunt/moodle
2015-02-09 19:32:40 +01:00
John Okely
e7bcd2764a
MDL-44520 behat: Change behat features to use new section selectors
2015-02-06 10:34:54 +08:00
Tim Hunt
a6099a7a13
MDL-49006 admin: activity descriptions shouldn't be required by default
2015-01-28 21:52:58 +00: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
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
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
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
Eloy Lafuente (stronk7)
147bae8f7c
MDL-48144 upgrade: add v2.8.0 sep lines
2014-11-10 18:08:15 +01:00
Eloy Lafuente (stronk7)
de881693f7
MDL-48021 bump: Bump all versions to planned release
...
This bumps all versions to planned 2.8 release
(2014111000) version and all the dependencies to
current 2.8rc1 (2014110400)
2014-11-04 17:52:35 +01: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
sam marshall
9c85baa8c5
MDL-44725 Availability: Replace groupmembersonly - FEATURE_xx (6)
...
Remove old FEATURE_GROUPMEMBERSONLY as no longer required.
2014-09-02 13:03:17 +01:00
Mark Nelson
1ea5f1e2d3
MDL-45630 events: removed unnecessary 'the' from event descriptions
2014-05-31 15:27:11 -07:00
Eloy Lafuente (stronk7)
f94891cc00
MDL-45503 upgrade: add v2.7.0 sep lines
2014-05-28 01:13:42 +02:00