view release on metacpan or search on metacpan
lib/DBIx/Web.pm view on Meta::CPAN
# die if !$dacl;
# foreach my $k (@$dacl) {
# $k->{Trustee}->{Domain}
# $k->{Trustee}->{Name}
# $k->{AceType}
# 0 ADS_ACETYPE_ACCESS_ALLOWED
# =| $k->{AccessMask}
# 1 ADS_ACETYPE_ACCESS_DENIED
# =& $k->{AccessMask}
# %permf=('FULL'=>2032127,'CHANGE'=>1245631,'ADD&READ&EXECUTE'=>1180095,'ADD&READ'=>1180063,'READ&EXECUTE'=>1179817,'READ'=>1179785,'ADD'=>1048854);
# %permd=('FULL'=>2032127,'CHANGE'=>1245631,'ADD&READ'=>1180095,'READ'=>1179817,'LIST'=>1179785,'ADD'=>1048854);
# $k->{AccessMask} >=$perm{$k->{AccessMask}}
# xcacls.vbs
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for DVB-Carousel
0.13 2012-09-11 12:47 CET
o First public release of software
0.14 2012-09-12 14:32 CET
- Added additional trigger for cleaning up the journal table.
0.15 2012-12-26 13:33 CET
- Added PRAGMA to database open
0.16 2012-12-30 18:29 CET
- Optimization of carousel by changed indexing.
0.20 2013-01-04 22:41 CET
- Added getMTS method
0.21 2013-01-16 23:09 CET
- Update of documentation
0.22 2013-03-01 23:50 CET
- Change of getMts function API
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for DVB-Epg
0.33 2012-09-12 10:47 CET
o First public release of software
0.34 2012-09-14 01:06 CET
- Correction of eventDelete API
- Randomization of sections in generation of output TS
0.44 2012-11-08 08:16 CET
- Minor correction in scheduler
0.45 2012-12-26 00:55 CET
- Fixed incorrect usage of uid and service_id
0.46 2013-01-13 20:55 CET
- Fixed usage of utf8
0.47 2013-01-16 23:04 CET
- Update of documentation and remove of debugging code
0.48 2013-02-07 10:42 CET
- Correction of building output chunk (25ms section gap)
0.50 2013-02-21 22:58 CET
- Complete redesign of building output chunk. Now conform with
Bridgetech and Dektec monitoring probe
0.51 2013-12-12 22:29 CET
- Code cleanup || -> //
- fix problem when inserting event with undefined event_id
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Dancer-Logger-LogHandler
0.01 Tue 02 Feb 2010 08:46:02 AM CET
- original version
view all matches for this distribution
view release on metacpan or search on metacpan
0.0508 2021-05-03 14:27:13 CEST
- allow for override at initialization (thanks @danmichaelo)
- make datestamp search field configurable (thanks again @danmichaelo)
0.0507 2021-03-23 15:11:37 CET
- fix until bug
0.0506 2019-12-18 10:34:40 CET
- fix bug in resumptionToken deserializing
0.0505 2019-11-12 09:41:00 CET
- specify required version of MIME::Base64
0.0504 2019-11-06 11:14:45 CET
- stricter query parameter checking
0.0503 2019-10-11 12:11:25 CEST
- fix resumptionToken handling bugs
0.0401 2017-04-24 13:54:38 CEST
- make adminEmail repeatable
- support setDescription, compression and description
0.04 2017-02-14 10:50:59 CET
- xsl stylesheet support
0.0310 2017-02-09 12:08:21 CET
- fix bug in ListRecords if metatadata format has fixes
0.0309 2016-10-20 10:04:28 CEST
- fix date bug
- bugfixes
0.0307 2015-07-02 15:00:35 CEST
- put function call "content_type 'xml'" in function "render". Now errors also have content-type application/xml
0.0306 2015-03-13 09:52:27 CET
- metadata_formats cql option
- fix pod
- more tests
0.0305 2014-05-08 12:11:15 CEST
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Dancer-Plugin-Catmandu-SRU
0.0504 2021-05-03 22:19:48 CEST
- make configuration overridable during initialization
0.0503 2018-11-27 12:06:54 CET
- fix setting content type
- new content_type setting
0.0502 2018-02-27 12:10:52 CET
- host and port are derived by Dancer (better support for reverse proxy)
- maximumRecords can be 0 (handy to check number of records)
0.0501 2017-08-18 13:22:45 CEST
- bump required version of Catmandu::Exporter::Template
0.0403 2016-05-26 15:07:17 CEST
- more pod and a demo application
- bugfixes
0.0402 2016-02-09 16:33:08 CET
- support for default search parameters
0.0401 2016-02-02 14:02:09 CET
- fix capping of limit
- return diagnostic if schema is missing
0.04 2014-11-28 14:03:30 CET
- remove given/when
0.03 2014-05-08 12:25:30 CEST
- build with Dist::Milla
- docs
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Dancer::Plugin::DataTransposeValidator
0.010 Mon 31 Oct 11:31:29 CET 2016
* Dancer2 plugin removed from distro
0.009 Thu 21 Apr 12:57:26 CEST 2016
* stop using aliased
0.008 Thu 29 Oct 17:40:31 CET 2015
* validate email address in tests using String closes GH #2
* bump smoker dependency on Dancer2 within tests to 0.15
* add diag explain on deeply compare fail to help debug GH #2
view all matches for this distribution
view release on metacpan or search on metacpan
[TESTS]
* Make disabled_cart_and_checkout.t RELEASE_TESTING only
(Peter Mottram, GH #55).
0.111 Wed Mar 16 14:48:26 2016 CET
[TESTS]
* Improve debug on failure in disabled_cart_and_checkout.t
(Peter Mottram).
* Fix POD coverage test (Peter Mottram).
* Force rounding in hook tests to avoid SQLite rounding errors
(Peter Mottram).
0.110 Mon Mar 14 21:40:10 2016 CET
[ENHANCEMENTS]
* Pass dbic_product in cart BUILD and add but do not set selling_price
(Peter Mottram).
quantity is changed.
* Pass dbic_product attribute in Cart route 'add' (Peter Mottram).
* Switch from Class::Load to Module::Runtime (Peter Mottram).
* Switch to using Interchange6::Types (Peter Mottram).
0.101 Sun Feb 28 08:10:37 2016 CET
[BUG FIXES]
* cart param in cart route was not setting cart name correctly
(Peter Mottram).
[DOCUMENTATION]
* Improve documentation for cart_class and carts_var_name config options
(Peter Mottram).
0.080 Sun Mar 15 09:49:06 2015 CET
[FEATURES]
* Cart class now configurable to allow subclassing (Peter Mottram)
* Bump up prerequisite on Dancer::Session::DBIC for UTF-8 bug fix
(Stefan Hornburg)
* Remove use of 'authenticated' role from Cart as it is no longer used
(Peter Mottram)
0.071 Sat Jan 3 11:13:55 2015 CET
[BUG FIXES]
* Fix prerequisite on Interchange6::Schema (Stefan Hornburg).
0.070 Fri Jan 2 09:52:14 2015 CET
[ENHANCEMENTS]
* Add before_navigation_search hook to navigation route
(Peter Mottram, GH #47).
[DOCUMENTATION]
* Adjust POD for before_navigation_display_hook (Peter Mottram).
0.061 Fri Nov 28 12:07:35 2014 CET
[BUG FIXES]
* Bump up prerequisite on Interchange6 (GH #41, Stefan Hornburg).
0.060 Thu Nov 27 16:59:29 2014 CET
[API CHANGES]
* Move hooks from Interchange6 (Peter Mottram).
[BUG FIXES]
* Fix usage of 'scalar' in cart route (GH #40, Jeff Boes, Peter Mottram).
0.060_03 Thu Nov 27 15:15:18 2014 CET
[API CHANGES]
* Adjust to Interchange6::Schema changes (Peter Mottram).
* Die on cart errors instead of calling set_error method (Peter Mottram).
[TESTS]
* Enable show_errors in configuration for route tests (Stefan Hornburg (Racke)).
0.019 Sat Mar 22 19:27:39 2014 CET
[ENHANCEMENTS]
* Add support for paging to navigation routes.
[BUG FIXES]
* Remove Interchange6::Class dependency (GH #16, Peter Mottram).
0.010 Wed Mar 12 18:24:02 2014 CET
[ENHANCEMENTS]
* Switch to DPIC6::Cart::DBIC->new instead of IC6::Class::instantiate
(Peter Mottram, GH #13).
* Add payment_order attribute to OnlinePayment class.
0.009 Tue Mar 11 19:18:50 2014 CET
[ENHANCEMENTS]
* Moo cart rewrite (Peter Mottram).
* Add option to use return_url after login success (Peter Mottram).
[TESTS]
* Routes tests (Peter Mottram, GH #9).
0.008 Sun Feb 23 12:25:00 2014 CET
[ENHANCEMENTS]
* Add shop_order and shop_review keywords.
* Update payment_order after payment transaction.
[TESTS]
* Add Product and Review result class tests.
0.007 Mon Jan 27 18:57:07 2014 CET
[ENHANCEMENTS]
* Add shop_attribute keyword.
* Checking variants before adding an item to the cart.
* Include product uri into attributes loaded into the cart.
* Add script to expire/manage DBIC sessions/carts
0.006 Thu Jan 2 17:20:57 2014 CET
[ENHANCEMENTS]
* Add shop_cart keyword as alias for cart keyword.
* Add hooks before_cart_set_users_id,after_cart_set_users_id,
* Add tests for creating an user and show_states field for country
result class.
* Prefer to use plugin keywords.
0.005 Fri Dec 27 13:48:36 2013 CET
[ENHANCEMENTS]
* Add login and logout routes.
* Add support for online payment transactions through shop_charge keyword.
[TESTS]
* Add tests with Test::Database.
0.004 Tue Dec 17 13:56:50 2013 CET
[API CHANGES]
* Remove keyword shop_product_class.
[ENHANCEMENTS]
* Add shop_country keyword.
0.003 Sun Dec 8 12:28:18 2013 CET
[API CHANGES]
* Use {product => $product} instead of just $product as tokens for product route.
[DOCUMENTATION]
* Add documentation about shop_setup_routes to main POD.
0.002 Sun Dec 1 17:15:10 2013 CET
[BUG FIXES]
* Add missing code for loading cart.
* Fix capturing of return value for cart add.
* Adjust code to retrieve navigation information to DBIC.
0.001 Sat Nov 30 17:41:34 2013 CET
* Initial release.
view all matches for this distribution
view release on metacpan or search on metacpan
[ENHANCEMENTS]
* Add support for comparison operators (<, <=, >, >=).
0.0040 Mon Feb 18 09:45:41 2013 CET
[BUG FIXES]
* GH #2: Don't pass empty values to LDAP from quick_insert method
(Marco Pessotto).
* Decode UTF-8 inside DN's retrieved from LDAP (Marco Pessotto).
0.0030 Thu Feb 14 10:48:30 2013 CET
[BUG FIXES]
* GH #1: Fix update of attributes with empty value (Marco Pessotto)
* Use Net::LDAP's socket method to determine whether the LDAP
connnection is still alive.
* Add dn property of LDAP message object to failure message if present.
0.0002 Wed Feb 1 12:58:41 2012 CET
[FIXES]
* Fix UTF-8 encoding on attribute values returned from LDAP search.
* Fix passing through of unaccounted parameters in quick_select to
[DOCUMENTATION]
* Add LDAP bind and password parameters to configuration example.
0.0001 Fri Jan 27 10:03:26 2012 CET
* Initial release.
view all matches for this distribution
view release on metacpan or search on metacpan
handling to loc()
Shortcut lang detection on multiple loc() calls within
one request, when no session is used
Typos and such
0.140120 2014-01-12 01:53:54CET+0100 Europe/Paris
Few cosmetic things.
Fix unitialized value in substitution when accept_language is empty, thanks
to isync for the patch.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Dancer::Plugin::Nitesi
0.0099 Fri Nov 22 21:03:35 2013 CET
[ENHANCEMENTS]
* Add Connection configuration setting for cart.
[DOCUMENTATION]
* Extend POD hooks section with missing validate hooks and subsections.
Fix missing underscore in after_cart_rename hook.
0.0060 Mon Oct 29 08:10:31 2012 CET
[ENHANCEMENTS]
* Add new keywords shop_product, shop_navigation, shop_media,
shop_merchandising and shop_transaction.
instead of using before hook. This fixes problems caused by
using Dancer::Plugin::Nitesi within a commandline script.
* Disregard undefined identifiers for cart tokens.
0.0032 Sun Nov 13 16:41:59 2011 CET
[BUG FIXES]
* Set PATH environment variable to fixed system directories to
avoid test breakage with Crypt::Password 0.06.
[DOCUMENTATION]
* Add "Accounts" section to main POD
0.0031 Mon Nov 7 08:58:23 2011 CET
[BUG FIXES]
* Raise minimum version for Nitesi::DBI requisite
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Dancer-Plugin-Piwik
0.05 Mon Nov 21 11:44:56 2016 CET
* Add piwik_search keyword (Marco Pessotto).
* Track username if set in the session (Marco Pessotto).
* Do not spam the logs with the disabled warning (Marco Pessotto).
* Do not die if the order is 0 (Marco Pessotto).
view all matches for this distribution
view release on metacpan or search on metacpan
t/documents/timetable.gpw2016.ics view on Meta::CPAN
TZOFFSETTO:+0200
END:DAYLIGHT
BEGIN:STANDARD
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Dancer::Session::DBI
0.006 Wed Mar 9 17:59:59 2016 CET
German Perl Workshop 2016 release.
[BUG FIXES]
* Use data_column from configuration as accessor in retrieve method
(Peter Mottram, GH #8).
0.005 Sun Mar 22 07:10:38 2015 CET
[ENHANCEMENTS]
* Use Dancer::Plugin::DBIC to provide schema if 'schema' is passed
in the options as a string (Yanick Champoux, GH #6).
[DOCUMENTATION]
* Add example for Session result class (Yanick Champoux, GH #7).
0.004 Sun Feb 22 10:15:27 2015 CET
[BUG FIXES]
* Fix broken deserialization of UTF-8 characters (GH #3).
[BUG FIXES]
* Fix prototype mismatch (GH #1, GH #2).
0.002 Sun Dec 29 08:30:40 2013 CET
* First official release to CPAN.
* Fix resources in Makefile.PL.
0.001 Fri Dec 20 23:48:00 2013 CET
* Initial release.
view all matches for this distribution
view release on metacpan or search on metacpan
[BUG FIXES]
* Make failure method from form plugin more flexible (Stefan Hornburg).
0.0141 Tue Jan 13 15:59:38 2015 CET
[ENHANCEMENTS]
* Turn check_dangling on by default in development environment
(GH #10, #11, Marco Pessotto).
* Add tests for checkboxes in lists (Marco Pessotto).
* Report XML::Twig version when testing entities (GH #7, Marco Pessotto)
* Add test for ampersand crash (GH #7).
0.0106 Sun Mar 9 14:17:03 2014 CET
[ENHANCEMENTS]
* Add support for URI adjust feature.
0.0104 Fri Mar 7 13:49:05 2014 CET
[ENHANCEMENTS]
* Add support for disabling autodetection (GH #6, Marco Pessotto).
* Add support for checking dangling specification elements
(GH #4, Marco Pessotto)
0.0103 Wed Mar 5 17:11:34 2014 CET
[BUG FIXES]
* Bump up prerequisite on Template::Flute in order to
fix duplicate dropdown problem.
[TESTS]
* Add tests for duplicate dropdowns (GH #5, Marco Pessotto).
0.0102 Fri Feb 28 23:03:04 2014 CET
[ENHANCEMENTS]
* Check first whether one of the form values has a defined value before
lowering the pristine flag.
* Remove spurious warning from Dancer::Plugin::Form.
0.0101 Thu Feb 27 17:21:52 2014 CET
[ENHANCEMENTS]
* Pass options to the translation class (GH #3, Marco Pessotto).
* Add pristine method to Dancer::Plugin::Form object.
0.0099 Mon Feb 10 21:20:19 2014 CET
[ENHANCEMENTS]
* Add meta resources to Makefile.PL.
* Add I18N support for Template::Flute engine (GH #2, Marco Pessotto).
[TESTS]
* Add tests for dropdown failures.
0.0092 Thu Dec 19 16:11:46 2013 CET
[ENHANCEMENTS]
* Add support for multiple forms.
* Extend values method to allow passing of arbitrary parameters.
0.0061 Mon Mar 25 10:54:39 2013 CET
[ENHANCEMENTS]
* Allow URI parameters to be passed into failure method of
Dancer::Plugin::Form.
[DOCUMENTATION]
* Add layout section.
0.0060 Thu Jan 24 15:00:33 2013 CET
* Bump up Template::Flute prerequisite to 0.0060.
[BUG FIXES]
[BUG FIXES]
* Select correct form from tokens when using named forms.
0.0025 Fri Feb 10 17:49:06 2012 CET
[ENHANCEMENTS]
* Add valid method to Dancer::Plugin::Form class.
* Add name method to Dancer::Plugin::Form class.
0.0024 Mon Dec 19 12:08:53 2011 CET
[ENHANCEMENTS]
* Add form plugin Dancer::Plugin::Form.
0.0023 Sat Dec 17 07:09:26 2011 CET
[ENHANCEMENTS]
* Pass through filter options from configuration.
* Pass through selector and children parameters to iterators.
[ENHANCEMENTS]
* Use new auto_iterators parameter for render method.
0.0001 Sun Mar 13 15:40:50 2011 CET
* Initial release.
view all matches for this distribution
view release on metacpan or search on metacpan
0.623 Mon 12 Jun 11:38:30 BST 2017
* Fix exception when user result source has relationships defined by code ref
0.622 Mon 12 Dec 14:30:55 CET 2016
* Add a LICENSE file (Kwalitee+GitHub) + more skips (GH#15, Shlomi Fish).
* Updates for latest test changes in D2PAE.
0.621 Tue 8 Nov 17:05:00 CET 2016
* logged_in_user_lastlogin now stored in session as epoch
* add record_lastlogin to main test provider options
0.620 Thu 3 Nov 16:25:17 CET 2016
* Reinstate removed roles_key
* Update for full compatibility with plugin version 0.620
0.603 Tue 18 Oct 17:08:36 CEST 2016
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Dancer2-Plugin-Auth-Extensible-Provider-Database
0.630 Thu Feb 28 11:12:31 2019 CET
* Fix FOREIGN_KEY typo in POD (Jason Lewis).
* Fix influece typo in POD (Yanick Champoux).
* Add cookbook entry for disabled users. (GH#6, simbabque)
0.620 Thu 3 Nov 17:22:41 CET 2016
* Update to new requirements of plugin version 0.620
0.600 Thu 26 May 18:07:21 CEST 2016
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Dancer2-Plugin-Auth-Extensible-Provider-IMAP
0.003 Fri 4 Nov 14:25:11 CET 2016
* Add test using subclassed provider with roles
0.002 Thu 3 Nov 18:25:36 CET 2016
* Changes to keep compatibility with latest plugin v0.620
0.001 Thu 27 Oct 16:34:19 CEST 2016
view all matches for this distribution
view release on metacpan or search on metacpan
[ENHANCEMENTS]
* Add role_member_attribute_name (Scott O'Neil GH#7, stefano bianchi GH#4)
0.703 Mon 23 Dec 17:45:20 CET 2019
[ENHANCEMENTS]
* Allow anonymous bind (Jason A. Crome, GH#6).
[TESTS]
* Don't import unused 'ldap_mockify' (Peter Mottram).
0.702 Mon 21 Nov 14:33:08 CET 2016
[TESTS]
* Fix failing tests where there is no local LDAP server.
0.701 Thu 3 Nov 17:56:41 CET 2016
* Updates for compatibility with plugin v0.620
- croak instead of returning undef
- add config3 + priorities to tests
[TESTS]
* Make base tests compatible with Provider::Usergroup.
* Split out DBIC provider role tests into new subtest.
0.502 Thu 11 Feb 16:06:29 CET 2016
[BUG FIXES]
* Use getpwnam/getgrent in Unix provider instead of Unix::Passwd::File.
In addition to the obvious benefit of removing a dependency this also
solves a problem with Unix::Passwd::File where it likes to lock the
passwd file but that will fail if the user does not have permissions
which is normal for a web app (Peter Mottram).
Thanks to Jason Lewis for the heads up about this issue.
0.501 Wed Jan 20 12:07:17 2016 CET
[TESTS]
* Always output log messages on get/post errors (Peter Mottram).
0.500 Tue Jan 19 15:08:37 2016 CET
[TESTS]
* Add infrastructure for provider tests and various other
improvements for testing (Peter Mottram).
0.402 Tue Dec 8 14:44:19 2015 CET
[BUG FIXES]
* Adjust regexp for routes to be stricter in order to prevent
incorrect matches causing redirect loops (Evan Brown, GH #32).
[TESTS]
* Add POD coverage test (Stefan Hornburg).
0.306 Thu Mar 26 18:41:53 2015 CET
[BUG FIXES]
* Fix crash on /login when already logged in (Gabor Szabo, Stefan Hornburg, GH #18).
0.305 Tue Mar 17 09:48:43 2015 CET
[ENHANCEMENTS]
* Include the dsl object in the provider constructor (Henk van Oers, GH #13).
[DOCUMENTATION]
* Include the name of the command line tool in the pod (Gabor Szabo, GH #11).
0.304 Fri Feb 20 09:12:18 2015 CET
[ENHANCEMENTS]
* Add support for DBI provider (Andrew Beverley, GH #7).
* Add warning if no realms are configured (Andrew Beverley, GH #6).
[DOCUMENTATION]
* Fix module name in POD of Database provider (Vince Willems, GH #5).
* Fix mix-up of login_page and login_url (David Precious).
0.303 Tue Oct 28 09:13:46 2014 CET
[BUG FIXES]
* Add version to Dancer2 prerequisite (GH #2, Stefan Hornburg).
Prevents test failure in case psgi_app method isn't present.
[TESTS]
* Suppress core and debug logging for tests.
0.302 Sun Oct 26 17:09:57 2014 CET
[BUG FIXES]
* Fix MANIFEST (Stefan Hornburg).
view all matches for this distribution
view release on metacpan or search on metacpan
* Bump dep on D2PAE
* Cleanup MANIFEST
* change upstream repo
* refresh README.md
0.620 Fri 4 Nov 10:35:28 CET 2016
* Updates for compatibility with plugin v0.620
- croak unstead of return undef
- add config3 + schema3.ddl for tests
- update test script for new tests in plugin
view all matches for this distribution
view release on metacpan or search on metacpan
[MISC]
* Deduplicate code related to login page rendering (Tadeusz âtadzikâ
SoÅnierz GH#71)
0.703 Tue 29 Nov 10:25:10 CET 2016
[BUG FIXES]
* Bump dep on Dancer2 to 0.204000. Prior to that release after `forward`
`params` were still available but were not cloned into `parameters`.
This should fix GH #66.
0.702 Mon 28 Nov 12:34:53 CET 2016
[TESTS]
* Chasing down GH#66 and (hopefully) cut down on unexpected warnings
causing no-realms-configured test to fail.
0.701 Tue 22 Nov 10:32:27 CET 2016
[BUG FIXES]
* Try to make File::ShareDir::Install more reliable (Peter Mottram).
* Stop tests failing due to 'Name "YAML::XS::NonStrict" used only once'
warning (Peter Mottram).
* Remove debug log from output in no-reset-password-handle test
(Peter Mottram).
0.700 Fri 18 Nov 13:13:36 CET 2016
[ENHANCEMENTS]
* Add new "no-redirect" login handler (Peter Mottram).
* Break out /login and /login/denied html into external files
[TESTS]
* Lots more tests added resulting in much better coverage (Peter Mottram).
0.622 Wed 9 Nov 11:35:15 CET 2016
* Add back missing $VERSION to Provider::Example
0.621 Tue 8 Nov 16:44:51 CET 2016
[ENHANCEMENTS]
* auth_provider now croaks if no realm is supplied (Peter Mottram).
* Remove old Provider::Example since Provider::Config is a much better
example provider (Peter Mottram).
* logged_in_user_lastlogin now stored in session as epoch (Peter Mottram).
* Removed unused _try_realms method (Peter Mottram).
0.620 Thu 3 Nov 16:01:22 CET 2016
[ENHANCEMENTS]
* User returned by providers can now be any kind of object. Previously
the providers were required to return a hashref (Peter Mottram).
[TESTS]
* Make base tests compatible with Provider::Usergroup.
* Split out DBIC provider role tests into new subtest.
0.502 Thu 11 Feb 16:06:29 CET 2016
[BUG FIXES]
* Use getpwnam/getgrent in Unix provider instead of Unix::Passwd::File.
In addition to the obvious benefit of removing a dependency this also
solves a problem with Unix::Passwd::File where it likes to lock the
passwd file but that will fail if the user does not have permissions
which is normal for a web app (Peter Mottram).
Thanks to Jason Lewis for the heads up about this issue.
0.501 Wed Jan 20 12:07:17 2016 CET
[TESTS]
* Always output log messages on get/post errors (Peter Mottram).
0.500 Tue Jan 19 15:08:37 2016 CET
[TESTS]
* Add infrastructure for provider tests and various other
improvements for testing (Peter Mottram).
0.402 Tue Dec 8 14:44:19 2015 CET
[BUG FIXES]
* Adjust regexp for routes to be stricter in order to prevent
incorrect matches causing redirect loops (Evan Brown, GH #32).
[TESTS]
* Add POD coverage test (Stefan Hornburg).
0.306 Thu Mar 26 18:41:53 2015 CET
[BUG FIXES]
* Fix crash on /login when already logged in (Gabor Szabo, Stefan Hornburg, GH #18).
0.305 Tue Mar 17 09:48:43 2015 CET
[ENHANCEMENTS]
* Include the dsl object in the provider constructor (Henk van Oers, GH #13).
[DOCUMENTATION]
* Include the name of the command line tool in the pod (Gabor Szabo, GH #11).
0.304 Fri Feb 20 09:12:18 2015 CET
[ENHANCEMENTS]
* Add support for DBI provider (Andrew Beverley, GH #7).
* Add warning if no realms are configured (Andrew Beverley, GH #6).
[DOCUMENTATION]
* Fix module name in POD of Database provider (Vince Willems, GH #5).
* Fix mix-up of login_page and login_url (David Precious).
0.303 Tue Oct 28 09:13:46 2014 CET
[BUG FIXES]
* Add version to Dancer2 prerequisite (GH #2, Stefan Hornburg).
Prevents test failure in case psgi_app method isn't present.
[TESTS]
* Suppress core and debug logging for tests.
0.302 Sun Oct 26 17:09:57 2014 CET
[BUG FIXES]
* Fix MANIFEST (Stefan Hornburg).
view all matches for this distribution
view release on metacpan or search on metacpan
0.12 2017-05-30 23:06:50 CEST
- minor twitter changes
- Salesforce added (tests welcome!), thanks to TheAmigo
0.11 2017-01-14 01:42:58 CET
- documentation fix as reported by biafra
- LinkedIn added
0.10 2016-10-13 09:03:25 CEST
- merged github PR #10 (thanks biafra!)
0.09 2015-12-30 11:44:44 CET
- merged github PR #6 and #7
- Removal of DSL, cause 'Using DSL in plugins is deprecated'
0.08 2015-12-22 08:49:28 CET
- fixed missing prereqs as reported by Manwar and biafra
0.07 2015-12-13 12:31:43 CET
- merged changes from keithbro/github-and-stackexchange
0.06 2015-03-18 08:41:33 CET
- moved from File::Slurp to Path::Tiny
0.05 2015-03-03 22:00:58 CET
- moved from JSON::Any to JSON::MaybeXS
0.04 2014-12-29 19:02:52 CET
- fixed undef `base' setting
0.03 2014-10-20 08:58:46 CEST
- Test-only changes
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Dancer::Plugin::DataTransposeValidator
0.201 Mon 30 Dec 18:44:36 CET 2019
* Fix compat with older Perls
0.200 Mon 30 Dec 17:23:21 CET 2019
* 'validator' now returns an object instead of a hash reference.
0.101 Mon 31 Oct 12:22:02 CET 2016
* Fix various issues spotted by CI
0.100 Mon 31 Oct 11:11:06 CET 2016
* Rules can now be configured in a class instead of eval'ed files.
* Plugin maintains a dispatch table in 'rules' attribute.
0.009 Thu 21 Apr 12:57:26 CEST 2016
* stop using aliased
0.008 Thu 29 Oct 17:40:31 CET 2015
* validate email address in tests using String closes GH #2
* bump smoker dependency on Dancer2 within tests to 0.15
* add diag explain on deeply compare fail to help debug GH #2
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Dancer2-Plugin-HTTP-Caching
0.01 Sat, 21 Nov 2015 18:07:17 CET
First version, with most functionallity.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Dancer2-Plugin-HTTP-ConditionalRequest
0.01 Sun, 01 Nov 2015 14:58:17 CET
First version, with most functionallity.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Dancer2-Plugin-HTTP-ContentNegotiation
0.02 Mon, 23 Nov 2015 21:38:17 GMT
Missing dependecies.
0.01 Sat, 21 Nov 2015 18:23:17 CET
First version, with most functionallity.
view all matches for this distribution
view release on metacpan or search on metacpan
[TESTS]
* Make disabled_cart_and_checkout.t RELEASE_TESTING only
(Peter Mottram, GH #55).
0.111 Wed Mar 16 14:48:26 2016 CET
[TESTS]
* Improve debug on failure in disabled_cart_and_checkout.t
(Peter Mottram).
* Fix POD coverage test (Peter Mottram).
* Force rounding in hook tests to avoid SQLite rounding errors
(Peter Mottram).
0.110 Mon Mar 14 21:40:10 2016 CET
[ENHANCEMENTS]
* Pass dbic_product in cart BUILD and add but do not set selling_price
(Peter Mottram).
quantity is changed.
* Pass dbic_product attribute in Cart route 'add' (Peter Mottram).
* Switch from Class::Load to Module::Runtime (Peter Mottram).
* Switch to using Interchange6::Types (Peter Mottram).
0.101 Sun Feb 28 08:10:37 2016 CET
[BUG FIXES]
* cart param in cart route was not setting cart name correctly
(Peter Mottram).
[DOCUMENTATION]
* Improve documentation for cart_class and carts_var_name config options
(Peter Mottram).
0.080 Sun Mar 15 09:49:06 2015 CET
[FEATURES]
* Cart class now configurable to allow subclassing (Peter Mottram)
* Bump up prerequisite on Dancer::Session::DBIC for UTF-8 bug fix
(Stefan Hornburg)
* Remove use of 'authenticated' role from Cart as it is no longer used
(Peter Mottram)
0.071 Sat Jan 3 11:13:55 2015 CET
[BUG FIXES]
* Fix prerequisite on Interchange6::Schema (Stefan Hornburg).
0.070 Fri Jan 2 09:52:14 2015 CET
[ENHANCEMENTS]
* Add before_navigation_search hook to navigation route
(Peter Mottram, GH #47).
[DOCUMENTATION]
* Adjust POD for before_navigation_display_hook (Peter Mottram).
0.061 Fri Nov 28 12:07:35 2014 CET
[BUG FIXES]
* Bump up prerequisite on Interchange6 (GH #41, Stefan Hornburg).
0.060 Thu Nov 27 16:59:29 2014 CET
[API CHANGES]
* Move hooks from Interchange6 (Peter Mottram).
[BUG FIXES]
* Fix usage of 'scalar' in cart route (GH #40, Jeff Boes, Peter Mottram).
0.060_03 Thu Nov 27 15:15:18 2014 CET
[API CHANGES]
* Adjust to Interchange6::Schema changes (Peter Mottram).
* Die on cart errors instead of calling set_error method (Peter Mottram).
[TESTS]
* Enable show_errors in configuration for route tests (Stefan Hornburg (Racke)).
0.019 Sat Mar 22 19:27:39 2014 CET
[ENHANCEMENTS]
* Add support for paging to navigation routes.
[BUG FIXES]
* Remove Interchange6::Class dependency (GH #16, Peter Mottram).
0.010 Wed Mar 12 18:24:02 2014 CET
[ENHANCEMENTS]
* Switch to DPIC6::Cart::DBIC->new instead of IC6::Class::instantiate
(Peter Mottram, GH #13).
* Add payment_order attribute to OnlinePayment class.
0.009 Tue Mar 11 19:18:50 2014 CET
[ENHANCEMENTS]
* Moo cart rewrite (Peter Mottram).
* Add option to use return_url after login success (Peter Mottram).
[TESTS]
* Routes tests (Peter Mottram, GH #9).
0.008 Sun Feb 23 12:25:00 2014 CET
[ENHANCEMENTS]
* Add shop_order and shop_review keywords.
* Update payment_order after payment transaction.
[TESTS]
* Add Product and Review result class tests.
0.007 Mon Jan 27 18:57:07 2014 CET
[ENHANCEMENTS]
* Add shop_attribute keyword.
* Checking variants before adding an item to the cart.
* Include product uri into attributes loaded into the cart.
* Add script to expire/manage DBIC sessions/carts
0.006 Thu Jan 2 17:20:57 2014 CET
[ENHANCEMENTS]
* Add shop_cart keyword as alias for cart keyword.
* Add hooks before_cart_set_users_id,after_cart_set_users_id,
* Add tests for creating an user and show_states field for country
result class.
* Prefer to use plugin keywords.
0.005 Fri Dec 27 13:48:36 2013 CET
[ENHANCEMENTS]
* Add login and logout routes.
* Add support for online payment transactions through shop_charge keyword.
[TESTS]
* Add tests with Test::Database.
0.004 Tue Dec 17 13:56:50 2013 CET
[API CHANGES]
* Remove keyword shop_product_class.
[ENHANCEMENTS]
* Add shop_country keyword.
0.003 Sun Dec 8 12:28:18 2013 CET
[API CHANGES]
* Use {product => $product} instead of just $product as tokens for product route.
[DOCUMENTATION]
* Add documentation about shop_setup_routes to main POD.
0.002 Sun Dec 1 17:15:10 2013 CET
[BUG FIXES]
* Add missing code for loading cart.
* Fix capturing of return value for cart add.
* Adjust code to retrieve navigation information to DBIC.
0.001 Sat Nov 30 17:41:34 2013 CET
* Initial release.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Dancer2-Plugin-Locale-Wolowitz
0.05 2016-06-04 13:26:07 CEST
Support the third parameter to loc as documented in the original Dancer plugin (thanks to Evan Brown!)
0.04 2016-01-14 15:11:19 CET
Fix for new plugin framework
Move to Plack::Test
Require Dancer2 0.166000
0.03 2015-09-21
Use relative path (Bas Bloemsaat)
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Dancer2-Plugin-OAuth2-Server
0.11 2023-09-18 13:59:47 +08
- Double encoding bug fix, use of response_header keyword to works with recent Dancer2
0.10 2016-01-05 16:45:26 CET
- Allow to whitelist redirect uri, by providing the redirect_uri to the verify_client method
0.09 2016-01-05 14:39:47 CET
- Minimal changes to remove deprecation warnings for new Plugin code. Thanks Peter Mottram
0.08 2016-01-03 23:27:52 CET
- Add missing compulsory methods to the Role Dancer2::Plugin::OAuth2::Server::Role
- Update documentation
0.07 2016-01-02 23:58:47 CET
- Add state_required configuration option:
Make the state parameter requried to get an authorization code
0.06 2015-12-20 08:28:08 CET
- Bug fix, function to check is user is logged did not get access to dsl
0.05 2015-12-18 22:45:17 CET
- Breaking change here :( , with the dsl as an attribute of the server class, access to session was not working
dsl and settings are now passed to every function instead of begin an attribute
0.04 2015-12-12 21:22:29 SGT
- Share the access token in "var" when Bearer access token is correct
view all matches for this distribution