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
Tue, 31 May 2011 18:01:41 +0200 add piwik tracking
Production Moz <dev@sopinspace.com> [Tue, 31 May 2011 18:01:41 +0200] rev 348
add piwik tracking
Tue, 31 May 2011 17:58:47 +0200 prevent uno custom __import__ from messing with south import machinery (to discover south enabled dj apps)
Production Moz <dev@sopinspace.com> [Tue, 31 May 2011 17:58:47 +0200] rev 347
prevent uno custom __import__ from messing with south import machinery (to discover south enabled dj apps)
Tue, 31 May 2011 17:56:35 +0200 3.0.0 -> 3.0.0b1
Production Moz <dev@sopinspace.com> [Tue, 31 May 2011 17:56:35 +0200] rev 346
3.0.0 -> 3.0.0b1
Tue, 31 May 2011 17:54:04 +0200 3.0.0 -> 3.0.0b1
Production Moz <dev@sopinspace.com> [Tue, 31 May 2011 17:54:04 +0200] rev 345
3.0.0 -> 3.0.0b1
Tue, 31 May 2011 17:52:28 +0200 memoize get_activity
Production Moz <dev@sopinspace.com> [Tue, 31 May 2011 17:52:28 +0200] rev 344
memoize get_activity
Fri, 28 Jan 2011 11:09:34 +0100 open source -> free software
gibus [Fri, 28 Jan 2011 11:09:34 +0100] rev 343
open source -> free software
Wed, 08 Dec 2010 20:57:35 +0100 Missing French translation for some javascript.
gibus [Wed, 08 Dec 2010 20:57:35 +0100] rev 342
Missing French translation for some javascript.
Tue, 30 Nov 2010 09:53:35 +0100 Coding style for js: expand tabs
gibus [Tue, 30 Nov 2010 09:53:35 +0100] rev 341
Coding style for js: expand tabs
Mon, 29 Nov 2010 15:05:21 +0100 Be more strict by controlling that value ofcomment_op url parameter is set to "reply"
gibus [Mon, 29 Nov 2010 15:05:21 +0100] rev 340
Be more strict by controlling that value ofcomment_op url parameter is set to "reply"
Mon, 29 Nov 2010 14:12:38 +0100 Open automatically reply to comment form when comment_op url parameter is set to "reply", *even if there is no reply yet* (therefore no animation should have been triggered)
gibus [Mon, 29 Nov 2010 14:12:38 +0100] rev 339
Open automatically reply to comment form when comment_op url parameter is set to "reply", *even if there is no reply yet* (therefore no animation should have been triggered)
Mon, 29 Nov 2010 12:09:14 +0100 Focus on content textarea when opening reply to comment form
gibus [Mon, 29 Nov 2010 12:09:14 +0100] rev 338
Focus on content textarea when opening reply to comment form
Mon, 29 Nov 2010 12:07:44 +0100 Add url parameter (comment_op=reply) to open automatically reply to comment form
gibus [Mon, 29 Nov 2010 12:07:44 +0100] rev 337
Add url parameter (comment_op=reply) to open automatically reply to comment form
Mon, 22 Nov 2010 14:58:38 +0100 api doc
gibus [Mon, 22 Nov 2010 14:58:38 +0100] rev 336
api doc
Fri, 19 Nov 2010 18:02:33 +0100 add comment_key optional parameter for /api/comments/ to fetch a single comment
gibus [Fri, 19 Nov 2010 18:02:33 +0100] rev 335
add comment_key optional parameter for /api/comments/ to fetch a single comment
Fri, 12 Nov 2010 15:43:03 +0100 Added tag v1.0.5 for changeset f080de4cad76
raph [Fri, 12 Nov 2010 15:43:03 +0100] rev 334
Added tag v1.0.5 for changeset f080de4cad76
Mon, 08 Nov 2010 15:28:45 +0100 Fix browsing by modifications, take into account every comment in a thread (instead of only the first two levels in each thread). v1.0.5
gibus [Mon, 08 Nov 2010 15:28:45 +0100] rev 333
Fix browsing by modifications, take into account every comment in a thread (instead of only the first two levels in each thread).
Mon, 08 Nov 2010 14:45:52 +0100 commit c_client.min.js (compressed version of previous commits with scripts/compressjs.py).
gibus [Mon, 08 Nov 2010 14:45:52 +0100] rev 332
commit c_client.min.js (compressed version of previous commits with scripts/compressjs.py).
Mon, 08 Nov 2010 14:07:02 +0100 focus on comment specified as url parameter *even if it is not the last comment of a thread*
gibus [Mon, 08 Nov 2010 14:07:02 +0100] rev 331
focus on comment specified as url parameter *even if it is not the last comment of a thread*
Mon, 08 Nov 2010 14:00:41 +0100 oops forgot "else" on last commit
gibus [Mon, 08 Nov 2010 14:00:41 +0100] rev 330
oops forgot "else" on last commit
Mon, 08 Nov 2010 12:41:44 +0100 When comment_id_key is passed as URL parameter, focus on this comment, instead of the top comment of the related thread.
gibus [Mon, 08 Nov 2010 12:41:44 +0100] rev 329
When comment_id_key is passed as URL parameter, focus on this comment, instead of the top comment of the related thread.
Tue, 02 Nov 2010 16:31:20 +0100 Select only comments from last version.
gibus [Tue, 02 Nov 2010 16:31:20 +0100] rev 328
Select only comments from last version.
Tue, 02 Nov 2010 10:15:41 +0100 save prototype for django new version (1.2.3)
gibus [Tue, 02 Nov 2010 10:15:41 +0100] rev 327
save prototype for django new version (1.2.3)
Fri, 22 Oct 2010 16:39:55 +0200 Merge with addba77f2f901c689d9abed3d4ce2c5d25fef5f1
raph [Fri, 22 Oct 2010 16:39:55 +0200] rev 326
Merge with addba77f2f901c689d9abed3d4ce2c5d25fef5f1
Fri, 22 Oct 2010 16:38:42 +0200 i18n compile
raph [Fri, 22 Oct 2010 16:38:42 +0200] rev 325
i18n compile
Thu, 21 Oct 2010 13:52:10 +0200 update
Kirill Miazine <km@krot.org> [Thu, 21 Oct 2010 13:52:10 +0200] rev 324
update
Tue, 19 Oct 2010 14:30:19 +0200 email_re has moved from django.form.fields to django.core.validators (Django 1.2 alpha 1)
gibus [Tue, 19 Oct 2010 14:30:19 +0200] rev 323
email_re has moved from django.form.fields to django.core.validators (Django 1.2 alpha 1)
Mon, 11 Oct 2010 15:39:29 +0200 i18n update
raph [Mon, 11 Oct 2010 15:39:29 +0200] rev 322
i18n update
Mon, 11 Oct 2010 15:04:45 +0200 add format tips
raph [Mon, 11 Oct 2010 15:04:45 +0200] rev 321
add format tips
Mon, 11 Oct 2010 14:46:20 +0200 Typo
raph [Mon, 11 Oct 2010 14:46:20 +0200] rev 320
Typo
Fri, 08 Oct 2010 17:01:00 +0200 fix title display
raph [Fri, 08 Oct 2010 17:01:00 +0200] rev 319
fix title display
Fri, 08 Oct 2010 16:55:35 +0200 use base_workspace template
raph [Fri, 08 Oct 2010 16:55:35 +0200] rev 318
use base_workspace template
Fri, 08 Oct 2010 16:38:39 +0200 remove unused About link
raph [Fri, 08 Oct 2010 16:38:39 +0200] rev 317
remove unused About link
Fri, 08 Oct 2010 16:37:51 +0200 add popup tip for anonymous users in user list
raph [Fri, 08 Oct 2010 16:37:51 +0200] rev 316
add popup tip for anonymous users in user list
Fri, 08 Oct 2010 15:56:01 +0200 only display tag filtering form if tags exist
raph [Fri, 08 Oct 2010 15:56:01 +0200] rev 315
only display tag filtering form if tags exist
Fri, 08 Oct 2010 15:31:45 +0200 add popup tip to create and upload dashboard action links
raph [Fri, 08 Oct 2010 15:31:45 +0200] rev 314
add popup tip to create and upload dashboard action links
Fri, 08 Oct 2010 11:21:28 +0200 silently swallow IOError in timezone setting
raph [Fri, 08 Oct 2010 11:21:28 +0200] rev 313
silently swallow IOError in timezone setting
Mon, 04 Oct 2010 14:21:17 +0200 add note size limitation
raph [Mon, 04 Oct 2010 14:21:17 +0200] rev 312
add note size limitation
Wed, 29 Sep 2010 14:43:40 +0200 fix: register user_created activity only if users where really added
raph [Wed, 29 Sep 2010 14:43:40 +0200] rev 311
fix: register user_created activity only if users where really added
Mon, 23 Aug 2010 17:57:59 +0200 do not use deprecated package ucs
raph [Mon, 23 Aug 2010 17:57:59 +0200] rev 310
do not use deprecated package ucs
Mon, 23 Aug 2010 17:33:51 +0200 customize latex header to include eurofont and fix ucs import
raph [Mon, 23 Aug 2010 17:33:51 +0200] rev 309
customize latex header to include eurofont and fix ucs import
Mon, 23 Aug 2010 17:19:35 +0200 do not try to us comment if detached
raph [Mon, 23 Aug 2010 17:19:35 +0200] rev 308
do not try to us comment if detached
Thu, 19 Aug 2010 13:19:24 +0200 use fixed table size for comparing versions
raph [Thu, 19 Aug 2010 13:19:24 +0200] rev 307
use fixed table size for comparing versions
Tue, 03 Aug 2010 18:34:14 +0200 fix typo in hgignore
raph [Tue, 03 Aug 2010 18:34:14 +0200] rev 306
fix typo in hgignore
Tue, 03 Aug 2010 18:01:35 +0200 do not lock table with backends other than postgresql (postgresql specific syntax) (fixes #52)
raph [Tue, 03 Aug 2010 18:01:35 +0200] rev 305
do not lock table with backends other than postgresql (postgresql specific syntax) (fixes #52)
Tue, 03 Aug 2010 16:42:05 +0200 use django 1.1.2 (fixes notif. test)
raph [Tue, 03 Aug 2010 16:42:05 +0200] rev 304
use django 1.1.2 (fixes notif. test)
Tue, 03 Aug 2010 16:16:25 +0200 fix tests for mysql
raph [Tue, 03 Aug 2010 16:16:25 +0200] rev 303
fix tests for mysql
Wed, 28 Jul 2010 17:27:37 +0200 refactor (cleanup) hgignore
raph [Wed, 28 Jul 2010 17:27:37 +0200] rev 302
refactor (cleanup) hgignore
Mon, 26 Jul 2010 14:16:21 +0200 fix: use 'keep_comments' parameter when editing text
raph [Mon, 26 Jul 2010 14:16:21 +0200] rev 301
fix: use 'keep_comments' parameter when editing text
Thu, 22 Jul 2010 17:27:24 +0200 doc api: add cancel_modified_scopes as parameter of Edit text
gibus [Thu, 22 Jul 2010 17:27:24 +0200] rev 300
doc api: add cancel_modified_scopes as parameter of Edit text
Mon, 19 Jul 2010 17:26:25 +0200 check with api version of security checking prior to fun call
raph [Mon, 19 Jul 2010 17:26:25 +0200] rev 299
check with api version of security checking prior to fun call
Thu, 15 Jul 2010 17:21:03 +0200 cleanup unused 'markup' template tag lib usage
raph [Thu, 15 Jul 2010 17:21:03 +0200] rev 298
cleanup unused 'markup' template tag lib usage
Thu, 15 Jul 2010 17:17:21 +0200 fix settings import
raph [Thu, 15 Jul 2010 17:17:21 +0200] rev 297
fix settings import
Thu, 15 Jul 2010 17:08:45 +0200 Merge with 875e57f5f6ac74a1d6fb0e2623157fff254c338f
raph [Thu, 15 Jul 2010 17:08:45 +0200] rev 296
Merge with 875e57f5f6ac74a1d6fb0e2623157fff254c338f
Thu, 15 Jul 2010 17:07:15 +0200 Merge with b8672f57ba3cd4e876277a13c69621446b940052
raph [Thu, 15 Jul 2010 17:07:15 +0200] rev 295
Merge with b8672f57ba3cd4e876277a13c69621446b940052
Thu, 15 Jul 2010 16:23:58 +0200 do not show permalink if prefix is used in embed params / minified client update
raph [Thu, 15 Jul 2010 16:23:58 +0200] rev 294
do not show permalink if prefix is used in embed params / minified client update
Thu, 15 Jul 2010 16:10:55 +0200 api update (incl. doc)
raph [Thu, 15 Jul 2010 16:10:55 +0200] rev 293
api update (incl. doc)
Thu, 15 Jul 2010 16:10:29 +0200 add parameter to display "decorated" creator (used with api calls)
raph [Thu, 15 Jul 2010 16:10:29 +0200] rev 292
add parameter to display "decorated" creator (used with api calls)
Thu, 15 Jul 2010 16:09:52 +0200 add prefix to use external caller as proxy (calls via api)
raph [Thu, 15 Jul 2010 16:09:52 +0200] rev 291
add prefix to use external caller as proxy (calls via api)
Thu, 15 Jul 2010 16:07:59 +0200 add todo note
raph [Thu, 15 Jul 2010 16:07:59 +0200] rev 290
add todo note
Mon, 12 Jul 2010 16:37:32 +0200 fix error when last text_version is deleted
raph [Mon, 12 Jul 2010 16:37:32 +0200] rev 289
fix error when last text_version is deleted
Mon, 12 Jul 2010 13:53:26 +0200 fix delete method / fix anon resources
raph [Mon, 12 Jul 2010 13:53:26 +0200] rev 288
fix delete method / fix anon resources
Fri, 09 Jul 2010 10:05:29 +0200 add api: basic auth / unit tests / online doc (based on django-piston)
raph [Fri, 09 Jul 2010 10:05:29 +0200] rev 287
add api: basic auth / unit tests / online doc (based on django-piston)
Thu, 15 Jul 2010 16:56:00 +0200 add omelette
raph [Thu, 15 Jul 2010 16:56:00 +0200] rev 286
add omelette
Thu, 15 Jul 2010 16:55:31 +0200 propagates query string parameters when login in (so that link with direct coment id are properly propagated)
raph [Thu, 15 Jul 2010 16:55:31 +0200] rev 285
propagates query string parameters when login in (so that link with direct coment id are properly propagated)
Thu, 15 Jul 2010 16:54:29 +0200 simplification of security check: all unauthorized exceptions are dealt with by context processors
raph [Thu, 15 Jul 2010 16:54:29 +0200] rev 284
simplification of security check: all unauthorized exceptions are dealt with by context processors
Fri, 11 Jun 2010 16:21:53 +0200 add piston dependency
raph [Fri, 11 Jun 2010 16:21:53 +0200] rev 283
add piston dependency
Fri, 11 Jun 2010 11:04:23 +0200 add STORE_ACTIVITY_IP parameter to avoid storing ips for activities.
raph [Fri, 11 Jun 2010 11:04:23 +0200] rev 282
add STORE_ACTIVITY_IP parameter to avoid storing ips for activities. (workaround for #50)
Thu, 10 Jun 2010 15:31:55 +0200 initialize the user registration language code when adding other users
raph [Thu, 10 Jun 2010 15:31:55 +0200] rev 281
initialize the user registration language code when adding other users
Thu, 10 Jun 2010 14:56:36 +0200 initialize the user registration language code to request.LANGUAGE_CODE (selected language or default setting)
raph [Thu, 10 Jun 2010 14:56:36 +0200] rev 280
initialize the user registration language code to request.LANGUAGE_CODE (selected language or default setting)
Mon, 17 May 2010 15:23:41 +0200 code cleanup
raph [Mon, 17 May 2010 15:23:41 +0200] rev 279
code cleanup
Mon, 17 May 2010 15:07:30 +0200 fix unit tests
raph [Mon, 17 May 2010 15:07:30 +0200] rev 278
fix unit tests
Fri, 14 May 2010 15:17:44 +0200 minified client update
raph [Fri, 14 May 2010 15:17:44 +0200] rev 277
minified client update
Fri, 14 May 2010 15:16:01 +0200 add comments_auto_display parameter to embed to auto expand comments
raph [Fri, 14 May 2010 15:16:01 +0200] rev 276
add comments_auto_display parameter to embed to auto expand comments
Fri, 14 May 2010 12:13:43 +0200 ignore timezone if impossible to parse
raph [Fri, 14 May 2010 12:13:43 +0200] rev 275
ignore timezone if impossible to parse
Mon, 10 May 2010 11:50:08 +0200 import inside function
raph [Mon, 10 May 2010 11:50:08 +0200] rev 274
import inside function
Fri, 07 May 2010 14:26:24 +0200 typo (unused comment)
raph [Fri, 07 May 2010 14:26:24 +0200] rev 273
typo (unused comment)
Fri, 07 May 2010 14:12:06 +0200 fix notification bug
raph [Fri, 07 May 2010 14:12:06 +0200] rev 272
fix notification bug
Fri, 07 May 2010 10:06:10 +0200 add test case for long lasting spannify
raph [Fri, 07 May 2010 10:06:10 +0200] rev 271
add test case for long lasting spannify
Thu, 06 May 2010 17:48:11 +0200 cache spannify function
raph [Thu, 06 May 2010 17:48:11 +0200] rev 270
cache spannify function
Thu, 06 May 2010 16:58:29 +0200 i18n compile
raph [Thu, 06 May 2010 16:58:29 +0200] rev 269
i18n compile
Thu, 06 May 2010 12:18:59 +0200 Norwegian update.
Kirill Miazine <km@krot.org> [Thu, 06 May 2010 12:18:59 +0200] rev 268
Norwegian update.
Wed, 05 May 2010 16:50:41 +0200 do not send notifications for comments user created himself
raph [Wed, 05 May 2010 16:50:41 +0200] rev 267
do not send notifications for comments user created himself
Wed, 05 May 2010 16:37:57 +0200 add notifications to admin area
raph [Wed, 05 May 2010 16:37:57 +0200] rev 266
add notifications to admin area
Wed, 05 May 2010 10:51:52 +0200 fix history display when no pagination
raph [Wed, 05 May 2010 10:51:52 +0200] rev 265
fix history display when no pagination
Thu, 22 Apr 2010 18:09:44 +0200 fix comment deletion detection when using html format (and ckeditor)
raph [Thu, 22 Apr 2010 18:09:44 +0200] rev 264
fix comment deletion detection when using html format (and ckeditor)
Thu, 22 Apr 2010 12:48:02 +0200 fix nb_comments display in history (for anon users)
raph [Thu, 22 Apr 2010 12:48:02 +0200] rev 263
fix nb_comments display in history (for anon users)
Thu, 22 Apr 2010 12:35:04 +0200 fix comment __str__ display
raph [Thu, 22 Apr 2010 12:35:04 +0200] rev 262
fix comment __str__ display
Thu, 22 Apr 2010 11:32:41 +0200 fix usage of dj caching
raph [Thu, 22 Apr 2010 11:32:41 +0200] rev 261
fix usage of dj caching
Tue, 20 Apr 2010 11:37:33 +0200 Merge with 0371caf8bcc6864a0f2250933431d3a913c9b379
raph [Tue, 20 Apr 2010 11:37:33 +0200] rev 260
Merge with 0371caf8bcc6864a0f2250933431d3a913c9b379
Tue, 20 Apr 2010 11:14:21 +0200 always use pandoc but in raw mode for html->html convert preserve_html
raph [Tue, 20 Apr 2010 11:14:21 +0200] rev 259
always use pandoc but in raw mode for html->html convert
Tue, 20 Apr 2010 10:47:42 +0200 Merge with 7b7ba5e472685e124441dcd8acef17ea9b8d80f2 preserve_html
raph [Tue, 20 Apr 2010 10:47:42 +0200] rev 258
Merge with 7b7ba5e472685e124441dcd8acef17ea9b8d80f2
Tue, 20 Apr 2010 10:47:04 +0200 remove ckeditor when using other format
raph [Tue, 20 Apr 2010 10:47:04 +0200] rev 257
remove ckeditor when using other format
Tue, 20 Apr 2010 10:34:56 +0200 add fck editor for html texts
raph [Tue, 20 Apr 2010 10:34:56 +0200] rev 256
add fck editor for html texts
Fri, 16 Apr 2010 10:34:54 +0200 cleanup diff for human reading
raph [Fri, 16 Apr 2010 10:34:54 +0200] rev 255
cleanup diff for human reading
Fri, 16 Apr 2010 10:34:54 +0200 cleanup diff for human reading preserve_html
raph [Fri, 16 Apr 2010 10:34:54 +0200] rev 254
cleanup diff for human reading
Thu, 15 Apr 2010 17:21:59 +0200 fix img path preserve_html
raph [Thu, 15 Apr 2010 17:21:59 +0200] rev 253
fix img path
Thu, 15 Apr 2010 16:38:45 +0200 do not use pandoc for html content preserve_html
raph [Thu, 15 Apr 2010 16:38:45 +0200] rev 252
do not use pandoc for html content
Thu, 15 Apr 2010 14:35:44 +0200 fix import
raph [Thu, 15 Apr 2010 14:35:44 +0200] rev 251
fix import
Thu, 15 Apr 2010 14:33:56 +0200 improve diff between versions (word diff)
raph [Thu, 15 Apr 2010 14:33:56 +0200] rev 250
improve diff between versions (word diff)
Wed, 14 Apr 2010 17:05:14 +0200 i18n update
raph [Wed, 14 Apr 2010 17:05:14 +0200] rev 249
i18n update
Wed, 14 Apr 2010 17:05:01 +0200 fix button naming (fixes #26)
raph [Wed, 14 Apr 2010 17:05:01 +0200] rev 248
fix button naming (fixes #26)
Wed, 14 Apr 2010 16:56:57 +0200 fix broken layout (footer)
raph [Wed, 14 Apr 2010 16:56:57 +0200] rev 247
fix broken layout (footer)
Tue, 13 Apr 2010 11:42:47 +0200 i18n compile
raph [Tue, 13 Apr 2010 11:42:47 +0200] rev 246
i18n compile
Wed, 07 Apr 2010 09:49:18 +0200 Norwegian update
Kirill Miazine <km@krot.org> [Wed, 07 Apr 2010 09:49:18 +0200] rev 245
Norwegian update
Wed, 07 Apr 2010 12:02:41 +0200 use new co-ment favicon
raph [Wed, 07 Apr 2010 12:02:41 +0200] rev 244
use new co-ment favicon
Tue, 06 Apr 2010 17:19:42 +0200 ignore content of eggs directory
raph [Tue, 06 Apr 2010 17:19:42 +0200] rev 243
ignore content of eggs directory
Tue, 06 Apr 2010 17:08:33 +0200 add eggs directory (fixes #18)
raph [Tue, 06 Apr 2010 17:08:33 +0200] rev 242
add eggs directory (fixes #18)
Tue, 06 Apr 2010 17:07:58 +0200 (no commit message)
raph [Tue, 06 Apr 2010 17:07:58 +0200] rev 241
(no commit message)
Wed, 31 Mar 2010 16:26:00 +0200 note should not beeing passed to new version (fixes #12)
raph [Wed, 31 Mar 2010 16:26:00 +0200] rev 240
note should not beeing passed to new version (fixes #12)
Wed, 31 Mar 2010 12:12:19 +0200 help link to general format page
raph [Wed, 31 Mar 2010 12:12:19 +0200] rev 239
help link to general format page
Wed, 31 Mar 2010 12:01:51 +0200 fix help link on dashboard
raph [Wed, 31 Mar 2010 12:01:51 +0200] rev 238
fix help link on dashboard
Wed, 31 Mar 2010 12:00:27 +0200 help update / i18n
raph [Wed, 31 Mar 2010 12:00:27 +0200] rev 237
help update / i18n
Tue, 30 Mar 2010 14:13:45 +0200 fix error if no encoding is detected
raph [Tue, 30 Mar 2010 14:13:45 +0200] rev 236
fix error if no encoding is detected
Fri, 26 Mar 2010 12:19:38 +0100 use lazy i18n for edit form
raph [Fri, 26 Mar 2010 12:19:38 +0100] rev 235
use lazy i18n for edit form
Fri, 26 Mar 2010 12:18:33 +0100 use lazy i18n for edit form
raph [Fri, 26 Mar 2010 12:18:33 +0100] rev 234
use lazy i18n for edit form
Thu, 25 Mar 2010 17:25:12 +0100 add develop-eggs to ignore
raph [Thu, 25 Mar 2010 17:25:12 +0100] rev 233
add develop-eggs to ignore
Thu, 25 Mar 2010 17:24:50 +0100 image path correction (when comments)
raph [Thu, 25 Mar 2010 17:24:50 +0100] rev 232
image path correction (when comments)
Thu, 25 Mar 2010 17:19:04 +0100 fix image path for pdf & odt exports (fixes #5)
raph [Thu, 25 Mar 2010 17:19:04 +0100] rev 231
fix image path for pdf & odt exports (fixes #5)
Thu, 25 Mar 2010 15:00:58 +0100 refactor arg passing between frames
raph [Thu, 25 Mar 2010 15:00:58 +0100] rev 230
refactor arg passing between frames
Wed, 24 Mar 2010 16:19:07 +0100 add tracking HTML from configuration
raph [Wed, 24 Mar 2010 16:19:07 +0100] rev 229
add tracking HTML from configuration
Wed, 24 Mar 2010 16:14:19 +0100 add tracking HTML from configuration
raph [Wed, 24 Mar 2010 16:14:19 +0100] rev 228
add tracking HTML from configuration
Mon, 22 Mar 2010 15:49:15 +0100 add author in activities traces
raph [Mon, 22 Mar 2010 15:49:15 +0100] rev 227
add author in activities traces
Mon, 22 Mar 2010 12:53:08 +0100 i18n update
raph [Mon, 22 Mar 2010 12:53:08 +0100] rev 226
i18n update
Mon, 22 Mar 2010 12:50:42 +0100 refactor forgot pw function to use django methods / add password change page in profile / i18n update
raph [Mon, 22 Mar 2010 12:50:42 +0100] rev 225
refactor forgot pw function to use django methods / add password change page in profile / i18n update
Mon, 22 Mar 2010 11:02:39 +0100 Merge with 849f10e1beec1446cb030ec31448be1e82c81a6f
raph [Mon, 22 Mar 2010 11:02:39 +0100] rev 224
Merge with 849f10e1beec1446cb030ec31448be1e82c81a6f
Mon, 22 Mar 2010 11:00:34 +0100 add python yaml lib
raph [Mon, 22 Mar 2010 11:00:34 +0100] rev 223
add python yaml lib
Fri, 19 Mar 2010 16:25:38 +0100 i18n compile
raph [Fri, 19 Mar 2010 16:25:38 +0100] rev 222
i18n compile
Fri, 19 Mar 2010 16:25:15 +0100 Kirill M. no update merge
raph [Fri, 19 Mar 2010 16:25:15 +0100] rev 221
Kirill M. no update merge
Fri, 19 Mar 2010 16:22:59 +0100 add forgot password function
raph [Fri, 19 Mar 2010 16:22:59 +0100] rev 220
add forgot password function
Thu, 18 Mar 2010 15:18:42 +0100 fix double MEDIA_ROOT parameter
raph [Thu, 18 Mar 2010 15:18:42 +0100] rev 219
fix double MEDIA_ROOT parameter
Wed, 17 Mar 2010 23:44:39 +0100 Merge with 6f635c8e98c35dd5a16c26175809963d1b261581
rbernard [Wed, 17 Mar 2010 23:44:39 +0100] rev 218
Merge with 6f635c8e98c35dd5a16c26175809963d1b261581
Wed, 17 Mar 2010 23:42:26 +0100 enh : #68
rbernard [Wed, 17 Mar 2010 23:42:26 +0100] rev 217
enh : #68
Wed, 17 Mar 2010 15:33:14 +0100 add text to monkey patchable text creation function
raph [Wed, 17 Mar 2010 15:33:14 +0100] rev 216
add text to monkey patchable text creation function
Mon, 15 Mar 2010 14:16:54 +0100 fix anchor
raph [Mon, 15 Mar 2010 14:16:54 +0100] rev 215
fix anchor
Mon, 15 Mar 2010 14:16:34 +0100 fix anchor
raph [Mon, 15 Mar 2010 14:16:34 +0100] rev 214
fix anchor
Fri, 12 Mar 2010 14:52:37 +0100 update help page
raph [Fri, 12 Mar 2010 14:52:37 +0100] rev 213
update help page
Thu, 11 Mar 2010 16:19:32 +0100 add tidy as a dependency and tips for prod install
raph [Thu, 11 Mar 2010 16:19:32 +0100] rev 212
add tidy as a dependency and tips for prod install
Thu, 11 Mar 2010 16:14:44 +0100 add default media url prefix
raph [Thu, 11 Mar 2010 16:14:44 +0100] rev 211
add default media url prefix
Thu, 11 Mar 2010 15:37:38 +0100 fix security pb (too restrictive): logged users should inherit anon roles (if no text role is defined)
raph [Thu, 11 Mar 2010 15:37:38 +0100] rev 210
fix security pb (too restrictive): logged users should inherit anon roles (if no text role is defined)
Thu, 11 Mar 2010 09:58:09 +0100 Merge with 4b5aaa0c8545b1a4e51eae3b900df0e4eb473a8a
raph [Thu, 11 Mar 2010 09:58:09 +0100] rev 209
Merge with 4b5aaa0c8545b1a4e51eae3b900df0e4eb473a8a
Thu, 11 Mar 2010 09:57:00 +0100 typo
raph [Thu, 11 Mar 2010 09:57:00 +0100] rev 208
typo
Wed, 10 Mar 2010 22:11:12 +0100 bug fix #32
rbernard [Wed, 10 Mar 2010 22:11:12 +0100] rev 207
bug fix #32
Wed, 10 Mar 2010 22:10:30 +0100 bug fix #32
rbernard [Wed, 10 Mar 2010 22:10:30 +0100] rev 206
bug fix #32
Wed, 10 Mar 2010 21:27:25 +0100 enh bulgarian translation #26
rbernard [Wed, 10 Mar 2010 21:27:25 +0100] rev 205
enh bulgarian translation #26
Wed, 10 Mar 2010 21:05:13 +0100 enh bulgarian translation #26
rbernard [Wed, 10 Mar 2010 21:05:13 +0100] rev 204
enh bulgarian translation #26
Thu, 04 Mar 2010 17:17:46 +0100 add class to home page table
raph [Thu, 04 Mar 2010 17:17:46 +0100] rev 203
add class to home page table
Wed, 03 Mar 2010 10:29:20 +0100 cleanup
raph [Wed, 03 Mar 2010 10:29:20 +0100] rev 202
cleanup
Wed, 03 Mar 2010 10:29:05 +0100 add try/except for local timezone conversion to prevent timezone error (mail admins)
raph [Wed, 03 Mar 2010 10:29:05 +0100] rev 201
add try/except for local timezone conversion to prevent timezone error (mail admins)
Tue, 02 Mar 2010 10:57:44 +0100 add margin to show add coment button
raph [Tue, 02 Mar 2010 10:57:44 +0100] rev 200
add margin to show add coment button
Fri, 26 Feb 2010 17:21:23 +0100 FIX : no autoclose iframe html element
rbernard [Fri, 26 Feb 2010 17:21:23 +0100] rev 199
FIX : no autoclose iframe html element
Wed, 24 Feb 2010 20:10:36 +0100 Merge with d435027bafac7449b4de273620d1a06816e27cd8
rbernard [Wed, 24 Feb 2010 20:10:36 +0100] rev 198
Merge with d435027bafac7449b4de273620d1a06816e27cd8
Wed, 24 Feb 2010 20:03:18 +0100 FIX : no autoclose iframe html element
rbernard [Wed, 24 Feb 2010 20:03:18 +0100] rev 197
FIX : no autoclose iframe html element
Wed, 24 Feb 2010 01:50:54 +0900 display contact user name on contact form
raph [Wed, 24 Feb 2010 01:50:54 +0900] rev 196
display contact user name on contact form
Wed, 24 Feb 2010 01:39:01 +0900 desactivate -> deactivate (fixes #55)
raph [Wed, 24 Feb 2010 01:39:01 +0900] rev 195
desactivate -> deactivate (fixes #55)
Wed, 24 Feb 2010 01:29:43 +0900 Merge with a2385dbbe97cb752b03752570a3dd1d26ba0b56a
raph [Wed, 24 Feb 2010 01:29:43 +0900] rev 194
Merge with a2385dbbe97cb752b03752570a3dd1d26ba0b56a
Wed, 24 Feb 2010 01:21:11 +0900 stay on text list after text deletion (fixes #54)
raph [Wed, 24 Feb 2010 01:21:11 +0900] rev 193
stay on text list after text deletion (fixes #54)
Mon, 22 Feb 2010 23:07:40 +0100 Merge with 3cebfa984ece95356c4d4000c48230ca1db539c0
rbernard [Mon, 22 Feb 2010 23:07:40 +0100] rev 192
Merge with 3cebfa984ece95356c4d4000c48230ca1db539c0
Mon, 22 Feb 2010 23:06:24 +0100 BUG FIX : fix tex/latex format
rbernard [Mon, 22 Feb 2010 23:06:24 +0100] rev 191
BUG FIX : fix tex/latex format
Mon, 22 Feb 2010 22:30:38 +0100 minor FIX : export dialog : wrong 'choose file format' label
rbernard [Mon, 22 Feb 2010 22:30:38 +0100] rev 190
minor FIX : export dialog : wrong 'choose file format' label
Tue, 16 Feb 2010 09:20:12 +0900 i18n no compile
raph [Tue, 16 Feb 2010 09:20:12 +0900] rev 189
i18n no compile
Tue, 16 Feb 2010 09:18:45 +0900 Merge with 04644502cb7973cd8a744d7f8eaaf7df9c52e555
raph [Tue, 16 Feb 2010 09:18:45 +0900] rev 188
Merge with 04644502cb7973cd8a744d7f8eaaf7df9c52e555
Mon, 15 Feb 2010 09:46:50 +0100 Norwegian update.
Kirill Miazine <km@krot.org> [Mon, 15 Feb 2010 09:46:50 +0100] rev 187
Norwegian update.
Sat, 13 Feb 2010 14:17:46 +0100 minor fix
rbernard [Sat, 13 Feb 2010 14:17:46 +0100] rev 186
minor fix
Sat, 13 Feb 2010 13:38:32 +0100 Merge with 2f300483928bb174ab5c00c5fe41e0136b27f246
rbernard [Sat, 13 Feb 2010 13:38:32 +0100] rev 185
Merge with 2f300483928bb174ab5c00c5fe41e0136b27f246
Sat, 13 Feb 2010 13:38:08 +0100 add text anchor support (fixes #44)
rbernard [Sat, 13 Feb 2010 13:38:08 +0100] rev 184
add text anchor support (fixes #44)
Sat, 13 Feb 2010 12:50:06 +0100 (re) edit : prevent tab change on cancel message + confirm_all_removed_dlg renamed (bug fix)
rbernard [Sat, 13 Feb 2010 12:50:06 +0100] rev 183
(re) edit : prevent tab change on cancel message + confirm_all_removed_dlg renamed (bug fix)
Sat, 13 Feb 2010 12:56:21 +0100 add title in version history
raph [Sat, 13 Feb 2010 12:56:21 +0100] rev 182
add title in version history
Sat, 13 Feb 2010 12:50:05 +0100 i18n update / update fr
raph [Sat, 13 Feb 2010 12:50:05 +0100] rev 181
i18n update / update fr
Sat, 13 Feb 2010 12:04:27 +0100 Merge with 07019190bfe33d164593a42b92713b8265bb263b
raph [Sat, 13 Feb 2010 12:04:27 +0100] rev 180
Merge with 07019190bfe33d164593a42b92713b8265bb263b
Sat, 13 Feb 2010 11:46:27 +0100 remove print stmt
raph [Sat, 13 Feb 2010 11:46:27 +0100] rev 179
remove print stmt
Sat, 13 Feb 2010 11:45:33 +0100 redesign compare page
raph [Sat, 13 Feb 2010 11:45:33 +0100] rev 178
redesign compare page
Sat, 13 Feb 2010 10:23:30 +0100 add note column in version list
raph [Sat, 13 Feb 2010 10:23:30 +0100] rev 177
add note column in version list
Sat, 13 Feb 2010 12:03:14 +0100 Merge with null
rbernard [Sat, 13 Feb 2010 12:03:14 +0100] rev 176
Merge with null
Sat, 13 Feb 2010 12:02:23 +0100 BUG FIX : handling html
rbernard [Sat, 13 Feb 2010 12:02:23 +0100] rev 175
BUG FIX : handling html
Sat, 13 Feb 2010 11:54:11 +0100 edit : prevent tab change on cancel message + confirm_all_removed_dlg renamed (bug fix)
rbernard [Sat, 13 Feb 2010 11:54:11 +0100] rev 174
edit : prevent tab change on cancel message + confirm_all_removed_dlg renamed (bug fix)
Fri, 12 Feb 2010 21:59:18 +0100 renaming variable
rbernard [Fri, 12 Feb 2010 21:59:18 +0100] rev 173
renaming variable
Fri, 12 Feb 2010 21:58:53 +0100 renaming variables
rbernard [Fri, 12 Feb 2010 21:58:53 +0100] rev 172
renaming variables
Fri, 12 Feb 2010 21:56:36 +0100 js ';' missing
rbernard [Fri, 12 Feb 2010 21:56:36 +0100] rev 171
js ';' missing
Fri, 12 Feb 2010 15:54:48 +0100 fix typo desactivate -> deactivate
raph [Fri, 12 Feb 2010 15:54:48 +0100] rev 170
fix typo desactivate -> deactivate
Fri, 12 Feb 2010 13:47:47 +0100 fix feed unique id generator
raph [Fri, 12 Feb 2010 13:47:47 +0100] rev 169
fix feed unique id generator
Fri, 12 Feb 2010 13:19:50 +0100 fix img path
raph [Fri, 12 Feb 2010 13:19:50 +0100] rev 168
fix img path
Fri, 12 Feb 2010 13:13:46 +0100 typo fix / i18n update (fr)
raph [Fri, 12 Feb 2010 13:13:46 +0100] rev 167
typo fix / i18n update (fr)
Fri, 12 Feb 2010 12:25:57 +0100 Norwegian update
Kirill Miazine <km@krot.org> [Fri, 12 Feb 2010 12:25:57 +0100] rev 166
Norwegian update
Fri, 12 Feb 2010 12:29:05 +0100 add padding bkgd color to footer
raph [Fri, 12 Feb 2010 12:29:05 +0100] rev 165
add padding bkgd color to footer
Fri, 12 Feb 2010 11:48:23 +0100 add design customisation option
raph [Fri, 12 Feb 2010 11:48:23 +0100] rev 164
add design customisation option
Thu, 11 Feb 2010 19:48:16 +0100 in client html files replaced MEDIA_URL with CM_MEDIA_PREFIX.
rbernard [Thu, 11 Feb 2010 19:48:16 +0100] rev 163
in client html files replaced MEDIA_URL with CM_MEDIA_PREFIX.
Thu, 11 Feb 2010 17:13:33 +0100 i18n generate / fr update
raph [Thu, 11 Feb 2010 17:13:33 +0100] rev 162
i18n generate / fr update
Thu, 11 Feb 2010 16:38:39 +0100 removed print stmt
raph [Thu, 11 Feb 2010 16:38:39 +0100] rev 161
removed print stmt
Thu, 11 Feb 2010 16:28:10 +0100 add logo in settings / fix static file settings
raph [Thu, 11 Feb 2010 16:28:10 +0100] rev 160
add logo in settings / fix static file settings
Wed, 10 Feb 2010 14:34:08 +0100 hide all option for dashboard activities
raph [Wed, 10 Feb 2010 14:34:08 +0100] rev 159
hide all option for dashboard activities
Wed, 10 Feb 2010 14:05:24 +0100 typo
raph [Wed, 10 Feb 2010 14:05:24 +0100] rev 158
typo
Wed, 10 Feb 2010 10:37:30 +0100 fix: remove pdb
raph [Wed, 10 Feb 2010 10:37:30 +0100] rev 157
fix: remove pdb
Tue, 09 Feb 2010 23:08:54 +0100 bug fix: removed \r in textversion's content because of a comment position bug in pre_edit. Added a save function to TextVersion to do so.
rbernard [Tue, 09 Feb 2010 23:08:54 +0100] rev 156
bug fix: removed \r in textversion's content because of a comment position bug in pre_edit. Added a save function to TextVersion to do so.
Tue, 09 Feb 2010 22:20:08 +0100 Merge with e4746a10edf5ac1bcea7348d228fb35bebf93657
rbernard [Tue, 09 Feb 2010 22:20:08 +0100] rev 155
Merge with e4746a10edf5ac1bcea7348d228fb35bebf93657
Fri, 05 Feb 2010 18:43:58 +0100 bug fix: removed \r in textversion's content because of a comment position bug in pre_edit. Added a save function to TextVersionManager to do so. Also removed cleaning \r before computing diffs because it should not be necessary anymore.
rbernard [Fri, 05 Feb 2010 18:43:58 +0100] rev 154
bug fix: removed \r in textversion's content because of a comment position bug in pre_edit. Added a save function to TextVersionManager to do so. Also removed cleaning \r before computing diffs because it should not be necessary anymore.
Mon, 08 Feb 2010 10:16:40 +0100 i18n compile
raph [Mon, 08 Feb 2010 10:16:40 +0100] rev 153
i18n compile
Sat, 06 Feb 2010 16:16:24 +0100 Norwegian update
Kirill Miazine <km@krot.org> [Sat, 06 Feb 2010 16:16:24 +0100] rev 152
Norwegian update
Sat, 06 Feb 2010 18:04:01 +0100 add permission check on text compare
raph [Sat, 06 Feb 2010 18:04:01 +0100] rev 151
add permission check on text compare
Fri, 05 Feb 2010 16:03:53 +0100 fix compare reverse url break
raph [Fri, 05 Feb 2010 16:03:53 +0100] rev 150
fix compare reverse url break
Fri, 05 Feb 2010 16:01:32 +0100 cleanup diff files / add experimental diff
raph [Fri, 05 Feb 2010 16:01:32 +0100] rev 149
cleanup diff files / add experimental diff
Fri, 05 Feb 2010 15:15:46 +0100 fix version compare order / i18n update (fr)
raph [Fri, 05 Feb 2010 15:15:46 +0100] rev 148
fix version compare order / i18n update (fr)
Fri, 05 Feb 2010 12:39:25 +0100 typo + i18n update (fr)
raph [Fri, 05 Feb 2010 12:39:25 +0100] rev 147
typo + i18n update (fr)
Fri, 05 Feb 2010 12:24:06 +0100 Merge with e7e1bc64f613bbc7f54cd474efd1d6ae1d8f6457
raph [Fri, 05 Feb 2010 12:24:06 +0100] rev 146
Merge with e7e1bc64f613bbc7f54cd474efd1d6ae1d8f6457
Fri, 05 Feb 2010 12:23:29 +0100 refactor version explorer
raph [Fri, 05 Feb 2010 12:23:29 +0100] rev 145
refactor version explorer
Wed, 03 Feb 2010 21:49:04 +0100 lpermalink uses id_key
rbernard [Wed, 03 Feb 2010 21:49:04 +0100] rev 144
lpermalink uses id_key
Wed, 03 Feb 2010 20:55:30 +0100 clean up useless url entry
rbernard [Wed, 03 Feb 2010 20:55:30 +0100] rev 143
clean up useless url entry
Wed, 03 Feb 2010 15:42:56 +0100 add base64 parameter passing mode
raph [Wed, 03 Feb 2010 15:42:56 +0100] rev 142
add base64 parameter passing mode
Wed, 03 Feb 2010 15:09:30 +0100 add set_workspacename and create_manager management commands
raph [Wed, 03 Feb 2010 15:09:30 +0100] rev 141
add set_workspacename and create_manager management commands
Wed, 03 Feb 2010 15:06:03 +0100 cleanup set_workspace name
raph [Wed, 03 Feb 2010 15:06:03 +0100] rev 140
cleanup set_workspace name
Wed, 03 Feb 2010 14:27:07 +0100 update i18n files
raph [Wed, 03 Feb 2010 14:27:07 +0100] rev 139
update i18n files
Tue, 02 Feb 2010 16:31:35 +0100 typo
raph [Tue, 02 Feb 2010 16:31:35 +0100] rev 138
typo
Tue, 02 Feb 2010 16:30:48 +0100 added spanish translation (thx Alejandro Martin Ortin)
raph [Tue, 02 Feb 2010 16:30:48 +0100] rev 137
added spanish translation (thx Alejandro Martin Ortin)
Tue, 02 Feb 2010 16:29:43 +0100 added fuzzy marker for header string
raph [Tue, 02 Feb 2010 16:29:43 +0100] rev 136
added fuzzy marker for header string
Tue, 02 Feb 2010 16:04:36 +0100 externalize contributors file
raph [Tue, 02 Feb 2010 16:04:36 +0100] rev 135
externalize contributors file
Fri, 29 Jan 2010 10:23:42 +0100 change default split values for activity display
raph [Fri, 29 Jan 2010 10:23:42 +0100] rev 134
change default split values for activity display
Fri, 29 Jan 2010 09:55:04 +0100 cleanup (remaining fr in file)
raph [Fri, 29 Jan 2010 09:55:04 +0100] rev 133
cleanup (remaining fr in file)
Thu, 28 Jan 2010 16:53:57 +0100 debug false by default
raph [Thu, 28 Jan 2010 16:53:57 +0100] rev 132
debug false by default
Thu, 28 Jan 2010 10:28:28 +0100 no tags in registration form
raph [Thu, 28 Jan 2010 10:28:28 +0100] rev 131
no tags in registration form
Wed, 27 Jan 2010 16:18:30 +0100 model change+migration (add id_key to comment): run ./bin/django migrate
raph [Wed, 27 Jan 2010 16:18:30 +0100] rev 130
model change+migration (add id_key to comment): run ./bin/django migrate
Wed, 27 Jan 2010 15:01:51 +0100 i18n update & compile
raph [Wed, 27 Jan 2010 15:01:51 +0100] rev 129
i18n update & compile
Wed, 27 Jan 2010 14:47:50 +0100 update
Kirill Miazine <km@krot.org> [Wed, 27 Jan 2010 14:47:50 +0100] rev 128
update
Wed, 27 Jan 2010 14:57:50 +0100 i18n update
raph [Wed, 27 Jan 2010 14:57:50 +0100] rev 127
i18n update
Wed, 27 Jan 2010 14:57:38 +0100 embed for public texts
raph [Wed, 27 Jan 2010 14:57:38 +0100] rev 126
embed for public texts
Tue, 26 Jan 2010 12:29:05 +0100 fix missing i18n tag in paginator
raph [Tue, 26 Jan 2010 12:29:05 +0100] rev 125
fix missing i18n tag in paginator
Mon, 25 Jan 2010 16:05:02 +0100 add pt_BR translation (thx Paulo Rená da Silva Santarém & co)
raph [Mon, 25 Jan 2010 16:05:02 +0100] rev 124
add pt_BR translation (thx Paulo Rená da Silva Santarém & co)
Mon, 25 Jan 2010 15:56:34 +0100 fix display on non auth home page
raph [Mon, 25 Jan 2010 15:56:34 +0100] rev 123
fix display on non auth home page
Mon, 25 Jan 2010 15:45:44 +0100 remove unused translation block
raph [Mon, 25 Jan 2010 15:45:44 +0100] rev 122
remove unused translation block
Mon, 25 Jan 2010 14:23:35 +0100 change default sorting for dates columns in text/user lists
raph [Mon, 25 Jan 2010 14:23:35 +0100] rev 121
change default sorting for dates columns in text/user lists
Mon, 25 Jan 2010 12:57:01 +0100 text meta displays last modif and nb versions (fixes #25)
raph [Mon, 25 Jan 2010 12:57:01 +0100] rev 120
text meta displays last modif and nb versions (fixes #25)
Mon, 25 Jan 2010 11:34:22 +0100 recover when tidy trashes: try markdown anyway
raph [Mon, 25 Jan 2010 11:34:22 +0100] rev 119
recover when tidy trashes: try markdown anyway
Mon, 25 Jan 2010 09:23:32 +0100 add latex conversion (with pandoc)
raph [Mon, 25 Jan 2010 09:23:32 +0100] rev 118
add latex conversion (with pandoc)
Fri, 22 Jan 2010 14:15:46 +0100 Merge with 3ba2d2da386fd32b83c998ddff690caef672f96c
raph [Fri, 22 Jan 2010 14:15:46 +0100] rev 117
Merge with 3ba2d2da386fd32b83c998ddff690caef672f96c
Fri, 22 Jan 2010 14:14:35 +0100 fix dashboard bug: add text_version key
raph [Fri, 22 Jan 2010 14:14:35 +0100] rev 116
fix dashboard bug: add text_version key
Thu, 21 Jan 2010 21:15:20 +0100 Merge with f0d097bff6b24c351716139ea4cc4c6b91be6612
rbernard [Thu, 21 Jan 2010 21:15:20 +0100] rev 115
Merge with f0d097bff6b24c351716139ea4cc4c6b91be6612
Thu, 21 Jan 2010 21:11:32 +0100 ENH ticket 20 disable edit in versions tab added ALLOW_CLIENT_MODIF_ON_LAST_VERSION_ONLY to settings.py
rbernard [Thu, 21 Jan 2010 21:11:32 +0100] rev 114
ENH ticket 20 disable edit in versions tab added ALLOW_CLIENT_MODIF_ON_LAST_VERSION_ONLY to settings.py
Thu, 21 Jan 2010 09:16:56 +0100 fix ticket 22
rbernard [Thu, 21 Jan 2010 09:16:56 +0100] rev 113
fix ticket 22
Wed, 20 Jan 2010 22:56:29 +0100 js log removal
rbernard [Wed, 20 Jan 2010 22:56:29 +0100] rev 112
js log removal
Wed, 20 Jan 2010 22:56:15 +0100 js log removal
rbernard [Wed, 20 Jan 2010 22:56:15 +0100] rev 111
js log removal
Thu, 21 Jan 2010 15:29:20 +0100 add tags in profile edit (fixes #19)
raph [Thu, 21 Jan 2010 15:29:20 +0100] rev 110
add tags in profile edit (fixes #19)
Thu, 21 Jan 2010 11:43:58 +0100 add i18n licence
raph [Thu, 21 Jan 2010 11:43:58 +0100] rev 109
add i18n licence
Wed, 20 Jan 2010 22:46:26 +0100 fix add css
rbernard [Wed, 20 Jan 2010 22:46:26 +0100] rev 108
fix add css
Wed, 20 Jan 2010 22:40:33 +0100 i18n compile
rbernard [Wed, 20 Jan 2010 22:40:33 +0100] rev 107
i18n compile
Wed, 20 Jan 2010 22:32:59 +0100 i18n
rbernard [Wed, 20 Jan 2010 22:32:59 +0100] rev 106
i18n typo
Wed, 20 Jan 2010 20:45:52 +0100 Merge with f5d3ea4bd03ce9042db313e9695449121715976e
rbernard [Wed, 20 Jan 2010 20:45:52 +0100] rev 105
Merge with f5d3ea4bd03ce9042db313e9695449121715976e
Wed, 20 Jan 2010 20:43:55 +0100 enh: detached comments
rbernard [Wed, 20 Jan 2010 20:43:55 +0100] rev 104
enh: detached comments bug fix: test corrected bug fix: permalink to comment
Wed, 20 Jan 2010 20:43:38 +0100 enh: detached comments
rbernard [Wed, 20 Jan 2010 20:43:38 +0100] rev 103
enh: detached comments bug fix: test corrected bug fix: permalink to comment
Wed, 20 Jan 2010 14:43:18 +0100 fix permissions in get_text_with_perms
raph [Wed, 20 Jan 2010 14:43:18 +0100] rev 102
fix permissions in get_text_with_perms
Mon, 18 Jan 2010 14:33:41 +0100 additional info contrib and licenses
Philippe Aigrain <philippe.aigrain@sopinspace.com> [Mon, 18 Jan 2010 14:33:41 +0100] rev 101
additional info contrib and licenses
Mon, 18 Jan 2010 10:16:33 +0100 added CC license for translations
Philippe Aigrain <philippe.aigrain@sopinspace.com> [Mon, 18 Jan 2010 10:16:33 +0100] rev 100
added CC license for translations
Sun, 17 Jan 2010 11:14:57 +0100 update i18 compiled files
raph [Sun, 17 Jan 2010 11:14:57 +0100] rev 99
update i18 compiled files
Sat, 16 Jan 2010 18:44:07 +0100 Update Norwegian po-files with new strings and review translation.
Kirill Miazine <km@krot.org> [Sat, 16 Jan 2010 18:44:07 +0100] rev 98
Update Norwegian po-files with new strings and review translation.
Fri, 15 Jan 2010 14:56:34 +0100 fix pagination in text user list
raph [Fri, 15 Jan 2010 14:56:34 +0100] rev 97
fix pagination in text user list
Fri, 15 Jan 2010 14:50:29 +0100 compile i18n
raph [Fri, 15 Jan 2010 14:50:29 +0100] rev 96
compile i18n
Fri, 15 Jan 2010 14:45:36 +0100 Translation fixes after a check of translation applied to the UI.
Kirill Miazine <km@krot.org> [Fri, 15 Jan 2010 14:45:36 +0100] rev 95
Translation fixes after a check of translation applied to the UI.
Fri, 15 Jan 2010 13:45:32 +0100 Minor language/formatting issues
Kirill Miazine <km@krot.org> [Fri, 15 Jan 2010 13:45:32 +0100] rev 94
Minor language/formatting issues
Fri, 15 Jan 2010 13:32:24 +0100 remove print
raph [Fri, 15 Jan 2010 13:32:24 +0100] rev 93
remove print
Fri, 15 Jan 2010 13:26:34 +0100 i18n no fix / compile i18n
raph [Fri, 15 Jan 2010 13:26:34 +0100] rev 92
i18n no fix / compile i18n
Fri, 15 Jan 2010 13:19:44 +0100 Second part of Norwegian translation. There are some issues/errors, but those will be fixed.
Kirill Miazine <km@krot.org> [Fri, 15 Jan 2010 13:19:44 +0100] rev 91
Second part of Norwegian translation. There are some issues/errors, but those will be fixed.
Fri, 15 Jan 2010 13:22:46 +0100 i18n typo
raph [Fri, 15 Jan 2010 13:22:46 +0100] rev 90
i18n typo
Fri, 15 Jan 2010 13:20:42 +0100 updated fr and no i18n / updated compiled i18n files
raph [Fri, 15 Jan 2010 13:20:42 +0100] rev 89
updated fr and no i18n / updated compiled i18n files
Fri, 15 Jan 2010 13:09:08 +0100 add .pyc ignore
raph [Fri, 15 Jan 2010 13:09:08 +0100] rev 88
add .pyc ignore
Fri, 15 Jan 2010 12:44:59 +0100 First part of the Norwegian translation.
Kirill Miazine <km@krot.org> [Fri, 15 Jan 2010 12:44:59 +0100] rev 87
First part of the Norwegian translation.
Fri, 15 Jan 2010 11:15:51 +0100 how to contribute without using mercurial
raph [Fri, 15 Jan 2010 11:15:51 +0100] rev 86
how to contribute without using mercurial
Fri, 15 Jan 2010 10:31:03 +0100 add 'How to contribute' to readme
raph [Fri, 15 Jan 2010 10:31:03 +0100] rev 85
add 'How to contribute' to readme
Fri, 15 Jan 2010 09:59:47 +0100 add Norwegian translation files
raph [Fri, 15 Jan 2010 09:59:47 +0100] rev 84
add Norwegian translation files
Fri, 15 Jan 2010 09:54:13 +0100 raise 404 instead of 500 if user key does not exist
raph [Fri, 15 Jan 2010 09:54:13 +0100] rev 83
raise 404 instead of 500 if user key does not exist
Fri, 15 Jan 2010 09:21:47 +0100 fix howto generate message files
raph [Fri, 15 Jan 2010 09:21:47 +0100] rev 82
fix howto generate message files
Thu, 14 Jan 2010 11:08:28 +0100 all logged-in users also have anon users roles (fixes #16)
raph [Thu, 14 Jan 2010 11:08:28 +0100] rev 81
all logged-in users also have anon users roles (fixes #16)
Thu, 14 Jan 2010 11:07:49 +0100 workspace followup available to anon user
raph [Thu, 14 Jan 2010 11:07:49 +0100] rev 80
workspace followup available to anon user
Thu, 14 Jan 2010 11:07:21 +0100 template typo
raph [Thu, 14 Jan 2010 11:07:21 +0100] rev 79
template typo
Wed, 13 Jan 2010 18:15:21 +0100 add default case in upload mime decoding (assume text)
raph [Wed, 13 Jan 2010 18:15:21 +0100] rev 78
add default case in upload mime decoding (assume text)
Mon, 11 Jan 2010 16:29:48 +0100 import oo_converters locally (not at module level) to avoid weird uno imports
raph [Mon, 11 Jan 2010 16:29:48 +0100] rev 77
import oo_converters locally (not at module level) to avoid weird uno imports
Wed, 06 Jan 2010 16:59:10 +0100 fix (not yet used) send_mail_in_language
raph [Wed, 06 Jan 2010 16:59:10 +0100] rev 76
fix (not yet used) send_mail_in_language
Wed, 06 Jan 2010 14:31:23 +0100 .settings content ignored
raph [Wed, 06 Jan 2010 14:31:23 +0100] rev 75
.settings content ignored
Wed, 06 Jan 2010 14:15:22 +0100 fix bug when no tag is present
raph [Wed, 06 Jan 2010 14:15:22 +0100] rev 74
fix bug when no tag is present
Mon, 04 Jan 2010 10:38:34 +0100 add .settings to ignore
raph [Mon, 04 Jan 2010 10:38:34 +0100] rev 73
add .settings to ignore
Mon, 04 Jan 2010 10:38:09 +0100 keep comment dates (created / modified) when duplicating (fixes #12)
raph [Mon, 04 Jan 2010 10:38:09 +0100] rev 72
keep comment dates (created / modified) when duplicating (fixes #12)
Tue, 22 Dec 2009 09:39:43 +0100 format in text edit not required / add default to old value
raph [Tue, 22 Dec 2009 09:39:43 +0100] rev 71
format in text edit not required / add default to old value
Tue, 22 Dec 2009 08:41:05 +0100 make format read-only (comment positioning problem)
raph [Tue, 22 Dec 2009 08:41:05 +0100] rev 70
make format read-only (comment positioning problem)
Tue, 22 Dec 2009 08:10:42 +0100 Merge with 9f679d3f6ec4a4a73675b66c283c208e4b6a818d
raph [Tue, 22 Dec 2009 08:10:42 +0100] rev 69
Merge with 9f679d3f6ec4a4a73675b66c283c208e4b6a818d
Tue, 22 Dec 2009 08:09:25 +0100 fix test notification
raph [Tue, 22 Dec 2009 08:09:25 +0100] rev 68
fix test notification
Mon, 14 Dec 2009 18:08:26 +0100 Merge with 0d3298833461bc0ae659d4cb61c79148d9a0fb79
reno [Mon, 14 Dec 2009 18:08:26 +0100] rev 67
Merge with 0d3298833461bc0ae659d4cb61c79148d9a0fb79
Mon, 14 Dec 2009 17:58:20 +0100 FIX : added edit.js for better pre-edit messages translations
reno [Mon, 14 Dec 2009 17:58:20 +0100] rev 66
FIX : added edit.js for better pre-edit messages translations
Mon, 14 Dec 2009 14:48:57 +0100 close frame tag
raph [Mon, 14 Dec 2009 14:48:57 +0100] rev 65
close frame tag
Mon, 14 Dec 2009 14:10:35 +0100 i18n typo
raph [Mon, 14 Dec 2009 14:10:35 +0100] rev 64
i18n typo
Mon, 14 Dec 2009 13:54:47 +0100 split followup and embed
raph [Mon, 14 Dec 2009 13:54:47 +0100] rev 63
split followup and embed
Mon, 14 Dec 2009 10:05:21 +0100 refactor history template
raph [Mon, 14 Dec 2009 10:05:21 +0100] rev 62
refactor history template
Fri, 11 Dec 2009 13:42:16 +0100 breadcrumbs in header
raph [Fri, 11 Dec 2009 13:42:16 +0100] rev 61
breadcrumbs in header
Fri, 11 Dec 2009 12:04:40 +0100 (no commit message)
reno [Fri, 11 Dec 2009 12:04:40 +0100] rev 60
(no commit message)
Fri, 11 Dec 2009 12:03:51 +0100 BUG FIX : in text history tab text view frame now expands to maximum
reno [Fri, 11 Dec 2009 12:03:51 +0100] rev 59
BUG FIX : in text history tab text view frame now expands to maximum
Fri, 11 Dec 2009 12:02:39 +0100 BUG FIX : pdf export PhA tests, TODO fix special html caracters in comments
reno [Fri, 11 Dec 2009 12:02:39 +0100] rev 58
BUG FIX : pdf export PhA tests, TODO fix special html caracters in comments
Fri, 11 Dec 2009 11:48:10 +0100 merge
rbernard [Fri, 11 Dec 2009 11:48:10 +0100] rev 57
merge
Fri, 11 Dec 2009 11:17:01 +0100 BUG FIX : pdf export PhA tests, TODO fix special html caracters in comments
reno [Fri, 11 Dec 2009 11:17:01 +0100] rev 56
BUG FIX : pdf export PhA tests, TODO fix special html caracters in comments
Fri, 11 Dec 2009 11:34:53 +0100 remove pydev eclipse config files
reno [Fri, 11 Dec 2009 11:34:53 +0100] rev 55
remove pydev eclipse config files
Fri, 11 Dec 2009 11:34:17 +0100 remove pydev eclipse config files
reno [Fri, 11 Dec 2009 11:34:17 +0100] rev 54
remove pydev eclipse config files
Fri, 11 Dec 2009 10:41:08 +0100 do not send notifications after desactivation
raph [Fri, 11 Dec 2009 10:41:08 +0100] rev 53
do not send notifications after desactivation
Fri, 11 Dec 2009 10:29:11 +0100 prevent header error if newline in header (pb not fully solved)
raph [Fri, 11 Dec 2009 10:29:11 +0100] rev 52
prevent header error if newline in header (pb not fully solved)
Fri, 11 Dec 2009 09:30:07 +0100 enable oo
raph [Fri, 11 Dec 2009 09:30:07 +0100] rev 51
enable oo
Thu, 10 Dec 2009 18:03:50 +0100 add unicode detection for txt format in upload
raph [Thu, 10 Dec 2009 18:03:50 +0100] rev 50
add unicode detection for txt format in upload
Thu, 10 Dec 2009 17:05:54 +0100 add Activity to admin site
raph [Thu, 10 Dec 2009 17:05:54 +0100] rev 49
add Activity to admin site
Thu, 10 Dec 2009 16:45:42 +0100 fix save button
raph [Thu, 10 Dec 2009 16:45:42 +0100] rev 48
fix save button
Thu, 10 Dec 2009 16:41:01 +0100 add randomness to temporary roles
raph [Thu, 10 Dec 2009 16:41:01 +0100] rev 47
add randomness to temporary roles
Thu, 10 Dec 2009 16:36:04 +0100 no verbosity while loading fixtures (breaks wsgi)
raph [Thu, 10 Dec 2009 16:36:04 +0100] rev 46
no verbosity while loading fixtures (breaks wsgi)
Thu, 10 Dec 2009 16:23:01 +0100 min client generated
raph [Thu, 10 Dec 2009 16:23:01 +0100] rev 45
min client generated
Thu, 10 Dec 2009 16:11:57 +0100 add setting to hide emails in admin page
raph [Thu, 10 Dec 2009 16:11:57 +0100] rev 44
add setting to hide emails in admin page
Thu, 10 Dec 2009 15:07:47 +0100 missing i18n tag
raph [Thu, 10 Dec 2009 15:07:47 +0100] rev 43
missing i18n tag
Thu, 10 Dec 2009 15:07:25 +0100 add tag filter to text share page
raph [Thu, 10 Dec 2009 15:07:25 +0100] rev 42
add tag filter to text share page
Thu, 10 Dec 2009 14:34:50 +0100 update i18n
raph [Thu, 10 Dec 2009 14:34:50 +0100] rev 41
update i18n
Thu, 10 Dec 2009 14:34:36 +0100 update i18n
raph [Thu, 10 Dec 2009 14:34:36 +0100] rev 40
update i18n
Thu, 10 Dec 2009 14:27:30 +0100 upgrade path for user tag support
raph [Thu, 10 Dec 2009 14:27:30 +0100] rev 39
upgrade path for user tag support
Thu, 10 Dec 2009 14:27:12 +0100 - add tag support to user
raph [Thu, 10 Dec 2009 14:27:12 +0100] rev 38
- add tag support to user - add tag interface to user / text list
Thu, 10 Dec 2009 13:44:01 +0100 fix readme
raph [Thu, 10 Dec 2009 13:44:01 +0100] rev 37
fix readme
Thu, 10 Dec 2009 13:43:06 +0100 remove licenses
raph [Thu, 10 Dec 2009 13:43:06 +0100] rev 36
remove licenses
Wed, 09 Dec 2009 15:29:46 +0100 fix summary
raph [Wed, 09 Dec 2009 15:29:46 +0100] rev 35
fix summary
Wed, 09 Dec 2009 15:28:21 +0100 paginator bold
raph [Wed, 09 Dec 2009 15:28:21 +0100] rev 34
paginator bold
Wed, 09 Dec 2009 12:34:44 +0100 README
reno [Wed, 09 Dec 2009 12:34:44 +0100] rev 33
README
Wed, 09 Dec 2009 12:21:45 +0100 Merge with 7fb200545bc19edaac96ba358729ac203d392705
raph [Wed, 09 Dec 2009 12:21:45 +0100] rev 32
Merge with 7fb200545bc19edaac96ba358729ac203d392705
Wed, 09 Dec 2009 12:20:32 +0100 add upgrade scripts with south
raph [Wed, 09 Dec 2009 12:20:32 +0100] rev 31
add upgrade scripts with south
Tue, 08 Dec 2009 16:56:04 +0100 Merge with c8a95e540b79a3c9fec989c5f2c284b52a8e6de1
raph [Tue, 08 Dec 2009 16:56:04 +0100] rev 30
Merge with c8a95e540b79a3c9fec989c5f2c284b52a8e6de1
Tue, 08 Dec 2009 16:55:22 +0100 add south library (manages database evolutions)
raph [Tue, 08 Dec 2009 16:55:22 +0100] rev 29
add south library (manages database evolutions)
Tue, 08 Dec 2009 16:33:44 +0100 add created field to user profiles
raph [Tue, 08 Dec 2009 16:33:44 +0100] rev 28
add created field to user profiles
Tue, 08 Dec 2009 16:33:11 +0100 fix test notifications
raph [Tue, 08 Dec 2009 16:33:11 +0100] rev 27
fix test notifications
Tue, 08 Dec 2009 16:17:41 +0100 more compact design
raph [Tue, 08 Dec 2009 16:17:41 +0100] rev 26
more compact design
Tue, 08 Dec 2009 19:49:41 +0100 Add src directory in eclipse conf
conrad [Tue, 08 Dec 2009 19:49:41 +0100] rev 25
Add src directory in eclipse conf
Tue, 08 Dec 2009 16:51:48 +0100 ENH : adding comments on previous version now possible
reno [Tue, 08 Dec 2009 16:51:48 +0100] rev 24
ENH : adding comments on previous version now possible
Fri, 04 Dec 2009 14:05:05 +0100 fix global role display
raph [Fri, 04 Dec 2009 14:05:05 +0100] rev 23
fix global role display
Fri, 04 Dec 2009 14:03:03 +0100 remove duplicated method
raph [Fri, 04 Dec 2009 14:03:03 +0100] rev 22
remove duplicated method
Thu, 03 Dec 2009 17:42:12 +0100 local date display in history
raph [Thu, 03 Dec 2009 17:42:12 +0100] rev 21
local date display in history
Thu, 03 Dec 2009 16:27:12 +0100 Merge with f0f9929a490014bfb6d9771e70994f4d0377275b
raph [Thu, 03 Dec 2009 16:27:12 +0100] rev 20
Merge with f0f9929a490014bfb6d9771e70994f4d0377275b
Thu, 03 Dec 2009 13:34:25 +0100 typo
raph [Thu, 03 Dec 2009 13:34:25 +0100] rev 19
typo
Thu, 03 Dec 2009 16:24:33 +0100 add sudo in ubuntu examples for commands to be run as root
gibus [Thu, 03 Dec 2009 16:24:33 +0100] rev 18
add sudo in ubuntu examples for commands to be run as root add example of postrgesql database creation
Thu, 03 Dec 2009 15:55:39 +0100 bug fix : can view own comment on comment add on mod priori
reno [Thu, 03 Dec 2009 15:55:39 +0100] rev 17
bug fix : can view own comment on comment add on mod priori bug fix : client : add no-notif record when user declines it
Thu, 03 Dec 2009 11:55:50 +0100 FIX: comment visibility takes ownership into account
raph [Thu, 03 Dec 2009 11:55:50 +0100] rev 16
FIX: comment visibility takes ownership into account
Thu, 03 Dec 2009 11:38:28 +0100 js msg typo
raph [Thu, 03 Dec 2009 11:38:28 +0100] rev 15
js msg typo
Thu, 03 Dec 2009 10:48:08 +0100 o fix recipe dependency (fixes #4)
raph [Thu, 03 Dec 2009 10:48:08 +0100] rev 14
o fix recipe dependency (fixes #4) o fix python path (fixes #5)
Mon, 30 Nov 2009 13:55:21 +0100 various notification changes
reno [Mon, 30 Nov 2009 13:55:21 +0100] rev 13
various notification changes
(0) -448 tip