Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Changed Files: m core/modules/RouteMap/RouteMap.php m core/templates/flown_routes_map.tpl #38 RouteMap controller normalized View complete changes Download from here
  2. Changed Files: m core/modules/Registration/Registration.php m core/templates/registration_customfields.tpl m core/templates/registration_mainform.tpl #38 Registration controller normalized View complete changes Download from here
  3. Changed Files: m core/modules/PIREPS/PIREPS.php m core/templates/flown_routes_map.tpl m core/templates/frontpage_reports.tpl m core/templates/pirep_new.tpl #38 PIREPS controller normalized View complete changes Download from here
  4. Changed Files: m core/modules/Pilots/Pilots.php m core/templates/frontpage_recentpilots.tpl m core/templates/pilots_list.tpl m core/templates/pireps_viewall.tpl #38 Pilot controller normalized View complete changes Download from here
  5. Changed Files: m core/common/PilotData.class.php m core/common/RanksData.class.php m core/modules/Profile/Profile.php m core/version m install/hashlist m install/sql/structure.xml + unittest/utils/rank.php fixed #19 rank code fixed View complete changes Download from here
  6. That would require some relatively big changes to ranks and structure, I'll think about it
  7. Changed Files: m admin/modules/PilotAdmin/PilotAdmin.php m admin/templates/pilots_details.tpl m core/app.config.php m core/common/RegistrationData.class.php m core/modules/Registration/Registration.php #14, added resend activation to admin profile View complete changes Download from here
  8. Where it says `code` Change it to `name`
  9. Next commit is going up with an additional option in there. I have to comb through the code again, I might have missed a thing or two
  10. Changed Files: m core/app.config.php m core/common/PilotData.class.php m core/version m install/hashlist m install/sql/structure.xml fixed #24 pilot retired status fixed View complete changes Download from here
  11. I wouldn't copy individual changes over, if you're going to run a full beta then OK, but don't nitpick at changes. A TON has changed under the hood for 3.0
  12. It's already in app.config.php, you should only copy it if you have to change it. What did you have to change? I wouldn't copy into local just yet - I've added another parameter for the status of when a pilot is marked retired in the auto-retire functionality Edit: woops saw my mistakes.. my bad
  13. Changed Files: m admin/modules/PilotAdmin/PilotAdmin.php m core/codon.config.php m core/common/RegistrationData.class.php m core/version m install/hashlist m install/sql/structure.xml #14 pilot email template fix View complete changes Download from here
  14. I still see it in core/templates. I know what the issue i
  15. Cool, looks good. I have to figure out a URL shortner. bit.ly's API is overkill
  16. Changed Files: m admin/templates/groups_groupform.tpl fixed #29, pilot group form AJAX error View complete changes Download from here
  17. 99% reason for the connection error is that it's a free host. They're probably blocking those types of connections
  18. Can I see your Twitter, curious as to any other tweaks I can do Thanks!
  19. This has been added to the latest beta, statuses can be customized by copying the section from app.config.php to local.config.php
  20. Changed Files: m admin/modules/PilotAdmin/PilotAdmin.php m admin/templates/pilots_details.tpl m changelog.htm m core/app.config.php m core/classes/Config.class.php m core/common/Auth.class.php m core/templates/pilot_public_profile.tpl m core/version m install/hashlist m install/sql/structure.xml close #24, added different pilot statuses View complete changes Download from here
  21. I will integrate this, but instead, doing config options such as: Config::Set('PILOT_STATUS_TYPES', array( 0 => array( 'name' => 'Active', 'message' => '', 'canlogin' => false, ), 1 => array( 'name' => 'Inactive', 'message' => 'Your account was marked inactive', 'canlogin' => false, ), 2 => array( 'name' => 'Banned', 'message' => 'Your account is banned, please contact an admin!', 'canlogin' => false, ), 3 => array( 'name' => 'On Leave', 'message' => 'You have been marked as on leave', 'canlogin' => false, ), )); That way you can add some more specifics. Thanks for the code, Kyle!
  22. 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
×
×
  • Create New...