Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/25/2014 in Posts

  1. Paul

    Ioncube Issue

    Yeah, they are slow unfortunately. Blesta runs perfectly fine on PHP 5.5 in our tests, but that's in our dev environment unencoded.
    1 point
  2. Cody

    Ioncube Issue

    I don't know why they always lag behind in releasing loaders. They have months of beta acces to the latest releases.
    1 point
  3. This is something we've had on our radar for a while. I definitely want to include something like this. We did some research on different address formats in the past, but couldn't find solid information on any particular country outside the US, CA, and GB. Ideally we'd like to include address profiles for most countries, so users don't have to put so much effort into configuration (having to define address formats for 200 countries sucks). Understandably, most users don't do business with most countries, but if we had a database of the top 30 or 40 countries that would be a big help in getting this done. Here are the different address components: First name Last name Company name Address line 1 Address line 2 City State/Province (local name, ISO 3166-2 subdivision code) Country (English name, local name, ISO 3166-1 2-char and ISO 3-char code) Zip/Postal code Some countries may not recognize ISO codes for province (I believe all do for Country), so it may be necessary to display province name instead of ISO code. These are all things that need to be decided on a per-country level (or perhaps even per province?).
    1 point
  4. Cody

    Database Manager V0.0.1-A

    Good to see you've taken advantage of the config.json format made available in 3.1. I'd also suggest including a README.md and LICENSE.md file in the same directory. This isn't a requirement, but it's where we're heading to prepare for the Marketplace.
    1 point
  5. This plugin gives insigt to those who want to authenticate users with something other than MySQL (though this can be used along with). It does require editing some core files, however, which I'm going to test against vQmod so this isn't necessary just haven't gotten around to it today. Installing this plugin is easy, just place it in the plugin folder. It also comes with a readme file to go over some things such as what needs to be edited and how. Some LDAP servers require TLS support to perform actions like updating records, so this plugin offers this feature in the form of a switch. This plugin also supports multi-company environments by having the admin creating the profile choose the company to select. Change Log v0.0.1-a Initial release Allows only authentication (i.e.: does not add user to LDAP server) Detects if account is staff or client (not heavily tested so please post any issues) GitHub repo: https://github.com/anzenehansen/Blesta-Goodies/tree/master/plugins/ldap_auth Download: https://github.com/anzenehansen/Blesta-Goodies/raw/master/ldapauth_plugin.tar.gz
    1 point
  6. Paul

    Database Manager V0.0.1-A

    Thanks for the contribution!
    1 point
×
×
  • Create New...