summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2011-11-11Update p5-CGI-Session to 4.48.hiramatsu2-7/+6
Changes from previous: 4.48 - July 11th, 2011 No code changes. * INTERNAL: quit using "use diagnostics;" to avert some test failures 4.47 - July 8th, 2011 No code changes. * DOCS: minor POD fixes (Rene Mayorga and Nicholas Bamber) 4.46 - July 8th, 2011 No code changes. * INTERNAL: More packaging fixes. 4.45 - July 1st, 2011 No code changes. * INTERNAL: Fix packaging problem with 4.44. 4.44 - June 6th, 2011 * FIX: Fix 5.14 compatibility issue (Walt Arstingstall) * DOCS: Clarify docs for static ID generator (oalders) 4.43 - Saturday, December 11, 2010 * FIX: Avoid deleting unmatched sessions when calling find() when ip_match is enabled. Closes RT#47795. Thanks to m-uchino, Ron Savage, and Mark Stosberg * NEW: new public ip_match() method is available, primarily for use with find(). (Ron Savage, Mark Stosberg) * DOCS: UTF8 related documentation was updated. * INTERNAL: Don't add _SESSION_EXPIRE_LIST to internal hash unless we need to. RT#51192, Thanks to Pavel V. Rochnyack, Ron Savage, Mark Stosberg * INTERNAL: Avoid calling sprintf() in CGI::Session::ErrorHandler, fixing RT#48733 Solves taint error for Perl V 5.10.0. All well-written code will have been using errstr() to retrieve errors anyway so this change will not affect any code which obeys the API. (Peter Kaminsk, Ron Savage, Mark Stosberg) * INTERNAL: The undocumented 4th parameter to load() has changed its meaning. * INTERNAL: Test suite improvements. (Ron Savage, Mark Stosberg)
2011-11-11fix for http://secunia.com/advisories/45793/spz3-3/+21
snarfed (with adjustment regarding location) from http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util.c?r1=1198940&r2=1198939&pathrev=1198940
2011-11-11Updated p5-HTML-TreeBuilder-XPath to 0.14.hiramatsu2-7/+6
Changes from previous: version 0.14 date: 2011-09-20 # bug fix fix: comment() did not work, as the text was in {text} not {_text} report and initial patch by perlover version 0.13 date: 2011-06-19 # minor improvement added: make the link _parent a weakref sent by Graham Barr https://rt.cpan.org/Public/Bug/Display.html?id=68896 version 0.12 date: 2010-09-29 # minor bug fix fix: added getLocalName on elements see https://rt.cpan.org/Public/Bug/Display.html?id=61746 found and fixed by Tokuhiro Matsuno added: a few tests
2011-11-11Updated p5-Plack-Middleware-ReverseProxy to 0.11.hiramatsu2-7/+6
Changes from previous: 0.11 Thu Oct 13 11:30:00 2011 - test_requires 'Test::Base' instead of use_test_base (by tokuhirom) 0.10 Fri Aug 26 00:30:00 2011 - fix dependency error (RT:70437 by bobtfish) 0.09 Tue May 03 20:02:00 2011 - fix for x-forwarded-proto: http (by fujiwara) 0.08 Tue Nov 23 18:20:00 2010 - Compatibility with Apache 1.x frontend 0.07 Sat Aug 28 09:40:00 2010 - Fix dependencies
2011-11-10Update p5-Plack-Middleware-Session to 0.14.hiramatsu2-7/+6
Changes from previous: 0.14 Tue Mar 29 13:48:42 PDT 2011 - Support get_dbh callback in Store::DBI (kazeburo) 0.13 Wed Dec 22 08:56:52 PST 2010 - Added WARNINGS to deprecate request parameter based session state from the default state - Added 'change_id' option for paranoids against session fixation (s-aska, nihen)
2011-11-09Revert removal of neon (hi ryoon!)joerg1-1/+2
2011-11-08Oops, forgot to remove these files, too.taca45-3341/+0
2011-11-08* Remove .require_paths from PLISTtaca8-15/+12
* Bump PKGREVISION.
2011-11-08mod-limitipconn, as from wip/ap2-limitipconn by Todd Vierling, butis4-0/+51
modified for user-destdir, brought forward to version 0.23, and with the added contributed LocalIP patch from the author's web page.
2011-11-08Remove typolight generic directory.taca4-119/+0
2011-11-08Remove typolight28 packages, please migrate to contao210 package now.taca13-2305/+0
2011-11-08Remove typolight related entries.taca1-5/+1
2011-11-08Update contao210-translations package 20111103.taca4-8/+101
Add Portuguese language files.
2011-11-08Update www/contao210 and www/contao210-example package to 2.10.3.taca3-8/+8
Version 2.10.3 (2011-11-07) --------------------------- - Fixed: the postLogin/Logout hooks broke the save() method of the model (#3545) - Fixed: the style sheet editor did not handle font-family/size:inherit correctly (#3531) - Fixed: MooTools changed the default wMode settings for Swiff (#3540) - Fixed: the style sheet importer did not handle border-color:transparent/inherit (#3480) - Fixed: do not index empty news/event/FAQ/newsletter reader pages (#3511) - Fixed: group labels were not always loaded correctly (#3591) - Fixed: added a rename() workaround for Windows to the FileCache class (#3390) - Fixed: the site structure was not ordered properly for non-admins (#3423) - Fixed: custom layout sections were not displayed in "override all" mode (#3460) - Fixed a few minor issues
2011-11-07Update p5-CSS to 1.09.hiramatsu2-7/+7
Change from previous; 1.09 -Recompiled P::RD Grammar against newer version to fix https://rt.cpan.org/Public/Bug/Display.html?id=53948
2011-11-07Update to 3.20111106. From the changelog:schmonz2-6/+6
* searchquery.tmpl: Track escaping change in upstream template. Thanks Olly Betts for review. * svn: Support subversion 1.7, which does not have .svn in each subdirectory. * rst: import docutils lazily, to avoid errors during ikiwiki --setup. Closes: #637604 (Thanks, smcv) * Make the setup automator create YAML formatted files. * Fix handling of discussion page creation links to make discussion pages in the right place and with the right case. Broken by page case preservation feature added in 3.20110707.
2011-11-06Update p5-CGI-PSGI to 0.15.hiramatsu2-7/+6
Changes from previous: 0.15 Tue May 17 13:58:50 PDT 2011 - Updated the list of overriding methods per CGI.pm update - Added a note that you can't use CGI::Pretty (reported by Maestro) 0.14 Sat Dec 25 11:35:52 PST 2010 - Port fixes for header injection from CGI.pm (markstos) 0.13 Sat Oct 30 23:09:06 PDT 2010 - Specify Test::More dep 0.12 Mon Oct 25 11:06:59 PDT 2010 - Strip Status: header since to conform PSGI spec (clkao)
2011-11-05Update p5-Squatting-On-PSGI to 0.06.hiramatsu2-7/+6
Changes from previous: 0.06 Fri Apr 29 21:09:58 PDT 2011 - require latest Squatting 0.05 Wed Apr 27 04:38:04 PDT 2011 - support for Plack::Middleware - updated tests to work w/ Squatting 0.80
2011-11-05Update p5-Catalyst-Plugin-AutoRestart to 0.94.hiramatsu2-8/+7
Change from previous: 0.94 2011-06-29 - Add option to kill through HUP signal instead of exit.
2011-11-05Add nanoblogger and nanoblogger-extraryoon1-2/+3
2011-11-05Import of nanoblogger-extra-3.4.2 as www/nanoblogger-extraryoon4-0/+79
This is a collection of various contributions and add-ons for NanoBlogger, which among other things, includes important translations for languages other than English.
2011-11-05Import of nanoblogger-3.4.2 as www/nanoblogger from wip/nanobloggerryoon4-0/+134
NanoBlogger is a small weblog engine written in Bash for the command line. It uses common UNIX tools such as cat, grep, and sed to create static HTML content. It's free to use and modify under the GNU General Public License.
2011-11-02Fix thinko in used-by comment.dholland1-2/+2
2011-11-01Update viewvc package to 1.1.11.scottr7-160/+203
Significant changes from version 1.0 include: * Pluggable, Python-based authorization subsystem * Support for path-based authorization, including parsing and honoring Subversion authz configuration files * Support for per-virtual host and per-root configurations * Template improvements
2011-11-01Update contao210-translations package to 20111022.taca3-8/+8
Update Rhaeto Romance language files.
2011-11-01use < /dev/null instead of yes "" |hans1-3/+3
2011-11-01Recursive bump for textproc/rasqal buildlink addition.sbd1-2/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd31-53/+62
2011-10-31Move www/haproxy to net/haproxy.morr7-149/+1
PR pkg/45547
2011-10-31+ www/haproxymorr1-1/+2
2011-10-31HAProxy is a free, very fast and reliable solution offering highmorr6-0/+147
availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for web sites crawling under very high loads while needing persistence or Layer7 processing. Supporting tens of thousands of connections is clearly realistic with todays hardware.
2011-10-29Mark as BROKEN. There's a directory in the source for newer ocaml, but it'sdholland1-1/+3
empty. The precompiled files included in the distfile do not work.
2011-10-29Fix build with current ocamldholland2-1/+22
2011-10-29Update ruby-httpclient to 2.2.3.obache2-6/+6
= Changes in 2.2.3 = Oct 28, 2011 - version 2.2.3 * Bug fixes * Ruby 1.8.6 support. It's broken from 2.2.0.
2011-10-28Update p5-Rose-HTML-Objects to 0.611.hiramatsu2-7/+6
Changes from previous: 0.611 (11.16.2010) - John Siracusa <siracusa@gmail.com> * Added default HTML serialization for compound fields. * Removed documentation for nonexistent field_names() method. 0.610 (10.02.2010) - John Siracusa <siracusa@gmail.com> * Fixed a bad probe in form-nested.t that was causing spurious test failures. * Attempted to fix mro-c3.t test failures that I've thus far been unable to reproduce locally. 0.608 (10.01.2010) - John Siracusa <siracusa@gmail.com> * Silenced a warning in t/form-field.t * Clarified the precedence of object_from_form() initialization in cases where a parent form and sub-form have fields with the same local_name() (Reported by Christopher Masto)
2011-10-27Update p5-Starlet to 0.13.hiramatsu2-7/+6
Changes from previous: 0.13 - test compatibilty improvement: ignore proxy setting while running tests (datamuc) 0.12 - [bugfix] fix infinite loop when connection is closed while receiving response content (thanks to Jiro Nishiguchi-san) 0.11 - suppress the warning "Use of "goto" to jump into a construct is deprecated"
2011-10-272.11 2011-10-26 00:00:00mspo2-6/+6
- Improved Mojo::IOLoop::Stream to only emit close events once. - Improved documentation. 2.10 2011-10-25 00:00:00 - Added EXPERIMENTAL send_frame method to Mojo::Transaction::WebSocket. - Added EXPERIMENTAL frame event to Mojo::Transaction::WebSocket. - Changed syntax for binary messages in Mojo::Transaction::WebSocket. [$bytes] becomes [binary => $bytes] - Improved documentation. - Improved tests. 2.09 2011-10-23 00:00:00 - Fixed small environment cleanup bug in Mojo::IOLoop::Server. 2.08 2011-10-23 00:00:00 - Fixed a few more small test bugs. 2.07 2011-10-23 00:00:00 - Improved documentation. - Fixed a few small test bugs. 2.06 2011-10-23 00:00:00 - Improved documentation. 2.05 2011-10-22 00:00:00 - Added EXPERIMENTAL max_memory_size attribute to Mojo::Asset::Memory. - Added EXPERIMENTAL is_file method to Mojo::Asset and Mojo::Asset::File. - Improved start_tls method in Mojo::IOLoop by allowing it to accept more options. - Improved MOJO_MAX_MEMORY_SIZE handling by moving it from Mojo::Content::Single to Mojo::Asset::Memory. - Improved documentation. - Fixed HTTPS proxy bug in Mojo::UserAgent. 2.04 2011-10-21 00:00:00 - Improved documentation. - Fixed small HTTP response parser bug. - Fixed Windows portability issue in "upload_lite_app.t". 2.03 2011-10-20 00:00:00 - Deprecated all is_done methods in favor of is_finished. - Renamed done event in Mojo::IOLoop::Trigger to finish. - Added EXPERIMENTAL support for new HTTP status codes from draft-nottingham-http-new-status. - Improved documentation. - Fixed small bug in "upload_lite_app.t". 2.02 2011-10-20 00:00:00 - Merged request and upgrade events in Mojo::Transaction::HTTP. - Improved Mojolicious::Controller attribute default values. - Improved documentation. 2.01 2011-10-19 00:00:00 - Added EXPERIMENTAL upgrade event to Mojo::Content::Single. - Added EXPERIMENTAL part event to Mojo::Content::MultiPart. - Improved documentation. - Fixed arguments of upgrade event in Mojo::Transaction::HTTP. - Fixed small WebSocket upgrade bug in Mojo::Server::Daemon. 2.0 2011-10-17 00:00:00 - Code name "Leaf Fluttering In Wind", this is a major release. - Increased Perl version requirement to 5.10.1. - Renamed Mojo::IOLoop::EventEmitter to Mojo::EventEmitter. - Replaced one_tick method in Mojo::IOWatcher with start and stop methods. - Added EXPERIMENTAL contains method to Mojo::Path. - Added EXPERIMENTAL auto_upgrade attribute to Mojo::Content::Single. - Added EXPERIMENTAL boundary method to Mojo::Content. - Added EXPERIMENTAL slice method to Mojo::Collection. - Added EXPERIMENTAL build and parse methods to Mojo::IOLoop::Resolver. - Updated WebSocket implementation to ietf-17. - Improved many modules to use events instead of callbacks. - Improved message parser performance slightly. - Improved Mojo::IOLoop to die if started twice. - Improved setuidgid in Mojo::Server::Daemon. - Improved Mojo::IOWatcher backend detection. - Improved Mojo::IOLoop::Stream to handle unexpected connection close more gracefully. - Improved documentation. - Improved tests. - Fixed many portability issues. - Fixed on_finish callback to work consistently with all servers. - Fixed on_finish callback to work consistently with the user agent. - Fixed big memory and file descriptor leak in the TLS code of Mojo::IOLoop::Server. - Fixed small memory leak in Mojolicious. - Fixed small memory leak in Mojo::DOM. - Fixed small memory leak in Mojo::Message. - Fixed small boundary bug in Mojo::Content::MultiPart. - Fixed small formatting bug in Mojo::Headers. - Fixed small proxy message generation bug. - Fixed small detection bug in Mojolicious::Types.
2011-10-25Update p5-CGI-Application to 4.50.hiramatsu2-7/+6
Changes from previous: 4.50 Thu Jun 16, 2011 [FEATURES] Better PSGI support in the core - run_as_psgi() works like run, but directly returns the expected PSGI response structure - psgi_app() wraps up all the PSGI bits to call and run the application and return a PSGI code ref: $psgi_coderef = WebApp->psgi_app({ ... args to new() ... }); [DOCUMENTATION] - docs for header_props() were improved [INTERNAL] - source control management was moved from darcs to git. Those who prefer darcs are are more familiar with it are advised to try the darcs-git.py wrapper for git. - The test file psgi_app.t is missing from this release and will be added later.
2011-10-25Update p5-AnyEvent-HTTP to 2.13.hiramatsu2-7/+6
Changes from previous: 2.13 Wed Jul 27 17:53:58 CEST 2011 - garbled chunked responses caused AnyEvent::HTTP to malfunction (patch by Dmitri Melikyan). - fix GET => HEAD in one case in the documentation (James Bromberger). 2.12 Tue Jun 14 07:22:54 CEST 2011 - fix a possible 'Can't call method "destroyed"' error (which would have been reported by Carl Chambers). 2.11 Tue May 10 14:33:28 CEST 2011 - the keepalive session cache wouldn't take port and scheme into account when reusing connection - potentially causing information leaks (reported by Nick Kostirya). - bump AnyEvent dependency version (reported by Richard Harris). 2.1 Thu Feb 24 13:11:51 CET 2011 - the keepalive and persistent parameters were actually named differently in the code - they now work as documented. - fix a bug where callbacks would sometimes never be called when the request timeout is near or below the persistent connection timeout (testcase by Cindy Wang). - destroying the guard would have no effect when a request was recursing or being retired. 2.04 Sat Feb 19 07:45:24 CET 2011 - "proxy => undef" now overrides any global proxy when specified. - require scheme in urls, also use a stricter match to match urls, leading or trailing garbage is no longer tolerated. - EXPERIMENTAL: allow '=' in cookie values. 2.03 Tue Jan 18 18:49:35 CET 2011 - dummy reupload, file gone from cpan somehow. 2.02 Wed Jan 12 04:29:37 CET 2011 - do not lowercase cookie names, only parameter names. 2.01 Tue Jan 11 07:38:15 CET 2011 - add missing dependency on common::sense. - add a resume download example. 2.0 Tue Jan 4 09:16:56 CET 2011 - hopefully fully upgraded to HTTP/1.1. - support HTTP/1.1 persistent and HTTP/1.0 keep-alive connections. - drop https-proxy-connection support. seems unused and ill-specified. - use more differentiated 59x status codes. - properly use url (not proxy) hostname to verify server certificate. - much improved cookie implementation: - properly implement cookie expiry (for new cookies). - new function to expire cookies and sessions: cookie_jar_expire. - add special exception to parse broken expires= keys in set-cookie headers. - do not quote cookie values when not strictly necessary, to improve compatibility with broken servers. - accept and send lots of invalid cookie values exactly as they were received - this should not impact valid values. - lowercase cookie parameter names for improved compatibility. - support the max-age cookie parameter, overrides expires. - support cookie dates (and a few others) in parse_date. - properly support value-less parameters (e.g. secure, httponly). - do not send Host: header in a proxy CONNECT request. - use common::sense. - lowercase hostnames and schemes. - ignore leading zeroes in http version. - handle spaces in content-length headers more gracefully. 1.5 Fri Dec 31 04:47:08 CET 2010 - bugfix: after headers were received, if any error occured the wrong (server-sent) Status and Reason fields would be passed to the callback. - when an error occurs during transfer, preserve status/reason. - add socks4a connect example. - new "tcp_connect" parameter. - new format_date and parse_date functions. - diagnose unexpected eof as such when the length is known. - add 205 to the responses without body. 1.46 Mon Sep 6 08:29:34 CEST 2010 - some (broken) servers differentiate between empty search parts and nonexistant search parts, work around this (problem analyzed by Sergey Zasenko). - possibly increase robustness by always setting an on_error callback on the AnyEvent::Handle object (especially in case of user errors, such as nehative timeouts). - we now always follow 301/302/303 redirects and mutate POST to GET. - we now always follow 307 redirects, even for POST. - header-less responses are not parsed correctly (at a negative speed penatly :). 1.45 Wed Jun 16 21:15:26 CEST 2010 - fix a bug where the handle would 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.
2011-10-25Update to 0.9.9.7. Supposedly improves iOS support and:wiz3-12/+19
Functionality Enhancements Add support for incoming requests to be content-encoded with gzip, deflate or compress. Add page for listing external calendar binds. Implement basic support for supported-calendar-component-set in MKCALENDAR/MKCOL. Bug Fixes Additional work on CalDAV scheduling extensions should now make this usable. Further fixes to the handling of time-range queries in the calendar-query report. Fixes to the timezone service introduced in 0.9.9.6 Fix multi-calendar import in tools.php Fix casting to handle integers as usernames. Fix default_permissions errors with LDAP updates. Fix LOCK handling when no timeout is supplied. Ensure default addressbook collections are, in fact, created as addressbook collections. Fix handling of BYMONTHDAY=-N in RRULEs Fix handling of RRULE with COUNT=X and FREQ=WEEKLY where X is not divisible by the number of values in a BYDAY part. Other Changes Minor changes to handle Kerberos authentication provided by the webserver. Most use of the deprecated iCalendar class has been switched to use the new vCalendar class. Make sync-token a URI to comply with most recent definition of webdav sync. Depend on libawl-0.49. Remove legacy pgsql dependencies, I think they're not needed since 0.9.9.4.
2011-10-24Update www/py-cherrypy to 3.2.2gls2-6/+7
This version fixes a type bug in WSGI response headers, among several others. Upgrade to be PEP-3333 compliant.
2011-10-22Update "squid31" package to version 3.1.16. Changes since 3.1.15:tron2-6/+6
- Bug 3373: invalid URL in ERR_CACHE_ACCESS_DENIED - Bug 3368: Unhandled exceptions are not logged (workaround) - Bug 3326: miss_access incorrect default - Bug 3320: miss_access description confusing - Bug 3241: squid_kerb_auth cross compilation fix - Bug 3237: seq fault in free() from rfc1035RRDestroy - Bug 3190: Large HTTP POST stuck after early ICAP 400 error response - db_auth: display available DSN drivers on connect error - Updated OpenSSL 1.0.0 version checks - ... and several documentation fixes
2011-10-22Upgrade www/moodle to 2.1.2.gls3-12/+27
Upstream changes: Highlights MDL-28729 - Numerous multi-lang fixes and improvements Functional changes MDL-28410 - Allow a single option in a Choice activity MDL-29394 - HTML editor format option selector hidden when there is only one option MDL-23520 - Option added to allow deleting of a wiki page Security issues: MSA-11-0027 to MSA-11-0035, MSA-11-0039 to MSA-11-0041. Fixes SA46427 See http://docs.moodle.org/dev/Moodle_2.1.2_release_notes for complete release notes.
2011-10-22Update p5-Tatsumaki to 0.1013.hiramatsu2-7/+6
Change from previous; 0.1013 Thu Jul 7 11:49:18 PDT 2011 - Added $self->binary(1) in Handler classes to indicate binary responses (gbarr, mateu) - Allow $self->json to be set to customize the way JSON is encoded (ask) 0.1012 Sun Feb 13 20:01:46 PST 2011 - No code changes. Updated terribly outdated Tatsumaki.pm POD 0.1011 Tue Dec 21 11:49:49 PST 2010 - Fixed to use $r->parameters to make it work with newer Plack::Request - Fixed MessageQueue leak when long-poll client immediately reconnects after disconnection (mash)
2011-10-21Update p5-AnyEvent-HTTPD to 0.93.hiramatsu2-7/+8
Changes from previous: 0.93 Thu Aug 4 10:38:09 CEST 2011 - made it possible to remove default headers completely, thanks go to Chris Kastorff for providing a patch. - applied also a fix for case handling of the headers, thanks go to the patch from Chris Kastorff. - fixed some tests. I hate it when all bugs that are found via CPAN Testers are bugs in the tests. - fixed that the URL returned by Request::url method will now also contain the query string (thanks to art sackett for spotting this). 0.92 Tue Mar 1 11:46:14 CET 2011 - added simple SSL/TLS support. - removed from tests from the distribution. - replaced 01_basic_request.t with a non-wget variant for CPAN. 0.91 Wed Feb 2 15:21:02 CET 2011 - set the Date header correctly. - append a newline to error messages. - hopefully improved connection closing mechanism. - don't send body when responding to a HEAD request. 0.90 Mon Jan 31 13:04:45 CET 2011 - fixed a small thing with response on dead connections. - added small example of 'request' event usage. - make Content-Length: not be empty. - hand HEAD requests down to the event handlers. - added allowed_methods support from nrh. - don't force cache policy anymore.
2011-10-21Update p5-Pod-POM-Web to 1.17.hiramatsu2-7/+6
Changes from previous: 1.17 01.05.2011 - skip tests on systems that do not have 'perlfunc.pod' or 'perlvar.pod' 1.16 28.04.2011 - Export 'server' and 'index' functions into main:: namespace if called from command-line (suggested by DOLMEN -- Olivier Mengué) - fix titles containing POD markup - explicit error message if perlfunc or perlvar are not installed 1.15 20.11.2010 - H1 header can be either NAME or TITLE - adapt to new structure of perlvar.pod in bleadperl - CSS fix for diplaying AnnoCPAN notes - dependency on Pod::POM 0.25
2011-10-21Update p5-Dancer to 1.3072.hiramatsu2-8/+8
Changes are: - 2 security fixes. - Documentation improvements including tutorials. - bugfixes for complete list, look into CHANGES file contained in the distfile.
2011-10-20Update p5-Jemplate to 0.261.hiramatsu2-7/+7
Changes from previous: --- version: 0.261 date: Tuesday April 27 09:35:06 PDT 2010 changes: - Fixed rt56956 with test case - DIV operator broken (Agent Zhang) --- version: 0.260 date: Monday April 26 12:03:40 PDT 2010 --- version: 0.25_2 date: Saturday April 24 18:48:53 PDT 2010 changes: - Implemented rt4308 - Capture implementation (Tom Molesworth) - Added test for rt37570 - List method for lists (fixed in 5eaf340da...) --- version: 0.25_1 date: Thursday April 22 17:58:53 PDT 2010 changes: - Fixed rt53454 with test case - Support rudimentary array range operator - Fixed rt53453 with test case - Make Jemplate slice like TT slice - Fixed rt53967 with test case - Compiler double-dot path fail - Added test case for rt37539 - Intermediate instantiation - Added test case for rt37540 - Iterate over empty object - Added test case for rt37895 - Inconsistent jemplate version --- version: 0.25 date: Wednesday April 21 13:44:19 PDT 2010 changes: - release --- version: 0.24_4 date: Saturday January 09 17:06:40 PST 2010 changes: - added .pairs (VMethod) functionality with tests - fixed quoted.t failing test --- version: 0.24_3 date: Mon Jun 8 2009 changes: - fixed bug, related to empty template body (http://rt.cpan.org/Public/Bug/Display.html?id=37061) - fixed bug in Parser.yp, which produced compilation error for macroses - fixed "intermediate instantiation" issue (http://rt.cpan.org/Public/Bug/Display.html?id=37539) - fixed "iteration over empty object" issue (http://rt.cpan.org/Public/Bug/Display.html?id=37540) - added and tested MACRO directive - added PRE_PROCESS and POST_PROCESS configuration options - added and tested global scope access via GLOBAL modifier (GLOBAL.jQeuery etc) - added dummy LOCAL modifier, for symmetry - added "init" method for Jemplate singleton - added experimental RAW directive (RAW jQuery, equivalent of jQuery = GLOBAL.jQuery) VMethods: - added "list" for lists (http://rt.cpan.org/Public/Bug/Display.html?id=37570) - added "item" for hashes - fixed "import" for hashes Test suite: - combined back to a single copy Patches: - Integrated patch from RT#37895 version: 0.24_2 date: Monday June 08 10:37:54 PDT 2009 changes: - Fix to get tests working on MSWin32 (rt23883) --- version: 0.24 date: Fri Sep 19 15:09:35 PDT 2008 changes: - Convert tests to standard Test.Base setup! --- version: 0.23_1 date: Monday August 18 15:22:03 PDT 2008 changes: - Fixed issue with runtime_source_code that broke Catalyst::View::Jemplate - Some beta MACRO functionality - Ingy refactored tjs/ into tests/
2011-10-19Update p5-Plack to 0.9984.hiramatsu2-6/+6
Changes from previous: 0.9984 Mon Oct 3 09:55:05 PDT 2011 [BUG FIXES] - WrapCGI: Close wrapped CGI's STDIN handle (rwstauner) [IMPROVEMENTS] - WrapCGI: improved docs (chromatic) - Request: Do not destroy HTTP::Body upload headers (mst) 0.9983 Tue Sep 27 09:55:48 PDT 2011 [BUG FIXES] - Fixed a typo in nginx FastCGI configuration - Clone HTTP headers in Response->finalize #237 (chip) - Fixed Directory app not displaying the right path in its title - Changed IPv6 default listen address to wildcard (ollyg) - Fixed the FastCGI handler with web-server mode on Win32 [NEW FEATURES] - Added psgix.harakiri for Apache handlers [IMPROVEMENTS] - Prefer Corona when Coro is detected #236 (chip) - Increased Pod::Usage dependency - Improved Plack::Test documentation (chromatic) - Lint now checks if SCRIPT_NAME eq '/' which is forbidden in the spec (chromatic)