Administrators Nabeel Posted March 28, 2008 Administrators Report Share Posted March 28, 2008 If you downloaded 253, update to this, fixed a few issues from when my svn client crashedChanges: * Pilot Reports (pilot end complete, admin end is next) * Individual PIREP page * Slow animation fadeout in JS popups * 'Add Airline' template error on popup * Pilot last login/# logins updated * Pilot details button placementMore enhancements are coming up (maps on pirep page), just a good testing of the above would be great! A few table alterations, so either a clean install, or just run:Changeset: http://phpvms.devjavu.com/changeset/253/trunk ALTER TABLE `phpvms_pireps` CHANGE `flighttime` `flighttime` VARCHAR( 6 ) NOT NULL DEFAULT '0';ALTER TABLE `phpvms_pireps` CHANGE `deptime` `depicao` VARCHAR( 4 ) NOT NULL ,CHANGE `arrtime` `arricao` VARCHAR( 4 ) NOT NULL ;ALTER TABLE `phpvms_pirepcomments` CHANGE `commenter` `pilotid` INT NOT NULL ; Change the phpvms_ part if you changed your table prefix.Just re-download and copy over the existing files. Don't forget to save your site_config, unless you're re-running the installer.Any suggestions for enhancements are welcome. 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.