Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Yup, I saw the report and took a bunch of their conclusions into consideration. They were also on an old copy of Jira. Luckily in my case I'm the only admin so password security isn't much of an issue, but always good to note..
  2. If you'd still like to see it, you can goto trac.phpvms.net
  3. Nope. If it seems that layout.tpl it will use that, but as long as that file isn't there, it will use the old way
  4. Atlassian has granted phpVMS a license to their Jira bug tracker. The old bug tracker (Trac), was starting to get spammed. Those of you who have account on Trac might be receiving an email about an account being setup, so don't be alarmed. I am just moving the data over to the new tracker. As a result of this, any add-on developers who also want a 'project' under this new tracker system can apply for one, and I will set you up with a project under it, as a Project Manager with it. The advantage being that it makes it much easier for phpVMS users to report bugs and get resolutions, and allowing you to streamline your own efforts and not have to find, setup, and manage your own system for that. It's also easier for users not having to have multiple logins to manage for multiple projects. 2.1 is also slated to release soon (as in this weekend soon)! Keep a lookout
  5. I'll look into it, but that's the wrong place to put it - it'll go into codon.config.php. Thanks
  6. fixed issues with core and db, speed fixes View more details, download from here
  7. fixed issues with core and db, speed fixes Fixed issue with database not working when updating from 845 Trimmed and optimized code in CodonRewrite/MainController, works a bit faster now Finally removed code from pre-2.0 Restored $_GET['module'] View more details, download from here
  8. If you enter the start times properly, you can easily pick out the schedules which are around that time period. But yes, what you want to do is easily possible as well.
  9. I think if you set the database table to utf8, then you shouldn't need to do SET NAMES command
  10. Got you PM, I will check it first thing in the morning
  11. Thanks, you can PM it.. I'm at work as well
  12. It might be easier just to do something like that by hand, instead of programatically. It would be alot of code to have it all done automagically.
  13. I wouldn't use the settings table since I'm going to be removing that at some point, most settings are moving into app.config for 2.1. Beyond 2.1 I'm removing that table since it eliminates a few calls.
  14. Are you upgrading from the last released version? What if you run: install/checkdb.php install/checkinstall.php Can you paste the outputs from those two? And if possible, could you grant me FTP access? I don't be able to access FTP until later today, though
  15. Yup the link or some attribution has to be there, the logo, etc, you can change no problem
  16. Yeah, I haven't look at that yet Clear your cache and try again?
  17. Strange, did you upload the /core/codon.config.php and the /core/classes folder?
  18. Sorry, that sounded too harsh, didn't mean to come across that way. I'm looking into it
  19. Thanks Lloyd, you don't need to keep posting the checks! Much appreciated!
  20. I'll check it out. I might just restore the $_GET['module'] it's probably being used by alot of module or addons Strange, no problem here - what about an existing schedule?
  21. Ah, the $_GET['module'] changed.. sorry. You can use CodonRewrite::$current_module in its place. I had to remove the $_GET['module'] and $_GET['page'] as it was overwriting other stuff. Didn't realize that was being used
×
×
  • Create New...