Skip to content

xeno010/MAB-LAB

 
 

Repository files navigation

MABL

With MABL 1.3.0-Helen we introduced some extra features, still in development, and not all available :

  • Play store publication
    • multi language description manager for multiple apps using templates
    • multi language screenshots manager (coming soon)
  • Sales statistics (daily sales)
    • import your sales csv files from Play sotre and voila...
    • auto sync using gsutils (coming soon)
  • Earnings statistics (full description of monthly sales)
    • import your sales csv files from Play sotre and voila... (coming coon)
    • auto sync using gsutils (coming soon)
  • Development tools
    • Android Asset Studio from android-ui-utils (integration in progress)

Support us

Donate

Try our Android applications :

Google Play Store

Support us can be as simple as a like on Facebook :

Like us on Facebook

How to help us ?

Join our discussion forum here mabl group and share your ideas.

Installation

You can find a complete procedure here : medialoha.net

Update procedure

  1. Backup your data
  • Edit the configuration file /includes/config.php from the new release
  • Upload new files on your server
  • Launch script file at /install/update-to-VERSION_CODE/update.php
  • Remove install directory

Current version code is 6.

Test

Use our android app to test your configuration :

Download apk v1.0.0.

Check Git hub repository here.

Change Log

Version 1.3.0-Helen

  • Milestones management
  • Applications management
  • New issue state : TESTING
  • New issue details dialog
  • Introduced comment field for issue
  • Improved issues table presentation
  • Publication tools (still in development)
  • Sales tools (still in development)

Version 1.2.4-Lester

  • Installation script
  • Issue #32: Problem deleting reports

Version 1.2.3-Lester

  • Issue #31: Division by zero in /pages/home.php
  • Issue #28 #29: Serializing values
  • Issue #30: Missing users table prefix in db install script

Version 1.2.2-Lester

  • New reports evolution chart enhanced
  • Added environments tab in report report details dialog
  • Settings keys now formatted and ordered
  • New issue key method which prevent wrong grouping
  • No more use of triggers, procedures or functions

Run update-to-5 update script from any preivous version of MABL. Issues table will be dropped and recreated to group reports correctly.

Thanks to xeno010 for his help !

Version 1.2.1-Lester

  • Support of custom MySQL connection port added

Version 1.2.0-Lester

  • Formatted stack trace
  • Formatted Log cat
  • Issues management
  • New issues filtering options
  • New dashboard layout
  • Dashboard refresh interval and number of new issues are now configurable
  • Some improvements and minor bugs fixed

Version 1.1.2-Abby

  • Add two methods for HTTP basic auth : PHP or htaccess/htpasswd files
  • Report script moved to report/report.php

Version 1.1.1-Abby

  • Correct authentication problem
  • Limit access to logs and libs dir with htaccess file
  • Debug logs is now disabled by default

Version 1.1.0-Abby

  • Support of HTTP basic authentication.

Version 1.0.0-Connor

  • Initial release