Description
Displays who joined or quit the guild, and who was promoted or demoted and the member who made this.
There´re two textformats simple and extended.
- simple: Just displays a quite simple text like "player1 promote player2 to rank".
- extended: This format uses one of five possible sentences for each action, to display the entry.
The sentences can be edited in locale/yourLanguage.php (deDE.php or enUS.php).
Changelog for version 2.3.1:
- Fixed a problem that no new data, would be added
- Fixed a problem that only data for the guild with id 1 are displayed.
- Now the addon trys on first load, to generate javascripts files for each locale file in the "guldhistory/locale" folder. So the correct javascript file for your language, could be loaded by roster and also cached. For this you should set whole "/addons/guildhistory" folder + subfolders to chmod 777 (all writeable).
- All static javascript files are now loaded by roster, so they will be cached
New features in version 2.3.0:
- Getting data by ajax, for a selected day (can be turned off in addon config)
- Added search function
- On updating data, new data will be added to the database without deleting old ones, except by the autopurge function (see next)
- Added an automatic purge function for addon data, even for greater guilds. You can set a period of month, were addon data will be saved, all other data will be deleted. (Default is never, so auto purge is off)
- Recode most of the original code
- Addon style are now more like roster style
- Editable font size in addon config
- Select default database sorting in addon config
Notice:
This Addon needs GuildProfiler >= 2.3.1 or the new WoWRoster-Profiler, because only in this versions the EventLogs will be saved to CharacterProfiler.lua. |
Change Log
2.3.1:- Fixed a problem that no new data, would be added
- Fixed a problem that only data for the guild with id 1 are displayed.
- Now the addon trys on first load, to generate javascripts files for each locale file in the \"guldhistory/locale\" folder. So the correct javascript file for your language, could be loaded by roster and also cached. For this you should set whole \"/addons/guildhistory\" folder + subfolders to chmod 777 (all writeable).
- All static javascript files are now loaded by roster, so they will be cached
2.3.0:- Getting data by ajax, for a selected day
- Added search function
- On updating data, new data will be added to the database without deleting old ones, except by the autopurge function (see next)
- Added an automatic purge function for addon data, even for greater guilds. You can set a period of month, were addon data will be saved, all other data will be deleted. (Default is never, so auto purge is off)
- Recode most of the original code
- Addon style are now more like roster style
|
|