diff options
author | taca <taca@pkgsrc.org> | 2011-03-08 14:11:56 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-03-08 14:11:56 +0000 |
commit | 5b62a248eb62721aeb0a1d0b50622f19a92a441f (patch) | |
tree | c928bfe68200273bd4215b53de8882c29b455484 /www/contao29 | |
parent | 4c97b0ffe07fd5c58b42459bccfa22e181c1624f (diff) | |
download | pkgsrc-5b62a248eb62721aeb0a1d0b50622f19a92a441f.tar.gz |
Update contao29 pacakge to 2.9.4.
2.9.4 (2011-03-08)
* Added: pass the number of comments to the template (#2753)
* Added: added methods to the Template class to read and write the template
name (#2694)
* Added: add support for __isset() to module, element and template classes
(#2897)
* Added: added a "compileDefinition" and a "createDefinition" hook (#2883)
* Fixed: wrong sorting values when copying multiple elements (#2433)
* Fixed: correct invalid XHTML in the extension catalog (#2651)
* Fixed: textual publication dates in RSS feeds were not translated (#2760)
* Fixed: the description of the newsletter offset was wrong (#2824)
* Fixed: remove insert tags in page names from title attributes (#2853)
* Fixed: do not generate RSS feeds of protected archives/calendars (#2699)
* Fixed: the CSS classes of image galleries with pagination were not set
correctly (#2803)
* Fixed: remove shy-entities from the page title tag (#2709)
* Fixed: assign unique IDs to search box elements in case multiple boxes are
used (#2829)
* Fixed: adjust the file paths in style sheets and modules during theme import
(#2882)
* Fixed: support PNGs and JPGs in the toggleVisibility() function (#2854)
* Fixed: the style sheet importer still did not support some CSS3 selectors
(#2781)
* Fixed: check the target page and article status in the article teaser
element (#2714)
* Fixed: do not send lost password mails if an account is not active (#2685)
* Fixed: the wizard labels can conflict with the field labels (#2860)
* Fixed: allow multiple editArea instances on one page in "edit all" mode
(#2783)
* Fixed some minor issues
Diffstat (limited to 'www/contao29')
-rw-r--r-- | www/contao29/Makefile.version | 4 | ||||
-rw-r--r-- | www/contao29/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/contao29/Makefile.version b/www/contao29/Makefile.version index ecea4e43b03..bb7811699fb 100644 --- a/www/contao29/Makefile.version +++ b/www/contao29/Makefile.version @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.version,v 1.4 2011/01/06 13:19:08 taca Exp $ +# $NetBSD: Makefile.version,v 1.5 2011/03/08 14:11:56 taca Exp $ # # used by www/contao29/Makefile # used by www/contao29-example/Makefile # used by www/contao29-translations/Makefile # -CT_VERSION= 2.9.3 +CT_VERSION= 2.9.4 diff --git a/www/contao29/distinfo b/www/contao29/distinfo index 5b60f749446..b77432f62a9 100644 --- a/www/contao29/distinfo +++ b/www/contao29/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2011/01/06 13:19:08 taca Exp $ +$NetBSD: distinfo,v 1.7 2011/03/08 14:11:56 taca Exp $ -SHA1 (contao29-20101203/contao-2.9.3.tar.gz) = 092da76adbea2a2fe33b041799feb43d2981550e -RMD160 (contao29-20101203/contao-2.9.3.tar.gz) = 8e9b90a49d317dd825c05a0a493c52d5aaefb839 -Size (contao29-20101203/contao-2.9.3.tar.gz) = 4402614 bytes +SHA1 (contao29-20101203/contao-2.9.4.tar.gz) = 42a75a20d2aef3f3f2ef9d8654cdf115c6540a32 +RMD160 (contao29-20101203/contao-2.9.4.tar.gz) = 8ce6527558121df1e3e457c372796789e3065827 +Size (contao29-20101203/contao-2.9.4.tar.gz) = 4404002 bytes |