Andreas Gohr

Results 304 comments of Andreas Gohr

> The commit message is now total crap. Unfortunately, I have no idea whether it can still be changed... You can do a `git commit --amend` it lets you edit...

I think I would want to set this based on context. A schema used by the marketing department would probably only want to have marketing people in the autocomplete. A...

@cmacmackin awesome! It will probably take us a while to review this but I appreciate the effort.

AggregationTable::renderColumnHeaders() would be the place https://github.com/cosmocode/dokuwiki-plugin-struct/blob/7fe2cdf28c472c686961bf42f0123eb33d2f3e60/meta/AggregationTable.php#L231-L235

I'm somewhat reluctant to make stuff that checks permissions based on placeholders. It makes it hard to know what the permissions will be in the end.

Sure a pull request (with tests) would be welcome.

The whole mechanism of automatically outputting struct data on pages is somewhat fragile and depending on many variables, thus I'd be hesitant to just merge this. It should at least...

I don't think this is about improving the schema editor. This is about making information about a scheme available to non-admin users. I agree that often when creating a new...

some first pointers. When adding a new field, then reloading the page a couple of times, the new field duplicates as an disabled field. No duplication warning is shown. This...

We can not reproduce any problems with inline editing. When filtering, you need to give the full qualified name (with schema): ``` ---- struct table ---- schema: test cols: %pageid%,...