phpRaider - Raid management made easy!

v1.0.10 - May 27, 2010

  • [NEW]Added option to show SQL execution plans if phpRaider is in debug mode and the setting '$pConfig['db_show_plan']=1;' is added to the configuration.php file.
  • [FIX]SMF authentication didn't work with new users.
  • [FIX]phpRaider shouldn't give you a database error anymore when creating or editing a character without a guild.
  • [FIX]Added the missing signed-up by comment.
  • [FIX]Removed a warning from com_characters.
  • [FIX]More php 5.3 warning fixes.
  • [FIX]phpRaider shouldn't give you SQL error in com_view if you have configured your game with Multi Classes.

v1.0.9 - May 3, 2010

  • [NEW]Joomla 1.5 authentication support.
  • [NEW]Added jQuery to phpRaider.
  • [NEW]Added option for raid admins to signup other people (if your template supports it).
  • [NEW]When a raid is expired, it will no longer be possible change signups.
  • [NEW]Added warning when removing a signup.
  • [FIX]Removed the warnings when creating new attributes and a game wasn't configured.
  • [FIX]Hopefully fixed the raid not showing at the start/end of the month.
  • [CHANGE]If a raid is frozen, then it will no longer be possible for normal users to change their signup.
  • [CHANGE]The change role icon also makes it possible to change character.
  • [CHANGE]Updated Smarty to latest version.
  • [CHANGE]Updated TinyMCE to 3.3.2 (jQuery version).
  • [CHANGE]Removed the 3rd party popup calendar and replaced it with jQueryUI Datepicker with a custom phpRaider template.
  • [FIX]Shouldn't complain about column "PHPSESSIONID" anymore.
  • [FIX]Better error checking when uploading game.
  • [NEW]Added support to load language file pr. component (language/componentname_language.php).
  • [CHANGE]Raidtemplates can contain start and invite time.
  • [CHANGE]Changed the value in the raid view for toal to be confirmed + available and changed the english text to "Total available".
  • [FIX]SQL generated by the backup routine is now properly escaped, so it can be run directly in MySQL
  • [CHANGE]Backported Min and Max level checking for adding characters.
  • [CHANGE]Backported range check for "Raider limit", "Minimum level" and "Maximum level" if the limits are defined in the configuration.
  • [CHANGE]Removed unused database fields: gender_icon and permission_id
  • [FIX]phpRaider should not jump out of an IFrame when selecting raid template.
  • [FIX]phpRaider will now set expired correctly when editing a raid
  • [FIX]Hopefully fixed the table closing for the "Not Available" list in raid view.
  • [FIX]isExpired didn't return the result.
  • [FIX]phpRaider is now compatibile with MySQL 5.x in strict mode.
  • [FIX]Fix for SMF 1.1.x escaping $_POST when magic_quotes are off.
  • [FIX]Added code to strip slashes from the result data if magic_quotes_runtime is set to true.
  • [FIX]Fixed warnings when running phpRaider with php 5.3
  • [FIX]Backported fix for CURL problems with php >= 5.2.10
  • [FIX]Changed the RSS builder to use htmlspecialchars and utf8_encode instead of htmlentities. The feed is also marked as UTF-8 when it's sent.
  • [FIX]phpRaider will now URL encode to the class names, attribute names and race names when generating image URLs.
  • [FIX]Added database name escaping to fix illegal database names in the queries.
  • [FIX]Fixed the foreach warning if user have defined no roles for the raid, however no chars will be shown if there are no roles defined.
  • [FIX]Fixed debug information not shown.
  • [FIX]Corrected database class name in help.php.

v1.0.8a - January 27, 2009

  • [FIX]Reset MySQL back to serverdefault after using phpBB3 integration. This will fix the UTF-8 problems when trying to add data to the database.
  • [FIX]Fixed javascript generation when races and classes aren't sorted or in sequence.
  • [FIX]Fixed the problem with the phpBB2 integration. Seems phpRaider and phpBB2 had the same data object.
  • [FIX]Rewrote calendar code, so it doesn't need the PHP calendar functions anymore.

