I just sent two extension updates to TER. They will appear soon. Login user track and comments were updated.
loginusertrack
Login user track is a TYPO3 extension that records Frontend user activities. It records when user last logged in, how many pages he visited and what pages he visited. The extension was originally written by Kasper but was not updated for a long time. Netcreators needed additional functionality to this extension, so I took it, added that functionality and rewrote the other 50% of extension to use modern TYPO3 API. I also changed XCLASS to hook, which is always better. In addition Frontend handling is very efficient and does not slow down TYPO3.
Current update fixes a minor but very annoying bug with time units (seconds, minutes, etc) not visible in Backend statistics module.
Comments
The change in comments is significant. It is a result of my investgation of substituteMarkerArrayCached problems. Now comments does not use this function. It means it will run faster and will produce less data in the database. That gives another performance increase to TYPO3.
