Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPLAT-1442 ckeditor5 plugin #107

Open
wants to merge 32 commits into
base: 3.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7df8f34
SPLAT-1442 add POC for ckeditor plugin
amalija-ramljak Mar 26, 2024
ebc3dab
SPLAT-1442 [wip] add poc for rendering proper structure for vue
amalija-ramljak Mar 28, 2024
3a1eba9
SPLAT-1442 enable plugin config, fix data casting flow to enable savi…
amalija-ramljak Apr 3, 2024
c1494f0
SPLAT-1442 fix json stringify for data param (encoding)
amalija-ramljak Apr 3, 2024
6de0251
SPLAT-1442 fix error when upload is disabled
amalija-ramljak Apr 4, 2024
a9f3af3
SPLAT-1442 fix attributes and rerendering, handle image alignment
amalija-ramljak Apr 4, 2024
8448657
SPLAT-1442 vue app prod build
amalija-ramljak Apr 4, 2024
99a7759
SPLAT-1442 change casting flow to render properly on FE
amalija-ramljak Apr 4, 2024
59253e4
SPLAT-1442 fix operation handling, stub to handle removal
amalija-ramljak Apr 4, 2024
5ee8b67
SPLAT-1442 define insert/delete endpoint config, define location id a…
amalija-ramljak Apr 4, 2024
5393475
SPLAT-1442 implement util to transform html to ckeditor view elements
amalija-ramljak Apr 10, 2024
006acf1
SPLAT-1442 [wip] handle customizable template, add css class and vari…
amalija-ramljak Apr 11, 2024
ed017ad
SPLAT-1442 fix and finish editor to view flow
amalija-ramljak Apr 18, 2024
1246d49
SPLAT-1442 fix alignment style
amalija-ramljak Apr 26, 2024
01422a1
SPLAT-1442 handle deleting from editor
amalija-ramljak Apr 26, 2024
0213433
SPLAT-1442 fix quotation marks
amalija-ramljak Apr 26, 2024
7ea236f
SPLAT-1442 fallback endpoints to default
amalija-ramljak Apr 26, 2024
2886a61
SPLAT-1442 fix field id uniqueness
amalija-ramljak May 17, 2024
983b595
SPLAT-1442 fix resource template
amalija-ramljak May 17, 2024
e057fd5
SPLAT-1442 add call to render ngrm views
amalija-ramljak May 17, 2024
8af7664
SPLAT-1442 missing export keyword
amalija-ramljak Jun 18, 2024
a121842
SPLAT-1442 fix service definition and configuration
amalija-ramljak Jul 15, 2024
f46c4d3
SPLAT-1442 fix upload context and allow upload by default
amalija-ramljak Jul 15, 2024
7405a47
SPLAT-1442 change text
amalija-ramljak Jul 15, 2024
9ad260c
SPLAT-1442 fix argument
amalija-ramljak Jul 15, 2024
5c38732
SPLAT-1442 show all variations to pick from (not just crops)
amalija-ramljak Jul 16, 2024
7ba832c
SPLAT-1442 replace placeholder element instead of injecting children
amalija-ramljak Sep 16, 2024
81b35e5
SPLAT-1442 fix scroll into view call
amalija-ramljak Sep 16, 2024
6741fda
SPLAT-1442 separate reading upload context from query
amalija-ramljak Sep 16, 2024
83749e8
SPLAT-1442 dont delete location on drag and drop
amalija-ramljak Sep 17, 2024
14cb815
SPLAT-1442 add image source for location
amalija-ramljak Sep 17, 2024
83d41d5
Implement unit tests for Location controllers
igorkrz Jan 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
SPLAT-1442 change text
amalija-ramljak committed Jul 15, 2024
commit 7405a470a760920359d03fa78d95b58fd4f1db23
2 changes: 1 addition & 1 deletion bundle/Resources/views/app/view_resource.html.twig
Original file line number Diff line number Diff line change
@@ -11,5 +11,5 @@
{% endif %}
</div>
{% else %}
<div class="ngremotemedia-error">Invalid image data</div>
<div class="ngremotemedia-error">Invalid data</div>
{% endif %}