Commit graph

173 commits

Author SHA1 Message Date
Evg
9b9ecd6612 EDIT: css templates
+ Let's add to the configuration the level of trust from which you can host sites.
2022-02-21 09:00:51 +03:00
Evg
9421e427a6 ADD: JavaScript library for zooming
Fixed some bugs see: https://agouti.ru/post/652/nekotorye-predlozheniya-po-sajtu
2022-02-20 22:07:33 +03:00
Evg
1564d36df7 ADD: Page my sites (in the directory)
* The menu in the catalog is placed on all pages
* Removed redundant block in the sidebar of the site
* Added language translations
* All known bugs fixed
2022-02-20 00:10:08 +03:00
Evg
7604484265 FIX: Sidebar in profile 2022-02-19 19:37:03 +03:00
Evg
b009125db3 DEV: Minor changes
Another portion of work on changing the formation of fields.  Fixing in the mobile interface and in the Q&A template.
2022-02-19 17:36:31 +03:00
Evg
62a4989897 DEV: We will bring some of the fields to uniformity 2022-02-19 15:56:19 +03:00
Evg
5d24fda43b EDIT: Form for adding facets 2022-02-19 10:09:39 +03:00
Evg
aed17d2847 DEV: Forming css separately for modules
Some general improvements for the catalog and for the form processor.
2022-02-18 19:37:42 +03:00
Evg
49dc982a77 DEV: Minor changes 2022-02-18 06:41:27 +03:00
Evg
188c3e04d8 DEV: Changing the methods of forming forms
...registration and authorization...
2022-02-17 11:35:29 +03:00
Evg
79e97ab9ba DEV: Some improvements
Preparation for changes formation of forms
2022-02-16 19:07:27 +03:00
Evg
34fafd1048 DEV: Configuration file (+ trust level) 2022-02-16 08:45:31 +03:00
Evg
cf2a1ef5fc DEV: Some change in catalog
* Added menu to sidebar for staff.
* Added tab and view of deleted and approved resources from the catalog central page.
* Fixed display of resources in bookmarks (if removed).
* On the central page of the catalog, the display of popular and new ones has been changed.
* Removed unused routes.
* Added translation, plus some css and template edits (menu highlighting, etc.).
2022-02-14 00:02:09 +03:00
Evg
1f3e15b887 FIX: Links to personal blog 2022-02-13 09:53:02 +03:00
Evg
0eaf0d3c4a DEV: Menu in config (will be used in several places) 2022-02-13 09:05:51 +03:00
Evg
a214916d1c DEV: Profile navigation refactoring 2022-02-12 07:26:06 +03:00
Evg
7959b867d1 FIX: Template Correction (Q&A) 2022-02-11 22:59:31 +03:00
Evg
14bf35a040 DEV: Transferring a page with a faceted structure to the admin panel 2022-02-11 20:28:02 +03:00
Evg
fc78dfd00d DEV: Change in site navigation (facets). The first part of the work. 2022-02-10 09:42:33 +03:00
Evg
266aaccf02 ADD: facets_types table
+ create pages for visual work. Next, we restrict access to them from TL4. At the moment, open access is required for review.
2022-02-08 18:02:36 +03:00
Evg
3aeb9ead12 ADD: facet type - category 2022-02-08 10:38:37 +03:00
Evg
832f78a569 DEV: Some fixes and additions for testing 2022-02-07 00:34:00 +03:00
Evg
f084aea710 DEV: Bookmarks in the catalog
+ Banner, SEO and sorting by rating and new sites, notification system. Displaying the profile in the header of the site after logging in. At the moment, this can be considered an outline, since the general approach to the formation of sections is not flexible.
2022-02-06 19:18:06 +03:00
Evg
75e1d46a51 ADD: Counting the number of clicks on an external link 2022-02-04 08:37:02 +03:00
Evg
129cf6acc1 FIX: URL каталога URL of the catalog 2022-02-03 20:15:44 +03:00
Evg
d39be128b8 DEV: Simplifying the detail page 2022-02-03 19:44:38 +03:00
Evg
2197aa5427 FIX: Correction of all known bugs 2022-02-03 18:38:14 +03:00
Evg
899819ecdb DEV: Simplifying templates 2022-01-31 08:12:59 +03:00
Evg
95adae6020 DEV: Template Simplification 2022-01-27 20:59:03 +03:00
Evg
a5f5e88bf5 DEV: Moving the directory to the module 2022-01-26 06:24:22 +03:00
Evg
61adff533e DEV: Admin panel moved to module
Upgrade to HLEB v1.6.1: optimized connection to PDO (DB), removed all old functions like hleb_xxxxxxx_ previously declared deprecated.

The logic of removing and displaying content has been completely changed. Bringing to the front the functions of displaying deleted posts, comments and replies, sites.
2022-01-24 09:44:33 +03:00
Evg
9404932624 DEV: Changing the User Profile URL 2022-01-20 08:55:20 +03:00
Evg
9db25cb2d8 FIX: Profile fields and admin trust level (+ photo) 2022-01-18 00:36:22 +03:00
Evg
113cd1ee3c DEV: Refactoring
Important note: please wait for the next comment, where possible errors will be corrected.
2022-01-17 21:17:58 +03:00
Evg
462bab6443 ADD: Navigation in the admin panel
The moderation table has been removed, the navigation table has been added
2022-01-11 20:33:08 +03:00
Evg
031d7a6a8d DEV: New user profile
Move pages: posts, replies and comments to the member's profile (the first part).
2022-01-07 00:07:31 +03:00
Evg
a61f8b2da8 ADD: Middleware (first part)
Refactoring the code, dropping the `users_trust_level` table, classes, merging methods (for example, getPostId and getPostSlug), and changing the names and types of variables.

