• Sign in

Administrator / django-contrib-comments · Commits

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • Commits 165
  • Network
  • Compare
  • Branches 1
  • Tags 12
  • django-contrib-comments
10 Mar, 2016
2 commits
  • Merge pull request #75 from AlexRiina/master ...
    c62b146c
    Add db_index to submit_date
    Claude Paroz authored
    2016-03-10 16:13:07 +0100  
    Browse Files »
  • Add db_index to submit_date ...
    17756cc9
    Fixes #74
    Alex Riina authored
    2016-03-10 08:26:49 -0500  
    Browse Files »

16 Feb, 2016
1 commit
  • Added setup classifiers to specify supported Django versions ...
    fb4d7948
    Fixes #72.
    Claude Paroz authored
    2016-02-16 08:56:25 +0100  
    Browse Files »

12 Feb, 2016
1 commit
  • Instructed to place custom class imports inside functions ...
    6ab23ae6
    Fixes #71. This is needed for Django 1.9 compatibility.
    Claude Paroz authored
    2016-02-12 13:36:10 +0100  
    Browse Files »

10 Feb, 2016
1 commit
  • Made moderation mail subject translatable ...
    60ffd86c
    Fixes #68. Thanks dlancer for the report.
    Claude Paroz authored
    2016-02-10 09:07:46 +0100  
    Browse Files »

22 Jan, 2016
2 commits
  • Limited user queries when appropriate ...
    e4e208b9
    Fixes #48.
    Claude Paroz authored
    2016-01-22 09:30:07 +0100  
    Browse Files »
  • Merge pull request #66 from jaddison/master ...
    e2d764da
    General improvements
    Claude Paroz authored
    2016-01-22 09:26:31 +0100  
    Browse Files »

21 Jan, 2016
3 commits
  • Adding another level of abstract modeling for Comment ...
    fdd1be60
    This will ensure that custom comment apps don't trigger table joins or require `select_related()` to be used. Documentation updated.
    James Addison authored
    2016-01-21 13:34:42 -0800  
    Browse Files »
  • Making better use of `get_model()` to replace hardcoded `Comment` instances. ...
    375d9fa8
    This makes comment form integration easier. Documentation updated.
    James Addison authored
    2016-01-21 13:33:56 -0800  
    Browse Files »
  • Making app installation detection more robust. ...
    48941bf0
    This conforms with `AppConfig` functionality and its use in `INSTALLED_APPS`. See https://docs.djangoproject.com/en/stable/ref/applications/#configuring-applications.
    James Addison authored
    2016-01-21 12:50:29 -0800  
    Browse Files »

10 Dec, 2015
9 commits
  • Merge pull request #60 from collinanderson/context.flatten ...
    b8a4f8d1
    use context.flatten() now that 1.6 support is gone
    Claude Paroz authored
    2015-12-10 22:31:15 +0100  
    Browse Files »
  • use context.flatten() now that 1.6 support is gone
    1a053cf9
    Collin Anderson authored
    2015-12-10 16:16:12 -0500  
    Browse Files »
  • Removed unneeded try/except blocks ...
    4e0a2bef
    Now that Django 1.6 has been dropped, those conditional imports can be
    dropped also.
    Claude Paroz authored
    2015-12-10 10:17:26 +0100  
    Browse Files »
  • Dropped Django 1.6 / Python 2.6
    6574825c
    Claude Paroz authored
    2015-12-10 09:49:51 +0100  
    Browse Files »
  • Bumped version to 1.6.2
    a15b4dfb
    Claude Paroz authored
    2015-12-10 09:14:01 +0100  
    Browse Files »
  • Pulled translations from Transifex
    fc2dfb8a
    Claude Paroz authored
    2015-12-10 09:09:54 +0100  
    Browse Files »
  • Add pypi/travis status logo in README
    db0b90e5
    Claude Paroz authored
    2015-12-10 09:03:43 +0100  
    Browse Files »
  • Replaced syncdb by migrate in docs
    09dd9ba8
    Claude Paroz authored
    2015-12-10 08:57:26 +0100  
    Browse Files »
  • Added notes to take advantage of the moderation system
    5cc867f2
    anabelensc authored
    2015-12-10 08:57:26 +0100  
    Browse Files »

