root
ee709ae86d
Fix Ajax batch controller response format (_success not success)
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2026-01-08 19:51:25 +00:00
root
ff04f85403
Allow Polymorphic_Field_Helper::parse() to accept array and object inputs
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2026-01-07 06:09:04 +00:00
root
36979e4b52
Add get_polymorphic_parent() helper for type_ref_columns compatibility
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2026-01-07 05:24:15 +00:00
root
475fc333ab
Fix Rsx_DateTime_Cast to handle microsecond timestamps after save()
...
Fix sidebar not displaying: use custom breakpoint classes
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2026-01-06 07:49:46 +00:00
root
71d042ff3c
Framework updates
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2026-01-06 06:03:05 +00:00
root
d41a534744
Add col-5ths responsive columns and Width_Group JS utility
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-29 23:34:56 +00:00
root
12b742fbdf
Add Text_Input $max_length requirement and Model.field_length() API
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-29 10:48:10 +00:00
root
21a7149486
Switch Ajax transport to JSON with proper Content-Type
...
Migrate $name from Form_Field to input components
Refactor form inputs: $name moves from Form_Field to input components
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-29 09:43:23 +00:00
root
bded711d1c
Convert Spa.action property to Spa.action() method
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-29 05:49:17 +00:00
root
e1d4ea6592
Update responsive breakpoints and migration stub examples
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-28 06:52:39 +00:00
root
61fec79af0
Add polymorphic join helpers (joinMorph, leftJoinMorph, rightJoinMorph)
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-27 23:55:05 +00:00
root
94dce4f021
Add transparent type_ref conversion in WHERE clauses
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-27 23:49:21 +00:00
root
56680840a1
Fix undefined Manifest::php_resolve_class() in Type_Ref_Registry
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-27 23:32:35 +00:00
root
4db772b132
Add polymorphic type references system for efficient integer-based storage
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-27 23:10:30 +00:00
root
c1485ccbdb
Add 10-second error suppression grace period after SPA navigation
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-27 22:01:36 +00:00
root
f08d3de0c8
Add loader title hint for SPA navigation feedback
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-26 22:29:45 +00:00
root
b54484c7ed
Add incremental manifest-time code quality checks and JS duplicate method detection
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-26 21:49:28 +00:00
root
0ea0341aeb
Add flash alert UX improvements, User_Model fetch security, and SCSS-SCOPE-01 BEM guidance
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-26 20:46:18 +00:00
root
209dd72b03
Fix PHP-ALIAS-01 rule and resolve all fetch() aliasing violations
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-26 02:44:39 +00:00
root
7d379b2402
Implement BEM-style enum naming and fetch() anti-aliasing policy
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-26 02:17:31 +00:00
root
a289eecf0f
Improve JS enum_val() with caching and single-value lookup
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-26 00:45:41 +00:00
root
1abbac58e7
Add safe_html() for XSS-safe WYSIWYG HTML sanitization
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-25 23:39:42 +00:00
root
1322bbf988
Add MODEL-CARBON-01 rule to prevent Carbon casts in models
...
Remove auto-generated tests and .expect files
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-25 21:04:36 +00:00
root
29c657f7a7
Exclude tests directory from framework publish
...
Add 100+ automated unit tests from .expect file specifications
Add session system test
Add rsx:constants:regenerate command test
Add rsx:logrotate command test
Add rsx:clean command test
Add rsx:manifest:stats command test
Add model enum system test
Add model mass assignment prevention test
Add rsx:check command test
Add migrate:status command test
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-25 03:59:58 +00:00
root
8bedb8442d
Use string-based date/datetime casts instead of Carbon objects
...
Add TODO expectations and comments documentation to expect_files man page
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-24 22:47:19 +00:00
root
1b57ec2785
Add datetime system (Rsx_Time/Rsx_Date) and .expect file documentation system
...
Tighten CLAUDE.dist.md for LLM audience - 15% size reduction
Add Repeater_Simple_Input component for managing lists of simple values
Add Polymorphic_Field_Helper for JSON-encoded polymorphic form fields
Fix incorrect data-sid selector in route-debug help example
Fix Form_Utils to use component.$sid() instead of data-sid selector
Add response helper functions and use _message as reserved metadata key
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-24 21:47:53 +00:00
root
eb3ccd722d
Add Polymorphic_Field_Helper for JSON-encoded polymorphic form fields
...
Fix incorrect data-sid selector in route-debug help example
Fix Form_Utils to use component.$sid() instead of data-sid selector
Add response helper functions and use _message as reserved metadata key
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-23 23:26:55 +00:00
root
69af4e87d4
Fix Form_Utils to use component.$sid() instead of data-sid selector
...
Add response helper functions and use _message as reserved metadata key
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-23 22:38:48 +00:00
root
c7a2ec94ab
Allow Rsx.Route() to accept string integers as params
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-23 09:18:10 +00:00
root
3ce82a924a
Add JS-CATCH-FALLBACK-01 rule and update npm packages
...
Add PHP-ALIAS-01 rule: prohibit field aliasing in serialization
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-23 07:36:18 +00:00
root
3cc590186a
Add property conflict detection to JS ORM model hydration
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-19 08:58:34 +00:00
root
dbc759a012
Fix Babel decorator + static properties bug causing class undefined errors
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-19 08:45:03 +00:00
root
83096ff62b
Fix SCSS compilation for Sass 1.87+ deprecations
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-19 07:44:28 +00:00
root
f67c88a4f1
Add comprehensive security audit (86 findings across 10 areas)
...
Secure dev auth with signed tokens, add email support for --user
Simplify breakpoint variables, suppress Sass deprecation warnings
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-19 01:14:31 +00:00
root
ee87bc6297
Standardize SCSS to use variables.scss and px units
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-18 18:52:32 +00:00
root
1a5d93140c
Framework updates
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-18 18:18:05 +00:00
root
29b1abc0a1
Add progressive breadcrumb resolution with caching
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-12 08:55:34 +00:00
root
2f96bb6276
Use rendered() for SPA layout chain, add jqhtml lifecycle docs
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-12 07:19:23 +00:00
root
84136be744
Add kebab-case detection to JQHTML redundant class rule
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-11 21:16:29 +00:00
root
a13781bc95
Fix bundle compiler to only consider .php files for PHP models
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-11 07:12:09 +00:00
root
fd74f48e7a
Fix @mutex decorator, text input, modal docs, group management polish
...
Add user groups feature, simplify flash alerts
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-11 07:02:50 +00:00
root
18928c8678
Add login history tracking and session management features
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-11 05:26:44 +00:00
root
dd6c17f923
Layout-managed breadcrumb system for SPA actions
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-11 00:42:20 +00:00
root
3c25b2ff80
Fix detached action redirect loops, abstract Spa_Action detection, jqhtml update
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-10 23:46:50 +00:00
root
2f2cf41139
Add Spa.load_detached_action, decorator identifier rule, npm updates
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-10 20:50:57 +00:00
root
d047b49d39
Add model constant export to JS, rsxapp hydration, on_stop lifecycle
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-10 09:08:20 +00:00
root
611e269465
Fix: Php_Fixer now updates use statements in framework files for non-developer mode
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-10 07:12:47 +00:00
root
f02a04f37a
Framework pull: auto-revert use statement changes before update
...
Class override system: .upstream file handling and restore logic
Php_Fixer: Redirect use statements to correct manifest FQCN
Fix: Only match PHP files in __find_class_fqcn_in_manifest
Complete Php_Fixer use statement redirection implementation (checkpoint 2)
WIP: Php_Fixer use statement redirection for class overrides (checkpoint)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-10 07:04:05 +00:00
root
0a479ed5a2
Use short class names for framework models to enable overrides
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-10 05:49:23 +00:00
root
4c0a68f949
Standardize enum static methods across PHP and JavaScript
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-10 03:01:48 +00:00