Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
pkgsrc changes:
- adjusting dependencies
- adjusting license definition
Upstream changes:
0.10 Mon Jun 14 2010
- Add Installed Languages feature by Ton Voon and Chris Dolan
(RT #25050)
- Add dependency and tests for i-default fallback feature in
Locale::Maketext::Simple 0.19
|
|
|
|
pkgsrc changes:
- adjust dependencies
Upstream Changes:
0.06
- Fix dependencies in Makefile.PL
|
|
|
|
pkgsrc changes:
- adjust dependencies
- convert module type
Upstream changes:
0.30 2010-05-22
- Added Test::Requires to 06config.t
0.29 2010-05-21
- Using Test::Requires for Mason and Template::Toolkit dependency check
- Removed Template::Toolkit and Mason as prereqs
0.28 2010-05-14
- Added version numbers to Helpers
0.27 2010-03-23
- made ::View::TT and ::View::Mason hard deps
- adjusted tests to reflect the aforementioned
- patches welcome
0.25_02 2010-02-21
- cleaned up tests
- made Test::More 0.88 a prereq
0.25_01 2010-02-21
- updated/corrected docs
- added proper svn repo url
0.25 2010-02-01
- converted to Module::Install
|
|
|
|
pkgsrc changes:
- adjust dependencies
Upstream changes:
0.102370 2010-08-25 08:37:22 America/New_York
remove spurious prereq on Sys::Hostname::Long (thanks ABH)
tweak some tests for truth/definedness in SMTP transport
0.102360 2010-08-24 07:47:24 America/New_York
avoid the need to use "excludes" in role application; this silences
warnings with Moose 1.10
0.101760 2010-06-25 08:18:26 America/New_York
fix sendmail.t with latest Capture::Tiny (Justin Hunter)
|
|
|
|
pkgsrc changes:
- adjust license
Upstream changes:
1.892 2010-09-02
revert all behavior to 1.889
1.891 2010-08-30
rework domainless address feature to work on perl5.8 (Alex Vandiver)
1.890 2010-08-22
allow domainless addresses (if requested) (thanks, Alex Vandiver)
|
|
|
|
pkgsrc changes:
- tidy
- add license definition
- adjust dependencies
Upstream changes:
3.002 2010-06-11
avoid a warning in MailInternet with zero headers found
|
|
|
|
Upstream changes:
1.904 2010-09-04
eliminate memory leak in walk_parts (reported by MKANAT, RT #59581)
|
|
|
|
pkgsrc changes:
- bump dependency of math/p5-Excel-Template-Plus to 0.05
- remove leading "A" from COMMENT
Upstream changes:
0.03 Sunday, April 25, 2010
- Simple release from the developement release 0.02_2
0.02_2 Tuesday, April 20, 2010
- Last development release was shipped with an old Makefile.PL
0.02_1 Monday, April 19, 2010
- add missing build requirement 'parent'
0.02 Thursday, April 15, 2010
- fixed rt#53781 / NEXT deprecated
- fixed rt#42166 / Auto determining template filename broken
- Add helper class, Catalyst::Helper::View::Excel::Template::Plus
|
|
|
|
Upstream changes:
0.30 Tue Apr 13 01:14:07 CEST 2010
- Fix test application to call $c->forward('View::JSON') rather
than (the incorrect) $c->forward('MyApp::View::JSON')
- Fix documentation to match the above change
- Turn off the regex fallback behavior in the test applications on
newer Catalyst versions to ensure tests are correctly forwarding.
- Move actions out of the test application classes into controller
classes to avoid deprecation warnings on newer Catalyst releases.
- 0.29 had unintended commits accidentally pulled from ap/master.
Reverted
|
|
|
|
Upstream changes:
0.35 2010-08-26 01:38:00
- Add expose_methods functionality
- add template name to exceptions
- update render_die message to be more concise.
- Doc fixes (RT#57159)
- Silence warnings about Template::Provider::Encoding (RT #56310)
0.34 2010-04-07 04:14:50
- Fix the process method to have the previous behaviour of reporting
an error to Catalyst if a Template::Exception object is returned by
the render method (i.e. when render_die is unset or set to 0).
- Fix the warning issued about missing the render_die config option to
log using the standard Catalyst logging system (rather than Carping
directly), and to only issue the warning at debug level / when
in debug mode. The severity of this warning will be increased in
a later release.
|
|
|
|
pkgsrc changes:
- adjusting dependencies
Upstream changes:
0.30 Fri Aug 20 2010
- Fix for Windows regarding changes from 0.29
0.29 Fri Aug 20 2010
- Fix issue with 2 character app names that are kept in versioned
directories (e.g. app called QX in QX-2.1.5/)
- bump dep on Config::Any to use the -ForceArray Config::General option
(caelum)
0.28 Wed Jun 30 2010
- Pod Fixes related to config_substitutions() (Oleg Kostyuk)
- Pod fix for the "Using a local configuration file" section of
the Manual (RT #48823)
- Expand XML config example in the manual (teejay, Kieren Diment)
|
|
|
|
Upstream changes:
0.09 4 August 2010
- Use Catalyst::Utils::ensure_class_loaded on the adapted class,
instead of eval/require, so that inner classes in already-loaded
packages will work.
|
|
|
|
0.1400
pkgsrc changes:
- adjusting dependencies
Upstream changes:
0.1400 2010-09-01
* Make can() work as well as AUTOLOADing.
0.1300 2010-06-16
* Support columns with accessors that aren't the column name.
* Fix some documentation typos.
* Stop failing horribly when running the tests in parallel.
* Default to not running pod tests for users, even if the
required modules for that are available.
0.1200 2010-04-10
Release 0.1100 as a stable version without further modifications.
0.1100 2010-03-29 - development release
Support compound primary keys for looking up users.
|
|
|
|
pkgsrc changes:
- adjusting dependencies
Upstream changes:
Wed 1 Sept 2010 23:14:00 BST - Release 0.86
Add rest_serializer_json_options config key useable to set options
like relaxed => 1 to be passed to the JSON serializer (Ton Voon)
Make Data::Dumper unserializer safer by using a Safe compartment (Ton Voon)
Thu 13 May 2010 10:09:19 CEST - Release 0.85
Make Catalyst::Action::Serialize::View return directly rather than serializing
a response for 3XX status codes. This stops back-compat breakage from the
previous change (in 0.84), whilst also allowing actual data serializers
to still handle 3XX.
Fix docs in Catalyst::TraitFor::Request::REST::ForBrowsers. (RT#54983)
Thu 6 May 2010 09:27:56 BST - Release 0.84
Revert always using a trait rather than Catalyst::Request::REST to improve
debug messages.
Add a status_multiple_choices helper method to the Controller base class.
Allow 3XX responses to be serialized.
|
|
|
|
pkgsrc changes:
- add license definition
Upstream changes:
0.34 2010-03-18
- Fix keys and values like '010' being serialized as strings as expected
rather than being turned into ints. (RT#48594)
0.33 2009-07-14
- Added ability to store the order of the keys on decoding
PHP assoc array (Alexander Bassilov)
- Added ability to sort the keys on encoding HASHes (Alexander
Bassilov)
0.32 2009-06-20
- Making finite state machine
- Fixed bug in arrays RT21218
- RT24441 is not a bug
- Croaks on incomplete strings. RT44700
- Fixed bug with float as index. RT42029
- Removed warning from POD
- Changed todo in POD
- BOLAV@cpan.org
0.31 2009-04-14
- Add warning note to POD
- Take patch from RT#45024 to fix boolean deserialization bug.
|
|
|
|
pkgsrc changes:
- adjusting dependencies
- updating module type
Upstream changes:
5.80027 2010-09-01 22:14:00
Bug fixes:
- Fix an issue with newly added test cases which depended on Catalyst::Action::RenderView
5.80026 2010-09-01 15:14:00
Bug fixes:
- Fix so that CATALYST_EXCEPTION_CLASS in MyApp is always respected by
not loading Catalyst::Exception in Utils.pm BEGIN, because some Scripts::*
load Utils before MyApp.pm
- Fix warnings with new Moose versions about "excludes" during role
application
- Fix warning from MooseX::Getopt regarding duplicate "help" aliases.
- parse_on_demand fixed when used in conjunction with debug mode.
A regression was introduced in 5.80022 which would cause the body
to always be parsed for logging at the end of the request when in
debug mode. This has been fixed so that if the body has not been parsed
by the time the request is logged, then the body is omitted.
- Fix show_internal_actions config setting producing warnings in debug
mode (RT#59738)
- Make Catalyst::Test::local_request() set the response base from base href
in the returned document so that links can be resolved correctly by
Test::WWW::Mechanize::Catalyst
Refactoring:
- moved component name sort that happens in setup_components to
locate_components to allow methods to wrap around locate_components
Documentation:
- Fix some typos
- Advertise Catalyst::Plugin::SmartURI
5.80025 2010-07-29 01:50:00
New features:
- An 'action_class' method has been added to Catalyst::Controller to
allow controller base classes, roles or traits
(e.g. Catalyst::Controller::ActionRole) to more easily override
the default action creation.
Bug fixes:
- Fix the --mech and --mechanize options to the myapp_create.pl script
to operate correctly by fixing the options passed down into the script.
- Fix controllers with no method attributes (where the action definitions
are entirely contained in config). RT#58057
- Fix running as a CGI under IIS at non-root locations.
- Fix warning about "excludes" during role application
- Fix warning from MooseX::Getopt regarding duplicate "help" aliases
Documentation:
- Fix missing - in the docs when describing the --mechanize option at one
point.
- Explained the common practice how to access the component's config
values.
- Fixed typo in Catalyst/Script/Server.pm (RT #58474)
5.80024 2010-05-15 11:55:44
Bug fixes:
- Revert the path resolution behaviour to how it used to work before
Catalyst 5.80014_02, so that application paths are (by default)
resolved from $ENV{PATH_INFO} and $ENV{SCRIPT_NAME}. This fixes backward
compatibility breakage seen by a number of people since that release
with mod_rewrite and SSI.
New features:
- Add a use_request_uri_for_path config setting to optionally
use the (more correct) $ENV{REQUEST_URI} path resolution behaviour.
Documentation:
- Clarify the documentation for the Catalyst::Stats interface.
- Copious documentation about the use_request_uri_for_path feature
and the implications of setting this to true/false in
Catalyst::Engine::CGI
5.80023 2010-05-07 23:50:27
Bug fixes:
- Ensure to always cleanup temporary uploaded files in all cases, even
when exceptions occur during request processing, using HTTP::Body's
->cleanup feature. (RT#41442)
- Ensure that Catalyst::Engine::HTTP's options hash is defined before
dereferencing it. (RT#49267)
- Fix regex special characters in REDIRECT_URL variable breaking
the request base. (2nd part of RT#24951)
- Fix not stripping backslashes in DispatchType::Regex::uri_for_action
New features:
- Setting __PACKAGE__->config(enable_catalyst_header => 1); in your MyApp.pm
now enables the X-Catalyst header being printed when not in debug mode.
- Require CGI::Simple::Cookie version 1.109 to ensure support for the
HttpOnly flag
- Allow the myapp_test.pl script to be given a list of paths which it
will retrieve all of. (RT#53653)
- Allow parameterized roles to be applied as plugins.
- Allow requiring minimum versions of plugins when loading them.
Documentation:
- The Catalyst::Test::get method is documented as returning the raw
response bytes without any character decoding (RT#53678)
Cleanups:
- Removal of $Catalyst::PRETTY_VERSION. Future releases will always have the
full and unmangled version number, including trailing zeroes, in
$Catalyst::VERSION.
5.80022 2010-03-28 19:43:01
New features:
- Log an extra line in debug mode with the response status code,
the content type and content length if available.
Refactoring / optimizations:
- Display of the end of hit debug messages has been factored out into
log_headers, log_request, log_request_headers, log_response,
log_response_status_line and log_response_headers methods so that
plugins which customise how much information is shown on the debug
screen as easy to write.
- Make all logging of request and response state get the information from
$c->dump_these so that there is a unified point from which to hook
in parameter filtering (for example).
- $c->model/view/controller have become a lot faster for non-regexp names
by using direct hash lookup instead of looping.
- IP address => hostname mapping for the server is only done once and cached
by Catalyst::Engine::HTTP to somewhat mitigate the problem of people
developing on machines pointed at slow DNS servers.
Bugs fixed:
- DispatchType::Index's uri_for_action only returns for actions registered
with it (prevents 'index :Path' or similar resolving to the wrong URI)
- Make sure to construct Upload objects properly, even if there are
multiple Content-Type headers (Closes RT#55976).
|
|
|
|
I can now build libperfuse within a glusterfs mounted filesystem.
|
|
|
|
pkgsrc changes:
- add license and homepage
- adjust module type
- use no languages
Upstream changes:
- Re-vamp module to Module::Build
- stty.txt merged into POD so it shows up on CPAN
- add Changes log
- basic tests
- die if no parameters passed to stty
|
|
|
|
|
|
Switch api.twitter.com/1/search.json to search.twitter.com/search.json for the
functional change of Twitter API.
|
|
|
|
2010-08-09 (1.4.6)
* Fixed oversight reported in http://github.com/flori/json/issues/closed#issue/23,
always create a new object from the state prototype.
* Made pure and ext api more similar again.
2010-08-07 (1.4.5)
* Manage data structure nesting depth in state object during generation. This
should reduce problems with to_json method definŃ–tions that only have one
argument.
* Some fixes in the state objects and additional tests.
2010-08-06 (1.4.4)
* Fixes build problem for rubinius under OS X, http://github.com/flori/json/issues/closed#issue/25
* Fixes crashes described in http://github.com/flori/json/issues/closed#issue/21 and
http://github.com/flori/json/issues/closed#issue/23
|
|
|
|
|
|
Fix bug in last change which broke extracting RPMs via "lzcat" (which is
now also used for uncompressed RPMs).
|
|
|
|
- Avoid importing isa from UNIVERSAL to fix Perl 5.12 deprecation
warning (Debian bug#578559).
- Fix testcase t/04functions.t to work with Perl compiled with
-Duselongdouble (Debian bug#578558).
- Wrap Document::add_boolean_term() (new in C++ API in 1.0.18).
- Add test coverage for Document::remove_term().
- Add wrappers for the spelling correction functionality (ticket#420).
- Fix to build with compilers other than GCC by disabling Perl's
#define for bool. (ticket#404)
- Improve documentation of QueryParser::set_default_op() and
QueryParser::get_default_op().
- examples/: Use MSet::items() (new in 1.0.13.1).
- examples/simpleexpand.pl: Remove debug print statement left in by
accident.
- Add dependency to regenerate Makefile if Xapian.pm changes (since the
former contains a version number extracted from the latter).
- Add better test coverage for MatchDecider.
- Run POD coverage tests if TEST_POD_COVERAGE is set rather than
TEST_POD so that the other POD tests can easily be enabled without
enabling the coverage tests.
|
|
|
|
- Fix start of "lzcat" if "LZCAT" is not defined as a full pathname.
- Handle short reads on the pipe to "lzcat".
|
|
|