| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Aksara 6.3.3 source code.tar.gz | 2026-08-22 | 6.4 MB | |
| Aksara 6.3.3 source code.zip | 2026-08-22 | 7.2 MB | |
| README.md | 2026-08-22 | 4.1 kB | |
| Totals: 3 Items | 13.6 MB | 0 | |
Highlights
Theme Editor & Adaptive Color System
- New Theme Editor: Integrated custom theme editor modal (
/xhr/theme/editor) featuring theme presets and color token customization (Base, Brand, Status, Accent, etc.). - Silent Auto-Save & Mode Toggle: Added seamless auto-saving on preset selection and positioned the Light/Dark mode toggle at the top of the editor modal.
- Dynamic CSS Variable Engine: Applied dynamic CSS variable compilation (
compile_theme) across form controls (checkboxes, radio buttons, range sliders, input focus states), mobile bottom sheets, and the PageBuilder Preview iframe.
Sample Reports Module
- Sample Reports: Added sample reporting features (
aksara/Modules/Reports).
Blog PDF Generator
- PDF Export Feature: Added print-ready PDF export functionality for blog posts (
/blogs/{category}/{slug}/pdf).
UI & Layout Refactoring
- Layout Spacing Standard: Replaced legacy
section-paddingclasses with standard Bootstrappy-5utility classes across views and modules. - Mobile Navigation Offcanvas: Standardized the mobile bottom sheet offcanvas container (
#offcanvasBottomSheet) and relocatedgenerate_menu()logic into theme-specific helpers.
Localization & Dependency Updates
- Comprehensive i18n Support: Added and refined natural, UI-aware translations across 32 language files (
writable/translations/*.json). - Dependency Upgrades: Upgraded
picqer/php-barcode-generatorto^3.2.
Core & Lifecycle Enhancements
- Response Lifecycle: Enhanced
make_json()execution flow and centralized file upload validation. - Comment System Tuning: Optimized comment nesting depth handling and avatar spacing consistency.
What's Changed
- refactor: standardize user avatar styling using a shared CSS class an… by @abydahana in https://github.com/abydahana/aksara/pull/1117
- refactor: replace hardcoded avatar spacing with user-avatar-spacing c… by @abydahana in https://github.com/abydahana/aksara/pull/1118
- fix: allow comment nesting up to the maximum depth limit by @abydahana in https://github.com/abydahana/aksara/pull/1119
- refactor: replace hardcoded reply spacer width with user-avatar-spaci… by @abydahana in https://github.com/abydahana/aksara/pull/1120
- refactor: centralize upload validation by @abydahana in https://github.com/abydahana/aksara/pull/1121
- feat: add sample reports by @abydahana in https://github.com/abydahana/aksara/pull/1122
- feat: add PDF download functionality for blog posts as tabloid print … by @abydahana in https://github.com/abydahana/aksara/pull/1123
- fix: send response and exit in make_json function to ensure proper li… by @abydahana in https://github.com/abydahana/aksara/pull/1124
- refactor: update report UI components, optimize controller parameters… by @abydahana in https://github.com/abydahana/aksara/pull/1125
- feat: implement theme editor functionality and refactor UI styling ac… by @abydahana in https://github.com/abydahana/aksara/pull/1129
- Upgrade Picqer barcode generator to v3 by @casperbakker in https://github.com/abydahana/aksara/pull/1128
- docs: remove redundant instructions from pull request template by @abydahana in https://github.com/abydahana/aksara/pull/1130
- docs: remove redundant instructions from pull request template by @abydahana in https://github.com/abydahana/aksara/pull/1131
- refactor: adjust layout spacing and remove text label from PDF downlo… by @abydahana in https://github.com/abydahana/aksara/pull/1132
New Contributors
- @casperbakker made their first contribution in https://github.com/abydahana/aksara/pull/1128
Full Changelog: https://github.com/abydahana/aksara/compare/6.3.2...6.3.3