0.10.0 is from 2009; this package was at 0.3.0 (0.4.0 was released in
2005). Upstream does not provide changelogs or NEWS. This update
should be considered equivalent to removing the old package and
importing a new one.
* img: Add a margin around images displayed by this directive.
* comments: Added commentmoderation directive for easy linking to the
comment moderation queue.
* aggregate: Write timestamp next aggregation can happen to
.ikiwiki/aggregatetime, to allow for more sophisticated cron jobs.
* Add --changesetup mode that allows easily changing options in a
setup file.
* openid: Fix handling of utf-8 nicknames.
* Clarified what the filter hook should be passed: Only be the raw,
complete text of a page. Not a snippet, or data read in from an
unrelated file.
* template: Do not pass filled in template through filter hook.
Avoids causing breakage in po plugin.
* color, comments, conditional, cutpaste, more, sidebar, toggle: Also
avoid unnecessary calls to filter hook.
* po: needstranslation() pagespec can have a percent specified.
* Drop Cache-Control must-revalidate (Firefox 3.5.10 does not seem to have
the caching problem that was added to work around). Closes: #588623
* Made much more robust in cases where multiple source files produce
conflicting files/directories in the destdir.
* Updated French translation from Philippe Batailler. Closes: #589423
* po: Fix selflink display on tranlsated pages. (intrigeri)
* Avoid showing 'Add a comment' link at the bottom of the comment post form.
changes:
added the --proto and -proto-redir options
new configure option --enable-threaded-resolver
improve TELNET ability with libcurl
added support for PolarSSL
added support for FTP wildcard matching and downloads
added support for RTMP
added CURLINFO_PRIMARY_PORT, CURLINFO_LOCAL_IP and CURLINFO_LOCAL_PORT
Upstream changes:
1.45 Wed Jun 16 21:15:26 CEST 2010
- fix a bug where the handle woudl go away directly after a successful
connect (analyzed and patch by Maxim Dounin).
- due to popular demand, introduce the Redirect pseudo response header.
- document URL pseudo-header better.
- explain how to implement DNS caching.
Upstream changes:
1.64 Thu Jul 1 10:41:00 CDT 2010
========================================
[THINGS THAT MAY BREAK YOUR CODE]
If you've been accessing $mech->{forms} or $mech->{form} values
directly, instead of going through the $mech->forms or $mech->current_form
accessors, respectively, then this version of Mech will break your
code.
[ENHANCEMENTS]
Parsing of forms has been delayed until they're actually needed.
If don't use forms on a page, you'll no longer waste time and memory
parsing them.
$mech->title now caches the title of the page after parsing the
page to find it.
mech-dump now takes a --cookie-file parameter for keeping cookies
between calls.
[DOCUMENTATION]
Typo fixes.
Pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.11 Sat May 1 04:37:07 PDT 2010
- Upped CGI.pm dependency to 3.33 to fix the upload() issue in perl 5.10
Upstream changes:
0.10 Sun May 16 00:39:55 PDT 2010
- Added a possible workaround to deal with Win32 systems to undo :utf8 PerlIO layer
perl #75106 (suggested by Eric Brine)
0.09 Sat May 8 18:52:04 PDT 2010
- Added a test for utf8 decoding
0.08 Sat May 1 04:30:25 PDT 2010
- Fixed Test::More deps
0.07 Tue Apr 27 15:44:08 PDT 2010
- binmode the stdout filehandle when parsing
Collection.
The Perl 5 Squatting is a web microframework based on Camping. It
originally used Continuity as its foundation, but it has since been
generalized such that it can squat on top of any Perl-based web
framework (in theory).
Collection.
The Perl 5 module Continuity is a library to simplify web applications.
Each session is written and runs as a persistant application, and
is able to request additional input at any time without exiting.
This is significantly different from the traditional CGI model of
web applications in which a program is restarted for each new
request.
NetBSD Packages Collection.
The Perl 5 Test::WWW::Mechanize::PSGI meshes Test::WWW::Mechanize,
a subclass of WWW::Mechanize that incorporates features for web
application testing, and PSGI, a specification to decouple web
server environments from web application framework code. Hence it
allows easy testing of PSGI applications.