gibus [Tue, 06 Nov 2012 09:25:44 +0100] rev 472
Use co-ment user name when co-ment is directly accessed, even if DECORATED_CREATORS is True (i.e. normaly accessed by API).
gibus [Tue, 23 Oct 2012 13:41:07 +0200] rev 471
Update norwegian translation
gibus [Fri, 05 Oct 2012 10:21:07 +0200] rev 470
Fix filtering of teachers' comments for individual students in role_teacher role model when using DECORATED_CREATORS.
gibus [Mon, 01 Oct 2012 11:00:56 +0200] rev 469
When building toc, delete <a> elements, including when written in uppercase (<A>).
gibus [Mon, 01 Oct 2012 10:48:23 +0200] rev 468
Stupid IE does not know getElementsByClassName.
gibus [Mon, 01 Oct 2012 10:14:08 +0200] rev 467
Stupid IE counts extra element in array when ending by a comma.
gibus [Mon, 01 Oct 2012 09:50:25 +0200] rev 466
indexOf method of Array is unknown by stupid IE.
gibus [Mon, 24 Sep 2012 12:11:49 +0200] rev 465
Fix export in XML of dates when timezone is negative.
gibus [Mon, 24 Sep 2012 01:12:12 -0700] rev 464
For some reasons BeautifulSouf does not convert entities with convertEntities=["xml","html"], use convertEntities=BeautifulSoup.ALL_ENTITIES instead.
gibus [Fri, 14 Sep 2012 09:50:05 +0200] rev 463
Fix import for use with api (with co_ment Drupal module for eg.).
gibus [Fri, 14 Sep 2012 09:49:27 +0200] rev 462
Fix Italian translation.
gibus [Fri, 07 Sep 2012 15:16:15 +0200] rev 461
Adds Italian translation.
gibus [Fri, 10 Aug 2012 16:12:29 +0200] rev 460
Added import from XML file, including text, comments and attachments.
gibus [Thu, 09 Aug 2012 16:55:25 +0200] rev 459
Fixed renderContents on BeautifilSoup if there is no body in source html
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.
gibus [Thu, 09 Aug 2012 11:06:46 +0200] rev 457
Fixed export with abiword by running tidy on html
gibus [Thu, 09 Aug 2012 10:11:21 +0200] rev 456
Fixed bad conversion of & to &
gibus [Mon, 06 Aug 2012 17:51:25 +0200] rev 455
Added export of attachements as inline b64 images for appropriate formats.
gibus [Mon, 06 Aug 2012 13:42:15 +0200] rev 454
Cleaned export.
gibus [Tue, 31 Jul 2012 16:37:23 +0200] rev 453
Added export to XML for re-import (nb. without attachements).
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.
gibus [Fri, 15 Jun 2012 15:04:46 +0200] rev 451
Change Title: to Subject: in English to not mix with author's title.
gibus [Thu, 14 Jun 2012 11:43:46 +0200] rev 450
Fix #77 html code inside document viewer.
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.
gibus [Fri, 08 Jun 2012 14:30:24 +0200] rev 448
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
gibus [Fri, 08 Jun 2012 13:59:50 +0200] rev 446
Avoid warnings for deprecated instructions in djan 1.3
gibus [Tue, 05 Jun 2012 09:24:33 +0200] rev 445
Update settings_local_sample with DECORATED_CREATORS and USE_ABI parameters
gibus [Thu, 24 May 2012 15:59:12 +0200] rev 444
Exports to epub only with pandoc 1.9 and upper versions.
gibus [Thu, 24 May 2012 14:42:22 +0200] rev 443
Adds export to epub.
gibus [Thu, 24 May 2012 12:48:39 +0200] rev 442
Takes into account various releases of pandoc.
gibus [Thu, 24 May 2012 12:46:50 +0200] rev 441
Fixes export with abiword when attached images are served by co-ment
gibus [Thu, 24 May 2012 10:03:52 +0200] rev 440
Adds generic getElementsByClassName for IE compatibility.
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).
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 ?!
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.
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.
Production Moz <dev@sopinspace.com> [Tue, 15 May 2012 14:15:34 +0200] rev 435
Fixed comments filter by name when name is empty
gibus [Tue, 15 May 2012 12:22:28 +0200] rev 434
Fixed bad string for export to ms-word 2007.
gibus [Tue, 15 May 2012 12:12:41 +0200] rev 433
Added export in .doc and .docx formats.
gibus [Tue, 15 May 2012 11:16:46 +0200] rev 432
Respect order by scope in show all comments or show all detached comments.
gibus [Tue, 15 May 2012 09:36:18 +0200] rev 431
Fixed sort with y is NoneType.
gibus [Mon, 14 May 2012 16:24:21 +0200] rev 430
CSS for filter.
gibus [Mon, 14 May 2012 16:01:30 +0200] rev 429
Fixed author when there is none.
gibus [Mon, 14 May 2012 15:26:58 +0200] rev 428
Still use --sanitize-html for pandoc 1.5.1.1.
gibus [Mon, 14 May 2012 15:24:57 +0200] rev 427
Smaller size for text input form elements in filter.
gibus [Mon, 14 May 2012 15:16:30 +0200] rev 426
Added 'me' and 'author' in filter by name.
gibus [Mon, 14 May 2012 10:15:01 +0200] rev 425
Fix some javascript error with IE8 (getElementsByClassName() is unknown).
gibus [Fri, 11 May 2012 16:50:30 +0200] rev 424
Removes <a> tags inside toc + adjusts height of toc.
gibus [Fri, 11 May 2012 13:25:05 +0200] rev 423
Better positionning of table of contents.
gibus [Fri, 11 May 2012 13:10:19 +0200] rev 422
Hides button if table of contents is empty.
gibus [Fri, 11 May 2012 12:00:40 +0200] rev 421
Adds a table of content.
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.
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.
gibus [Thu, 10 May 2012 09:22:57 +0200] rev 418
Just a typo.
Simon Descarpentries <sid@sopinspace.com> [Wed, 09 May 2012 17:13:33 +0200] rev 417
After investigations, commit the proposed patch by kklimonda presented with the
following introduction :
cm/templates/site/login_form.html template uses a relative url for the form action, which seems to break deployment in the subfolder when trailing slash is missing (the form redirects to the upper folder breaking login). Using {% url login %} (as in the attached patch) instead would fix the issue.
Production Moz <dev@sopinspace.com> [Wed, 09 May 2012 09:36:49 +0200] rev 416
Adds rtfas input formats when converting with abiword.
gibus [Mon, 07 May 2012 09:10:45 +0200] rev 415
Adds api/convert to return HTML document from legacy format + Saves attached images when just converting to HTML, without creating a text + Returns nb of detached and removed commentswhen updating text.
gibus [Wed, 25 Apr 2012 09:25:39 +0200] rev 414
Adds image button in rich text editor for HTML.
gibus [Wed, 25 Apr 2012 09:15:23 +0200] rev 413
Fix mismatching filter with tag.
gibus [Tue, 24 Apr 2012 16:29:27 +0200] rev 412
Adds comments' tags when exporting
gibus [Tue, 24 Apr 2012 16:09:35 +0200] rev 411
When exporting, expand entities to keep correct offsets of comments.
Production Moz <dev@sopinspace.com> [Mon, 16 Apr 2012 15:57:14 +0200] rev 410
Allows multiple co-mentable texts to be isplayed in the same HTML page (with Drupal 7 co_ment module).
gibus [Fri, 13 Apr 2012 15:59:14 +0200] rev 409
Requires django > 1.3
gibus [Fri, 13 Apr 2012 15:57:05 +0200] rev 408
Requires django > 1.3
gibus [Fri, 13 Apr 2012 11:53:42 +0200] rev 407
When last_version is deleted, do not delete text and previous versions in cascade, but really delete text only when there is no previous version, otherwise update text.last_version with previous version.
Production Moz <dev@sopinspace.com> [Fri, 06 Apr 2012 12:35:57 +0200] rev 406
Merge some previous commits.
Production Moz <dev@sopinspace.com> [Fri, 06 Apr 2012 12:33:15 +0200] rev 405
Fixes missing closing bracket for column spearator in diff pages.
Simon Descarpentries <sid@sopinspace.com> [Thu, 22 Mar 2012 10:36:35 +0100] rev 404
Start dev of release 1.4.0
Simon Descarpentries <sid@sopinspace.com> [Thu, 22 Mar 2012 10:33:20 +0100] rev 403
Add a tag corresponding to the last release : 1.3.0
Simon Descarpentries <sid@sopinspace.com> [Tue, 20 Mar 2012 16:20:49 +0100] rev 402
Add a VERSION.txt file, to hold the version number of the designated comt release
Simon Descarpentries <sid@sopinspace.com> [Tue, 20 Mar 2012 16:08:18 +0100] rev 401
Update contributors and licence files, adding Gibus and I in it, and the content of the AGPL licence.
Production Moz <dev@sopinspace.com> [Thu, 15 Mar 2012 11:19:48 +0100] rev 400
Do not transform commentator's displayed name in lower case when posting comment.
gibus [Fri, 27 Jan 2012 11:45:19 +0100] rev 399
repeat 397 (css div.frame)
gibus [Fri, 27 Jan 2012 11:43:39 +0100] rev 398
nothing changed, but hg push needs this commit
gibus [Fri, 27 Jan 2012 11:37:22 +0100] rev 397
Fix selection of amath elements
Production Moz <dev@sopinspace.com> [Tue, 24 Jan 2012 15:27:58 +0100] rev 396
add some css for sharing-thebook
gibus [Mon, 23 Jan 2012 11:14:44 +0100] rev 395
Add libjs-asciimathml.
gibus [Mon, 16 Jan 2012 17:33:45 +0100] rev 394
Some CSS for footnotes.
Production Moz <dev@sopinspace.com> [Sun, 27 Nov 2011 00:31:12 +0100] rev 393
Some CSS styles
gibus [Wed, 23 Nov 2011 21:25:19 +0100] rev 392
Default height from embed ifrmae changed from 200px to 600px.
gibus [Mon, 14 Nov 2011 10:16:54 +0100] rev 391
add_comment_button should be hidden with initially_hidden css class if can_create_comment permission is false => do not set this css property directly on html element.
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).
gibus [Thu, 13 Oct 2011 14:51:17 +0200] rev 389
Allow permalink on comments even when embedfing iframe.
gibus [Sat, 10 Sep 2011 21:55:14 +0200] rev 388
throbber should be upper
gibus [Sat, 10 Sep 2011 15:26:49 +0200] rev 387
add throbber image
gibus [Sat, 10 Sep 2011 15:19:29 +0200] rev 386
add throbber to wait until text is loaded
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
gibus [Fri, 09 Sep 2011 00:29:37 +0200] rev 384
fix a french translation
gibus [Thu, 08 Sep 2011 23:21:51 +0200] rev 383
add arrows on toggle bars
gibus [Thu, 08 Sep 2011 23:21:13 +0200] rev 382
better positioning of 'new comment' form
gibus [Thu, 08 Sep 2011 16:39:22 +0200] rev 381
:active on whole 'add comment' button, not just text
gibus [Thu, 08 Sep 2011 16:31:16 +0200] rev 380
better design for 'add comment' button
gibus [Thu, 08 Sep 2011 15:55:55 +0200] rev 379
rounded corners for 'add comment' button
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).
gibus [Thu, 08 Sep 2011 15:24:06 +0200] rev 377
restore image for old 'add comment button' even if unused
gibus [Thu, 08 Sep 2011 15:19:48 +0200] rev 376
title when hovering 'add comment' button
gibus [Thu, 08 Sep 2011 15:15:23 +0200] rev 375
replace 'add comment' button
gibus [Thu, 08 Sep 2011 15:14:25 +0200] rev 374
semicolon useless in python
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.
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.
Simon Descarpentries <sid1@sopinspace.com> [Fri, 05 Aug 2011 12:23:34 +0200] rev 371
Revision of french translation.
No more empty strings (-24)
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.
Simon Descarpentries <sid1@sopinspace.com> [Thu, 04 Aug 2011 18:40:42 +0200] rev 369
One french fuzzy string uncomented.
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.
gibus [Mon, 25 Jul 2011 15:35:50 +0200] rev 367
markdown2pdf is buggy => convert to HTML and use abiword to export in PDF
gibus [Thu, 21 Jul 2011 15:03:38 +0200] rev 366
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
gibus [Thu, 21 Jul 2011 14:12:25 +0200] rev 364
tidyfy html before conversion with abiword
gibus [Thu, 21 Jul 2011 12:29:45 +0200] rev 363
add python pexpect in dependencies
gibus [Thu, 21 Jul 2011 12:29:17 +0200] rev 362
add python pexpect in dependencies
gibus [Thu, 21 Jul 2011 10:24:38 +0200] rev 361
Delete temporary files
gibus [Thu, 21 Jul 2011 09:42:33 +0200] rev 360
Add abiword as an alternative to open office for conversions
gibus [Thu, 16 Jun 2011 09:27:56 +0200] rev 359
Add can_delete_comment_own to Commentator
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
Production Moz <dev@sopinspace.com> [Thu, 09 Jun 2011 11:52:31 +0200] rev 357
if markdown2pdf fails try without -xetex option
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
gibus [Mon, 06 Jun 2011 10:08:10 +0200] rev 355
if DECORATED_CREATORS take into account the "fake" username if has_own_perm()
Production Moz <dev@sopinspace.com> [Tue, 31 May 2011 18:26:38 +0200] rev 354
merge with changeset 352:7bc8d8bfe443
Production Moz <dev@sopinspace.com> [Tue, 31 May 2011 18:25:03 +0200] rev 353
merge
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
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
Production Moz <dev@sopinspace.com> [Tue, 31 May 2011 18:04:05 +0200] rev 350
replace msdos \r\n
Production Moz <dev@sopinspace.com> [Tue, 31 May 2011 18:03:03 +0200] rev 349
workspace in parameter for memoize
Production Moz <dev@sopinspace.com> [Tue, 31 May 2011 18:01:41 +0200] rev 348
add piwik tracking
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)
Production Moz <dev@sopinspace.com> [Tue, 31 May 2011 17:56:35 +0200] rev 346
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
Production Moz <dev@sopinspace.com> [Tue, 31 May 2011 17:52:28 +0200] rev 344
memoize get_activity
gibus [Fri, 28 Jan 2011 11:09:34 +0100] rev 343
open source -> free software
gibus [Wed, 08 Dec 2010 20:57:35 +0100] rev 342
Missing French translation for some javascript.
gibus [Tue, 30 Nov 2010 09:53:35 +0100] rev 341
Coding style for js: expand tabs
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"
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)
gibus [Mon, 29 Nov 2010 12:09:14 +0100] rev 338
Focus on content textarea when opening 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
gibus [Mon, 22 Nov 2010 14:58:38 +0100] rev 336
api doc
gibus [Fri, 19 Nov 2010 18:02:33 +0100] rev 335
add comment_key optional parameter for /api/comments/ to fetch a single comment
raph [Fri, 12 Nov 2010 15:43:03 +0100] rev 334
Added tag v1.0.5 for changeset f080de4cad76
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).
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).
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*
gibus [Mon, 08 Nov 2010 14:00:41 +0100] rev 330
oops forgot "else" on last commit
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.
gibus [Tue, 02 Nov 2010 16:31:20 +0100] rev 328
Select only comments from last version.
gibus [Tue, 02 Nov 2010 10:15:41 +0100] rev 327
save prototype for django new version (1.2.3)
raph [Fri, 22 Oct 2010 16:39:55 +0200] rev 326
Merge with addba77f2f901c689d9abed3d4ce2c5d25fef5f1
raph [Fri, 22 Oct 2010 16:38:42 +0200] rev 325
i18n compile
Kirill Miazine <km@krot.org> [Thu, 21 Oct 2010 13:52:10 +0200] rev 324
update
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)
raph [Mon, 11 Oct 2010 15:39:29 +0200] rev 322
i18n update
raph [Mon, 11 Oct 2010 15:04:45 +0200] rev 321
add format tips
raph [Mon, 11 Oct 2010 14:46:20 +0200] rev 320
Typo
raph [Fri, 08 Oct 2010 17:01:00 +0200] rev 319
fix title display
raph [Fri, 08 Oct 2010 16:55:35 +0200] rev 318
use base_workspace template
raph [Fri, 08 Oct 2010 16:38:39 +0200] rev 317
remove unused About link
raph [Fri, 08 Oct 2010 16:37:51 +0200] rev 316
add popup tip for anonymous users in user list
raph [Fri, 08 Oct 2010 15:56:01 +0200] rev 315
only display tag filtering form if tags exist
raph [Fri, 08 Oct 2010 15:31:45 +0200] rev 314
add popup tip to create and upload dashboard action links
raph [Fri, 08 Oct 2010 11:21:28 +0200] rev 313
silently swallow IOError in timezone setting
raph [Mon, 04 Oct 2010 14:21:17 +0200] rev 312
add note size limitation
raph [Wed, 29 Sep 2010 14:43:40 +0200] rev 311
fix: register user_created activity only if users where really added
raph [Mon, 23 Aug 2010 17:57:59 +0200] rev 310
do not use deprecated package ucs
raph [Mon, 23 Aug 2010 17:33:51 +0200] rev 309
customize latex header to include eurofont and fix ucs import
raph [Mon, 23 Aug 2010 17:19:35 +0200] rev 308
do not try to us comment if detached
raph [Thu, 19 Aug 2010 13:19:24 +0200] rev 307
use fixed table size for comparing versions
raph [Tue, 03 Aug 2010 18:34:14 +0200] rev 306
fix typo in hgignore
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)
raph [Tue, 03 Aug 2010 16:42:05 +0200] rev 304
use django 1.1.2 (fixes notif. test)
raph [Tue, 03 Aug 2010 16:16:25 +0200] rev 303
fix tests for mysql
raph [Wed, 28 Jul 2010 17:27:37 +0200] rev 302
refactor (cleanup) hgignore
raph [Mon, 26 Jul 2010 14:16:21 +0200] rev 301
fix: use 'keep_comments' parameter when editing text
gibus [Thu, 22 Jul 2010 17:27:24 +0200] rev 300
doc api: add cancel_modified_scopes as parameter of Edit text
raph [Mon, 19 Jul 2010 17:26:25 +0200] rev 299
check with api version of security checking prior to fun call
raph [Thu, 15 Jul 2010 17:21:03 +0200] rev 298
cleanup unused 'markup' template tag lib usage
raph [Thu, 15 Jul 2010 17:17:21 +0200] rev 297
fix settings import
raph [Thu, 15 Jul 2010 17:08:45 +0200] rev 296
Merge with 875e57f5f6ac74a1d6fb0e2623157fff254c338f
raph [Thu, 15 Jul 2010 17:07:15 +0200] rev 295
Merge with b8672f57ba3cd4e876277a13c69621446b940052
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
raph [Thu, 15 Jul 2010 16:10:55 +0200] rev 293
api update (incl. doc)
raph [Thu, 15 Jul 2010 16:10:29 +0200] rev 292
add parameter to display "decorated" creator (used with api calls)
raph [Thu, 15 Jul 2010 16:09:52 +0200] rev 291
add prefix to use external caller as proxy (calls via api)
raph [Thu, 15 Jul 2010 16:07:59 +0200] rev 290
add todo note
raph [Mon, 12 Jul 2010 16:37:32 +0200] rev 289
fix error when last text_version is deleted
raph [Mon, 12 Jul 2010 13:53:26 +0200] rev 288
fix delete method / fix anon resources
raph [Fri, 09 Jul 2010 10:05:29 +0200] rev 287
add api: basic auth / unit tests / online doc (based on django-piston)
raph [Thu, 15 Jul 2010 16:56:00 +0200] rev 286
add omelette
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)
raph [Thu, 15 Jul 2010 16:54:29 +0200] rev 284
simplification of security check: all unauthorized exceptions are dealt with by context processors
raph [Fri, 11 Jun 2010 16:21:53 +0200] rev 283
add piston dependency
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)
raph [Thu, 10 Jun 2010 15:31:55 +0200] rev 281
initialize the user registration language code when adding other users