Skip to content

Tags: bestm80eva/october

Tags

v1.0.392

Toggle v1.0.392's commit message
Use minified JavaScript for the Media Manager

v1.0.391

Toggle v1.0.391's commit message
Further styling improvements

Refs octobercms#2575

v1.0.390

Toggle v1.0.390's commit message
Merge pull request octobercms#2566 from sw-double/feature/fix-ru-lang

Fix ru lang for backend users

v1.0.389

Toggle v1.0.389's commit message
Translate ‘plugin not found’ phrase (octobercms#2538)

v1.0.388

Toggle v1.0.388's commit message
Implement support for twig macro/import

Fixes octobercms#2526

v1.0.387

Toggle v1.0.387's commit message
Fixes bug introduced by octobercms#2507

The many-to-many relationship types choke pretty hard on this enhancement, so only use it for the simple one-to-many/one-to-one style relations instead.
Fixes octobercms#2524

v1.0.386

Toggle v1.0.386's commit message
Merge pull request octobercms#2515 from LukeTowers/patch-9

Respect whitespace on disabled codeeditors

v1.0.385

Toggle v1.0.385's commit message
Merge pull request octobercms#2513 from gpasztor87/patch-1

Using flexbox on login and reset page.

v1.0.384

Toggle v1.0.384's commit message
Merge pull request octobercms#2507 from oliverpool/patch-1

Use the otherKey to update a relation

v1.0.383

Toggle v1.0.383's commit message
Prevent code eval on cached assets

When the request tells the server that the asset is cached, there is no point firing up the combiner, computing the contents and affecting performance. This change should result in a nice boost in secondary page load times.

Thanks to @zerkms for pointing this out

Fixes octobercms#2474