tt_news
1.13. Changelog
changes in tt_news 2.5.0
-
New feature: category trees in BE are expandable and collapsible now (requires xajax)
-
New feature: added a new backend module called "tt_news category manager" (Requires TYPO3 4.0). This module is located under web/info. It shows the complete category tree - of course expandable and collapsable - and offers drag and drop for moving and copying news categories. Thank goes to: CNV (Christelijk Nationaal Vakverbond) for sponsoring this feature.
-
New feature: "Exclude already displayed news". The new TS option "excludeAlreadyDisplayedNews" allows you to place multiple news plugins on one page where the plugin itself takes care that no newsarticle is displayed twice. This feature makes the options "excludeLatestFromList" and "listStartId" obsolete. If "excludeAlreadyDisplayedNews" is enabled "excludeLatestFromList" and "listStartId" will be ignored.
-
New feature: added the category tree to be_users and be_groups records. Now it is possible to select the allowed and visible categories for a certain be_user/group with the category tree. If categories are selected in the be_user/group records the TSconfig settings 'options.useListOfAllowedItems', 'tt_newsPerms.tt_news_cat.includeList' and 'tt_newsPerms.tt_news_cat.allowedItems' have no effect anymore. (thanks to netcreators.nl for sponsoring this feature)
-
Many bugfixes and other small improvements.
-
see the complete changelog here:
http://svn.sourceforge.net/viewvc/typo3xdev/tx_ttnews/trunk/ChangeLog?view=markup
changes in tt_news 2.4.0
-
New 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)
thank goes to Reto Schmid/.hausformat for sponsoring this feature
changes in tt_news 2.3.0
-
New feature: Support for workspaces in TYPO3 4.0 (Thanks to netcreators.nl for sponsoring this).
-
New feature: Support for ATOM 1.0 feeds
-
New feature: new template marker ###NEWS_CATEGORY_ROOTLINE###. This marker will be filled with the titles of the parent categories of the first assigned category in SINGLE view or with the parents of the selected category in LIST view. See section "The category rootline" for details.
-
New feature:
Added the possibility to exclude (or include) categories for certain users in BE forms.
-
New feature:
Added the possibility to exclude (or include) categories in the FrontEnd category menu.
-
Many bugfixes and other small improvements. See Changelog for details.
changes in tt_news 2.2.0
-
New feature: "Subcategories". News-categories can be nested now. (new field "parent category")
-
New feature: "Controlling editing permissions with categories". A list of allowed categories can be defined for a BE-user/group. If a news record does have a category assigned that is not in this list this BE-user can't change anything at this record.
-
New feature:
T
he category fields "start", "stop", "hidden" and "fe-usergroup" are enabled now. If the category of a newsarticle is hidden, the newsarticle will not appear on the website, too. -
New feature: "Hierarchical category menu". With the code "CATMENU" a menu from nested categories can be displayed on the website.
-
New feature:
Now it's possible to export news as RDF and Atom 0.3 additionally to the formats RSS 0.91 and RSS 2 (Thanks to Ingo Renner for the patches)
-
New feature: "Single view with multiple pages". Pagebreaks can be inserted manually or after a certain amount of words.
-
New feature: "Bidirectional relations". If a news record has a relation to another record, the relation back to the source article will be inserted automatically.
-
New feature: "Related pages" News relations can point to normal pages.
-
New feature: "Human readable Dates". tt_news can now be configured to use "year" and "month" instead of "pS". "pL" and "arc" for links pointing to certain archive periods. With the monthnames and numbers as key-value pairs in the realUrl configuration, Urls like this are possible: /news/view/2004/march/
-
New feature: Human readable dates can also be used for the link to the single view. Additionaly to year and month the link for single view can show the day, so realUrls can look like this: /news/view/2004/10/19/newstitle/
(Thanks again to Ingo Renner for the patches)
-
New feature: "Random news". News lists can be ordered by random now.
-
New feature: "Editlock". After activating the field "editlock" in a news record it can only be edited by admin users.
-
New feature: "Direct preview". Clicking on "save & view" in a news record will open the single view of this record in the FrontEnd now.
-
New feature: "Version preview": with a sprecial content element its possible to display the "version preview" of non-public record versions.
changes in tt_news 2.1.0
-
new Feature: "SinglePid by Category" you can now define a singlePid in the category record.
-
new TSvar "catOrderBy": gives you the possibility to order the categories (in FE) f.e. by title
-
added 2 new text-fields for "alt" and "title" properties of the images
-
It's now possible to use the "Latest"-template to display archived news. (new TSvar: "displayArchivedInLatest")
-
new TSvar "dontUseBackPid": If you enable this, you can prevent the use of the variables for dynamic back-Links in links, that point to the single-view. The advantage is, that all those links will look the same, what will f.e. prevent multiple indexing by the indexed search. (RealUrl Links will also look nicer without backpid-paramters).
-
new Register: "newsMoreLink" -> see new Manual section: "Registers"
-
for a complete list of all changes and fixes take a look at the cvs changelog (see link below).
changes in tt_news 2.0.0
-
new feature:
language relations between news-records.
TYPO3 3.7.0 required
.
-
new feature:
you can now set the start-item and the number of items you want to show in a f.e. LIST template from the content-element. (thx paolo nugnes for sponsoring this feature)
-
new default html-template
-
static ext (TS)templates
-
Tab-dividers for tt_news records
-
support for the new versioning feature
TYPO3 3.7.0 and MySQL 4 required
-
New userfunction "userPageBrowserFunc": With this function you can substitute the build-in pagebrowser from tt_news with your own script. See file: "res/example_userPageBrowserFunc.php".
-
and many other fixes and improvements. see the complete changelog here:
http://svn.sourceforge.net/viewvc/typo3xdev/tx_ttnews/trunk/ChangeLog?view=markup
changes in tt_news 1.7.1-1.7.2
-
merged in new translations
changes in tt_news 1.7.0
-
new feature: RSS-feeds from tt_news (thank goes to Ingo Renner for implementing this) See Section "RSS feeds from tt_news" in manual. An example configuration is included in the file: EXT:tt_news/res/ext_typoscript_setup.txt
-
new feature: added the possibility to choose the ordering parameters for "LIST" and "LATEST" view from the content element or by TS
-
changed the formating of the "back to list" link in single view: now you can define the string for the backlink in this way: "Back to: %s" - "%s" is the title of the page, where the backlink points to
-
Added a possibility to process the image markers by a userfunction (example included)
-
Small new feature: now a "register" named "newsCategoryUid" is filled from the script with the uid of the category. You can access this register by TS to generate different wraps for different categories.
-
Added some more TS examples to the manual.
changes in tt_news 1.6.2 �
1.6.5
-
merged in new translations
-
uploaded new manual
changes in tt_news 1.6.1
-
changed default setting for the field datetime in tca.php to 24/hours format: -> this influences the BE form, the "age" output and the archive.
-
added "required" to the field newsfiles in tca.php
-
Changed the building of the getRelatedCObject. -> Now it is (again) possible to wrap the titles of related news with stdWraps (e.g. crop)
IMPORTANT:
this requires changes in the TS setup for tt_news -> see: example configuration in ext_typoscript_setup.txt
AND it also requires that you change the old TS varname "PIDitemDisplay" to the new one "singlePid" in constants and setup. (otherwise the related news are not linked) -
New feature: you can now configure the "order by" and "group by" parts of the query for the related news by TS. (new TS-vars: "orderBy" and "groupBy" )
-
added a section about "RTE configuration" to the manual -> this should solve the "RTE/typolist/typohead" problems.
-
updated the manual with some more examples
changes in tt_news 1.6.0
-
The "alt" and "title" texts of an image can now be filled with data from the news record. -> TSvar: 'imgAltTextField': this will define the field whose contents are inserted in the image html. (default: insert the caption as "alt=" and "title=")
-
the substitution of the page title with the news title in single view is now selectable wit the Tsvar 'substitutePagetitle'
-
the news title in single view is also inserted as pagetitle, for the indexed-search. The result listing of the indexed search will show the title of the news item as pagetitle.
-
added a possiblity to process the contents of the Archive-menu by a userfunction. Included an example-script for dividing the archive in yearly periods.
-
The "back to list link" in the single view now shows the title of the page where it points to.
-
major change: changed the name of the TS-var "PIDitemDisplay" to "singlePid" -> should not require any changes to your setup, because the old var-name is still processed. (if both values are set, the new one will win)
-
all links in the tt_news-class are now build with the link functions from pibase.
-
the pagebrowser is now build with the pi_list_browseresults function from pi_base -> requires some new setting from TS
-
changed some function names, cleaned up the code
-
updated the manual with the new Vars and functions
-
added a small section "Extending tt_news" to the manual.
-
changed some parts of the default setup (RTE parse func, related, pagebrowser)
-
changes in the html templates and the stylesheet (searchfield name, pagebrowser)
changes in tt_news 1.5.2
-
new feature
: 'excludeLatestFromList': by setting this TSvar you can exclude the news already shown in LATEST from the "LIST" view on the same page. (thank goes to Joey who posted this code snippet)
-
merged in new translations
-
new section about "Links in news" in the manual.
-
fixed a small bug with the "firstImageIsPreview" mode: now the captions are displayed correctly
-
Added a message which will appear when no news are found for display in the current list 'noNewsToListMsg'.
-
added some new vars and a db-field at the category table to make news more usable in websites that are build with frames.
-
Removed the included pagetree (t3d-file) from the extension. This pagetree
will be included in the new extension "doc_tut_ttnews" (coming soon). -
More details in changelog from cvs:
http://svn.sourceforge.net/viewvc/typo3xdev/tx_ttnews/trunk/ChangeLog?view=markup
changes in tt_news 1.5.0:
-
new feature:
Files can be attached to newsitems.
-
added an "use Storage Pid"-switch to the plugin-configuration in extension manager. This makes it possible to switch between the old behavior (showing categories from the whole pagetree) and the new way of showing categories only from the "General record storage page".
-
Fixed some smaller bugs. See cvs changelog for details:
http://svn.sourceforge.net/viewvc/typo3xdev/tx_ttnews/trunk/ChangeLog?view=markup
-
new template:
added a new CSS-based template
. (Thank goes to Ingo Renner and Ben van t'Ende).
-
added an example pagetree as t3d-file. This pagetree contains a small site with some preconfigured news content-elements using the new news-template. (based on the MTB1 tutorial)
-
added a small tutorial section to the manual. (about installing the pagetree from the res/ folder)
changes in tt_news 1.4.3 � 1.4.6:
-
edited the manual
-
merged in new translations
changes in tt_news 1.4.2:
-
small new feature: "First image is preview image" � by setting the var "firstImageIsPreview" from TS or in the FF form (sheet: other settings) you can handle the first atachend image as preview image. This image is only displayed in list view.
-
Added more configuration/administration examples to the manual.
-
Changed the settings for the RichText Editor: now the RTE for a news article is configured exactly like the RTE for normal content.
-
Some smaller bugfixes (see wiki)
changes in tt_news 1.4.1:
-
rebuilded the table of contents for the extended manual. No changes to the extension.
changes in tt_news 1.4.0:
-
Fixed some old and new bugs.
-
major change: Categories are now only displayed if they are found in the "General Record Storage page".
-
Extended Constant editor with more of the basic configuration options
-
"news title" will be set as page title in the single view
-
major change: included the fixes for indexed search and caching from Karsten Hachmeister
-
re-arranged the FlexForm Sheets of the tt_news content element
-
moved the fields "starting point" and "recursive" to FF
-
cleaned up the html-template, added alternating templateparts removed font tags
-
added a 3rd wrap, eg. for the amenu header
-
added a 4th global color used by the list view
-
removed the maxCatText lenght cropping from FF (cause its only working in linkMode1 in the other link modes it causes broken html).
changes in tt_news 1.3.0:
-
major change: getLL language functionality for the html template. To make this work you'll have to remove all texts like: "prev","next"... from tt_news template (an updated template is included with the new version).
-
stdwraps for all text from the getLL function
-
single view don't override LATEST or LIST view anymore.
-
the LATEST template don't change its contents with the list view by clicking links in the pagebrowser or in the archive menu
-
the ordering of AMENU elements can now reversed by setting the TSvar "reverseAMenu" (which is set by default now)
-
the TS var "code=" is integrated again.
-
the uploadfolder for templates is now created at installation if it doesn't exist yet
-
you can now use the filetypes "tmpl" and "html" for templates uploaded by FF or in the constant editor
removed the field "recursive" from FF in content element
-
Hooks added for extra views and item markers.
-
added "allowTableOnStandardPages" for tt_news_cat -> this is more logically and keeps the FAQ smaller.
-
restructured the code in main class, added comments, code beautifying.
-
more possibilities to display the news_articles in the "insert records" content element. by setting the TS var "defaultCode" you can now choose between "SINGLE", "LIST" or your own template.
changes in tt_news 1.2.3:
-
New features known from News+, News Category Image and News Multiple Categories.
-
Added support for multiple categories, category images and shortcuts, RTE and more. Credits goes out to Andreas Schwarzkopf, Carsten Horst and Ingmar Schlecht.
-
Flexforms added.
-
Updater added for category table and CODE-field(select_key) to FlexForms.