[libdancer2-perl] branch master updated (8622678 -> f3e6820)
gregor herrmann
gregoa at debian.org
Thu Jun 18 15:40:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libdancer2-perl.
from 8622678 releasing package libdancer2-perl version 0.160001+dfsg-1
adds fc2da87 Fix test failure when paths contain regex metas
adds 318a3c4 Reflect changes
adds 372f400 Merge branch 'bugfix/regex_meta_chars'
adds cb24abf Fixes typos in Dancer2::Policy
adds bea7d92 another small typo
adds f8310d0 reflect change
adds 71e3ed8 Merge branch 'fix/typos'
adds b2d5201 Add test for destroying session effect in templates
adds 23a973f Add app->defined_engines method
adds 7e9e265 Clear engine session attr within destroy_session
adds 4b56509 efficienize the loop
adds 3e760a7 reflect change
adds 3000d08 Merge branch 'bugfix/session_destroy'
adds 31cb616 Ignore :tests in importing:
adds dfc8d40 reflect changes
adds 45363be Merge branch 'fix/ignore-tests-in-import'
adds 683dac4 Bump minimum Plack version required.
adds ab708fe Merge branch 'bugfix/min_plack_version'
adds ff2e0ac Use app-level configuration for is_behind_proxy:
adds f47dfa5 reflect change
adds 9389fa3 Merge branch 'fix/gh-730'
adds eab8d5f Move send_error implementation to Core::App
adds 57c3edf reflect change
adds 74ebebe Merge branch 'feature/migrate_send_error'
adds 9688fc3 Remove t/logger/file.t as it does nothing useful
adds d38470d Add test for Logger::File log_dir attribute
adds 5711c11 move test to proper location
adds 6532f7b Add environment and config_location into logger options.
adds 6468e5b Remove $app from Dancer2::Logger::File + bugfix
adds 042aa21 Move the log_dir test into the attribute isa check, add test:
adds b6d58ab refactor, cleanup, give test descriptions
adds 9d86652 reflect changes
adds c4bc9ff Merge branch 'issue/logger_file_default_dir'
adds 8f4ad2e version bump
adds 77363b8 UploadToCPAN already gets run, no need
adds 2462191 timestamp
adds 8c2fa10 Merge branch 'release/0.153000'
adds 3384ba0 show how to use Plack::Test
adds 1925f62 cleanup
adds bfc7ccb reflect changes
adds cdb2424 Merge branch 'doc/show-plack-test'
adds 38a0718 add proper test for Role::Headers
adds 54d407e Merge branch 'test/headers'
adds 7b2c3ae normalize input instead of OS-specific paths
adds b1eb230 reflect change
adds 9b4eeab Merge branch 'fix/gh-734'
adds 84e103e bump versions
adds 74ca5bd timestamp
adds 6463cf7 Merge branch 'release/0.153001'
adds 8ef18bc better check and include more failing lines
adds f3ce399 reflect changes
adds deb974f Merge branch 'fix/windows'
adds cfa604e bump version
adds 7e98fe1 v0.153002
adds b398cd0 Merge branch 'release/0.153002'
adds fe5e29a cleanup tests
adds 0d2537b Cleanup Serializer role:
adds 8cabe3a spacing
adds 76a8fda small bits
adds bb2e592 try_load_class instead
adds 8ee4e37 diag -> note where appropriate
adds 1a65440 fix headers
adds 64db52f add note about serializer changes
adds 2f46438 normalize
adds 4f5bcd1 add an additional comment
adds cccecd5 add logger attribute to other engines as well
adds d0f5c0b another note in document
adds c950a46 reflect changes
adds 511e21a Merge branch 'sawyer/cleanups'
adds 57c90d3 GH #732: Correct status for 403
adds 73a1b79 reflect changes
adds af2d6f1 Merge branch 'fix/status-codes'
adds 82c0f6c Provide all standard responses:
adds b11277d reflect change
adds 948cc23 Merge branch 'feature/all-standard-responses'
adds 854a073 Add section about the session keyword to the migration document.
adds 48a0d36 rephrase
adds 44b6d1b reflect changes
adds e284a0b Merge branch 'migration-pod-session-keyword'
adds ef67f56 Tests for Core::Route.
adds 157c71c Mark route tokens for capture with regex comments.
adds 36b77a1 Rework route match for mixed token and splat captures.
adds 8d57c69 reflect change
adds b4db886 Merge branch 'feature/mixed_named_params_and_splats'
adds 2901bd6 I563: Enable/Disable "Server" header in response. =>
adds e9686e3 Change server_tokens to no_server_tokens:
adds 02bc557 reflect change
adds 7017a58 Merge branch 'feature/optional-server-tokens'
adds fa2cb61 corrected options list in the manual
adds 0ce15d5 forgot to add this test
adds 3b132f2 Merge branch 'test/596'
adds 3569e20 Validate engines against list of supported ones:
adds 9897138 revise tests
adds 360871d reflect changes
adds d7f3626 Merge branch 'feature/test-supported-engines'
adds 1bc3f5a Always return original value from _build_config
adds 2e70dde Reflect changes
adds a74bc60 Merge branch 'bugfix/engine_validation'
adds 8d54472 remove accept_type header and references (GH#663)
adds c288e58 Reflect changes
adds 894527c Merge branch 'mickey/remove_accept_type'
adds d0b62f4 update Migration doc to reflect absent keyword param_array
adds 034077d reorder
adds bf58bd9 improve test doc
adds 151192e reflect changes
adds 6b63aa1 Merge branch 'mickey/migration_pod'
adds c290ad0 small rephrase of a sentence
adds 49b68e1 Merge branch 'fix/doc'
adds 46ce761 Replace Handler::File with Middleware::Static
adds 3bdd3bc Replace response attribute triggers with middleware
adds 67bd1d2 Replace the passthrough option with a file test.
adds 1c777be reflect change
adds 2e9e8c2 Merge branch 'feature/common_middleware'
adds 420e835 Check for DSL object:
adds 03084f7 Merge branch 'fix/dsl'
adds 7085072 use correct default value - a sub
adds 598ffa7 Always deserialize: two bugs fixed:
adds e5df0d7 for cleanups sake
adds 01d74c4 reflect change
adds ca50ccf Merge branch 'fix/serializers'
adds 3d1cfcf Tons of tests for Dancer2::Core::Request:
adds 5218abc fix test
adds 7d9e08d Require env hash, no default:
adds cc2f84c Provide forwarded_host and forwarded_protocol:
adds 0c92fc1 Cleanups:
adds 4bc547d Document the request ID:
adds 57c8f41 remove obsolete test
adds 112ac9a add X_FORWARDED_PROTO too
adds 941731c reflect changes
adds c059ccb Merge branch 'tests/request'
adds 58283a2 Bugfix Maybe[Parameterized types] syntax in Core::Request
adds 2443287 Reflect changes
adds bc5b6b9 Merge branch 'bugfix/gh753_core_request'
adds faaa685 Bugfix GH#753: seperate content get/set method.
adds b56681d Reflect changes
adds 568a48f Merge branch 'bugfix/gh753_core_response'
adds 0e18a2c correct Maybe usage
adds 314ffa0 Wrap content setting in Response:
adds b2138c7 Fix deserialzier test:
adds 2d072bd count :/
adds 7626385 rewrite test, sort of, to fix the errors
adds 7bc4dd5 more fixes
adds e0a0414 Merge branch 'fix/fix'
adds c6af1c0 Correct path resolution methods:
adds 3c686a2 update test for correct path, add check for script_name, request_uri
adds 3cc30c9 update damned test
adds 50dfb8a Merge pull request #752 from PerlDancer/fix/path
adds 103187d Fixing uri_for(undef)
adds 268cc47 reflect change
adds 2a9a847 Merge branch 'fix/uri-for'
adds bd74041 remove unnecessary warning
adds 2e7d523 Merge branch 'doc/patch-method'
adds a42a21c hoping this will work now...
adds e3f104e Merge branch 'fix/windows'
adds 40c0b5f Update documentation regarding scripts that load config:
adds 58e8101 reflect changes
adds 8fa7e34 Merge branch 'fix/script-doc'
adds 611c818 Allow forward or back slashes in ./blib check.
adds 668d62d Reflect changes
adds 5f91818 Merge branch 'fix/more_windows_paths'
adds c4a6796 Consume roles as roles, not mixins:
adds a391e1c Merge branch 'fix/no-mixins-behavior'
adds 91424b7 Test demonstrates a case where with_return is not cleared
adds 8c2f5fd Catch errors thrown by an apps template engine.
adds c252863 reflect changes
adds be178a9 Merge branch 'bugfix/catch_error_template_render_errors'
adds 26b8e4f Cleanup docs for route matching.
adds d5e5e88 reflect change
adds ce50588 Merge branch 'docs/route_params_and_splats'
adds 47e92d7 Update test skeleton to use to_app
adds e35b2d8 Change test skeleton to OO style Plack::Test
adds 84975e2 spacing
adds fca2ed8 reflect changes
adds c0d9d5e Merge branch 'pr/update_test_skeleton_to_app'
adds ca88038 Reworked tests to use Plack::Test
adds fbd0b2e Reworked test to use Plack::Test
adds ee81157 Added test for returned content
adds 5e17a27 Deleted t/server_standalone based on #636
adds 04febf2 Changed Dancer2->runner->psgi_app to Dancer2->psgi_app
adds df576a4 reflect change
adds ed53bd8 Merge branch 'pr/test_rework_plack_test'
adds 2b5cdf5 reflect change
adds 307dacb Merge branch 'doc/testing'
adds 775ff73 v0.154000
adds 0934409 Merge branch 'release/0.154000'
adds be955e7 Remove unnecessary hack for handling static files with middleware:
adds 70d048d reflect change
adds 344007f Merge branch 'doc/static-hack-not-needed'
adds 766d2f5 check for available logger before logging a serializer error
adds f7928c1 Merge branch 'fix/serializers-check-logger'
adds 357d5b3 Handle race condition between lazy engines:
adds 54c8380 reflect change
adds 41e149f Merge branch 'fix/serializer-logging'
adds eccbc25 Default value for "name" attribute in App class:
adds 56361e3 reflect change
adds f63e545 Merge branch 'fix/default-name-to-app'
adds 72cb00d GH #771: Don't serialize empty content:
adds bb9bf33 reflect changes
adds eb4b054 Merge branch 'fix/serializers-ignore-empty-content'
adds 6a66c24 Add example in the manual for * and ** difference
adds 40c2028 reflect change
adds 4e2f3b9 Merge branch 'docs/megasplat_route_param_example'
adds a7bfee5 this is better
adds 616fe9d Make the layouts directory configurable:
adds 1dea550 reflect change
adds 6718384 Merge branch 'feature/template-layouts-dir'
adds bf4da7d Fix dzil config and TravisCI builds:
adds f7ab420 Merge branch 'fix/dzil'
adds 7fcfd7d Removing Plugin::Ajax because it has been separated:
adds c6d8a5c Merge branch 'feature/separate-ajax-plugin'
adds 49d30f7 cleanup id attribute, document
adds 738b4f1 Build atop Plack::Request:
adds 3f885d0 Set Plack::Request as attribute:
adds 718dab9 Allow single-argument request constructor:
adds 3e6990d reflect changes
adds 4bd664d Merge branch 'fix/request-cleanup'
adds 2f0415b some cleanups
adds efa4cc4 Merge branch 'cleanup/tests'
adds add2b6d implemented missing placeholders in log_format; some additional fixes.
adds 2cad471 reflect change
adds 94fc229 Merge branch 'pr/logger_format_message'
adds cfcf850 Remove manual AutoPage registering in test
adds e5350af AutoPage should not serve layout files
adds 82cb95c Use layout_dir attribute, check engine first:
adds 66e5a77 reflect change
adds 88dce0b Merge branch 'fix/autopage_not_serve_layouts'
adds 3a1c33f wtf did i just do? fix breakage!
adds 8776d41 Merge branch 'fix/breakage'
adds 070fc74 Handle HTTP::Body needing a content type:
adds 2435b99 Merge branch 'fix/http-body-warning'
adds bf75aef bump versions
adds b810420 v0.155000
adds d6122d1 Merge branch 'release/0.155000'
adds 1403bdd Fix typo in t/deserialize.t
adds 65ba108 Merge branch 'fix/test_typo'
adds c1f41cd reflect changes here
adds a850ac8 reflect version
adds 2b35e64 Merge branch 'release/0.155001'
adds f0aff32 v0.155001
adds 2f1e820 test fix by A. Sinan Unur
adds a5a4e40 reflect changes
adds 8a1abe5 Merge branch 'fix/windows-testing'
adds 834a763 version bump
adds 0e2798a Merge branch 'release/0.155002'
adds e29d672 v0.155002
adds 08cbf49 Fix more tests on Windows. Don't fail due to directory separator differences.
adds f86668a reflect changes
adds 3e50ce2 Merge branch 'nanis-fix-more-paths-in-tests'
adds 9674c6c version bump
adds 183528d Merge branch 'release/0.155003'
adds 8adac4a v0.155003
adds f8729db Cover cases fo empty content-length:
adds d393f98 reflect changes
adds 755295c Merge branch 'fix/content-length'
adds 4a60fd3 bump version
adds 60bcf43 Merge branch 'release/0.155004'
adds 770f224 v0.155004
adds d0bf00c Add cpanfile to skeleton
adds 8502d39 Remove unnecessary requirements
adds c9ece90 Add XS modules as recommendation from the migration pod
adds 24f9924 Add YAML as recommended
adds bc8e161 Update the skeleton:
adds a0b0c1e reflect change
adds f34c4af Merge branch 'pr/cpanfile'
adds 9bd1626 fixed per #777
adds 7394fb7 reflect change
adds 1cf594c Merge branch 'fix/public-dir-doc'
adds b70b9a5 Do not stringify an expected-overloaded URI object:
adds ac04d37 reflect change
adds 0dc04d9 Merge branch 'fix/no-uri-coerce-overload'
adds 734c242 Don't serialize/deserialize when no content:
adds ee49a9f reflect change
adds c5ba78a Merge branch 'fix/deserialize-empty-body'
adds 569d7b4 Handle invalid serialized response better:
adds 778348d reflect change
adds d31ec93 Merge branch 'fix/crash-on-invalid-content-to-serializer'
adds 32cf1f2 document environment variables
adds e10397f Merge branch 'docs/environment-variables'
adds 574b7f9 version bump
adds 4a7ce5d Merge branch 'release/0.156000'
adds ab30cf0 v0.156000
adds d157816 remove inconsistency expressed in docs
adds f72d44a reflect changes
adds 6508bd4 Merge branch 'doc/serializer'
adds 3d876eb bump version
adds 0ba7dba v0.156001
adds ce32d8f GH #810: strict and warnings in the skeleton bin
adds cb62eaa reflect change
adds 64d2690 Merge branch 'fix/strict-warnings-skeleton'
adds 0bc2da1 GH #802: Remove warnings and DANCER_WARNINGS:
adds a7b8682 reflect change
adds 30c153c Merge branch 'fix/cleanup-warnings'
adds 38c63e5 Use to_app in the skeleton:
adds f196886 reflect change
adds ea27717 Merge branch 'fix/to_app-in-skel'
adds 6f6cfa5 Add more information about sessions to the migration document #661
adds 7a27829 Include the bin/app.pl in the migration guide
adds f6e8bad describe the migration of the Template::Toolkit configuration
adds 7b90fde use to_app instead
adds f9ae701 reflect change
adds 164bfa6 Merge branch 'pr/migration_docs'
adds 6601de9 pod linking to migration guide
adds a8ea52d reflect change
adds b5e9ed0 Merge branch 'pr/link_to_migration'
adds a91b24a Sawyer has OCD
adds 028e54f Merge branch 'cleanup/tests'
adds ca3882e Add test for GH #799:
adds 65c6d7f Logger::Capture should also save format_message() format:
adds 503d0e5 Set the request for engines and App earlier:
adds 17e950f Corrections to logging:
adds 32b07d1 reflect change
adds 980dc92 Merge branch 'issues/gh-799'
adds 4b3fb0a Disable server tokens in production, remove unnecessary config for route caching
adds 71a9a91 reflect change
adds 0dd2cfa Merge branch 'fix/production-tokens'
adds 9b1e7c6 Refactor t/session_in_template.t to Plack::Test
adds 1f94589 Fix indentation
adds 86d7f3a Rewrite session cycle test:
adds 92aa529 We really don't need this test anymore:
adds 2ccc186 another one
adds 79b67cc another one
adds 1d4f919 another one
adds ca3d3f6 last one
adds 230e76c remove unused modules
adds ab7e2a4 last one
adds c57d4fe replace last usage of LWP::UserAgent with HTTP::Tiny
adds 4678b4a reflect changes
adds 0b2374f Merge branch 'pr/move_to_plack_test'
adds 565e8cd correct changes file
adds f4dc6aa force the default of Dancer2::Core::Role::HasLocation->caller to always be relative
adds 3c7ce9b make Handler::File more portable by merging/rejecting paths as appropiate
adds e0e3351 reflect changes
adds 531b4f9 Merge branch 'win32_fixes'
adds df1cdfc more migration updates
adds 36c128b add, improve, etc.
adds 8b97ec7 reflect change
adds e400d4d Merge branch 'pr/migration-pod'
adds 38903f8 Added test for settings.environment in views
adds a85b868 move to better location
adds e47abbe rename
adds df2f0d5 Add environment to the default settings, fixes GH #650
adds acdd92f more descriptive test strings
adds 61563aa reflect change
adds 4f9ea13 Merge branch 'issue/template_environment_setting'
adds b10fb7b version bump
adds 8e5f71b Merge branch 'release/0.157000'
adds d34af88 v0.157000
adds 28e2df8 replace app.pl with app.psgi
adds 1df0d65 update change
adds cbb07c1 Merge branch 'feature/launcher-rename'
adds 6bb1c44 version bump
adds 25343e3 Merge branch 'release/0.157001'
adds 032a202 v0.157001
adds 87364ee Use #!/usr/bin/env perl
adds dc274bd Reflect changes
adds c2042c2 Merge branch 'DavsX-pr/dancer2_use_env_perl'
adds 6bb1ba2 Refactor & reduce duplication across route DSL
adds 3daa771 Small cleanup:
adds c5afa35 Use require better:
adds 395a03f reflect change
adds 7ea1286 Merge branch 'feature/refactor'
adds 25aa26f Change static_page public dir to 'public_dir' in app->config
adds 07a87a9 Refactor error_template.t test
adds 75eb277 move location
adds a2cec1a reflect change
adds 9139b25 Merge branch 'pr/error_static_page_pubdir'
adds c0ca96b Do not imply order in mixed routes:
adds 7341f95 reflect change
adds 836e70c Merge branch 'doc/no-implication-of-order'
adds 1dea4a3 Improve speed for big uploads:
adds aa7840e reflect speed
adds 18587bb Merge branch 'feature/speed-improvement'
adds ecc031c Add test for import of utf8 pragma
adds 02f4894 Merge branch 'test/utf8-import'
adds 261bb2c Use Import::Into for importing pragmas.
adds d19d9fc Reflect changes
adds cac171e Merge branch 'feature/import_into'
adds 0084166 reflect another ticket
adds 6e3b19e reorder changes
adds 1f07c76 bump
adds 77d9cec happy new year
adds a5fb8fa Merge branch 'releaase/0.158000'
adds 4a0125b v0.158000
adds d9ebfe8 Various documentation fixes.
adds 6549ccd Whitespace and trivia documentation fixes.
adds fa697e8 i can be sooooo annoying
adds 4a45d65 reflect changes
adds 9c41077 Merge branch 'docs/cleanup-fixes'
adds dec02c1 Add generated README.md
adds 16c0ce1 small change to mkdn, add changes
adds 9bc885d Merge branch 'pr/readme'
adds 5cbbaa1 Move MIME::Types to optional
adds 61a66d1 small nitbits
adds 2a42006 Merge branch 'mime'
adds ca876f1 fixed typo in documentation
adds 2364c67 reflect changes
adds 6cc829e Merge branch 'VinceW-feature/session-yaml-documentation'
adds 91fb67a Improve scoping of cleanup after app dispatch
adds 35d556d reflect changes
adds b0a5582 Merge branch 'bugfix/scoping_for_404'
adds 02b696f Added some extra needed parentheses in check for request in logger.
adds 11b4a32 reflect changes
adds f4f2f71 Merge branch 'lhengstmengel-pr/logging-request-check-fix'
adds 7ca3c3b Add missing attributes for test class
adds 365e72b reflect changes
adds 5f2c2a8 Merge branch 'haarg-missing-attr-fix'
adds 1cf2768 fix broken link in documentation #831
adds 2778526 reflect changes
adds ac21283 Merge branch 'feature/session-yaml-docs-linksto-page-not-found'
adds 6304f04 Fix no_server_tokens in production.yml skel
adds 07be63a reflect changes
adds be3c102 Merge branch 'fix/no_server_tokens'
adds eb9416e Restructure Manual and Cookbook:
adds a78e27d A few more cleanups:
adds 06b1cc8 removed sub-heading request workflow
adds feb8583 moved load balancers and proxies from Cookbook to Manual
adds 5d8a04e updated output of 'creating a web app' in the manual and deleted 'starting a project' from cookbook
adds 1601665 link to keywords from Dancer.pm
adds ba9eefb Keywords
adds da48254 Deployemnt
adds 143ef9a small error in custom errorpages
adds 48cf9f5 HAProxy
adds 83f645e Removed Deployment
adds 68a640d link for Dancer2::Manual::Deployment
adds 256ced3 removing trailing spaces
adds e08b55b reflect changes
adds 6eaa6a8 Merge branch 'feature/manual-cookbook-cleanup'
adds f05c3a4 Optional prototypes for keywords
adds 5154eba Plugins may register keywords with prototypes
adds ece6ba0 Tests for keywords with prototypes
adds c86484a reflect change
adds 4832d03 Merge branch 'feature/keyword_prototypes'
adds c2b7bd8 Fix an uninitialized variable on malformed cookies (without a value).
adds 6a86ca2 reflect changes
adds 3568be6 Merge branch 'fix/malformed-cookies'
adds f56da54 Fix tests for session data in templates.
adds 13b9e41 Instantiate session before processing template.
adds 0be8b4e reflect changes
adds 10af3b3 Merge branch 'issue/gh840'
adds 99afae1 Issue 565: Fix HTTP Status template logic and documentation
adds cc70c2b Error delegates serializing/encoding to response
adds 22cf18c Merge branch 'feature/error_template_logic'
adds 870d327 Refactor response creation properly into D2::Core::Route:
adds 4e775af test cleanup
adds 42a23b0 Localize Request and Response:
adds c52f3c2 Add delayed (asynchronous) responses:
adds 69cab67 Asynchronous non-blocking streamed responses, OHAI:
adds 6163543 Fix in headers_to_array:
adds e53e44e Handle any level of callback:
adds 26de1d3 Send the received parameters to the delayed sub:
adds d9be5cd Verify after hooks set delayed response headers.
adds 7d3dde7 Use prototypes for the delayed responses:
adds da9fbc9 reflect change
adds 711be4e Merge branch 'feature/delayed-responses'
adds d760400 bump version
adds d057a63 reposition by priority
adds 94bb547 update README
adds f79ef24 last minute doc fixes
adds 369c24a Merge branch 'release/0.159000'
adds 99fd6d8 v0.159000
adds 2edbf32 whoops
adds 380cfcc reflect change
adds 3c730f1 Merge branch 'fix/doc-link'
adds 4b376b0 pod coverage tests always include current directory
adds 993b993 add example
adds 93c9c48 reflect change
adds 3b4e6c1 Merge branch 'doc/async-example'
adds 874303e update to docs
adds 34da706 Merge branch 'release/0.159001'
adds 9375b1c v0.159001
adds a2af396 Fix a memory leak with hook failures:
adds be5c908 reflect change
adds 29296f4 Merge branch 'fix/memory-leak-on-hook-failure'
adds 96d1107 version bump
adds 83eb6ef Merge branch 'release/0.159002'
adds cc73d61 v0.159002
adds 16b341e Cleanup some more test output:
adds c07487c Merge branch 'cleanup/test-message'
adds a2a8937 Fix documentation for forward
adds e53f866 pedantic change
adds 574ed7a reflect change
adds 986075e Merge branch 'forward-docs'
adds bab4d91 Test and eliminate a memory leak with hooks:
adds c2c93c8 reflect change
adds e41d108 Test and eliminate a memory cycle conditionally applying static middleware
adds 6f6a8d1 reflect changes
adds 84d16fa Merge branch 'bug/memory-leak'
adds 0d31bda fix location of documentation fix
adds 2cf76e9 Fix the after_template_render hook example.
adds 7df0dc9 reflect change
adds 373c6b3 Merge branch 'fix/after_template_render-example'
adds cbd339b bump version
adds 10abb4b Merge branch 'release/0.159003'
adds ebef15b v0.159003
adds c14eaba Update Migration.pod
adds 77fc0b3 Cleanup pod formatting: bullet points + indentation
adds 7910682 reflect changes
adds 48790c3 Merge branch 'docs/chenchenzhao000-patch-1'
adds 9db2d68 Fix tt: Internal Server Error 500
adds 721e677 rephrased error
adds 0f6ff0a reflect change
adds e5afa0d Merge branch 'pr/fix-tt-error-message'
adds 173eda2 Fix Issue #866
adds 6d136f9 wrap text, add some more clarifications
adds db791e2 reflect changes, clean other changes
adds 9d2e94f Merge branch 'pr/870'
adds d8b38b9 '.' has higher operator precedence than '?:'
adds bff0cd8 reflect changes
adds c82839e Merge branch 'docs/ternary_precedence'
adds 7d1e473 Error.pm - fix broken accessor
adds d1f671a t/error.t - test $error->throw($response)
adds 3fe00a2 reflect changes
adds 2fa7611 Merge branch 'bugfix/error_borked_accessor'
adds 9f26483 protect sigil
adds 9ec5c0d Alt implementation to remove dual version numbers
adds 7a21bb8 reflect change
adds ce286b3 Merge branch 'fix/alt_default-version-number'
adds 29ea78b fix changes entry
adds b2cb94e DSL logging keywords call app->log directly.
adds 02eed1c Hook execution logs via $app->log
adds cb64040 Reduce number of call frames to skip by one
adds 462b37b best description i can come up with to reflect changes
adds 036eae4 Merge branch 'cleanup/logging_methods'
adds f511eac Deserialize dumped data in restricted compartment
adds 88e9d48 reflect changes
adds 33f6ee5 Merge branch 'feature/safe-eval'
adds 065f55a simple sessions are default, document it
adds dfcd3ec reflect changes
adds 62dc598 Merge branch 'doc/simple-sessions'
adds 66092aa reword to clarify the default
adds 329d2e1 Merge branch 'doc/session-clarify'
adds 1351e42 Ensure setting used for public path is consistent
adds cb94e29 Rework send_file implemenentation
adds 3e5d11c Cleanup send_file docs
adds 574c0dc Oops - remove print debugging statement :(
adds 2ae7454 Remove unnecessary 'use' statement
adds 8906e2e handler_file tests are actually send_file tests.
adds 75c4a69 tests for new send_file features
adds b79f7c3 reflect changes
adds 1c5c473 Merge branch 'feature/delayed_streaming_send_file'
adds 07d802b Add plugin hook registry
adds e1c29d7 Add hooks to the DSL when plugin is registered
adds e6fd3c3 Add test case from #510
adds e40282d Remove get_postponed_hooks method
adds dd7e92f Typo fix - role with a lower case r.
adds 03aa47a Add postponed hooks for plugins in app->finish.
adds 6be4e79 Test on_plugin_import adding hooks
adds 7c62093 ::Role::Hookable requires hook_aliases method
adds 310f5ec Update existing Hookable tests to provide hook_aliases
adds 5d79f76 Add hook_aliases to handlers and engine roles
adds f8a434f Add hook_aliases to ::Core::App
adds 89d8744 reflect changes
adds 7145134 Merge branch 'feature/multiple_plugins_with_hooks'
adds 72423f3 Consistent prefixes: variables and leading forward slashes:
adds 280f133 Tests for token and splat constructs in prefixes
adds 0f70717 Route regexp must have a leading / when prefix is undef.
adds 1954444 reflect changes best i could
adds 9e1d377 Merge branch 'feature/prefix-consistency-modified'
adds 353b447 correct ticket number in changelog
adds a617e69 bump version
adds c37c50a Merge branch 'release/160000'
adds 66ccf64 v0.160000
adds 7b5086a adding the tests for headers/status
adds 1280168 Added headers function to retrieve headers
adds 70a4042 move status/headers as handles on response
adds ec6d2bc Merge branch 'feature/delayed_status_headers'
adds 634ef64 reflect changes
adds 990acdc Update Manual.pod
adds bb78b76 reflect changes
adds 4064d36 Merge branch 'docs/remove_load_keyword'
adds af084fa Ensure failure env config is invalid YAML
adds aaa3005 Catch config loading errors
adds 169c3a3 reflect changes
adds dd137d8 Merge branch 'pr/gh-893'
adds c966a0c Dependency on YAML set to minimal 0.86.
adds 4eb3bdf reflect changes
adds f9cb53e Merge branch 'shlomif-issue889--break-with-old-YAML'
adds 3e377eb Tests for send_file when streaming is disabled
adds 0ba3234 send_file: streaming logic error & missing import
adds dce9ea0 reflect changes
adds 4b3f7c3 Merge branch 'bugfix/send_file_non_streaming'
adds 88e8fa9 bump version
adds b0cc8e6 v0.160001
adds 74c50e9 Change references to Dancer to Dancer2 in the DBIC section.
adds 82d97f7 reflect changes
adds 150080b Merge branch 'simbabque/update-cookbook-dbic'
adds a87e3a7 fix spelling/grammar glitches
adds 79689bf reflect changes
adds 267d8af Merge branch 'docs/debian_spelling_grammer'
adds 23a082a fix testing with cookies example to use full URLs
adds aab0c17 reflect change
adds 028a46f Merge branch 'podfix_testing_with_cookies'
adds 341ef7b error pages and show errors documentation - see ticket #912
adds b5adb77 reflect change
adds 159728e Merge branch 'pr/error-page-documentation'
adds d5a3480 Add escape_filename function to FileUtils
adds a7235b9 Escape session ids before using them as a filename
adds 86647bb reflect change
adds 4e1338b Merge branch 'bugfix/sanatize_session_id_to_filename'
adds adaed21 bump version
adds 6911397 v0.160002
adds d4ef0cb use HTTP::Headers::Fast;
adds 197fad9 Allow HTTP::Headers or HTTP::Headers::Fast
adds 762c08d Update dependencies.
adds 1fea727 Combine @ambs change from #923
adds 7ea954c Merge branch 'feature/http_headers_fast'
adds 94b695a reflect change
adds cf9bdd2 bump version
adds 50d3d37 v0.160003
adds 3e72f41 Imported Upstream version 0.160003+dfsg
new eac5553 Merge tag 'upstream/0.160003+dfsg'
new 6d1766b Import new release 0.160003.
new 5ba4652 Drop language.patch, merged upstream.
new 1258de8 Add (build) dependency on libhttp-headers-fast-perl.
new 9e56772 Update years of packaging copyright.
new f3e6820 releasing package libdancer2-perl version 0.160003+dfsg-1
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Build.PL | 6 +-
Changes | 17 +++
META.json | 123 +++++++++++-----------
META.yml | 123 +++++++++++-----------
Makefile.PL | 6 +-
debian/changelog | 13 +++
debian/control | 2 +
debian/copyright | 2 +-
debian/patches/language.patch | 33 ------
debian/patches/series | 1 -
lib/Dancer2.pm | 4 +-
lib/Dancer2/CLI.pm | 4 +-
lib/Dancer2/CLI/Command/gen.pm | 4 +-
lib/Dancer2/CLI/Command/version.pm | 4 +-
lib/Dancer2/Config.pod | 4 +-
lib/Dancer2/Cookbook.pod | 16 +--
lib/Dancer2/Core.pm | 4 +-
lib/Dancer2/Core/App.pm | 4 +-
lib/Dancer2/Core/Cookie.pm | 4 +-
lib/Dancer2/Core/DSL.pm | 4 +-
lib/Dancer2/Core/Dispatcher.pm | 4 +-
lib/Dancer2/Core/Error.pm | 4 +-
lib/Dancer2/Core/Factory.pm | 4 +-
lib/Dancer2/Core/HTTP.pm | 4 +-
lib/Dancer2/Core/Hook.pm | 4 +-
lib/Dancer2/Core/MIME.pm | 4 +-
lib/Dancer2/Core/Request.pm | 6 +-
lib/Dancer2/Core/Request/Upload.pm | 4 +-
lib/Dancer2/Core/Response.pm | 4 +-
lib/Dancer2/Core/Response/Delayed.pm | 4 +-
lib/Dancer2/Core/Role/ConfigReader.pm | 4 +-
lib/Dancer2/Core/Role/DSL.pm | 4 +-
lib/Dancer2/Core/Role/Engine.pm | 4 +-
lib/Dancer2/Core/Role/Handler.pm | 4 +-
lib/Dancer2/Core/Role/HasLocation.pm | 4 +-
lib/Dancer2/Core/Role/Headers.pm | 21 ++--
lib/Dancer2/Core/Role/Hookable.pm | 4 +-
lib/Dancer2/Core/Role/Logger.pm | 4 +-
lib/Dancer2/Core/Role/Response.pm | 4 +-
lib/Dancer2/Core/Role/Serializer.pm | 4 +-
lib/Dancer2/Core/Role/SessionFactory.pm | 4 +-
lib/Dancer2/Core/Role/SessionFactory/File.pm | 12 +--
lib/Dancer2/Core/Role/StandardResponses.pm | 4 +-
lib/Dancer2/Core/Role/Template.pm | 4 +-
lib/Dancer2/Core/Route.pm | 4 +-
lib/Dancer2/Core/Runner.pm | 4 +-
lib/Dancer2/Core/Session.pm | 4 +-
lib/Dancer2/Core/Time.pm | 4 +-
lib/Dancer2/Core/Types.pm | 4 +-
lib/Dancer2/FileUtils.pm | 24 ++++-
lib/Dancer2/Handler/AutoPage.pm | 4 +-
lib/Dancer2/Handler/File.pm | 4 +-
lib/Dancer2/Logger/Capture.pm | 4 +-
lib/Dancer2/Logger/Capture/Trap.pm | 4 +-
lib/Dancer2/Logger/Console.pm | 4 +-
lib/Dancer2/Logger/Diag.pm | 4 +-
lib/Dancer2/Logger/File.pm | 4 +-
lib/Dancer2/Logger/Note.pm | 4 +-
lib/Dancer2/Logger/Null.pm | 4 +-
lib/Dancer2/Manual.pod | 20 ++--
lib/Dancer2/Manual/Deployment.pod | 2 +-
lib/Dancer2/Manual/Migration.pod | 4 +-
lib/Dancer2/Manual/Testing.pod | 14 ++-
lib/Dancer2/Plugin.pm | 4 +-
lib/Dancer2/Plugins.pod | 4 +-
lib/Dancer2/Policy.pod | 4 +-
lib/Dancer2/Serializer/Dumper.pm | 4 +-
lib/Dancer2/Serializer/JSON.pm | 4 +-
lib/Dancer2/Serializer/Mutable.pm | 4 +-
lib/Dancer2/Serializer/YAML.pm | 4 +-
lib/Dancer2/Session/Simple.pm | 4 +-
lib/Dancer2/Session/YAML.pm | 4 +-
lib/Dancer2/Template/Implementation/ForkedTiny.pm | 4 +-
lib/Dancer2/Template/Simple.pm | 4 +-
lib/Dancer2/Template/TemplateToolkit.pm | 4 +-
lib/Dancer2/Template/Tiny.pm | 4 +-
lib/Dancer2/Test.pm | 4 +-
lib/Dancer2/Tutorial.pod | 4 +-
script/dancer2 | 2 +-
t/00-report-prereqs.dd | 3 +-
t/classes/Dancer2-Core-Role-Headers/with.t | 21 ++--
t/file_utils.t | 19 +++-
82 files changed, 391 insertions(+), 335 deletions(-)
delete mode 100644 debian/patches/language.patch
delete mode 100644 debian/patches/series
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdancer2-perl.git
More information about the Pkg-perl-cvs-commits
mailing list