| age |
author |
description |
| 6 weeks ago |
Production Moz |
Add can_edit_comment_own to Individual student (similar to changeset 359 for generic model).default tip |
| 7 weeks ago |
gibus |
do not skip span for newline textnodes otherwise compute_new_comment_positions() will return bad results for pandoc texts. |
| 2 months ago |
gibus |
Prevents sumitting comment several time while waiting for server response. |
| 2 months ago |
gibus |
Added tag 2.5.0 for changeset 805e08ea57b1 |
| 3 months ago |
gibus |
Fixes crash when editing imported text with orphan comment.2.5.0 |
| 3 months ago |
gibus |
One debug line forgotten in previous commit. |
| 3 months ago |
gibus |
One debug line forgotten in previous commit. |
| 3 months ago |
gibus |
Fixes crash when editing, apparently when comment spans on multiple text nodes. |
| 3 months ago |
gibus |
Forgot a condition when using libreoffice as a fallback when abiword crashes. |
| 3 months ago |
gibus |
Use libreoffice to convert html to pdf when abiword crashes. |
| 3 months ago |
gibus |
Do not list all comments when exporting filtered comments. |
| 3 months ago |
Production Moz |
Since scrollIntoView scroll the embed iframe *and* the parent window, restore the position of the toolbar. |
| 3 months ago |
Production Moz |
Since scrollIntoView scroll the embed iframe *and* the parent window, save and restore the position of the toolbar. |
| 3 months ago |
Production Moz |
Do not reset filters when adding a comment. |
| 4 months ago |
gibus |
New arrow-down adn arrow-up icons. |
| 4 months ago |
gibus |
Reverts arrow-down icon. |
| 4 months ago |
gibus |
Adds ompressed version for changeset 485. |
| 4 months ago |
gibus |
Clean versions list/comparison/view and add original version. |
| 4 months ago |
gibus |
New icons. |
| 4 months ago |
gibus |
Preselect embeded code to copy. |
| 4 months ago |
gibus |
Do not try to process custom_css if none has be defined |
| 4 months ago |
gibus |
Add custom CSS and fonts. |
| 4 months ago |
gibus |
No need to get content with display:none on parent view frame |
| 4 months ago |
gibus |
Replace pre_edit stage by an input checkbox to increase performances (compute_new_comment_positions run once). |
| 4 months ago |
gibus |
Add GZipMiddleware to compress exchanged data. |
| 4 months ago |
gibus |
Remove some unused comments. |
| 4 months ago |
gibus |
Add some MIME instructions for font to silence Chrome warnings. |
| 5 months ago |
gibus |
Applies new fonts to interface. |
| 5 months ago |
gibus |
New fonts. |
| 5 months ago |
gibus |
fix switch between different styles. |
| 6 months ago |
gibus |
Do not spannify empty text nodes, prevents abiword crash. |
| 6 months ago |
gibus |
Use co-ment user name when co-ment is directly accessed, even if DECORATED_CREATORS is True (i.e. normaly accessed by API). |
| 7 months ago |
gibus |
Update norwegian translation |
| 7 months ago |
gibus |
Fix filtering of teachers' comments for individual students in role_teacher role model when using DECORATED_CREATORS. |
| 7 months ago |
gibus |
When building toc, delete <a> elements, including when written in uppercase (<A>). |
| 7 months ago |
gibus |
Stupid IE does not know getElementsByClassName. |
| 7 months ago |
gibus |
Stupid IE counts extra element in array when ending by a comma. |
| 7 months ago |
gibus |
indexOf method of Array is unknown by stupid IE. |
| 7 months ago |
gibus |
Fix export in XML of dates when timezone is negative. |
| 7 months ago |
gibus |
For some reasons BeautifulSouf does not convert entities with convertEntities=["xml","html"], use convertEntities=BeautifulSoup.ALL_ENTITIES instead. |
| 8 months ago |
gibus |
Fix import for use with api (with co_ment Drupal module for eg.). |
| 8 months ago |
gibus |
Fix Italian translation. |
| 8 months ago |
gibus |
Adds Italian translation. |
| 9 months ago |
gibus |
Added import from XML file, including text, comments and attachments. |
| 9 months ago |
gibus |
Fixed renderContents on BeautifilSoup if there is no body in source html |
| 9 months ago |
gibus |
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. |
| 9 months ago |
gibus |
Fixed export with abiword by running tidy on html |
| 9 months ago |
gibus |
Fixed bad conversion of & to & |
| 9 months ago |
gibus |
Added export of attachements as inline b64 images for appropriate formats. |
| 9 months ago |
gibus |
Cleaned export. |
| 9 months ago |
gibus |
Added export to XML for re-import (nb. without attachements). |
| 11 months ago |
Production Moz |
forget a coma in list of input format for abiword conversion. |
| 11 months ago |
gibus |
Change Title: to Subject: in English to not mix with author's title. |
| 11 months ago |
gibus |
Fix #77 html code inside document viewer. |
| 11 months ago |
gibus |
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. |
| 11 months ago |
gibus |
Avoid warnings for deprecated instructions in djan 1.3 |
| 11 months ago |
gibus |
Avoid warnings for deprecated instructions in djan 1.3 |
| 11 months ago |
gibus |
Avoid warnings for deprecated instructions in djan 1.3 |
| 11 months ago |
gibus |
Update settings_local_sample with DECORATED_CREATORS and USE_ABI parameters |
| 12 months ago |
gibus |
Exports to epub only with pandoc 1.9 and upper versions. |