apostrophe icon indicating copy to clipboard operation
apostrophe copied to clipboard

A full-featured, open-source content management framework built with Node.js that empowers organizations by combining in-context editing and headless architecture in a full-stack JS environment.

Results 197 apostrophe issues
Sort by recently updated
recently updated
newest added

## Summary This patch adds the `__t()` as global helper so that it is available for macros too. This is possible because `getEnv()` handler receives a real request object when...

## To Reproduce Step by step instructions to reproduce the behavior: 1. Have a custom piece ([current case](https://github.com/jansensan/arts-et-medias/blob/master/lib/modules/aem-persons/index.js)) 2. Have another custom piece that uses that piece ([current case](https://github.com/jansensan/arts-et-medias/blob/master/lib/modules/aem-articles/index.js#L58)) 3....

bug

## To Reproduce **UPDATE**: Actually it is more complex than that because of the `apos.prefix` config option. See my first comment with the additional findings. Add pathname to the baseUrl...

bug

## To Reproduce 1. Create a custom piece-type 2. Set the following module options: ```JavaScript editRole: 'contributor', publishRole: 'contributor', ``` 3. Contributors will not be able to publish, despite setting...

bug

## Context I was playing around with ApostropheCMS this morning in order to evaluate if ApostropheCMS could be a good replacement for an old php-based solution I am currently using....

enhancement

## To Reproduce 1. Click into Pages and edit a page 2. On Basics pane, edit the Slug field 3. Enter a slug with 3 or more words separated by...

bug

## Summary Closes #2712 Updates the `attachment` module to accept .webp file uploads ## What are the specific steps to test this change? >1. Run the website and log in...

I want to run Apostrophe in IE11 support mode. I followed the documentation in https://v3.docs.apostrophecms.org/guide/front-end-assets.html#supporting-internet-explorer-11 and added es5: true in asset/index.js // modules/@apostrophecms/asset/index.js module.exports = { options: { es5: true...

bug
contributions welcome

**Somewhat related with #3626** The same console warning as described in the linked issue above is present without any custom projections but using the piece built in relation filter (think...

bug

## To Reproduce Step by step instructions to reproduce the behavior: > 1. Create a piece-type with the given file, in the `module/presentation` folder : ``` module.exports = { extend:...

bug