[libcatalyst-controller-actionrole-perl] annotated tag upstream/0.17 created (now c5aebeb)
gregor herrmann
gregoa at debian.org
Mon Nov 30 19:02:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to annotated tag upstream/0.17
in repository libcatalyst-controller-actionrole-perl.
at c5aebeb (tag)
tagging 3d8a199de20075b91a2f6e63faa87367d32f199e (commit)
replaces upstream/0.16
tagged by gregor herrmann
on Mon Nov 30 19:47:53 2015 +0100
- Log -----------------------------------------------------------------
Upstream version 0.17
Alex J. G. BurzyĆski (2):
added tests to check number of times roles are executed
Document how to configure using action/action_args
Florian Ragwitz (57):
Initial version.
Add basic tests.
Add .gitignore.
Rename ActionRole to Does. Remove MyActionRole.
Don't assume the controller class already has a metaclass.
Pass a hashref of arguments to the action constructor.
Moose already gives us strict and warnings.
Add some docs.
Add more tests.
Factor out expanding of role shortnames.
Allow applying roles to all actions of a controller by passing action_roles to the constructor.
Document action_roles.
Don't build _action_role_prefix from _action_class.
_action_class is class data, so setting it as a constructor argument does not do what we want.
Tests for action_roles.
Workaround for Runtime 5.7.
Update docs.
Add dzil config.
Ignore cpants generated file.
Add changelog.
Don't use parent. Use the Moose way instead.
Version 0.02.
Add a FIXME comment.
Don't screw up ActionClass attributes.
Merge commit 'jasonk/master'
Version 0.03.
Remove moose component back-compat hack, depend on latest cat 5.7 instead.
Version 0.04_01.
Add Hans Dieter Pearcey to AUTHORS.
Version 0.05.
Don't depend on parent.pm for the tests.
Version 0.06.
Use ActionRole:: instead of Action::Role:: as the default role prefix.
Update documentation for the change role search prefix.
Version 0.09.
Changelogging for 0.09.
Version 0.10.
Exclude BUILD from pod coverage tests.
Version 0.11.
Use native traits instead of the context-sensitive auto_deref to make our readers return lists, not array refs.
Version 0.13.
Switch from PodPurler to PodWeaver.
Version 0.14.
Do not apply ActionRoles to /^_(DISPATCH|BEGIN|AUTO|ACTION|END)$/
Less confusion through better naming
Let Catalyst figure out the right action class
Factor out gather_action_roles for use by extensions
Simplify logic slightly
Catalyst already loads the action class for us
Break out class generation
use style;
Document gather_action_roles
Give credit where credit is due
Convert to [@FLORA]
Changelogging
Note why we need that catalyst version
Version 0.15
Hans Dieter Pearcey (6):
Replace BUILDARGS hack that also doesn't work with Catalyst 5.71001.
add prefix search path for empty prefix
Changes and version bump for 0.07
use PodPurler instead of Weaver for less disorganization
fix link
Changes and version for 0.08
Jason Kohles (2):
Fix an ActionClass bug
Add a testcase for not screwing up ActionClass attributes.
Joenio Costa (1):
spelling fix (RT#68744)
John Napiorkowski (1):
Honour action_args and test for that
Karen Etheridge (17):
bump version to 0.16
use Class::Load instead of Class::MOP
convert to my pluginbundle for greater sanity
clean up Changes formatting
added deprecation notice
fix typo (thanks dsteinbrunner!)
Catalyst-Controller-ActionRole-0.16
collapse back to [@Default] (we were not using the TYPES collector - the only extra bit)
now using [Git::Contributors]
add x_deprecated to metadata
minor grammar nit
declare proper authority
move deprecation notice higher in docs
shorten this pod snippet and move it up
switch from namespace::clean to namespace::autoclean
add irc and mailing list info to metadata
Catalyst-Controller-ActionRole-0.17
NAKAGAWA Masaki (1):
fixed construct stage for catamoose
Tomas Doran (2):
Add dist metadata
Port example code to Moose
William King (2):
Some documentation improvements
Ensure controllers work when using parent.pm
gregor herrmann (1):
Imported Upstream version 0.17
t0m (6):
Totally, epicly pukes everywhere when used with Action::REST
Change to not need an _action_role_prefix method, which allows me to pull the code out into a role (as there is no ClassData in a role)
Unneeded
Fix test and only run with new Action::REST
Fix to more correct method for getting the app class. Can't test this yet, as the canonical example ($self being an anon class) breaks due to other reasons currently..
Changelog and version bump
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-controller-actionrole-perl.git
More information about the Pkg-perl-cvs-commits
mailing list