03 Dec, 2015
2 commits
  • Merge pull request #56 from asieira/master ...
    8091284e
    Additional step to porting docs (#55)
    Claude Paroz authored
    2015-12-03 20:35:32 +0100  
    Browse Files »
  • Additional step to porting docs (#55)
    cbcdd3f3
    Alexandre Sieira authored
    2015-12-03 17:22:58 -0200  
    Browse Files »

11 Nov, 2015
9 commits
  • Prevented deprecation warning when sending moderation email
    b4ce2e6f
    Claude Paroz authored
    2015-11-11 17:19:47 +0100  
    Browse Files »
  • Replaced render_to_response by render shortcut
    664a8ae3
    Claude Paroz authored
    2015-11-11 17:19:47 +0100  
    Browse Files »
  • Merge pull request #52 from collinanderson/patterns ...
    de9071c5
    Removed deprecated patterns() in docs
    Claude Paroz authored
    2015-11-11 17:19:29 +0100  
    Browse Files »
  • remove deprecated patterns() in docs
    7f913536
    Collin Anderson authored
    2015-11-11 08:35:51 -0500  
    Browse Files »
  • Removed deprecated patterns usage ...
    f63f2619
    Refs #49.
    Claude Paroz authored
    2015-11-11 14:32:30 +0100  
    Browse Files »
  • Stopped reversing views by string (reverse or url calls) ...
    171f8c2a
    Refs #49. This prevents some deprecation warnings on Django 1.9.
    Claude Paroz authored
    2015-11-11 14:16:36 +0100  
    Browse Files »
  • Added Django 1.9 to test matrix
    a1215b94
    Claude Paroz authored
    2015-11-11 12:36:17 +0100  
    Browse Files »
  • Refactored redirection assertions to be Django 1.9 compatible
    21d1f702
    Claude Paroz authored
    2015-11-11 12:36:17 +0100  
    Browse Files »
  • Moved test tag library to templatetags dir ...
    2f756444
    Dynamic library registration is harder to do to keep backwards
    compatibility.
    Claude Paroz authored
    2015-11-11 12:36:17 +0100  
    Browse Files »

04 Nov, 2015
2 commits
  • Moved test labels discovery
    29763a5f
    Claude Paroz authored
    2015-11-04 15:38:15 +0100  
    Browse Files »
  • Allow specifying test labels for runtests.py
    96b80da8
    Claude Paroz authored
    2015-11-04 14:46:17 +0100  
    Browse Files »

09 Sep, 2015
2 commits
  • Merge pull request #46 from Maplecroft/master ...
    298c9c67
    Added missing South migration
    Claude Paroz authored
    2015-09-09 19:52:02 +0200  
    Browse Files »
  • Added missing South migration
    2cba5f0b
    James Rutherford authored
    2015-09-09 14:42:36 +0100  
    Browse Files »

02 Sep, 2015
2 commits
  • Merge pull request #45 from collinanderson/context_instance ...
    f12c9e2e
    The context_instance argument of render_to_string is deprecated.
    Claude Paroz authored
    2015-09-02 15:23:43 +0200  
    Browse Files »
  • The context_instance argument of render_to_string is deprecated.
    7ab9dedc
    Collin Anderson authored
    2015-09-02 08:59:48 -0400  
    Browse Files »

22 Jun, 2015
1 commit
  • Added context marker for the CommentDetailsForm.name field ...
    1cb1d181
    Some languages (like Czech) translate "Name" differently depending on
    the context. The added context marker will help translators to make the
    right choice.
    Thanks Petr Dlouhy for the report and the initial patch.
    Claude Paroz authored
    2015-06-22 17:36:26 +0200  
    Browse Files »

21 Jun, 2015
1 commit
  • Setup translation system using Transifex ...
    b44ded19
    https://www.transifex.com/projects/p/django-contrib-comments/
    Some .po files have been corrected as they would not pass the
    msgfmt command and could not be uploaded to Transifex.
    Claude Paroz authored
    2015-06-21 20:45:59 +0200  
    Browse Files »

14 Jun, 2015
2 commits
  • Merge pull request #42 from pahko/get_current_site-deprecation-warning ...
    b1d092d7
    Prevented  get_current_site deprecation warning
    Claude Paroz authored
    2015-06-14 19:54:51 +0200  
    Browse Files »
  • Prevented get_current_site deprecation warning
    fe7a8e7e
    Francisco Albarran authored
    2015-06-14 13:50:04 -0400  
    Browse Files »