Releases: slawkens/myaac
Releases · slawkens/myaac
MyAAC 0.7.4
- fixed mysql fatal error on tibiacom template - top 5 box
- fixed displaying of level percent bar on tibian signature
- inform user about Twig cache failure on installation, instead of http 500 error
- when dir system/cache is not writable by the webserver, then show some nice notice to the user about it instead of http 500 error
- remember client version select and usage stats checkbox in session on install
- automatically update highscores_ids_hidden for users who installed myaac before (migration)
MyAAC 0.7.3
- auto generate myaac cache & session prefix on install to be unique across installations
- fixed hiding shop system menu on tibiacom template when disabled in config
- prevent adding duplicated newses with installation
- some changes to sample characters: chanced town_id to 1, posx: 1000, posy: 1000, posz: 1000 and default group_id to 1 so you can change in-game outfits and they will be used
- added version 772 constant to install client choose (OTHire)
- better solution for hidding samples (configurable) - highscores_ids_hidden
- fixed account.login redirect not working on tibiacom template
- installation: warn about wrong admin account name/id and password
- fixed last menu closing in tibiacom template
- updated polish locale (translation) on install
- (internal) removed some duplicated code on install finish
- (internal) renamed installation step files to be in correct order
- added TODO file
MyAAC 0.7.1
This release contains some small visual fixes. Nothing more or less.
- added changelog menu item to kathrine template
- fixed some php short tag in changelogs page
- fixed guild change description back button
- removed duplicated "Support List" menu item from tibiacom template
- changed some notice when version check is failed
- (internal) moved changelog to twig
MyAAC 0.7.0
- moved template menus to database, they're now dynamically loaded
- you can edit them in Admin Panel under 'Menus' option
- you can also add custom links, like http://google.pl
- added anonymous usage statistics reporting (only if user agrees, first usage report will be send after 7 days)
- added networks (facebook and twitter) and highscores (top 5) boxes to tibiacom template, configurable in templates/tibiacom/config.php
- added news ticker for kathrine template
- added featured article to tibiacom template (you can add them with add news button)
- added tinymce editor to 'Pages' in admin panel
- added links to edit/delete/hide custom page directly from page
- update forum post after editing news (when forum post has been created)
- enabled code plugin for tinymce which enabled raw html code editing
- removed videos pages, as it can be easily added using custom Menus and Pages with insert Media
- removed bug_report configurable, its now enabled by default
- log some error info when mail cannot be send on account create
- twig getLink function will now return with full url (BASE_URL included)
- verify install post values directly on config page and display error
- updated tinymce to version 4.7.2 (from 4.7.0)
- updated phpmailer to version 5.2.26 (from 5.2.23)
- (fix) (#30) recovering account on servers that doesn't support salts
- (fix) account email confirm function
- (fix) showing changelog with urls in Admin Panel
- (fix) uninstalling plugin
- (fix) polls box in tibiacom template
- (fix) remove hooks from db on plugin deinstall
- (fix) some weird include possibilities with forum and account actions (verify action name)
- (fix) loading hooks from plugin installed from command line
- (fix) some changelog PHP Notice warning
- (internal) moved uninstall logic to Plugins class
- (internal) moved tibiacom boxes to separate directory
- (internal) moved news tickers to twig template
- (internal) moved Forum class to separate file
- (internal) moved deprecated functions to compat.php
- (internal) added some compat functions that are used by shop system
- (internal) renamed constant TICKET -> TICKER
- (internal) shortened message functions
MyAAC 0.6.6
- fixed some php fatal error on spells page
- changed spells.vocations field in db size to 300
- please reload your spells after this update!
MyAAC 0.6.5
- fixed displaying custom pages added in admin panel
- fixed adding new group forum board
- fixed guild create link
MyAAC 0.6.4
- reverted OTS_Account::getLastLogin() cause its used by tibia11-login plugin
MyAAC 0.6.3
This is very important bug-fixing release. Please update!
- fixed creating account
- fixed viewing thread without being logged
- fixed showing premium account status
MyAAC 0.6.2
- added forums for guilds and groups
- added nice looking menu for my account page in default template
- new command line tool: install_plugin.php - can be used to install plugins from command line. Usage: "php install_plugin.php path_to_plugin.zip"
- added new tooltip to view characters equipment item name and monster loot
- added items.xml loader class and weapons.xml loader class
- minimum PHP version to install AAC is now 5.3.0 cause of Anonymous functions used by Twig
- Added 'Are you sure?' popup when uninstalling plugin
- added some warnings when plugin json file is incomplete
- fixed showing in characters ban expires when is unlimited
- fixed displaying monster loot when item.name in loot is used instead of item.id
- load also runes into spells table
- display plugin uninstall option only if its possible
- after changing template you will be redirected to the latest viewed page
- display gallery add image form only on main gallery page
- (internal) moved most of guilds html-in-php code to twig
- (internal) moved spells page to twig template
- (internal) removed useless spells.spell column that was duplicate of spells.words
- (internal) save monster loot in database in json format instead loading it every time from xml file
- (internal) store monster voices and immunities in json format
- (internal) moved buttons to separate template
- (internal) moved online search form to twig
- (internal) added new function getItemNameById($id)
- (internal) Moved plugin install logic to a new class: Plugins
- (internal) changed spells.vocations database field to store json data instead of comma separated
- (internal) removed $hook_types array, using defined() and constant() functions now
- (internal) removed useless monsters.gfx_name field from database
- (internal) renamed database field monsters.hide_creature to hidden
- (internal) renamed existing Items class to Items_Images
- (internal) optimized Spells class
- (internal) new function: OTS_Guild::hasMember(OTS_Player $player)
- (internal) new function: Forum::hasAccess($board_id)
MyAAC 0.6.1
- fixed signatures loading
- new configurable: session_prefix, to allow more websites on one machine (must be unique for every website on your dedicated server!)
- better error handling for monsters and spells loader (save errors to system/logs/error.log)
- check if file exist before loading (monsters and spells)
- (internal) Account::getAccess() = Account::getGroupId()
- (internal) moved account actions (pages) to account/ directory
- (internal) moved forum actions (pages) to forum/ directory
- (internal) moved forum.edit_post to twig templates