Skip to content

Commit 54fc704

Browse files
committed
Uplift some doc block removal 6.0 versions to 7.0
1 parent 2d9e954 commit 54fc704

52 files changed

Lines changed: 159 additions & 160 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

administrator/components/com_categories/tmpl/categories/modal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
->useScript('modal-content-select');
3434

3535
$extension = $this->escape($this->state->get('filter.extension'));
36-
// @todo: Use of Function is deprecated and should be removed in 6.0. It stays only for backward compatibility.
36+
// @todo: Use of Function is deprecated and should be removed in 7.0. It stays only for backward compatibility.
3737
$function = $app->getInput()->getCmd('function', 'jSelectCategory');
3838
$listOrder = $this->escape($this->state->get('list.ordering'));
3939
$listDirn = $this->escape($this->state->get('list.direction'));

administrator/components/com_contact/tmpl/contacts/modal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
$wa->useScript('modal-content-select')
3333
->useScript('com_contact.admin-contacts-modal');
3434

35-
// @todo: Use of Function and Editor is deprecated and should be removed in 6.0. It stays only for backward compatibility.
35+
// @todo: Use of Function and Editor is deprecated and should be removed in 7.0. It stays only for backward compatibility.
3636
$function = $app->getInput()->getCmd('function', 'jSelectContact');
3737
$editor = $app->getInput()->getCmd('editor', '');
3838
$listOrder = $this->escape($this->state->get('list.ordering'));

administrator/components/com_content/tmpl/articles/modal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
->useScript('modal-content-select')
3535
->useScript('com_content.admin-articles-modal');
3636

37-
// @todo: Use of Function and Editor is deprecated and should be removed in 6.0. It stays only for backward compatibility.
37+
// @todo: Use of Function and Editor is deprecated and should be removed in 7.0. It stays only for backward compatibility.
3838
$function = $app->getInput()->getCmd('function', 'jSelectArticle');
3939
$editor = $app->getInput()->getCmd('editor', '');
4040
$listOrder = $this->escape($this->state->get('list.ordering'));

administrator/components/com_menus/tmpl/items/modal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
$wa = $this->getDocument()->getWebAssetManager();
3131
$wa->useScript('com_menus.admin-items-modal')->useScript('modal-content-select');
3232

33-
// @todo: Use of Function and Editor is deprecated and should be removed in 6.0. It stays only for backward compatibility.
33+
// @todo: Use of Function and Editor is deprecated and should be removed in 7.0. It stays only for backward compatibility.
3434
$function = $app->getInput()->get('function', 'jSelectMenuItem', 'cmd');
3535
$editor = $app->getInput()->getCmd('editor', '');
3636
$listOrder = $this->escape($this->state->get('list.ordering'));

administrator/components/com_modules/tmpl/module/modal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/** @var \Joomla\Component\Modules\Administrator\View\Module\HtmlView $this */
1414

1515
// A backward compatibility for bootstrap modals: hide toolbar
16-
// @TODO: Remove in 6.0
16+
// @TODO: Remove in 7.0
1717
$this->getDocument()->getWebAssetManager()->addInlineScript('
1818
if (window.parent.Joomla.Modal) {
1919
const modal = window.parent.Joomla.Modal.getCurrent();

administrator/components/com_newsfeeds/tmpl/newsfeeds/modal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
$app = Factory::getApplication();
2929

30-
// @todo: Use of Function is deprecated and should be removed in 6.0. It stays only for backward compatibility.
30+
// @todo: Use of Function is deprecated and should be removed in 7.0. It stays only for backward compatibility.
3131
$function = $app->getInput()->getCmd('function', 'jSelectNewsfeed');
3232
$listOrder = $this->escape($this->state->get('list.ordering'));
3333
$listDirn = $this->escape($this->state->get('list.direction'));

administrator/components/com_plugins/tmpl/plugin/modal.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/** @var \Joomla\Component\Plugins\Administrator\View\Plugin\HtmlView $this */
1414

1515
// A backward compatibility for bootstrap modals: hide toolbar
16-
// @TODO: Remove in 6.0
16+
// @TODO: Remove in 7.0
1717
$this->getDocument()->getWebAssetManager()->addInlineScript('
1818
if (window.parent.Joomla.Modal) {
1919
const modal = window.parent.Joomla.Modal.getCurrent();
@@ -33,4 +33,3 @@
3333
<?php $this->setLayout('edit'); ?>
3434
<?php echo $this->loadTemplate(); ?>
3535
</div>
36-

components/com_tags/src/Service/Router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public function preprocess($query)
187187
}
188188
}
189189

190-
// TODO: Remove this whole block in 6.0 as it is a bug
190+
// TODO: Remove this whole block in 7.0 as it is a bug
191191
if (!$this->sefparams->get('strictrouting', 0)) {
192192
// If not found, return language specific home link
193193
if (!isset($query['Itemid'])) {

installation/language/ms-MY/joomla.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ JERROR_LAYOUT_AN_OUT_OF_DATE_BOOKMARK_FAVOURITE="<strong>penanda buku/kegemaran
155155
JERROR_LAYOUT_ERROR_HAS_OCCURRED_WHILE_PROCESSING_YOUR_REQUEST="Satu ralat telah berlaku semasa memproses permintaan anda."
156156
JERROR_LAYOUT_GO_TO_THE_HOME_PAGE="Pergi ke Halaman Utama"
157157
JERROR_LAYOUT_HOME_PAGE="Halaman Utama"
158-
; deprecated will be removed in 6.0
158+
; deprecated will be removed in 7.0
159159
JERROR_LAYOUT_MIS_TYPED_ADDRESS="<strong>alamat yang salah taip</strong>"
160160
JERROR_LAYOUT_MISTYPED_ADDRESS="<strong>alamat yang salah taip</strong>"
161161
JERROR_LAYOUT_NOT_ABLE_TO_VISIT="Anda mungkin tidak dapat melawat halaman ini kerana:"

layouts/joomla/form/field/radiobasic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @copyright (C) 2016 Open Source Matters, Inc. <https://www.joomla.org>
88
* @license GNU General Public License version 2 or later; see LICENSE.txt
99
*
10-
* @deprecated 5.2 will be moved to the b/c plugin in 6.0 and removed in 7.0
10+
* @deprecated 5.2 will be moved to the b/c plugin in 7.0 and removed in 7.0
1111
*
1212
*/
1313

0 commit comments

Comments
 (0)