[TYPO3-ttnews] some news from the tx_ttnews cvs project
Rupert Germann
rupi at gmx.li
Thu May 18 23:32:25 CEST 2006
Hi,
after almost 6 weeks without synchronizing the developer cvs and the
anonymous cvs the sourceforge guys finally managed to get their new
hardware running. That means: since a week or so you can actually see some
updates in the anonymous cvs.
and the good thing is: the delay between synchronizing the anonymous cvs
with the developer cvs has been improved significantly. I committed some
changes to cvs and they are visible in the webcvs after 5 minutes, great!
one thing was changed on sourceforge when they restructured their cvs
servers. the old address to check out tt_enws was:
cvs -z3 -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/typo3xdev co -P
tx_ttnews
the NEW one is:
cvs -z3 -d:pserver:anonymous at typo3xdev.cvs.sourceforge.net:/cvsroot/typo3xdev
co -P tx_ttnews
you have to reconfigure your cvs client or simply copy the line with the new
address to your commandline.
here are the current changes in tt_news:
* feature: added two new category modes:
2 = select only news which have all the selected categories assigned (AND)
-2 = show only news which have none of the selected categories assigned (OR)
* fix for bug 3504: changed the | char which is used to explode links to the
###LINK_ITEM### markers to a random value because it was not possible to
render titles with | chars.
* new feature (3510): category links in news articles are having the
category title as title attribute now.
* new feature: added an option to change the ordering of categories in
category trees in BE forms to the extension config in EM.
* added italian translation. Thanks to Claudio Strizzolo.
* fix: changed the default RTE configuration in tca.php. Now the RTE in
tt_news can be configured with the presets from the rteHtmlarea extension
configuration.
* raised the number of categories which can be selected in the tt_news
content element to 99.
* removed the option 'oldCatDeselectMode' because it did the same as
categoryMode=-1
greets
rupert
More information about the TYPO3-project-tt-news
mailing list