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).
(0) -300 -100 -50 -30 +30 +50 +100 tip