Christian Seel

Results 12 issues of Christian Seel

It seems like medis is not using the ~/.ssh/config file for ssh connections and so not using the `ProxyJump` I configured in my config. I need to connect to a...

feature

### What does it do ? With this change it's possible to define OR conditions in the `.gitify` config for content extraction. The config could look like this: ``` contents:...

When adding files from the filesystem you don't know the correct next ID for the element. It would be a nice feature if you're allowed to leave the ID empty...

feature request

From my perspective there is no need to add empty TV values into the extracted content files. This is useful because now after adding a new TV, not every single...

Having non-`LF` line endings in a gitify file results in ``` Could not parse Article-Template-with-Sidebar.html: Unable to parse at line 11 (near "-----"). ``` I would expect that Gitify replaces...

feature request

Gitify is using the `friendly_alias_restrict_chars_pattern` system setting to clean the filenames. If you add a `.` to the pattern all Gitify files with multiple IDs in the filename (which are...

feature request

Hi is there any possibility to position a item at a fixed position? In my case I have a 3 columns layout (2 columns on mobile), and one of my...

### What does it do? Adds a new core system event `OnContextInit`, invoked after each successful context initialization (includes those when `switchContext()` is called. ### Why is it needed? We...

The forum homepage shows a wrong last post for empty boards! See attached image: ![voila_capture122](https://f.cloud.github.com/assets/482184/1035287/6367da2a-0f28-11e3-9197-82c6f09e7c71.png) This should not be database related, since this boards/threads/posts has been added after the import...

I'm not sure if this works for everyone, but in my case I don't need a pagination on the search results if there is only 1 page... I got it...