-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
69 changed files
with
1,546 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?php | ||
use Bitrix\Main\Context; | ||
use Bitrix\Main\Web\Json; | ||
use Intervolga\Edu\Util\StandardsHelper; | ||
|
||
require_once($_SERVER['DOCUMENT_ROOT'] . '/bitrix/modules/main/include/prolog_before.php'); | ||
|
||
global $APPLICATION; | ||
$result = []; | ||
if ($APPLICATION->getFileAccessPermission("/bitrix/admin/")>='R') { | ||
$contentType = Context::getCurrent()->getRequest()->getPost('contentType'); | ||
$content = Context::getCurrent()->getRequest()->getPost('content'); | ||
$flags = Context::getCurrent()->getRequest()->getPost('flags'); | ||
\Bitrix\Main\Loader::includeModule('intervolga.edu'); | ||
$result = StandardsHelper::getJson($contentType, $content, $flags); | ||
} | ||
|
||
echo Json::encode($result); | ||
|
||
require_once($_SERVER['DOCUMENT_ROOT'] . '/bitrix/modules/main/include/epilog_after.php'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
require_once($_SERVER['DOCUMENT_ROOT'] ."/bitrix/modules/intervolga.edu/admin/checker.php"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
$arModuleVersion = [ | ||
'VERSION' => '1.1.3', | ||
'VERSION_DATE' => '2024-07-03 16:00:00' | ||
'VERSION' => '1.1.4', | ||
'VERSION_DATE' => '2024-07-12 11:00:00' | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.MENU_BOTTOM_TEMPLATE'] = 'Шаблон нижнего меню "о магазине"'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.MENU_LEFT_TEMPLATE'] = 'Шаблон левого меню'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.MENU_TOP_TEMPLATE'] = 'Шаблон верхнего меню'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.OFFICE_FORNITURE_SECTION'] = 'Офисная мебель'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.SOFT_FORNITURE_SECTION'] = 'Мягкая мебель'; |
2 changes: 2 additions & 0 deletions
2
lang/ru/lib/locator/io/componenttemplate/respondentstemplate.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.RESPONDENTS_TEMPLATE'] = 'Шаблон компонента "Респонденты/Результаты опроса"'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.DEFAULT_TEMPLATE_DIRECTORY']= 'Папка общих шаблонов'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.DEFAULT_TEMPLATE_DIRECTORY_IMG']= 'Папка общих image шаблонов'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.INNER_TEMPLATE_DIRECTORY']= 'Папка шаблона Внутренних страниц'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.DEFAULT_TEMPLATE_DIRECTORY_JS']= 'Папка общих js шаблонов'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.MAIN_TEMPLATE_DIRECTORY']= 'Папка шаблона Главной страницы'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_1_LICENSE_NAME'] = 'Стандарт'; | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_1_TEST_ERROR'] = 'Ошибка теста: #MESSAGE#'; | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_1_TEST_ERROR'] = 'Ошибка теста: #MESSAGE#'; | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_1_TEST_UPDATE'] = 'Не выполнено обновление системы <a href="/bitrix/admin/update_system.php?refresh=Y&lang=ru" target="_blank">Site Update</a>.'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_11_SEO_ELEMENT_COUNT'] = 'Должен быть хотя бы один элемент, у которого в параметрах SEO "META KEYWORDS" должно быть <b>{=parent.Name} {=iblock.Name}</b>, в параметрах "META DESCRIPTION" должно быть <b>{=this.PreviewText}</b>'; | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_11_SEO_OFFICE_FURNITURE'] = 'Для инфоблока "Продукция" секции "офисная мебель" в настройках SEO для элементов "шаблон META KEYWORDS" должен быть #EXPECT# сейчас <b>#VALUE#</b>'; | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_11_SEO_SECTIONS'] = 'Для инфоблока "Продукция" в настройках SEO "META KEYWORDS" для разделов должно быть #EXPECT# сейчас <b>#VALUE#</b>'; | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_11_SEO_ELEMENTS'] = 'Для инфоблока "Продукция" в настройках SEO "META TITLE" для элементов должно быть #EXPECT# сейчас <b>#VALUE#</b>'; | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_11_SEO_PREVIEW_PICTURE'] = 'Для инфоблока "Продукция" в настройках SEO для картинок анонса элементов все шаблоны должны быть #EXPECT# сейчас <b>#VALUE#</b>'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_3_FOLDER_IN_DIRECTORY_TRUE']='Папка <b>#FOLDER#</b> не найдена в директории <a href="#DIRECTORY_PATH#" target="_blank">#DIRECTORY_NAME#</a>'; | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_3_FILE_IN_DIRECTORY_TRUE']='Файл <b>#FILE#</b> не найден в директории <a href="#DIRECTORY_PATH#" target="_blank">#DIRECTORY_NAME#</a>'; | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_3_FILE_IN_DIRECTORY_FALSE']='Файл <b>#FILE#</b> не должен быть расположен в директории <a href="#DIRECTORY_PATH#" target="_blank">#DIRECTORY_NAME#</a>'; | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_3_FOLDER_IN_DIRECTORY_FALSE']='Папка <b>#FOLDER#</b> не должна быть расположена в директории <a href="#DIRECTORY_PATH#" target="_blank">#DIRECTORY_NAME#</a>'; | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_3_SCRIPT_LIST'] = ['jquery-1.8.2.min.js', 'jquery.carouFredSel-6.1.0-packed.js', 'slides.min.jquery.js']; | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_3_FOLDERS_LIST'] = ['jss','css', 'images']; | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_3_IMG_LIST'] = ['favicon.ico']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_7_PARAMETERS_CACHE_TYPE'] = 'В компоненте <b>#COMPONENT#</b> (шаблон <b>#TEMPLATE#</b>), размещенном в #PATH# кеширование должно быть <b>отключено</b>'; | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_7_PARAMETERS_CACHE_GROUPS'] = 'В компоненте <b>#COMPONENT#</b> (шаблон <b>#TEMPLATE#</b>), размещенном в #PATH# флаг "учитывать права доступа" в настройках кеширования должен быть <b>снят</b>'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.NOT_FOUND_HERMITAGE'] = 'подключение эрмитажа. Эрмитаж должен быть использован два раза: один для элементов, второй для разделов.'; | ||
$MESS['INTERVOLGA_EDU.COURSE_2_LESSON_5_1_NOT_FOUND_HERMITAGE'] = 'В #FILE# не найдено подключение эрмитажа #EXPECT#'; | ||
$MESS['INTERVOLGA_EDU.COURSE_2_LESSON_5_1_HERMITAGE_IBLOCK_SECTION_ID'] = 'для секций инфоблока (IBLOCK_SECTION_ID)'; | ||
$MESS['INTERVOLGA_EDU.COURSE_2_LESSON_5_1_HERMITAGE_IBLOCK_ID'] = 'для элементов инфоблока (IBLOCK_ID)'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.COURSE_3_LESSON_3_SETTINGS_NOT_EMPTY_LIST_PAGE_URL'] = 'В настройках инфоблока <b>URL страницы информационного блока</b> должен быть пустым, сейчас #VALUE#'; | ||
$MESS['INTERVOLGA_EDU.COURSE_3_LESSON_3_SETTINGS_NOT_EMPTY_DETAIL_PAGE_URL'] = 'В настройках инфоблока <b>URL страницы детального просмотра</b> должен быть пустым, сейчас #VALUE#'; | ||
$MESS['INTERVOLGA_EDU.COURSE_3_LESSON_3_SETTINGS_NOT_EMPTY_SECTION_PAGE_URL'] = 'В настройках инфоблока <b>URL страницы раздела</b> должен быть пустым, сейчас #VALUE#'; | ||
$MESS['INTERVOLGA_EDU.COURSE_3_LESSON_3_SETTINGS_NOT_EMPTY_INDEX_ELEMENT'] = 'В настройках инфоблока <b>Индексировать элементы для модуля поиска</b> должно быть отключено'; | ||
$MESS['INTERVOLGA_EDU.COURSE_3_LESSON_3_SETTINGS_NOT_EMPTY_INDEX_SECTION'] = 'В настройках инфоблока <b>Индексировать разделы для модуля поиска</b> должно быть отключено'; |
Oops, something went wrong.