Ado

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


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

Changes  view on Meta::CPAN

    - 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 (Ⰲ)
      because we have multilanguage support now.
    - На 11 май Българската православна църква (БПЦ)
      почита Светите братя Кирил и Методий и отбелязва
      възстановяването на Българската патриаршия през 1953 г.

0.40 2014-05-04
    - Started translation of end-user documentation to English.
      Translated in English cover.md ,rewrote intro.md.
      Started translation of intro.md. to Bulgarian.
    - Temporarily monkey-patched Text::MultiMardown to support
      anchors when <base href="<%= url_for('/')->base %>" /> tag
      is used in templates.
    - Upgraded to Mojolicious 4.97.
    - Upgraded to Semantic UI 0.16.1


0.39 2014-04-15
    - Fixed missing 'require' in Build.PL for Email::Address.
    - Fixed 'require' in Build.PL for Mojolicious 4.93.

0.38 2014-04-14
    - Bugfix in ado build test.
    - Improved "adduser" functionality.
    - Added Email::Address for validating... well, email addresses.
    - Upgraded to Mojolicious 4.93.
    - Upgraded to Semantic UI 0.15.5
    - Drawn the public/img/Ado-Building-Blocks.svg diagram.


0.37 2014-04-05
    - Added experimental Ado::Command::adduser.
    - Small improvements and higher test coverage in Ado::Plugin::Auth.
    - Made Ado::Command more consistent with Ado::Plugin.

0.36 2014-03-22
    - Improved documentation.
    - Added sha1.js from CryptoJS v3.1.2.
    - Fixed typos and improved the home page.
    - Added a subset of Free Serif font to use the GLAGOLITIC alphabet
      directly.
    - Upgraded to Mojolicious 4.90.
    - Upgraded to Semantic UI 0.15.1
    - Shamelessly stollen and modified a background pattern from jQuery UI.
    - Added Ado::Plugin::AdoHelpers.
    - Added Ado::Control::Test controller for testing plugins.
    - Implemented experimental digest access authentication with Ado::Plugin::Auth.

0.35 2014-03-01



( run in 1.649 second using v1.01-cache-2.11-cpan-437f7b0c052 )