Next version preview online

News! You can now preview the new release (0.9) and login as admin to view the new admin panel! Page: Login – MyAAC Next Demo (https://next.my-aac.org/admin) Login: admin, password: admin You can do almost anything. Only plugin upload is disabled and php pages, for security. You cannot also edit the admin account, and you cannot change …

Read More Next version preview online

Snow effect in december

gpedro developed a nice plugin which adds snow effect on the website. The plugin works only in december, but this can be changed by editing the plugins/myaac_snow_december/myaac_snow_december.php file and removing following 2 lines: if (date(‘m’) === ’12’) {} Plugin can be downloaded here: https://github.com/gpedro/myaac_snow_december/releases Demo: https://demo.my-aac.org/

Read More Snow effect in december

MyAAC + git-flow

We’re now following the git-flow-workflow. For those who don’t know yet what it is, short explanation: git-flow are a set of git extensions to provide high-level repository operations for Vincent Driessen’s branching model. Link to the git-flow-cheatsheet: https://danielkummer.github.io/git-flow-cheatsheet/index.html So, we have now master branch for production releases (stable release, currently 0.8), and we have develop …

Read More MyAAC + git-flow