Jump to content

Nabeel

Administrators
  • Posts

    8148
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Changed Files: m admin/modules/PilotAdmin/PilotAdmin.php m admin/templates/pilots_pending.tpl m changelog.htm m core/classes/Template.class.php m core/classes/TemplateSet.class.php m core/common/RegistrationData.class.php m core/modules/Registration/Registration.php m core/version m install/hashlist m install/sql/structure.xml #14 re-send pilot welcome email View complete changes Download from here
  2. Do you have Excel? Or use Google docs - open the CSV file in there, and make edits there, then export back out as CSV. Could be that your changes are messing up its formatting
  3. Read http://forum.phpvms.net/page/index.html/_/administrator-guide/setting-up-twitter-r37 on how to setup
  4. Changed Files: m core/app.config.php m core/common/ActivityData.class.php m core/common/OperationsData.class.php + core/lib/twitteroauth/OAuth.php + core/lib/twitteroauth/twitteroauth.php m core/templates/activity_list.tpl m install/templates/config.tpl + unittest/utils/template.php m unittest/utils/twitter.php closed #34, post activity feed to Twitter View complete changes Download from here
  5. The format depends on your old database. Are you doing old database CSV to old database CSV?
  6. Make sure you edit it properly, you might have left out some columns, that's why it's complaining
  7. I'm working on updating finances. I'd added a ledger, and the ability to add in 'expenses' as they are charged is coming. In-fact, expenses will be overhauled almost completely
  8. Changed Files: m install/includes/loader.inc.php fixed template::init() for installer View complete changes Download from here
  9. Use the schedule import/export built into phpVMS. Is that what you're having problems with?
  10. It won't push to twitter yet, I've added a 'bug' for it, I have to look into how to accomplish that. Pilot pay - I will take a look. I may have missed some update for the new way pilot pay is handled. Thanks!!
  11. Changed Files: m action.php m admin/action.php m admin/index.php m admin/lib/layout/layout.php m admin/modules/Dashboard/Dashboard.php m admin/templates/core_sidebar.tpl m changelog.htm m core/classes/Config.class.php m core/classes/Template.class.php m core/classes/TemplateSet.class.php m core/codon.config.php m core/version m index.php m install/hashlist m install/sql/structure.xml fixed template path issues View complete changes Download from here
  12. There were changes in the template code - can you let me know which pages/templates were doing it? Is it in add-on pages/modules?
  13. I don't think so, when I get a chance to look into it completely. I don't like doing changes in between versions, esp since so much has changed internally for 3.0
  14. Pilot IDs are assigned by the database sequentially. Once your change a starting number, it will go to the highest + 1 automatically. There's no way to change this. http://forum.phpvms.net/page/index.html?record=5 Look at the PILOTID_OFFSET and PILOTID_LENGTH settings. Also do a search on the ways you can maybe fix this
  15. Changed Files: m admin/modules/PIREPAdmin/PIREPAdmin.php m changelog.htm m core/version m install/hashlist m install/sql/structure.xml fixed approve all pirep bug, changelog update View complete changes Download from here
  16. I'll fix this for the next version, it's a bit of a change
  17. You mean post to Twitter? Right now it'll post from Twitter into the activity feed (it scans every 3 hours/when maintenance is run)
  18. Yes, known bug, but I believe I've fixed it now. Also, for beta's please comment in the thread for that beta
  19. Are you using wamp or xampp? You'd have to check the docs for those... I am not sure SMTP if your ISP provides some SMTP info
  20. I don't get what you mean by 'stuck'?
  21. Changed Files: m core/common/PIREPData.class.php m core/common/PilotData.class.php m core/version m install/hashlist m install/sql/install.sql m install/sql/structure.xml m unittest/Tests/SchedulePIREPTest.php m unittest/Tests/StatsTest.php fixed #27 fixed #30, total pilot hour count, stats fixed View complete changes Download from here
  22. Changed Files: m core/common/PIREPData.class.php m core/common/PilotData.class.php m unittest/Tests/SchedulePIREPTest.php m unittest/Tests/StatsTest.php fixed #30, total pilot hour count, stats fixed View complete changes Download from here
×
×
  • Create New...