src/cm/media/js/client/c_client-min.js
Wed, 06 Nov 2013 19:07:25 +0100 Simon Descarpentries Add compressed scripts…
Thu, 31 Oct 2013 11:49:30 +0100 Simon Descarpentries Add comments, fix missing compressed js
Mon, 21 Oct 2013 16:50:41 +0200 Simon Descarpentries Merge
Mon, 21 Oct 2013 16:37:07 +0200 Simon Descarpentries To allow scrolling in Safari mobile, we set the content of text_view_comments frame in a jQuery UI layout.
Tue, 15 Oct 2013 12:12:50 +0200 gibus Fix bug in edition of a reply when no category are defined.
Mon, 23 Sep 2013 11:28:49 +0200 Simon Descarpentries Màj fichier script minified
Thu, 19 Sep 2013 14:57:00 +0200 gibus Filter pane should have bigger height to display category dropdown list.
Wed, 11 Sep 2013 23:13:01 +0200 gibus 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.
Wed, 04 Sep 2013 22:11:01 +0200 Production Moz Filter by category should also be tested for undefined (and not just empty string) in case no category has been defined.
Mon, 05 Aug 2013 04:05:28 +0200 Production Moz Resize filters for small screen.
Tue, 16 Jul 2013 14:29:46 +0200 gibus Upgrades to yui 3.10.3
Fri, 28 Jun 2013 16:05:08 +0200 gibus Gradient of colors for commented text depends on number of comments including replies, instead of depending only on number of threads.
Tue, 25 Jun 2013 11:56:01 +0200 gibus Adds a category to comments, painted with colored vertical bar.
Mon, 18 Mar 2013 17:29:40 +0100 gibus Prevents sumitting comment several time while waiting for server response.
Mon, 28 Jan 2013 01:20:52 +0100 Production Moz Since scrollIntoView scroll the embed iframe *and* the parent window, restore the position of the toolbar.
Sun, 27 Jan 2013 11:19:55 +0100 Production Moz Since scrollIntoView scroll the embed iframe *and* the parent window, save and restore the position of the toolbar.
Sat, 26 Jan 2013 11:03:23 +0100 Production Moz Do not reset filters when adding a comment.
Fri, 11 Jan 2013 16:51:16 +0100 gibus Add custom CSS and fonts.
Fri, 30 Nov 2012 14:43:51 +0100 gibus fix switch between different styles.
Mon, 01 Oct 2012 11:00:56 +0200 gibus When building toc, delete <a> elements, including when written in uppercase (<A>).
Mon, 01 Oct 2012 10:48:23 +0200 gibus Stupid IE does not know getElementsByClassName.
Mon, 01 Oct 2012 09:50:25 +0200 gibus indexOf method of Array is unknown by stupid IE.
Thu, 24 May 2012 10:03:52 +0200 gibus Adds generic getElementsByClassName for IE compatibility.
Mon, 21 May 2012 16:50:42 +0200 gibus Reverts to changeset 435, and just add {% csrf_token %} to template forgot_pw.html, since CSRF protection seems to be only here (surely because of django.contrib.auth.views).
Sat, 19 May 2012 10:21:54 +0200 Production Moz 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 ?!
Tue, 15 May 2012 11:16:46 +0200 gibus Respect order by scope in show all comments or show all detached comments.
Mon, 14 May 2012 10:15:01 +0200 gibus Fix some javascript error with IE8 (getElementsByClassName() is unknown).
Fri, 11 May 2012 16:50:30 +0200 gibus Removes <a> tags inside toc + adjusts height of toc.
Fri, 11 May 2012 13:25:05 +0200 gibus Better positionning of table of contents.
Fri, 11 May 2012 13:10:19 +0200 gibus Hides button if table of contents is empty.
Fri, 11 May 2012 12:00:40 +0200 gibus Adds a table of content.
Wed, 25 Apr 2012 09:15:23 +0200 gibus Fix mismatching filter with tag.
Mon, 16 Apr 2012 15:57:14 +0200 Production Moz Allows multiple co-mentable texts to be isplayed in the same HTML page (with Drupal 7 co_ment module).
Fri, 27 Jan 2012 11:37:22 +0100 gibus Fix selection of amath elements
Thu, 13 Oct 2011 14:53:11 +0200 gibus commit c_client.min.js (compressed version of previous commits with scripts/compressjs.py).
Thu, 08 Sep 2011 23:21:51 +0200 gibus add arrows on toggle bars
Thu, 08 Sep 2011 15:41:31 +0200 gibus commit c_client.min.js (compressed version of previous commits with scripts/compressjs.py).
Mon, 29 Nov 2010 15:05:21 +0100 gibus Be more strict by controlling that value ofcomment_op url parameter is set to "reply"
Mon, 29 Nov 2010 14:12:38 +0100 gibus 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 gibus Focus on content textarea when opening reply to comment form
Mon, 29 Nov 2010 12:07:44 +0100 gibus Add url parameter (comment_op=reply) to open automatically reply to comment form
Mon, 08 Nov 2010 15:28:45 +0100 gibus 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
Mon, 08 Nov 2010 14:45:52 +0100 gibus commit c_client.min.js (compressed version of previous commits with scripts/compressjs.py).
Thu, 15 Jul 2010 16:23:58 +0200 raph do not show permalink if prefix is used in embed params / minified client update
Fri, 14 May 2010 15:17:44 +0200 raph minified client update
Wed, 17 Mar 2010 23:42:26 +0100 rbernard enh : #68
Wed, 10 Mar 2010 22:10:30 +0100 rbernard bug fix #32
Mon, 22 Feb 2010 22:30:38 +0100 rbernard minor FIX : export dialog : wrong 'choose file format' label
Sat, 13 Feb 2010 13:38:08 +0100 rbernard add text anchor support (fixes #44)
Wed, 03 Feb 2010 21:49:04 +0100 rbernard lpermalink uses id_key
Thu, 21 Jan 2010 21:11:32 +0100 rbernard 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 rbernard fix ticket 22
Wed, 20 Jan 2010 22:32:59 +0100 rbernard i18n
Wed, 20 Jan 2010 20:43:38 +0100 rbernard enh: detached comments
Fri, 11 Dec 2009 12:04:40 +0100 reno (no commit message)
Thu, 10 Dec 2009 16:23:01 +0100 raph min client generated
Mon, 30 Nov 2009 13:55:21 +0100 reno various notification changes
Thu, 26 Nov 2009 12:03:53 +0100 reno simplified style management. checked gray and notelike styles self sufficiency.
Mon, 23 Nov 2009 17:06:53 +0100 reno client min
Mon, 23 Nov 2009 15:14:29 +0100 raph import from internal svn r 4007
less more (0) tip