v1.0.8 - January 12, 2009

  • [NEW]Basic vBulletin authentication backported from 1.1.0.
  • [NEW]Basic Joomla 1.0.x authentication backported from 1.1.0.
  • [NEW]Added a check to make sure it's not possible to confirm more people than raid max.
  • [NEW]Added a check to make sure people can't confirm themselves if the role they're rigned up with is full. This can however be overridden by officers.
  • [NEW]When creating a new raid, minimum level, maximum level and max raiders are filled in with the default values from the configuration.
  • [FIX]Two typos in the stylesheet.
  • [NEW]DB object now uses fully qualified tablenames.
  • [NEW]Otimized the queries for the raid view page so fewer queries are needed.
  • [FIX]Fixed the check for latest version so configuration doesn't say you have the latest version when it's unable to determine latest version.
  • [CHANGE]Changed the "Auto queue signups" text in the configuration to "Disallow signup as Confirmed" as people thought that was better.
  • [SECURITY]Fixed potential SQL injection in the login function if using phpRaider authentication.
  • [SECURITY]Fixed potential SQL injection in the delete functions of the modules.
  • [NEW]Added check for the value of Register Global in the installer.
  • [FIX]Added nummeric check for attributes and raid limits.
  • [SECURITY]Removed the code to extract all HTTP GET variables. Only option, task and id are automatically extracted. All modules are responsible for the rest of the needed variables themselves. WARNING: This might break 3rd party modules.
  • [FIX]The plugin loader only loads plugins from the plugin directory now.
  • [NEW]Replaced the 3rd party calendar component with new phpRaider code.

v1.0.7b - May 29, 2008

  • [SECURITY]Disabled direct access to the auth methods.
  • [FIX]Added utf8_decode on all data extracted from phpBB3.
  • [FIX]Fixed corrupt SQL when backing up multiple tables at the same time.
  • [NEW]Added check for MySQL version >= 4.1 in the installer.
  • [FIX]Updated documentation to show that MySQL 4.1 is needed.
  • [FIX]Registration in French localization.
  • [FIX]Raid owner gets the right 'edit_subscriptions_any' on own raids.

v1.0.7a - April 21, 2008

  • [FIX]Fixed nesting of canceled signups.
  • [FIX]Edit Own Raids made it possible to take over other people's raids.
  • [FIX]View members permission security issue.
  • [FIX]Properly filtering user input for safety.
  • [FIX]removed the escaping from the ajax tooltips.
  • [NEW]Added check to see if session.save_path is configured and if the path is writeable to the installer.
  • [NEW]Added option to write a comment from the signup form.
  • [FIX]The mythical com_users added. Same functionality as the old phpRaid one.
  • [FIX]Switched from LIKE to = when checking if a user allready exist during registration
  • [FIX]Fixed for 'template' variable beeing emptied when submitting a raid using a raid template.
  • [NEW]Added redirect support to the signup form
  • [CHANGE]Added redirect back to raidview if signing up from the raidview
  • [FIX]Fixed problem with resubmitting a raid after validation fail.
  • [CHANGE]Rights changes. Rights should now do what the help text tell you it does.
  • [CHANGE]Changed most text from Available to Approve(d) which is what they actually are. People in the queue are available for the raid.
  • [FIX]Fixed the "allready defined SMF" error
  • [FIX]Hopefully fixes so that bots won't register on phpRaider when using phpBB3 auth module
  • [FIX]Fixed raids no showing up on the calendat last day of the month
  • [NEW]Added optional parameter $pConfig['db_newlink'] to instancing the db object as a new link
  • [CHANGE]Updated french language by Ulushyu
  • [NEW]Added support for the option 'enable_tiny' to turn on and off javascript editor. Default is on. Just add $pConfig['enable_tiny']=0; to your configuration.php to turn it off.
  • [CHANGE]Added support for plural translations. If $pLang['item_plural'] exist, use that, if not the old way with $pLanf['item'].$pLang['plural']
  • [FIX]Lots of variable warning fixes
  • [FIX]Fixed the role font color output
  • [FIX]Calendar not going back to current month when signing up for a raid in another month

