David Monllaó
50935afba4
MDL-64783 analytics: Upcoming activities due and related API changes
2019-04-09 00:25:24 +02:00
Thomas Korner
ccc1aaed22
MDL-65279 core: typo in categoriesandcourses fixed
...
AMOS BEGIN
MOV [categoriesandcoures,core],[categoriesandcourses,core]
AMOS END
2019-04-05 14:37:09 +02:00
Mathew May
5cac5fa428
MDL-64506 templates: BS2 m-x-x to BS4 mx-x
2019-04-03 19:47:11 +08:00
Mathew May
29551c4b1a
MDL-64506 templates: Move BS2 btns' to BS4 btns'
...
well bs2 class is now card in bs4
2019-04-03 19:34:20 +08:00
Mathew May
6ecc445939
MDL-64506 templates: Remove BS2 spans from elements.
2019-04-03 19:34:20 +08:00
Dmitrii Metelkin
23533bc467
MDL-64701 search: change category for customfield search area
2019-03-29 08:38:57 +11:00
Dmitrii Metelkin
2085e8603a
MDL-62869 search: implement searching for all courses
2019-03-01 07:18:37 +11:00
Mathew May
9f0595c4fd
MDL-58428 renderer: Move renderer override from course management
2019-02-26 16:24:49 +08:00
Davo Smith
309686547a
MDL-64557 category: switch disabledIf to hideIf on delete form
2019-02-12 10:18:04 +00:00
Eloy Lafuente (stronk7)
9bc4dc79cb
Merge branch 'MDL-60913-search-tabs-master' of https://github.com/dmitriim/moodle
2019-01-23 18:55:47 +01:00
Dmitrii Metelkin
e9074ee381
MDL-60913 search: add search area categories
2019-01-23 10:28:43 +11:00
Marina Glancy
d1fc4bdc1e
MDL-57898 core_customfield: strings and other minor fixes
2019-01-18 14:28:24 +01:00
Marina Glancy
bbf60b1412
MDL-57898 core_customfield: coding style fixes
2019-01-18 14:28:24 +01:00
Marina Glancy
c1e15d20e0
MDL-57898 core_course: display course custom fields in course listings
...
This commit is part of work on Custom fields API,
to minimize commit history in moodle core the work of a team of developers was split
into several commits with different authors but the authorship of individual
lines of code may be different from the commit author.
2019-01-18 14:28:24 +01:00
Daniel Neis Araujo
028ed12228
MDL-57898 core_course: global search for course custom fields
...
This commit is part of work on Custom fields API,
to minimize commit history in moodle core the work of a team of developers was split
into several commits with different authors but the authorship of individual
lines of code may be different from the commit author.
2019-01-18 14:28:24 +01:00
David Matamoros
7a0162f17a
MDL-57898 core_course: add custom fields support to courses
...
This commit is part of work on Custom fields API,
to minimize commit history in moodle core the work of a team of developers was split
into several commits with different authors but the authorship of individual
lines of code may be different from the commit author.
2019-01-18 14:28:18 +01:00
Mihail Geshoski
6c52667722
MDL-63794 block_myoverview: Display the course category name in block
2018-12-17 13:21:55 +08:00
Bas Brands
f87181fdaf
MDL-63988 core_my: add course shortname to dashboard blocks …
...
* all dashboard card templates moved to /course/templates/
* added aria labels for course short name
* removed ":" from other course aria strings to improve screenreader output
2018-11-28 17:36:20 +01:00
Andrew Nicols
18b947671b
Merge branch 'MDL-63969-master-4' of git://github.com/mihailges/moodle
2018-11-19 12:27:37 +08:00
Mihail Geshoski
4f8c9232f1
MDL-63969 core_course: Include core_favourites subsystem in provider
2018-11-16 12:18:58 +08:00
Andrew Nicols
3a8cf5e67d
MDL-53566 core: Add UI for context locking
2018-11-13 21:17:40 +08:00
Andrew Nicols
0616f045c3
MDL-53566 core: Add support for context locking
...
This chagne adds support for a new feature known as Context Locking.
This allows a context to be locked, thereby removing all write
capabilities for all users (including admin) for that context, and all
child contexts.
2018-11-13 21:17:40 +08:00
Victor Deniz
98a52c80bb
MDL-63062 block_recentlyaccessedcourses: add web service
2018-11-05 23:46:43 +00:00
Peter
e6f03948d7
MDL-63457 block_myoverview: Hide courses from individual overview blocks
...
* add new preferences for hidden courses
* Modified course filter to use the user preference
* Behat test
* Regex update
* Toggle hide/show
* Update enrolled_course getter to pass hidden value
* provider
* unit tests
2018-10-29 08:32:05 +08:00
Andrew Nicols
2263bbdfce
Merge branch 'MDL-63058-master' of git://github.com/bmbrands/moodle
2018-10-25 11:49:45 +08:00
Michael Hawkins
01723da4eb
MDL-63668 core_course: Add support for removal of context users
...
This issue is a part of the MDL-62560 Epic.
2018-10-23 10:06:26 +08:00
Bas Brands
3cfff88516
MDL-63058 block_myoverview: starring and storing preferences
2018-10-20 17:53:35 +02:00
Bas Brands
6481a21fc3
MDL-63337 block_myoverview: enrol_get_my_courses sort ul.timeaccess
2018-10-15 08:42:08 +02:00
David Monllao
bbb2141084
Merge branch 'MDL-60710-master' of git://github.com/abias/moodle
2018-10-09 09:00:42 +02:00
David Knuplesch
a487a3edf2
MDL-60710 course: setting to show/hide duplicate coursecontact
2018-10-01 13:39:17 +02:00
David Herney
97fd2fb575
MDL-63323 course: Fixed wrong classes key in activity_navigation class
...
Replaced "classes" by "class" attribute, when the prev and next links are builded into the activity navigation.
2018-09-27 18:40:46 -05:00
Jonathan Champ
b2f349a433
MDL-54035 accesslib: separate role definition cache clear
...
Thanks to MDL-49398, we can separate the combined user session and role
definition cache clearing function into two separate functions. At the
same time, we want to identify and remove mark_dirty() calls that were
added for role definition changes but were incorrectly left behind.
Change highlights:
- Remove unnecessary mark_dirty() calls performed after
assign_capability(), unassign_capability(), delete_role(),
deleted contexts, brand new contexts
- Move role definition cache clear from the user-centric
accesslib_clear_all_caches() to the newly created,
role-dedicated accesslib_reset_role_cache()
2018-09-21 09:17:42 -04:00
David Monllao
72621d23ae
Merge branch 'MDL-62347-master' of git://github.com/bmbrands/moodle
2018-09-04 14:05:41 +02:00
Marina Glancy
442f12f81a
MDL-62742 core: rename coursecat->core_course_category
...
Also rename course_in_list -> core_course_list_element
Deprecate class coursecat_sortable_records
2018-08-28 11:36:23 +02:00
Bas Brands
c8d5001f9a
MDL-62347 course: use standard pagination renderer
2018-08-13 11:58:25 +02:00
Dmitrii Metelkin
66f145efd1
MDL-62899 search: add document icons
2018-08-07 17:40:57 +10:00
Damyon Wiese
6a621b0ce7
MDL-62807 output: Support .list-unstyled class
...
Category management lists should not have bullets.
We support this class in "boost" theme but not in bootstrapbase and there are uses of it in core.
2018-07-16 14:03:42 +08:00
David Monllao
b596cdda82
Merge branch 'MDL-62656-master' of git://github.com/mihailges/moodle
2018-07-03 23:33:01 +02:00
Mihail Geshoski
c3c42514a1
MDL-62656 course: Align elements in course and category management
2018-07-02 08:25:01 +08:00
sam marshall
23f6a88341
MDL-62713 core_search: Cron error indexing sections in some cases
2018-06-29 10:48:16 +01:00
Mihail Geshoski
89e78fd094
MDL-62649 course: Course and category management items displayed wrongly
2018-06-06 11:36:44 +08:00
David Monllao
d5010fb5e2
MDL-42779 course: Update line jump so it equals 35
2018-05-28 11:46:38 +02:00
Luca Bösch
d29bde5943
MDL-42779 course: Pagination in management page preserves view action
2018-05-24 15:44:35 +02:00
David Monllao
9fa74e9374
MDL-62029 core_course: Site format is not a standard plugin
2018-05-11 20:15:27 +02:00
Jake Dallimore
e4a37fbef1
MDL-62029 core_course: Fixes to context-aware provider implementation.
2018-05-09 15:34:41 +08:00
Adrian Greeve
fd9c70c43f
MDL-62029 core_course: Create privacy files for core_course.
2018-05-09 10:11:41 +08:00
Bas Brands
1801b90535
MDL-56511 Theme: behat fixes for theme clean
2018-04-20 06:18:21 +02:00
Bas Brands
3ec69c2ece
MDL-56511 theme_boost: Update to Bootstrap 4 stable
...
Behat fixes by David Monllao <davidm@moodle.com>
- Blocks
- Modals
- Messaging styling
- Breadcrumb
- Pagination
- Course & categories management
2018-04-18 09:31:53 +08:00
Kathrin Osswald
45ae297f7a
MDL-61298 theme Boost: Nav drawer icon improvements - fixes.
2018-04-12 13:28:37 +02:00
Eloy Lafuente (stronk7)
805a3a4ed7
Merge branch 'MDL-60196_master' of https://github.com/mfabriczy/moodle
2018-04-10 00:55:54 +02:00