Skip to content

Tags: vakopian/october

Tags

v1.0.420

Toggle v1.0.420's commit message
Test new validation logic

v1.0.419

Toggle v1.0.419's commit message
thumbnailDirectory -> thumbFolder

v1.0.418

Toggle v1.0.418's commit message
Partials, pages and content now support drag'n'drop

v1.0.417

Toggle v1.0.417's commit message
Strip indexes from repeater data sets

v1.0.416

Toggle v1.0.416's commit message
Allow external group field definition - Refs octobercms#2772

v1.0.415

Toggle v1.0.415's commit message
Add mergeConfig helper, useful for extension

Refs octobercms/docs@8575ece

v1.0.414

Toggle v1.0.414's commit message
Move extension validation to files only

v1.0.413

Toggle v1.0.413's commit message
Block media manager entirely if user lacks access

v1.0.412

Toggle v1.0.412's commit message
Fixes recordfinder (again)

Lots of complicated stuff going on here, all elements are getting wiped out when a record is updated and the control is getting disposed at the same time. We've created a dedicated variable to store the datalocker name as a string, this represents a small memory leak but a necessary one it seems.
Fixes octobercms#2798

v1.0.411

Toggle v1.0.411's commit message
Move the change event to the input element

This should bubble to the parent control element and persist any logic that depends on the old event
Fixes octobercms#2684