Иван Бочкарев

Иван Бочкарев

С нами с 11 июня 2013; Место в рейтинге пользователей: #6
07 октября 2020, 20:47
0
Это выполнено Apache2?
03 октября 2020, 06:09
0
Сравните дату выхода компонентов
02 октября 2020, 15:07
0
Попробуйте добавить
&element=`Localizator`
29 сентября 2020, 21:39
+3
Вторая ссылка в Гугле Хиты продаж
28 сентября 2020, 11:53
0
Нужен доступ к ssh. Подключаешся, инициализируешь репозиторий, а далее делаешь, что нужно. С алминки, сделать не получится.
23 сентября 2020, 23:30
1
+1
Первый вариант вызывать в шаблоне:

{$_modx->regClientScript("
    <script>
        miniShop2.Callbacks.add('Order.add.response.success', 'add_response_success' , function(response) {
            miniShop2.Order.getcost();
        });
    </script>
", true)}

Второй вариант вызывать в js файле или в теге script:

$(document).ready(function () {
        miniShop2.Callbacks.add('Order.add.response.success', 'add_response_success' , function(response) {
            miniShop2.Order.getcost();
        });
})
22 сентября 2020, 21:55
+1
Кризисный =)
22 сентября 2020, 20:19
+1
Запустил в консоли: Test
TEST 2

Все работает!
22 сентября 2020, 10:23
+5
Опять возвращаемся к вопросу:
— Кто будет финансировать?
— Кто будет делать?
— Какой план действий и что мы хотим сделать?

Проходит немного времени и понимаем, что энтузиастов нет. К сожалению.
22 сентября 2020, 07:48
0
Но мы можем добавить это уже в функционал.
21 сентября 2020, 11:49
+6
Ух… Ребята, давайте жить мирно. Не такое большое у нас сообщество!
20 сентября 2020, 23:01
0
composer create-project modx/revolution www 3.x-dev
20 сентября 2020, 22:41
0
Или я так устарел что все это знают, а я только начал изучать это?
А ты веселый =)
20 сентября 2020, 21:48
+2
Сразу смущает: — We do not have a roadmap for development and we know what needs to be done to achieve the next release. Где посмотреть?
Его и нет… Об этом я постоянно в Slack писал.
20 сентября 2020, 21:23
+2
Оставлю здесь свой комментарий из группы MODX в Facebook:

On behalf of the Russian-speaking community and on my own behalf, I will say the following, as I see the situation at the moment:
— We do not have a leader (motivator) who will pull the project along. Unfortunately this is the case.
— We do not have a roadmap for development and we know what needs to be done to achieve the next release.
— Low community involvement in the process.
— 5-6 people are actively working on the project, who do not receive any benefit for it. If they paid something for their work. Then the result would be different and involvement.
— At the moment, according to the majority of our community, MODX 3 has nothing new to offer except for the admin, refactoring, installer and admin login page. We are far behind in technology from other systems.
— We do not have a full-fledged REST API.
— A lot of money and hours went into the development of FRED — which did not receive support from the site developers. In our Russian-speaking community on it, only a few did something.
— Sterc refused to develop

My suggestions:
— Change the attitude of the MODX LLC to the project and take everything into your own hands, and not by chance.
— Create a transparent roadmap, which will be divided into sprints and every week — two will show progress on implementation.
— Refine some points: add a composer, bring up to modern PSR standards, remove elements from the base, refuse, make a full-fledged rest api, after which we will not need ExtJS and we can make a normal convenient admin panel on the same VueJS
— It is necessary to attract (hire) developers for writing code, testing.
— Speed ​​up the release process
— To update the work of the modx.org site, where there will be news about the achieved process.

Small steps can achieve a goal than not understanding where we are going.

Training, manuals and all that are good. But the post we are commenting on is not about that.

And of course, many thanks to the guys who are working on the project!
19 сентября 2020, 10:13
0
Посмотрите Функции обратного вызова, а именно событие pdopage_load
16 сентября 2020, 14:45
0
?
16 сентября 2020, 13:24
+1
Присылайте PR — рассмотрим.
Василий давно не занимается minishop2 — он на данный момент поддерживается сообществом.