1540
- Updated version
1539
- Fixed ROSTER_URL constant on machines with nonstandard http port
1538
- Reversed header change, baseurl now only prints when SEO is on
- Vault changes to look more like in-game
1537
- Fixing install.sh version ID
-- Next time make sure I have the config right...
1536
- Fixing install.sh version ID
-- Next time make sure I have the config right...
1535
- Fixing install.sh version ID
1534
- Fixing install.sh version ID
1533
Giving up
1532
-
1531
Shell installer
- Version tag again, this time with config set so it'll acutally expand
1530
shell install script
-- Added version tag
1529
Shell install script
- Some fixes thanks to diska
1528
Changed per-guild config tabs sorting
1527
- Upgraded tabcontent.js to v2.0
-- Tabs are initialized differently
--- OLD: initializetabcontent('id');
--- NEW: var id=new tabcontent('id');
--- id.init();
-- Tab Content Documentation:
http://www.dynamicdrive.com/dynamicinde ... liment.htmCharacter Info
- Changed spell tree tab to use tabcontent js and the look
- Fixed notice error with pets with no xp
- Removed % on pet resilience
- Possibly fixed the rendering error on character bonuses
1526
- Urlgrabber changes from poetter
-- We can reverse this if necessary
1525
Memberslist
- Fixed adding the setting on guilds with existing custom config
- Added realm name display with guild names
- Deleting custom guild configurations for nonexisting guilds
1524
- Data Management will actually delete guilds now
-- Also the delete guild button will show up if there is no character data
- Added "Enforce Rules" option in Main Settings and on the Upload Rules page (default on)
-- This will run the enforce rules function during an lua update if enabled
-- This is not coded yet, only the setting exists (need to find the perfect place to runt the function on an update)
1523
MembersList
- Added use_global switch to per-addon configs
-- This defaults to off for new per-guild config sets, and to on for existing ones on upgrade
1522
Config
- Some more fixes to support merging configurations
Memberslist
- Added per-guild config to the same page as normal config. There is a bit of ugly hacking going on to get the menu right, if anyone knows a better idea they're welcome.
1521
Config system
- Moved creation of the config object out of config.lib.php
- Moved some arguments to the constructor
- Changed the config_ prefix to a variable
Together this should make it possible to unite configuration from multiple places into one form.
1520
Memberslist
- Added SQL_ASSOC to array fetches into $guild structure
Main Javascript
- Added custom callback definition
- Added a callback to insert into a specific ID. Sorry about the complicated syntax.
1519
- Char-Info
-- Removed the percent sign on Resilience
- Officer and Guild passwords no longer need the old password entered to change
- Added define 'ROSTER_MAXQUESTS' to constants.php
- Bargraph in the menu did not have barnames[] urlencoded