Since Cornex posted this thread, I have been getting a few private messages about bugs, requests and what have you. I'd love to work on this project every day, but the reality is that I work as a web developer full time and more often than I probably want to admit, I honestly have no time or desire to write code on the side. It comes in patches, really. Sometimes that's all I'll do on my free time, and sometimes I can barely stand looking at code.
That was one of the reasons I did not want to publically release the AAC myself, as it is in a development stage and no stable version has been set. I knew once things go public officially, I'll have a lot of requests to deal with, and there's nothing wrong with that. I'm always happy to help, but some of the requests/bugs may be caused by the simple fact that the AAC doesn't have a stable version. Another reason was that I am already working on an updated version of pandaac, which, instead of using Laravel 4.2 (as the public version does today), it'll be using Laravel 5. Laravel is a framework that aim towards pushing the limits of PHP (to some extent), and not so much about backwards compability. The structure, and the way things are coded in Laravel 5 are sometimes very similar to that of 4.2, but also a lot different. For this reason, I saw no benefit of just migrating the current version of pandaac to Laravel 5, but instead I decided to completely rewrite it. Another benefit to rewriting it from scratch, is that I can learn from the mistakes I did with the current version of pandaac, and as of the new version, things will be a lot more flexible than they already are.
As a result of this, I've decided to promote
@Cornex as the lead developer of the currently released version of pandaac, who is far more active than I am in the OT community. He has been by my side, following the progress of pandaac ever since I started it and has grown to learn Laravel quite well in this time. This allows me to, whenever I do have some spare time, work on the new updated version of pandaac. I have no idea when it'll be ready for public release yet, but I assure you, it will be better by the tenfolds.
The currently released version of pandaac has the codename of
bamboo. The new version, although the codename hasn't been decided yet, will be different to avoid confusion.
Also, I strongly recommend that you create an issue over at the github repository for whatever issues and/or feature requests you may have. Those will have priority over issues posted in this thread.
Thank you!