Simon Descarpentries <sid@sopinspace.com> [Mon, 21 Oct 2013 16:37:07 +0200] rev 553
To allow scrolling in Safari mobile, we set the content of text_view_comments frame in a jQuery UI layout.
So the automated scrolling operations in c_sync.js must be adjustable to the right part to scroll.
Also, if a comment have to be shown outside of the current viewport, we scroll the correct part to that viewport
and then set the comment top Y offset to juste what it needs to avoid the "Add comment" button after scrolling
operation.
If not in Safari mobile, we add an offset here to avoid comment to display under the "Add comment" button.
gibus [Tue, 15 Oct 2013 12:12:50 +0200] rev 552
Fix bug in edition of a reply when no category are defined.
gibus [Thu, 10 Oct 2013 11:16:05 +0200] rev 551
Put also workspace name in any case.
gibus [Thu, 10 Oct 2013 09:37:17 +0200] rev 550
Put logo really everywhere.
Simon Descarpentries <sid@sopinspace.com> [Thu, 03 Oct 2013 11:57:33 +0200] rev 549
Update markitup loading to new version
Simon Descarpentries <sid@sopinspace.com> [Thu, 03 Oct 2013 11:56:09 +0200] rev 548
Update Markitup for new jQuery version, $.browser isn't defined anymore
Simon Descarpentries <sid@sopinspace.com> [Thu, 03 Oct 2013 11:29:43 +0200] rev 547
Remove overflow-y: scroll
Simon Descarpentries <sid@sopinspace.com> [Thu, 03 Oct 2013 11:23:32 +0200] rev 546
Merge
Simon Descarpentries <sid@sopinspace.com> [Thu, 03 Oct 2013 11:10:40 +0200] rev 545
Remove comment on iPad condition to try to improve things for it.
gibus [Thu, 03 Oct 2013 10:46:05 +0200] rev 544
Get rid of 'allow_contact' field for UserProfile since it is unused.
gibus [Thu, 03 Oct 2013 10:44:46 +0200] rev 543
Get rid of 'preferred_language' field for UserProfile since it is unused.
gibus [Thu, 03 Oct 2013 10:30:12 +0200] rev 542
Serve uploaded files even when DEBUG=False.
gibus [Thu, 03 Oct 2013 10:29:53 +0200] rev 541
Diplay workspace logo on text pages.
gibus [Thu, 03 Oct 2013 10:19:03 +0200] rev 540
Allow text manager to add users on this text with no global role.
gibus [Thu, 03 Oct 2013 10:11:23 +0200] rev 539
Fix missing alt attribute for img.
Simon Descarpentries <sid@sopinspace.com> [Mon, 23 Sep 2013 11:28:49 +0200] rev 538
Màj fichier script minified
Simon Descarpentries <sid@sopinspace.com> [Fri, 20 Sep 2013 16:31:07 +0200] rev 537
Erase local modifications
Simon Descarpentries <sid@sopinspace.com> [Fri, 20 Sep 2013 16:28:40 +0200] rev 536
- updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
- [text_view_frame.html] Add some JS driven CSS tricks for iPad
- [text_view_frame.html] move throbber's hiding-call in nested text_view_comments iframe onload signal (so it works with jQuery 1.10.2 and the hiding timing is good)
- [text_view_frame.html][base.html] factorize req_yui.html et req_jquery.html
- [main_tabs][text_tabs][f_client-min.js] rewrite jQuery UI Tabs API calls select in active
- [base.css] CSS fix grey frame appearence for all tabs
- hg remove bgiframe -> not loaded in templates anymore
- hg remove header_custom.html -> the file has been empty since 4 years
- hg remove controls.html -> the file has been empty since 4 years
Simon Descarpentries <sid1@sopinspace.com> [Mon, 08 Aug 2011 15:18:56 +0200] rev 535
Adding two missing sentences.
gibus [Thu, 19 Sep 2013 14:57:00 +0200] rev 534
Filter pane should have bigger height to display category dropdown list.
gibus [Sat, 14 Sep 2013 10:00:45 +0200] rev 533
For some reason, when exporting commented text with background colors, angle brackets for html spans are sometimes returned as entities by soup.
gibus [Wed, 11 Sep 2013 23:13:01 +0200] rev 532
Reverse to YUI 3.0.0 since with YUI.3.10.3, comment content including words 'paragraph' or 'section' do not show up on Firefox, this is weird and has to be investigated.
gibus [Thu, 05 Sep 2013 14:08:31 +0200] rev 531
Fix django migrate --list
gibus [Thu, 05 Sep 2013 14:03:29 +0200] rev 530
Add some import from south in order for django migrate to work properly
Production Moz <dev@sopinspace.com> [Wed, 04 Sep 2013 22:11:01 +0200] rev 529
Filter by category should also be tested for undefined (and not just empty string) in case no category has been defined.
Production Moz <dev@sopinspace.com> [Mon, 05 Aug 2013 04:05:28 +0200] rev 528
Resize filters for small screen.
Production Moz <dev@sopinspace.com> [Mon, 05 Aug 2013 03:32:19 +0200] rev 527
Twick in css.
Production Moz <dev@sopinspace.com> [Sun, 04 Aug 2013 14:10:07 +0200] rev 526
Twick in css.
gibus [Tue, 16 Jul 2013 14:29:46 +0200] rev 525
Upgrades to yui 3.10.3
gibus [Mon, 15 Jul 2013 15:25:58 +0200] rev 524
Update thread_box button to new design (horizontal mirror of unthread_box)
gibus [Mon, 15 Jul 2013 09:13:19 +0200] rev 523
Fixes AttributeError: 'FakeRequest' object has no attribute 'GET'
gibus [Thu, 11 Jul 2013 14:44:02 +0200] rev 522
improves performence of text_view_comments by memoizing permission computations.
gibus [Mon, 01 Jul 2013 12:45:11 +0200] rev 521
Add INSTALLED_APPS in settings_local for buildout to include south migration commands.
gibus [Mon, 01 Jul 2013 12:43:20 +0200] rev 520
Clean south migration
gibus [Fri, 28 Jun 2013 16:05:08 +0200] rev 519
Gradient of colors for commented text depends on number of comments including replies, instead of depending only on number of threads.
gibus [Fri, 28 Jun 2013 15:10:23 +0200] rev 518
Better translation of help text
gibus [Thu, 27 Jun 2013 16:54:29 +0200] rev 517
Sames as for changeset 516, BeautifulSoup needs fromEncoding='UTF-8'.
gibus [Thu, 27 Jun 2013 16:39:16 +0200] rev 516
For some reason, BeautifulSoup wants now fromEncoding='UTF-8' in some unidentified cases.
Production Moz <dev@sopinspace.com> [Wed, 26 Jun 2013 23:43:08 +0200] rev 515
Fix south migration problem caused by 0003_update_keys_to_textversion using TextVersion model which is updated only in 0010_auto__add_field_textversion_category_1__add_field_textversion_category, same with 0007_populate_id_key_in_comments using Comment model updated in 0011_auto__add_field_comment_category.
Production Moz <dev@sopinspace.com> [Wed, 26 Jun 2013 19:25:09 +0200] rev 514
Reorder classes in models.py.
Production Moz <dev@sopinspace.com> [Tue, 25 Jun 2013 20:32:32 +0200] rev 513
Definitely this is not a good idea to use ApplicationConfiguration in TextVersion model as default for category_x fields.
gibus [Tue, 25 Jun 2013 18:05:37 +0200] rev 512
Reorders stuffs in models
Production Moz <dev@sopinspace.com> [Tue, 25 Jun 2013 17:58:49 +0200] rev 511
Reorder ConfigurationManager model, because it broke co-ment lite
gibus [Tue, 25 Jun 2013 16:27:14 +0200] rev 510
Do not proposed undefined categories in filter.
Production Moz <dev@sopinspace.com> [Tue, 25 Jun 2013 16:19:19 +0200] rev 509
Fixes test for categories defined in workspace while None in textversion.
gibus [Tue, 25 Jun 2013 16:00:21 +0200] rev 508
Fixes lower() applied to None string, and not empty string as changeset 506 has mistakenly fixed.
Production Moz <dev@sopinspace.com> [Tue, 25 Jun 2013 13:49:39 +0200] rev 507
Fixes one FR translation.
gibus [Tue, 25 Jun 2013 13:34:18 +0200] rev 506
Fixes lower() applied to None string.
gibus [Tue, 25 Jun 2013 13:30:31 +0200] rev 505
Reapply changeset 504.
gibus [Tue, 25 Jun 2013 11:56:01 +0200] rev 504
Adds a category to comments, painted with colored vertical bar.
Production Moz <dev@sopinspace.com> [Wed, 03 Apr 2013 18:42:42 +0200] rev 503
Add can_edit_comment_own to Individual student (similar to changeset 359 for generic model).
gibus [Wed, 27 Mar 2013 17:51:18 +0100] rev 502
do not skip span for newline textnodes otherwise compute_new_comment_positions() will return bad results for pandoc texts.
gibus [Mon, 18 Mar 2013 17:29:40 +0100] rev 501
Prevents sumitting comment several time while waiting for server response.
gibus [Wed, 27 Feb 2013 14:16:44 +0100] rev 500
Added tag 2.5.0 for changeset 805e08ea57b1
gibus [Thu, 31 Jan 2013 16:56:09 +0100] rev 499
Fixes crash when editing imported text with orphan comment.
gibus [Thu, 31 Jan 2013 14:54:54 +0100] rev 498
One debug line forgotten in previous commit.
gibus [Thu, 31 Jan 2013 14:54:07 +0100] rev 497
One debug line forgotten in previous commit.
gibus [Thu, 31 Jan 2013 14:52:48 +0100] rev 496
Fixes crash when editing, apparently when comment spans on multiple text nodes.
gibus [Mon, 28 Jan 2013 13:47:29 +0100] rev 495
Forgot a condition when using libreoffice as a fallback when abiword crashes.
gibus [Mon, 28 Jan 2013 12:19:11 +0100] rev 494
Use libreoffice to convert html to pdf when abiword crashes.
gibus [Mon, 28 Jan 2013 10:44:48 +0100] rev 493
Do not list all comments when exporting filtered comments.
Production Moz <dev@sopinspace.com> [Mon, 28 Jan 2013 01:20:52 +0100] rev 492
Since scrollIntoView scroll the embed iframe *and* the parent window, restore the position of the toolbar.
Production Moz <dev@sopinspace.com> [Sun, 27 Jan 2013 11:19:55 +0100] rev 491
Since scrollIntoView scroll the embed iframe *and* the parent window, save and restore the position of the toolbar.
Production Moz <dev@sopinspace.com> [Sat, 26 Jan 2013 11:03:23 +0100] rev 490
Do not reset filters when adding a comment.
gibus [Mon, 21 Jan 2013 16:40:17 +0100] rev 489
New arrow-down adn arrow-up icons.
gibus [Mon, 21 Jan 2013 16:01:51 +0100] rev 488
Reverts arrow-down icon.
gibus [Mon, 21 Jan 2013 14:18:16 +0100] rev 487
Adds ompressed version for changeset 485.
gibus [Mon, 21 Jan 2013 14:12:10 +0100] rev 486
Clean versions list/comparison/view and add original version.
gibus [Mon, 21 Jan 2013 09:41:46 +0100] rev 485
New icons.
gibus [Mon, 21 Jan 2013 09:29:52 +0100] rev 484
Preselect embeded code to copy.
gibus [Mon, 14 Jan 2013 10:43:21 +0100] rev 483
Do not try to process custom_css if none has be defined
gibus [Fri, 11 Jan 2013 16:51:16 +0100] rev 482
Add custom CSS and fonts.
gibus [Fri, 04 Jan 2013 10:50:15 +0100] rev 481
No need to get content with display:none on parent view frame
gibus [Thu, 03 Jan 2013 11:42:46 +0100] rev 480
Replace pre_edit stage by an input checkbox to increase performances (compute_new_comment_positions run once).
gibus [Thu, 03 Jan 2013 11:07:33 +0100] rev 479
Add GZipMiddleware to compress exchanged data.
gibus [Thu, 03 Jan 2013 11:04:39 +0100] rev 478
Remove some unused comments.
gibus [Thu, 03 Jan 2013 11:00:26 +0100] rev 477
Add some MIME instructions for font to silence Chrome warnings.
gibus [Thu, 13 Dec 2012 14:27:20 +0100] rev 476
Applies new fonts to interface.
gibus [Thu, 06 Dec 2012 09:48:45 +0100] rev 475
New fonts.
gibus [Fri, 30 Nov 2012 14:43:51 +0100] rev 474
fix switch between different styles.
gibus [Mon, 12 Nov 2012 12:58:34 +0100] rev 473
Do not spannify empty text nodes, prevents abiword crash.
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