v1.0.7 - October 12, 2007

  • [FIX]timediff uses $pLang['plural'] instead of the hardcoded 's'
  • [FIX]Added Default '0' for use_icon and use_name columns in the raid table to fix problems with MySQL server setup in strict mode
  • [FIX]RSS feeds generated are now valid RSS 2.0 feeds. Dates may still be wrong on some php versions
  • [FIX]Fixed non-administrator users can't delete their own characters, see http://phpraider-trac.cvsdude.com/phpraider/ticket/65
  • [FIX]Fixed the join in the query in com_groups to use configured prefix
  • [CHANGE]Updated TinyMCE to latest version (2.1.2) from 2.0.6.1
  • [FIX]Memeber count on the groups are now correct.
  • [FIX]Fixed installation of smf auth when magic_quotes are set to off
  • [FIX]Set the default smf urls to point at the same as the server in the installation
  • [FIX]Renamed the session variable 'email' to 'user_email' in the SMF module, like the other authentication methods
  • [FIX]Character comment popup in raid details page only available to the character owner, as the rest of the code checks
  • [NEW]It's now possible to exclude one or more roles from signing up by not entering a value in the limit field
  • [FIX]Fixed the error where newly created attributes isn't editable on existing characters
  • [FIX]Unknown table 's' in where clause, see http://phpraider-trac.cvsdude.com/phpraider/ticket/26 and http://phpraider-trac.cvsdude.com/phpraider/ticket/44
  • [FIX]Fixed the password reset problem with lost password
  • [FIX]Fixed the error where you can't change roles if roles aren't defined in the raid_template (older templates than 1.0.3) or if a raid was created without role limits
  • [FIX]Paging fixed,see http://phpraider-trac.cvsdude.com/phpraider/ticket/19
  • [FIX]Removed start_time and invite_time from the raid_templates table to fix problems with MySQL 5 in strict mode
  • [FIX]Fixed timezone beeing overwritten when php is configured with register_globals = On
  • [FIX]Fixed alot of warning messages for uninitialized variables
  • [FIX]$_SESSION['email'] changed to $_SESSION['user_email'] so it's the same as everywhere else
  • [NEW]Added configuration option to swich between sunday and monday as first day of the week
  • [FIX]Fixed a minor cosmetic bug with formatText()
  • [NEW]phpraider_announcements now uses MySQL timestamps
  • [FIX]Added missing SQL files for 1.0.5 and 1.0.6
  • [FIX]Added type="text/javascript" for the javascript declaration to be compatible with the html standards
  • [FIX]Fixed missing end tag for the submit input in the roleselect popup

v1.0.6 - September 09, 2007

  • [FIX] Fixed anonymous access (anonymous users will be able to view raids)
  • [FIX] Added signup icon information when viewing a raid
  • [FIX] Removed unnecessary ID check when viewing a raid
  • [FIX] Fix for raid time/date display discrepencies
  • [FIX] Added generErrorHeader and raIconError localizations
  • [FIX] Changed the printError function to include a generic error header and added a line break (
    ) after output
  • [FIX] Fix for AJAX tooltips not caching data (Subxero)
  • [FIX] Added error output if game directory does not exist but is saved in database
  • [FIX] Fix for previous months not showing correctly on calendar
  • [FIX] Fix for pagination when viewing members, see http://phpraider-trac.cvsdude.com/phpraider/ticket/8
  • [FIX] Added $pLang['month'] to the translation, to get rid of the warnings from functions.date.php (BoaConstrictor)
  • [FIX] Fix for division by zero error in view.php line 60, see http://phpraider-trac.cvsdude.com/phpraider/ticket/6
  • [FIX] Changed deletion permission check logic.
  • [FIX] When deleting a character signups weren't being removed.
  • [FIX] Fix for CheckOwn function not returning proper ProfileID in rare cases
  • [FIX] Fix for php warning messages (multiple). (BoaConstrictor)
  • [FIX] Fix for not able to create a raid when using phpbb3 as authentication. (BoaConstrictor)
  • [FIX] Added blank SQL files for 1.0.3 and 1.0.4 for usage when upgrading.

