Skip to content

Commit

Permalink
Prepare 1.6.0 Release
Browse files Browse the repository at this point in the history
Joomla! 4 Support
  • Loading branch information
Septdir authored Aug 4, 2022
1 parent 853380e commit cc2241d
Show file tree
Hide file tree
Showing 207 changed files with 5,396 additions and 2,553 deletions.
43 changes: 17 additions & 26 deletions com_swjprojects/admin/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,56 +11,47 @@
label="COM_SWJPROJECTS_PARAMS_IMAGES_FOLDER"
description="COM_SWJPROJECTS_PARAMS_IMAGES_FOLDER_DESC"
class="input-xxlarge"/>
<field name="projects_limit" type="list"
<field name="projects_limit" type="integer"
label="COM_SWJPROJECTS_PARAMS_PROJECTS_LIMIT"
default="10">
<option value="5">J5</option>
<option value="10">J10</option>
<option value="15">J15</option>
<option value="20">J20</option>
<option value="25">J25</option>
<option value="30">J30</option>
<option value="50">J50</option>
<option value="100">J100</option>
first="1" last="100" step="1" default="10"
>
<option value="0">JALL</option>
</field>
<field name="projects_layout" type="componentlayout"
label="COM_SWJPROJECTS_PARAMS_PROJECTS_LAYOUT"
extension="com_swjprojects"
view="projects"/>
view="projects"
class="form-select"/>
<field name="project_layout" type="componentlayout"
label="COM_SWJPROJECTS_PARAMS_PROJECT_LAYOUT"
extension="com_swjprojects"
view="project"/>
<field name="versions_limit" type="list"
view="project"
class="form-select"/>
<field name="versions_limit" type="integer"
label="COM_SWJPROJECTS_PARAMS_VERSIONS_LIMIT"
default="10">
<option value="5">J5</option>
<option value="10">J10</option>
<option value="15">J15</option>
<option value="20">J20</option>
<option value="25">J25</option>
<option value="30">J30</option>
<option value="50">J50</option>
<option value="100">J100</option>
first="1" last="100" step="1" default="10">
<option value="0">JALL</option>
</field>
<field name="versions_layout" type="componentlayout"
label="COM_SWJPROJECTS_PARAMS_VERSIONS_LAYOUT"
extension="com_swjprojects"
view="versions"/>
view="versions"
class="form-select"/>
<field name="version_layout" type="componentlayout"
label="COM_SWJPROJECTS_PARAMS_VERSION_LAYOUT"
extension="com_swjprojects"
view="version"/>
view="version"
class="form-select"/>
<field name="documentation_layout" type="componentlayout"
label="com_swjprojects_params_documentation_layout"
extension="com_swjprojects"
view="documentation"/>
view="documentation"
class="form-select"/>
<field name="document_layout" type="componentlayout"
label="COM_SWJPROJECTS_PARAMS_DOCUMENT_LAYOUT"
extension="com_swjprojects"
view="document"/>
view="document"
class="form-select"/>
<field name="documentation_limit" type="list"
label="COM_SWJPROJECTS_PARAMS_DOCUMENTATION_LIMIT"
default="10">
Expand Down
6 changes: 3 additions & 3 deletions com_swjprojects/admin/controller.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
/*
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.6.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
* @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
* @link https://www.septdir.com/
*/
Expand Down
6 changes: 3 additions & 3 deletions com_swjprojects/admin/controllers/categories.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
/*
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.6.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
* @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
* @link https://www.septdir.com/
*/
Expand Down
6 changes: 3 additions & 3 deletions com_swjprojects/admin/controllers/category.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
/*
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.6.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
* @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
* @link https://www.septdir.com/
*/
Expand Down
6 changes: 3 additions & 3 deletions com_swjprojects/admin/controllers/document.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
/*
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.6.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
* @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
* @link https://www.septdir.com/
*/
Expand Down
6 changes: 3 additions & 3 deletions com_swjprojects/admin/controllers/documentation.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
/*
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.6.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
* @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
* @link https://www.septdir.com/
*/
Expand Down
6 changes: 3 additions & 3 deletions com_swjprojects/admin/controllers/images.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
/*
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.6.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
* @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
* @link https://www.septdir.com/
*/
Expand Down
6 changes: 3 additions & 3 deletions com_swjprojects/admin/controllers/key.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
/*
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.6.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
* @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
* @link https://www.septdir.com/
*/
Expand Down
6 changes: 3 additions & 3 deletions com_swjprojects/admin/controllers/keys.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
/*
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.6.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
* @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
* @link https://www.septdir.com/
*/
Expand Down
6 changes: 3 additions & 3 deletions com_swjprojects/admin/controllers/project.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
/*
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.6.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
* @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
* @link https://www.septdir.com/
*/
Expand Down
6 changes: 3 additions & 3 deletions com_swjprojects/admin/controllers/projects.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
/*
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.6.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
* @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
* @link https://www.septdir.com/
*/
Expand Down
6 changes: 3 additions & 3 deletions com_swjprojects/admin/controllers/version.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
/*
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.6.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
* @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
* @link https://www.septdir.com/
*/
Expand Down
6 changes: 3 additions & 3 deletions com_swjprojects/admin/controllers/versions.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
/*
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.6.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
* @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
* @link https://www.septdir.com/
*/
Expand Down
6 changes: 3 additions & 3 deletions com_swjprojects/admin/helpers/images.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
/*
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.6.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
* @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
* @link https://www.septdir.com/
*/
Expand Down
6 changes: 3 additions & 3 deletions com_swjprojects/admin/helpers/keys.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
/*
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.6.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
* @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
* @link https://www.septdir.com/
*/
Expand Down
9 changes: 6 additions & 3 deletions com_swjprojects/admin/helpers/swjprojects.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
/*
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.6.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
* @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
* @link https://www.septdir.com/
*/
Expand Down Expand Up @@ -46,5 +46,8 @@ public static function addSubmenu($vName)
JHtmlSidebar::addEntry(Text::_('COM_SWJPROJECTS_CATEGORIES'),
'index.php?option=com_swjprojects&view=categories',
$vName == 'categories');

