Wed, 30 Oct 2013 18:08:42 +0100 Simon Descarpentries [c_selection.js] If safari_mobile, get current selection from a previously created global variable
Tue, 22 Oct 2013 15:00:56 +0200 gibus When creating from uploaded file (in ms-word for eg.), try libroffice in case abiword fails.
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.
Thu, 10 Oct 2013 11:16:05 +0200 gibus Put also workspace name in any case.
Thu, 10 Oct 2013 09:37:17 +0200 gibus Put logo really everywhere.
Thu, 03 Oct 2013 11:57:33 +0200 Simon Descarpentries Update markitup loading to new version
Thu, 03 Oct 2013 11:56:09 +0200 Simon Descarpentries Update Markitup for new jQuery version, $.browser isn't defined anymore
Thu, 03 Oct 2013 11:29:43 +0200 Simon Descarpentries Remove overflow-y: scroll
Thu, 03 Oct 2013 11:23:32 +0200 Simon Descarpentries Merge
Thu, 03 Oct 2013 11:10:40 +0200 Simon Descarpentries Remove comment on iPad condition to try to improve things for it.
Thu, 03 Oct 2013 10:46:05 +0200 gibus Get rid of 'allow_contact' field for UserProfile since it is unused.
Thu, 03 Oct 2013 10:44:46 +0200 gibus Get rid of 'preferred_language' field for UserProfile since it is unused.
Thu, 03 Oct 2013 10:30:12 +0200 gibus Serve uploaded files even when DEBUG=False.
Thu, 03 Oct 2013 10:29:53 +0200 gibus Diplay workspace logo on text pages.
Thu, 03 Oct 2013 10:19:03 +0200 gibus Allow text manager to add users on this text with no global role.
Thu, 03 Oct 2013 10:11:23 +0200 gibus Fix missing alt attribute for img.
Mon, 23 Sep 2013 11:28:49 +0200 Simon Descarpentries Màj fichier script minified
Fri, 20 Sep 2013 16:31:07 +0200 Simon Descarpentries Erase local modifications
Fri, 20 Sep 2013 16:28:40 +0200 Simon Descarpentries - updating jQuery (1.3.2 -> 1.10.2), jQuery UI, jQuery modules
Mon, 08 Aug 2011 15:18:56 +0200 Simon Descarpentries Adding two missing sentences.
Thu, 19 Sep 2013 14:57:00 +0200 gibus Filter pane should have bigger height to display category dropdown list.
Sat, 14 Sep 2013 10:00:45 +0200 gibus For some reason, when exporting commented text with background colors, angle brackets for html spans are sometimes returned as entities by soup.
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.
Thu, 05 Sep 2013 14:08:31 +0200 gibus Fix django migrate --list
Thu, 05 Sep 2013 14:03:29 +0200 gibus Add some import from south in order for django migrate to work properly
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.
Mon, 05 Aug 2013 03:32:19 +0200 Production Moz Twick in css.
Sun, 04 Aug 2013 14:10:07 +0200 Production Moz Twick in css.
Tue, 16 Jul 2013 14:29:46 +0200 gibus Upgrades to yui 3.10.3
Mon, 15 Jul 2013 15:25:58 +0200 gibus Update thread_box button to new design (horizontal mirror of unthread_box)
Mon, 15 Jul 2013 09:13:19 +0200 gibus Fixes AttributeError: 'FakeRequest' object has no attribute 'GET'
Thu, 11 Jul 2013 14:44:02 +0200 gibus improves performence of text_view_comments by memoizing permission computations.
Mon, 01 Jul 2013 12:45:11 +0200 gibus Add INSTALLED_APPS in settings_local for buildout to include south migration commands.
Mon, 01 Jul 2013 12:43:20 +0200 gibus Clean south migration
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.
Fri, 28 Jun 2013 15:10:23 +0200 gibus Better translation of help text
Thu, 27 Jun 2013 16:54:29 +0200 gibus Sames as for changeset 516, BeautifulSoup needs fromEncoding='UTF-8'.
Thu, 27 Jun 2013 16:39:16 +0200 gibus For some reason, BeautifulSoup wants now fromEncoding='UTF-8' in some unidentified cases.
Wed, 26 Jun 2013 23:43:08 +0200 Production Moz 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.
Wed, 26 Jun 2013 19:25:09 +0200 Production Moz Reorder classes in models.py.
Tue, 25 Jun 2013 20:32:32 +0200 Production Moz Definitely this is not a good idea to use ApplicationConfiguration in TextVersion model as default for category_x fields.
Tue, 25 Jun 2013 18:05:37 +0200 gibus Reorders stuffs in models
Tue, 25 Jun 2013 17:58:49 +0200 Production Moz Reorder ConfigurationManager model, because it broke co-ment lite
Tue, 25 Jun 2013 16:27:14 +0200 gibus Do not proposed undefined categories in filter.
Tue, 25 Jun 2013 16:19:19 +0200 Production Moz Fixes test for categories defined in workspace while None in textversion.
Tue, 25 Jun 2013 16:00:21 +0200 gibus Fixes lower() applied to None string, and not empty string as changeset 506 has mistakenly fixed.
Tue, 25 Jun 2013 13:49:39 +0200 Production Moz Fixes one FR translation.
Tue, 25 Jun 2013 13:34:18 +0200 gibus Fixes lower() applied to None string.
Tue, 25 Jun 2013 13:30:31 +0200 gibus Reapply changeset 504.
Tue, 25 Jun 2013 11:56:01 +0200 gibus Adds a category to comments, painted with colored vertical bar.
Wed, 03 Apr 2013 18:42:42 +0200 Production Moz Add can_edit_comment_own to Individual student (similar to changeset 359 for generic model).
Wed, 27 Mar 2013 17:51:18 +0100 gibus do not skip span for newline textnodes otherwise compute_new_comment_positions() will return bad results for pandoc texts.
Mon, 18 Mar 2013 17:29:40 +0100 gibus Prevents sumitting comment several time while waiting for server response.
Wed, 27 Feb 2013 14:16:44 +0100 gibus Added tag 2.5.0 for changeset 805e08ea57b1
Thu, 31 Jan 2013 16:56:09 +0100 gibus Fixes crash when editing imported text with orphan comment. 2.5.0
Thu, 31 Jan 2013 14:54:54 +0100 gibus One debug line forgotten in previous commit.
Thu, 31 Jan 2013 14:54:07 +0100 gibus One debug line forgotten in previous commit.
(0) -300 -100 -60 +60 +100 tip