Eloy Lafuente (stronk7)
ba1f804ffa
MDL-65292 style: Fix all function declarations white space
...
This has been generated running the following Sniffs, all
them part of the Moodle's CodeSniffer standard:
- PSR12.Functions.ReturnTypeDeclaration
- PSR12.Functions.NullableTypeDeclaration
- moodle.Methods.MethodDeclarationSpacing
- Squiz.Whitespace.ScopeKeywordSpacing
All them are, exclusively, about correct spacing, so the changes
are, all them, only white space changes.
Only exceptions to the above are 3 changes what were setting the
return type in a new line, and, when that happens, the closing
parenthesis (bracket) has to go to the same line than the colon.
2024-02-28 23:33:26 +01:00
Marina Glancy
8fc1486d36
MDL-77164 various: fix incorrect phpdocs
2023-04-13 11:35:06 +01:00
Melanie Treitinger
e5709fc588
MDL-73692 blocks: Add support for missing timestamps to rss block.
2023-02-08 11:20:48 +01:00
Marina Glancy
7bbb5434bf
MDL-75100 core: replace function strftime deprecated in PHP 8.1
2022-11-21 11:41:12 +01:00
Shamim Rezaie
66e15651fe
MDL-63785 block_rss_client: performance improvement
2018-12-10 14:52:13 +11:00
Mihail Geshoski
5038a863e7
MDL-63637 block_rss_client: Add support for removal of context users
...
This issue is part of the MDL-62560 Epic.
2018-10-22 12:50:12 +02:00
Michelle Melton
29ec0d5543
MDL-63215 block_rss_client: Escaping tags in RSS entries
2018-09-16 23:49:15 +02:00
Andrew Nicols
111c6a5661
MDL-63086 block_rss_client: Move skip time calculation to task
2018-08-27 15:49:27 +08:00
Farhan Karmali
fad9dc9290
MDL-61960 blocks: Standard block plugins use legacy cron
2018-07-23 08:53:04 +05:30
Sara Arjona
9d594541b6
MDL-62448 block_rss_client: Export all feeds from Privacy API
2018-05-15 14:25:27 +02:00
Marina Glancy
3960ad53a7
MDL-62430 privacy: validate context when deleting all user data
2018-05-14 18:13:27 +08:00
Mihail Geshoski
9b8822d2a6
MDL-61795 block_rss_client: Add privacy files and unit tests
2018-04-10 09:34:38 +08:00
Davo Smith
cd698c8baf
MDL-57638 block_rss_client: warn users about failed RSS feeds
2017-01-23 13:40:16 +00:00
Jan Eberhardt
2c99429375
MDL-55932 block_rss_client: Namespace fixes
2016-09-15 13:24:36 +00:00
Brendan Anderson
0b1f916e0f
MDL-50464 block_rss_client: Implement renderers and templates
2016-01-14 08:45:54 -05:00