CVS Commit Overview for 2008-05-20
==================================
2008-05-20 Tibor Simko <[email protected]>
* modules/websearch/lib/websearch_templates.py,
modules/websearch/lib/websearch_webinterface.py: Continued
urgentish prettification of author pages.
2008-05-20 Jerome Caffaro <[email protected]>
* configure.ac: New "web" directory for webjournal module
2008-05-20 Jerome Caffaro <[email protected]>
* modules/webjournal/web/Makefile.am: Initial release
2008-05-20 Jerome Caffaro <[email protected]>
* modules/webjournal/web/admin/Makefile.am,
modules/webjournal/web/admin/webjournaladmin.py: Initial release
(based on previous webjournal version)
2008-05-20 Jerome Caffaro <[email protected]>
* modules/webjournal/lib/webjournal_webinterface.py: Catching
exceptions
2008-05-20 Samuele Kaplun <[email protected]>
* config/invenio.conf, modules/miscutil/lib/urlutils.py,
modules/websession/lib/session.py,
modules/websession/lib/websession_templates.py,
modules/websession/lib/websession_webinterface.py: Finally fixed
the session+redirection(+http password)(+not differentiate guest
users) bug. If you have cookie that repesent a session this is sent
to the user via req.headers_out. But redirection is based on
raising an HTTP error, so the header that is sent is
req.err_headers_out, which didn't contained the cookie. I'm now
enforcing the cookie in err.headers_out and this works! It is
finally safe to disable CFG_WEBSESSION_DIFFERENTIATE_BETWEEN_GUESTS
and to enable the CERN hack to popup password for apache group when
there's only one group related to a collection.
2008-05-20 Samuele Kaplun <[email protected]>
* modules/webaccess/lib/external_authentication_cern_wrapper.py:
Initialized variable.
2008-05-20 Samuele Kaplun <[email protected]>
* modules/websearch/lib/websearch_webinterface.py: Fixed
CFG_SITE_SECURE_URL vs CFG_SITE_URL redirections.
2008-05-20 Samuele Kaplun <[email protected]>
* modules/webstyle/lib/webinterface_handler.py: Removing _user_info
and cds_wrapper from req in order to remove circular reference that
causes memory leaks.
--
CDS Invenio Developers <[email protected]>