Ado

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  - 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.
    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.



( run in 0.840 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )