Jump to content

Cody

Blesta Developers
  • Posts

    1,574
  • Joined

  • Last visited

  • Days Won

    74

Reputation Activity

  1. Like
    Cody got a reaction from Michael in Offline Payment Doesn't Support Html Anymore   
    The offline payment gateway is only intended to support Markdown text.
     
    See Markdown syntax
     
    Here's an example:
    # This is a heading This is a paragraph - List item 1 - List item 2 1. Number list 1 2. Number list 2 [Text to link](http://google.com/) Produces:
    <h1>This is a heading</h1> <p>This is a paragraph</p> <ul> <li>List item 1</li> <li>List item 2</li> </ul> <ol> <li>Number list 1</li> <li>Number list 2</li> </ol> <p><a href="http://google.com/">Text to link</a></p>
  2. Like
    Cody got a reaction from Darin in [Universal Module] Service Details   
    This might be something we can do by setting a checkbox next to each service field that you add.
  3. Like
    Cody got a reaction from gutterboy in Shared Login Plugin   
    Yes, definitely always use https whenever at all possible.
  4. Like
    Cody got a reaction from Blesta Addons in Blesta Have Option To Create Quote/estimates ?   
    Blesta doesn't make that easy, like it does for all other invoices. I think to prevent a staff member from accidentally sending a draft invoice to a client. Maybe it would make sense to add a setting to allow draft invoices to be emailed/faxed from the client profile just like all other invoices.
  5. Like
    Cody got a reaction from PauloV in Blesta Have Option To Create Quote/estimates ?   
    Blesta doesn't make that easy, like it does for all other invoices. I think to prevent a staff member from accidentally sending a draft invoice to a client. Maybe it would make sense to add a setting to allow draft invoices to be emailed/faxed from the client profile just like all other invoices.
  6. Like
    Cody got a reaction from Darin in Blesta Have Option To Create Quote/estimates ?   
    Blesta doesn't make that easy, like it does for all other invoices. I think to prevent a staff member from accidentally sending a draft invoice to a client. Maybe it would make sense to add a setting to allow draft invoices to be emailed/faxed from the client profile just like all other invoices.
  7. Like
    Cody got a reaction from Michael in Blesta Have Option To Create Quote/estimates ?   
    Blesta doesn't make that easy, like it does for all other invoices. I think to prevent a staff member from accidentally sending a draft invoice to a client. Maybe it would make sense to add a setting to allow draft invoices to be emailed/faxed from the client profile just like all other invoices.
  8. Like
    Cody got a reaction from Michael in [Maintainence Mode] Markdown   
    Here's a mockup.
     

  9. Like
    Cody got a reaction from Blesta Addons in [Maintainence Mode] Markdown   
    Here's a mockup.
     

  10. Like
    Cody got a reaction from wfitg in Php Session Security   
    HSTS has to be configured domain wide, so should only be done via server config, not application specific. I'm not sure many people install only Blesta on their domain.
  11. Like
    Cody got a reaction from flangefrog in Php Session Security   
    HSTS has to be configured domain wide, so should only be done via server config, not application specific. I'm not sure many people install only Blesta on their domain.
  12. Like
    Cody got a reaction from Michael in Php Session Security   
    HSTS has to be configured domain wide, so should only be done via server config, not application specific. I'm not sure many people install only Blesta on their domain.
  13. Like
    Cody got a reaction from wfitg in Php Session Security   
    I meant, what explicitly do you think we should consider? safe mode added in 5.4? What's else? Blesta already uses HTTPOnly. Secure cookies isn't feasible because not everyone forces SSL. That's why I'm asking, specifically, what options you think Blesta should support.
  14. Like
    Cody got a reaction from flangefrog in Support Newer Php Versions   
    Stats on existing users don't necessarily correlate to potential customers, which is obviously the biggest concern when operating a business.
     
    To take an extreme look at it, we could make PHP 5.6 the minimum, and yes some people would be fine, others could upgrade, but we would receive almost 0 new business.
  15. Like
    Cody got a reaction from PauloV in Support Newer Php Versions   
    Regarding dropping support for PHP < 5.3. I have been for this since 3.0.0-a1 back in November 2012. The problem was at that time, more than 60% of all servers were still running 5.2 or lower.
    Today, sadly, there are still 25% of servers running PHP 5.2 or lower.
     
    Why have people been so slow to adopt PHP 5.3? Well, I suspect it has something to do with the fact that RHEL and CentOS are so incredibly slow to adopt new packages, coupled with the fact that most hosts don't keep servers up to date.
     
    In an ideal world, everyone would be running the latest version of PHP (5.6 today), but that's just not reality, and for us to shut off support for 5.2 and lower prematurely would hurt a lot of people. We always recommend installing Blesta using separation of concerns (1 server/VPS per role = minimum 3 servers/VPS [1 DB, 1 web, 1 mail]), but reality is there are tons of people that have Blesta installed in a shared environment.
     
    As Paul said, we'll be making 5.3 the minimum soon, as we now feel comfortable with the statistical usage of 5.3+.
  16. Like
    Cody got a reaction from marcel in Release 3.3.0   
    Version 3.3.0 is now available. You can download it in the Client Area.
     
    If you have an owned branded or owned unbranded license purchased more than one year ago, be sure you have Support and Updates for your license before attempting to upgrade. To purchase support and updates:
     
    Log into the client area and click the "Manage" link next to your license, then click "Addons", and select Support and Updates from the drop down menu, and continue to purchase.

    Installing Blesta

    See Installing Blesta in the User Manual for instructions.

    Upgrading Blesta

    See Upgrading Blesta in the User Manual for instructions.

    Migrating to Blesta

    See Migrating to Blesta in the User Manual for instructions.

    Overview
    Pro forma invoices Pro rata Price overrides Modules:Added Multicraft Plugins:Update Order plugin to include new order forms templates Tons more... PHP 5.5+ Users

    Included in this release is a /hotfix-php5.5/ directory. Please use this directory to overwrite the default /blesta/app/app_controller.php, /blesta/app/app_model.php, and /blesta/app/models/license.php files.

    Release Notes

    See Blesta Core - Version 3.3.0-b1.
    See Blesta Core - Version 3.3.0-b2.
    See Blesta Core - Version 3.3.0.

    For older releases see all Change Logs.
  17. Like
    Cody got a reaction from Clare in Release 3.3.0   
    Version 3.3.0 is now available. You can download it in the Client Area.
     
    If you have an owned branded or owned unbranded license purchased more than one year ago, be sure you have Support and Updates for your license before attempting to upgrade. To purchase support and updates:
     
    Log into the client area and click the "Manage" link next to your license, then click "Addons", and select Support and Updates from the drop down menu, and continue to purchase.

    Installing Blesta

    See Installing Blesta in the User Manual for instructions.

    Upgrading Blesta

    See Upgrading Blesta in the User Manual for instructions.

    Migrating to Blesta

    See Migrating to Blesta in the User Manual for instructions.

    Overview
    Pro forma invoices Pro rata Price overrides Modules:Added Multicraft Plugins:Update Order plugin to include new order forms templates Tons more... PHP 5.5+ Users

    Included in this release is a /hotfix-php5.5/ directory. Please use this directory to overwrite the default /blesta/app/app_controller.php, /blesta/app/app_model.php, and /blesta/app/models/license.php files.

    Release Notes

    See Blesta Core - Version 3.3.0-b1.
    See Blesta Core - Version 3.3.0-b2.
    See Blesta Core - Version 3.3.0.

    For older releases see all Change Logs.
  18. Like
    Cody got a reaction from Michael in [Important] Beware Of Blesta Phishing Scam   
    It's easy to spoof from addresses. You should never trust emails like this, regardless of who they look like they're from. We will never send patches via email.
  19. Like
    Cody got a reaction from Michael in Release 3.3.0   
    Version 3.3.0 is now available. You can download it in the Client Area.
     
    If you have an owned branded or owned unbranded license purchased more than one year ago, be sure you have Support and Updates for your license before attempting to upgrade. To purchase support and updates:
     
    Log into the client area and click the "Manage" link next to your license, then click "Addons", and select Support and Updates from the drop down menu, and continue to purchase.

    Installing Blesta

    See Installing Blesta in the User Manual for instructions.

    Upgrading Blesta

    See Upgrading Blesta in the User Manual for instructions.

    Migrating to Blesta

    See Migrating to Blesta in the User Manual for instructions.

    Overview
    Pro forma invoices Pro rata Price overrides Modules:Added Multicraft Plugins:Update Order plugin to include new order forms templates Tons more... PHP 5.5+ Users

    Included in this release is a /hotfix-php5.5/ directory. Please use this directory to overwrite the default /blesta/app/app_controller.php, /blesta/app/app_model.php, and /blesta/app/models/license.php files.

    Release Notes

    See Blesta Core - Version 3.3.0-b1.
    See Blesta Core - Version 3.3.0-b2.
    See Blesta Core - Version 3.3.0.

    For older releases see all Change Logs.
  20. Like
    Cody got a reaction from PauloV in Release 3.3.0   
    Version 3.3.0 is now available. You can download it in the Client Area.
     
    If you have an owned branded or owned unbranded license purchased more than one year ago, be sure you have Support and Updates for your license before attempting to upgrade. To purchase support and updates:
     
    Log into the client area and click the "Manage" link next to your license, then click "Addons", and select Support and Updates from the drop down menu, and continue to purchase.

    Installing Blesta

    See Installing Blesta in the User Manual for instructions.

    Upgrading Blesta

    See Upgrading Blesta in the User Manual for instructions.

    Migrating to Blesta

    See Migrating to Blesta in the User Manual for instructions.

    Overview
    Pro forma invoices Pro rata Price overrides Modules:Added Multicraft Plugins:Update Order plugin to include new order forms templates Tons more... PHP 5.5+ Users

    Included in this release is a /hotfix-php5.5/ directory. Please use this directory to overwrite the default /blesta/app/app_controller.php, /blesta/app/app_model.php, and /blesta/app/models/license.php files.

    Release Notes

    See Blesta Core - Version 3.3.0-b1.
    See Blesta Core - Version 3.3.0-b2.
    See Blesta Core - Version 3.3.0.

    For older releases see all Change Logs.
  21. Like
    Cody got a reaction from Joseph H in Release 3.3.0   
    Version 3.3.0 is now available. You can download it in the Client Area.
     
    If you have an owned branded or owned unbranded license purchased more than one year ago, be sure you have Support and Updates for your license before attempting to upgrade. To purchase support and updates:
     
    Log into the client area and click the "Manage" link next to your license, then click "Addons", and select Support and Updates from the drop down menu, and continue to purchase.

    Installing Blesta

    See Installing Blesta in the User Manual for instructions.

    Upgrading Blesta

    See Upgrading Blesta in the User Manual for instructions.

    Migrating to Blesta

    See Migrating to Blesta in the User Manual for instructions.

    Overview
    Pro forma invoices Pro rata Price overrides Modules:Added Multicraft Plugins:Update Order plugin to include new order forms templates Tons more... PHP 5.5+ Users

    Included in this release is a /hotfix-php5.5/ directory. Please use this directory to overwrite the default /blesta/app/app_controller.php, /blesta/app/app_model.php, and /blesta/app/models/license.php files.

    Release Notes

    See Blesta Core - Version 3.3.0-b1.
    See Blesta Core - Version 3.3.0-b2.
    See Blesta Core - Version 3.3.0.

    For older releases see all Change Logs.
  22. Like
    Cody got a reaction from Michael in [Pro Forma Invoices] - Numbering Are Not Sequential   
    The start value doesn't reset each year. Rather, if you're using the {year} tag in the numbering, a new set of numbers will be generated beginning at the start value given each year.
    The start value is just that, a start value. It's not intended to be incremented as that's the opposite of how it was designed.
  23. Like
    Cody got a reaction from marcel in Release 3.3.0-B2   
    Version 3.3.0-b2 is now available. You can download it in the Client Area.

    This is a BETA feature release. This release is not considered stable enough for production use. Please report any bugs in the 3.3 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 3.3.0-b2.

    For older releases see all Change Logs.
  24. Like
    Cody got a reaction from flangefrog in Release 3.3.0-B2   
    Version 3.3.0-b2 is now available. You can download it in the Client Area.

    This is a BETA feature release. This release is not considered stable enough for production use. Please report any bugs in the 3.3 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 3.3.0-b2.

    For older releases see all Change Logs.
  25. Like
    Cody got a reaction from PauloV in Release 3.3.0-B2   
    Version 3.3.0-b2 is now available. You can download it in the Client Area.

    This is a BETA feature release. This release is not considered stable enough for production use. Please report any bugs in the 3.3 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 3.3.0-b2.

    For older releases see all Change Logs.
×
×
  • Create New...