Ilya Tregubov
be1c1485ad
Merge branch 'MDL-76607-master' of https://github.com/davewoloszyn/moodle
2023-01-11 19:11:49 +07:00
David Woloszyn
6dc10b6241
MDL-76607 timeline: Reordered message to account for long course name
2023-01-05 12:11:42 +11:00
Jun Pataleta
9581a44cf8
MDL-76601 block_myoverview: Remove hover action before clicking on menu
...
With the course card menu now always displayed, there's no need to hover
first before clicking on the menus on block_myoverview Behat tests.
2023-01-04 17:21:47 +08:00
Jackson D'souza
771b587a54
MDL-75571 block_timeline: Display custom activity icon if available.
2022-12-09 15:53:23 +00:00
Ilya Tregubov
05535e38df
Merge branch 'MDL-76497-master' of https://github.com/junpataleta/moodle
2022-12-01 08:56:09 +03:00
Andrew Nicols
14d8b7cf82
Merge branch 'MDL-75960-master' of https://github.com/andelacruz/moodle
2022-11-29 17:04:31 +08:00
Marina Glancy
130d371ccf
MDL-76088 blocks: fixed incorrect use of static cache
2022-11-28 11:58:47 +01:00
Jun Pataleta
c6ab792ddf
MDL-76497 upgrade: add the 4.1.0 separation line to all upgrade scripts
2022-11-28 14:43:04 +08:00
Angelia Dela Cruz
7b8aa2c64e
MDL-75960 behat: Survey behat generators use UI
...
Replace steps that manually add Survey instances via the UI and use
Behat generators. This improves the speed of the Behat test runs.
2022-11-28 09:32:09 +08:00
Jun Pataleta
00bae8b8a4
MDL-76403 versions: bump all versions and requires near release
2022-11-23 09:45:23 +08:00
Marina Glancy
7bbb5434bf
MDL-75100 core: replace function strftime deprecated in PHP 8.1
2022-11-21 11:41:12 +01:00
Huong Nguyen
0bfa6e4fc1
MDL-76230 block_tag_flickr: Change User-agent value for API calls
2022-11-14 09:35:19 +07:00
Huong Nguyen
40c641eceb
MDL-76230 block_tag_flickr: Extra Behat test for a specific tag
2022-11-14 09:35:19 +07:00
Meirza
1574a39baf
MDL-75890 block_myoverview: Added new wrapper element
...
Added a new element to wrap filter control in Course Overview,
so it will display well on desktop and mobile.
Co-authored-by: Huong Nguyen (huongnv13@gmail.com )
2022-10-26 16:18:34 +07:00
Víctor Déniz
4b09e1bff4
Merge branch 'MDL-75962-master' of https://github.com/andrewnicols/moodle
2022-10-20 00:37:38 +01:00
Sara Arjona
d66a4ffeb9
Merge branch 'MDL-75173-master' of https://github.com/ilyatregubov/moodle
2022-10-17 15:17:45 +02:00
Ilya Tregubov
90b1e2cbab
MDL-75173 core_completion: Inconsistent status check.
...
There is inconsistent status check for course completion block and
completion details page. Completion block was taking to account
pending statuses for completion criteria while completion details
page was ignoring those.
2022-10-14 11:49:29 +03:00
Ilya Tregubov
d6fa50d175
MDL-75173 behat: Fix broken test.
...
Test was testing failing state when student didn't receive passing
grade. But it was expecting that completion criteria is completed
which was wrong.
2022-10-14 11:49:28 +03:00
Andrew Nicols
18a4241fee
MDL-75962 js: Fix jsdoc violations
2022-10-12 10:06:40 +08:00
Simey Lameze
5737ad319f
MDL-75820 blocks: switch window size to large
2022-10-11 08:47:13 +08:00
Eloy Lafuente (stronk7)
0ed53be9b2
MDL-66902 tests: Fix all incorrect namespaces
...
This issue just goes over all the currently incorrect
namespaces in test cases and:
1. Change the namespace to the correct one.
2. Move/rename it to correct location if needed (level 2 and down).
3. Remove not needed MOODLE_INTERNAL check when possible.
4. Remove file phpdoc when the file only has one class.
5. Make small adjustments in case the change of namespace requires it.
2022-09-26 14:12:16 +02:00
Eloy Lafuente (stronk7)
b208352ecf
MDL-75153 behat: Add the skip_interim tag to a failing test
...
Note the failures are unrelated to this issue, but we needed
an ongoing issue to add the tag and this was picked.
The problem, only reproducible @ CI servers will be fixed here:
https://tracker.moodle.org/browse/MDL-75820
2022-09-22 15:32:35 +02:00
Ilya Tregubov
5ca555767e
Merge branch 'MDL-75153-master-2' of https://github.com/mihailges/moodle
2022-09-20 09:01:42 +04:00
Mihail Geshoski
3001995be8
MDL-75153 grade: Update behat tests
2022-09-20 00:17:56 +08:00
Sara Arjona
16576b56c4
Merge branch 'MDL-75108-master' of https://github.com/sammarshallou/moodle
2022-09-16 11:23:14 +02:00
Jun Pataleta
adba94a873
Merge branch 'MDL-75553-master' of https://github.com/junpataleta/moodle
2022-09-07 12:59:42 +08:00
Paul Holden
3e2a97a9ed
MDL-75405 block_html: safer unserialize during old block conversion.
2022-09-07 00:54:16 +02:00
David Mudrák
aa49eb24fb
MDL-75553 lang: Fix Behat regressions in scenario files
2022-09-06 21:47:18 +02:00
Jun Pataleta
9bc847b64c
Merge branch 'MDL-75040' of https://github.com/paulholden/moodle
2022-09-06 21:49:35 +08:00
Helen Foster
7d2fada8b0
MDL-75553 lang: Import fixed English strings (en_fix)
2022-09-04 20:44:10 +02:00
Paul Holden
9eed0bf85f
MDL-75040 block_completionstatus: correct current course navigation.
2022-08-31 09:56:40 +01:00
Simey Lameze
4a8589bc0e
MDL-72592 block_myprofile: behat and other code fixes
...
This commit fixes few things:
- Fix correct language string order.
- Change the code in myprofile.php to be consistent with other checks.
- Update provided test to fix behat failure.
2022-08-25 08:44:25 +08:00
Carsten Nielsen
d5c144c14a
MDL-72592 block_myprofile: Add lastlogin date to myprofile block
2022-08-22 09:05:59 +08:00
Andrew Nicols
d0f6744d66
Merge branch 'MDL-75029' of https://github.com/paulholden/moodle
2022-08-18 11:17:19 +08:00
Ferran Recio
dc63d643b8
MDL-74800 core_courseformat: fix accessibility checks
2022-08-08 14:46:42 +02:00
Paul Holden
e15444e1ec
MDL-75029 block_news_items: indicate posts made by deleted users.
2022-08-04 09:43:30 +01:00
Angelia Dela Cruz
2b28996a2e
MDL-73788 behat: URL behat generators use UI
...
Replace steps that manually add URL instances via the UI and use
Behat generators. This improves the speed of Behat test runs.
2022-07-18 17:40:22 +08:00
Jun Pataleta
3c6fdb1993
Merge branch 'MDL-71062-master' of https://github.com/sharidas/moodle
2022-07-13 11:39:08 +08:00
Sujith Haridasan
73d604369d
MDL-71062 core: Step 1 deprecation of print_error function
2022-07-13 08:20:54 +05:30
Jun Pataleta
0e3929a102
Merge branch 'MDL-74513-master' of https://github.com/lucaboesch/moodle
2022-07-12 23:23:03 +08:00
Jun Pataleta
f283906423
Merge branch 'MDL-71747' of https://github.com/stronk7/moodle
2022-07-12 10:50:22 +08:00
Jun Pataleta
df2276aee6
Merge branch 'MDL-74061-master' of https://github.com/ntdat1904/datnguyen_moodle
2022-07-11 16:51:03 +08:00
Eloy Lafuente (stronk7)
58b56e2395
MDL-71747 upgrade: remove all the < 3.9.0 upgrade steps
...
This just deletes all the upgrade steps previous to 3.9.0. Some
small adjustments, like tweaking globals can also be applied
when needed.
Also includes an upgrade step to prevent upgrading from any
version < 2020061500 (v3.9.0) as anti-cheating measure.
The next commits will proceed to deprecate / remove functions
that were exclusively (usually belonging to upgradelib) being
used by those, now removed, upgrade steps. This is the list
of code to remove and document in upgrade.txt files:
- upgrade_analytics_fix_contextids_defaults()
- upgrade_convert_hub_config_site_param_names()
- upgrade_rename_prediction_actions_useful_incorrectly_flagged()
- \mod_forum\task\refresh_forum_post_counts adhoc task.
And these is the code that has NOT been removed
because it may be needed later (no matter there aren't uses now):
- \core_search\manager::clean_up_non_existing_area(), used by
- \core\task\clean_up_deleted_search_area_task adhoc task
2022-07-07 19:16:37 +02:00
Luca Bösch
84f5903114
MDL-74513 block_recentlyaccesseditems: display objects like timeline.
2022-07-07 16:40:02 +02:00
Jun Pataleta
d323559965
MDL-74815 pix: Convert PNG version of darkened SVG icons
...
* Conversion was done using rsvg-convert from librsvg
2022-07-04 14:03:39 +08:00
Jun Pataleta
12ee00bdf6
MDL-74815 pix: Darken colour of grey icons
...
* Change the fill colour of grey icons from #999 to #888 .
2022-07-04 11:29:47 +08:00
sam marshall
f83782af74
MDL-75108 block_html: Search tries to index directory entries
...
Search attach_files function should only attach indexable files,
not directory entries which are 0 bytes and cannot be indexed.
2022-07-01 14:10:17 +01:00
Yan Kudriavtsev
18dcdd7763
MDL-69905 block: order of activities in the block Recent Activity
...
The order of actions in the "Recent Actions" block has been changed to
descending
2022-06-24 11:30:23 +08:00
Jun Pataleta
efbb07aeb6
Merge branch 'MDL-72555-master' of https://github.com/laurentdavid/moodle
2022-06-17 10:17:11 +08:00
Stephen Bourget
407c950573
MDL-73236 block_myprofile: add idnumber support
2022-06-14 15:36:19 -04:00