gibus [Tue, 06 Nov 2012 09:25:44 +0100] rev 472
Use co-ment user name when co-ment is directly accessed, even if DECORATED_CREATORS is True (i.e. normaly accessed by API).
gibus [Tue, 23 Oct 2012 13:41:07 +0200] rev 471
Update norwegian translation
gibus [Fri, 05 Oct 2012 10:21:07 +0200] rev 470
Fix filtering of teachers' comments for individual students in role_teacher role model when using DECORATED_CREATORS.
gibus [Mon, 01 Oct 2012 11:00:56 +0200] rev 469
When building toc, delete <a> elements, including when written in uppercase (<A>).
gibus [Mon, 01 Oct 2012 10:48:23 +0200] rev 468
Stupid IE does not know getElementsByClassName.
gibus [Mon, 01 Oct 2012 10:14:08 +0200] rev 467
Stupid IE counts extra element in array when ending by a comma.
gibus [Mon, 01 Oct 2012 09:50:25 +0200] rev 466
indexOf method of Array is unknown by stupid IE.
gibus [Mon, 24 Sep 2012 12:11:49 +0200] rev 465
Fix export in XML of dates when timezone is negative.
gibus [Mon, 24 Sep 2012 01:12:12 -0700] rev 464
For some reasons BeautifulSouf does not convert entities with convertEntities=["xml","html"], use convertEntities=BeautifulSoup.ALL_ENTITIES instead.
gibus [Fri, 14 Sep 2012 09:50:05 +0200] rev 463
Fix import for use with api (with co_ment Drupal module for eg.).
gibus [Fri, 14 Sep 2012 09:49:27 +0200] rev 462
Fix Italian translation.
gibus [Fri, 07 Sep 2012 15:16:15 +0200] rev 461
Adds Italian translation.
gibus [Fri, 10 Aug 2012 16:12:29 +0200] rev 460
Added import from XML file, including text, comments and attachments.
gibus [Thu, 09 Aug 2012 16:55:25 +0200] rev 459
Fixed renderContents on BeautifilSoup if there is no body in source html
gibus [Thu, 09 Aug 2012 13:05:11 +0200] rev 458
When extracting body of a document in HTML source format (i.e. without pandoc conversion before display), use BeautifilSoup, which is more tolerant, instead of xml.dom.minidom, which crashes too often.