* The following classes have been removed: Authorization, DefaultMiddlewareBefore, DefaultMiddlewareBefore, Base, BanController.
* Added: MiddlewareModel, UserData, Designator.
* Fixed N+1 query on the post page
* The detailed page of the sent invites in the admin section has been changed.

etc.
2022-01-04 22:54:03 +03:00
Evg
0d0d4905b2 DEV: Refactoring 2022-01-01 16:23:01 +03:00
Evg
21dd168b70 DEV: Slight layout improvement across devices 2021-12-29 23:16:53 +03:00
Evg
497184e48b DEV: Refactoring, Template Change (Q&A)
Dropdown menu, bookmarks and likes. Mobile version, fixes.
2021-12-29 18:16:20 +03:00
Evg
eacd4a9f41 ADD: New design (Q&A)
The ability for the user to choose another design. It is necessary to further work with the integration of templates.
2021-12-28 18:31:49 +03:00
Evg
2a53418e2a DEV: Changing the design of forms
Let's add facet types to the configuration.
2021-12-27 17:24:09 +03:00
Evg
89b84a1160 FIX: Design in the mobile version of the site
+ change the name of the named route  (users)
2021-12-27 07:43:53 +03:00
Evg
daa82610a8 DEV: Minor changes 2021-12-25 19:22:49 +03:00
Evg
adf61a1758 ADD: A separate page for the created pages in the admin panel
+ Change icons for pages and blogs
2021-12-24 12:29:32 +03:00
Evg
ca7b26a564 DEV: Let's make navigation monotonous 2021-12-24 08:12:37 +03:00
Evg
56aa8e06d1 DEV: Added pages
* Upgrade to: HLEB v1.5.82
* Changing an existing field in the database from `post_type` to` post_feature`. Adding a new one: `post_type`.
* Some template changes ...
2021-12-23 07:41:39 +03:00
Evg
89a5cef8cf ADD: Choice of site templates by users 2021-12-17 22:09:32 +03:00
Evg
9358e57ec3 DEV: Pagination and voting on pages
We will add pagination and the ability to vote for content on all pages of comments, answers and posts.
2021-12-17 09:46:21 +03:00
Evg
48e661f2e4 DEV: Simplifying admin panel templates 2021-12-16 20:08:25 +03:00
Evg
3160ad3d69 DEV: Minor changes in the admin panel 2021-12-15 13:02:33 +03:00
Evg
5e1f5d98a7 DEV: Minor changes 2021-12-11 09:00:31 +03:00
Evg
6dfe6d06ce ADD: Add: Page for adding a personal blog 2021-12-10 20:40:52 +03:00
Evg
129fb1151a ADD: Menu configuration files 2021-12-09 15:30:53 +03:00
Evg
4564d2545f DEV: Minor changes (SEO, JS) 2021-11-28 21:47:57 +03:00
Evg
0db5677325 ADD: Configuring the editor 2021-11-28 08:11:49 +03:00
Evg
31d3de0a3c DEV: Transferring some methods to LoginController 2021-11-23 18:51:31 +03:00
Evg
58e5960b2b ADD: Reserved URLs for blogs 2021-11-22 08:51:26 +03:00
Evg
abb6dcd082 ADD: Personal blogs
Adding blogs. Some changes in the database for more flexible subsequent development. This is the first part of the changes. Their goal is to test usage together.
2021-11-21 07:17:59 +03:00
Evg
37d8bb9b3d FIX: Editing a user 2021-11-17 00:02:53 +03:00
Evg
fe1f29341d DEV: Minor changes (templates) 2021-11-15 11:05:24 +03:00
Evg
6beee530ed DEV: Bringing Templates to Some Uniformity 2021-11-15 08:55:52 +03:00
Evg
2641f0ea36 Add the 'topic_is_web' column to the topics table
We must be able to choose which topics cannot participate in the formation of the catalog (sites, programs, etc.). Which can only take part in the formation of navigation through posts.

While the central catalog page is usually configured manually (config) to provide the best choice, internal themes are shown only due to their characteristics.
2021-11-07 19:54:10 +03:00
Evg
efc6834b51 DEV: Дерево тем 2021-11-05 21:51:31 +03:00
Evg
1d23f3cb85 DEV: Незначительные изменения (локализация) 2021-10-28 18:09:38 +03:00
Evg
87e620a70a EDIT: Изменение локализации (первая часть) 2021-10-27 23:11:03 +03:00
Evg
c2455d5427 DEV: Новая структура сайта (темы)
* Удаление Пространств
* Добавление в темы: автора темы, темы дня (поле для базы)...
* + Рекомендованные посты в рамках темы (поле для базы)
* Множественные изменения и улучшения структуры...
2021-10-19 11:27:27 +03:00
Evg
9688e7226b ADD: Лимит на флаги (жалобы) 2021-10-13 14:45:30 +03:00
Evg
aeafe2cba3 FIX: Изменение цвета обложки профиля
Незначительное изменение в шаблонах
2021-10-12 22:03:29 +03:00
Evg
5127354633 ADD: Настройка уровней доверия пользователей (TL) и ограничений
Изменение в формирование данных для SEO, + незначительное изменение шаблонов.
2021-10-11 15:02:38 +03:00
Evg
7a103f031d ADD: Панель управления и консоль
+ Обновление HLEB v1.5.71
2021-10-07 08:22:49 +03:00
Evg
b224ab8d21 EDIT: Реорганизация UserModel
Незначительное изменение в шаблонах, + исправление ошибок...
2021-10-06 00:06:04 +03:00
Evg
2462571987 ADD: Темы для сайтов
+ Перенесем файлы конфигурации в папку config
2021-10-04 15:30:42 +03:00