Журнал изменений

Фильтр и поиск

Всего: 872 Доступных коммитов | Отфильтровано: 872 Коммиты | Страница: 82 / 88
05.12.2025
Standardize language codes to ISO 639-1 format
Автор: Eduard Laas | Дата: 18:34 05.12.2025

Major refactoring to standardize language file naming across the system, replacing verbose language names with ISO 639-1 two-letter codes. Language file renaming:

  • lang-english.php → en.php
  • lang-french.php → fr.php
  • lang-german.php → de.php
  • lang-polish.php → pl.php
  • lang-russian.php → ru.php
  • lang-ukrainian.php → uk.php

Applied to directories:

  • admin/language/
  • language/
  • setup/language/

Language flag images renamed:

  • setup/templates/images/english.png → en.png
  • setup/templates/images/french.png → fr.png
  • setup/templates/images/german.png → de.png
  • setup/templates/images/polish.png → pl.png
  • setup/templates/images/russian.png → ru.png
  • setup/templates/images/ukrainian.png → uk.png

Admin structure changes:

  • admin/admin.php → admin/index.php
  • admin/modules/configure.php → admin/modules/config.php
  • Removed legacy admin/links/ directory

Updated all admin modules to reflect language code changes and modernization patterns established in refactoring-rules.md. Core system files updated for compatibility with new language structure. This standardization improves internationalization consistency, follows ISO standards, and simplifies language file management throughout SLAED CMS.

04.12.2025
Refactor: Admin system - Info files reorganized & core improvements
Автор: Eduard Laas | Дата: 17:54 04.12.2025
  • Info files: Language names standardized (english→en, german→de, etc.)
  • blocks.php: Switch-Cases finalized and cleaned
  • admin.php: Auto-discovery optimizations
  • core.php: Admin functions improved
Refactor: blocks.php - Operation names fully consistent
Автор: Eduard Laas | Дата: 17:46 04.12.2025
  • Navigation: op=new → op=add, op=file → op=fileadd
  • Switch: case 'new' → case 'add', case 'file' → case 'fileadd'
  • Switch: case 'add' → case 'addsave' (save operation)
  • Formular: op=add → op=addsave (save action)
  • Alle Operationen entsprechen jetzt exakt den Funktionsnamen
Refactor: blocks.php - Switch-cases reorganized & function names consistent
Автор: Eduard Laas | Дата: 17:44 04.12.2025
  • bfile() → filecode()
  • bfilesave() → filecodesave()
  • Switch-Cases grouped and commented by logic
  • Alle Formular-Referenzen aktualisiert
Fix: blocks.php - Fatal error fixed (file → fileadd)
Автор: Eduard Laas | Дата: 17:36 04.12.2025

file() is a PHP built-in function and cannot be overridden.

Refactor: blocks.php - Simplify navigation function (blocksNavi → navi)
Автор: Eduard Laas | Дата: 17:30 04.12.2025
Refactor: blocks.php - Function renaming (newBlock → add, add → addsave)
Автор: Eduard Laas | Дата: 17:30 04.12.2025
Fix: blocks.php - Parse error fixed (new → newBlock)
Автор: Eduard Laas | Дата: 17:25 04.12.2025

Problem:

  • Parse error: "new" ist ein reserviertes PHP-Keyword
  • Funktion new() konnte nicht deklariert werden

Lösung:

  • Funktion new() → newBlock()
  • Switch case angepasst: case 'new': newBlock();
  • Navigation bleibt: name=blocks&op=new (nur interne Funktion renamed)
Optimize: blocks.php - Navigation simplified
Автор: Eduard Laas | Дата: 17:24 04.12.2025

Änderung:

  • Navigation: name=blocks&op=show → name=blocks (use default case)

Alle Redirects waren bereits korrekt mit explizitem &op=show. Keine weiteren Änderungen nötig - Datei war bereits sauber strukturiert.

Refactor: admins.php - All inconsistencies resolved
Автор: Eduard Laas | Дата: 17:21 04.12.2025

Änderungen:

  1. Funktion navi() → adminsNavi() (consistent with other modules)
  2. Navigation: name=admins&op=show → name=admins (use default case)
  3. Formular: Redundant Hidden-Field "name" removed (in Action-URL)
  4. Funktion getAdminInfo() → adm_info() (konsistent)
  5. Redirects: Explicit &op=show added for clarity

All function calls updated:

  • admins() Zeile 18
  • add() Zeile 54
  • info() Zeile 167

Всего: 872 на 88 страницах по 10 на каждой странице

1 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88

Хотите опробовать SLAED CMS в действии?

Идеи и предложения
Обратная связь