Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Make sure there's no whitespace or new lines before the <?php tags
  2. Changed Files: + core/common/LedgerData.class.php m core/common/PIREPData.class.php m core/common/PilotData.class.php m unittest/Tests/SchedulePIREPTest.php m unittest/utils/paycheck.php moved ledger into its own data class View complete changes Download from here
  3. Imma look What do you mean?
  4. Installer working now? Seemed better in my test
  5. Changed Files: m changelog.htm m core/app.config.php + core/common/ActivityData.class.php m core/common/PIREPData.class.php m core/common/PilotData.class.php m core/common/RanksData.class.php m core/common/RegistrationData.class.php m core/lang/en.lang.php + core/modules/Activity/Activity.php + core/templates/activity_list.tpl m core/templates/frontpage_main.tpl m core/version m install/sql/structure.xml + unittest/utils/bootstrap.inc.php m unittest/utils/paycheck.php #25 activity stream for VA View complete changes Download from here
  6. Changed Files: m core/version m install/hashlist m install/includes/Installer.class.php m install/sql/install.sql m install/sql/structure.xml + unittest/utils/installer.php installer fix View complete changes Download from here
  7. That makes no sense... I'm not seeing it. Are you still seeing it? I'll contact cPanel if you are, that's strange. Next time if you can file a support ticket...
  8. Changed Files: m core/version m install/hashlist m install/sql/install.sql m install/sql/structure.xml used mysqldump to generate install.sql file View complete changes Download from here
  9. Changed Files: m admin/modules/PIREPAdmin/PIREPAdmin.php m core/app.config.php m core/common/FinanceData.class.php m core/common/PIREPData.class.php m core/common/PilotData.class.php m core/lib/mysqldiff/MySQLDiff.class.php m core/version m install/hashlist m install/sql/install.sql m install/sql/structure.xml m install/update.php m unittest/Tests/SchedulePIREPTest.php m unittest/utils/diffcheck.php + unittest/utils/paycheck.php fixed #23 with addition of a pay ledger View complete changes Download from here
  10. Do you mean on the admin side? There is a pilot search form already - when you click to the pilot's list, there's a magnifiying glass in the lower left corner, click that, and a filter form will show up
  11. There is an admin log, so doing something similar for that may not be out of the question. Add a bug for it in the tracker. As for pilot pay, I've coded about half of a more comprehensive solution - a ledger table. This way it can be more easily tracked (incl subtractions), and expenses can also tie this data in. It might take the weekend to complete, and tie into financials. I made some fixes on the API side which receives the news and other vacentral data... hopefully that's all sorted out now.
  12. Woops... thanks Jeff. I shouldn't code late at night... Jeff, here's the pay query: $sql = "SELECT (SUM((TIME_TO_SEC(`flighttime_stamp`)/60) * (`pilotpay`/60))) AS `totalpay` FROM `".TABLE_PREFIX."pireps` WHERE `paytype`=".PILOT_PAY_HOURLY." AND `pilotid`={$pilotid} AND `accepted`=".PIREP_ACCEPTED; That's correct for the pay summation? I believe that's the query you sent.
  13. You can't add them manually. There are several tables which are populated. Use the registration form.
  14. Changed Files: m core/classes/Util.class.php m core/common/PIREPData.class.php m core/common/PilotData.class.php m core/common/StatsData.class.php m core/lib/mysqldiff/MySQLDiff.class.php m core/version m install/hashlist m install/sql/structure.xml m unittest/Tests/StatsTest.php m unittest/utils/time.php stats fixes View complete changes Download from here
  15. Thanks Mark, looking into it right now
  16. Try using a different email address
  17. Requirement of flights will have to be via VA policy, but I can look into restricting schedules to ranks for the next version
  18. Changed Files: m core/common/PilotData.class.php pilot pay SQL update View complete changes Download from here
  19. SMTP or PHPMailer?
  20. Try the next revision, we've run into a few issues which will need resolving. But good news is there are a few performance updates, thanks Jeff! But there will be a few issues, keep reporting them
  21. Changed Files: m core/lib/mysqldiff/MySQLDiff.class.php m core/version m install/hashlist m install/sql/structure.xml + unittest/utils/diffcheck.php pilot stats data bug fix View complete changes Download from here
  22. Changed Files: m action.php m admin/action.php m admin/index.php m core/classes/TemplateSet.class.php m core/codon.config.php m index.php fixed #21, allow admin template override View complete changes Download from here
  23. Changed Files: m core/common/PilotData.class.php pilot stats update View complete changes Download from here
  24. Not correctly meaning........... ?
  25. Changed Files: m core/common/PilotData.class.php optimized pilot stats View complete changes Download from here
×
×
  • Create New...