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

Drupal: Add CKEditor module and library #3573

Merged

Conversation

drshawnkwang
Copy link
Contributor

Part of https://dev.gridrepublic.org/browse/DBOINCP-523

Description of the Change
Replace tinyMCE with CKEditor module and library.

Release Notes
N/A

@AenBleidd
Copy link
Member

@drshawnkwang, is it possible to use git submodules instead of copy-paste updated 3rdparty code?

@codecov
Copy link

codecov bot commented Apr 6, 2020

Codecov Report

Merging #3573 into master will decrease coverage by 0.70%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3573      +/-   ##
==========================================
- Coverage   18.79%   18.09%   -0.70%     
==========================================
  Files          99      107       +8     
  Lines        8406     8803     +397     
  Branches     1601     1542      -59     
==========================================
+ Hits         1580     1593      +13     
- Misses       6717     7094     +377     
- Partials      109      116       +7     
Impacted Files Coverage Δ
...pp/src/main/java/edu/berkeley/boinc/rpc/CcState.kt 52.00% <0.00%> (-32.00%) ⬇️
...NC/app/src/main/java/edu/berkeley/boinc/rpc/App.kt 22.22% <0.00%> (-22.23%) ⬇️
...a/edu/berkeley/boinc/rpc/TimePreferencesClasses.kt 17.64% <0.00%> (-20.59%) ⬇️
...src/main/java/edu/berkeley/boinc/rpc/BaseParser.kt 81.81% <0.00%> (-18.19%) ⬇️
...pp/src/main/java/edu/berkeley/boinc/rpc/Project.kt 26.96% <0.00%> (-6.18%) ⬇️
...src/main/java/edu/berkeley/boinc/rpc/AppVersion.kt 20.51% <0.00%> (-2.57%) ⬇️
...va/edu/berkeley/boinc/rpc/ProjectRelatedClasses.kt 31.86% <0.00%> (-1.10%) ⬇️
...app/src/main/java/edu/berkeley/boinc/rpc/Result.kt 29.32% <0.00%> (-0.68%) ⬇️
...rc/main/java/edu/berkeley/boinc/PrefsFragment.java 0.00% <0.00%> (ø)
...rc/main/java/edu/berkeley/boinc/TasksFragment.java 0.00% <0.00%> (ø)
... and 47 more

@drshawnkwang
Copy link
Contributor Author

@drshawnkwang, is it possible to use git submodules instead of copy-paste updated 3rdparty code?

When the Drupal project was started more than five-years ago we started using this workflow: putting the 3rd-party JS libraries into the drupal portion of the repo. It's not the best solution, but at the time these libraries were not always available in a git repo somewhere: often there are {{.zip}} files you extract into your Drupal site.

It would be a rather large effort to go back and try to re-implement all this with submodules.

@drshawnkwang drshawnkwang changed the title Drupal feature ckeditormodulelibrary Drupal: Add CKEditor module and library Apr 6, 2020
@drshawnkwang drshawnkwang changed the title Drupal: Add CKEditor module and library WIP Drupal: Add CKEditor module and library Apr 7, 2020
@drshawnkwang drshawnkwang changed the title WIP Drupal: Add CKEditor module and library Drupal: Add CKEditor module and library Apr 15, 2020
@brevilo
Copy link
Contributor

brevilo commented Apr 28, 2020

submodules: I agree with Shawn here. Technically it's of course possible but right now I don't think it would be worth the effort.

@brevilo brevilo merged commit 21b99d6 into BOINC:master Apr 28, 2020
@drshawnkwang drshawnkwang deleted the drupal_feature-ckeditormodulelibrary branch April 28, 2020 13:16
@AenBleidd AenBleidd added this to the Server Release 1.4.1 milestone Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants