Jump to content

Build 254 - PIREP Features


Nabeel

Recommended Posts

  • Administrators

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! icon_e_smile.gifA 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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...