Slawomir Boczek

Results 59 comments of Slawomir Boczek

Maybe try with array-like style? Like this: `@ROLE(array('stores-owner', 'owner'))`

The problem with this concept is, that it's impossible to constantly invent new keys for specific texts, because it has limited length. Laravel (PHP Framework) has good documentation on this:...

Hello, thanks for the link. I will make what possible to make a plugin for this feature.

So, here's a beta version of the myaac-houses-actions: https://github.com/slawkens/myaac-houses-actions/releases/latest You need to be using latest MyAAC v0.8.0-dev (development version) - can be downloaded here: https://github.com/slawkens/myaac/archive/master.zip. This might be unstable. I...

> @slawkens Any plans to be implemented? The repo has been moved to: https://github.com/slawkens/myaac-plugins/tree/master/houses-actions MyAAC v0.8 is now stable, so you can use the plugin with the current version. I...

As far as I can see, TFS 1.x uses statusProtocolPort configurable, which is already being included in MyAAC. In this part of code: ```php $status_ip = $config['lua']['ip']; if(isset($config['lua']['statusProtocolPort'])) { $config['lua']['loginPort']...

So, Mr. @WalistonBelles am I right? ;) Can we close this?

Thanks for thorough description. This is however, not so easy as only changing those lines. Because we are ignoring what is defined in groups.xml, and there might be changes from...

> The groups are already loaded in the lines before if group exists. the enums for account_type are not readable outside of the server. The line before uses $groups->getHighestId()) OK,...