Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Remove plg_captcha_recaptcha #98

Merged
merged 1 commit into from
May 27, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 0 additions & 1 deletion administrator/components/com_admin/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ protected function updateManifestCaches()
$extensions[] = array('plugin', 'joomla', 'extension', 0);
$extensions[] = array('plugin', 'joomla', 'content', 0);
$extensions[] = array('plugin', 'languagecode', 'system', 0);
$extensions[] = array('plugin', 'recaptcha', 'captcha', 0);
$extensions[] = array('plugin', 'categories', 'finder', 0);
$extensions[] = array('plugin', 'content', 'finder', 0);
$extensions[] = array('plugin', 'tags', 'finder', 0);
Expand Down
49 changes: 0 additions & 49 deletions administrator/language/en-GB/en-GB.plg_captcha_recaptcha.ini

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions administrator/language/en-GB/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@
<filename>en-GB.plg_authentication_joomla.sys.ini</filename>
<filename>en-GB.plg_authentication_ldap.ini</filename>
<filename>en-GB.plg_authentication_ldap.sys.ini</filename>
<filename>en-GB.plg_captcha_recaptcha.ini</filename>
<filename>en-GB.plg_captcha_recaptcha.sys.ini</filename>
<filename>en-GB.plg_content_emailcloak.ini</filename>
<filename>en-GB.plg_content_emailcloak.sys.ini</filename>
<filename>en-GB.plg_content_finder.ini</filename>
Expand Down
1 change: 0 additions & 1 deletion installation/sql/mysql/joomla.sql
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ INSERT INTO `#__extensions` (`extension_id`, `name`, `type`, `element`, `folder`
(434, 'plg_extension_joomla', 'plugin', 'joomla', 'extension', 0, 1, 1, 1, '', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(435, 'plg_content_joomla', 'plugin', 'joomla', 'content', 0, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(436, 'plg_system_languagecode', 'plugin', 'languagecode', 'system', 0, 0, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 10, 0),
(439, 'plg_captcha_recaptcha', 'plugin', 'recaptcha', 'captcha', 0, 0, 1, 0, '', '{"public_key":"","private_key":"","theme":"clean"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(440, 'plg_system_highlight', 'plugin', 'highlight', 'system', 0, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 7, 0),
(441, 'plg_content_finder', 'plugin', 'finder', 'content', 0, 0, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(442, 'plg_finder_categories', 'plugin', 'categories', 'finder', 0, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
Expand Down
Empty file added plugins/captcha/.gitignore
Empty file.
269 changes: 0 additions & 269 deletions plugins/captcha/recaptcha/recaptcha.php

This file was deleted.

Loading