cms icon indicating copy to clipboard operation
cms copied to clipboard

The core Laravel CMS Composer package

Results 688 cms issues
Sort by recently updated
recently updated
newest added

Continuing with what @edalzell started in https://github.com/statamic/cms/pull/6023, merging in what I've implemented in my addon. This PR adds the following: - [x] Adds a `{{ user:profile_form }}` tag that allows...

## Bug Description The static cache file not removed when the queue is run through php artisan queue:work, (or using database queue). After hours of inspection, the is due to...

caching

Closes https://github.com/statamic/cms/issues/6610 - [x] Add replace asset action. - [x] Replace from asset editor. ![CleanShot 2022-08-23 at 14 17 50](https://user-images.githubusercontent.com/5187394/186234218-dbbb3026-511c-49c5-b348-d534818c2242.png) - [x] Replace from listing. ![CleanShot 2022-08-23 at 14 19...

Hi @jasonvarga We are using many Statamic Forms in a big project. The service we use to send mails is unfortunately very unstable. In the latest version, Statamic sends all...

### Bug description Augmentation of `EntryCollection` behaves different in v3.3.x compared to v3.2.x. When augmenting the page with `toAugmentedArray` and returning as JSON either an empty object or only a...

### Bug description This PR [#6231](https://github.com/statamic/cms/pull/6231) breaks our Inertia adapter, we use on multiple websites. **Statamic\StaticCaching\Replacers\CsrfTokenReplacer::prepareResponseToCache():Argument 1 ($response) must be of type Illuminate\Http\Response, Illuminate\Http\JsonResponse given, called in /var/www/html/vendor/statamic/cms/src/StaticCaching/Middleware/Cache.php on line...

This PR adds three new modifiers that allow you to manipulate and render bard data in various ways: * `bard_text`: Converts any bard data to an HTML string (excluding sets)...

The `read_time` modifier cannot traverse into sets within Bard fields. Instead, an _Array to string conversion_ error is shown. Statamic 3.2.9 Pro Laravel 8.62.0 PHP 8.0.9 jonassiewertsen/statamic-documentation 1.5.0 webographen/statamic-dynamic-token 1.0.0...

bard

### Bug description Recently i install Laravel telescope and following the steps on [https://laravel.com/docs/9.x/telescope#installation](https://laravel.com/docs/9.x/telescope#installation) But i try submit the form no action recorded on Laravel Telescope. Is there any configuration...

needs more info

Just noticed this will be needed as part of the Eloquent package models PR seeing as we inherit from this class ~~Edit: moved to draft status as we'll need to...