JHtmlSidebar::addEntry(Text::_('COM_SWJPROJECTS_CONFIG'),
'index.php?option=com_config&view=component&component=com_swjprojects');
}
}
6 changes: 3 additions & 3 deletions com_swjprojects/admin/helpers/translation.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
/*
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.6.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
* @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
* @link https://www.septdir.com/
*/
Expand Down
11 changes: 8 additions & 3 deletions com_swjprojects/admin/language/en-GB/en-GB.com_swjprojects.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; @package SW JProjects Component
; @version __DEPLOY_VERSION__
; @version 1.6.0
; @author Septdir Workshop - www.septdir.com
; @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
; @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
; @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
; @link https://www.septdir.com/
; Note : All ini files need to be saved as UTF-8
Expand Down Expand Up @@ -251,4 +251,9 @@ COM_SWJPROJECTS_ERROR_IMAGE_NOT_FOUND = "Image not found"
COM_SWJPROJECTS_ERROR_IMAGE_NOT_DELETED = "Image not deleted"
COM_SWJPROJECTS_ERROR_IMAGE_NOT_UPLOADED = "Image not uploaded"
COM_SWJPROJECTS_ERROR_IMAGES_NOT_FOUND = "Images not found"
COM_SWJPROJECTS_ERROR_IMAGES_NOT_UPLOADED = "Images not uploaded"
COM_SWJPROJECTS_ERROR_IMAGES_NOT_UPLOADED = "Images not uploaded"

JGLOBAL_INDEX_FOLLOW="index, follow"
JGLOBAL_INDEX_NOFOLLOW="index, nofollow"
JGLOBAL_NOINDEX_FOLLOW="noindex, follow"
JGLOBAL_NOINDEX_NOFOLLOW="noindex, nofollow"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; @package SW JProjects Component
; @version __DEPLOY_VERSION__
; @version 1.6.0
; @author Septdir Workshop - www.septdir.com
; @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
; @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
; @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
; @link https://www.septdir.com/
; Note : All ini files need to be saved as UTF-8
Expand All @@ -14,6 +14,7 @@ COM_SWJPROJECTS_PROJECTS = "Projects"
COM_SWJPROJECTS_CATEGORIES = "Categories"
COM_SWJPROJECTS_KEYS = "Keys"
COM_SWJPROJECTS_DOCUMENTATION = "Documentation"
COM_SWJPROJECTS_CONFIG = "Configuration"

