Meirza
0ad939f062
MDL-78903 tiny_media: show repositories if editor filepicker type set
2023-10-31 08:00:27 +07:00
Ilya Tregubov
b43222dc67
Merge branch 'MDL-79501-master' of https://github.com/geichelberger/moodle into MOODLE_403_STABLE
2023-10-10 15:06:11 +08:00
Jun Pataleta
94bc2cd38b
MDL-79551 versions: bump all versions and requires near release
2023-10-04 13:57:17 +08:00
Gregor Eichelberger
91135c5305
MDL-79501 tiny: Fix editing multiple videos
...
The selection gets lost while opening the modal dialogue to update an
embedded media. Caching the current selection allows us to update the
previously selected node instead of updating the first embedded media.
Signed-off-by: Gregor Eichelberger <gregor.eichelberger@tuwien.ac.at >
2023-09-29 14:07:44 +02:00
Andrew Nicols
1660b7d53e
MDL-78324 editor_tiny: Update modals to stop using factory
2023-09-09 00:04:00 +08:00
Andrew Nicols
af7719682d
MDL-79064 core: Update all get_strings as uses
2023-08-29 10:57:54 +08:00
Ruslan Kabalin
80a111d25e
MDL-74301 eslint: Address issues reported by eslint
2023-07-03 15:21:53 +01:00
Andrew Nicols
77b4d0236f
MDL-78306 core: Provide helper method to register modals classes
2023-06-14 21:41:49 +08:00
Huong Nguyen
1d4c1d9c65
MDL-78007 tiny_media: Fix wrong condition for the Tiny Media
...
Including in this commit:
- Switched to Tiny editor in manually_mark_question.feature
2023-04-24 15:53:41 +07:00
Eloy Lafuente (stronk7)
061c9d7ba0
MDL-77940 versions: bump all versions and requires near release
...
version = 2023042400 release version
requires= 2023041800 current rc1 version
2023-04-18 18:08:09 +02:00
Marina Glancy
04f8fdd021
MDL-77164 various: fix javascript AMD module name
2023-04-13 09:43:15 +01:00
Jun Pataleta
8441270181
Merge branch 'MDL-77559-master-2' of https://github.com/andrewnicols/moodle
2023-03-09 16:02:01 +08:00
Andrew Nicols
511401f4f6
MDL-77559 js: Rebuild all JS with Node 16
2023-03-09 09:53:19 +08:00
Víctor Déniz
6a9f78b0e7
MDL-77416 lang: Use fixed strings in tests
2023-03-03 14:15:30 +00:00
Helen Foster
2e99dd6346
MDL-77416 lang: Import fixed English strings (en_fix)
2023-03-03 14:02:06 +00:00
Jun Pataleta
916503658d
Merge branch 'MDL-75012-master-5' of https://github.com/andrewnicols/moodle
2023-03-02 12:34:34 +08:00
Andrew Nicols
33b1e41f13
MDL-75012 js: Full build of all grunt things
2023-03-02 11:55:32 +08:00
Meirza
b12b738994
MDL-76825 tiny_media: Make IDs and labels unique.
2023-02-27 09:27:46 +07:00
Andrew Nicols
9b82570918
Merge branch 'MDL-77290-master' of https://github.com/HuongNV13/moodle
2023-02-23 19:04:29 +01:00
Huong Nguyen
3fbe7ace06
MDL-77290 tiny_media: Fix cannot update the created media
...
Including in this commit:
- Changed the button text to Update media when the user is updating the media
- Added new Behat tests
2023-02-22 09:33:31 +07:00
Huong Nguyen
40db4f52d4
MDL-76735 editor_tiny: Fix random behat failure for Media image
2023-02-21 14:30:11 +07:00
Paul Holden
535d6e2445
MDL-76785 tiny_media: define video width/height language strings.
...
AMOS BEGIN
CPY [videoheight,atto_media],[videoheight,tiny_media]
CPY [videowidth,atto_media],[videowidth,tiny_media]
AMOS END
2023-01-09 10:52:22 +00:00
Sara Arjona
ec3a401015
Merge branch 'MDL-76575-master' of https://github.com/HuongNV13/moodle
2022-12-07 18:32:13 +01:00
Huong Nguyen
dd6349c39f
MDL-76575 tiny_media: Remove unnecessary console log
2022-12-07 15:50:01 +07:00
Paul Holden
e82198daf9
MDL-76476 tiny_media: don't load image preview if none exists.
2022-11-29 16:27:38 +00:00
Shamim Rezaie
07ab2c0cfb
Merge branch 'MDL-75982-master-latest' of https://github.com/andrewnicols/moodle
2022-11-24 13:36:11 +11:00
Andrew Nicols
08a19dbed8
Merge branch 'MDL-76403-master' of https://github.com/junpataleta/moodle
2022-11-24 10:18:22 +08:00
Simey Lameze
7e41864faa
MDL-75982 tiny_media: add tests for media video plugin
2022-11-24 09:05:46 +08:00
Andrew Nicols
c77f79d0ce
MDL-75982 editor_tiny: Add behat tests
...
This commit starts to add Behat tests for the various features of
TinyMCE.
Please note that not all features are testable with Behat.
2022-11-24 09:05:46 +08:00
Helen Foster
74828e8149
MDL-76395 lang: Import fixed English strings (en_fix)
2022-11-23 17:03:58 +00:00
Jun Pataleta
00bae8b8a4
MDL-76403 versions: bump all versions and requires near release
2022-11-23 09:45:23 +08:00
Sara Arjona
767cee2fd5
Merge branch 'MDL-76277-master' of https://github.com/andrewnicols/moodle
2022-11-16 15:53:30 +01:00
Andrew Nicols
a68d9d5410
MDL-76277 tiny_media: Limit image alignment to vertical align
...
Atto mixed vertical and horizontal alignment into a single selection,
which does not make any sense. It also used CSS classes in such a way
that those styles will break if/when Atto is removed.
This commit:
* removes the horizontal alignment from the dropdown - these are easily
achieved using the existing Tiny UI
* addresses a bug where existing styles (like horizontal alignment) were
not preserved when editing the image
* fixes a bug where the CSS selector was used instead of a CSS class
name
* recognises legacy TinyMCE class names and replaces these
* switches from using random class names to using Bootstrap class
utility classes for vertical alignment.
2022-11-16 21:54:33 +08:00
Víctor Déniz
e31b25c82c
Merge branch 'MDL-76297' of https://github.com/paulholden/moodle
2022-11-14 23:57:14 +00:00
Paul Holden
04fda4e848
MDL-76297 tiny_media: clarify wording of "Insert media" button.
2022-11-14 12:36:14 +00:00
Andrew Nicols
1a0c3290c7
MDL-76278 tiny_media: Correct template context
2022-11-14 13:34:41 +08:00
Sara Arjona
3b7d1a2f23
NOBUG: Fixed SVG browser compatibility
2022-11-11 15:05:55 +01:00
Andrew Nicols
71046558b1
MDL-75260 tiny_media: Move uploader to editor_tiny
...
Part of MDL-75966
2022-11-10 19:53:54 +08:00
Andrew Nicols
92765e996b
MDL-75260 tiny_media: Adjust Menu configuration
...
Part of MDL-75966
2022-11-10 19:53:52 +08:00
Andrew Nicols
75ebfb703b
MDL-75259 tiny_media: Tidy up strings
...
Part of MDL-75966
2022-11-10 19:53:48 +08:00
Stevani Andolo
519e10e939
MDL-75260 tiny_media: Implement Media Manager plugin for TinyMCE
...
Part of MDL-75966
2022-11-10 19:53:46 +08:00
Andrew Nicols
3728eb2cb9
MDL-75260 tiny_media: Refactor media commands
...
Part of MDL-75966
2022-11-10 19:53:44 +08:00
Huong Nguyen
e07acba336
MDL-75328 tiny_media: Implement Media Video/Audio for TinyMCE
...
Part of MDL-75966
2022-11-10 19:53:42 +08:00
Huong Nguyen
723b2f4129
MDL-75258 tiny_media: Implement Media Image for TinyMCE
...
Part of MDL-75966
AMOS BEGIN
CPY [alignment,atto_image],[alignment,tiny_media]
CPY [alignment_bottom,atto_image],[alignment_bottom,tiny_media]
CPY [alignment_left,atto_image],[alignment_left,tiny_media]
CPY [alignment_middle,atto_image],[alignment_middle,tiny_media]
CPY [alignment_right,atto_image],[alignment_right,tiny_media]
CPY [alignment_top,atto_image],[alignment_top,tiny_media]
CPY [browserepositories,atto_image],[browserepositories,tiny_media]
CPY [constrain,atto_image],[constrain,tiny_media]
CPY [enteralt,atto_image],[enteralt,tiny_media]
CPY [enterurl,atto_image],[enterurl,tiny_media]
CPY [height,atto_image],[height,tiny_media]
CPY [imageproperties,atto_image],[imageproperties,tiny_media]
CPY [presentation,atto_image],[presentation,tiny_media]
CPY [presentationoraltrequired,atto_image],[presentationoraltrequired,tiny_media]
CPY [saveimage,atto_image],[saveimage,tiny_media]
CPY [size,atto_image],[size,tiny_media]
CPY [width,atto_image],[width,tiny_media]
AMOS END
2022-11-10 19:53:40 +08:00