Changes since svn[1555]
Check Rosterdiag to get the newest build
Or download the files in the first post
Or for advanced users, update via the svn
When making posts, please make sure you look at Rosterdiag to make sure none of your files are out of date. And get your version at the bottom of a Roster page.
------------------------------------------------------------------------
r1634 | pleegwat | 2008-02-06 12:39:17 -0600 (Wed, 06 Feb 2008) | 2 lines
Roster1 Trunk: 1.9.9.1634
- Updating version for beta push
------------------------------------------------------------------------
r1633 | Zanix | 2008-02-06 12:34:36 -0600 (Wed, 06 Feb 2008) | 2 lines
Roster 1.9.9 beta:
- Fixed notice error (ROSTER_PATH) in the installer
------------------------------------------------------------------------
r1632 | pleegwat | 2008-02-06 12:20:26 -0600 (Wed, 06 Feb 2008) | 2 lines
Roster1 Trunk: ${VERSION}
- Updating version for beta push
------------------------------------------------------------------------
r1631 | Zanix | 2008-02-06 02:01:00 -0600 (Wed, 06 Feb 2008) | 2 lines
Roster 1.9.9:
- Fix notice errors in RosterCP
------------------------------------------------------------------------
r1630 | Zanix | 2008-02-06 01:04:58 -0600 (Wed, 06 Feb 2008) | 2 lines
Roster 1.9.9:
- Goof in the auto beta push script
------------------------------------------------------------------------
r1629 | Zanix | 2008-02-06 00:41:51 -0600 (Wed, 06 Feb 2008) | 2 lines
Roster1 Trunk: ${VERSION}
- Updating version for beta push
------------------------------------------------------------------------
r1628 | Zanix | 2008-02-05 15:45:12 -0600 (Tue, 05 Feb 2008) | 3 lines
Roster 1.9.9 beta:
- Removed ROSTERLOGIN_(GUILD|OFFICER) defines
-- They are not needed
------------------------------------------------------------------------
r1627 | Zanix | 2008-02-05 00:51:40 -0600 (Tue, 05 Feb 2008) | 18 lines
Roster 1.9.9:
- Some code cleanup and standards
- Added addon version check to RosterCP
- Removed upgrade.php and install folder check, since they don't exist anymore
- Changed how SQL display is handled in the installer
- Fixed a notice error in config.lib.php when a config locale string doesn't has description text
- Changed &roster_debug=roster_debug for the url to just &rdebug
- Added login form to the Roster menu
- Updated auth checks on the lua update page
-- Password box will only show if your auth level is lower than one of the requirements for lua upload
-- Users logged in as Roster Admin will never see the password box
- Changed Roster auth a bit, it is now initialized in settings.php as Roster::auth ($roster->auth)
-- Added two more auth level (ROSTERLOGIN_*) defines
--- ROSTERLOGIN_OFFICER = for officer level
--- ROSTERLOGIN_GUILD = for guild level
-- You can manually set the form action with $roster->auth->set_action();
-- Basically just change all instances of $roster_login to $roster->auth and remove all instances of "new RosterLogin"
-- You can still initialize it yourself as well, in case you never want to update your code
------------------------------------------------------------------------
r1626 | Zanix | 2008-02-04 15:32:10 -0600 (Mon, 04 Feb 2008) | 2 lines
Roster 1.9.9 beta:
- Changes to lib/template.php to use full paths, not relative
------------------------------------------------------------------------
r1625 | poetter | 2008-01-31 09:01:26 -0600 (Thu, 31 Jan 2008) | 2 lines
trunk: functions.lib.php
- set stream_set_blocking to true. seems to not time out when false
------------------------------------------------------------------------
r1624 | poetter | 2008-01-31 08:26:52 -0600 (Thu, 31 Jan 2008) | 2 lines
trunk: update.lib.php
- replaced a next statement with continue (mixed up with perl)
------------------------------------------------------------------------
r1623 | poetter | 2008-01-31 05:12:49 -0600 (Thu, 31 Jan 2008) | 2 lines
trunk: item.php
- some more changes for enachant dectection
------------------------------------------------------------------------
r1622 | poetter | 2008-01-30 12:52:41 -0600 (Wed, 30 Jan 2008) | 3 lines
trunk: item.php
- improved scanning for enchants by a copy of tooltip without colored lines
-- see http://www.wowroster.net/Forums/viewtop ... html#31264
------------------------------------------------------------------------
r1621 | poetter | 2008-01-30 12:15:20 -0600 (Wed, 30 Jan 2008) | 2 lines
trunk: armory.class.php
- removed caching from armory.class.php
------------------------------------------------------------------------
r1620 | poetter | 2008-01-30 11:45:08 -0600 (Wed, 30 Jan 2008) | 2 lines
trunk: simpleparser.class.php
- initialized data holding vars on parse method. For multiple use of same parser instance
------------------------------------------------------------------------
r1619 | poetter | 2008-01-30 09:57:40 -0600 (Wed, 30 Jan 2008) | 2 lines
trunk: item.php
- resized gem icons to 10x10px
------------------------------------------------------------------------
r1618 | poetter | 2008-01-29 07:51:09 -0600 (Tue, 29 Jan 2008) | 3 lines
trunk: item.php
- implemented check of meta gem prerequisites
- added new string to locale files, gem_colors_to_en, tooltip_preg_meta_requires_min and tooltip_preg_meta_requires_more
------------------------------------------------------------------------
r1617 | pleegwat | 2008-01-29 06:21:25 -0600 (Tue, 29 Jan 2008) | 3 lines
Roster1 Trunk:
- Fix incorrect main name casing
------------------------------------------------------------------------
r1616 | poetter | 2008-01-29 04:59:56 -0600 (Tue, 29 Jan 2008) | 2 lines
trunk: item.lib.php
- implemented new preg_match for meta gem requirements
------------------------------------------------------------------------
r1615 | poetter | 2008-01-29 03:13:33 -0600 (Tue, 29 Jan 2008) | 2 lines
trunk: update.lib.php
- added code to skip armory tooltip lines on gems for source, boss and droprate.
------------------------------------------------------------------------
r1614 | Zanix | 2008-01-28 16:50:27 -0600 (Mon, 28 Jan 2008) | 2 lines
Roster 1.9.9:
- Fixed some double slashing in the file paths for $addon_data['conf_file'] and addon_data['search_file']
------------------------------------------------------------------------
r1613 | Zanix | 2008-01-28 15:08:49 -0600 (Mon, 28 Jan 2008) | 2 lines
Roster 1.9.9 beta:
- enUS.php escaped the last commit
------------------------------------------------------------------------
r1612 | Zanix | 2008-01-28 15:07:57 -0600 (Mon, 28 Jan 2008) | 3 lines
Roster 1.9.9 beta:
- Removed "Could not find guild in database. Please update members first." output when the myProfile[REALM]["Characters"] block does not exist or is not an array and the myProfile[REALM] block does exist
- Removed $lang['noGuild'] in the locale files since it is no longer used
------------------------------------------------------------------------
r1611 | pleegwat | 2008-01-28 11:55:33 -0600 (Mon, 28 Jan 2008) | 2 lines
Ditching smf diff.
------------------------------------------------------------------------
r1610 | pleegwat | 2008-01-28 08:28:58 -0600 (Mon, 28 Jan 2008) | 3 lines
Roster1 Trunk: Memberslist
- Honour if officer notes are turned off for the main listing. If alt detection uses officer notes and they're always invisible, I'll just have to yell at them before being able to debug.
------------------------------------------------------------------------
r1609 | pleegwat | 2008-01-28 08:10:00 -0600 (Mon, 28 Jan 2008) | 3 lines
Roster1 Trunk: MembersList
- Extended memberslist debug mode with match data.
------------------------------------------------------------------------
r1608 | pleegwat | 2008-01-28 04:59:17 -0600 (Mon, 28 Jan 2008) | 5 lines
Roster1 Trunk: Keys
- Changed the way reputation required is stored.
-- Old: Store a number 1-8 based on standing
-- New: Store the amout of reputation above or below Neutral 0/3000. I've seen this specific notation before, and wouldn't be surprised if it's what blizz uses internally.
------------------------------------------------------------------------
r1607 | pleegwat | 2008-01-28 02:39:13 -0600 (Mon, 28 Jan 2008) | 3 lines
Roster1 Trunk: Memberslist
- Fixed long-standing bug where the 'use global settings/don't use these per-guild settings' setting was deleted by the config system because guild 0 never exists.
------------------------------------------------------------------------
r1606 | Zanix | 2008-01-27 19:45:06 -0600 (Sun, 27 Jan 2008) | 2 lines
Roster 1.9.9:
- Missing </b> tag
------------------------------------------------------------------------
r1605 | Zanix | 2008-01-27 12:42:43 -0600 (Sun, 27 Jan 2008) | 5 lines
Roster 1.9.9:
- Removed the unnecessary hard coded translation in socketColorEn()
- Fixed ranged_dps during update, again
Keys:
- Added the reputation conversion for the other locales
------------------------------------------------------------------------
r1604 | pleegwat | 2008-01-27 07:20:15 -0600 (Sun, 27 Jan 2008) | 6 lines
Roster1 Trunk: Keys
- Coilfang Resevoir Heroic
- Keepers of Time Heroic
- Tempest Keep Heroic
-- Thanks diska
------------------------------------------------------------------------
r1603 | pleegwat | 2008-01-27 07:17:53 -0600 (Sun, 27 Jan 2008) | 4 lines
Roster1 Trunk: Keys
- Shattered Halls, Hellfire Citadel Heroic
-- Thanks diska.
------------------------------------------------------------------------
r1602 | pleegwat | 2008-01-27 07:11:14 -0600 (Sun, 27 Jan 2008) | 3 lines
Roster1 Trunk:
- Missed some lines when converting format
------------------------------------------------------------------------
r1601 | Zanix | 2008-01-26 12:31:16 -0600 (Sat, 26 Jan 2008) | 4 lines
Roster 1.9.9:
- Commented out local filename output in keys installer
- Coding standards on armory.class.php, simple.class.php, and simpleparser.class.php
- Changed realmstatus.php to use simpleParser
------------------------------------------------------------------------
r1600 | pleegwat | 2008-01-26 08:07:06 -0600 (Sat, 26 Jan 2008) | 4 lines
Roster1 Trunk:
- English AuchH, SL, Kara
-- Thanks Diska
------------------------------------------------------------------------
r1599 | pleegwat | 2008-01-25 17:00:32 -0600 (Fri, 25 Jan 2008) | 6 lines
Roster1 Trunk: Keys
- Added lockpicking on stage -1. Not added as a stage in the key defines.
Memberslist:
- Changed the passthrough for extra data I added for keys
-- Now only $DATA['passthrough'] is passed
------------------------------------------------------------------------
r1598 | pleegwat | 2008-01-25 15:52:12 -0600 (Fri, 25 Jan 2008) | 3 lines
Roster1 Trunk: Keys
- Stupid sql logic error. < instead of<=
------------------------------------------------------------------------
r1597 | pleegwat | 2008-01-25 09:27:53 -0600 (Fri, 25 Jan 2008) | 3 lines
Roster1 Trunk:
- Missed the install_enUS file
------------------------------------------------------------------------
r1596 | pleegwat | 2008-01-25 06:41:48 -0600 (Fri, 25 Jan 2008) | 4 lines
Roster1: Keys
- Moved key data to the database
- Rewrote the update procedure
------------------------------------------------------------------------
r1595 | poetter | 2008-01-24 22:38:07 -0600 (Thu, 24 Jan 2008) | 2 lines
Trunk: armory.class.php
- fixed url for region US
------------------------------------------------------------------------
r1594 | Zanix | 2008-01-24 15:57:48 -0600 (Thu, 24 Jan 2008) | 3 lines
Roster 1.9.9 beta:
- Added sql fix to version number change introduced in svn[1432]
-- Anyone upgrading from pre-1432 will not need to apply this fix
------------------------------------------------------------------------
r1593 | poetter | 2008-01-24 10:48:22 -0600 (Thu, 24 Jan 2008) | 2 lines
trunk: update.lib.php
- fixed missing closing bracket in line 3262
------------------------------------------------------------------------
r1592 | poetter | 2008-01-24 08:31:03 -0600 (Thu, 24 Jan 2008) | 7 lines
trunk: armory.class.php
- complete restructure of this class
- better code reuse
- implemented simple.class.php returns
- added simple.class.php
- added simpleparser.class.php
- implemented armory item search
------------------------------------------------------------------------
r1591 | Zanix | 2008-01-23 15:26:42 -0600 (Wed, 23 Jan 2008) | 3 lines
Roster 1.9.9 beta:
- Fixed invalid preg_match sting in functions.lib.php
- Fixed non numeric 'ranged_dps' during CP.lua upload
------------------------------------------------------------------------
r1590 | Zanix | 2008-01-23 15:05:02 -0600 (Wed, 23 Jan 2008) | 2 lines
Roster 1.9.9 beta:
- RosterCP pages will now honor the values set by $roster->output
------------------------------------------------------------------------
r1589 | Zanix | 2008-01-23 13:59:10 -0600 (Wed, 23 Jan 2008) | 2 lines
Roster 1.9.9 beta:
- File not versioned
------------------------------------------------------------------------
r1588 | Zanix | 2008-01-23 13:58:35 -0600 (Wed, 23 Jan 2008) | 2 lines
Roster 1.9.9 beta:
- File not versioned
------------------------------------------------------------------------
r1587 | Zanix | 2008-01-23 13:55:00 -0600 (Wed, 23 Jan 2008) | 2 lines
Roster 1.9.9 beta:
- Fixed tabs in character speelbook, character pets, and guildvault so they no longer display incorrectly in IE
------------------------------------------------------------------------
r1586 | pleegwat | 2008-01-22 09:22:43 -0600 (Tue, 22 Jan 2008) | 3 lines
Roster1 Trunk
- Syntax error with SQL window in normal on mode.
------------------------------------------------------------------------
r1585 | pleegwat | 2008-01-22 01:54:46 -0600 (Tue, 22 Jan 2008) | 4 lines
Roster1 Trunk: MySQL
- Added extended SQL window mode.
-- This will aprint() the results of a DESCRIBE on every query. Only useful for performance debugging. Is not forced on by the beta-only debug force, or the post-beta debug urlswitch
------------------------------------------------------------------------
r1584 | zeryl | 2008-01-21 14:05:01 -0600 (Mon, 21 Jan 2008) | 1 line
Roster 1x: Install.sh: Modified svn url for new server setup
------------------------------------------------------------------------
r1583 | pleegwat | 2008-01-21 12:58:09 -0600 (Mon, 21 Jan 2008) | 5 lines
Roster1: Keys
- Fixed some display bugs
Memberslist:
- Optimized SQL
------------------------------------------------------------------------
r1582 | pleegwat | 2008-01-11 15:13:42 -0600 (Fri, 11 Jan 2008) | 3 lines
Roster1 Trunk: Keys
- Fixed some syntax errors
------------------------------------------------------------------------
r1581 | pleegwat | 2008-01-11 14:57:57 -0600 (Fri, 11 Jan 2008) | 3 lines
Roster1 Trunk: Keys
- Added the update.hook
------------------------------------------------------------------------
r1580 | pleegwat | 2008-01-11 10:00:02 -0600 (Fri, 11 Jan 2008) | 4 lines
Roster1 Trunk: Keys addon
- Rewritten to collect key status on upload, and use memberslist for output
-- Needs tuning, but it's 5 PM
------------------------------------------------------------------------
r1579 | pleegwat | 2008-01-10 07:02:48 -0600 (Thu, 10 Jan 2008) | 3 lines
Roster1 Trunk:
- Upped the version number because I want to be able to see if people have that last commit
------------------------------------------------------------------------
r1578 | pleegwat | 2008-01-10 07:02:01 -0600 (Thu, 10 Jan 2008) | 6 lines
Roster1: Installer
- Fixed a SQL error in the install SQL
-- Character set goes before NULL setting
- Fixed a logic error in the install templates
-- Install messages generated earlier overwrote the error message
------------------------------------------------------------------------
r1577 | Zanix | 2008-01-09 13:09:16 -0600 (Wed, 09 Jan 2008) | 7 lines
Roster 1.9.9 beta:
- Added full urls for auto select lists in pvplog, quest list, and the select list in the menu since IE doesn't honor <base url="" /> when using JS to re-direct the url
- Removed id= elements and <label for=""> in quest list search
-- The id= ends up being the same in the menu when viewing the search page and causes html errors
- Removed the double tab indenting in search.php
- Removed the loadxmldoc call on the search button, probably left there by accident
- Fixed typo in header.html
------------------------------------------------------------------------
r1576 | pleegwat | 2008-01-09 07:01:33 -0600 (Wed, 09 Jan 2008) | 5 lines
Roster1 Trunk:
- Readding <base> tag for non-seo.
-- This was removed because the url in the <base> tag did not contain the custom port number (if any), but that issue got a proper fix shortly after this workaround was inserted.
-- The <base> tag is needed in non-seo because SEO urls provide the right page even if it's off in roster, as long as the server supports SEO. Also, the first page visited after turning SEO off would always still be on a SEO url.
------------------------------------------------------------------------
r1575 | Zanix | 2008-01-08 19:38:36 -0600 (Tue, 08 Jan 2008) | 5 lines
Roster 1.9.9:
- Fix to urlgrabber() to allow fsock to timeout properly
-- http://www.wowroster.net/Forums/viewtopic/t=4852.html
- Fix for armory.class.php for Armory maintenance mode
-- http://www.wowroster.net/Forums/viewtopic/t=4853.html
------------------------------------------------------------------------
r1574 | Zanix | 2008-01-08 11:18:15 -0600 (Tue, 08 Jan 2008) | 2 lines
Roster 1.9.9 beta:
- Added one more case for realm population for the US realm status feed, offline
------------------------------------------------------------------------
r1573 | anaxent | 2008-01-07 17:39:15 -0600 (Mon, 07 Jan 2008) | 1 line
I have just added the item search form which I still need to build the query's for
------------------------------------------------------------------------
r1572 | Zanix | 2008-01-07 11:30:53 -0600 (Mon, 07 Jan 2008) | 2 lines
Roster 1.9.9 beta:
- Active=false fix for addon upgrades
------------------------------------------------------------------------
r1571 | Zanix | 2008-01-07 11:23:49 -0600 (Mon, 07 Jan 2008) | 2 lines
Roster 1.9.9 beta:
- Ok, last realmstatus.php commit, I promise
------------------------------------------------------------------------
r1570 | Zanix | 2008-01-07 11:21:58 -0600 (Mon, 07 Jan 2008) | 2 lines
Roster 1.9.9 beta:
- Forgot a break; in realmstatus.php
------------------------------------------------------------------------
r1569 | Zanix | 2008-01-07 11:17:29 -0600 (Mon, 07 Jan 2008) | 2 lines
Roster 1.9.9 beta:
- Forgot a bracket ] in realmstatus.php
------------------------------------------------------------------------
r1567 | Zanix | 2008-01-05 14:45:41 -0600 (Sat, 05 Jan 2008) | 4 lines
Roster 1.9.9:
Realmstatus
- Added config for recommended and full colors for EU realms
-- Added locale strings for recommended and full realms
------------------------------------------------------------------------
r1566 | Zanix | 2008-01-05 14:31:12 -0600 (Sat, 05 Jan 2008) | 2 lines
Roster 1.9.9:
- realmstatus fix for EU realms
------------------------------------------------------------------------
r1565 | Zanix | 2008-01-05 14:05:17 -0600 (Sat, 05 Jan 2008) | 3 lines
Roster 1.9.9:
- frFR local fix
-- http://www.wowroster.net/Forums/viewtopic/t=4021.html
------------------------------------------------------------------------
r1564 | pleegwat | 2008-01-04 07:52:01 -0600 (Fri, 04 Jan 2008) | 4 lines
Roster1 Trunk: Login
- Changed the 'admin-only' login level for a constant
-- vault has guild level hardcoded. I need to ponder what the best course of action there is. If we are going to add login options to a lot of stuff we may want to have it in the menu box somewhere.
------------------------------------------------------------------------
r1563 | pleegwat | 2008-01-04 07:45:56 -0600 (Fri, 04 Jan 2008) | 3 lines
Roster1 Trunk: Login
- Changed the API. The access level to be checked is now passed to the access check function. This should allow login classes that are not level based.
------------------------------------------------------------------------
r1562 | pleegwat | 2008-01-04 07:31:51 -0600 (Fri, 04 Jan 2008) | 3 lines
Roster1 Trunk: GuildBank, GuildInfo, Professions, Keys addons
- Added global access control to these addons.
------------------------------------------------------------------------
r1561 | pleegwat | 2007-12-28 08:49:49 -0600 (Fri, 28 Dec 2007) | 3 lines
Roster1 Trunk: Framework
- Changed the error message if no default guild is set
------------------------------------------------------------------------
r1559 | pleegwat | 2007-12-24 04:09:52 -0600 (Mon, 24 Dec 2007) | 3 lines
Roster1 Trunk: MainJS
- Fixed space indenting
------------------------------------------------------------------------
r1558 | Zanix | 2007-12-24 01:36:19 -0600 (Mon, 24 Dec 2007) | 2 lines
Roster 1.9.9:
- Added error alert on empty xml response for ajax
------------------------------------------------------------------------
r1557 | Adric | 2007-12-21 23:41:23 -0600 (Fri, 21 Dec 2007) | 4 lines
Roster 1.9.9 - Trunk - Added a Wrapping Div to the Roster so when people style roster or put roster in their own page, it won't mess up the font or font colours...
Notes - Vault - Tab Display is fragged on IE... I fixed it, but then FF and Safari don't work, so I put it back.
------------------------------------------------------------------------
r1556 | Zanix | 2007-12-21 16:15:41 -0600 (Fri, 21 Dec 2007) | 3 lines
Roster 1.9.9 beta:
- Applied fix for mysql not liking similar names in the database
-- http://www.wowroster.net/Forums/viewtopic/t=4758.html
------------------------------------------------------------------------