Fri, 10 Aug 2012 16:12:29 +0200 Added import from XML file, including text, comments and attachments.
gibus [Fri, 10 Aug 2012 16:12:29 +0200] rev 460
Added import from XML file, including text, comments and attachments.
Thu, 09 Aug 2012 16:55:25 +0200 Fixed renderContents on BeautifilSoup if there is no body in source html
gibus [Thu, 09 Aug 2012 16:55:25 +0200] rev 459
Fixed renderContents on BeautifilSoup if there is no body in source html
Thu, 09 Aug 2012 13:05:11 +0200 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.
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.
Thu, 09 Aug 2012 11:06:46 +0200 Fixed export with abiword by running tidy on html
gibus [Thu, 09 Aug 2012 11:06:46 +0200] rev 457
Fixed export with abiword by running tidy on html
Thu, 09 Aug 2012 10:11:21 +0200 Fixed bad conversion of & to &
gibus [Thu, 09 Aug 2012 10:11:21 +0200] rev 456
Fixed bad conversion of & to &
Mon, 06 Aug 2012 17:51:25 +0200 Added export of attachements as inline b64 images for appropriate formats.
gibus [Mon, 06 Aug 2012 17:51:25 +0200] rev 455
Added export of attachements as inline b64 images for appropriate formats.
Mon, 06 Aug 2012 13:42:15 +0200 Cleaned export.
gibus [Mon, 06 Aug 2012 13:42:15 +0200] rev 454
Cleaned export.
Tue, 31 Jul 2012 16:37:23 +0200 Added export to XML for re-import (nb. without attachements).
gibus [Tue, 31 Jul 2012 16:37:23 +0200] rev 453
Added export to XML for re-import (nb. without attachements).
Mon, 25 Jun 2012 21:15:03 +0200 forget a coma in list of input format for abiword conversion.
Production Moz <dev@sopinspace.com> [Mon, 25 Jun 2012 21:15:03 +0200] rev 452
forget a coma in list of input format for abiword conversion.
Fri, 15 Jun 2012 15:04:46 +0200 Change Title: to Subject: in English to not mix with author's title.
gibus [Fri, 15 Jun 2012 15:04:46 +0200] rev 451
Change Title: to Subject: in English to not mix with author's title.
Thu, 14 Jun 2012 11:43:46 +0200 Fix #77 html code inside document viewer.
gibus [Thu, 14 Jun 2012 11:43:46 +0200] rev 450
Fix #77 html code inside document viewer.
Tue, 12 Jun 2012 14:00:32 +0200 In role_teacher model, individual students can see their own comments but also teacher's ones, whereas individual students' comments cannot be seen by students.
gibus [Tue, 12 Jun 2012 14:00:32 +0200] rev 449
In role_teacher model, individual students can see their own comments but also teacher's ones, whereas individual students' comments cannot be seen by students.
Fri, 08 Jun 2012 14:30:24 +0200 Avoid warnings for deprecated instructions in djan 1.3
gibus [Fri, 08 Jun 2012 14:30:24 +0200] rev 448
Avoid warnings for deprecated instructions in djan 1.3
Fri, 08 Jun 2012 14:28:21 +0200 Avoid warnings for deprecated instructions in djan 1.3
gibus [Fri, 08 Jun 2012 14:28:21 +0200] rev 447
Avoid warnings for deprecated instructions in djan 1.3
Fri, 08 Jun 2012 13:59:50 +0200 Avoid warnings for deprecated instructions in djan 1.3
gibus [Fri, 08 Jun 2012 13:59:50 +0200] rev 446
Avoid warnings for deprecated instructions in djan 1.3
Tue, 05 Jun 2012 09:24:33 +0200 Update settings_local_sample with DECORATED_CREATORS and USE_ABI parameters
gibus [Tue, 05 Jun 2012 09:24:33 +0200] rev 445
Update settings_local_sample with DECORATED_CREATORS and USE_ABI parameters
Thu, 24 May 2012 15:59:12 +0200 Exports to epub only with pandoc 1.9 and upper versions.
gibus [Thu, 24 May 2012 15:59:12 +0200] rev 444
Exports to epub only with pandoc 1.9 and upper versions.
Thu, 24 May 2012 14:42:22 +0200 Adds export to epub.
gibus [Thu, 24 May 2012 14:42:22 +0200] rev 443
Adds export to epub.
Thu, 24 May 2012 12:48:39 +0200 Takes into account various releases of pandoc.
gibus [Thu, 24 May 2012 12:48:39 +0200] rev 442
Takes into account various releases of pandoc.
Thu, 24 May 2012 12:46:50 +0200 Fixes export with abiword when attached images are served by co-ment
gibus [Thu, 24 May 2012 12:46:50 +0200] rev 441
Fixes export with abiword when attached images are served by co-ment
Thu, 24 May 2012 10:03:52 +0200 Adds generic getElementsByClassName for IE compatibility.
gibus [Thu, 24 May 2012 10:03:52 +0200] rev 440
Adds generic getElementsByClassName for IE compatibility.
Mon, 21 May 2012 16:50:42 +0200 Reverts to changeset 435, and just add {% csrf_token %} to template forgot_pw.html, since CSRF protection seems to be only here (surely because of django.contrib.auth.views).
gibus [Mon, 21 May 2012 16:50:42 +0200] rev 439
Reverts to changeset 435, and just add {% csrf_token %} to template forgot_pw.html, since CSRF protection seems to be only here (surely because of django.contrib.auth.views).
Sat, 19 May 2012 10:21:54 +0200 Fix side effects with csrf token, add csrf_token to every post form + add ajax (see http://stackoverflow.com/questions/5100539/django-csrf-check-failing-with-an-ajax-post-request), remove django.middleware.csrf.CsrfViewMiddleware ?!
Production Moz <dev@sopinspace.com> [Sat, 19 May 2012 10:21:54 +0200] rev 438
Fix side effects with csrf token, add csrf_token to every post form + add ajax (see http://stackoverflow.com/questions/5100539/django-csrf-check-failing-with-an-ajax-post-request), remove django.middleware.csrf.CsrfViewMiddleware ?!
Fri, 18 May 2012 00:07:32 +0200 Avoids HTTP 403 on login and reset/change password, seehttps://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ref-contrib-csrf.
Production Moz <dev@sopinspace.com> [Fri, 18 May 2012 00:07:32 +0200] rev 437
Avoids HTTP 403 on login and reset/change password, seehttps://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ref-contrib-csrf.
Thu, 17 May 2012 23:58:03 +0200 Avoids HTTP 403 on reset password, seehttps://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ref-contrib-csrf.
Production Moz <dev@sopinspace.com> [Thu, 17 May 2012 23:58:03 +0200] rev 436
Avoids HTTP 403 on reset password, seehttps://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ref-contrib-csrf.
Tue, 15 May 2012 14:15:34 +0200 Fixed comments filter by name when name is empty
Production Moz <dev@sopinspace.com> [Tue, 15 May 2012 14:15:34 +0200] rev 435
Fixed comments filter by name when name is empty
Tue, 15 May 2012 12:22:28 +0200 Fixed bad string for export to ms-word 2007.
gibus [Tue, 15 May 2012 12:22:28 +0200] rev 434
Fixed bad string for export to ms-word 2007.
Tue, 15 May 2012 12:12:41 +0200 Added export in .doc and .docx formats.
gibus [Tue, 15 May 2012 12:12:41 +0200] rev 433
Added export in .doc and .docx formats.
Tue, 15 May 2012 11:16:46 +0200 Respect order by scope in show all comments or show all detached comments.
gibus [Tue, 15 May 2012 11:16:46 +0200] rev 432
Respect order by scope in show all comments or show all detached comments.
Tue, 15 May 2012 09:36:18 +0200 Fixed sort with y is NoneType.
gibus [Tue, 15 May 2012 09:36:18 +0200] rev 431
Fixed sort with y is NoneType.
Mon, 14 May 2012 16:24:21 +0200 CSS for filter.
gibus [Mon, 14 May 2012 16:24:21 +0200] rev 430
CSS for filter.
Mon, 14 May 2012 16:01:30 +0200 Fixed author when there is none.
gibus [Mon, 14 May 2012 16:01:30 +0200] rev 429
Fixed author when there is none.
Mon, 14 May 2012 15:26:58 +0200 Still use --sanitize-html for pandoc 1.5.1.1.
gibus [Mon, 14 May 2012 15:26:58 +0200] rev 428
Still use --sanitize-html for pandoc 1.5.1.1.
Mon, 14 May 2012 15:24:57 +0200 Smaller size for text input form elements in filter.
gibus [Mon, 14 May 2012 15:24:57 +0200] rev 427
Smaller size for text input form elements in filter.
Mon, 14 May 2012 15:16:30 +0200 Added 'me' and 'author' in filter by name.
gibus [Mon, 14 May 2012 15:16:30 +0200] rev 426
Added 'me' and 'author' in filter by name.
Mon, 14 May 2012 10:15:01 +0200 Fix some javascript error with IE8 (getElementsByClassName() is unknown).
gibus [Mon, 14 May 2012 10:15:01 +0200] rev 425
Fix some javascript error with IE8 (getElementsByClassName() is unknown).
Fri, 11 May 2012 16:50:30 +0200 Removes <a> tags inside toc + adjusts height of toc.
gibus [Fri, 11 May 2012 16:50:30 +0200] rev 424
Removes <a> tags inside toc + adjusts height of toc.
Fri, 11 May 2012 13:25:05 +0200 Better positionning of table of contents.
gibus [Fri, 11 May 2012 13:25:05 +0200] rev 423
Better positionning of table of contents.
Fri, 11 May 2012 13:10:19 +0200 Hides button if table of contents is empty.
gibus [Fri, 11 May 2012 13:10:19 +0200] rev 422
Hides button if table of contents is empty.
Fri, 11 May 2012 12:00:40 +0200 Adds a table of content.
gibus [Fri, 11 May 2012 12:00:40 +0200] rev 421
Adds a table of content.
Thu, 10 May 2012 14:20:10 +0200 Prevents javascript error, when iframe is not ready and therefore iframe_onload function is not available.
gibus [Thu, 10 May 2012 14:20:10 +0200] rev 420
Prevents javascript error, when iframe is not ready and therefore iframe_onload function is not available.
Thu, 10 May 2012 09:31:14 +0200 Still use --sanitize-html for pandoc 1.5.1.1.
Production Moz <dev@sopinspace.com> [Thu, 10 May 2012 09:31:14 +0200] rev 419
Still use --sanitize-html for pandoc 1.5.1.1.
Thu, 10 May 2012 09:22:57 +0200 Just a typo.
gibus [Thu, 10 May 2012 09:22:57 +0200] rev 418
Just a typo.
Wed, 09 May 2012 17:13:33 +0200 After investigations, commit the proposed patch by kklimonda presented with the
Simon Descarpentries <sid@sopinspace.com> [Wed, 09 May 2012 17:13:33 +0200] rev 417
After investigations, commit the proposed patch by kklimonda presented with the following introduction : cm/templates/site/login_form.html template uses a relative url for the form action, which seems to break deployment in the subfolder when trailing slash is missing (the form redirects to the upper folder breaking login). Using {% url login %} (as in the attached patch) instead would fix the issue.
Wed, 09 May 2012 09:36:49 +0200 Adds rtfas input formats when converting with abiword.
Production Moz <dev@sopinspace.com> [Wed, 09 May 2012 09:36:49 +0200] rev 416
Adds rtfas input formats when converting with abiword.
Mon, 07 May 2012 09:10:45 +0200 Adds api/convert to return HTML document from legacy format + Saves attached images when just converting to HTML, without creating a text + Returns nb of detached and removed commentswhen updating text.
gibus [Mon, 07 May 2012 09:10:45 +0200] rev 415
Adds api/convert to return HTML document from legacy format + Saves attached images when just converting to HTML, without creating a text + Returns nb of detached and removed commentswhen updating text.
Wed, 25 Apr 2012 09:25:39 +0200 Adds image button in rich text editor for HTML.
gibus [Wed, 25 Apr 2012 09:25:39 +0200] rev 414
Adds image button in rich text editor for HTML.
Wed, 25 Apr 2012 09:15:23 +0200 Fix mismatching filter with tag.
gibus [Wed, 25 Apr 2012 09:15:23 +0200] rev 413
Fix mismatching filter with tag.
Tue, 24 Apr 2012 16:29:27 +0200 Adds comments' tags when exporting
gibus [Tue, 24 Apr 2012 16:29:27 +0200] rev 412
Adds comments' tags when exporting
Tue, 24 Apr 2012 16:09:35 +0200 When exporting, expand entities to keep correct offsets of comments.
gibus [Tue, 24 Apr 2012 16:09:35 +0200] rev 411
When exporting, expand entities to keep correct offsets of comments.
Mon, 16 Apr 2012 15:57:14 +0200 Allows multiple co-mentable texts to be isplayed in the same HTML page (with Drupal 7 co_ment module).
Production Moz <dev@sopinspace.com> [Mon, 16 Apr 2012 15:57:14 +0200] rev 410
Allows multiple co-mentable texts to be isplayed in the same HTML page (with Drupal 7 co_ment module).
Fri, 13 Apr 2012 15:59:14 +0200 Requires django > 1.3
gibus [Fri, 13 Apr 2012 15:59:14 +0200] rev 409
Requires django > 1.3
Fri, 13 Apr 2012 15:57:05 +0200 Requires django > 1.3
gibus [Fri, 13 Apr 2012 15:57:05 +0200] rev 408
Requires django > 1.3
Fri, 13 Apr 2012 11:53:42 +0200 When last_version is deleted, do not delete text and previous versions in cascade, but really delete text only when there is no previous version, otherwise update text.last_version with previous version.
gibus [Fri, 13 Apr 2012 11:53:42 +0200] rev 407
When last_version is deleted, do not delete text and previous versions in cascade, but really delete text only when there is no previous version, otherwise update text.last_version with previous version.
Fri, 06 Apr 2012 12:35:57 +0200 Merge some previous commits.
Production Moz <dev@sopinspace.com> [Fri, 06 Apr 2012 12:35:57 +0200] rev 406
Merge some previous commits.
Fri, 06 Apr 2012 12:33:15 +0200 Fixes missing closing bracket for column spearator in diff pages.
Production Moz <dev@sopinspace.com> [Fri, 06 Apr 2012 12:33:15 +0200] rev 405
Fixes missing closing bracket for column spearator in diff pages.
Thu, 22 Mar 2012 10:36:35 +0100 Start dev of release 1.4.0
Simon Descarpentries <sid@sopinspace.com> [Thu, 22 Mar 2012 10:36:35 +0100] rev 404
Start dev of release 1.4.0
Thu, 22 Mar 2012 10:33:20 +0100 Add a tag corresponding to the last release : 1.3.0
Simon Descarpentries <sid@sopinspace.com> [Thu, 22 Mar 2012 10:33:20 +0100] rev 403
Add a tag corresponding to the last release : 1.3.0
Tue, 20 Mar 2012 16:20:49 +0100 Add a VERSION.txt file, to hold the version number of the designated comt release 1.3.0
Simon Descarpentries <sid@sopinspace.com> [Tue, 20 Mar 2012 16:20:49 +0100] rev 402
Add a VERSION.txt file, to hold the version number of the designated comt release
Tue, 20 Mar 2012 16:08:18 +0100 Update contributors and licence files, adding Gibus and I in it, and the content of the AGPL licence.
Simon Descarpentries <sid@sopinspace.com> [Tue, 20 Mar 2012 16:08:18 +0100] rev 401
Update contributors and licence files, adding Gibus and I in it, and the content of the AGPL licence.
Thu, 15 Mar 2012 11:19:48 +0100 Do not transform commentator's displayed name in lower case when posting comment.
Production Moz <dev@sopinspace.com> [Thu, 15 Mar 2012 11:19:48 +0100] rev 400
Do not transform commentator's displayed name in lower case when posting comment.
Fri, 27 Jan 2012 11:45:19 +0100 repeat 397 (css div.frame)
gibus [Fri, 27 Jan 2012 11:45:19 +0100] rev 399
repeat 397 (css div.frame)
Fri, 27 Jan 2012 11:43:39 +0100 nothing changed, but hg push needs this commit
gibus [Fri, 27 Jan 2012 11:43:39 +0100] rev 398
nothing changed, but hg push needs this commit
Fri, 27 Jan 2012 11:37:22 +0100 Fix selection of amath elements
gibus [Fri, 27 Jan 2012 11:37:22 +0100] rev 397
Fix selection of amath elements
Tue, 24 Jan 2012 15:27:58 +0100 add some css for sharing-thebook
Production Moz <dev@sopinspace.com> [Tue, 24 Jan 2012 15:27:58 +0100] rev 396
add some css for sharing-thebook
Mon, 23 Jan 2012 11:14:44 +0100 Add libjs-asciimathml.
gibus [Mon, 23 Jan 2012 11:14:44 +0100] rev 395
Add libjs-asciimathml.
Mon, 16 Jan 2012 17:33:45 +0100 Some CSS for footnotes.
gibus [Mon, 16 Jan 2012 17:33:45 +0100] rev 394
Some CSS for footnotes.
Sun, 27 Nov 2011 00:31:12 +0100 Some CSS styles
Production Moz <dev@sopinspace.com> [Sun, 27 Nov 2011 00:31:12 +0100] rev 393
Some CSS styles
Wed, 23 Nov 2011 21:25:19 +0100 Default height from embed ifrmae changed from 200px to 600px.
gibus [Wed, 23 Nov 2011 21:25:19 +0100] rev 392
Default height from embed ifrmae changed from 200px to 600px.
Mon, 14 Nov 2011 10:16:54 +0100 add_comment_button should be hidden with initially_hidden css class if can_create_comment permission is false => do not set this css property directly on html element.
gibus [Mon, 14 Nov 2011 10:16:54 +0100] rev 391
add_comment_button should be hidden with initially_hidden css class if can_create_comment permission is false => do not set this css property directly on html element.
Thu, 13 Oct 2011 14:53:11 +0200 commit c_client.min.js (compressed version of previous commits with scripts/compressjs.py).
gibus [Thu, 13 Oct 2011 14:53:11 +0200] rev 390
commit c_client.min.js (compressed version of previous commits with scripts/compressjs.py).
Thu, 13 Oct 2011 14:51:17 +0200 Allow permalink on comments even when embedfing iframe.
gibus [Thu, 13 Oct 2011 14:51:17 +0200] rev 389
Allow permalink on comments even when embedfing iframe.
Sat, 10 Sep 2011 21:55:14 +0200 throbber should be upper
gibus [Sat, 10 Sep 2011 21:55:14 +0200] rev 388
throbber should be upper
Sat, 10 Sep 2011 15:26:49 +0200 add throbber image
gibus [Sat, 10 Sep 2011 15:26:49 +0200] rev 387
add throbber image
Sat, 10 Sep 2011 15:19:29 +0200 add throbber to wait until text is loaded
gibus [Sat, 10 Sep 2011 15:19:29 +0200] rev 386
add throbber to wait until text is loaded
Fri, 09 Sep 2011 09:49:37 +0200 better use images for arrows on toggle bar to avoid font size dofferences and ut8 non-compatible browsers
gibus [Fri, 09 Sep 2011 09:49:37 +0200] rev 385
better use images for arrows on toggle bar to avoid font size dofferences and ut8 non-compatible browsers
Fri, 09 Sep 2011 00:29:37 +0200 fix a french translation
gibus [Fri, 09 Sep 2011 00:29:37 +0200] rev 384
fix a french translation
Thu, 08 Sep 2011 23:21:51 +0200 add arrows on toggle bars
gibus [Thu, 08 Sep 2011 23:21:51 +0200] rev 383
add arrows on toggle bars
Thu, 08 Sep 2011 23:21:13 +0200 better positioning of 'new comment' form
gibus [Thu, 08 Sep 2011 23:21:13 +0200] rev 382
better positioning of 'new comment' form
Thu, 08 Sep 2011 16:39:22 +0200 :active on whole 'add comment' button, not just text
gibus [Thu, 08 Sep 2011 16:39:22 +0200] rev 381
:active on whole 'add comment' button, not just text
Thu, 08 Sep 2011 16:31:16 +0200 better design for 'add comment' button
gibus [Thu, 08 Sep 2011 16:31:16 +0200] rev 380
better design for 'add comment' button
Thu, 08 Sep 2011 15:55:55 +0200 rounded corners for 'add comment' button
gibus [Thu, 08 Sep 2011 15:55:55 +0200] rev 379
rounded corners for 'add comment' button
Thu, 08 Sep 2011 15:41:31 +0200 commit c_client.min.js (compressed version of previous commits with scripts/compressjs.py).
gibus [Thu, 08 Sep 2011 15:41:31 +0200] rev 378
commit c_client.min.js (compressed version of previous commits with scripts/compressjs.py).
Thu, 08 Sep 2011 15:24:06 +0200 restore image for old 'add comment button' even if unused
gibus [Thu, 08 Sep 2011 15:24:06 +0200] rev 377
restore image for old 'add comment button' even if unused
Thu, 08 Sep 2011 15:19:48 +0200 title when hovering 'add comment' button
gibus [Thu, 08 Sep 2011 15:19:48 +0200] rev 376
title when hovering 'add comment' button
Thu, 08 Sep 2011 15:15:23 +0200 replace 'add comment' button
gibus [Thu, 08 Sep 2011 15:15:23 +0200] rev 375
replace 'add comment' button
Thu, 08 Sep 2011 15:14:25 +0200 semicolon useless in python
gibus [Thu, 08 Sep 2011 15:14:25 +0200] rev 374
semicolon useless in python
Fri, 05 Aug 2011 17:12:15 +0200 Add a title attribute on comment scopes to indicate the number of comments in the scope.
Simon Descarpentries <sid1@sopinspace.com> [Fri, 05 Aug 2011 17:12:15 +0200] rev 373
Add a title attribute on comment scopes to indicate the number of comments in the scope. Also ensure that the last c-count-x defined color class is set even if there are more than 25 comments in the scope.
Fri, 05 Aug 2011 14:44:48 +0200 Correct typo in help messages.
Simon Descarpentries <sid1@sopinspace.com> [Fri, 05 Aug 2011 14:44:48 +0200] rev 372
Correct typo in help messages. Rebuild all locales, eliminating the induced fuzzy strings.
Fri, 05 Aug 2011 12:23:34 +0200 Revision of french translation.
Simon Descarpentries <sid1@sopinspace.com> [Fri, 05 Aug 2011 12:23:34 +0200] rev 371
Revision of french translation. No more empty strings (-24)
Fri, 05 Aug 2011 10:52:08 +0200 Revision of spanish translation.
Simon Descarpentries <sid1@sopinspace.com> [Fri, 05 Aug 2011 10:52:08 +0200] rev 370
Revision of spanish translation. No more fuzzy strings (-63). No more empty translations (-91). Fuzzy strings are automatically added when source string change in code. Fuzzy strings must be regularly reviewed.
Thu, 04 Aug 2011 18:40:42 +0200 One french fuzzy string uncomented.
Simon Descarpentries <sid1@sopinspace.com> [Thu, 04 Aug 2011 18:40:42 +0200] rev 369
One french fuzzy string uncomented.
Thu, 04 Aug 2011 17:33:07 +0200 Add spaces before item.count(s) in lists of com state/author/tags/time in com filtering facilities.
Simon Descarpentries <sid1@sopinspace.com> [Thu, 04 Aug 2011 17:33:07 +0200] rev 368
Add spaces before item.count(s) in lists of com state/author/tags/time in com filtering facilities.
Mon, 25 Jul 2011 15:35:50 +0200 markdown2pdf is buggy => convert to HTML and use abiword to export in PDF
gibus [Mon, 25 Jul 2011 15:35:50 +0200] rev 367
markdown2pdf is buggy => convert to HTML and use abiword to export in PDF
Thu, 21 Jul 2011 15:03:38 +0200 For some reasons, abiwords can read background style attribute but not background-color
gibus [Thu, 21 Jul 2011 15:03:38 +0200] rev 366
For some reasons, abiwords can read background style attribute but not background-color
Thu, 21 Jul 2011 15:02:50 +0200 For some reasons, abiwords can read background style attribute but not background-color
gibus [Thu, 21 Jul 2011 15:02:50 +0200] rev 365
For some reasons, abiwords can read background style attribute but not background-color
Thu, 21 Jul 2011 14:12:25 +0200 tidyfy html before conversion with abiword
gibus [Thu, 21 Jul 2011 14:12:25 +0200] rev 364
tidyfy html before conversion with abiword
Thu, 21 Jul 2011 12:29:45 +0200 add python pexpect in dependencies
gibus [Thu, 21 Jul 2011 12:29:45 +0200] rev 363
add python pexpect in dependencies
Thu, 21 Jul 2011 12:29:17 +0200 add python pexpect in dependencies
gibus [Thu, 21 Jul 2011 12:29:17 +0200] rev 362
add python pexpect in dependencies
Thu, 21 Jul 2011 10:24:38 +0200 Delete temporary files
gibus [Thu, 21 Jul 2011 10:24:38 +0200] rev 361
Delete temporary files
Thu, 21 Jul 2011 09:42:33 +0200 Add abiword as an alternative to open office for conversions
gibus [Thu, 21 Jul 2011 09:42:33 +0200] rev 360
Add abiword as an alternative to open office for conversions
Thu, 16 Jun 2011 09:27:56 +0200 Add can_delete_comment_own to Commentator
gibus [Thu, 16 Jun 2011 09:27:56 +0200] rev 359
Add can_delete_comment_own to Commentator
Tue, 14 Jun 2011 16:28:27 +0200 when trying markdown2pdf without xetex option, use custom-header for propoer input encoding and so on
Production Moz <dev@sopinspace.com> [Tue, 14 Jun 2011 16:28:27 +0200] rev 358
when trying markdown2pdf without xetex option, use custom-header for propoer input encoding and so on
Thu, 09 Jun 2011 11:52:31 +0200 if markdown2pdf fails try without -xetex option
Production Moz <dev@sopinspace.com> [Thu, 09 Jun 2011 11:52:31 +0200] rev 357
if markdown2pdf fails try without -xetex option
Thu, 09 Jun 2011 11:41:04 +0200 --xetex option in markdown2pdf seems to cause "Invalid or incomplete multibyte or wide character" errors
gibus [Thu, 09 Jun 2011 11:41:04 +0200] rev 356
--xetex option in markdown2pdf seems to cause "Invalid or incomplete multibyte or wide character" errors
Mon, 06 Jun 2011 10:08:10 +0200 if DECORATED_CREATORS take into account the "fake" username if has_own_perm()
gibus [Mon, 06 Jun 2011 10:08:10 +0200] rev 355
if DECORATED_CREATORS take into account the "fake" username if has_own_perm()
Tue, 31 May 2011 18:26:38 +0200 merge with changeset 352:7bc8d8bfe443
Production Moz <dev@sopinspace.com> [Tue, 31 May 2011 18:26:38 +0200] rev 354
merge with changeset 352:7bc8d8bfe443
Tue, 31 May 2011 18:25:03 +0200 merge
Production Moz <dev@sopinspace.com> [Tue, 31 May 2011 18:25:03 +0200] rev 353
merge
Tue, 31 May 2011 18:09:54 +0200 do not use pandoc to convert from html to html
Production Moz <dev@sopinspace.com> [Tue, 31 May 2011 18:09:54 +0200] rev 352
do not use pandoc to convert from html to html
Tue, 31 May 2011 18:07:46 +0200 use different tempfiles for in and out + use xtex for markdown2pdf
Production Moz <dev@sopinspace.com> [Tue, 31 May 2011 18:07:46 +0200] rev 351
use different tempfiles for in and out + use xtex for markdown2pdf
Tue, 31 May 2011 18:04:05 +0200 replace msdos \r\n
Production Moz <dev@sopinspace.com> [Tue, 31 May 2011 18:04:05 +0200] rev 350
replace msdos \r\n
Tue, 31 May 2011 18:03:03 +0200 workspace in parameter for memoize
Production Moz <dev@sopinspace.com> [Tue, 31 May 2011 18:03:03 +0200] rev 349
workspace in parameter for memoize
(0) -112 +112 tip