Age | Commit message (Collapse) | Author | Files | Lines |
|
* blogspam: Fix encoding issue in RPC::XML call.
Thanks, Changaco
* comments: The formats allowed to be used in comments can be configured
using comments_allowformats.
Thanks, Michal Sojka
* calendar: When there are multiple pages for a given day, they're
displayed in a popup on mouseover.
Thanks, Louis
* osm: Remove trailing slash from KML maps icon.
* page.tmpl: omit searchform, trails, sidebar and most metadata in CGI
(smcv)
* openid: Automatically upgrade openid_realm to https when
accessed via https.
* The ip() pagespec can now contain glob characters to match eg, a subnet
full of spammers.
* Fix crash that could occur when a needsbuild hook returned a file
that does not exist.
* Fix python proxy to not crash when fed unicode data in getstate
and setstate.
Thanks, chrysn
* Fix committing attachments when using svn.
|
|
|
|
Upstream changes:
0.97 - #80831 comma-separated selectors from BGRIMM
#80927 scss to css for nested includes from BGRIMM
0.96 - #77718 pod encoding bug from ANDK
- improved URL handling, tests from Dan Markham
0.95 - bugfix for RT#74181 from Andrei Arsenin
0.94 - bugfix for RT#74160 from Andrei Arsenin
|
|
|
|
|
|
|
|
Linux build should be fixed.
|
|
Bump PKGREVISION of all subversion packages to be on the safe side.
Update ap2-subversion PLIST for the change.
|
|
PR 48031 and PR 48035.
|
|
|
|
There must be something wrong with netbsd's headers, as none of
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <err.h>
ought to leak in stdarg.h, but apparently one is.
|
|
|
|
* Syncing distribution version number with Date::Parse, not functional changes
|
|
|
|
[SECURITY]
- CR escaping for Set-Cookie and P3P headers was improved. There was potential
for newline injection in these headers.
(Thanks to anazawa, https://github.com/markstos/CGI.pm/pull/23)
[INTERNALS]
- Changed how the deprecated endform function was defined for compatibilty
with the development version of Perl.
- Fix failures in t/tmpdir.t when run as root
https://github.com/markstos/CGI.pm/issues/22, RT#80659)
- Made it possible to force a sorted order for things like hash
attributes so that tests are not dependent on a particular hash
ordering. This will be required in modern perls which will
change the ordering per process. (Yves, RT#80659)
- formatting of CGI::Carp documentation was improved. Thanks to benkasminbullock.
- un-TODO some tests in t/tmpdir.t that were passing in most cases.
More on this:
https://github.com/markstos/CGI.pm/issues/19#
https://github.com/markstos/CGI.pm/commit/cc73dc9807b0fabb56b3cdf1a9726588b2eda0f7
|
|
|
|
- Fix IO::Socket::SSL warnings when not verifying hostname.
- Doc spelling fix.
|
|
|
|
* Mock http responses to avoid unnecessary network requests -- Randy Stauner
* Fix for RT#55591: Incorrect default value for 'codes_to_determinate'
from yibe via github.
|
|
|
|
- Makefile.PL updated
- removed TLS test for now, some cpan testers reporting issues with
the configuration, seems pointless given the Makefile
- removed some of the tests that seem to fail on congested machines
(eg: cpantesters).
- [SREZIC] added mirror support:
https://rt.cpan.org/Ticket/Display.html?id=44569
|
|
|
|
- Updated mail address
- Pulled: https://github.com/dankogai/p5-uri-escape-xs/pull/2
- POD Fixes
- Addressed: RT#78738: Please provide LICENSE in metadata.
- Addressed: RT#74344: Fails when Net::IDN::Encode 2.003 installed
|
|
|
|
- Don't rely on hash keys being ordered in tests, Perl 5.18 introduces a
per process randomization.
|
|
|
|
* Minor toolchain updates:
+ META.yml + META.json
+ Don't add Module::Build to configure_requires
* Updated FSF address in LICENSE file
|
|
|
|
|
|
- OpenBSD doesn't like the previous _XOPEN_SOURCE hack (ISHIGAKI)
- Disabled a unicode-related test for older perls (ISHIGAKI)
- Tentatively defined _XOPEN_SOURCE under *BSD systems to see
if it solves a compilation issue for threaded perls (ISHIGAKI)
- As of SQLite 3.7.15, SQLite's query optimizer was enhanced
and the result order of a SELECT statement without an ORDER
BY clause may be different from the one of the previous
versions. If your applications or tests mistakenly depend
on the arbitrary output order, they may be broken with this
enhancement.
- Updated to SQLite 3.7.17 (ISHIGAKI)
- Fixed tests that mistakenly made invalid assumptions about
the result order (ISHIGAKI)
- Added a brief note on useful pragmata. (ISHIGAKI)
- Resolved #85302: type fixes (ISHIGAKI)
- Updated to SQLite 3.7.16.1 (ISHIGAKI)
- Removed two obsolete pragma calls at login time (ISHIGAKI)
- Resolved #80344: Set SQLITE_DISABLE_DIRSYNC on AIX (suggested
by Steve Barnsley) (ISHIGAKI)
- Resolved #81536: primary_key_info returns the wrong KEY_SEQ
(VLYON)
- Resolved #84027: Finalizer() not called in (D. Richard Hipp)
- Resolved #84372: -Wpointer-sign warnings with utf8_hop
(RURBAN)
- Resolved #84373: Add test for RT #26775 "name)" key with
DISTINCT (RURBAN/ISHIGAKI)
- Resolved #70815: DBD::SQLite 1.33 build is broken under
Solaris using Sun C (RURBAN)
- Resolved #84380: Fix WINLIKE for mingw/msys (RURBAN)
- Added a note on DBD::SQLite and File::Temp (suggested by
TOKUHIROM) (ISHIGAKI)
- Resolved #56444: immediate transaction should be on by
default, and the doc be updated.
If you really need the deferred transaction (which had long
been the default), set sqlite_use_immediate_transaction
to false explicitly. (ISHIGAKI)
- Updated to SQLite 3.7.14 (ISHIGAKI)
- Added support for foreign_key_info (DAMI/ISHIGAKI)
- Added several methods to retrieve internal information such as
table_column_metadata/db_filename/*_status (ISHIGAKI/VOVKASM)
- Added sqlite_load_extension so that extensions can add
functions internally (ISHIGAKI)
- Resolved #77617: atoll () sometimes just is atol () (GAAS)
- Resolved #48084: improper "require utf8" in tests (ISHIGAKI)
- Resolved #77724: bug in primary_key_info with regard to column
names containing whitespace (ISHIGAKI)
- Resolved #79364: variance example of the doc (ISHIGAKI)
- Resolved #78833: utf8 flag for column names (JAMADAM)
(This hopefully resolved #72418 as well)
- Resolved #64177: ping() wipes out the errstr (ISHIGAKI)
- Resolved #79576: (patch) bind_param don't work with PADTMP
scalars (VOVKASM)
- Refactored primary_key_info to support attached databases
(ISHIGAKI)
|
|
|
|
* Install to 'site' instead of 'perl' when perl version is 5.12+
|
|
|
|
* make realclean: removing all files
RT #68214
* Documented the issue where the error below
BDB0588 At least one secondary cursor must be specified to DB->join
* DB_File installs to wrong place for CPAN version
RT #70420
Makefile.PL prevents INSTALLDIRS on command line.
RT #68287: Makefile.PL prevents INSTALLDIRS on command line.
* typo fix
RT #85335
* Minor change to build with Berkeley DB 6.x
|
|
|
|
- fixed VERSION( undef ) (Peter Vereshagin, RT #80304)
- fixed POD encoding error (Norbert E. Gruener, RT #80468)
- added Perl 5.16 support
|
|
|
|
- prep for upcoming Test::Simple 0.99
- Fixed tests that broke due to Test::More diagnostic changes
|
|
|
|
- Bugfix: Fix taint failures on Windows (Jan Dubois)
|
|
|
|
* Build.PL: add dist_author and x_contributors to META files
* .gitignore: ignore some generated files
* add use warnings to the modules
* remove Id tags from the times of Subversion
* add version number to all the modules
|
|
|
|
- Apply a patch from Debian for correcting a typo.
- https://rt.cpan.org/Public/Bug/Display.html?id=85962
- Thanks to Gregor Herrmann
- Implement a more user-friendly error with XML::RSS->new(version=>1.0)
and a missing "link" and/or "title" field.
- Thanks to Gabor Szabo for reporting it.
|
|
|
|
* Clarified MERGE cache options and fixed bug
* Documentation fixes
|
|
|
|
ack now runs on a standard Perl 5.8.8 install with no module updates.
The minimum Perl requirement for ack is now explicitly 5.8.8. Anything
before 5.8.8 will not work, and we've added checks. Thanks, Michael
McClimon.
[FIXES]
ack was colorizing captured groups even if --nocolor was given.
Thanks, Dale Sedivic.
[ENHANCEMENTS]
The --shell file type now recognizes the fish shell.
We now ignore minified CSS or Javascript, in the form of either *.css.min
or *.min.css, or *.js.min or *.min.js.
Added support for the Dart language.
ack 2.02 was much slower than ack 1.96, up to 8x slower in some cases.
These slowdowns have been mostly eliminated, and in some cases ack 2.04
is now faster than 1.96.
The firstlinematch file type detection option now only searches the
first 250 characters of the first line of the file. Otherwise, ack
would read entire text files that were only one line long, such as
minified JavaScript, and that would be slow. Thanks, Michael
McClimon.
[DOCUMENTATION]
Many clarifications and cleanups. Thanks, Michael McClimon.
|
|
|
|
- Fixed broken use of abs_path on Cygwin [Joel Berger]
- Fixed broken Pod link; reordered CAVEATS section
|