v1.0.3 - August 28, 2007

  • [SECURITY] Made a change to phpBB2 and phpBB3 when determining if a profile exists
  • [NEW] AJAX tooltips on definitons page to show class/race restrictions
  • [NEW] Added AJAX tooltips on frontpage to GREATLY reduce queries and still display loads of information
  • [NEW] Detect zip support on the server and give manual instructions for game installation if not enabled. (Boa Constrictor)
  • [NEW] Added a VERY BETA SMF authentication. An alternative by Korpus is available on the forums (Do not ask for support on this, yet).
  • [NEW] Having acquired a bit more SQL knowledge the raid page has had an overhaul and is more efficient
  • [NEW] Templates now recall role limits
  • [FIX] Fix for history showing created raids rather than ones signed up for (Subxero)
  • [FIX] Fixed an issue with profile.php not checking the current password vs stored password when making changes
  • [FIX] Multiple signup bugs were squashed.
  • [FIX] Fixed a DB query when creating a new template
  • [FIX] Zip files doesn't work with PHP v<5.0. (Boa Constrictor)
  • [FIX] Blank timestams gives error messages in a windows environment. (Boa Constrictor)
  • [FIX] Default URL set to 'http://localhost/phpraider' by the installer. (Boa Constrictor)
  • [FIX] Persistent DB setting not saved when not choosen. (Boa Constrictor)
  • [FIX] Setup saves "weird" variables if session variable was allready filled before installation stated. (Boa Constrictor)
  • [FIX] Multiclasses doesn't work with roster. (Boa Constrictor)
  • [FIX] Choosing template doesn't stick in configuration. (Boa Constrictor)
  • [FIX] phpbb2 auth working when register_globals is on. (Boa Constrictor/wenahs/Agamennon)
  • [FIX] Div installation cleanups. (Boa Constrictor)
  • [FIX] Class select javascript error if definitions isn't ordered in the database. (Boa Constrictor/Seether)
  • [FIX] Guild and sex not remembered when editing a character (Subxero/Boa Constrictor)
  • [FIX] Really fixed the class select javascript error if definitions isn't ordered in the database. (Boa Constrictor/Seether)
  • [FIX] Fix for 'SELECT profile_id FROM phpraider_raid WHERE raid_id=' (Iluvatar/Boa Constrictor)
  • [FIX] Changing roles only affects the first person of that role, not the selected person (Felkin)
  • [FIX] Autoqueue fix when autoqueue wasn't selected and removed the 'approved' signup option if autoqueue was selected and user doesn't have admin rights for the raid. (Iluvatar/Subxero/Boa Constrictor)
  • [FIX] Character class gets wrong on signup. (Boa Constrictor)
  • [FIX] Warning for uninitialized $_POST['comment'] in signup.php. (Boa Constrictor)
  • [FIX] Division by zero fix for the raid details page for when the seconds reaces 0 and when someone set up a raid without limits. (Boa Constrictor/Ragowit)
  • [FIX] Corrected count in the tooltip on the frontpage. (Subxero/Boa Constrictor)
  • [FIX] Removed some joins that was not needed from the queries on the frontpage. (Boa Constrictor)
  • [CHANGE] Configuration updates now use REPLACE INTO. (Boa, modified by me)
  • [CHANGE] Made the queries in functions.raid.php use aliases, so it's more readable. (Boa Constrictor)

