Jump to content

Cody

Blesta Developers
  • Posts

    1,574
  • Joined

  • Last visited

  • Days Won

    74

Everything posted by Cody

  1. Added CORE-1092. Currently planned for 3.3.0, but no guarantee it will make it in at this point.
  2. Cody

    Invoices

    If you're having trouble it could be that: That event only exists in version 3.1+ That event is only executed when an invoice is edited. Also, it's better to create a plugin to listen for the event.
  3. Links expire automatically after a predetermined amount of time. See configuration setting: Blesta.reset_password_ttl. Feel free to submit your idea as a feature request. Closed as not a bug.
  4. The key pair does not change automatically, no. If the key pair is destroyed the system will return an error to the client, at which time the client should simply attempt the key exchange request. A new key pair will then be generated automatically.
  5. Cody

    Release 3.1.2

    Uh... no. Only unskilled programmers will say that. We write Unit Tests and perform nightly builds to detect regressions before release.
  6. "Servers" would not have been correct grammar.
  7. Does Stripe not do this? Last time I checked they did.
  8. Where are you getting this bizarre information? It's certainly not from the PCI spec. If the server doesn't touch the card data there is no need for PCI!
  9. Correct. PCI compliance is nothing more than a set of guidelines describing HOW to store and handle card information securely. Blesta follow those guidelines. So if your server is properly configured you are already PCI compliant. The discussion regarding never touching card data (using stripe.js, etc.) is PCI avoidance, not compliance. If you never touch card details you don't have to worry about PCI compliance.
  10. Added CORE-1085 to allow merchant gateways the ability to bypass Blesta when adding/editing payment account details.
  11. This is untrue and misleading. Blesta is entirely PCI compliant, regardless of how you choose to store or not store card details. The only compliance requirement which must be followed (and is entirely outside of Blesta's control) is PCI compliance scans to ensure proper server configuration.
  12. We've been looking into ways of providing gateways the ability to inject javascript into the payment process for some time. It's coming down the pipeline but to be honest, unless there's more of a demand for it, it's not happening in 3.2 or 3.3.
  13. Bummer. Well, if it does happen again please do capture the headers and send them along.
  14. The portal plugin allows you to create links for these types of things on the portal landing page using a WYSIWYG editor.
  15. Google Checkout is dead.
  16. Cody

    Template Content

    I don't think a dedicated mobile version will be necessary when 3.2 comes out (responsive bootstrap client/public interface).
  17. With steps to duplicate maybe we can try it ourselves, but without steps to duplicate... no.
  18. Heh. We were just discussing this last Friday. So far very little demand for this particular gateway.
  19. Simply means what it says. Perhaps you're attempting to log in with your email address instead of your admin username? That's probably the biggest issue people run into when logging in, since their username is not necessarily their email address.
  20. To temporarily get around the issue you're experiencing you can edit /plugins/support_manager/components/email_parser/email_parser.php From: $files['attachment']['name'][] = $attachment->getFilename(); To: $files['attachment']['name'][] = (($filename = $attachment->getFilename()) ? $filename : "unknown"); Since we're unable to duplicate the issue, we need a copy of the headers for the message that fails to parse correctly in order to debug.
  21. What are the headers for message ID 1 in that mailbox?
  22. Moved to support as quite obviously a support request.
×
×
  • Create New...