Ado
view release on metacpan or search on metacpan
"Ðзело" - 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.
- Upgraded to Locale::Maketext 1.25.
0.60 2014-08-31
- Upgraded to Mojolicious 5.35.
- Changed option in Ado::Command::generate::apache2htaccess
from m|module=s@ to M|modules=s@ and explained the limitation in
Ado::Command.
- Fixed failing test on Windows in t/command/adoplugin-01.t.
0.59 2014-08-28
- Upgraded to Mojolicious 5.33.
Ado::Command::generate::adoplugin. 'templates_root' defaults to 'templates'.
- Improved guessing of 'lib' in Ado::Command::generate::crud.
- Added guessing of templates folder to Ado::Plugin.
Developing plugins should now be easy!!!
- $CODENAME changed to
"ÐÑÑÑ" - U+2C05 GLAGOLITIC CAPITAL LETTER YESTU (â°
)
- Cleanups, test fixes and documentation improvements.
- Presented Ado at YAPC::EU 2014 in Sofia, Bulgaria on 23 August
http://act.yapc.eu/ye2014/talk/5652
- Published presentation on Slideshare:
http://www.slideshare.net/kberov/ado-yapceu2014
- Improved Ado::Sessions::File.
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.
0.57 2014-08-14
- Cleanups and clarifications in "Changes" file - no code changes.
0.56 2014-08-14
- Improved documentation. TODO - fix pod-spelling.t (falselly passing).
- Upgraded to Mojolicious 5.28.
- Improved tests and refactored Ado::Command::generate::crud.
0.55 2014-08-03
- $CODENAME changed to
"ÐобÑо" - U+2C04 GLAGOLITIC CAPITAL LETTER DOBRO (â°).
- Added SQL::Abstract as recommended module.
- Upgraded to DBIx::Simple::Class 1.008.
- Upgraded to Semantic UI 0.19.0.
- Added highly experimental Ado::Command::generate::crud
to boost adoption of Ado even more.
- Improved documentation.
0.54 2014-07-25
- Implemented experimental Ado::Command::generate::adoplugin.
This command should boost Ado expansion.
- Implemented Ado::Plugin::initialise() to reduce boilerplate code
and improved Ado::Plugin::config().
- Refactored all Ado plugins accordingly.
- Upgraded to Mojolicious 5.17.
0.53 2014-07-20
- Improved Ado::Plugin. Added support for Mojolicious::Plugin::JSONConfig
and arbitrary configuration format per plugin.
- Removed monkey-patched Text::MultiMarkdown code from
Ado::Plugin::MarkdownRenderer. My patch was accepted. Thanks BOBTFISH.
- Upgraded to Text::MultiMarkdown 1.000035.
- Upgraded to Mojolicious 5.15.
0.52 2014-07-13
- Added new MIME type .manifest to apache2htaccess.ep.
Removed rule for external 302 redirects for static files.
Let mod_rewrite just internally rewrite the path.
- Added method define_mime_types to Ado.
- Did cleanups recommended by SRI.
- Upgraded to Mojolicious 5.13.
0.51 2014-07-05
- Fixing failing tests under Windows.
0.50 2014-07-04
- Fixed tests for commands "generate apache2*" to properly initialise
$MOJO_HOME.
- Made sure we have forward slashes in produced Apache configuration files.
- Fixed failing tests for Ado::Plugin::Example due to stupidly ignored file.
- Improved Ado::Plugin.
- Upgraded to Mojolicious 5.12.
0.49 2014-07-03
- Fixed again failing tests on Windows ("The getpwuid function is unimplemented").
- Added support for mode specific plugin configuration files.
- Preferred Plack + FCGI + FCGI::ProcManager over Mojo::Server::FastCGI and
improved apache2htaccess.ep.
0.48 2014-06-29
- Fixed again failing tests on Windows.
Replaced backslashes with forward slashes.
- Moved most of the INSTALL section from READMEs
to Ado::Manual::Installation.
- Made READMEs smaller.
- Upgraded to Mojolicious 5.10.
0.47 2014-06-18
- $CODENAME changed to
"Ðлаголи" - U+2C03 GLAGOLITIC CAPITAL LETTER GLAGOLI (â°)
- No more major features (plugins, commands) will be added to Ado for now.
Ado core will be polished, made more stable and some
of the current features and assets will eventually go to plugins.
It is time for plugins.
- Fixed failing tests on Windows.
- Improved and fixed apache2htaccess.ep.
Using $^X in FcgidWrapper so bin/ado is executed with our own Perl.
- Upgraded to Mojolicious 5.09.
- Requiring Module::Build 0.4204 now because $self->install_base
returns string (the path) and not an ARRAY reference when
using --install_base=/custom/path.
- Added notes about local::lib to Ado::Manual/INSTALL.
0.46 2014-06-16
- Added new command Ado::Command::generate::apache2vhost.
- Added new command Ado::Command::generate::apache2htaccess.
- Upgraded to Mojolicious 5.07.
- Fixed tests and code using "redirect_to" according to the new behavior.
( run in 0.766 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )