relikd

Results 50 issues of relikd

It would make my life so much simpler to have a callback method for whenever a plugin config file changes. Here is the use case: ```python def on_setup_env(self, **extra): self.fmt...

There is an inconsistency between editing a contents file directly and saving the same file admin UI – and also between initial build / build-all and a subsequent file change...

``` [fields.image] label = Image type = select source = record.attachments.images ``` Given the model above I would assume the dropdown to be sorted by filename. Instead I get this:...

Hi there, how do I sort image attachments by their name? It did work before, but isn't anymore in version 3.2.0 The query `this.attachments.images.order_by('record_label').all()` will return `['image2.jpg', 'image.jpg', 'image3.jpg']` instead....

By just using the built-in server and navigating my website, Lektor generates warnings. Seems to be an issue somewhere in the server code (or dependency). But I remember seeing these...

Hey there, I am trying to run the lektor server on a custom port. But I am having issues with some redirects. E.g., the pencil icon to go into admin...

**Describe the bug** I have multiple files which are saved as soon as they are opened. I am not sure why these files are updated. I tried to reproduce the...

bug
1. to develop

I've just started the server and added a file for upload. Then waited 5 minutes without any result. Only after anaylzing the file directly I saw there was an issue...

Hi there, I just stumbled upon a feed that uses chars in the range \0x01 - \0x1F (CDATA description). Although libxml2 isn't supposed to handle this, RSParser will break early...

I mostly write this request to say thank you for the app. I love it, very much. Stuff I did not know I want until someone showed me. It removed...