Posted
over 16 years
ago
by
jonasbn-Rn4VEauK AKRv LV9MX5uipxlwaOVQ5f< at >public.gmane.org
Revision: 426
http://perl-workflow.svn.sourceforge.net/perl-workflow/?rev=426&view=rev
Author: jonasbn
Date: 2008-12-21 14:28:10 0000 (Sun, 21 Dec 2008)
Log Message:
-----------
Updated, more tests added and in general the TODO
... [More]
file might need cleaning or a more regular basis
Modified Paths:
--------------
trunk/workflow/TODO
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------ [Less]
|
Posted
over 16 years
ago
by
jonasbn-Rn4VEauK AKRv LV9MX5uipxlwaOVQ5f< at >public.gmane.org
Revision: 425
http://perl-workflow.svn.sourceforge.net/perl-workflow/?rev=425&view=rev
Author: jonasbn
Date: 2008-12-21 14:21:06 0000 (Sun, 21 Dec 2008)
Log Message:
-----------
Removed unnecessary diag statements,
Modified
... [More]
Paths:
--------------
trunk/workflow/t/state.t
trunk/workflow/t/state_perl.t
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------ [Less]
|
Posted
over 16 years
ago
by
jonasbn-Rn4VEauK AKRv LV9MX5uipxlwaOVQ5f< at >public.gmane.org
Revision: 424
http://perl-workflow.svn.sourceforge.net/perl-workflow/?rev=424&view=rev
Author: jonasbn
Date: 2008-12-21 14:18:14 0000 (Sun, 21 Dec 2008)
Log Message:
-----------
Added tests of
... [More]
Workflow::Validator::InEnumeratedType validator method
Modified Paths:
--------------
trunk/workflow/t/validator_in_enumerated_type.t
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------ [Less]
|
Posted
over 16 years
ago
by
jonasbn-Rn4VEauK AKRv LV9MX5uipxlwaOVQ5f< at >public.gmane.org
Revision: 423
http://perl-workflow.svn.sourceforge.net/perl-workflow/?rev=423&view=rev
Author: jonasbn
Date: 2008-12-21 14:00:47 0000 (Sun, 21 Dec 2008)
Log Message:
-----------
Added a test of Workflow::Config's abstract method
... [More]
parse
Modified Paths:
--------------
trunk/workflow/t/config.t
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------ [Less]
|
Posted
over 16 years
ago
by
jonasbn-Rn4VEauK AKRv LV9MX5uipxlwaOVQ5f< at >public.gmane.org
Revision: 422
http://perl-workflow.svn.sourceforge.net/perl-workflow/?rev=422&view=rev
Author: jonasbn
Date: 2008-12-21 12:29:18 0000 (Sun, 21 Dec 2008)
Log Message:
-----------
Updated TODO and Changes with the Perl::Critic
... [More]
efforts and possible follow-ups
Modified Paths:
--------------
trunk/workflow/Changes
trunk/workflow/TODO
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------ [Less]
|
Posted
over 16 years
ago
by
jonasbn-Rn4VEauK AKRv LV9MX5uipxlwaOVQ5f< at >public.gmane.org
Revision: 421
http://perl-workflow.svn.sourceforge.net/perl-workflow/?rev=421&view=rev
Author: jonasbn
Date: 2008-12-21 08:53:30 0000 (Sun, 21 Dec 2008)
Log Message:
-----------
We are using constants so the following policy is
... [More]
disabled
[-ValuesAndExpressions::ProhibitConstantPragma]
Modified Paths:
--------------
trunk/workflow/t/perlcriticrc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------ [Less]
|
Posted
over 16 years
ago
by
jonasbn-Rn4VEauK AKRv LV9MX5uipxlwaOVQ5f< at >public.gmane.org
Revision: 420
http://perl-workflow.svn.sourceforge.net/perl-workflow/?rev=420&view=rev
Author: jonasbn
Date: 2008-12-21 08:52:04 0000 (Sun, 21 Dec 2008)
Log Message:
-----------
Ran all code through perltidy, have to figure out
... [More]
a way to maintain tidyrc file as part of project
This addresses the following Perl::Critic policies:
[CodeLayout::ProhibitHardTabs]
[CodeLayout::ProhibitTrailingWhitespace]
[CodeLayout::RequireTidyCode]
Modified Paths:
--------------
trunk/workflow/lib/Workflow/Action/InputField.pm
trunk/workflow/lib/Workflow/Action/Mailer.pm
trunk/workflow/lib/Workflow/Action/Null.pm
trunk/workflow/lib/Workflow/Action.pm
trunk/workflow/lib/Workflow/Base.pm
trunk/workflow/lib/Workflow/Condition/Evaluate.pm
trunk/workflow/lib/Workflow/Condition/HasUser.pm
trunk/workflow/lib/Workflow/Condition.pm
trunk/workflow/lib/Workflow/Config/Perl.pm
trunk/workflow/lib/Workflow/Config/XML.pm
trunk/workflow/lib/Workflow/Config.pm
trunk/workflow/lib [Less]
|
Posted
over 16 years
ago
by
jonasbn-Rn4VEauK AKRv LV9MX5uipxlwaOVQ5f< at >public.gmane.org
Revision: 419
http://perl-workflow.svn.sourceforge.net/perl-workflow/?rev=419&view=rev
Author: jonasbn
Date: 2008-12-21 08:34:33 0000 (Sun, 21 Dec 2008)
Log Message:
-----------
[-NamingConventions::ProhibitAmbiguousNames], our
... [More]
set method serves a specific purpose
Modified Paths:
--------------
trunk/workflow/t/perlcriticrc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------ [Less]
|
Posted
over 16 years
ago
by
jonasbn-Rn4VEauK AKRv LV9MX5uipxlwaOVQ5f< at >public.gmane.org
Revision: 418
http://perl-workflow.svn.sourceforge.net/perl-workflow/?rev=418&view=rev
Author: jonasbn
Date: 2008-12-21 08:32:25 0000 (Sun, 21 Dec 2008)
Log Message:
-----------
Defined policy as active, we cannot work around
... [More]
the explicit returns of under. I fear it would break backwards compatibility seriously
Modified Paths:
--------------
trunk/workflow/t/perlcriticrc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------ [Less]
|
Posted
over 16 years
ago
by
jonasbn-Rn4VEauK AKRv LV9MX5uipxlwaOVQ5f< at >public.gmane.org
Revision: 412
http://perl-workflow.svn.sourceforge.net/perl-workflow/?rev=412&view=rev
Author: jonasbn
Date: 2008-12-20 16:06:48 0000 (Sat, 20 Dec 2008)
Log Message:
-----------
Added use of warnings pragma, addressing
... [More]
Perl::Critic policy [TestingAndDebugging::RequireUseWarnings]
Modified Paths:
--------------
trunk/workflow/lib/Workflow/Action/InputField.pm
trunk/workflow/lib/Workflow/Action/Mailer.pm
trunk/workflow/lib/Workflow/Action/Null.pm
trunk/workflow/lib/Workflow/Action.pm
trunk/workflow/lib/Workflow/Base.pm
trunk/workflow/lib/Workflow/Condition/Evaluate.pm
trunk/workflow/lib/Workflow/Condition/HasUser.pm
trunk/workflow/lib/Workflow/Condition.pm
trunk/workflow/lib/Workflow/Config/Perl.pm
trunk/workflow/lib/Workflow/Config/XML.pm
trunk/workflow/lib/Workflow/Config.pm
trunk/workflow/lib/Workflow/Context.pm
trunk/workflow/lib/Workflow/Exception.pm
trunk/workflow/lib/Workflow/Factory.pm
trunk/workflow/lib/Workflow/History.pm [Less]
|