keystone-classic icon indicating copy to clipboard operation
keystone-classic copied to clipboard

Node.js CMS and web app framework

Results 105 keystone-classic issues
Sort by recently updated
recently updated
newest added

A quickfix was made in: https://github.com/keystonejs/keystone/commit/359ef38de70f4a42fd6e5bb5cfe3eee33ca87560 We should get into what is happening here and how to fix it properly

refactor

![Before](https://image.prntscr.com/image/qmiQScI1RKCpEQ87GBl_7w.png) When user trying to insert email with cyrillic symbols we can get weird behaviour with dynamic punycode encoding ### Expected behavior Input w/o changes and error on save ![Expected](https://image.prntscr.com/image/h2QsPZkNRX2LFRCrkSSz2Q.png)...

### Expected behavior Unset fields should remain unset when saving a model in admin. ### Actual/Current behavior If you save a model in the admin UI, unset String fields are...

### Expected behavior I'd like to get the results from a relationship between Model A (Listings) and Model B (Users) Having the following relationship defined in Model A `owner: {...

bug

I have used keystone in production and my customers are pretty happy with it. However, a significant part of them expected the ability to reorder images in the cloudinary gallery...

feature request

I'm new to Keystone. With Keystone 4.0 now out, pull request #3282 is pretty old and possibly outdated. But, I think that would be a great and necessary addition to...

feature request

So we could pre-program information to be available in the edit item page (like the `Key` underneath the title). Simplest example would be, having a link to an article on...

feature request

### Expected behavior It would be nice to have `TextareaArray` field type. ### Actual/Current behavior `TextArray` field allows to use single line text. ### Environment | Software | Version |...

feature request

### Expected behavior Add a Object field which shows arbitrary object or array data in a textarea-esque field. You should be able to edit the field. Formatting would be optional....

So i have a droplet on digital ocean using ubuntu 16.04. On the droplet i have 3 databases, an admin,test and 'my site' which is the database keystone is apparently...

question