Ado
view release on metacpan or search on metacpan
Revision history for Ado
0.935 2017-09-02
- Upgraded to Mojolicious 7.43.
- Now trying to use ado.conf and ado.sqlite from $app->ado_home
if the files are not found in $app->home.
0.934 2017-06-17
- Upgraded to Mojolicious 7.33.
- Upgraded to Perl::Critic 1.28 and Test::Perl::Critic 1.03.
0.933 2016-12-05
- Fixed occasionally failing test in t/basic.t.
- Required some higher versions for recommended modules.
0.932 2016-12-04
- Upgraded to Mojolicious 7.11, Mojolicious::Plugin::OAuth2 1.53
and probably others.
- Fixed failing test in t/basic.t.
- Cleared trailing spaces - RTKH (Artur Khabibullin).
- Made some sub arguments assignment slightly more
efficient - KABANOID (Michael Katasonov).
0.931 2016-07-06
- Upgraded to Mojolicious 7.01.
- Fixed some failing tests with the new Mojo.
- Unnoticeable pod reformatting.
0.930 2016-04-15
- Upgraded to Mojolicious 6.58.
- Expanded templates from Ado::Plugin::Auth.
- Fixed bugs related to improper dynamic routes names usage.
- $CODENAME changed to "ÐÐÐ" U+2C0A GLAGOLITIC CAPITAL LETTER INITIAL IZHE (â°).
0.921 2015-06-03
- Fixed query from i18n table to retrieve translated messages.
- Rearranged Plugin::MarkdounRender tests to avoid potential failures.
0.92 2015-06-01
- Ado::Control::list_for_json() accepts a new argument $meta for arbitrary
content, specific to the served resource.
- Removed a lot of debug messages.
- Added database storage for lexicons to Ado::I18n.
Now plugins can store their translated messages in i18n table.
See Ado::Plugin::Vest as example.
- Refactored and improved /articles section.
- Decided not to remove documents from public/doc. They will be used as
end-user documentation and written when time permits.
- $CODENAME changed to "иже" U+2C09 GLAGOLITIC CAPITAL LETTER IZHE (â°)
0.91 2015-05-10
- Upgraded to Mojolicious::Plugin::SemanticUI 0.17 to use only some of
Semantic UI components. This way the first rendering of the default
page is faster on the browser side.
- Implemented header_css and header_javascript helpers to add minimalistic asset
management. Used to refer specific Semantic UI components from templates
and render links to them in the <head> section of the default layout.
- The /help section is deprecated and will be removed in the next release.
- Other cleanups...
0.901 2015-05-01
- Fixed bug in Ado::Plugin::Auth. Now you can disable local authentication
and use only OAuth2 authentication methods.
- Tested and works with Mojolicious 6.10.
- Cleaned up some (now seeming meaningless) TODOs.
0.90 2015-04-26
- Using $app->moniker instead of hardcodded 'ado' in
Ado::Command::generate::apache2htaccess.
- Allow when Ado is installed globally application specific plugin
configuration to override the global plugin configuration.
- Improved test coverage of Ado, Ado::Plugin and
Ado::Command::generate::adoplugin. Total: 81.7% with TEST_AUTHOR set.
0.89 2015-04-19
- Added hard dependency to Mojolicious::Plugin::OAuth2.
- Upgraded to Mojolicious::Plugin::OAuth2 1.52.
- Upgraded to Mojolicious 6.08.
- Added method by_email to Ado::Model::Users.
0.88 2015-04-18
- Updated Ado::Manual::Intro Ado::Manual::Plugins and Ado::Manual::Installation.
Created Ado::Manual::FiveMinutes.
- Ado::Plugin::MarkdownRenderer also makes its configuration available for
usage at runtime by controller classes.
- Implemented Ado::Control::Articles specifically for Ado::Manual::FiveMinutes.
0.87 2015-03-30
- Moved table domains to Ado::Plugin::Site.
- Improved Error reporting in do_sql_file in Ado::Plugin::AdoHelpers.
- Fixed bug in Ado::Sessions. It was failing to set default session type.
0.86 2015-03-30
- Started work in Ado::Build to handle upgrades beside installations
so the sqlite database is not replaced with the newly installed version
and thus destroing content of unconscious users - Alpha.
- Writing Ado::Manual::Intro.
- Upgraded to Mojolicious 6.05!
0.85 2015-03-22
- Added hook 'after_login', emited by Ado::Plugin::Auth.
- Added possibilty to add items to the adobar menu
via session->{adobar_links}.
- $CODENAME changed to
"землÑ" - U+2C08 GLAGOLITIC CAPITAL LETTER ZEMLJA (â°)
- Showing current controller and action only when in development mode
(templates/layouts/default.html.ep).
- 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.
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.
- Upgraded to Semantic UI 0.18.0.
0.45 2014-06-02
- Fixed failing tests with Mojolicious 5.00
(caused by "Changed return value of path_for method in Mojolicious::Routes::Match.").
- Upgraded to Mojolicious 5.02.
- Improved documentation a bit.
0.44 2014-05-29
- Fixed typos in documentation.
0.43 2014-05-25
- Default page now has a Bulgarian variant.
0.42 2014-05-18
- Fixed typos and improved POD.
- Added Ado::Plugin::I18n to the list of the end-user
features at the bottom of the home page.
- Created and used templates/partials/logo.html.ep.
- Created embedded template languages_menu.html.ep in Ado::Plugin::I18n
and used it on the home page. This is a usage example.
- Added jQuery Cookie Plugin v1.4.1.
- Added some flag icons from http://www.famfamfam.com.
- Upgraded to Mojolicious 4.99.
- Upgraded to Semantic UI 0.17.0
0.41 2014-05-11
- Translated intro.md. to Bulgarian.
- Menu items in adobar.html.ep now are only icons.
- Implemented Ado::Plugin::I18n.
First lexicons are in English and Bulgarian.
- Upgraded to Mojolicious 4.98.
- Removed unneeded Ado::Model::SqliteSequence
- $CODENAME changed to
"Ðеди" - U+2C02 GLAGOLITIC CAPITAL LETTER VEDE (â°)
( run in 0.763 second using v1.01-cache-2.11-cpan-39bf76dae61 )