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:
- 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:
- 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).
|
|
Bumping revision.
|
|
module type. Bumping revision.
|
|
|
|
|
|
Upstream changes:
$Revision: 0.8 $ $Date: 2010/07/16 07:52:31 $
! XS.xs
The fix in RT#39135 did not address %XX
reported by @kazuho via twitter DM
|
|
Upstream changes:
2010-09-01 Gisle Aas <gisle@ActiveState.com>
Release 1.55
Gisle Aas (2):
Treat ? as a reserved character in file: URIs
" is not a URI character [RT#56421]
Torsten F<C3><B6>rtsch (1):
Avoid test failure unless defined $Config{useperlio}
|
|
Upstream changes:
2010-09-01 Release 3.68
Gisle Aas (1):
Declare the encoding of the POD to be utf8
|
|
pkgsrc changes:
- add patch to remove useless bits from generated GvaScript.js
Upstream changes:
1.21 18.01.2010
- bug in Builder, Gvascript.js was written to wrong location
|
|
changes:
-bugfix
-translation update
|
|
* filecheck: Fall back to using the file command if the freedesktop
magic file cannot identify a file.
* flattr: New plugin. (Thanks to jaywalk for the initial implementation
at a flattr plugin! This one is less configurable, but simpler.)
* smiley: warn instead of error for missing smileys (Giuseppe Bilotta)
* openid: Syntax tweak to the javascript code to make it work with MSIE 7
(and MSIE 8 in compat mode). Thanks to Iain McLaren for reporting
the bug and providing access to debug it.
* style.css: Use relative, not absolute font sizes. Thanks, Giuseppe Bilotta.
* htmlscrubber: Do not scrub url anchors that contain colons.
* Danish translation update. Closes: #594673
* highlight: Make location of highlight's files configurable in setup
file to allow for nonstandard installations.
* Allow "link(.)" and similar PageSpecs. Thanks, Giuseppe Bilotta.
* Run the preprocess hooks in scan mode *before* the scan hooks.
This allows the po plugin to register a scan hook that runs
last and rescans pages after all data from the first scan pass is
completed. This avoids the po plugin needing to rebuild some pages.
(intrigeri)
* po: Fix some bugs that affected l10n.ikiwiki.info's unusual
setup. (intrigeri)
* t/bazaar.t: Work around bzr 2.2.0's new requirement to configure
bzr whoami before committing.
* httpauth: Avoid redirecting the user to the cgiauthurl if
they already have a login session.
|
|
changes: Update html5tube to work with new youtube layout.
(with the HTML5Tube extension one can view youtube videos without
a flash viewer installed, using WebKit's HTML5 media player)
|
|
This releases tries to sync with master as much as possible. Mostly bug fixes,
cleanups and small enhancements have been cherry-picked.
|
|
Pkgsrc changes:
- adjust dependencies
Upstream changes:
0.12 Sun Aug 8 23:35:52 PDT 2010
- better mod_perl compatibility (chain to CORE::GLOBAL::exit) (rkitover)
|
|
Pkgsrc changes:
- adjust dependencies
- set PERL5_MODULE_TYPE to Module::Install::Bundled
- placate pkglint about whitespace
Upstream changes:
1.09 Thu 19 Aug 2010 19:08:55 UTC
- remove blib for PAUSE indexing.
1.08 Thu 19 Aug 2010 18:08:42 UTC
- Temp files now preserve the suffix of the uploaded file. This makes
it possible to feed the file directly into a mime-type-determing
module that may rely on this suffix as part of its heuristic. (Dave
Rolsky)
- Fix for RT#54443 Xforms buffering incorrectly (Simon Elliott)
- Move to Dist::Zilla
|
|
Upstream changes:
0.9946 Sat Aug 28 22:32:16 PDT 2010
- Fixes UUV warnings in Apache2 handler RT:60472
- Fixed various test failures due to dependencies
|
|
Trac-0.12.ja1 (Aug 25, 2010)
* Based on Trac 0.12 'Babel'
* Change document and parameters for our distribution.
- *.trac-ja
- setup.py
- trac/templates/about.html
- trac/templates/theme.html
* Translate default Wiki pages into Japanese.
- trac/wiki/default-pages/*
* Translate document of Wiki macros into Japanese.
- trac/admin/console.py
- trac/ticket/query.py
- trac/wiki/macros.py
* Translate document of trac.ini options into Japanese.
- trac/attachment.py
- trac/db/api.py
- trac/db/mysql_backend.py
- trac/db/postgres_backend.py
- trac/db/sqlite_backend.py
- trac/env.py
- trac/mimeview/api.py
- trac/mimeview/silvercity.py
- trac/notification.py
- trac/perm.py
- trac/search/web_ui.py
- trac/ticket/api.py
- trac/ticket/notification.py
- trac/ticket/query.py
- trac/ticket/report.py
- trac/ticket/roadmap.py
- trac/ticket/web_ui.py
- trac/timeline/web_ui.py
- trac/versioncontrol/api.py
- trac/versioncontrol/svn_authz.py
- trac/versioncontrol/svn_fs.py
- trac/versioncontrol/web_ui/browser.py
- trac/versioncontrol/web_ui/changeset.py
- trac/versioncontrol/web_ui/log.py
- trac/web/auth.py
- trac/web/chrome.py
- trac/web/main.py
- trac/wiki/api.py
- trac/wiki/web_ui.py
- tracopt/mimeview/enscript.py
- tracopt/mimeview/php.py
* Change default values for databases and trac.ini to Japanese
- trac/db_default.py
- trac/ticket/workflows/basic-workflow.ini
- trac/ticket/workflows/original-workflow.ini
* [Patch] Change default date/time format to Japan
- trac/log.py
- trac/util/datefmt.py
* [Patch] Change default encode to cp932
- trac/mimeview/api.py
* [Patch] Add format processing with Japanese coumn name in reports
- trac/ticket/report.py
- trac/ticket/templates/report.rss
- trac/ticket/templates/report_view.html
* [Patch] Fixes a bug that local time is not applied when download Zip file
from repository
- trac/versioncontrol/web_ui/changeset.py
* [Patch] minor patch for Unicode handling
- trac/about.py
Trac 0.12 'Babel' (June 13, 2010)
http://svn.edgewall.org/repos/trac/tags/trac-0.12
Trac 0.12 is a major release introducing i18n and multiple repository support as the most visible changes.
The following list contains only a few highlights:
- The user interface is translated in a dozen of languages, provided the
[Babel:] package is installed
- Multiple repositories can be associated to a single Trac environment; the
repositories can be of heterogeneous types (svn, hg, git, darcs...)
- Usability improvements for the Wiki, with a nice side-by-side edit mode with
automatic preview
- Richer Wiki syntax, with much improved support for tables, partial
WikiCreole compatibility and numerous smaller improvements
- Usability improvements for the Ticket module, with automatic preview of
comments while you type and possibility to edit or remove them later
- Improved Custom Queries (time fields, multiple disjoint conditions,
a.k.a. OR queries)
- Timeline filtering by user
- ... and numerous smaller features added and bugs fixed since 0.11!
|
|
Pkgsrc changes:
- adjust dependencies
Upstream changes:
0.10
- switch from alarm-based polling to select-based
- use TCP_DEFER_ACCEPT on linux
- performance tweaks
0.09
- [bugfix] enable keepalive when --max-keepalive-reqs=n (n>1) is set
- accept --max-workers=n option (for better interoperability w. Starman)
|
|
Pkgsrc changes:
- adjust dependencies
Upstream changes:
0.9945 Thu Aug 19 16:24:30 PDT 2010
- Support executing (non-perl) CGI scripts in CGIBin and WrapCGI
- Fixed tests for win32
0.9944 Sun Aug 8 23:35:52 PDT 2010
- Fixed Restarter for Starlet where SIGTERM doesn't quit the process (chiba)
|
|
- Regression Bug 3021: Large DNS reply causes crash
- Regression Bug 3011: ICAP, HTTPS, cache_peer probe IPv4-only port fixes
- Regression Bug 2997: visible_hostname directive no longer matches docs
- Bug 3012: deprecate sslBump and support ssl-bump spelling in http_port
- Bug 3006: handle IPV6_V6ONLY definition missing
- Bug 3004: Solaris 9 SunStudio 12 build failure
- Bug 3003: inconsistent concepts in documentation of cache_dir
- Bug 3001: dnsserver link issues
- HTTP/1.1: default keep-alive for 1.1 clients (bug 3016)
- HTTP/1.1: Improved Range header field validation
- HTTP/1.1: Forward multiple unknown Cache-Control directives
- HTTP/1.1: Stop sending Proxy-Connection header
- Fix 32-bit wrap in refresh_pattern min/max values
- ... and several documentation corrections.
|
|
depends on it.
Bump PKGREVISION.
|
|
Update Danish, French, Croatian, Hungarian, Japanese and Turkish
language files and add Finnish language files.
|
|
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
|
Upstream changes:
2010-08-17 Release 3.67
Nicholas Clark (1):
bleadperl 2154eca7 breaks HTML::Parser 3.66 [RT#60368]
|
|
discussion on tech-pkg.
|
|
Upstream changes:
1.45 Apr 3, 2010
[ BUG FIXES ]
- Silenced some new warnings that appeared when using Mason with Perl
5.12.0+. Reported by Jesse Vincent.
|
|
Upstream changes:
v0.41 (released 2010/07/24):
* bug fixes
- Fixed RT #59674 (http://rt.cpan.org/Public/Bug/Display.html?id=59674),
When SSL support is needed but not installed, a more specific
error messages is now displayed, instead of "not DAV enabled or not
accessible".
|
|
pkgsrc changes:
- add license definition
- adjust dependencies
- adjust build type
Upstream changes:
0.02 Thu Mar 18 13:54:44 2010
escape single quote.
|
|
pkgsrc changes:
- add license definition
Upstream changes:
1.17 Sun 4 Jul 2010
- Removed the use of Module::Install
- Allow read-string to be rerun again on an existing object,
and thus also thus on tied objects (MPETERS)
- Moved POD after __END__ to reduce number of disk reads when parsing.
- Added support for running xt tests
1.16 Fri 4 Jul 2008
- Upgrading to Module::Install 0.76
- Localising $@ during evals
|
|
1.18 Thu Jun 10 12:35:20 EDT 2010
- added push_attr() method
- tweaked glob dispatch for attr()
|
|
4.12 Sun Jun 04 2010: - Balint Szilakszi <szbalint at cpan.org>
- Fixed WWW::Curl::Form (patch contributed by Michael Ing).
- Added CURLPROXY_* constants (patch by claes).
- Added the const_string method to provide access to constants in a non-bareword way.
- Fixed t/01basic.t test failure on older libcurl versions.
|
|
* Fix po test suite to not assume ikiwiki's underlay is already installed.
Closes: #593047
|
|
changes: bugfixes
|
|
Drupal 6.18, 2010-08-11
----------------------
- Fixed security issues (OpenID authentication bypass, File download access
bypass, Comment unpublishing bypass, Actions cross site scripting),
see SA-CORE-2010-002.
|
|
Quote from release announce:
This release adds support for PostgreSQL (in addition to MySQL and MS
SQL), developed by Stan Palatnik during the Google Summer of Code
2009. It also adds a re-authentication option in case the CSRF token
expires, thus preventing loss of data. For other improvements, please
see the list of changes. Of course, it also addresses the latest
security issue.
We would also like to thank all those students again who applied for
the Google Summer of Code 2010 and submitted patches for Geeklog. Some
of them already made it into 1.7.0, the rest is scheduled for
inclusion into Geeklog 1.7.1. We will also be looking into adding more
of our successful GSoC projects from 2009 into that release.
|
|
2010-08-06 Benjamin Mack <benni@typo3.org>
* Release of TYPO3 4.4.2
2010-08-05 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #15355: htmlArea RTE: Using the advanded frontend editing,
the editor is not loaded in the text tab
2010-08-05 Steffen Kamper <steffen@typo3.org>
* Fixed bug #12646: Click on icon does not open/close sections
2010-08-05 Steffen Gebert <steffen@steffen-gebert.de>
* Fixed bug #14773: Styling issue when selecting position of new
created page
2010-08-05 Oliver Hader <oliver@typo3.org>
* Fixed bug #15343: dbClientCompress crashes with pconnect
* Fixed bug #15280: felogin redirect doesn't work anymore after
update to latest releases (4.2x - 4.4.x) (thanks to Helmut Hummel)
* Fixed bug #15282: It is impossible to set links to files any more
with the link wizard
* Fixed bug #15336: sys_actions shows wrong error if an "Record List"
action is not propertly configured (thanks to Stefan Galinski)
2010-08-03 Susanne Moog <typo3@susanne-moog.de>
* Fixed bug #15313: Link to deprecation logfile doesn't work in
installations inside a subdirectory (thanks to Stefan Galinski)
2010-08-03 Oliver Hader <oliver@typo3.org>
* Fixed bug #15265: InstallTool-login not possible after Update to
4.4.1 due to session_start() in extensions (thanks to Ernesto
Baschny and Helmut Hummel)
2010-08-02 Oliver Hader <oliver@typo3.org>
* Fixed bug #15289: Element-Browser page tree has HSC'ed <span> elements
2010-08-01 Oliver Hader <oliver@typo3.org>
* Fixed bug #15321: Unused variable $warningItems in tx_install
(thanks to Markus Klein)
2010-08-01 Susanne Moog <typo3@susanne-moog.de>
* Fixed bug #15292: Fatal error in DB browser because of wrong sprite
API usage (thanks to Alexandre Gravel-Raymond)
2010-07-30 Steffen Kamper <steffen@typo3.org>
* Follow-up to bug #15188: Remove default greyed out effect for CEs
(Thanks to Steffen Gebert)
* Fixed bug #15295: Page treeFilter not re-applied after branch
toggling (Thanks to Felix Kopp)
2010-07-29 Dmitry Dulepov <dmitry@typo3.org>
* Fixed bug #13427: t3lib_div::cleanOutputBuffers() might loop forever
(thanks to Stephan Seitz and Steffen Gebert)
|
|
Guarani, Hungarian, Italian, Dutch, Russian and Swedish language files
are updated to support Contao 2.9.1.
|
|
Contao 2.9.1 is available
August 9th, 2010 11:24 by Leo Feyer
Contao version 2.9.1 is available.
The maintenance release includes an important front end cache fix,
a front end preview link fix and various accessibility fixes.
It also fixes an XSS vulnerability in one of the framework functions,
so an update is highly recommended.
|
|
From CHANGELOG:
21. The following plugins have been added to the pyblosxom release
tarball:
* archives/
* pyarchives
* yeararchives (was wbgarchives)
* categories/
* pycategories
* comments/plugins/
* akismetcomments
* comments
* no_old_comments
* trackback
* xmlrpc_pingback
* date/
* pycalendar
* firstdaydiv
* pyfilenamemtime
* w3cdate
* display/
* paginate (was wbgpager)
* entrytitle
* headers/
* conditionalhttp
* tags/
* tags (was wbgtags)
* text/
* acronyms
If you have older versions of these plugins, better to switch to
the new versions.
|
|
Bump PKGREVISION.
|
|
* template: Fix dependency tracking. Broken in version 3.20100427.
* po: The po_slave_languages setting is now a list, so the order of
translated languages can be controlled. (intrigeri)
* git: Fix gitweb historyurl examples so "diff to current" links work.
(Thanks jrayhawk)
* meta: Allow syntax closer to html meta to be used.
* Add new disable hook, allowing plugins to perform cleanup after they
have been disabled.
* Use Digest::SHA built into perl rather than external Digest::SHA1
to simplify dependencies. Closes: #591040
* Fixes a bug that prevented matching deleted pages when using the page()
PageSpec.
|