Commits · 1.x
tone
Browse files
Dec 05, 2024
Issue
#3489962
by znerol, coffeemakr: CSS Async Loading
· 6d3cb507
znerol
authored
Dec 05, 2024
View commits for tag 1.1.0
1.1.0
6d3cb507
Nov 26, 2024
Issue
#3489947
: Use attributes for plugin definitions
· 02bcb363
znerol
authored
Nov 26, 2024
02bcb363
Issue
#3489914
: Add alias for every service
· fde39835
znerol
authored
Nov 26, 2024
fde39835
Issue
#3489512
: Fix issues reported by static analyzis and code style
· e894df47
znerol
authored
Nov 26, 2024
e894df47
Nov 25, 2024
Issue
#3489510
: Drupal 11 compatibility
· ef728912
znerol
authored
Nov 25, 2024
ef728912
Issue
#3489508
: Enable GitLab CI
· 482a5622
znerol
authored
Nov 25, 2024
482a5622
May 24, 2023
Issue
#3362442
by znerol: Allow rendering a single value into multiple CSS properties
· 7ffd5521
znerol
authored
May 24, 2023
View commits for tag 1.0.0-beta7
1.0.0-beta7
7ffd5521
Feb 12, 2023
Issue
#3341132
: Remove reference to non-existing module entity_reference
· 7045ad3d
znerol
authored
Feb 12, 2023
View commits for tag 1.0.0-beta6
1.0.0-beta6
7045ad3d
Issue
#3341128
by znerol: Fix deprecated string expansion ${} and remaining coding style problems
· f5ad0024
znerol
authored
Feb 12, 2023
f5ad0024
Issue
#3341124
by znerol: Properly inject services into ToneExtraFields use...
· ec21484e
znerol
authored
Feb 12, 2023
ec21484e
Issue
#3341063
by znerol: ToneExtraFields::getExtraFieldInfo() is inefficient...
· b10b5e81
znerol
authored
Feb 12, 2023
b10b5e81
Jan 24, 2023
Issue
#3336040
by znerol: Use trait instead of test base class to share behavior
· d9fe21be
znerol
authored
Jan 24, 2023
and
znerol
committed
Jan 24, 2023
View commits for tag 1.0.0-beta5
1.0.0-beta5
d9fe21be
Jan 23, 2023
Issue
#3335745
by znerol: Add automated tests
· 0ca1e858
znerol
authored
Jan 23, 2023
0ca1e858
Jan 22, 2023
Issue
#3335499
by znerol: The customer_profiles field on the user entity has...
· a24fd21a
znerol
authored
Jan 22, 2023
and
znerol
committed
Jan 22, 2023
View commits for tag 1.0.0-beta4
1.0.0-beta4
a24fd21a
Sep 12, 2022
fix(extra-field): Massively reduce max recursion, make it configurable
· 9a547eeb
znerol
authored
Sep 12, 2022
View commits for tag 1.0.0-beta3
1.0.0-beta3
9a547eeb
fix(extra-field): Fix undefined index warnings
· 560b8f0e
znerol
authored
Sep 12, 2022
560b8f0e
Sep 11, 2022
feat(form): Use subform state in order to isolate plugin forms from tone type form
· 2ff377c5
znerol
authored
Sep 11, 2022
View commits for tag 1.0.0-beta2
1.0.0-beta2
2ff377c5
fix(extra-field): Do not attempt to collect fields on entity types without reference fields
· ef3b90bb
znerol
authored
Sep 11, 2022
ef3b90bb
Sep 10, 2022
Merge branch '1.0.x' into fix
· b0dae20f
znerol
authored
Sep 10, 2022
View commits for tag 1.0.0-beta1
1.0.0-beta1
b0dae20f
chore(docs): Add readme
· adc390b1
znerol
authored
Sep 10, 2022
adc390b1
feat(access): Add administer tones permission
· e324f3d5
znerol
authored
Sep 10, 2022
e324f3d5
feat(render): Add basic sanitation
· d54515f1
znerol
authored
Sep 10, 2022
d54515f1
chore(docs): Expose plugin description in tone type form
· 24d26222
znerol
authored
Sep 10, 2022
24d26222
refactor(entity): Use default plugin collections
· 06d3715b
znerol
authored
Sep 10, 2022
06d3715b
chore(docs): Add missing type annotations, remove spurious declarations
· d842bd02
znerol
authored
Sep 10, 2022
d842bd02
Sep 09, 2022
feat(identity): Add hash identity plugin
· b303a689
znerol
authored
Sep 09, 2022
b303a689
refactor(identity): Convert identity service into plugin
· e972d409
znerol
authored
Sep 09, 2022
e972d409
refactor(api): Remove superflous class prefix
· 91670af4
znerol
authored
Sep 09, 2022
91670af4
feat(strategy): Add CSS inline strategy
· 6b5c69c5
znerol
authored
Sep 09, 2022
6b5c69c5
feature(entity): Configurable attachment strategy
· e7738a11
znerol
authored
Sep 09, 2022
e7738a11
refactor(attachment): Merge uri generator and asset dumper into attachment strategy
· ec014dcc
znerol
authored
Sep 09, 2022
ec014dcc
Sep 08, 2022
refactor(api): Extract identity service from uri generator
· 9b5f3acb
znerol
authored
Sep 08, 2022
9b5f3acb
refactor(api): Do not restrict tones to CSS
· 766b2739
znerol
authored
Sep 08, 2022
766b2739
Sep 06, 2022
feat(content-type): Add cache busting, delete css when entity is removed
· abe266be
znerol
authored
Sep 06, 2022
abe266be
Sep 05, 2022
feat(extra): Limit number of extra fields to only relevant ones
· 0b66fb28
znerol
authored
Sep 05, 2022
0b66fb28
refactor(extra): Rearrange methods in extra field
· 6da065b9
znerol
authored
Sep 05, 2022
6da065b9
refactor(module): Extract most of hook_extra_field_info implementation
· f61c4ec7
znerol
authored
Sep 05, 2022
f61c4ec7
feat(tone-type): Ajaxify renderer settings on the tone type form
· 101454a9
znerol
authored
Sep 05, 2022
101454a9
refactor(plugin): Merge Color and Background into a single Property plugin
· b62d5a56
znerol
authored
Sep 05, 2022
b62d5a56
fix(cs): Fix issues reported by phpcs
· a3a48e09
znerol
authored
Sep 05, 2022
a3a48e09
Loading