summaryrefslogtreecommitdiff
path: root/list_components.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-27Wire minifind search box on component list; search title and descriptionLester Caine1-0/+4
list_components.php: map $_REQUEST['find'] (minifind field name) to 'search' before calling getList(). StockComponent::getList(): extend search WHERE to match both lc.title and lc.data so e.g. "ResCF" finds all Carbon Film Resistors by description prefix. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-26Add xref support, assembly/component views, and import toolingLester Caine1-0/+27
- add_xref.php, edit_xref.php: xref record add/edit for stock content types - admin xref group/source pages for stock_assembly and stock_component - assembly_views/: auto_flow, fixed_grid, position_number, simple_list layouts - Full assembly and component listing, tree, ordering, and detail pages - Import tooling (ImportAssembly, ImportComponent, load scripts) - liberty_plugins for assembly and component data types - schema_inc.php updated; StockAssembly, StockBase, StockComponent, StockMovement classes updated with xref group/item/multiple renames - Templates updated throughout for xref rename (source→item, group→x_group) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>