Thu, 11 Jul 2013 14:44:02 +0200 improves performence of text_view_comments by memoizing permission computations.
gibus [Thu, 11 Jul 2013 14:44:02 +0200] rev 522
improves performence of text_view_comments by memoizing permission computations.
Mon, 01 Jul 2013 12:45:11 +0200 Add INSTALLED_APPS in settings_local for buildout to include south migration commands.
gibus [Mon, 01 Jul 2013 12:45:11 +0200] rev 521
Add INSTALLED_APPS in settings_local for buildout to include south migration commands.
Mon, 01 Jul 2013 12:43:20 +0200 Clean south migration
gibus [Mon, 01 Jul 2013 12:43:20 +0200] rev 520
Clean south migration
Fri, 28 Jun 2013 16:05:08 +0200 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 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.
Fri, 28 Jun 2013 15:10:23 +0200 Better translation of help text
gibus [Fri, 28 Jun 2013 15:10:23 +0200] rev 518
Better translation of help text
Thu, 27 Jun 2013 16:54:29 +0200 Sames as for changeset 516, BeautifulSoup needs fromEncoding='UTF-8'.
gibus [Thu, 27 Jun 2013 16:54:29 +0200] rev 517
Sames as for changeset 516, BeautifulSoup needs fromEncoding='UTF-8'.
Thu, 27 Jun 2013 16:39:16 +0200 For some reason, BeautifulSoup wants now fromEncoding='UTF-8' in some unidentified cases.
gibus [Thu, 27 Jun 2013 16:39:16 +0200] rev 516
For some reason, BeautifulSoup wants now fromEncoding='UTF-8' in some unidentified cases.
Wed, 26 Jun 2013 23:43:08 +0200 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 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.
Wed, 26 Jun 2013 19:25:09 +0200 Reorder classes in models.py.
Production Moz <dev@sopinspace.com> [Wed, 26 Jun 2013 19:25:09 +0200] rev 514
Reorder classes in models.py.
Tue, 25 Jun 2013 20:32:32 +0200 Definitely this is not a good idea to use ApplicationConfiguration in TextVersion model as default for category_x fields.
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.
Tue, 25 Jun 2013 18:05:37 +0200 Reorders stuffs in models
gibus [Tue, 25 Jun 2013 18:05:37 +0200] rev 512
Reorders stuffs in models
Tue, 25 Jun 2013 17:58:49 +0200 Reorder ConfigurationManager model, because it broke co-ment lite
Production Moz <dev@sopinspace.com> [Tue, 25 Jun 2013 17:58:49 +0200] rev 511
Reorder ConfigurationManager model, because it broke co-ment lite
Tue, 25 Jun 2013 16:27:14 +0200 Do not proposed undefined categories in filter.
gibus [Tue, 25 Jun 2013 16:27:14 +0200] rev 510
Do not proposed undefined categories in filter.
Tue, 25 Jun 2013 16:19:19 +0200 Fixes test for categories defined in workspace while None in textversion.
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.
Tue, 25 Jun 2013 16:00:21 +0200 Fixes lower() applied to None string, and not empty string as changeset 506 has mistakenly fixed.
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.
Tue, 25 Jun 2013 13:49:39 +0200 Fixes one FR translation.
Production Moz <dev@sopinspace.com> [Tue, 25 Jun 2013 13:49:39 +0200] rev 507
Fixes one FR translation.
Tue, 25 Jun 2013 13:34:18 +0200 Fixes lower() applied to None string.
gibus [Tue, 25 Jun 2013 13:34:18 +0200] rev 506
Fixes lower() applied to None string.
Tue, 25 Jun 2013 13:30:31 +0200 Reapply changeset 504.
gibus [Tue, 25 Jun 2013 13:30:31 +0200] rev 505
Reapply changeset 504.
Tue, 25 Jun 2013 11:56:01 +0200 Adds a category to comments, painted with colored vertical bar.
gibus [Tue, 25 Jun 2013 11:56:01 +0200] rev 504
Adds a category to comments, painted with colored vertical bar.
Wed, 03 Apr 2013 18:42:42 +0200 Add can_edit_comment_own to Individual student (similar to changeset 359 for generic model).
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).
Wed, 27 Mar 2013 17:51:18 +0100 do not skip span for newline textnodes otherwise compute_new_comment_positions() will return bad results for pandoc texts.
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.
Mon, 18 Mar 2013 17:29:40 +0100 Prevents sumitting comment several time while waiting for server response.
gibus [Mon, 18 Mar 2013 17:29:40 +0100] rev 501
Prevents sumitting comment several time while waiting for server response.
Wed, 27 Feb 2013 14:16:44 +0100 Added tag 2.5.0 for changeset 805e08ea57b1
gibus [Wed, 27 Feb 2013 14:16:44 +0100] rev 500
Added tag 2.5.0 for changeset 805e08ea57b1
Thu, 31 Jan 2013 16:56:09 +0100 Fixes crash when editing imported text with orphan comment. 2.5.0
gibus [Thu, 31 Jan 2013 16:56:09 +0100] rev 499
Fixes crash when editing imported text with orphan comment.
(0) -300 -100 -50 -24 +24 +50 +100 tip