gibus [Thu, 10 May 2012 09:22:57 +0200] rev 418
Just a typo.
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.
Production Moz <dev@sopinspace.com> [Wed, 09 May 2012 09:36:49 +0200] rev 416
Adds rtfas input formats when converting with abiword.
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.
gibus [Wed, 25 Apr 2012 09:25:39 +0200] rev 414
Adds image button in rich text editor for HTML.
gibus [Wed, 25 Apr 2012 09:15:23 +0200] rev 413
Fix mismatching filter with tag.
gibus [Tue, 24 Apr 2012 16:29:27 +0200] rev 412
Adds comments' tags when exporting
gibus [Tue, 24 Apr 2012 16:09:35 +0200] rev 411
When exporting, expand entities to keep correct offsets of comments.
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).
gibus [Fri, 13 Apr 2012 15:59:14 +0200] rev 409
Requires django > 1.3
gibus [Fri, 13 Apr 2012 15:57:05 +0200] rev 408
Requires django > 1.3
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.
Production Moz <dev@sopinspace.com> [Fri, 06 Apr 2012 12:35:57 +0200] rev 406
Merge some previous commits.
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.
Simon Descarpentries <sid@sopinspace.com> [Thu, 22 Mar 2012 10:36:35 +0100] rev 404
Start dev of release 1.4.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
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
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.
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.
gibus [Fri, 27 Jan 2012 11:45:19 +0100] rev 399
repeat 397 (css div.frame)
gibus [Fri, 27 Jan 2012 11:43:39 +0100] rev 398
nothing changed, but hg push needs this commit
gibus [Fri, 27 Jan 2012 11:37:22 +0100] rev 397
Fix selection of amath elements
Production Moz <dev@sopinspace.com> [Tue, 24 Jan 2012 15:27:58 +0100] rev 396
add some css for sharing-thebook
gibus [Mon, 23 Jan 2012 11:14:44 +0100] rev 395
Add libjs-asciimathml.
gibus [Mon, 16 Jan 2012 17:33:45 +0100] rev 394
Some CSS for footnotes.
Production Moz <dev@sopinspace.com> [Sun, 27 Nov 2011 00:31:12 +0100] rev 393
Some CSS styles
gibus [Wed, 23 Nov 2011 21:25:19 +0100] rev 392
Default height from embed ifrmae changed from 200px to 600px.
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.