Forum .LRN Q&A: User-tracking realesed

Collapse
Posted by Pablo Muñoz on
Hi all,

We are happy to announce from Telefónica I+D that we have made a new relase of the user-tracking package correcting some bugs that we detected while we did not have acces to the CVS.

We have developed an user-tracking tool for dotLRN. We were talking about it in this thread sometime ago:

https://openacs.org/forums/message-view?message_id=199775

User-tracking tool is made up of three packages: user-tracking, user-tracking-portlet and dotlrn-user-tracking. It has been developed for PostgreSQL and all packages are i18n.

You can also see a document with information about our implemented package in the following url:

http://e-lane.org/public/view/docs/UT_Manual.pdf

At the end of the document you can see how can you solve some common problems with the installation of the package.

A filter is needed (and included in the tool) in order to append user and communities ids in log files so it’s necessary to comment the "extendedheaders" line in config.tcl and add the above within the section "ns_section ns/server/${server}/module/nslog"

#ns_param extendedheaders COOKIE
ns_param extendedheaders X-User-Id

Once installed, you have to stop your server, save the old log files out of the log dir, and start the server again.

We are willing to improve the tool so, feedback is more than welcome.

Collapse
2: Re: User-tracking realesed (response to 1)
Posted by Emmanuelle Raffenne on
Hi,

We/Uned are starting to write oracle support for user-tracking. We work on the last version of 5.2 branch. We'll post and commit as soon as we finish.

Collapse
Posted by Emmanuelle Raffenne on
Hi,

Oracle support for package user-tracking is available, thanks to Jose Mengibar from Uned. It has been comitted at the oacs-5-2 branch in the repository.

Oracle support for user-tracking-portlet and dotlrn-user-tracking is coming...

Collapse
Posted by Nima Mazloumi on
Hey Emmanuelle,

if you need to write dotlrn-* *-portlet packages for postgres or oracle check out this little program:

https://openacs.org/storage/view/.lrn//dotlrn-integration.zip

It will generate you the packages after you have been asked some information.

More details and a little how to:
https://openacs.org/forums/message-view?message_id=299982

Collapse
Posted by Emmanuelle Raffenne on
Thank you Nima :). This will be very helpful.
Collapse
6: Re: User-tracking realesed (response to 1)
Posted by Emmanuelle Raffenne on
Hi,

Oracle support for user-tracking-portlet and dotlrn-user-tracking has been comitted in the oacs-5-2 branch. Please, let us know if you find any error using it.