Skip to content

Tags: tailin/october

Tags

v1.0.458

Toggle v1.0.458's commit message
 Add info how to fix the develop branch in CONTRIBUTING.md file (octo…

…bercms#4542)

Credit to @bennothommo & @ayumihamsaki

v1.0.457

Toggle v1.0.457's commit message
Code quality clean up (octobercms#4449)

Credit to @bennothommo

v1.0.456

Toggle v1.0.456's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request octobercms#3908 from octobercms/wip/halcyon-db-dat…

…asource

Database layer for the CMS objects

v1.0.455

Toggle v1.0.455's commit message
Respect ignoreTimezone in the datepicker 'date' mode.

v1.0.454

Toggle v1.0.454's commit message
Add support for filters in the RelationController configuration (octo…

…bercms#4241)

Credit to @alxy. Docs: octobercms/docs#368

v1.0.453

Toggle v1.0.453's commit message
Add escaping of values to more backend fields (octobercms#4296)

Credit to @patriknemecek

v1.0.452

Toggle v1.0.452's commit message
Add support for package discovery (octobercms#4162)

Fixes octobercms#4149. Credit to @w20k

v1.0.451

Toggle v1.0.451's commit message
Make default format options in ImportExportBehaviour configurable (oc…

…tobercms#4200)

Credit to @alxy.

If the default format mode is selected, there is no chance to configure the format options for delimiter, enclosure, escape and encoding. This considers a new config file item `defaultFormatOptions` and falls back to `null` if it is not specified.

To keep things consistent, the old default values remain untouched.

v1.0.450

Toggle v1.0.450's commit message
Fix expired message

v1.0.449

Toggle v1.0.449's commit message
Firefox testing

- 4K display fixes
- use doc.ready over win.load
- min-size can be 0.1px and still fix the table spacing issue