Changes for version 0.58 - 2014-08-18
- Set specific minimum versions of required modules when $ENV{TEST_AUTHOR} is 1.
- Ado::Plugin::config_dir now defaults to etc/plugins relative to the plugin base directory.
- Implemented Ado::Plugin::home_dir, pointing to the plugin base directory, no matter where the plugin is installed.
- Moved 'app' accessor up to Ado::Command::generate so it can be reused by other generators.
- Implemented Ado::Command::generate::crud->routes and used it in Ado::Command::generate::adoplugin.
- In Ado::Command::generate::crud:
- renamed argument 'lib_root' to 'lib';
- added argument home_dir, so files can be dumped to arbitrary directory, and at the same time keeping the file structure.
- Removed 'TODO' marker in crud.t
- Upgraded to Mojolicious 5.29.
- Updtaed the default index page.
Documentation
Getting started with Ado
Making Ado the ERP solution for the enterprise
Various ways to install Ado
Ado plugins and how to write an Ado::Plugin
all resources provided by Ado.
Modules
a rapid active commotion (framework for web-projects on Mojolicious)
Custom routines for Ado installation
Custom routines for Ado::Plugin::* installation
Ado namespace for Mojo commands!
adduser command
Generator command
Generates an Ado::Plugin
Generates Apache2 .htaccess file
Generates minimal Apache2 Virtual Host configuration file
Generates MVC set of files
Version command
The base class for all controllers!
Base controller class for Ado back-office applications.
The default controller for the back-office.
The controller to manage users.
The default controller for the site.
The controller for the end-user documentation
a controller used for testing Ado.
Languages' lexicons and handle namespace
lexicon for Bulgarian
lexicon for English
the base schema class.
base class for Ado specific plugins.
Default Ado helpers plugin
Authenticate users
Internationalization and localization for Ado
Render markdown to HTML
Keep routes separately.
A factory for HTTP Sessions in Ado
manage sessions stored in the database
manage sessions stored in files
common code needed for testing Ado plugins