Skip to content

Releases: slawkens/myaac

MyAAC 0.7.3

18 Dec 23:08
Compare
Choose a tag to compare
  • 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

13 Dec 18:18
Compare
Choose a tag to compare

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

20 Nov 17:09
Compare
Choose a tag to compare
  • 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

22 Oct 21:39
Compare
Choose a tag to compare
  • 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

21 Oct 02:33
Compare
Choose a tag to compare
  • fixed displaying custom pages added in admin panel
  • fixed adding new group forum board
  • fixed guild create link

MyAAC 0.6.4

20 Oct 20:18
Compare
Choose a tag to compare
  • reverted OTS_Account::getLastLogin() cause its used by tibia11-login plugin

MyAAC 0.6.3

20 Oct 19:19
Compare
Choose a tag to compare

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

20 Oct 16:29
Compare
Choose a tag to compare
  • 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

17 Oct 21:18
Compare
Choose a tag to compare
  • 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

MyAAC 0.6.0

16 Oct 15:24
Compare
Choose a tag to compare

Changelog:

  • added faq management - add/edit/move/hide/delete from website
  • new account.login view for tibiacom template
  • monsters and spells are now being loaded at the installation of the AAC
  • fix for php versions under 5.5 where empty() function supported only variables
  • added missing change email and change info buttons to account.management default template
  • added new indicator icons for create account, create character and change character name
  • fixed config loader when some inline comments are present
  • fixed editing page in admin panel that contains some html code
  • fixed forum new post on mac os and some specific mysql versions
  • attempt to fix incorrect views counter behavior (its resetting to 0 in some cases)
  • enabled cache http headers for signatures
  • check if monster file exist before loading it
  • fixed if plugin zip file name contains dot (.)
  • renamed screenshots to gallery and movies to videos
  • moved install pages to twig
  • fixed Account::getGuildAccess function
  • removed never used library from sources - dwoo
  • moved check_* functions to class Validator
  • from now all validators ajax requests will fire onblur instead of onkeyup
  • ajax requests returns now json instead of xml
  • added 404 response when file is not found