Commit Graph

6053 Commits (cc565fe87b9ef52df5a299c3081ddfd04107743d)

Author SHA1 Message Date
Noel De Martin b52deca5fe MOBILE-4288 multilang: Clean up 2023-04-24 11:19:55 +02:00
Alfonso Salces 01561748d7 MOBILE-4248 mod-data-action: Add actions menu to action 2023-04-24 11:07:08 +02:00
Noel De Martin 6cb78cf27e
Merge pull request #3634 from dpalou/MOBILE-4317
MOBILE-4317 calendar: Store events from getEventsList in DB
2023-04-24 10:34:36 +02:00
Dani Palou 99a2d47e30 MOBILE-4317 calendar: Store events from getEventsList in DB
This schedules their default reminder if it's a new event
2023-04-24 10:25:14 +02:00
Alfonso Salces 19625470ee MOBILE-4248 actionsmenu: Create actions menu component 2023-04-21 13:37:08 +02:00
Noel De Martin e74940d2e0 MOBILE-4290 login: Change QR help question order 2023-04-20 17:51:45 +02:00
Noel De Martin e663ee1d9a MOBILE-4290 login: Fix site help
QR question logic was inverted, and classes weren't applied properly
2023-04-20 17:51:26 +02:00
Noel De Martin 9b182bb714
Merge pull request #3630 from dpalou/MOBILE-4281
MOBILE-4281 assign: Limit marking workflow behats to 4.0+
2023-04-20 16:23:01 +02:00
Dani Palou 133287c83c MOBILE-4281 assign: Limit marking workflow behats to 4.0+
The reason is that the steps to mark submissions in LMS don't work in older sites, they need to be different
2023-04-20 16:10:48 +02:00
Noel De Martin 5e2780f97f MOBILE-2652 glossary: UI Tweaks
Move actions below attachments, and use danger color for delete button
2023-04-20 15:23:39 +02:00
Dani Palou d1f28f43ab MOBILE-4317 calendar: Schedule new site reminders 2023-04-20 13:53:24 +02:00
Dani Palou 3d0a9441f4 MOBILE-4317 calendar: Fix updateAllSitesEventReminders 2023-04-20 13:53:15 +02:00
Noel De Martin e18f392482
Merge pull request #3625 from dpalou/MOBILE-3535
MOBILE-3535 lesson: Fix behat tests for Moodle 3.9
2023-04-20 13:10:17 +02:00
Dani Palou c3bd315355
Merge pull request #3622 from NoelDeMartin/MOBILE-4290
MOBILE-4290: Update site help
2023-04-20 12:58:38 +02:00
Dani Palou 822b1da4f9 MOBILE-3535 lesson: Fix behat tests for Moodle 3.9 2023-04-20 12:01:59 +02:00
Dani Palou 6018868c75 MOBILE-3535 lesson: Fix undefined attempt if load fails 2023-04-20 10:45:12 +02:00
Dani Palou 5646dd14e0
Merge pull request #3611 from alfonso-salces/MOBILE-4292
MOBILE-4292 base-profilefield: Translate fields to display
2023-04-19 15:41:11 +02:00
Dani Palou 90f710c7e8
Merge pull request #3623 from NoelDeMartin/MOBILE-4188
MOBILE-4188: Teacher gradebook tweaks
2023-04-19 15:40:26 +02:00
Noel De Martin eaedada250
Merge pull request #3619 from dpalou/MOBILE-4281
Mobile 4281
2023-04-19 15:36:39 +02:00
Noel De Martin c06671a760 MOBILE-4188 grades: Fix search results swiping 2023-04-19 15:02:39 +02:00
Noel De Martin fa6eb60470 MOBILE-4188 user: Undo sticky participants search 2023-04-19 15:02:16 +02:00
Alfonso Salces 34a6b75a12 MOBILE-4292 user-profile-field: Assign context always 2023-04-19 14:27:44 +02:00
Alfonso Salces e0edc76b28 MOBILE-4292 base-profilefield: Translate fields to display 2023-04-19 14:27:37 +02:00
Noel De Martin 546dd59693
Merge pull request #3616 from crazyserver/MOBILE-4187
Mobile 4187
2023-04-19 13:39:33 +02:00
Noel De Martin 156f01b743 MOBILE-4290 login: Update help text 2023-04-19 13:36:14 +02:00
Noel De Martin b382486580 MOBILE-4290 login: Collapse site help questions 2023-04-19 13:36:14 +02:00
Noel De Martin bfe9100879 MOBILE-4290 core: Make waitForImages cancellable 2023-04-19 12:56:01 +02:00
Dani Palou 825c1617f1
Merge pull request #3620 from crazyserver/MOBILE-4250
MOBILE-4250 module: Add module summary to preview module page
2023-04-19 12:03:57 +02:00
Pau Ferrer Ocaña 5ef41c6ace MOBILE-4250 module: Add module summary to preview module page 2023-04-19 11:52:14 +02:00
Dani Palou 9e72d79eba
Merge pull request #3618 from NoelDeMartin/MOBILE-4284
MOBILE-4284: Implement custom question numbers in quiz
2023-04-19 11:44:01 +02:00
Pau Ferrer Ocaña 015d0c42f3 MOBILE-4187 app: Do not add url class to body tag 2023-04-19 11:29:17 +02:00
Pau Ferrer Ocaña 40972e8b79 MOBILE-4187 app: Replace all dots in url classname 2023-04-19 11:16:42 +02:00
Dani Palou d4aab021f0 MOBILE-4281 assign: Display submission grade when using marking workflow 2023-04-19 10:25:44 +02:00
Noel De Martin e77b834ff2 MOBILE-4284 quiz: Replace number w/ questionnumber 2023-04-19 10:07:31 +02:00
Noel De Martin 391dfbdfcc MOBILE-4284 question: Drop unused DB columns
WebSQL doesn't support dropping columns, that's why we're migrating to a new table with the _2 suffix instead.
2023-04-19 10:07:31 +02:00
Dani Palou c631db2082 MOBILE-4281 assign: Fix grading status in list with markingworkflow 2023-04-19 09:37:19 +02:00
Noel De Martin 9d1d433489
Merge pull request #3614 from dpalou/MOBILE-4203
MOBILE-4203 behat: Remove temporary capability override
2023-04-19 09:05:10 +02:00
Dani Palou e58df9ae61
Merge pull request #3613 from NoelDeMartin/MOBILE-4270
MOBILE-4270: Fix 3.9 behat tests
2023-04-19 08:46:38 +02:00
Dani Palou 95324f371c
Merge pull request #3617 from moodlehq/MOBILE-4282
MOBILE-4282 course: Implement modules indentation
2023-04-19 08:41:22 +02:00
Dani Palou 6b121f4ec1
Merge pull request #3608 from moodlehq/MOBILE-4277
MOBILE-4277 course: Show modules in course index
2023-04-19 08:09:28 +02:00
Dani Palou 2dbb1f2316
Merge pull request #3615 from alfonso-salces/MOBILE-4245
MOBILE-4245 dev: Listen staging sites changes after view enter
2023-04-18 13:43:06 +02:00
Alfonso Salces 95013c2fda MOBILE-4245 dev: Listen staging sites changes after view enter 2023-04-18 13:29:59 +02:00
Noel De Martin cd87302265 MOBILE-4282 course: Implement modules indentation 2023-04-18 13:02:38 +02:00
Pau Ferrer Ocaña dd5c80e9a4
Merge pull request #3607 from alfonso-salces/MOBILE-4291
MOBILE-4291 AddonUserProfile: Add margin-right in checkbox
2023-04-18 12:17:50 +02:00
Alfonso Salces 543e4929ca MOBILE-4291 userprofile: Add white-space normal to item-headings 2023-04-18 11:18:43 +02:00
Alfonso Salces fa6dc7e5a6 MOBILE-4291 AddonUserProfile: Add margin-right in checkbox 2023-04-18 11:18:38 +02:00
Dani Palou 6d238ce468 MOBILE-4203 behat: Remove temporary capability override 2023-04-18 10:52:55 +02:00
Noel De Martin 25f2018cc4 MOBILE-4270 grades: Document duplicated tests 2023-04-18 09:59:18 +02:00
Noel De Martin 4bf8eda9d1 MOBILE-4270 glossary: Skip 3.9 unsupported tests 2023-04-18 09:56:51 +02:00
Dani Palou e4f08476c3 MOBILE-3535 lesson: Fix numerical separator tests 2023-04-18 09:47:41 +02:00
Noel De Martin 370a14c1bc MOBILE-4270 quiz: Fix 3.9 tests 2023-04-18 09:45:25 +02:00
toanlam ea794345f4 MOBILE-4300 course-storage: Update section size when delete all 2023-04-18 09:24:01 +07:00
Dani Palou e87408418b
Merge pull request #3583 from NoelDeMartin/MOBILE-4188
MOBILE-4188: Implement teacher gradebook
2023-04-17 14:08:04 +02:00
Noel De Martin 7619d38fb7 MOBILE-4277 course: Show modules in course index
Including the ones that were previously hidden, such as text and label.
2023-04-17 12:32:26 +02:00
Noel De Martin 72229baa80 MOBILE-4270 behat: Rename feature files version 2023-04-17 11:23:19 +02:00
Noel De Martin 0c45d9a654 MOBILE-4188 core: Show sticky participants search 2023-04-17 11:18:59 +02:00
Noel De Martin 8bb6b45159 MOBILE-4188 grades: Implement teacher gradebook 2023-04-17 11:18:59 +02:00
Dani Palou 4d6b97e326 MOBILE-4303 iframe: Treat Vimeo videos in core-iframe component 2023-04-14 12:48:50 +02:00
Dani Palou 0309e7a8c1 MOBILE-4303 iframe: Support auto-login in core-iframe component 2023-04-14 12:26:21 +02:00
Dani Palou 9211b350dc MOBILE-4303 iframe: Avoid trying to access inaccessible iframes
With this change, the error about trying to access an iframe with different protocol, domain or port should no longer appear in console
2023-04-14 12:26:21 +02:00
Dani Palou 28b48ac524
Merge pull request #3594 from NoelDeMartin/MOBILE-2652
MOBILE-2652: Glossary edit & delete entries
2023-04-14 08:16:02 +02:00
Noel De Martin 84d2e9e4da MOBILE-2652 glossary: Fix categories & aliases
These have been removed from online edits because of the limitations described in MDL-77798
2023-04-13 17:53:02 +02:00
Noel De Martin d2d8a814f6 MOBILE-2652 glossary: Edit attachments 2023-04-13 17:53:02 +02:00
Noel De Martin 9391fe4122 MOBILE-2652 glossary: Edit online entries 2023-04-13 17:45:44 +02:00
Noel De Martin 3c443a26c4 MOBILE-2652 glossary: Edit offline entries 2023-04-13 17:45:44 +02:00
Noel De Martin 957dece787 MOBILE-2652 glossary: Delete offline entries 2023-04-13 17:45:42 +02:00
Noel De Martin ce09ee8a6c MOBILE-2652 glossary: Refactor navigation
Instead of showing the form for offline entries, we're showing them as normal entries and the form is only used for creating new entries. Additionally, the form won't be shown as a split view item any longer, it will always open a new page.
2023-04-13 17:45:22 +02:00
Noel De Martin f59cf0a1c5 MOBILE-2652 glossary: Extract form handler 2023-04-13 17:45:22 +02:00
Noel De Martin 39a6d67c25 MOBILE-2652 glossary: Clean up edit form 2023-04-13 17:45:22 +02:00
Noel De Martin 5de4cfbbd2 MOBILE-2652 glossary: Implement deleting entries 2023-04-13 17:45:19 +02:00
Noel De Martin e48d82ddb2 MOBILE-4311 quiz: Avoid sending NaN to webservice 2023-04-13 13:11:39 +02:00
Dani Palou e14f5002d5
Merge pull request #3602 from moodlehq/MOBILE-4301
MOBILE-4301 core: Drop core.sitenotfound string
2023-04-13 09:36:42 +02:00
Dani Palou 8171da961e
Merge pull request #3604 from NoelDeMartin/MOBILE-4270
MOBILE-4270 core: Add missing error details
2023-04-13 09:36:14 +02:00
Dani Palou 520ec75b1b
Merge pull request #3595 from alfonso-salces/MOBILE-4292
MOBILE-4292 multilang2: Create new multilang filter
2023-04-13 09:02:41 +02:00
Alfonso Salces 98d6733541 MOBILE-4292 base-profilefield: Use displayvalue instead of value 2023-04-13 08:03:08 +02:00
Noel De Martin d3eb50471d MOBILE-4270 core: Add missing error details 2023-04-12 16:31:39 +02:00
Dani Palou 7494f52c79
Merge pull request #3601 from moodlehq/MOBILE-4308
MOBILE-4308 core: Apply no filter to complex icons
2023-04-12 15:59:49 +02:00
Noel De Martin 4d5c18459c MOBILE-4301 core: Drop core.sitenotfound string
String dropped in favour of core.cannotconnect
2023-04-12 15:34:25 +02:00
Dani Palou 0772f4c616 MOBILE-4193 course: Fix 'Invalid regular expression' error 2023-04-12 15:07:04 +02:00
Dani Palou 9fa85bd83e MOBILE-4270 course: Fix exception if load sections fail 2023-04-12 15:06:10 +02:00
Pau Ferrer Ocaña 10f0993c05
Merge pull request #3599 from dpalou/MOBILE-4269
Mobile 4269
2023-04-12 13:27:56 +02:00
Noel De Martin ad5fc0b1b7 MOBILE-4308 core: Apply no filter to complex icons 2023-04-12 12:57:18 +02:00
Noel De Martin 43ef30bbaf
Merge pull request #3597 from crazyserver/MOBILE-4187
MOBILE-4187 app: Add url class on HTML tag
2023-04-12 12:28:31 +02:00
Pau Ferrer Ocaña f6364167b4
Merge pull request #3588 from alfonso-salces/MOBILE-4291
MOBILE-4291 AddonUserProfile: Display full text in checkbox label
2023-04-12 12:22:55 +02:00
Pau Ferrer Ocaña f0acc03319 MOBILE-4187 app: Add url class on HTML tag 2023-04-12 12:19:09 +02:00
Noel De Martin 3f701cf7db
Merge pull request #3596 from dpalou/MOBILE-4276
MOBILE-4276 utils: Handle span correctly when counting words
2023-04-11 11:56:58 +02:00
Alfonso Salces 772864245e MOBILE-4292 multilang2: Create new multilang filter 2023-04-10 09:12:35 +02:00
Dani Palou 708165c0e8 MOBILE-4269 sync: Remove 'Error' from sync warning modals 2023-04-05 11:29:51 +02:00
Dani Palou 8cb4b4ec6d MOBILE-4269 h5pactivity: Support save state in offline 2023-04-05 11:29:51 +02:00
Dani Palou abac134cc5 MOBILE-4269 bbb: Add missing lang string 2023-04-05 11:29:51 +02:00
Dani Palou 22aab82f4e MOBILE-4269 h5p: Rename whitelist word 2023-04-05 11:29:51 +02:00
Dani Palou dfe185f28c MOBILE-4269 h5pactivity: Support save state in online 2023-04-05 11:29:51 +02:00
Pau Ferrer Ocaña 4d394af4c6 MOBILE-4270 lang: Remove invalid word from strings 2023-04-04 12:15:42 +02:00
Dani Palou 3980e6c8ac
Merge pull request #3593 from NoelDeMartin/MOBILE-4270
MOBILE-4270: Tweaks
2023-04-03 08:49:38 +02:00
Dani Palou 6603f7d3db MOBILE-4276 utils: Handle span correctly when counting words 2023-03-31 15:15:24 +02:00
Noel De Martin 7e8e694c63 MOBILE-2652 glossary: Clean up service class 2023-03-30 16:20:46 +02:00
Noel De Martin 479dac66a1 MOBILE-4270 data: Catch errors when deleting 2023-03-30 16:17:28 +02:00
Dani Palou 61809c06c8
Merge pull request #3580 from NoelDeMartin/MOBILE-4270-quiz
MOBILE-4270: Test additional question types
2023-03-28 09:38:18 +02:00
Noel De Martin 47d25bbb99
Merge pull request #3590 from dpalou/MOBILE-4203
MOBILE-4203 timezone: Convert 99 to a readable timezone
2023-03-28 08:43:43 +02:00
Dani Palou 36232f04a1 MOBILE-4203 timezone: Convert 99 to a readable timezone 2023-03-28 08:30:13 +02:00