Noel De Martin
77d3ac9d43
MOBILE-4470 angular: Fix snapshot types
...
Route snapshots are typed as non-optional, but we found a situation where it was undefined. Looking at the Angular source code, it seems like indeed snapshots can be undefined but they have been declared with a definite assignment assertion: https://github.com/angular/angular/blob/17.3.0/packages/router/src/router_state.ts#L231
2024-05-14 13:33:34 +02:00
Pau Ferrer Ocaña
f8e022c1fd
MOBILE-4470 styles: Revisit text wrapping ellipsis
2024-05-14 11:47:34 +02:00
Noel De Martin
83e75e58dd
MOBILE-4470 behat: Clean up tests before 4.1
2024-05-14 11:29:00 +02:00
Noel De Martin
4cd4fa6fd6
MOBILE-4470 behat: Fix tests for 4.1 and older
2024-05-14 11:29:00 +02:00
Noel De Martin
bb4736a5b7
MOBILE-4470 behat: Fix tests for 4.1-
2024-05-14 11:29:00 +02:00
Pau Ferrer Ocaña
646c3edad0
MOBILE-4470 styles: Improve combobox and buttons styles
2024-05-14 09:42:36 +02:00
Pau Ferrer Ocaña
eddcfbe12b
MOBILE-4470 forum: Change Sort order selector page to select combobox
2024-05-14 09:33:56 +02:00
Pau Ferrer Ocaña
55d087ca18
MOBILE-4470 styles: Revert uneeded lines none and fix interactive items
2024-05-14 09:33:56 +02:00
Pau Ferrer Ocaña
552a6dcf94
MOBILE-4470 feedback: Fix text wrap on ion-item
2024-05-10 15:07:03 +02:00
Pau Ferrer Ocaña
7fc7aa78d6
MOBILE-4470 styles: Move styles around and change opacities
2024-05-10 15:07:03 +02:00
Pau Ferrer Ocaña
0fedfee2e4
MOBILE-4470 rte: Fix focus and blur
2024-05-10 14:36:28 +02:00
Pau Ferrer Ocaña
cdcb2f77a6
MOBILE-4470 chore: Improve context menu margins and sizes
2024-05-10 12:55:15 +02:00
Pau Ferrer Ocaña
6cd3984905
Merge pull request #4040 from dpalou/MOBILE-4470
...
MOBILE-4470 infinite-loading: Fix consecutive loads not working
2024-05-09 16:47:08 +02:00
Dani Palou
b9f07d7f65
MOBILE-4470 quiz: Fix auto save popover not dismissed
2024-05-09 13:23:48 +02:00
Pau Ferrer Ocaña
f9ed1e8153
MOBILE-4470 attachments: Improve Attachments look and feel
2024-05-09 11:22:48 +02:00
Pau Ferrer Ocaña
cacc36d336
MOBILE-4470 data: Fix database input styles
2024-05-09 11:22:48 +02:00
Pau Ferrer Ocaña
d0e0ef86b6
MOBILE-4470 swiper: Improve how params are populated to fix Swiper bug
2024-05-09 11:22:48 +02:00
Pau Ferrer Ocaña
a8b250b6e0
MOBILE-4470 style: Remove lines that didn't appear on 4.3
2024-05-08 15:50:17 +02:00
Dani Palou
778dda1ccd
MOBILE-4470 notes: Fix error message when synchronizing
2024-05-08 11:18:43 +02:00
Dani Palou
87dedc6fda
MOBILE-4470 notes: Fix empty select when adding note
2024-05-08 10:15:40 +02:00
Dani Palou
abbcd66ecd
MOBILE-4470 messages: Fix multilang not applied to conversation title
2024-05-07 15:41:19 +02:00
Noel De Martin
f96f208628
MOBILE-4470 lang: Formatting
2024-05-06 12:35:15 +02:00
Dani Palou
8884571aca
Merge pull request #4034 from crazyserver/MOBILE-4470
...
Mobile 4470
2024-05-02 16:19:01 +02:00
Pau Ferrer Ocaña
34e4ce2ff6
MOBILE-4470 lang: Fix deprecated lang keys
2024-05-02 15:57:15 +02:00
Pau Ferrer Ocaña
2b14ca1dea
Merge pull request #4032 from dpalou/MOBILE-4470
...
Mobile 4470
2024-05-02 15:09:09 +02:00
Dani Palou
f266d3b45d
Merge pull request #4027 from crazyserver/MOBILE-4565
...
Mobile 4565
2024-05-02 14:48:24 +02:00
Dani Palou
9c5ef4be1f
MOBILE-4470 qtype_match: Fix correct icons position
2024-05-02 13:04:11 +02:00
Pau Ferrer Ocaña
023db99e2b
Merge pull request #4026 from dpalou/MOBILE-4550
...
Mobile 4550
2024-04-30 18:05:04 +02:00
Dani Palou
ede0fb368f
MOBILE-4550 quiz: Add behats to test new attempts UI
2024-04-30 17:36:51 +02:00
Dani Palou
10773e00d8
MOBILE-4550 quiz: Fix behat tests
2024-04-30 17:36:51 +02:00
Dani Palou
ef6610e09a
MOBILE-4550 quiz: Change how quiz result info is displayed
2024-04-30 16:53:21 +02:00
Dani Palou
bc88cac82a
MOBILE-4550 quiz: Remove unneded calls to get review WS
2024-04-30 16:53:21 +02:00
Dani Palou
cdb56d172e
MOBILE-4550 quiz: Display when attempt can be reviewed
2024-04-30 16:53:21 +02:00
Dani Palou
e0b19ff20a
MOBILE-4550 quiz: Fix inconsistent attempt types in helper functions
2024-04-30 16:53:21 +02:00
Dani Palou
a765f3cb8d
MOBILE-4550 quiz: Change how list of attempts is displayed
2024-04-30 16:53:21 +02:00
Dani Palou
1b71f69cfe
MOBILE-4560 colors: Use CoreIonicColorNames in missing places
2024-04-30 15:53:36 +02:00
Dani Palou
ec195696e0
MOBILE-4550 quiz: Rename isAttemptFinished to isAttemptCompleted
...
It's a bit weird that isAttemptFinished would return true for an attempt with state different than 'finished', using the word complete reduces the confusion.
2024-04-29 16:26:48 +02:00
Dani Palou
08797cc9d5
MOBILE-4450 quiz: Calculate in app whether attempt can be reviewed
2024-04-29 16:26:38 +02:00
Dani Palou
17bd64a5e0
MOBILE-4550 quiz: Move quiz service constants to constants file
2024-04-29 16:19:31 +02:00
Dani Palou
df3b328bac
MOBILE-4550 quiz: Update some quiz strings
2024-04-29 16:19:31 +02:00
Pau Ferrer Ocaña
497030595e
Merge pull request #4024 from dpalou/MOBILE-4457
...
MOBILE-4457 question: Support ordering question type
2024-04-29 16:00:12 +02:00
Pau Ferrer Ocaña
83ce6450e5
MOBILE-4565 rte: Fix placeholder
2024-04-29 15:41:32 +02:00
Pau Ferrer Ocaña
33d6d169f9
MOBILE-4579 notifications: Avoid showing user avatar from customdata
2024-04-29 11:25:46 +02:00
Pau Ferrer Ocaña
d0c0b83296
MOBILE-4579 user: Use initials if no image is provided
2024-04-29 11:25:46 +02:00
Dani Palou
5cee8d4935
MOBILE-4457 question: Support ordering question type
2024-04-26 09:31:20 +02:00
Pau Ferrer Ocaña
37b729326f
MOBILE-4565 a11y: Minimum a11y fixes
2024-04-25 11:52:45 +02:00
Pau Ferrer Ocaña
4a20edc06a
MOBILE-4565 a11y: Improve quiz styles
2024-04-25 09:55:47 +02:00
Pau Ferrer Ocaña
23fccb22e5
MOBILE-4565 book: Fix book page footer
2024-04-25 09:55:47 +02:00
Pau Ferrer Ocaña
93b420311d
MOBILE-4565 utils: Move some array functions to CoreArray
2024-04-25 09:46:44 +02:00
Pau Ferrer Ocaña
f9ddfb48c9
MOBILE-4565 rte: Fix rte focus and blur problems
2024-04-25 09:46:44 +02:00
Pau Ferrer Ocaña
45fb4cb92a
MOBILE-4565 a11y: Fix a lot of focus problems
2024-04-25 09:46:44 +02:00
Pau Ferrer Ocaña
44f4f9d2a6
MOBILE-4565 calendar: Fix header length
2024-04-25 09:46:44 +02:00
Pau Ferrer Ocaña
404cb9129a
MOBILE-4565 messages: Use new Ionic accordion component on groups
2024-04-25 09:46:44 +02:00
Pau Ferrer Ocaña
84ad9c1e97
MOBILE-4565 a11y: Add aria-current=date to calendar
2024-04-25 09:46:44 +02:00
Pau Ferrer Ocaña
b71fb0ae05
MOBILE-4565 a11y: Dynamic context menu
2024-04-25 09:46:43 +02:00
Pau Ferrer Ocaña
a471bf24cc
MOBILE-4565 timeline: Action button will be shown on the next line
2024-04-25 09:46:43 +02:00
Pau Ferrer Ocaña
e87b05bd69
MOBILE-4565 a11y: Add alert to empty search message
2024-04-25 09:46:43 +02:00
Pau Ferrer Ocaña
8c3697a579
MOBILE-4565 a11y: Label improvements
2024-04-25 09:46:43 +02:00
Dani Palou
1808d9adfc
MOBILE-4566 media: Fix videojs videos wider than viewport
2024-04-24 13:21:22 +02:00
Noel De Martin
59aac915a2
MOBILE-4553 quiz: Hide ungraded marks
...
This makes it consistent with the way it works in the LMS, we're also
relying on attempt.sumgrades because grade item marks are never null.
See MDL-81599.
2024-04-18 12:24:44 +02:00
Dani Palou
4fd8be5ffb
Merge pull request #4010 from NoelDeMartin/MOBILE-4553
...
MOBILE-4553 quiz: Show grade item marks
2024-04-17 08:24:48 +02:00
Noel De Martin
ce86bb42f1
MOBILE-4573 forum: Hide search when disabled
2024-04-15 14:13:29 +02:00
Noel De Martin
073b5832be
MOBILE-4553 quiz: Show grade item marks
2024-04-11 15:59:59 +02:00
Pau Ferrer Ocaña
55c083daf0
Merge pull request #4004 from NoelDeMartin/MOBILE-4446
...
MOBILE-4446 behat: Assert event logs
2024-04-11 15:35:26 +02:00
Pau Ferrer Ocaña
cbbf61088a
MOBILE-4483 types: Add some types available since 4.4
2024-04-10 17:02:09 +02:00
Noel De Martin
d0fadb93f2
MOBILE-4446 behat: Assert event logs
2024-04-10 14:05:27 +02:00
Alfonso Salces
e4702a1b92
MOBILE-4219 blog: Update list when toggle only your blog entries
2024-04-09 08:42:27 +02:00
Noel De Martin
bc81500404
MOBILE-4770 behat: Fix snapshots
...
Changed caused by MDL-4188
2024-04-08 16:05:18 +02:00
Pau Ferrer Ocaña
d66c748fea
MOBILE-4456 icons: Fix icon colors on some blocks
2024-04-05 12:07:43 +02:00
Pau Ferrer Ocaña
9038e883e7
MOBILE-4543 course: Do not show open in browser for students
2024-04-04 12:12:07 +02:00
Pau Ferrer Ocaña
4f56e08f9b
MOBILE-4543 course: Improvements on course options delegate
2024-04-04 12:12:07 +02:00
Pau Ferrer Ocaña
0d56f802f2
MOBILE-4543 chore: Remove unnecessary variable type change on hash
2024-04-04 12:12:07 +02:00
Dani Palou
8544599692
MOBILE-4470 blog: Make PUBLISH_STATE const match type name
2024-04-02 14:53:43 +02:00
Dani Palou
8b2b130e14
MOBILE-4470 core: Make DownloadStatus types match const names
2024-04-02 14:36:02 +02:00
Alfonso Salces
a8b4a0022b
Merge pull request #3991 from dpalou/MOBILE-4522
...
Mobile 4522
2024-03-26 14:15:46 +01:00
Dani Palou
e84a2ee78c
MOBILE-4522 forum: Don't calculate unread number if tracking disabled
2024-03-26 12:29:46 +01:00
Alfonso Salces
521964cf4f
MOBILE-4219 blog: Fix empty blog entries page and some styles
2024-03-26 11:23:15 +01:00
Alfonso Salces
823aba0467
MOBILE-4219 edit-entry: Change save button and default publishstate
2024-03-26 08:34:03 +01:00
Dani Palou
99dcbd9590
MOBILE-4522 forum: Only trigger MARK_READ_EVENT if forum has tracking
2024-03-25 08:20:00 +01:00
Dani Palou
f6ec43097a
MOBILE-4491 behat: Fix before_scenario not running for some tests
2024-03-22 09:11:12 +01:00
Dani Palou
5215ff91e5
MOBILE-2768 policy: Display Inactive badge in certain policies
2024-03-21 09:16:46 +01:00
Dani Palou
4843fdc619
Merge pull request #3986 from crazyserver/MOBILE-4458
...
Mobile 4458
2024-03-21 08:04:31 +01:00
Pau Ferrer Ocaña
fa1ed71fb6
MOBILE-4458 notifications: Fix notifications list user menu button size
2024-03-20 16:26:51 +01:00
Dani Palou
8dfd363d6f
Merge pull request #3956 from alfonso-salces/MOBILE-4219
...
MOBILE-4219 blog: Add and edit blog entries
2024-03-20 16:13:10 +01:00
Alfonso Salces
5d7c520de4
MOBILE-4219 blog: Create acceptance testing
2024-03-20 15:30:31 +01:00
Alfonso Salces
ed8223d761
MOBILE-4219 blog: Add some ws to create and edit blog entries
2024-03-20 15:30:31 +01:00
Alfonso Salces
9d282a8f02
MOBILE-4219 blog: Allow edition and redesign blog entries
2024-03-20 15:30:25 +01:00
Pau Ferrer Ocaña
59280ca81c
MOBILE-4458 design: Apply typography
2024-03-20 15:25:11 +01:00
Dani Palou
704840ccf2
Merge pull request #3976 from crazyserver/MOBILE-4544
...
Mobile 4544
2024-03-18 08:36:46 +01:00
Pau Ferrer Ocaña
f16ee024aa
MOBILE-4544 timer: Add timerHiddenPreferenceName to set visibility pref
2024-03-15 10:55:42 +01:00
Dani Palou
98e7ba17c9
MOBILE-3622 h5p: Apply styles defined in h5pcustomcss
2024-03-14 17:28:33 +01:00
Pau Ferrer Ocaña
824ce41a5c
MOBILE-4497 competencies: Fix behat on previous versions
2024-03-13 11:04:42 +01:00
Dani Palou
41e4292c48
MOBILE-4526 core: Use ContextLevel enum instead of string
2024-03-13 07:53:53 +01:00
Dani Palou
8afeac3a94
MOBILE-4526 filter: Convert block and user contexts to parent
2024-03-13 07:53:28 +01:00
Noel De Martin
44b9f499bf
Merge pull request #3969 from crazyserver/MOBILE-4530
...
Mobile 4530
2024-03-12 17:04:28 +01:00
Pau Ferrer Ocaña
2261dfb296
MOBILE-4530 calendar: Add branded type to caledar and sort WS types
2024-03-12 16:11:55 +01:00
Pau Ferrer Ocaña
537dc07587
MOBILE-3947 chore: Remove unnecessary route module exports
2024-03-12 15:46:04 +01:00
Pau Ferrer Ocaña
f6b9ce0212
MOBILE-3947 chore: Remove import of components module in activity module
2024-03-12 15:46:04 +01:00
Pau Ferrer Ocaña
f7d2992ca4
MOBILE-3947 compile: Remove module services without plugins
2024-03-12 15:46:04 +01:00
Pau Ferrer Ocaña
2078c12571
MOBILE-3947 chore: Decouple constants from Addons used in core folder
2024-03-12 15:37:00 +01:00
Pau Ferrer Ocaña
275089850e
Merge pull request #3961 from dpalou/MOBILE-3947
...
MOBILE-3947 ui: Display Cancel/Done buttons in datetime
2024-03-12 13:24:22 +01:00
Pau Ferrer Ocaña
b7629d4fb1
Merge pull request #3968 from NoelDeMartin/MOBILE-4339
...
MOBILE-4339 quiz: Fix offline unanswered warning
2024-03-12 12:36:13 +01:00
Pau Ferrer Ocaña
dd194b1a85
MOBILE-4540 url: Reduce WS calls on module handler
2024-03-12 11:36:55 +01:00
Noel De Martin
92156848a3
MOBILE-4339 quiz: Fix offline unanswered warning
2024-03-12 11:30:59 +01:00
Noel De Martin
c53db7f546
MOBILE-4350 quiz: Fix submit navigation button
2024-03-11 15:33:35 +01:00
Noel De Martin
02edd583a5
Merge pull request #3962 from dpalou/MOBILE-4528
...
MOBILE-4528 chat: Decouple from initial bundle
2024-03-11 14:52:28 +01:00
Dani Palou
162a618780
Merge pull request #3964 from crazyserver/MOBILE-4538
...
Mobile 4538
2024-03-11 14:01:28 +01:00
Dani Palou
7287a9b298
MOBILE-3947 datetime: Display placeholder if datetime value is undefined
2024-03-11 12:56:58 +01:00
Pau Ferrer Ocaña
9c28b32557
MOBILE-4456 activitymodules: Get branded from icons
2024-03-11 12:28:24 +01:00
Pau Ferrer Ocaña
732a21160c
MOBILE-4458 design: Fix behat snapshots
2024-03-11 12:25:52 +01:00
Pau Ferrer Ocaña
9660be8228
MOBILE-4458 design: Apply button styles
2024-03-11 12:25:52 +01:00
Pau Ferrer Ocaña
ae4c1ce28a
MOBILE-4538 mod: Check module is enabled in related delegates
2024-03-11 11:57:42 +01:00
Pau Ferrer Ocaña
dc1b9e9575
MOBILE-4538 assign: Inheritdocs from handlers
2024-03-11 11:57:42 +01:00
Pau Ferrer Ocaña
21b43d56df
MOBILE-4538 delegates: Add handlers promise enabled info and remove code
2024-03-11 11:57:42 +01:00
Dani Palou
9b9b569703
MOBILE-4539 core: Create and use new DownloadStatus types
2024-03-11 11:28:07 +01:00
Dani Palou
864087c52a
MOBILE-3947 behat: Fix datetime behat tests
2024-03-11 10:19:01 +01:00
Dani Palou
abd1a32f63
MOBILE-3947 datetime: Improve a11y of datetime-button
2024-03-11 10:19:01 +01:00
Dani Palou
f0bb576920
MOBILE-3947 ui: Display Cancel/Done buttons in datetime
2024-03-11 10:19:01 +01:00
Dani Palou
181c4d9ee3
MOBILE-4528 chat: Decouple from initial bundle
2024-03-11 10:17:05 +01:00
Noel De Martin
b39dc1b90e
MOBILE-4529 addons: Fix lazy instances overrides
2024-03-07 16:25:07 +01:00
Noel De Martin
69cf1ead4c
MOBILE-4529 survey: Decouple from initial bundle
2024-03-07 15:54:56 +01:00
Pau Ferrer Ocaña
6f371abbdb
MOBILE-3947 chore: Deprecate CoreArray.flatten in favor native flat
2024-03-07 11:29:34 +01:00
Pau Ferrer Ocaña
3bdb936d58
MOBILE-3947 chore: Decouple services from our compiler
2024-03-07 11:29:34 +01:00
Pau Ferrer Ocaña
d7d4772252
MOBILE-3947 blocks: Remove unnecessary imports and exports from blocks
2024-03-06 16:15:42 +01:00
Dani Palou
4677ce5c3f
Merge pull request #3954 from NoelDeMartin/MOBILE-4470
...
MOBILE-4470: Improve lazy loading and fix tests
2024-03-05 13:54:27 +01:00
Noel De Martin
fee90d49de
MOBILE-4470 behat: Fix Chat and Survey tests
...
They have been disabled in new Moodle instances in MDL-80866
2024-03-05 13:10:50 +01:00
Noel De Martin
7519ef7bdf
MOBILE-4470 workshop: Improve assessment strategies loading
2024-03-05 12:19:44 +01:00
Dani Palou
0cff22ca30
Merge pull request #3952 from crazyserver/MOBILE-4497
...
Mobile 4497
2024-03-05 08:14:08 +01:00
Dani Palou
e79c549c2e
Merge pull request #3953 from crazyserver/MOBILE-4329
...
MOBILE-4329 dataprivacy: Add link handlers
2024-03-05 08:05:57 +01:00
Pau Ferrer Ocaña
f5d31d8eb4
MOBILE-4497 competency: Decouple competency services
2024-03-04 17:49:15 +01:00
Pau Ferrer Ocaña
ff0108d796
MOBILE-4497 competency: Use adv features to check if competencies are on
2024-03-04 17:49:15 +01:00
Pau Ferrer Ocaña
7980f027f0
MOBILE-4329 chore: Link handler action should be async to wait for nav
2024-03-04 16:00:58 +01:00
Pau Ferrer Ocaña
0efd23f019
MOBILE-4498 completion: Decouple course completion services
2024-03-04 13:13:09 +01:00
Pau Ferrer Ocaña
40c47b9148
MOBILE-4498 blog: Remove unused blog services
2024-03-04 13:13:09 +01:00
Pau Ferrer Ocaña
6a52b02eeb
MOBILE-4498 comments: Use advanced features to check if comments are on
2024-03-04 13:13:08 +01:00
Pau Ferrer Ocaña
65ed0d2b1c
MOBILE-4498 blog: Use advanced features to check if blog is enabled
2024-03-04 13:13:08 +01:00
Pau Ferrer Ocaña
41f005d65a
MOBILE-4498 completion: Use adv features to check if completion is on
2024-03-04 13:13:08 +01:00
Pau Ferrer Ocaña
3cc03713ae
MOBILE-4498 tags: Use advanced features to check if tags are enabled
2024-03-04 13:13:08 +01:00
Dani Palou
cca9a3b784
Merge pull request #3950 from NoelDeMartin/MOBILE-4272
...
MOBILE-4272 workshop: Decouple from initial bundle
2024-03-04 09:57:17 +01:00
Noel De Martin
c15b3c507c
MOBILE-4272 workshop: Decouple from initial bundle
2024-02-29 17:36:53 +01:00
Noel De Martin
59cc4bd227
Merge pull request #3946 from crazyserver/MOBILE-4456
...
Mobile 4456
2024-02-29 17:05:12 +01:00
Pau Ferrer Ocaña
cd40c1a06d
MOBILE-4456 competency: Fix course module type
2024-02-29 16:40:31 +01:00
Pau Ferrer Ocaña
62692bd23d
MOBILE-4456 course: Load icon svg as inline and style them properly
2024-02-29 16:40:31 +01:00
Pau Ferrer Ocaña
c3c414a1da
MOBILE-4456 course: Adapt purpose of the icons to new version
2024-02-29 15:56:24 +01:00
Dani Palou
0c49a451f7
Merge pull request #3949 from NoelDeMartin/MOBILE-4524
...
MOBILE-4524 search: Optimize WS calls
2024-02-29 10:34:35 +01:00
Noel De Martin
1e3eed64e2
MOBILE-4524 search: Optimize WS calls
2024-02-28 17:02:39 +01:00
Noel De Martin
b6278e769c
MOBILE-4350 quiz: Allow navigating from sequential summary
...
This is consistent with the LMS which has a "return to attempt" button. It also fixes the behaviour that users would expect, given that the buttons in the side navigation for the current page are not disabled in the summary.
2024-02-28 16:00:20 +01:00
Dani Palou
60e256eda6
Merge pull request #3938 from crazyserver/MOBILE-4329
...
Mobile 4329
2024-02-27 13:48:33 +01:00
Pau Ferrer Ocaña
cc2f238d68
MOBILE-4329 user: Rename user profile handler types
2024-02-27 12:55:12 +01:00
Noel De Martin
3e275e5b18
MOBILE-4350 quiz: Fix navigation tests for LMS 4.3
2024-02-22 15:37:19 +01:00
Noel De Martin
df5bbf33bc
MOBILE-4350 quiz: Fix disabled clicks in summaries
2024-02-22 13:24:57 +01:00
Noel De Martin
02918af512
MOBILE-4350 quiz: Disable unanswered warning in sequential navigation
2024-02-22 13:24:21 +01:00
Pau Ferrer Ocaña
b38223bb59
Merge pull request #3933 from dpalou/MOBILE-4313
...
MOBILE-4313 notifications: Show warnings if permissions missing
2024-02-21 16:47:46 +01:00
Dani Palou
edd6214e71
MOBILE-4313 notifications: Show warnings if permissions missing
2024-02-19 15:58:56 +01:00
Noel De Martin
5c1606e595
MOBILE-4350 quiz: Disable sequential navigation items
2024-02-19 10:10:27 +01:00
Noel De Martin
c41ac5a3cf
MOBILE-4350 theme: Improve opacity of disabled items
2024-02-19 10:10:27 +01:00
Noel De Martin
c3817a0a60
MOBILE-4304 scorm: Comment incompatible tests
2024-02-14 09:06:20 +01:00
Noel De Martin
060256c0ea
MOBILE-4304 behat: Update snapshots
2024-02-14 09:06:19 +01:00
Noel De Martin
869f08eee7
MOBILE-4304 core: Return database records rowId
2024-02-14 09:06:19 +01:00
Noel De Martin
b6f32dfddd
MOBILE-4304 scorm: Update database usage
2024-02-14 09:06:19 +01:00
Noel De Martin
88f7eba74c
MOBILE-4339 quiz: Add unanswered questions warning
2024-02-12 13:48:50 +01:00
Noel De Martin
1c6c7c14c9
MOBILE-3947 behat: Fix tests for older versions
2024-01-31 17:23:47 +01:00
Dani Palou
bcbd31535c
MOBILE-4492 file: Avoid problems with toURL in Android
2024-01-31 15:08:17 +01:00
Noel De Martin
bb6ed65c88
MOBILE-4496 behat: Update tags
...
Tags have been changed to reflect the namespace in the app folder structure, rather than trying to find an equivalent in the LMS codebase
2024-01-31 11:35:09 +01:00
Noel De Martin
c356a1aea2
MOBILE-4350: Comment out sequential navigation test
...
This is necessary so that MDL-79295 can move forward with the integration.
2024-01-23 09:24:02 +01:00
Noel De Martin
3621bc46a5
MOBILE-3947 glossary: Fix tests
...
There were some bugs in Angular v10 that countered this bug in our code, that's why it wasn't manifested until now. It seems to be related with the changes in createUrlTreeFromSegmentGroup.
See https://github.com/angular/angular/commits/16.0.x/packages/router/src/create_url_tree.ts?since=2020-06-25&until=2024-01-11
2024-01-15 16:35:57 +01:00
Noel De Martin
2200669b0f
MOBILE-3947 messages: Fix tests
2024-01-15 16:35:57 +01:00
Dani Palou
dfd7f89491
MOBILE-3947 mod_url: Improve guessIcon detection
2024-01-12 15:45:02 +01:00
Dani Palou
27b980d710
MOBILE-3947 form: Add types to FormControl
2024-01-12 15:45:02 +01:00
Pau Ferrer Ocaña
3e72bf3ead
MOBILE-3947 block_tags: Fix width
2024-01-11 17:50:52 +01:00
Pau Ferrer Ocaña
ab16380626
MOBILE-3947 combobox: Improve combobox
2024-01-11 17:50:52 +01:00
Pau Ferrer Ocaña
cf8f8ee0ee
MOBILE-3947 notifications: Fix unreactive aria-label
2024-01-11 12:59:27 +01:00
Pau Ferrer Ocaña
33f1cefad1
MOBILE-3947 behat: Fix datetime user profile labeling
2024-01-11 12:59:27 +01:00
Pau Ferrer Ocaña
ebb0df1362
MOBILE-3947 behat: Get field when label is inside
2024-01-11 12:59:27 +01:00
Pau Ferrer Ocaña
de5c6633ef
MOBILE-3947 mod: Update some behat instructions
2024-01-11 12:59:27 +01:00
Pau Ferrer Ocaña
90a47b2441
MOBILE-3947 behat: Fix ion-toggle press
2024-01-11 12:59:27 +01:00
Pau Ferrer Ocaña
1f667da246
MOBILE-3947 competency: Narrow selector on press Competencies
2024-01-11 12:59:27 +01:00
Pau Ferrer Ocaña
6cca2a953b
MOBILE-3947 behat: Check shadowDom on getTopAncestors
2024-01-11 12:59:27 +01:00
Pau Ferrer Ocaña
b523757e81
MOBILE-3947 behat: Dispatch ionChange event after setting a field
2024-01-11 12:59:27 +01:00
Pau Ferrer Ocaña
eb704d4203
MOBILE-3947 calendar: Simplify observers management
2024-01-11 12:59:27 +01:00
Pau Ferrer Ocaña
522d1e2c79
MOBILE-3947 swipe: Fix Swipe slides update component
2024-01-11 12:59:26 +01:00
Pau Ferrer Ocaña
210b3a75a3
MOBILE-3947 behat: Fix Datetime value
2024-01-11 12:59:26 +01:00
Pau Ferrer Ocaña
06e7a0c97a
MOBILE-3947 behat: Fix behat tests on ionic7 upgrade
2024-01-10 10:00:54 +01:00
Pau Ferrer Ocaña
8445854486
MOBILE-3947 behat: Fix some snapshot failures
2023-12-18 13:39:13 +01:00
Pau Ferrer Ocaña
e875cc6306
MOBILE-3947 core: Fix compile HTML
2023-12-18 13:39:07 +01:00
Pau Ferrer Ocaña
19ab818683
MOBILE-3947 forum: Fix tests
...
Co-authored-by: NoelDeMartin <noel@moodle.com>
2023-12-18 09:56:41 +01:00
Noel De Martin
c5c0a57113
MOBILE-3947 behat: Use login shortcuts
2023-12-18 09:56:41 +01:00
Pau Ferrer Ocaña
a424923cfc
MOBILE-3947 site: Use ionInput event on sitefinder
2023-12-14 22:08:38 +01:00
Pau Ferrer Ocaña
373cf8f549
MOBILE-3947 behat: Tag and omit failing behats due to Ionic7 migration
2023-12-14 22:08:38 +01:00
Pau Ferrer Ocaña
bea73940ed
MOBILE-3947 core: Avoid item overflow on input errors
2023-12-14 10:41:34 +01:00
Pau Ferrer Ocaña
be7f86edd2
MOBILE-3947 core: Slot core-show-password on ion-inputs
2023-12-14 10:41:34 +01:00
Pau Ferrer Ocaña
243386232e
MOBILE-3947 chore: Remove Ionic warnings about legacy form controls
2023-12-14 10:41:34 +01:00
Pau Ferrer Ocaña
6c28885260
MOBILE-3947 assign: Do not require submission statement if empty
2023-12-14 10:41:34 +01:00
Noel De Martin
2449aca781
MOBILE-3947 ng: Fix build errors
...
Target in app tsconfig is set to es2022 by the Angular CLI, so we must
set it as well to be consistent in the rest of the tooling. Angular
compilation later uses browserslist for further transpilations.
Target in unit tests is kept at es2016 because of a known bug in
Angular: https://github.com/angular/angular/issues/31730
2023-11-29 16:19:00 +01:00
Dani Palou
30cac7d056
MOBILE-3947 core: Stop using deprecated guard interfaces
2023-11-29 11:43:31 +01:00
Pau Ferrer Ocaña
22dbd6ad99
MOBILE-3947 core: Stop using ComponentFactoryResolver
2023-11-28 16:15:06 +01:00
Pau Ferrer Ocaña
22d0d4ece1
MOBILE-3947 chore: Migrate ion-datetime to Ionic 7
2023-11-28 13:38:48 +01:00
Pau Ferrer Ocaña
9dab24fef5
MOBIE-3947 lint: Fix self closing tags
2023-11-27 14:45:50 +01:00
Pau Ferrer Ocaña
a0cd868179
MOBIE-3947 lint: Fix some linting
2023-11-27 14:45:49 +01:00
Pau Ferrer Ocaña
7c31e79bbd
MOBILE-3947 slides: Use Swiper instead of IonSlides
2023-11-27 14:45:49 +01:00
Pau Ferrer Ocaña
730c26e5d8
MOBILE-3947 styles: Use math.div instead of division
2023-11-27 14:45:32 +01:00
Pau Ferrer Ocaña
e8dd8be967
MOBILE-3947 chore: Change Ionic native imports to awesome cordova
2023-11-24 13:46:58 +01:00
Noel De Martin
93dad58ebe
MOBILE-3947 app: Fix linting errors
2023-11-23 15:25:36 +01:00
Dani Palou
3b99950df6
MOBILE-4469 site: Rename candidate site to authenticated site
2023-11-22 10:48:18 +01:00
Dani Palou
a724a946d2
MOBILE-4469 core: Create new CoreCandidateSite class
2023-11-22 08:17:12 +01:00
Dani Palou
954ce48d7b
MOBILE-4469 core: Create new CoreUnauthenticatedSite class
2023-11-21 14:24:15 +01:00
Dani Palou
988ddb4b94
MOBILE-4469 core: Move CoreSite class to new sites folder
2023-11-21 11:58:27 +01:00
Pau Ferrer Ocaña
b7322d696d
MOBILE-3947 lang: Remove usage of Ionic 1 strings types (mm and mma)
2023-11-20 14:03:08 +01:00
Pau Ferrer Ocaña
feb8a78ecc
MOBILE-3947 chore: Change IonRefresher type to HTMLIonRefresherElement
2023-11-20 11:33:27 +01:00
Pau Ferrer Ocaña
e40a4f13bb
MOBILE-3947 chore: Fix some HTML strict types
2023-11-20 11:33:27 +01:00
Pau Ferrer Ocaña
9e9052db85
MOBILE-3947 chore: Fix some non valid types
2023-11-20 11:33:26 +01:00
Pau Ferrer Ocaña
9be60c9e83
MOBILE-3947 chore: Fix eqeqeq on HTML
2023-11-20 11:33:26 +01:00
Pau Ferrer Ocaña
a81f93822f
MOBILE-3947 chore: Change import to use on Sass
2023-11-20 11:33:26 +01:00
Pau Ferrer Ocaña
8265f0fbe1
MOBILE-3947 chore: Remove unneeded optional chaining on HTML
2023-11-20 11:33:25 +01:00
Pau Ferrer Ocaña
3c53bf2632
MOBILE-4465 chore: Remove deprecated code on 4.0
2023-11-20 10:17:16 +01:00
Noel De Martin
6f3ae8feab
Merge pull request #3853 from crazyserver/MOBILE-4467
...
MOBILE-4467 assign: Filter shown annotated PDF files
2023-11-16 15:33:54 +01:00
Dani Palou
b668af193b
MOBILE-4460 core: Hide informative links if needed
2023-11-15 16:20:53 +01:00
Pau Ferrer Ocaña
92f8ac83bd
MOBILE-4467 assign: Filter shown annotated PDF files
2023-11-13 16:15:12 +01:00
Pau Ferrer Ocaña
6a6189ec78
MOBILE-4368 lang: Fix missing lang files on gulp lang override
2023-11-06 11:07:22 +01:00
Dani Palou
93b8ce274c
MOBILE-4362 mycourses: Fix category disappear after PTR
2023-10-31 14:28:05 +01:00
Dani Palou
d59b175314
MOBILE-4362 assign: Fix outcome not selected
...
This is related to MOBILE-3958, it was fixed in scaled but not in outcomes
2023-10-31 11:42:41 +01:00
Pau Ferrer Ocaña
935da86caa
Merge pull request #3840 from dpalou/MOBILE-4362
...
MOBILE-4362 quiz: Fix review not opened after finish offline quiz
2023-10-27 16:35:02 +02:00
Dani Palou
d750b91747
MOBILE-4362 quiz: Fix review not opened after finish offline quiz
2023-10-27 10:00:08 +02:00
Dani Palou
93a9d1912e
Merge pull request #3838 from crazyserver/MOBILE-4362
...
Mobile 4362
2023-10-26 11:39:12 +02:00
Pau Ferrer Ocaña
38f4dcd38b
Merge pull request #3837 from dpalou/MOBILE-4362
...
Mobile 4362
2023-10-26 11:26:35 +02:00
Pau Ferrer Ocaña
149720459f
MOBILE-4362 user: Fix user-initials size on toolbar
2023-10-26 10:23:39 +02:00
Dani Palou
e9601aee13
MOBILE-4362 glossary: Fix some pages not prefetched
2023-10-26 10:00:41 +02:00
Dani Palou
e958210df0
MOBILE-4362 workshop: Fix dimension number
...
It displayed 01, 11, 21 instead of 1, 2, 3
2023-10-26 10:00:41 +02:00
Pau Ferrer Ocaña
68d9d6cdd7
MOBILE-4362 icon: Improve icon filter handling
2023-10-25 15:36:17 +02:00
Pau Ferrer Ocaña
bfaadfbb8c
MOBILE-4362 modicon: Properly check if icon should be filtered
2023-10-25 14:31:31 +02:00
Noel De Martin
a32f0a70ae
Merge pull request #3835 from dpalou/MOBILE-4362
...
MOBILE-4362 quiz: Fix wrong renderization of ddwtos in some cases
2023-10-24 08:19:26 +02:00
Dani Palou
132c597e81
MOBILE-4362 quiz: Fix wrong renderization of ddwtos in some cases
2023-10-23 16:33:55 +02:00
Noel De Martin
af00e8e3c6
MOBILE-3371 search: Improve course search
2023-10-23 13:02:54 +02:00
Pau Ferrer Ocaña
e7fd119983
Merge pull request #3833 from dpalou/MOBILE-4362
...
Mobile 4362
2023-10-20 15:34:29 +02:00
Dani Palou
f8fe8aee36
MOBILE-4362 course: Format course name in storage page
2023-10-20 13:26:49 +02:00
Pau Ferrer Ocaña
58d571d64f
MOBILE-4362 lint: Solve deprecation linting
2023-10-19 22:10:31 +02:00
Pau Ferrer Ocaña
18ad252340
MOBILE-4362 lint: Fix some linting
2023-10-19 22:06:58 +02:00
Dani Palou
32055bd8d5
Merge pull request #3827 from crazyserver/MOBILE-4362-2
...
Mobile 4362 2
2023-10-19 17:48:51 +02:00
Pau Ferrer Ocaña
6b0cd694c5
MOBILE-4348 label: Support has custom cm list item to match cards border
2023-10-19 14:13:05 +02:00
Pau Ferrer Ocaña
1f7d0277a9
MOBILE-4362 chore: Correctly slot toggles inside ion-item
2023-10-19 14:10:23 +02:00
Pau Ferrer Ocaña
95cd22e76f
MOBILE-4362 workshop: Fix phantom offline submissions
2023-10-19 14:10:23 +02:00
Dani Palou
b982a96305
MOBILE-4362 bbb: Remove chevron in recording playback in iOS
2023-10-19 12:53:16 +02:00
Dani Palou
70501ce93b
Merge pull request #3822 from NoelDeMartin/MOBILE-4428
...
MOBILE-4428 quiz: Fix adaptive behaviour
2023-10-17 12:39:15 +02:00
Noel De Martin
3183737463
MOBILE-4428 quiz: Fix adaptive behaviour
2023-10-17 11:21:22 +02:00
Pau Ferrer Ocaña
14e56e82c5
MOBILE-4362 activitymodules: Fix activity modules block icons
2023-10-16 17:43:14 +02:00
Noel De Martin
c79accb01a
Merge pull request #3820 from dpalou/MOBILE-4362
...
MOBILE-4069 behat: Fix view events behat failing in some cases
2023-10-16 12:23:59 +02:00
Dani Palou
6866d304e8
MOBILE-4069 behat: Fix view events behat failing in some cases
2023-10-16 11:01:27 +02:00
Pau Ferrer Ocaña
6d50a22dd3
MOBILE-4362 workshop: Fix undefined Workshop Grades type
2023-10-11 16:51:50 +02:00
Pau Ferrer Ocaña
f97ea19e9e
MOBILE-4362 workshop: Remove non-null assertions on index page
2023-10-11 16:51:50 +02:00
Pau Ferrer Ocaña
42f6fc6843
Merge pull request #3817 from dpalou/MOBILE-4362
...
Mobile 4362
2023-10-11 16:51:41 +02:00
Dani Palou
f4030ab5a7
MOBILE-4362 glossary: Fix some entry links not handled properly
...
If the entry link used the view.php endpoint, the index link handler treated it instead of the entry link handler
2023-10-11 15:06:28 +02:00
Noel De Martin
0052dfc7f1
MOBILE-4362 quiz: Fix Drag&Drop race condition
2023-10-11 13:18:47 +02:00
Dani Palou
1a44478da1
MOBILE-4362 lesson: Fix retake badges alignment in phone
2023-10-11 08:25:06 +02:00
Noel De Martin
aebbe3365c
Merge pull request #3814 from dpalou/MOBILE-4362
...
Mobile 4362
2023-10-10 18:00:50 +02:00
Dani Palou
23b0b9afc7
MOBILE-4069 behat: Fix SCORM tests in old LMS versions
2023-10-10 15:17:40 +02:00
Noel De Martin
99fc2d01ca
Revert "MOBILE-4339 quiz: Add unanswered questions warning"
...
This reverts commit 3faa55e489
.
2023-10-10 12:36:59 +02:00
Dani Palou
cc472e58f5
MOBILE-4362 lesson: Display 'Correct response' as badge
2023-10-10 11:18:13 +02:00
Dani Palou
b3af76705e
MOBILE-4362 lesson: Stop and hide lesson timer when finish lesson
2023-10-09 16:07:34 +02:00
Noel De Martin
ee2e7851b6
Merge pull request #3809 from dpalou/MOBILE-4362
...
Mobile 4362
2023-10-09 15:48:14 +02:00
Pau Ferrer Ocaña
60dad4cc3e
MOBILE-4348 resource: Display afterlink on module info box
2023-10-09 14:50:31 +02:00
Pau Ferrer Ocaña
13ddbfc4b9
MOBILE-4348 resource: Fix display options gathering
2023-10-09 14:50:31 +02:00
Dani Palou
f9e31e5d38
MOBILE-4069 scorm: Add availability tests
2023-10-09 14:20:13 +02:00
Dani Palou
2db13af8dd
MOBILE-4069 scorm: Add appearance, attempts and grading behat tests
2023-10-09 14:20:13 +02:00
Dani Palou
ec7a3ea9b4
Merge pull request #3807 from crazyserver/MOBILE-4362
...
Mobile 4362
2023-10-06 15:29:35 +02:00
Pau Ferrer Ocaña
ebd4eec500
MOBILE-4362 styles: Transparent backdrop on popovers
2023-10-06 11:52:49 +02:00
Noel De Martin
0474d694e7
MOBILE-3371 search: Remove search results count
...
Given some issues with the LMS webservices (they return inconsistent totalcount depending on the page), we've decided to remove this information from the UI to avoid confusion.
2023-10-05 17:48:12 +02:00
Dani Palou
77bd638fb1
MOBILE-4362 scorm: Fix grade calculation when using LASTATTEMPT
...
The app always used the last attempt, but LMS uses the last attempt that has at least 1 SCO with completed or passed status
2023-10-05 17:00:04 +02:00
Noel De Martin
42aa917cf8
Merge pull request #3806 from dpalou/MOBILE-4362
...
Mobile 4362
2023-10-04 11:38:21 +02:00
Dani Palou
8af557bbc6
MOBILE-4362 wiki: Fix create empty page
2023-10-04 11:21:35 +02:00
Dani Palou
b6e914a24e
Merge pull request #3805 from crazyserver/MOBILE-4362
...
Mobile 4362
2023-10-03 16:10:38 +02:00
Pau Ferrer Ocaña
9567280479
MOBILE-4362 lang: Update lang packs and add new language
2023-10-03 14:42:21 +02:00
Dani Palou
cb0e54b164
MOBILE-4362 storage: Always display chevron in courses items
2023-10-03 14:40:49 +02:00
Noel De Martin
53e902ca82
MOBILE-4272 workshop: Rollback async handlers
...
There is a bug with missing optional methods in async handlers. If their existence is checked before initialization, they always exist but fail on execution. That should be refactored into asynchronous and type-safe code, but we decided to do it in the next version.
2023-10-03 11:54:35 +02:00
Pau Ferrer Ocaña
178e3eeb45
MOBILE-4348 module: Re-estructure activity card
2023-10-02 21:44:46 +02:00
Pau Ferrer Ocaña
05786e94d3
MOBILE-4348 module: Renew completion
2023-10-02 21:43:34 +02:00
Pau Ferrer Ocaña
d790e2a752
MOBILE-4348 mod-icon: Sort Mod icon css variables
2023-10-02 21:43:34 +02:00
Pau Ferrer Ocaña
efe2151dce
MOBILE-4348 style: Change css radius names
2023-10-02 21:43:34 +02:00
Dani Palou
7667774a2a
Merge pull request #3801 from crazyserver/MOBILE-4362
...
Mobile 4362
2023-10-02 16:46:16 +02:00
Pau Ferrer Ocaña
604cf7adf0
MOBILE-4362 chore: Remove deprecated code from 3.9.5 or bellow
2023-10-02 15:57:59 +02:00
Dani Palou
31bd7a6955
MOBILE-4362 messages: Update sender name when last message changes
...
The sender name displayed in group conversations page wasn't updated when a NEW_MESSAGE_EVENT was received. Also, if last message was deleted we still displayed a sender name when there were no messages.
2023-10-02 14:33:15 +02:00
Dani Palou
28235b0553
MOBILE-4362 notes: Update error string to reflect delete action
2023-10-02 11:25:05 +02:00
Dani Palou
54a2e6e14b
Merge pull request #3800 from alfonso-salces/MOBILE-4362
...
MOBILE-4362 messages: Handle disabled messages error
2023-09-29 09:29:53 +02:00
Alfonso Salces
6f50482a3d
MOBILE-4362 messages: Handle disabled messages error
2023-09-29 09:19:07 +02:00
Pau Ferrer Ocaña
0ec36b43d2
Merge pull request #3798 from dpalou/MOBILE-4362
...
Mobile 4362
2023-09-28 16:21:02 +02:00
Dani Palou
e6a14ffac5
MOBILE-4362 coursecompletion: Display same info as LMS
...
Two of the fields displayed are only used in the block in LMS, the details page displays other values
2023-09-28 15:40:07 +02:00
Dani Palou
024b962d18
MOBILE-3599 competency: Format competency and plan names
2023-09-28 11:38:34 +02:00
Noel De Martin
d15be4f539
MOBILE-4383 quiz: Disable offline sequential quiz
2023-09-27 14:30:18 +02:00
Dani Palou
566db5205e
Merge pull request #3743 from NoelDeMartin/MOBILE-4207
...
MOBILE-4207: Forum Search
2023-09-27 11:41:48 +02:00
Dani Palou
4ea7b56bde
MOBILE-4362 calendar: Always display chevron in course item
2023-09-27 11:26:47 +02:00
Noel De Martin
44468276ae
Merge pull request #3786 from dpalou/MOBILE-4418
...
MOBILE-4418 feedback: Fix viewing attempts with groups
2023-09-27 11:03:02 +02:00
Noel De Martin
7b9b365ce0
Merge pull request #3793 from dpalou/MOBILE-4420
...
Mobile 4420
2023-09-27 10:58:26 +02:00
Noel De Martin
5873da0e0c
MOBILE-4207 forum: Implement forum activity search
2023-09-27 09:30:06 +02:00
Noel De Martin
cd85155953
MOBILE-4207 forum: Implement search forums block
2023-09-27 09:30:06 +02:00
Dani Palou
96f0a547ed
MOBILE-4420 scorm: Add first behat tests for SCORM
2023-09-26 18:19:21 +02:00
Dani Palou
1f05729cb0
MOBILE-4420 scorm: Unload current SCO before loading next one
2023-09-26 18:16:44 +02:00
Noel De Martin
202de46616
Merge pull request #3788 from crazyserver/MOBILE-4407
...
MOBILE4407 url: Fix url icon without main file
2023-09-26 14:48:55 +02:00
Noel De Martin
022c57d6ff
MOBILE-4207 forum: Fix classes prefix
2023-09-26 12:32:37 +02:00
Pau Ferrer Ocaña
5765ad9a72
MOBILE4407 url: Fix url icon without main file
2023-09-14 15:07:56 +02:00
Noel De Martin
e4755af9c6
MOBILE-3371 search: Implement link handler
2023-09-14 13:24:59 +02:00
Noel De Martin
b2b0262c5b
MOBIL-3371 sites: Extract visitLink method
2023-09-14 13:24:57 +02:00