flack

Results 56 comments of flack

Note: Memcache actually gets invalidated properly, the problem is the static in-request cache here: https://github.com/flack/openpsa/blob/869c2a86de7236a6267a2c9fc0dc6cd5ebf0beaa/lib/midcom/services/auth/acl.php#L498-L503

according to http://trac.midgard-project.org/changeset/1353, it's supposed to work like this: ``` everyone -> root group -> sub group(s) -> virtual group(s) -> user privilieges ```

Hi! Well, it's an interesting idea and I think it should be possible. Probably there'd have to be some function like `renderOnlyFrom(Ranger::MONTH)` or similar and then the loop(s) in `format`...

Hello & thanks for the PR! Some notes: - Is there really anything gained from changing all the whitespace in the file? The actual change is just those 6 lines:...

Yes, I figured that out in the meantime. We've built a workaround by applying the transform to the child elements as suggested by Microsoft's knowledge base article. I'm not sure...

P.S.: the error message is from Firefox, in Chrome the wording is different, but refers to the same line: ``` Uncaught TypeError: undefined is not a function create.js:2420 ```

I did a quick test a the JS errors seem to be gone now. But there still seems to be some bug in there, when I create a new item,...

P.S.: Also, the minified version is missing from the repo: Is that deliberate or some build system snafu?

the raw post data looks like this: ``` "content" [""] "heading" @subject "_:bnode143" @type "" ``` The value "content" gets saved properly, the value "heading" is lost. About vie entities...

on my end, I'm running on 1.10.3 for a while now without any issues, but I obviously can't speak for everybody