COM_SWJPROJECTS_VIEW_VERSION = "Version"
COM_SWJPROJECTS_VIEW_VERSION_DESCRIPTION = "Version page"
Expand Down
13 changes: 9 additions & 4 deletions com_swjprojects/admin/language/ru-RU/ru-RU.com_swjprojects.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; @package SW JProjects Component
; @version __DEPLOY_VERSION__
; @version 1.6.0
; @author Septdir Workshop - www.septdir.com
; @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
; @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
; @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
; @link https://www.septdir.com/
; Note : All ini files need to be saved as UTF-8
Expand Down Expand Up @@ -32,7 +32,7 @@ COM_SWJPROJECTS_VERSION_TAG_ASC = "Тег (по возрастанию)"
COM_SWJPROJECTS_VERSION_TAG_DESC = "Тег (по убыванию)"
COM_SWJPROJECTS_VERSION_TAG_SELECT = "- Выбор Тега -"
COM_SWJPROJECTS_VERSION_STAGE = "Стадия"
COM_SWJPROJECTS_VERSION_CHANGELOG = "Список изминений"
COM_SWJPROJECTS_VERSION_CHANGELOG = "Список изменений"
COM_SWJPROJECTS_VERSION_ASC = "Версия (по возрастанию)"
COM_SWJPROJECTS_VERSION_DESC = "Версия (по убыванию)"
COM_SWJPROJECTS_VERSION_SELECT = "- Выбор Версии -"
Expand Down Expand Up @@ -251,4 +251,9 @@ COM_SWJPROJECTS_ERROR_IMAGE_NOT_FOUND = "Изображение не найде
COM_SWJPROJECTS_ERROR_IMAGE_NOT_DELETED = "Изображение не удалено"
COM_SWJPROJECTS_ERROR_IMAGE_NOT_UPLOADED = "Изображение не загруженно"
COM_SWJPROJECTS_ERROR_IMAGES_NOT_FOUND = "Изображения не найдены"
COM_SWJPROJECTS_ERROR_IMAGES_NOT_UPLOADED = "Изображения не загружены"
COM_SWJPROJECTS_ERROR_IMAGES_NOT_UPLOADED = "Изображения не загружены"

JGLOBAL_INDEX_FOLLOW="index, follow"
JGLOBAL_INDEX_NOFOLLOW="index, nofollow"
JGLOBAL_NOINDEX_FOLLOW="noindex, follow"
JGLOBAL_NOINDEX_NOFOLLOW="noindex, nofollow"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; @package SW JProjects Component
; @version __DEPLOY_VERSION__
; @version 1.6.0
; @author Septdir Workshop - www.septdir.com
; @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
; @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
; @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
; @link https://www.septdir.com/
; Note : All ini files need to be saved as UTF-8
Expand All @@ -14,6 +14,7 @@ COM_SWJPROJECTS_PROJECTS = "Проекты"
COM_SWJPROJECTS_CATEGORIES = "Категории"
COM_SWJPROJECTS_KEYS = "Ключи"
COM_SWJPROJECTS_DOCUMENTATION = "Документация"
COM_SWJPROJECTS_CONFIG = "Конфигурация"

COM_SWJPROJECTS_VIEW_VERSION = "Версия"
COM_SWJPROJECTS_VIEW_VERSION_DESCRIPTION = "Страница версии"
Expand Down
6 changes: 3 additions & 3 deletions com_swjprojects/admin/models/categories.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
/*
* @package SW JProjects Component
* @version __DEPLOY_VERSION__
* @version 1.6.0
* @author Septdir Workshop - www.septdir.com
* @copyright Copyright (c) 2018 - 2020 Septdir Workshop. All rights reserved.
* @copyright Copyright (c) 2018 - 2022 Septdir Workshop. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
* @link https://www.septdir.com/
*/
Expand Down
Loading

0 comments on commit cc2241d

Please sign in to comment.