Последнии сообщения форума
Всего: 114 Коммитов в репозитории | Отфильтровано: 114 Коммиты | Страница: 1 / 12
Сегодня (19.12.2025)
Refactor admin routing and update formatting
• Replace $admin_file with $aroute in comments module
• Update config module indentation
• Update editor module
• Remove obsolete backup.txt
• Update config module indentation
• Update editor module
• Remove obsolete backup.txt
Fix setPageNumbers null return and modernize users module
• Fix TypeError in setPageNumbers() by returning empty string when pages <= 1
• Add filterTextHighlight() function for search term highlighting
• Modernize users.php module following SLAED 6.3 standards:
- Rename users_navi() to navi()
- Replace $admin_file with $aroute
- Rename users_show() to users()
- Simplify variable names (chng_user → chng)
- Apply SLAED code formatting
- Extract inline switch cases to functions
- Add exit after header redirects
• Add filterTextHighlight() function for search term highlighting
• Modernize users.php module following SLAED 6.3 standards:
- Rename users_navi() to navi()
- Replace $admin_file with $aroute
- Rename users_show() to users()
- Simplify variable names (chng_user → chng)
- Apply SLAED code formatting
- Extract inline switch cases to functions
- Add exit after header redirects
Вчера (18.12.2025)
Refactor changelog module with template system integration
• Integrate basic-changelog and basic-changelog-commit templates
• Fix character encoding issues (copyright symbol, bullet points)
• Simplify Git log format string handling (remove Windows-specific escaping)
• Optimize commit rendering with template-based approach
• Update counter statistics and add new changelog module structure
• Fix character encoding issues (copyright symbol, bullet points)
• Simplify Git log format string handling (remove Windows-specific escaping)
• Optimize commit rendering with template-based approach
• Update counter statistics and add new changelog module structure
Fix Local Git changelog parsing on Windows
Windows cmd.exe interprets % as environment variable prefix, causing
Git format placeholders (%H, %an, %ad, etc.) to be treated as undefined
variables instead of being passed to Git. This resulted in empty author
names and missing commit data in the Local Git changelog view.
Changes:
• Add Windows-specific % escaping (double %% for cmd.exe)
• Apply platform-specific date format handling
• Fix body parsing with explode limit to handle || in messages
• Remove escapeshellarg from format string to allow Git expansion
Git format placeholders (%H, %an, %ad, etc.) to be treated as undefined
variables instead of being passed to Git. This resulted in empty author
names and missing commit data in the Local Git changelog view.
Changes:
• Add Windows-specific % escaping (double %% for cmd.exe)
• Apply platform-specific date format handling
• Fix body parsing with explode limit to handle || in messages
• Remove escapeshellarg from format string to allow Git expansion
Update config files and admin templates
Added new config files for filetype and uploads configuration.
Removed deprecated config_uploads.php.
Updated admin templates for changelog and monitor modules.
Removed deprecated config_uploads.php.
Updated admin templates for changelog and monitor modules.
Add multilingual changelog and statistic info files
Added changelog info files for German, English, French, Polish, Russian, and Ukrainian languages, plus German statistics info.
Modernize admin modules for SLAED 6.3 standards
Updated multiple admin modules to follow SLAED 6.3 coding standards including template.php and other core modules.
Replace save_conf with setConfigFile in uploads templsave
Changed templsave() to use setConfigFile() instead of save_conf() with Heredoc syntax since line breaks are not needed for template configuration storage.
Refactor template.php: Modernize to SLAED 6.3 standards
• Rename functions to lowercase: template_navi() to navi(), template_style() to style(), template_info() to info()
• Rename save functions: template_save to save(), template_style_save to stylesave()
• Replace $admin_file with $aroute throughout
• Add proper type hints: void and string return types
• Replace analyze() with getVar() using proper type validation
• Replace tpl_eval() with setTemplateBasic()
• Replace navi_gen() with getAdminTabs()
• Replace end_chmod() with checkPerms()
• Add PHP 8.4 compatibility: opendir() false checks
• Add exit; after header redirects
• Modernize arrays: array() to []
• Modernize switch case with default
• Add conditional parameter handling for templ
• Update copyright year to 2026
• Rename save functions: template_save to save(), template_style_save to stylesave()
• Replace $admin_file with $aroute throughout
• Add proper type hints: void and string return types
• Replace analyze() with getVar() using proper type validation
• Replace tpl_eval() with setTemplateBasic()
• Replace navi_gen() with getAdminTabs()
• Replace end_chmod() with checkPerms()
• Add PHP 8.4 compatibility: opendir() false checks
• Add exit; after header redirects
• Modernize arrays: array() to []
• Modernize switch case with default
• Add conditional parameter handling for templ
• Update copyright year to 2026
Эта неделя (17.12.2025)
Add core/user.php updates and monitor template
• Update core/user.php with modernization changes
• Add templates/admin/basic-monitor.html for monitor module
Part of SLAED 6.3 modernization.
• Add templates/admin/basic-monitor.html for monitor module
Part of SLAED 6.3 modernization.





