Results 13 comments of Johannes Spielmann

Why would you not? There are now several requests for this and several good use cases for it.

I have no idea, since I have never worked with the code. But if you send me a pull request, I'll gladly accept it.

This is a hard one: I've seen projects go with built-in admin for a long time, even with non-technical users, and with actual functionality tied into it. For me the...

I'm glad you like it. That's what I use this patch for: adding credits to a user account after the payment was received. Before, my functionality would have to be...

I'll work on it this week and try to put some tests up.

Uh, yeah, forgot about those, sorry. I'll put them on my todo list and make some soon!

Just a short notice: I won't get around to working on this request in the next four weeks. Sorry. I'll try and finish it afterwards.

Great suggestion. This is one that _every_ project struggles with. I used to have util-modules strewn all over my code before, but now I tend to collect them in a...

You can't use autorelease in an ARC build, however. I looked for some kind of compiler switch to determine whether this was needed or not, but I couldn't find any....