Ado
view release on metacpan or search on metacpan
- Upgraded to Mojolicious::Plugin::SemanticUI 0.15!
- Upgraded to DBIx::Simple::Class 1.009!
- Upgraded to Mojolicious::Plugin::DSC 1.005!
- Upgraded to Mojolicious 6.03!
- Aded 'query' - hash reference - containing the parameters in Ado::Control::list_for_json().
0.84 2015-03-13
- Requiring Mojolicious 6.0 explicitly.
- Using Perl::Critic 1.124. Simplified t/.perlcriticrc.
- Fixed bug in comands apache2htaccess and apache2vhost.
They were failing to find their templates.
Feedback by Francisco Ortiz-Muñoz. Thanks Francisco!
0.83 2015-02-27
- Continued with cleanups. New changes are applyed as need
arises while working on Ado::Plugin::Admin.
- Upgraded to Mojolicious 6.0!
0.82 2015-02-24
- Improved Ado::_initialise.
- Adding paths to bundled files only in case Ado is used as a
library. Otherwise Mojo does it anyway.
0.81 2015-02-24
- Implemented Ado::ado_home - pointing always to where
Ado is installed.
- Moved default initialisation from ado.conf to Ado::_initialise.
- Improved Ado::Manual.
0.80 2015-02-22
- Implemented do_sql_file application helper in Ado::Plugin::AdoHelpers.
- Improved documentation.
Added the newly created google group Ado-dev to Ado::Manual page.
- Upgraded to Mojolicious 5.81.
- Upgraded to Mojolicious::Plugin::DSC 1.002.
0.79 2015-02-15
- $ENV{MOJO_HOME} is not set explicitly any more.
Detecting properly app->home and falling back to Mojo::home.
- Cleanups.
- Moved Ado::Control::Ado to Ado-Plugin-Admin where it logically belongs.
- Fixed broken tests with Mojolicious < 5.78 - Renee Baecker (RENEEB). Thanks!
- Works with Mojolicious 5.79 too.
0.78 2015-02-01
- Improved documentation.
- Cleanups.
- Moved Ado::Control::Ado::Users and
Ado::Control::Ado::Default to Ado::Plugin::Admin distribution.
- Moved generic routes to be always defined last.
0.77 2015-01-24
- Happy Christmass and New Year!
- Applied for Grant from TPF:
http://news.perlfoundation.org/2015/01/grant-proposal-ado---a-rapid-a.html
This proposal will be used as roadmap.
- Fixed typo in Ado::Build SYNOPSIS. Thanks RSAVAGE, WEBY.
- Do not use deprecated in Mojolicious 5.73 $c->render_exception()
and $c->render_not_found(). Use $c->reply->not_found() and
$c->reply->exception() instead.
- Started cleanups:
Removed templates/добÑе/ок.html.ep just to reduce
http://cpants.cpanauthors.org/dist/Ado/errors
- Noted in etc/ado.conf that arbitrary Perl code can be executed
when connecting to the database.
- POD improvements and cleanups.
- Upgraded to Mojolicious::Plugin::SemanticUI 0.11.
0.76 2014-12-14
- Cleaned up Login form. It is used for local login only.
- Not using flags for languages. Language menu is now a dropdown menu.
- Upgraded to Mojolicious::Plugin::DSC 1.000 to be able to execute
perl code upon connecting to the database.
- Implemented unicode aware upper() and lower() for SQLite.
- The name of the authentication method is now shown beside its icon
in the "Sign in" dropdown menu.
0.75 2014-11-26
- $CODENAME changed to
"Ðзело" - U+2C07 GLAGOLITIC CAPITAL LETTER DZELO (â°)
- Cleaned up Ado::Build and Ado::BuildPlugin.
- Implemented experimental authentication via Facebook.
- Improved Ado::Plugin::Auth documentation.
0.74 2014-11-22
- Fixed path to reset.min.js from Semantic-UI.
- Fixed regression with I18n and Mojolicious 5.62.
- Code optimisations.
0.73 2014-11-17
- Upgraded to Mojolicious::Plugin::SemanticUI 0.08.
- Works with Mojolicious 5.62.
0.72 2014-11-15
- Emphasized the passwordless login feature in Ado::Plugin::Auth.
- overeall improvement of Ado::Plugin::Auth documentation.
- Added Mojolicious::Plugin::OAuth2 as a recommended dependency.
It will be required only if some of the supported providers is enabled.
- Implemented experimental authentication via Google.
- Added hook "after_user_add" emited by Ado::Plugin::Auth.
- Added German language (Joachim Astel). Thanks!
- Improved Ado::Manual::Plugins a lot.
0.71 2014-11-01
- Fixed bug in Ado::Plugin::home_dir(). Wrong assumption regarding %INC keys.
- Removed unused Test::AdoPlugin.
- Improved Test coverage (total: 85.9).
- Works with Mojolicious 5.56. New versions will not be required in Build.PL
unless necessary.
0.70 2014-10-28
- Implemented more safe $c->user and user helper
in which some fields are not available.
- Improved Ado::Control::require_formats(@formats).
- Improved Ado::Model::Users::by_group_name($group, $limit, $offset).
- TODO: Improve Test Coverage.
0.69 2014-10-26
- $CODENAME changed to
"ÐивеÑе" - U+2C06 GLAGOLITIC CAPITAL LETTER ZHIVETE (â°)
- Switched from favicon.ico to favicon.png for better quality.
- Fixed popup positioning and appearance of the logo in the main menu.
- Added the condition 'ingroup' to Ado::Plugin::Auth.
- Implemented Ado::Model::Users::by_group_name($group, $limit, $offset).
0.68 2014-10-25
- Upgraded to Mojolicious 5.54.
- Added templates/not_found.html.ep.
- Upgraded to DBD::SQLite 1.44.
- Dramatic performance improvement with 'PRAGMA synchronous = OFF' and
'PRAGMA journal_mode=WAL'.
- Improved Ado::Command::adduser documentation.
0.67 2014-10-10
- Fixed failing tests for Ado::Plugin::I18n after upgrade and improved it.
- Added universal exception.html.ep.
- Upgraded to Mojolicious 5.48.
- Added helper to_json to Ado::Plugin::AdoHelpers, same as
Mojo::JSON::to_json.
- Assuming stupidly an UTF-8 terminal for command 'adduser'.
- Defined defaults - stash variables $language and $language_from
in Ado::Plugin::I18n.
0.66 2014-09-30
- Improved Ado::Control::list_for_json() to accept an arrayref of simple hashes.
- Upgraded to Mojolicious 5.47.
- Fixed failing test with Mojolicious 5.47.
- Fixed detection of Ado::Plugin home directory under Windows.
- Upgraded to Mojolicious::Plugin::SemanticUI 0.06.
0.65 2014-09-21
- Removed plugin "vest" listed in etc/ado.conf but not yet on CPAN.
0.64 2014-09-21
- Preparing for the first Ado plugin - Ado::Plugin::Vest,
that will be an example of how to build applications on Ado.
- Upgraded to Mojolicious::Plugin::SemanticUI 0.05.
- Renamed method PERL_FILES to PERL_DIRS in Ado::Build.
- Importing PERL_DIRS in Ado::BuildPlugin so it can be used
for plugins like Ado::Build is used for installing Ado.
- Upgraded to Mojolicious 5.42.
- Fixed bug in Ado::Control::validate_input().
- Added dummy records in tables groups and users.
- Test::AdoPlugin is deprecated.
- In Ado::Plugin::initialise() now we also check for plugin specific
public folder and add it to Ado $app->static->paths.
- Downgraded to Module::Build 0.42.
0.63 2014-09-09
- Deleted public/vendor/Semantic-UI.
- Now example pages depend on Mojolicious::Plugin::SemanticUI,
but you can just comment 'SemanticUI' in ado.conf and it will not be loaded.
- Today in 1944 the communists took over Bulgaria.
As a consequence in 1951 my grand-daddy got bitten and killed by them.
http://en.wikipedia.org/wiki/Bulgarian_coup_d%27%C3%A9tat_of_1944
0.62 2014-09-07
- Ado::Plugin: simplified guessing of home_dir and speeded it up.
- Upgraded to Mojolicious 5.39.
- Started work on Mojolicious::Plugin::SemanticUI.
Semantic UI will go there and Ado will depend on this plugin.
0.61 2014-09-01
- Fixed failing test of crud.pm on Windows.
- Added example configuration for Hypnotoad in etc/ado.conf.
- Upgraded to Mojolicious 5.36.
- Upgraded to Module::Build 0.4210.
- Upgraded to Email::Address 1.905.
( run in 1.325 second using v1.01-cache-2.11-cpan-98e64b0badf )