wrongecho

Results 74 comments of wrongecho

Hey @bitjbullock. To be honest, this sounds like something unique to your setup. The only things I can think of at the moment are: - check you're using HTTPS to...

I tried to implement this by adding this check to the header which makes the menu show as expected, but the client name, module count & client banner seems to...

@johnnyq, I've been thinking about this a little more. How would you feel about having just the main ticket page, with a client filter?

@johnnyq, I understand - it does indeed make the most sense for the client's section to include everything related to a client - including tickets. I'm just noticing now we...

@johnnyq - Hmm, this is a tricky one. We could do it as we did with scheduled tickets by having cron.php check for recurring events and add them every evening...

For retrieving domain info, how do we feel about using a free API like https://dns-lookup.whoisxmlapi.com/api? Users would have to sign up and provide a api key in settings but this...

Been looking into this more and there is also php-whois (https://github.com/io-developer/php-whois) package that might be helpful. Still think that just running whois using exec and parsing the data is going...

All that's left to do for this is to implement versioning for records.

In terms of upgrading, you'll be able to see differences between your current DB structure and the latest from db.sql. Database backups (manual & automated) are now implemented. I'm not...

Hey, You can think of updates in terms of the files and the database structure. So as far as I know, the upgrade functionality in settings essentially just runs a...