Sara Arjona
5ec0b3bc2e
Merge branch 'master_MDL-65502' of https://github.com/danmarsden/moodle
2019-05-09 16:48:05 +02:00
Adrian Greeve
6ab4df423d
Merge branch 'MDL-58315_master_boost_block_classes' of https://github.com/zpottie/moodle
2019-05-09 11:32:19 +08:00
Dan Marsden
8e119e4bb3
MDL-65502 blocks: Correct check for my dashboard page.
2019-05-09 10:31:52 +12:00
zpottie
7a02f020c3
MDL-58315 core: Add support for custom block classes
2019-05-03 16:12:29 +12:00
Jake Dallimore
55e5530f97
Merge branch 'MDL-64910-master' of git://github.com/peterRd/moodle
2019-05-03 12:09:47 +08:00
Peter
72bb97843d
MDL-64910 block_myoverview: Separate the category name as it's own link
...
* Separate the link
* Add style to force color inheritance
2019-05-03 11:46:21 +08:00
Helen Foster
f1264719f4
MDL-65397 lang: Import fixed English strings (en_fix)
...
Significant string changes:
* direct:view,gradeimport_direct - wording corrected from 'CSV' to
'spreadsheet'
* limitanswers_help,mod_choice - additional wording added explaining how
the setting works with groups
* pluginname,customfield_text - 'Text field' plugin renamed to
'Short text'
2019-04-29 11:46:26 +02:00
Tom Dickman
c7d625a728
MDL-64855 block_myoverview: Fix list and summary views
2019-04-16 11:13:43 +02:00
David Monllaó
a733fce3ac
Merge branch 'MDL-64855-37_block_myoverview_course_category_display' of https://github.com/tomdickman/moodle
2019-04-15 07:50:45 +02:00
Marina Glancy
beff3806d6
MDL-10965 courses: capability to browse course list
2019-04-10 12:35:28 +02:00
Mathew May
5edb0fbcb5
MDL-64506 templates: replace spans where and col-x appears
2019-04-03 19:47:13 +08: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
9757c65687
MDL-64506 Javascript: Remove docking JS.
...
Deprecate related lang strings & base functions now return false.
2019-04-03 19:34:20 +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
Mathew May
c8edee421e
MDL-64506 theme_bootstrapbase: Remove bootstrapbase from core
2019-04-03 19:34:17 +08:00
Tom Dickman
5ae4db8852
MDL-64855 block_myoverview: add setting for course categories display
...
Added an administrator setting to set the visibility of the course category for the my overview
block on the users dashboard to support usage scenarios where displaying the course categories will
clutter course overviews.
2019-03-29 12:06:07 +11:00
Tom Dickman
e04b82d30d
MDL-64194 block_myoverview: incorrect pagination
...
The pagination was found to be incorrect due to the all the items event not being triggered if the amount
of courses the user has is equal to the amount set via pagination.
The condition could not just be changed to `>=` as this would trigger the event when there were further
pages to display.
A check of `remainingCourses` was added to condition so if the amount of courses on the current loaded
page is less than the pagination amount, or there are no remaining courses, the all items event is
triggered and the pagination bar hidden correctly.
2019-03-29 11:54:08 +11:00
Mathew May
66f897ec15
MDL-63995 blocks: correct typos from review
2019-03-27 16:05:56 +08:00
Dan Marsden
ef78cf8f42
MDL-63995 blocks: Remove unused capabilities and warning.
2019-03-25 12:20:13 +13:00
Adrian Greeve
e081d6000e
Merge branch 'MDL-64505-master-final' of git://github.com/mickhawkins/moodle
2019-03-20 09:26:39 +08:00
Eloy Lafuente (stronk7)
9f93263ada
Merge branch 'MDL-65005-master' of git://github.com/junpataleta/moodle
2019-03-19 17:57:30 +01:00
Eloy Lafuente (stronk7)
c846784230
Merge branch 'MDL-64905-master' of git://github.com/abias/moodle
2019-03-18 20:00:46 +01:00
Michael Hawkins
ba2b508ca7
MDL-64505 theme_classic: Behat updates for screen size false failures
...
This fixes some behat failures in the Classic theme,
which were caused by the default screen size obfuscating page
elements for behat, where a normal user would still be able to
identify them.
2019-03-18 18:59:23 +08:00
Luca Bösch
5ed8afac9b
MDL-64747 block_myoverview: Omit "Sort by" text and add icon instead.
2019-03-08 16:42:20 +01:00
Jun Pataleta
78af6dec0d
MDL-65005 block_timeline: Behat fixes
2019-03-08 13:38:59 +08:00
Jun Pataleta
7a698c0d91
MDL-65005 block_timeline: Fix accessibility of Day filter menu
2019-03-08 13:38:59 +08:00
Jun Pataleta
87b998c46f
MDL-65005 block_timeline: Fix accessibility of Sort-by menu
2019-03-08 13:38:55 +08:00
Jun Pataleta
b740fe1769
Merge branch 'MDL-64746-master' of https://github.com/lucaboesch/moodle
2019-03-07 11:04:42 +08:00
Eloy Lafuente (stronk7)
8ab1bd2f5e
Merge branch 'MDL-64943-master-enfix' of git://github.com/mudrd8mz/moodle
2019-03-05 11:08:32 +01:00
Alexander Bias
c8def6e394
MDL-64905 block_myoverview: Progress bar percentage as placeholder
2019-03-04 16:16:11 +01:00
Luca Bösch
eb6a339fb7
MDL-64746 block_timeline: replace filter icon by sort icon.
2019-02-28 20:45:50 +01:00
David Mudrák
60f59e5599
MDL-64943 lang: Fix regressions in Behat caused by reworded strings
2019-02-28 17:23:01 +01:00
Helen Foster
38dc5b9677
MDL-64943 lang: Import fixed English strings (en_fix)
...
Significant string changes:
* importgroups_help,core_group - Correcting optional fieldnames
(removing picture, hidepicture and adding groupidnumber, groupingname
and enablemessaging)
* penaltyforeachincorrecttry_help,core_question - additional paragraph
about scoring logic
* resultdownloadready,tool_dataprivacy - wording corrected (no need to
go to a download page)
* auth_dbfielduser,auth_db - varchar data type requirement
2019-02-28 09:50:18 +01:00
Andrew Nicols
b73e2accbe
Merge branch 'MDL-64376-master-2' of git://github.com/ryanwyllie/moodle
2019-02-28 11:45:27 +08:00
Ryan Wyllie
3accb67bcd
MDL-64376 block_recentlyaccessedcourses: only centre courses on overflow
...
Only centre the courses in the div if they are overflowing the container
otherwise they should be left aligned.
2019-02-28 11:28:19 +08:00
Alexander Bias
0048e12f04
MDL-64903 block_myoverview: Cluster course filters
2019-02-27 13:46:47 +01:00
Andrew Nicols
507d05f6e3
Merge branch 'MDL-64376-master-2' of git://github.com/ryanwyllie/moodle
2019-02-27 11:51:14 +08:00
Ryan Wyllie
3edde4fbe8
MDL-64376 recentlyaccessedcourses: improve displaying of courses
2019-02-27 10:58:02 +08:00
Ryan Wyllie
6d9727628a
MDL-64376 recentlyaccessedcourses: stop reloading on favourite
...
Stop reloading the whole content when a single course is favourited
or unfavourited.
2019-02-27 10:50:32 +08:00
Mathew May
c75aa5640f
MDL-58428 theme: Move templates from blocks/settings
2019-02-26 12:56:14 +01:00
Mathew May
6c1967af54
MDL-58428 theme: Move templates from blocks/search_forums
2019-02-26 12:56:14 +01:00
Mathew May
6a80186ebb
MDL-58428 renderer: Move renderer override from blocks
2019-02-26 16:24:49 +08:00
Mathew May
14bcc65e80
MDL-58428 behat: Fix regression of MDL-49399.
...
The behat for tool_task was no longer working in Clean & More due to the menu changes.
This updates the affected steps on Master only as 49399 was a master only fix.
2019-02-26 16:24:48 +08:00
Mathew May
e3652936f3
MDL-58428 theme: Shift templates ready for Bootstrapbase removal
...
Move behat override steps from boost into their Moodle core locations &
Move the effected core behat steps into bootstrapbase as override steps.
2019-02-22 15:19:33 +08:00
David Monllaó
7677a86cc0
Merge branch 'MDL-64570-master' of git://github.com/damyon/moodle
2019-02-19 06:45:21 +01:00
Damyon Wiese
3d97770365
MDL-64570 user: coding style
...
Fix cibot warnings on line length.
2019-02-19 09:44:20 +08:00
Andrew Nicols
e2477aa382
Merge branch 'MDL-63880-master' of git://github.com/Chocolate-lightning/moodle
2019-02-08 12:36:22 +08:00
Mathew May
298133d638
MDL-63880 core_course: Change core no-course template.
...
Added two templates back in that define what string to use in the two affected blocks.
2019-02-08 12:31:11 +08:00
Andrew Nicols
c882a45f10
Merge branch 'MDL-63880-master' of git://github.com/Chocolate-lightning/moodle
2019-02-07 13:53:53 +08:00