-
Posts
6,685 -
Joined
-
Last visited
-
Days Won
838
Everything posted by Paul
-
Please see CORE-2270. I attached a screenshot mockup of what I'm thinking.
-
Can you consistently replicate this? Anyone else confirm?
-
Interesting. This module will be replaced, probably in beta 2, with a much more complete and robust version.
-
I couldn't watch the video, because flash. But the question is, where should a Company/System settings options appear? The best place I can think of (because it's not going where it was in 3.x) is to put it right above the left navigation for settings. Perhaps a Bootstrap button or button group that spans the width of that area. [Company] [System] [ Left Navigation ]
-
Roughly how many client groups do you have? Checkboxes could get out of hand for those that have a lot. If the database allows only a 1-to-1 relationship between config options and groups, either method would work for being able to stamp out a new record for each client group. This becomes more difficult to manage if you need to edit the field name or something.
-
HAHA Mike I just created that and was replying lol
-
I have created CORE-2268 for this, it's a good idea. It may be overly complicated to squeeze into a beta, may require database changes.
-
Schedule Cancellation exists, are you asking specifically for Cancel (An immediate cancel) and Suspend (An immediate suspend?) We were comfortable adding a Schedule Cancellation option because the cron processes these. If you bulk-select a lot of services to cancel or suspend, it's possible the browser would time out before it was able to complete the operation on all of the selected services.
-
Any problems if you load Bootstrap 3.3.7? Anything break?
-
We've seen missing graphs here once, but it was a different graph. Not sure what the cause is, intermittent issues are difficult to diagnose. Keep your eye on it and let us know if it happens again and if you notice any patterns. The mass mailer should not affect this in any way.
-
Does the invoice payment page still have a dropdown menu?
Paul replied to Rocketz's topic in The Lounge
Care to mock up how you prefer this to work? -
Are you just suggesting we update the email template subject language to: Your new {package.name} service has been activated. ? You're able to update the subject manually now to get this to work right? Why do you think we should make this the default subject?
-
We went with a click menu instead of hover because mobile devices can't hover. Once you click, you can hover over other primary nav items and view the subnav without clicking again. So, we tried to make this work in the most intuitive way. Appreciate your feedback, and curious what others think of the menu as well.
-
Unfortunately the tab does not have any idea about whether you can access the content of that page. I agree this would be a great feature, but it's much more complicated than it appears.
-
It looks like the graphs loaded in a smaller area. The text overlap is unavoidable when the graphs are very small. Not sure there is anything we can do about this.
-
Yes, install on 5.6 and move it or switch/upgrade to php 7. That will be necessary to get you past the installation error, but no idea what kind of errors you'll get after that as we have not fully tested. Interested in whatever you find.
-
There is a known issue with installation on PHP 7 that we're looking at for a resolution in beta 2. You may be able to install on PHP 5.6, move your install to PHP 7 and do further testing. There may be other issues.
-
It's out, we are in the process of updating the blog and other social media.
-
Blesta version 4.0.0-b1 (BETA 1) is now available. You can download it from right here (Client Area Login Required). This is a BETA release. Beta releases are not considered stable enough for production use, and are UNSUPPORTED. DO NOT INSTALL IN A PRODUCTION ENVIRONMENT. Please report any bugs you find in the v4 beta bug forum. Installing Blesta See Installing Blesta in the User Manual for instructions. Upgrading Blesta See Upgrading Blesta in the User Manual for instructions. Release Notes See Blesta Core - Version 4.0.0-b1. For older releases see all Change Logs.
-
So the trick is to specifically add (+TLSv1.2) to the SSLProtocols? Because it doesn't seem to be included in "All".
-
Tutorial link?
-
I know, it's because that server only supports TLS 1.0. We need to provision a new OS, and migrate Jira to a new server. It's a pain, so I haven't done it yet.
-
Great! I have a build that we are doing some internal testing with, that we plan to release sometime this morning. It's actually build #100 since we migrated to Git from SVN. Nice round number to start beta 1 with.