apache > lenya
 

History of Changes

RSS

Introduction and explanation of symbols

Changes are sorted by "{0}" and thentype chronologically with the most recent at the top. These symbols denote the various action types:add=add, remove=remove, update=update

Version 2007-07 ()

1.2

  • update[1.2] fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=42825 Diff Committed by jann.

2.0

  • add[2.0] brown paper bag commit - forgot josias' additional xsl... Diff Committed by nettings.
  • add[2.0] Added search test case (required to declare the LuceneCocoonSearcher role) Diff Committed by andreas.
  • add[2.0] started work on generic insertLink usecase. this will make the step-matched individual insertLink.jx's of editors obsolete. still missing: javascript, i18n, error handling. (this is a dummy usecase with no server-side effects) Diff Committed by nettings.
  • add[2.0] introduce a session role into the default publication. everybody (aka <world/>) gets the session role in authoring/. it allows access to ac.login (not really, since it is sneaked past the authorizer), ac.logout and admin.aboutLenya. all these should be available to everyone, always. evil-minded people can still remove them via the admin gui, but they get what they deserve. Diff Committed by nettings.
  • add[2.0] Added i18n messages for usecase module Diff Committed by andreas.
  • add[2.0] Added i18n resources for homepage module Diff Committed by andreas.
  • add[2.0] Prevents backspace in browsers from making the browser to go back a page. Diff Committed by rfrovarp.
  • add[2.0] introduced generic editors.insertLink usecase implementation. the view is created by a cocoon pipeline, not a jxtemplate, because the necessary data is more readily available as input modules than via the java api. the next commit will migrate tinymce to use this implementation. Diff Committed by nettings.
  • add[2.0] tinymce now uses the generic editors.insertLink usecase. Diff Committed by nettings.
  • add[2.0] simplified tinymce localisation code (folded into page2edit.xsl transform, gets rid of extra javascript transform). Diff Committed by nettings.
  • add[2.0] renamed usecase-edit.xconf to usecase-publicationEdit.xconf for consistency. no functional changes. Diff Committed by nettings.
  • add[2.0] forgot to svn add those... Diff Committed by nettings.
  • add[2.0] added editors.createResource usecase (re-uses the code of resource.Create, but menu turned off). turned off continuations for insertFoo usecases, as they have just one step and no server-side effects. Diff Committed by nettings.
  • add[2.0] migrate fckeditor to new editor usecase api. this is a little shaky atm... Diff Committed by nettings.
  • remove[2.0] Moving media metadata config from core to resource module Diff Committed by andreas.
  • remove[2.0] removed unused asset.xsl Diff Committed by nettings.
  • remove[2.0] removed another, totally unrelated, but equally unused asset.xsl from the core. Diff Committed by nettings.
  • remove[2.0] Removed obsolete defaultusecases module (prevents Javadocs from being generated) Diff Committed by andreas.
  • remove[2.0] Removed obsolete SourceWritingTransformer XSLTs Diff Committed by andreas.
  • remove[2.0] added tinymce localisation according to {request:locale}. quite awkward, since it requires an extra pipeline and transformation, but there is no way to determine the browser language settings via javascript :( removed "lenya.editorModule" parameter, callbacks are now provided by the parent window and accessed via window.opener, i.e. the generic usecase no longer needs to know which module is calling. this is work in progress. Diff Committed by nettings.
  • remove[2.0] delete stale usecase-edit.xconf Diff Committed by nettings.
  • remove[2.0] removed obsolete files Diff Committed by nettings.
  • remove[2.0] new generic usecase API for editors. see modules/editors/resources/javascript/org.apache.lenya.editors.js for documentation. adds generic insertLink and insertAsset/Image usecases with infrastructure. enhanced oneform editor, it uses external usecases now. this will break external usecase support in all editors. Diff Committed by nettings.
  • remove[2.0] deleted obsolete download hint (bxe is shipped with trunk). deleted obsolete javascript helpers for old usecases. -- This line, and those below, will be ignored-- D bxe/resources/javascript/insertAsset.js D bxe/resources/javascript/insertLink.js D bxe/resources/misc/download.xhtml Diff Committed by nettings.
  • remove[2.0] removed obsolete files related to old asset upload mechanism Diff Committed by nettings.
  • remove[2.0] deleted obsolete usecase declarations Diff Committed by nettings.
  • update[2.0] [minor change] javadoc grammer/wording Diff Committed by bobharner.
  • update[2.0] Replaced per-publication <proxies root=/> configuration with GlobalProxies service. See http://www.nabble.com/-1.4---Proposal--Global-proxy-configuration-tf3999411.html. Diff Committed by andreas.
  • update[2.0] Updating publication.xml schema after changes to proxy configuration Diff Committed by andreas.
  • update[2.0] Added note about GlobalProxies configuration to readme file Diff Committed by andreas.
  • update[2.0] Added comment to GlobalProxies service configuration Diff Committed by andreas.
  • update[2.0] commit build patch by josias. it attempts to work around an xslt transformer bug under windows, which prevents a build on windows. see http://issues.apache.org/bugzilla/show_bug.cgi?id=40113 windows users, please review. this should now work for both jdk 1.4 and 1.5+... Diff Committed by nettings.
  • update[2.0] fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=42863 Diff Committed by jann.
  • update[2.0] fixes bug http://issues.apache.org/bugzilla/show_bug.cgi?id=42846 for bxe. this is just an example fix to show where the problem lies. the correct solution for all editors is to factor the stuff out into a separate usecase. removes all occurrences of $contextprefix from sitemap and xslt, since this concept is now obsolete thanks to the proxy transformer. Diff Committed by nettings.
  • update[2.0] [minor] changed mime-type to text/javascript so svn diff will work Diff Committed by josias.
  • update[2.0] Replace context-path by proxy-based URLs, introduced downloadLink format for 'resource' resource type Diff Committed by andreas.
  • update[2.0] Improved asset link CSS Diff Committed by andreas.
  • update[2.0] Removed size and type attribute from <lenya:asset> element (see bug 42878) Diff Committed by andreas.
  • update[2.0] Use downloadLink format for asset link presentation (see bug 42878) Diff Committed by andreas.
  • update[2.0] Setting svn:ignore for tinymce resource Diff Committed by andreas.
  • update[2.0] Display 'No title' for asset download link if title is emtpy Diff Committed by andreas.
  • update[2.0] Changed title of insertAsset usecase page to 'Insert Asset' (i18n message already existed) Diff Committed by andreas.
  • update[2.0] [minor change] code formatting Diff Committed by andreas.
  • update[2.0] Removed svn:ignore properties (don't make sense here) Diff Committed by andreas.
  • update[2.0] Removed page-envelope occurences (see bug 42881) Diff Committed by andreas.
  • update[2.0] Add area parameter to sitetree node URLs. This fixes bug 42877. Diff Committed by andreas.
  • update[2.0] Check if live version exists before allowing to delete a language version. This fixes bug 42885. Diff Committed by andreas.
  • update[2.0] hide blog publication from view, as it has not been properly tested and is not really ready for release. maybe we should move it into the sandbox eventually... Diff Committed by nettings.
  • update[2.0] Import usecase: Allow to load example content from the publication the user is logged in. Thanks to Felix Roethenbacher for the patch. This fixes bug 42452. Diff Committed by andreas.
  • update[2.0] Adding new method to validate for a correct email adress Diff Committed by jann.
  • update[2.0] Checking for correct email Diff Committed by jann.
  • update[2.0] Changed password request parameter name to newPassword. This fixes bug 42862. Diff Committed by andreas.
  • update[2.0] Initialize parameters in initParameters() instead of in setParameter(), see bug 42827. Diff Committed by andreas.
  • update[2.0] Initialize parameters in initParameters() instead of in setParameter(), see bug 42827. Diff Committed by andreas.
  • update[2.0] Fixed links to group usecase Diff Committed by andreas.
  • update[2.0] Fixes so that the separator is only inserted if the node being checked is visible. Prevents ugly extra spaces from invisible nodes. This fixes bug 42890 Diff Committed by rfrovarp.
  • update[2.0] Added CSS for navigation menu levels 4 and 5 (see bug 42869) Diff Committed by andreas.
  • update[2.0] change "insert after" to "insert" as mentioned in bug http://issues.apache.org/bugzilla/show_bug.cgi?id=42887 besides being more intuitive, it saves screen real estate. thanks to michael trindler for spotting. Diff Committed by nettings.
  • update[2.0] Removing local.publication.xconf from svn:ignore Diff Committed by thorsten.
  • update[2.0] Renaming Lenya 1.4 to 2.0 in the source trunk. Not much to change, happily. Diff Committed by bobharner.
  • update[2.0] Renaming Lenya 1.4 to 2.0 Diff Committed by bobharner.
  • update[2.0] Renaming Lenya 1.4 to 2.0, probably just about the last one today. Diff Committed by bobharner.
  • update[2.0] Use current area instead of hard-coded authoring area in AREA_BASE_PATH variable Diff Committed by andreas.
  • update[2.0] Fixed webtest (absolute URLs) Diff Committed by andreas.
  • update[2.0] Fixed links to area nodes in sitetree. This fixes bug 42901. Diff Committed by andreas.
  • update[2.0] Allow to browse archive and trash areas, see bug 34347 Diff Committed by andreas.
  • update[2.0] Make menubar visibility dependent on live area, not authoring area. This allows to see the menubar in archive and trash areas. See bug 34347. Diff Committed by andreas.
  • update[2.0] Fixed links to icons (don't depend on AREA_BASE_PATH). This fixes bug 42903. Diff Committed by andreas.
  • update[2.0] Improved sitetree icon layout (see bug 42904), added folder icons Diff Committed by andreas.
  • update[2.0] Use publication name instead of ID for sitetree root label Diff Committed by andreas.
  • update[2.0] Use i18n for sitetree area node labels Diff Committed by andreas.
  • update[2.0] Fix naming of sitetree root node Diff Committed by andreas.
  • update[2.0] Updated layout for sitetree (areas bold instead of publication node) Diff Committed by andreas.
  • update[2.0] BXE: Don't add size and type attributes to asset element (see bug 42878). Diff Committed by andreas.
  • update[2.0] Using <a class='asset'> instead of <lenya:asset> Diff Committed by andreas.
  • update[2.0] Allow to use the same block (using block id) for multiple module menus Diff Committed by andreas.
  • update[2.0] Return after showing error screen (fixes bug 42909), improve error screen layout. Diff Committed by andreas.
  • update[2.0] Added usecase module to default publication (i18n) Diff Committed by andreas.
  • update[2.0] Changing notifcation link color to white Diff Committed by thorsten.
  • update[2.0] Added <proxies> wrapper element for publication.xml again. Diff Committed by andreas.
  • update[2.0] Refactoring: use constants for string values Diff Committed by andreas.
  • update[2.0] [minor change] organized imports Diff Committed by andreas.
  • update[2.0] Refactoring: Moved usecase name and source URL initialization to UsecaseResolverImpl Diff Committed by andreas.
  • update[2.0] Added note about <proxies> wrapper element to readme file. Diff Committed by andreas.
  • update[2.0] Removed reference to obsolete defaultusecases module Diff Committed by andreas.
  • update[2.0] Added i18n for 'objects are checked out' message. This fixes bug 42931. Diff Committed by andreas.
  • update[2.0] Shorter error message for 'objects are locked out'. Diff Committed by andreas.
  • update[2.0] Moved locking check from lockInvolvedObjects() to checkPreconditions(). See bug 42930. Diff Committed by andreas.
  • update[2.0] Added i18n for 'Access denied' message which is issued by the UsecaseMenuTransformer Diff Committed by andreas.
  • update[2.0] Use InvokeWorkflow instead of CheckWorkflow for BXE, this rids us of the reserved-checkout pipeline Diff Committed by andreas.
  • update[2.0] Set BXE transaction policy to pessimistic Diff Committed by andreas.
  • update[2.0] Don't store publication as static field in Create usecase (leads to session errors) Diff Committed by andreas.
  • update[2.0] Normalize link URLs when rewriting them. This avoids problems with policy resolving. Diff Committed by andreas.
  • update[2.0] Use JX template for Kupu. This allows to show error messages instead of starting Kupu. Diff Committed by andreas.
  • update[2.0] Don't show TinyMCE edit box if errors occured. Diff Committed by andreas.
  • update[2.0] Introduced resource type labels Diff Committed by andreas.
  • update[2.0] Use resource type label on site overview usecase Diff Committed by andreas.
  • update[2.0] Added usecasedocument reference to default publication Diff Committed by andreas.
  • update[2.0] Removed ResourceType.getLabel(). Can be handled with i18n in a more flexible way. Diff Committed by andreas.
  • update[2.0] Use i18n instead of resource type label Diff Committed by andreas.
  • update[2.0] use i18n instead of resource type label Diff Committed by andreas.
  • update[2.0] Use i18n instead of resource type label Diff Committed by andreas.
  • update[2.0] Added some more values to document overview tab Diff Committed by andreas.
  • update[2.0] Adding support for Referrals. Otherwise a ldap server which uses referrals will not find a user (or another object) Diff Committed by jann.
  • update[2.0] Adding handle-referrals property to ldap configuration file Diff Committed by jann.
  • update[2.0] Check null values of meta data in SourceNodeMetaData Diff Committed by andreas.
  • update[2.0] Fixed mime-type handling, added mime-type attribute for resource type samples Diff Committed by andreas.
  • update[2.0] Added note about <sample-name mime-type='...'> to readme file. Diff Committed by andreas.
  • update[2.0] Use JX template for neutron instead of old reserved-checkout action approach Diff Committed by andreas.
  • update[2.0] Adding CSS for neutron Diff Committed by andreas.
  • update[2.0] Added basic infrastructure for neutron sitetree delivery Diff Committed by andreas.
  • update[2.0] applying patch associated with bug 40427, thanks to Richard Frovarp . Additionally the the principals have to be created from an LdapURL if the entry is following a referral Diff Committed by jann.
  • update[2.0] Using commons validator to validate the email address. This fixes bug 42905. Diff Committed by andreas.
  • update[2.0] Allow to specify samples file for resource types. Diff Committed by andreas.
  • update[2.0] Added hint about external sources and feeds module, see bug 42874. Diff Committed by andreas.
  • update[2.0] Reverted accidential change (r557603) Diff Committed by andreas.
  • update[2.0] added i18n and de/en l10n to insertLink usecase. code cleanup, added reading of default values via window.opener.LenyaGetLinkData() Diff Committed by nettings.
  • update[2.0] Paste usecase: Don't lock nodes if clipboard is empty. See bug 42960. Diff Committed by andreas.
  • update[2.0] Fixes NPE problem when trying to select the authoring node. Diff Committed by rfrovarp.
  • update[2.0] Fixes to prevent NPEs when choosing authoring node in the site tab. Diff Committed by rfrovarp.
  • update[2.0] Last changes to prevent NPEs when selecting authoring node under site tab. Diff Committed by rfrovarp.
  • update[2.0] updated module version. re-activated auto resize feature. whitenoise and some comments added to config. Diff Committed by nettings.
  • update[2.0] pass on xml comments (we used to eat those). thanks to phillip green for the patch! Diff Committed by nettings.
  • update[2.0] Updated test (blog publication removed) Diff Committed by andreas.
  • update[2.0] re-activate the "reformat" button in oneform. this was fixed a while ago, but somehow we forgot to enable it (see http://issues.apache.org/bugzilla/show_bug.cgi?id=42237) Diff Committed by nettings.
  • update[2.0] added javascript helpers for new generic editor usecases. org.apache.lenya.editors.js is kinda the new api between generic usecases and the editor modules. work in progress, not active yet (need to port bxe first..) Diff Committed by nettings.
  • update[2.0] add declarations for new generic editor usecases. insert[Asset|Image] won't work yet without patching insertAsset.jx, but this can only happen after bxe is ported... Diff Committed by nettings.
  • update[2.0] mostly whitenoise. Diff Committed by nettings.
  • update[2.0] updated javascript API. objectData is now a proper object with a prototype. minor usecase handler fixes + some whitenoise. Diff Committed by nettings.
  • update[2.0] contentSnippet is now also a proper object. documentation, code formatting Diff Committed by nettings.
  • update[2.0] Adding check for className parameter to AddUser usecase Diff Committed by andreas.
  • update[2.0] Refactoring: extracted method Diff Committed by andreas.
  • update[2.0] Fixed proxy tests (don't include GlobalProxies test) Diff Committed by andreas.
  • update[2.0] Refactoring in InsertAsset usecase, added error message display to inserAsset and insertLink JX templates Diff Committed by andreas.
  • update[2.0] Use lenya.asset instead of asset for asset <a> CSS class. Thanks to Joern Nettingsmeier for the suggestion. Diff Committed by andreas.
  • update[2.0] migrate bxe to new generic editor usecases. delete old editor-specific usecases Diff Committed by nettings.
  • update[2.0] migrate tinymce to new generic editor usecase api. delete obsolete local usecases Diff Committed by nettings.
  • update[2.0] [minor change] code cleanup, formatting Diff Committed by andreas.
  • update[2.0] added readme note about editor usecase changes added editors.* usecase policies to default pub added tinymce and fckeditor usecase policies to default pub Diff Committed by nettings.
  • update[2.0] Added ConcurrentModificationException, improved session and usecase error handling Diff Committed by andreas.
  • update[2.0] added "cancel" button to resource.create usecase Diff Committed by nettings.
  • update[2.0] some IE-related fixes: use correct window name without dashes, focus window after opening. Diff Committed by nettings.
  • update[2.0] fixed syntax error in config file, reverted unnecessary change in simplebrowser plugin. Diff Committed by nettings.
  • update[2.0] fixed "cancel" behaviour of insertLink. thanks to richard for spotting! Diff Committed by nettings.
  • update[2.0] removed debugging statement Diff Committed by nettings.
  • update[2.0] changed asset marker class from "asset" to "lenya.asset" to comply with http://svn.apache.org/viewvc?view=rev&rev=560238. Diff Committed by nettings.
  • update[2.0] changed usecase strings to symbolic constants. no functional change. Diff Committed by nettings.
  • update[2.0] whitenoise, deactivated debug messages Diff Committed by nettings.
  • update[2.0] fixed broken asset insertion. the usecase incorrectly used a path-based uri instead of an uuid-based one, which broke the "documentLink" format of the resources module. changed asset wrapper from <p> to <span>, because spans are correct almost everywhere, whereas <p>s cannot be contained in <p>s or inline elements. Diff Committed by nettings.
  • update[2.0] disable rollback buttons when the workflow event cannot be invoked this fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=42973. can somebody with insight into our workflowables please review the java part? one issue: in order to produce meaningful error messages, the view now has knowledge about the "review" state... which is a little sad since otherwise workflow transitions are fully configurable per publication. solutions welcome. Diff Committed by nettings.
  • update[2.0] added forgotton commit that prevented rollback buttons from working whitenoise Diff Committed by nettings.
  • update[2.0] Updated revision controller test to API change Diff Committed by andreas.
  • update[2.0] Refactored SourceNodeRCML (replaced XPathAPI with NamespaceHelper), using class lock to avoid ConcurrentModificationException. Diff Committed by andreas.
  • update[2.0] New disable backspace code that registers itself merely by being loaded. Change FCK usecase to try to register itself as an event to onload. This would allow for multiple onload's to happen if necessary in the future. Diff Committed by rfrovarp.
  • update[2.0] Load custom config file from publication, as many may want to override the default. Also removed a bad glue import that was changed to a plugin. Diff Committed by rfrovarp.

Documentation

  • add[Documentation] bug 42830. adding images for zurich meeting promo Thanks to Daniel Brüßler who contributed the images. Diff Committed by thorsten.
  • add[Documentation] updated protocols documentation. marked lenyadoc: as deprecated in favour of lenya-protocol:. please review for correctness. Diff Committed by nettings.
  • update[Documentation] Marked jcr module as experimental, not wanting to mislead readers. Diff Committed by bobharner.
  • update[Documentation] Updated docs about GlobalProxies configuration Diff Committed by andreas.
  • update[Documentation] bug 42830. adding images for zurich meeting promo Thanks to Daniel Brüßler who contributed the images. Diff Committed by thorsten.
  • update[Documentation] Updating the svn log Diff Committed by thorsten.
  • update[Documentation] Fixing some minor errors Diff Committed by thorsten.
  • update[Documentation] Updated link to meta stylesheets wiki page, see bug 42882. Diff Committed by andreas.
  • update[Documentation] Bug 42882 Thanks to Jodi Schneider for the report. Diff Committed by thorsten.
  • update[Documentation] Renaming Lenya 1.4 to 2.0 in the Forest documentation. I'm intentionally only renaming the user-visible references to 1.4, not changing the file & directory names and xml tags yet (not sure I trust myself to not break it). Diff Committed by bobharner.
  • update[Documentation] Re-added accidentially removed tests item to site file Diff Committed by andreas.
  • update[Documentation] Renaming 1.4 to 2.0 Diff Committed by thorsten.
  • update[Documentation] Renaming 1.4 to 2.0 Diff Committed by thorsten.
  • update[Documentation] Updated resource type docs re. i18n-ized label Diff Committed by andreas.
  • update[Documentation] Updated resource type docs re. mime-type attribute of <sample-name> element Diff Committed by andreas.
  • update[Documentation] Updated resource type docs re. <sample> element. Diff Committed by andreas.
  • update[Documentation] Updated resource type docs. Diff Committed by andreas.
  • update[Documentation] Updated resource type docs. Diff Committed by andreas.
  • update[Documentation] Updated resource type docs. Diff Committed by andreas.
  • update[Documentation] [minor change] Updated resource type docs. Diff Committed by andreas.
  • update[Documentation] [minor change] Updated resource type docs. Diff Committed by andreas.
  • update[Documentation] Removing note about 1.5 limitation as reported by Nunez Steve. thanks for the report Nunez Steve. Diff Committed by thorsten.
  • update[Documentation] Updated resource type docs (thanks to Steve Nunez for spotting) Diff Committed by andreas.
  • update[Documentation] Updated resource type docs. Thanks to Steve Nunez for reporting. Diff Committed by andreas.
  • update[Documentation] Updated resource type docs. Thanks to Steve Nunez for reporting. Diff Committed by andreas.
  • update[Documentation] Updated resource type docs. Thanks to Steve Nunez for reporting. Diff Committed by andreas.
  • update[Documentation] Updated resource type docs. Thanks to Steve Nunez for reporting. Diff Committed by andreas.
  • update[Documentation] Updated resource type docs. Thanks to Steve Nunez for reporting. Diff Committed by andreas.
  • update[Documentation] Added resource type format illustration Diff Committed by andreas.
  • update[Documentation] tinymce doc update. Diff Committed by nettings.
  • update[Documentation] added additional lenya-document: protocol page to site tree. i just made stuff up... please check if this is correct. Diff Committed by nettings.
  • update[Documentation] fix syntax error. Diff Committed by nettings.

No context matched

  • add[No context matched] intitial import for a meeting tree Diff Committed by thorsten.
  • update[No context matched] Adding notes of day 3 Diff Committed by thorsten.

Sandbox

  • add[Sandbox] moved blog to sandbox Diff Committed by nettings.

Site

  • update[Site] Automatic publish from forrestbot Diff Committed by thorsten.
  • update[Site] bug 42830. adding images for zurich meeting promo Thanks to Daniel Brüßler who contributed the images. Diff Committed by thorsten.
  • update[Site] fixing index.html page which was missing the banner Diff Committed by thorsten.
  • update[Site] Updating the svn log Diff Committed by thorsten.
  • update[Site] Automatic publish from forrestbot Diff Committed by thorsten.
  • update[Site] Updating version number - renaming 1.4 to 2.0 Diff Committed by thorsten.
  • update[Site] Renaming 1.4 to 2.0 Diff Committed by thorsten.
  • update[Site] Renaming 1.4 to 2.0. Changing the spi doc location. Diff Committed by thorsten.
  • update[Site] Renaming 1.4 to 2.0. Changing the api doc location. Diff Committed by thorsten.
  • update[Site] Renaming 1.4 to 2.0. Diff Committed by thorsten.
  • update[Site] Updating javadocs to 2.0. Renaming 1.4 to 2.0. Kudos to Andreas who fixded the javadocs targets. Diff Committed by thorsten.
  • update[Site] updating resource type docs. Diff Committed by thorsten.
  • update[Site] Updating redirect links Diff Committed by thorsten.
  • update[Site] Removing note about 1.5 limitation as reported by Nunez Steve. thanks for the report Nunez Steve. Diff Committed by thorsten.

Zone

  • update[Zone] Renaming lenya 1.4 to 2.0 Diff Committed by thorsten.

Contributors to this release

We thank the following people for their contributions to this release.

This is a list of all people who participated as committers:
(andreas), (bobharner), (jann), (josias), (nettings), (rfrovarp), (thorsten).