moodle/user/classes
sam marshall 66e3702680 MDL-55356 core_search: Change existing search areas to new API
This change considers all existing search areas in Moodle and makes
necessary changes.

Custom change to course search, supported by helper in base.php:

* course/classes/search/mycourse.php

Custom change to message search:

* message/classes/search/message_received.php
* message/classes/search/message_sent.php

Custom change to user search:

* user/classes/search/user.php

Custom changes to module areas, supported by helper in base_mod.php:

* mod/book/classes/search/chapter.php
* mod/data/classes/search/entry.php
* mod/forum/classes/search/post.php
* mod/glossary/classes/search/entry.php
* mod/survey/classes/search/activity.php
* mod/wiki/classes/search/collaborative_page.php

(Note: the unit tests do not exhaustively check every context type
for these, given that's mainly handled by the helper function
which was already tested in the base_activity test.)

Handled by block base class (no change):

* blocks/html/classes/search/content.php

Handled by activity base class (no change):

* mod/assign/classes/search/activity.php
* mod/book/classes/search/activity.php
* mod/chat/classes/search/activity.php
* mod/choice/classes/search/activity.php
* mod/data/classes/search/activity.php
* mod/feedback/classes/search/activity.php
* mod/folder/classes/search/activity.php
* mod/forum/classes/search/activity.php
* mod/glossary/classes/search/activity.php
* mod/imscp/classes/search/activity.php
* mod/label/classes/search/activity.php
* mod/lesson/classes/search/activity.php
* mod/lti/classes/search/activity.php
* mod/page/classes/search/activity.php
* mod/quiz/classes/search/activity.php
* mod/resource/classes/search/activity.php
* mod/scorm/classes/search/activity.php
* mod/url/classes/search/activity.php
* mod/wiki/classes/search/activity.php
* mod/workshop/classes/search/activity.php
2017-10-11 17:17:09 +01:00
..
analytics/indicator MDL-59204 analytics: changed get_name so that it returns a lang_string 2017-08-18 18:02:38 +08:00
external MDL-57273 core: Exporters support custom formatting parameters 2017-01-20 12:56:19 +08:00
form MDL-52798 calendar: Move calendar preferences to a user preferences page 2016-09-06 21:29:34 -04:00
output MDL-59830 core_user: do not show roles that can not be deleted 2017-08-29 17:12:26 +08:00
search MDL-55356 core_search: Change existing search areas to new API 2017-10-11 17:17:09 +01:00
course_form.php MDL-53399 core: "activity chooser off/on" in user preference 2016-06-03 00:46:16 -06:00
participants_table.php MDL-59830 core_user: do not show roles that can not be deleted 2017-08-29 17:12:26 +08:00