v1.0.2 - July 25, 2007

  • [SECURITY] All $_GET and $_POST variables are sanitized automatically.
  • [NEW] I've rewritten the README.html file to include better descriptions of how to install and setup your new raid manager. IF YOU ASK A QUESTION ON THE FORUMS THAT IS ANSWERED IN THE README I WILL NOT ANSWER YOU AND WILL MOST LIKELY THINK VERY NASTY THOUGHTS ABOUT YOU!
  • [NEW] Installer process has been greatly simplified and been given a larger brain :D
  • [NEW] All roles will be shown when viewing a raid except those with a raid limit of 0. (Thanks Mordon)
  • [NEW] A new database structure has been implemented. All previous SQL queries will be changed to the new format in time and all new SQL queries will use the new format. The new format provides greater customization as well as increased security.
  • [CHANGE] Tooltips on the frontpage have received a makeover
  • [CHANGE] Viewing a raid has received a very sexy makeover
  • [FIX] Templates will no longer recall the date, start, and invite times
  • [FIX] Raids on the main page will only query the database for the previous month
  • [FIX] Multiple cancellations should appear correctly, now.
  • [FIX] Fixed a DST issue when viewing raids.
  • [FIX] When switching a role in raid view you will no longer see duplicate roles.

v1.0.1 - July 10, 2007

  • [FIX] Several IIS fixes for the installation file (Thanks BoaConstrictor).
  • [FIX] Role signup fixed.
  • [FIX] An invalid login followed by a valid login will no longer produce an error.
  • [FIX] Fixed a bug with a SQL error when not logged in.
  • [FIX] Fixed a bug with role changing when viewing a raid.
  • [NEW] Added permission 'edit_members_any' and included the ability to delete member profiles.
  • [CHANGE] Changed the unzip function when installing new games (Thanks Mordon).

GOLD - July 04, 2007

  • [NEW] You can not create a raid until a game file is installed.
  • [NEW] Reduced the query count of the main page while implementing new tooltip information.
  • [CHANGE] The install/upgrade process has been changed slightly in an attempt to make it easier to understand.
  • [FIX] Freeze time will no longer show on raid tooltip if freezing is disabled.
  • [FIX] Roles not being used (limit of 0) will no longer show in signups or role swaps. (Mordon, tweaked by me).
  • [FIX] Install now properly setups the configuration_auth file for phpBB authentication.

RC10 - July 01, 2007

  • [SECURITY] Fixed a security issue with $task, $option, and $id not being verified before being used in index.php.
  • [NEW] Added another method for getting phpRaider update information (Mordon).
  • [NEW] Raids will automatically be marked as old (Mordon, tweaks by me).
  • [NEW] Tooltips show freeze time.
  • [FIX] Fixed the nasty signup bug.
  • [CHANGE] Tooltips show multiclass information (Mordon).

RC9 - June 28, 2007

  • [NEW] Added a new backups feature.
  • [NEW] Added a new authentication template. You can now configure all authentication methods via the configuration page.
  • [NEW] Added javascript popups for editing comments and signing up.
  • [CHANGE] Many template changes. Mostly cosmetic.
  • [FIX] Timezone on signups displays properly (Thanks Mordon)
  • [FIX] Fixed an issue with role limits while using a space.

