velaware Posted January 22, 2014 Report Share Posted January 22, 2014 I've worked on this all day today and am pleased to say that I have a version that is showable now. Link: https://github.com/anzenehansen/Blesta-Goodies/tree/master/plugins/database_manager Download: https://github.com/anzenehansen/Blesta-Goodies/raw/master/plugin_databasemanager.tar.gz Its an alpha version as I have limited testing done on it so far. However, from my experience with it, it does well. Features Download backup similar to System Backup Restore backup (*.sql only so far, implementing method to gunzip *.sql.gz files later) Rebuild database (pointless method really but nice for testing to see if it works fine for you) To Do Make excluded table list dynamic (let user pick what tables [besides Blesta essentials] are to be left alone when purging) Decompress gunzip SQL backups Improve rules and validations If anyone else has feedback on this please post. This is my first real plugin for Blesta.Also I will make the logo different. I am not a graphical person. Quote Link to comment Share on other sites More sharing options...
Paul Posted January 22, 2014 Report Share Posted January 22, 2014 Thanks for the contribution! Michael 1 Quote Link to comment Share on other sites More sharing options...
velaware Posted January 22, 2014 Author Report Share Posted January 22, 2014 Thanks for the contribution! No prob. Making it better right now, hoping to release the new version today with at least some new and nicer features. Quote Link to comment Share on other sites More sharing options...
Cody Posted January 25, 2014 Report Share Posted January 25, 2014 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. Michael 1 Quote Link to comment Share on other sites More sharing options...
Michael Posted January 25, 2014 Report Share Posted January 25, 2014 Nice thank you, can you post some previews on what it looks like and what it does because I'm a bit stupid haha Quote Link to comment Share on other sites More sharing options...
velaware Posted January 29, 2014 Author Report Share Posted January 29, 2014 Don't know why I didn't see your posts earlier Cody & Cubic. @Cody: I'm starting to do the README more often. As for a LICENSE, do you guys have a specific license you wish to support (Apache 2, MIT, LGPL, etc...), or is it up to the developer? @Cubic: I can do that, but I'd rather wait until I can use my desktop, lol. Right now I'm locked down to my netbook and it is a pain in the tushy to work with to say the least for things like that. Quote Link to comment Share on other sites More sharing options...
Cody Posted January 29, 2014 Report Share Posted January 29, 2014 The license you define for your plugin is completely up to you, the developer. Quote Link to comment Share on other sites More sharing options...
velaware Posted January 29, 2014 Author Report Share Posted January 29, 2014 The license you define for your plugin is completely up to you, the developer. Alright. I know some will ask about this and it does matter because some licenses are incompatible with each other, so a purist might have some issue with it being "whatever you choose" (just a head's up, not trying to be brash or anything). Quote Link to comment Share on other sites More sharing options...
Cody Posted January 29, 2014 Report Share Posted January 29, 2014 Alright. I know some will ask about this and it does matter because some licenses are incompatible with each other, so a purist might have some issue with it being "whatever you choose" (just a head's up, not trying to be brash or anything). Totally understand. You are correct that some licenses are not compatible with others. However, since your code is extending Blesta and Blesta's license does not limit this, you can choose whatever license you wish (including GPL). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.