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

[4.0] Use namespaced classes for layouts [Part 6] #19254

Merged
merged 6 commits into from
Jan 2, 2018
Merged

[4.0] Use namespaced classes for layouts [Part 6] #19254

merged 6 commits into from
Jan 2, 2018

Conversation

C-Lodder
Copy link
Member

@C-Lodder C-Lodder commented Jan 2, 2018

Summary of Changes

Use namespaced classes for:

  • layouts/joomla/html/**
  • layouts/joomla/sidebars/**
  • layouts/joomla/system/**
  • layouts/joomla/tinymce/**

Testing Instructions

code review

>
<span class="icon-eye" aria-hidden="true"></span> <?php echo JText::_('PLG_TINY_BUTTON_TOGGLE_EDITOR'); ?>
<span class="icon-eye" aria-hidden="true"></span>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use fa?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok I'll do all that in another PR. Only did a few as I was going along

@@ -9,5 +9,8 @@

defined('JPATH_BASE') or die;

JLog::add('The layout joomla.tinymce.buttons is deprecated, use joomla.editors.buttons instead.', JLog::WARNING, 'deprecated');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kill this file

@@ -9,5 +9,8 @@

defined('JPATH_BASE') or die;

JLog::add('The layout joomla.tinymce.buttons.button is deprecated, use joomla.editors.buttons.button instead.', JLog::WARNING, 'deprecated');
echo JLayoutHelper::render('joomla.editors.buttons.button', $displayData);
use Joomla\CMS\Layout\LayoutHelper;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And this one

@wilsonge wilsonge merged commit 8d97398 into joomla:4.0-dev Jan 2, 2018
@wilsonge wilsonge added this to the Joomla 4.0 milestone Jan 2, 2018
@C-Lodder C-Lodder deleted the l6 branch January 2, 2018 22:44
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.

None yet

4 participants