RC8 - May 19, 2007

  • [NEW] phpBB2 authentication has been implemented.
  • [NEW] Added a new language handler.
  • [NEW] Multiclassing has been implemented.
  • [NEW] Added a few nifty icons to the footer template. Please don't remove them :D
  • [NEW] RSS feed is now available and displays announcements as well as upcoming raids.
  • [NEW] Users now have a profile where they can change their email and password. (more to come)
  • [NEW] A "lost password" function has been implemented.
  • [NEW] Added roles
  • [NEW] You can move signups around individually when viewing a raid
  • [NEW] A game installation system has been implemented and can be accessed via the configuration panel near the game selection. See below for information on how it works.
  • [NEW] Various e-mailing features have been implemented. More to come in the future.
  • [CHANGE] Multiple changes to signups via checkboxes have been temporarily disabled.
  • [CHANGE] Added a date picker to the main calendar
  • [CHANGE] When editing a comment you now get the WYSIWYG editor
  • [CHANGE] Signups are now limited by role type rather than class. If there is a great demand I can add class restrictions in the future (not anytime soon)
  • [CHANGE] Invalid logins will now display an error message
  • [FIX] Help files work when you click the ?
  • [FIX] Fixed a menu display error with FireFox (and it doesn't break in IE either)
  • [FIX] Selecting cancel after a delete will now cancel the action in IE.
  • [FIX] Fixed a bug where languages were not being loaded properly.
  • [FIX] Removing a character from a raid will now properly remove them from that raid only.
  • [FIX] When creating a raid templates will be sorted by name.
  • [FIX] Fixed a bug with cancelling a signup while queued.
  • [FIX] Fixed a few authentication bugs found while implementing the new authentications.
  • [FIX] Fixed a small bug with the configuration update check.
  • [FIX] Fixed an issue with incorrect dates on the frontpage. (thanks Vexley)
  • [FIX] Fixed an issue with freeze checks on raids. (thanks Vexley)
  • [REMOVE] Removed plugin_events (wasn't being used).
  • [DATABASE] Added table 'subclass' with fields 'character_id' and 'class_id'.
  • [DATABASE] Added the 'role' table with fields 'role_name' and 'role_id'
  • [DATABASE] Added field 'role_id' to table 'signups'
  • [DATABASE] Added field 'class_color' to table 'class'
  • [DATABASE] Changed field 'class_id' to 'role_id' in table 'raid_limits'
  • [BUG] Editing a character will not display all subclasses.

Game Installation System

I have implemented a new system that allows new games to be installed with no hassle on the user end. The downloads page at http://www.phpraider.com/ will now have a subfolder with game types. In order to install your server must have ZIP support enabled (enabled by default on most systems) and you must have access to the configuration page. By the game type you will see an "Install New" link. Click the link, select the zip file, and hit submit. All images will be copied to the correct location and the database file will be executed which includes the game definitions, roles, attributes, and genders. Afterwards, you must select the game in the game dropdown box and save the configuration changes.

Adding a new game is simple. Extract the WoW_Alliance or WoW_Horde files to see the directory structure as well as the install.sql file. Create a local directory structure with the new game that matches the structure of the WoW files. Extract the database information (phpMyAdmin works great) and ZIP the file. You can either post the game file on the forums or email it to me and once it's verified I will add it to the official game list.

New Role System

Due to the changes to signups and roles all previous raid signups will not function with RC8. If you use RC7 in a raid enviornment I suggest waiting until ALL current raids have passed until upgrading to RC8.

RC7 - April 09, 2007

  • [NEW] Member module has been implemented.
  • [NEW] Added a bit of information about the raid when viewing a raid.
  • [NEW] Users can now cancel their own signups.
  • [NEW] Users can now edit their own comments.
  • [FIX] Report max works correctly, really this time.
  • [FIX] Attributes will now display properly when editing a character.
  • [FIX] Fixed an issue where editing options were showing up for characters users didn't own.
  • [FIX] Fixed signups not placing signups in queue when the class was full.
  • [FIX] Fixed a menu display issue with Internet Explorer.
  • [FIX] Fixed the buttons for cancelled signups when viewing a raid.
  • [FIX] Apostrophe's should no longer break tooltips.
  • [FIX] Templates should no longer cut off the description
  • [CHANGE] Changed the description field in the raid_templates table to TEXT from VARCHAR(45)
  • [CHANGE] Timezones have been reworked again. Only system times will be modified by timezones. Anytime you put for raids will be saved and displayed as that time.
  • [DATABASE] Added class_id to the signups table.

RC6 - March 30, 2007

  • [NEW] Update checker has been implemented and can be seen in the configuration.
  • [NEW] The help file has been implemented. Clicking any "?" icons will bring up a window with a description of what that item does.
  • [CHANGE] Removed the "delete_characters_any" permission set as it was not being used.
  • [CHANGE] Removed the "delete_characters_own" permission set as it was not being used.
  • [CHANGE] Moved the "edit_characters_own" permission set to the "Member profiles" permission group.
  • [FIX] When creating a raid the icon name wasn't being stored properly.
  • [FIX] When using a template the default icon is selected properly.
  • [FIX] Timezones have been modified slightly to be more clear. When you create a raid create it with the server timezone. Additionally, you have the option of setting the timezone difference in configuration to whatever the offset of your local time is. If you just want to use server time for everything then set it to 0.
  • [NEW] Added localization for hours.

RC5 - March 21, 2007

  • [NEW] Raid history has been implemented and will show all raids you have signed up for. You can access it via My Profile -> Raid History.
  • [NEW] Added timestamps to signups on the view raid page.
  • [NEW] Added documentation on creating classes other than the defaults (docs/REAMDE.html)
  • [FIX] An empty box will no longer appear when no attributes are assigned to hover.
  • [FIX] When editing a raid the correct icon will be selected by default.
  • [FIX] The configuration page will now display the current language by default.
  • [FIX] Auto-queue should work properly.
  • [FIX] Report max should work properly.
  • [FIX] Fixed the raid times not working properly (I hope).
  • [CHANGE] The subscriptions link has been removed until further notice.
  • [CHANGE] Changed the default shaman/paladin color.
  • [DATABASE] Altered signups table to include timestamp field.
  • [DATABASE] Altered raids table to remove show_icon and show_name

RC4 - March 15, 2007

  • [FIX] Fixed the header display when registering.
  • [FIX] Fixed a bug with attributes being reset after an edit.
  • [CHANGE] Removed the min and max values from attributes due to not being used.
  • [CHANGE] Removed the "show name" while creating a raid due to the new tooltips.
  • [CHANGE] Added an edit icon when viewing raids for admins.
  • [CHANGE] Added a more robust timezone selector in configuration.
  • [NEW] Added tooltips with the raid name, start time, and invite time on mouseovers to the calendar events.
  • [NEW] Added a confirm password box to the registration page.
  • [NEW] Added more detailed error messages to the registration page.

RC3 - March 11, 2007

  • [NEW] A very simple README.html file has been included in docs/ that should get you started
  • [NEW] Default database schemas have been included for WoW Alliance and WoW Horde in install/schema/games
  • [NEW] Draenei and Blood Elf icons have been added to WoW
  • [FIX] Fixed an issue with index.php redirecting to setup
  • [FIX] Fixed an issue when creating a character before creating attributes
  • [FIX] Fix for text attributes being set to '0'
  • [FIX] Fixed a display error for character tables when using Internet Explorer (Thanks Talsin)
  • [FIX] Fixed a few typos with the English localization
  • [CHANGE] Changed the default class icons for WoW to a more clean variant
  • [CHANGE] Setup now allows you to enter your own default administrator account
  • [CHANGE] You can now upload preset definitions using the upload SQL feature
  • [CHANGE] Made a slight change to the way cookies are handled in an attempt to fix the logout issue (keep me updated)

RC2 - February 9th, 2007

  • [FIX] plugin_announcements: Properly displays the announcement time.
  • [FIX] register: The md5 hash is stored in the database allowing logins to occur normally.
  • [FIX] register: The proper join date is now stored in the database.
  • [FIX] register: Users are now properly stored in the correct default usergroup.
  • [FIX] characters: Users with edit_own permissions should no longer be able to edit/delete or see other characters than their own.
  • [FIX] raids: When creating an raid and forgetting a value the icon list will no longer disappear.
  • [FIX] view: The time until raid is now correctly calculated.
  • [FIX] character: You can no longer create a character if that characters name already exists.
  • [CHANGE] offline: The layout for disabling the site is different and will allow you to login.
  • [NEW] icons: Added all the new raid instance icons.


Powered by phpRaider
© 2005-2009 Kyle Spraggs. All Rights Reserved.