Mercurial
Mercurial
>
comt
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-120
+120
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Use co-ment user name when co-ment is directly accessed, even if DECORATED_CREATORS is True (i.e. normaly accessed by API).
2012-11-06, by gibus
Update norwegian translation
2012-10-23, by gibus
Fix filtering of teachers' comments for individual students in role_teacher role model when using DECORATED_CREATORS.
2012-10-05, by gibus
When building toc, delete <a> elements, including when written in uppercase (<A>).
2012-10-01, by gibus
Stupid IE does not know getElementsByClassName.
2012-10-01, by gibus
Stupid IE counts extra element in array when ending by a comma.
2012-10-01, by gibus
indexOf method of Array is unknown by stupid IE.
2012-10-01, by gibus
Fix export in XML of dates when timezone is negative.
2012-09-24, by gibus
For some reasons BeautifulSouf does not convert entities with convertEntities=["xml","html"], use convertEntities=BeautifulSoup.ALL_ENTITIES instead.
2012-09-24, by gibus
Fix import for use with api (with co_ment Drupal module for eg.).
2012-09-14, by gibus
Fix Italian translation.
2012-09-14, by gibus
Adds Italian translation.
2012-09-07, by gibus
Added import from XML file, including text, comments and attachments.
2012-08-10, by gibus
Fixed renderContents on BeautifilSoup if there is no body in source html
2012-08-09, by 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.
2012-08-09, by gibus
Fixed export with abiword by running tidy on html
2012-08-09, by gibus
Fixed bad conversion of & to &
2012-08-09, by gibus
Added export of attachements as inline b64 images for appropriate formats.
2012-08-06, by gibus
Cleaned export.
2012-08-06, by gibus
Added export to XML for re-import (nb. without attachements).
2012-07-31, by gibus
forget a coma in list of input format for abiword conversion.
2012-06-25, by Production Moz
Change Title: to Subject: in English to not mix with author's title.
2012-06-15, by gibus
Fix #77 html code inside document viewer.
2012-06-14, by 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.
2012-06-12, by gibus
Avoid warnings for deprecated instructions in djan 1.3
2012-06-08, by gibus
Avoid warnings for deprecated instructions in djan 1.3
2012-06-08, by gibus
Avoid warnings for deprecated instructions in djan 1.3
2012-06-08, by gibus
Update settings_local_sample with DECORATED_CREATORS and USE_ABI parameters
2012-06-05, by gibus
Exports to epub only with pandoc 1.9 and upper versions.
2012-05-24, by gibus
Adds export to epub.
2012-05-24, by gibus
Takes into account various releases of pandoc.
2012-05-24, by gibus
Fixes export with abiword when attached images are served by co-ment
2012-05-24, by gibus
Adds generic getElementsByClassName for IE compatibility.
2012-05-24, by gibus
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).
2012-05-21, by gibus
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 ?!
2012-05-19, by Production Moz
Avoids HTTP 403 on login and reset/change password, seehttps://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ref-contrib-csrf.
2012-05-18, by Production Moz
Avoids HTTP 403 on reset password, seehttps://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ref-contrib-csrf.
2012-05-17, by Production Moz
Fixed comments filter by name when name is empty
2012-05-15, by Production Moz
Fixed bad string for export to ms-word 2007.
2012-05-15, by gibus
Added export in .doc and .docx formats.
2012-05-15, by gibus
Respect order by scope in show all comments or show all detached comments.
2012-05-15, by gibus
Fixed sort with y is NoneType.
2012-05-15, by gibus
CSS for filter.
2012-05-14, by gibus
Fixed author when there is none.
2012-05-14, by gibus
Still use --sanitize-html for pandoc 1.5.1.1.
2012-05-14, by gibus
Smaller size for text input form elements in filter.
2012-05-14, by gibus
Added 'me' and 'author' in filter by name.
2012-05-14, by gibus
Fix some javascript error with IE8 (getElementsByClassName() is unknown).
2012-05-14, by gibus
Removes <a> tags inside toc + adjusts height of toc.
2012-05-11, by gibus
Better positionning of table of contents.
2012-05-11, by gibus
Hides button if table of contents is empty.
2012-05-11, by gibus
Adds a table of content.
2012-05-11, by gibus
Prevents javascript error, when iframe is not ready and therefore iframe_onload function is not available.
2012-05-10, by gibus
Still use --sanitize-html for pandoc 1.5.1.1.
2012-05-10, by Production Moz
Just a typo.
2012-05-10, by gibus
After investigations, commit the proposed patch by kklimonda presented with the
2012-05-09, by Simon Descarpentries
Adds rtfas input formats when converting with abiword.
2012-05-09, by Production Moz
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.
2012-05-07, by gibus
Adds image button in rich text editor for HTML.
2012-04-25, by gibus
Fix mismatching filter with tag.
2012-04-25, by gibus
Adds comments' tags when exporting
2012-04-24, by gibus
When exporting, expand entities to keep correct offsets of comments.
2012-04-24, by gibus
Allows multiple co-mentable texts to be isplayed in the same HTML page (with Drupal 7 co_ment module).
2012-04-16, by Production Moz
Requires django > 1.3
2012-04-13, by gibus
Requires django > 1.3
2012-04-13, by gibus
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.
2012-04-13, by gibus
Merge some previous commits.
2012-04-06, by Production Moz
Fixes missing closing bracket for column spearator in diff pages.
2012-04-06, by Production Moz
Start dev of release 1.4.0
2012-03-22, by Simon Descarpentries
Add a tag corresponding to the last release : 1.3.0
2012-03-22, by Simon Descarpentries
Add a VERSION.txt file, to hold the version number of the designated comt release
1.3.0
2012-03-20, by Simon Descarpentries
Update contributors and licence files, adding Gibus and I in it, and the content of the AGPL licence.
2012-03-20, by Simon Descarpentries
Do not transform commentator's displayed name in lower case when posting comment.
2012-03-15, by Production Moz
repeat 397 (css div.frame)
2012-01-27, by gibus
nothing changed, but hg push needs this commit
2012-01-27, by gibus
Fix selection of amath elements
2012-01-27, by gibus
add some css for sharing-thebook
2012-01-24, by Production Moz
Add libjs-asciimathml.
2012-01-23, by gibus
Some CSS for footnotes.
2012-01-16, by gibus
Some CSS styles
2011-11-27, by Production Moz
Default height from embed ifrmae changed from 200px to 600px.
2011-11-23, by gibus
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.
2011-11-14, by gibus
commit c_client.min.js (compressed version of previous commits with scripts/compressjs.py).
2011-10-13, by gibus
Allow permalink on comments even when embedfing iframe.
2011-10-13, by gibus
throbber should be upper
2011-09-10, by gibus
add throbber image
2011-09-10, by gibus
add throbber to wait until text is loaded
2011-09-10, by gibus
better use images for arrows on toggle bar to avoid font size dofferences and ut8 non-compatible browsers
2011-09-09, by gibus
fix a french translation
2011-09-09, by gibus
add arrows on toggle bars
2011-09-08, by gibus
better positioning of 'new comment' form
2011-09-08, by gibus
:active on whole 'add comment' button, not just text
2011-09-08, by gibus
better design for 'add comment' button
2011-09-08, by gibus
rounded corners for 'add comment' button
2011-09-08, by gibus
commit c_client.min.js (compressed version of previous commits with scripts/compressjs.py).
2011-09-08, by gibus
restore image for old 'add comment button' even if unused
2011-09-08, by gibus
title when hovering 'add comment' button
2011-09-08, by gibus
replace 'add comment' button
2011-09-08, by gibus
semicolon useless in python
2011-09-08, by gibus
Add a title attribute on comment scopes to indicate the number of comments in the scope.
2011-08-05, by Simon Descarpentries
Correct typo in help messages.
2011-08-05, by Simon Descarpentries
Revision of french translation.
2011-08-05, by Simon Descarpentries
Revision of spanish translation.
2011-08-05, by Simon Descarpentries
One french fuzzy string uncomented.
2011-08-04, by Simon Descarpentries
Add spaces before item.count(s) in lists of com state/author/tags/time in com filtering facilities.
2011-08-04, by Simon Descarpentries
markdown2pdf is buggy => convert to HTML and use abiword to export in PDF
2011-07-25, by gibus
For some reasons, abiwords can read background style attribute but not background-color
2011-07-21, by gibus
For some reasons, abiwords can read background style attribute but not background-color
2011-07-21, by gibus
tidyfy html before conversion with abiword
2011-07-21, by gibus
add python pexpect in dependencies
2011-07-21, by gibus
add python pexpect in dependencies
2011-07-21, by gibus
Delete temporary files
2011-07-21, by gibus
Add abiword as an alternative to open office for conversions
2011-07-21, by gibus
Add can_delete_comment_own to Commentator
2011-06-16, by gibus
when trying markdown2pdf without xetex option, use custom-header for propoer input encoding and so on
2011-06-14, by Production Moz
if markdown2pdf fails try without -xetex option
2011-06-09, by Production Moz
--xetex option in markdown2pdf seems to cause "Invalid or incomplete multibyte or wide character" errors
2011-06-09, by gibus
if DECORATED_CREATORS take into account the "fake" username if has_own_perm()
2011-06-06, by gibus
merge with changeset 352:7bc8d8bfe443
2011-05-31, by Production Moz
merge
2011-05-31, by Production Moz
less
more
|
(0)
-120
+120
tip