From a9154b3a32c3d9cec1fd82f0eda79eaa8839b21b Mon Sep 17 00:00:00 2001 From: taca Date: Wed, 30 Jul 2014 03:26:40 +0000 Subject: Update contao32 to 3.2.13. Latvian languages is added. Version 3.2.13 (2014-07-29) --------------------------- ### Fixed Use `DOMDocument::loadXML()` instead of `DOMDocument::load()` (see 7192). ### Fixed Specify the font size in `rem` for modern browsers (see #7209). ### Fixed Make sure the default language file is loaded in the DCA extractor (see #7202). ### Fixed Do not add unpublished FAQs to the XML sitemap (see #7210). ### Fixed Preserve new lines when replacing simple tokens (see #7178). ### Fixed Always prevent saving if `PageModel::loadDetails()` is executed (see #7199). ### Fixed Use `===` to compare password hashes (see #7175). ### Fixed Correctly mark GET parameters as used (see #7185). ### Fixed Correctly apply the "disabled" attribute to input unit fields (see #7147). ### Fixed Correctly check the permission to edit multiple files (see #7157). ### Fixed Correctly handle other MySQL character sets (see #7140). ### Fixed Correctly recognize Opera Mobile in the `Environment` class (see #5869). ### Fixed Fix the grid offset for articles (see #7166). ### Fixed Restore the basic entities in the source editor (see #7170). ### Fixed Correctly build the breadcrumb trail in the style sheets module (see #7132). ### Fixed Do not associate the "use SSL" option with sitemaps only (see #7163). ### Fixed URL encode the pipe character in the Google web font URL (see #7120). ### Fixed Handle double quotes in the title attribute of the `` element (see #7124). ### Fixed Use the `save_callback` when generating multiple aliases (see #7114). ### Update Update SwiftMailer to version 5.2.1 (see #7110). ### Fixed Correctly handle double quotes in comments (see #7102). ### Fixed Ignore hidden files when building the internal cache (see #7098). ### Fixed Correctly pass the insert ID of the undo record (see #6234). --- www/contao/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/contao') diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index 51356a6a230..423a8bfa2e7 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.77 2014/06/22 03:28:32 taca Exp $ +# $NetBSD: Makefile.common,v 1.78 2014/07/30 03:26:40 taca Exp $ # # used by www/contao32/Makefile # used by www/contao33/Makefile # current release -CT32_VERSION= 3.2.12 +CT32_VERSION= 3.2.13 CT33_VERSION= 3.3.3 CT_VERS?= 32 -- cgit v1.2.3