Administrators Nabeel Posted April 15, 2008 Administrators Report Share Posted April 15, 2008 Download at: http://phpvms.net/docs/downloadsHopefully the problems you guys have reported are fixed.Build 286 04.15 * Rank is now editable * Adding/Editing rank doesn't throw "Not Number" error * Add Schedule form moved out of popup (the form was just too large) - let me know if the popup is a problem anywhere else. * Confirmation done by admin, instead of automatic on email confirm * All accepted PIREPs show up on one map * Installer fix * Rewrote Google Maps code, class based, makes it easier for add-ons and also any other maps * Show some graphs on Pilot Center, like aircraft flown statistics * Database updated to fix hitting integer limit on distance/cruise Known Problems: * Add Schedule form has a giant gap in Firefox * No email is sent out yet when pilot is accepted or confirmed * Default login form is ugly. Yup, it's a problem =DClean install optional, but run these queries to update, change the phpvms_ if your prefix is different ALTER TABLE `phpvms_aircraft` CHANGE `range` `range` VARCHAR( 15 ) NOT NULL DEFAULT '0', CHANGE `weight` `weight` VARCHAR( 15 ) NOT NULL DEFAULT '0', CHANGE `cruise` `cruise` VARCHAR( 15 ) NOT NULL DEFAULT '0'; ALTER TABLE `phpvms_pilots` MODIFY COLUMN `confirmed` INTEGER UNSIGNED NOT NULL DEFAULT 0; Quote Link to comment Share on other sites More sharing options...
Zeeshaan Shahid Posted April 16, 2008 Report Share Posted April 16, 2008 Everything is good so far. Thankyou for fixing! Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted April 16, 2008 Author Administrators Report Share Posted April 16, 2008 Yup! How are the popup forms, are they showing properly now? Quote Link to comment Share on other sites More sharing options...
Zeeshaan Shahid Posted April 16, 2008 Report Share Posted April 16, 2008 Hey, I don't see popups they just show that they are embedded in the page.Great work keep it up nabeel! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.