| Tue, 11 Mar 2014 11:05:25 +0100 |
gibus |
Clear cache when creating/deleting text/comment/user.
|
file |
diff |
annotate
|
| Fri, 28 Jun 2013 15:10:23 +0200 |
gibus |
Better translation of help text
|
file |
diff |
annotate
|
| 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.
|
file |
diff |
annotate
|
| Wed, 26 Jun 2013 19:25:09 +0200 |
Production Moz |
Reorder classes in models.py.
|
file |
diff |
annotate
|
| 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.
|
file |
diff |
annotate
|
| Tue, 25 Jun 2013 18:05:37 +0200 |
gibus |
Reorders stuffs in models
|
file |
diff |
annotate
|
| Tue, 25 Jun 2013 17:58:49 +0200 |
Production Moz |
Reorder ConfigurationManager model, because it broke co-ment lite
|
file |
diff |
annotate
|
| Tue, 25 Jun 2013 11:56:01 +0200 |
gibus |
Adds a category to comments, painted with colored vertical bar.
|
file |
diff |
annotate
|
| Thu, 03 Jan 2013 11:04:39 +0100 |
gibus |
Remove some unused comments.
|
file |
diff |
annotate
|
| Fri, 10 Aug 2012 16:12:29 +0200 |
gibus |
Added import from XML file, including text, comments and attachments.
|
file |
diff |
annotate
|
| Fri, 08 Jun 2012 14:30:24 +0200 |
gibus |
Avoid warnings for deprecated instructions in djan 1.3
|
file |
diff |
annotate
|
| Fri, 13 Apr 2012 11:53:42 +0200 |
gibus |
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.
|
file |
diff |
annotate
|
| Tue, 31 May 2011 17:58:47 +0200 |
Production Moz |
prevent uno custom __import__ from messing with south import machinery (to discover south enabled dj apps)
|
file |
diff |
annotate
|
| Tue, 02 Nov 2010 10:15:41 +0100 |
gibus |
save prototype for django new version (1.2.3)
|
file |
diff |
annotate
|
| Tue, 03 Aug 2010 18:01:35 +0200 |
raph |
do not lock table with backends other than postgresql (postgresql specific syntax) (fixes #52)
|
file |
diff |
annotate
|
| Mon, 12 Jul 2010 16:37:32 +0200 |
raph |
fix error when last text_version is deleted
|
file |
diff |
annotate
|
| Wed, 05 May 2010 16:37:57 +0200 |
raph |
add notifications to admin area
|
file |
diff |
annotate
|
| Thu, 22 Apr 2010 12:35:04 +0200 |
raph |
fix comment __str__ display
|
file |
diff |
annotate
|
| Tue, 20 Apr 2010 11:14:21 +0200 |
raph |
always use pandoc but in raw mode for html->html convert
preserve_html
|
file |
diff |
annotate
|
| Thu, 15 Apr 2010 16:38:45 +0200 |
raph |
do not use pandoc for html content
preserve_html
|
file |
diff |
annotate
|
| Mon, 22 Mar 2010 15:49:15 +0100 |
raph |
add author in activities traces
|
file |
diff |
annotate
|
| Sat, 13 Feb 2010 12:02:23 +0100 |
rbernard |
BUG FIX : handling html
|
file |
diff |
annotate
|
| Thu, 11 Feb 2010 16:28:10 +0100 |
raph |
add logo in settings / fix static file settings
|
file |
diff |
annotate
|
| Tue, 09 Feb 2010 23:08:54 +0100 |
rbernard |
bug fix: removed \r in textversion's content because of a comment position bug in pre_edit. Added a save function to TextVersion to do so.
|
file |
diff |
annotate
|
| Tue, 09 Feb 2010 22:20:08 +0100 |
rbernard |
Merge with e4746a10edf5ac1bcea7348d228fb35bebf93657
|
file |
diff |
annotate
|
| Fri, 05 Feb 2010 18:43:58 +0100 |
rbernard |
bug fix: removed \r in textversion's content because of a comment position bug in pre_edit. Added a save function to TextVersionManager to do so. Also removed cleaning \r before computing diffs because it should not be necessary anymore.
|
file |
diff |
annotate
|
| Fri, 05 Feb 2010 12:24:06 +0100 |
raph |
Merge with e7e1bc64f613bbc7f54cd474efd1d6ae1d8f6457
|
file |
diff |
annotate
|
| Fri, 05 Feb 2010 12:23:29 +0100 |
raph |
refactor version explorer
|
file |
diff |
annotate
|
| Wed, 03 Feb 2010 21:49:04 +0100 |
rbernard |
lpermalink uses id_key
|
file |
diff |
annotate
|
| Wed, 03 Feb 2010 15:06:03 +0100 |
raph |
cleanup set_workspace name
|
file |
diff |
annotate
|
| Wed, 27 Jan 2010 16:18:30 +0100 |
raph |
model change+migration (add id_key to comment): run ./bin/django migrate
|
file |
diff |
annotate
|
| Wed, 20 Jan 2010 20:43:38 +0100 |
rbernard |
enh: detached comments
|
file |
diff |
annotate
|
| Mon, 04 Jan 2010 10:38:09 +0100 |
raph |
keep comment dates (created / modified) when duplicating (fixes #12)
|
file |
diff |
annotate
|
| Thu, 10 Dec 2009 14:27:12 +0100 |
raph |
- add tag support to user
|
file |
diff |
annotate
|
| Tue, 08 Dec 2009 16:51:48 +0100 |
reno |
ENH : adding comments on previous version now possible
|
file |
diff |
annotate
|
| Fri, 04 Dec 2009 14:03:03 +0100 |
raph |
remove duplicated method
|
file |
diff |
annotate
|
| Thu, 03 Dec 2009 15:55:39 +0100 |
reno |
bug fix : can view own comment on comment add on mod priori
|
file |
diff |
annotate
|
| Thu, 03 Dec 2009 11:55:50 +0100 |
raph |
FIX: comment visibility takes ownership into account
|
file |
diff |
annotate
|
| Mon, 30 Nov 2009 13:46:17 +0100 |
reno |
various notification changes
|
file |
diff |
annotate
|
| Tue, 24 Nov 2009 10:31:11 +0100 |
raph |
lazy strings
|
file |
diff |
annotate
|
| Mon, 23 Nov 2009 15:14:29 +0100 |
raph |
import from internal svn r 4007
|
file |
diff |
annotate
|