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

Core Enhancement 2 -Incorporation of Modules in the Articles-Edit-View #8

Open
wants to merge 36 commits into
base: dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
45782b0
init language files
YatharthVyas Jun 23, 2021
0da15bd
init xml form
YatharthVyas Jun 23, 2021
12d56a0
init plugin php file
YatharthVyas Jun 23, 2021
a6715a8
Merge branch 'feature-article-module' of https://github.com/YatharthV…
YatharthVyas Jun 23, 2021
431cb80
language constant for modules tab
YatharthVyas Jun 23, 2021
3105800
imported modules tab
YatharthVyas Jun 23, 2021
8c36d28
installation sql script
YatharthVyas Jun 24, 2021
27c23bf
add language constants
YatharthVyas Jun 25, 2021
3d8b9c6
show toolbar
YatharthVyas Jun 25, 2021
fdf301a
fetch all modules used in the article
YatharthVyas Jun 25, 2021
307300a
add new tab for imported modules
YatharthVyas Jun 25, 2021
8da56fe
add switcher for toggling the imported modules tab
YatharthVyas Jun 25, 2021
fde75fa
sort sql install script alphabetically
YatharthVyas Jun 29, 2021
822e539
add missing comma
YatharthVyas Jun 29, 2021
66f9691
edit modal script
YatharthVyas Jun 30, 2021
de3b3a9
add modal script to assets
YatharthVyas Jun 30, 2021
abbcee7
edit module modal
YatharthVyas Jun 30, 2021
e7a0cdd
Update administrator/components/com_content/tmpl/article/edit.php
YatharthVyas Jun 30, 2021
6b53d86
Change heading language constant
YatharthVyas Jun 30, 2021
31b3b10
Merge branch 'feature-article-module' of https://github.com/YatharthV…
YatharthVyas Jun 30, 2021
89ab339
js lint
YatharthVyas Jun 30, 2021
fe446f1
introduce apply button param for Saving
YatharthVyas Jul 1, 2021
dd61a88
Display a save button in the modal
YatharthVyas Jul 1, 2021
357da31
add remove id language constant
YatharthVyas Jul 2, 2021
de44fae
rename the js file name in assets
YatharthVyas Jul 2, 2021
ecfc63b
remove old js file
YatharthVyas Jul 2, 2021
c096b57
js script for modal and remove function
YatharthVyas Jul 2, 2021
92eac8b
add column for removing the module from article
YatharthVyas Jul 2, 2021
dcad97f
js lint
YatharthVyas Jul 2, 2021
0b7ad24
js lint
YatharthVyas Jul 2, 2021
45005fe
check imported modules for empty
YatharthVyas Jul 5, 2021
7c214e9
New Module button in select module modal
YatharthVyas Jul 8, 2021
ba7c8ef
correct the link
YatharthVyas Jul 8, 2021
f816ec9
revert newmodule xtd editor plugin files
YatharthVyas Jul 8, 2021
6a539b3
add newline at the end
YatharthVyas Jul 8, 2021
8744b8d
fix remove module js function
YatharthVyas Jul 12, 2021
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
add missing comma
YatharthVyas committed Jun 29, 2021
commit 822e5399399ca87a4d87dcdb86c74075c4c93325
2 changes: 1 addition & 1 deletion installation/sql/postgresql/base.sql
Original file line number Diff line number Diff line change
@@ -273,7 +273,7 @@ INSERT INTO "#__extensions" ("package_id", "name", "type", "element", "folder",
(0, 'plg_editors-xtd_image', 'plugin', 'image', 'editors-xtd', 0, 1, 1, 0, 1, '', '', '', 4, 0),
(0, 'plg_editors-xtd_menu', 'plugin', 'menu', 'editors-xtd', 0, 1, 1, 0, 1, '', '', '', 5, 0),
(0, 'plg_editors-xtd_module', 'plugin', 'module', 'editors-xtd', 0, 1, 1, 0, 1, '', '', '', 6, 0),
(0, 'plg_editors-xtd_newmodule', 'plugin', 'newmodule', 'editors-xtd', 0, 1, 1, 0, 1, '', '', '', 7 0),
(0, 'plg_editors-xtd_newmodule', 'plugin', 'newmodule', 'editors-xtd', 0, 1, 1, 0, 1, '', '', '', 7, 0),
(0, 'plg_editors-xtd_pagebreak', 'plugin', 'pagebreak', 'editors-xtd', 0, 1, 1, 0, 1, '', '', '', 8, 0),
(0, 'plg_editors-xtd_readmore', 'plugin', 'readmore', 'editors-xtd', 0, 1, 1, 0, 1, '', '', '', 9, 0),
(0, 'plg_editors_codemirror', 'plugin', 'codemirror', 'editors', 0, 1, 1, 0, 1, '', '{"lineNumbers":"1","lineWrapping":"1","matchTags":"1","matchBrackets":"1","marker-gutter":"1","autoCloseTags":"1","autoCloseBrackets":"1","autoFocus":"1","theme":"default","tabmode":"indent"}', '', 1, 0),