Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

CIRCLE / cloud

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 94
  • Merge Requests 10
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Merged
Merge request !96 opened Jun 07, 2014 by Őry Máté@orymate 
  • Report abuse
Report abuse

Feature Email Notification

fixes #167 (closed)

  • Discussion 3
  • Commits 16
  • Changes
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Kálmán Viktor
    @kviktor started a discussion on an old version of the diff Jun 09, 2014
    circle/dashboard/models.py
    84 84 help_text=_('Unique identifier of the person, e.g. a student number.'))
    85 85 instance_limit = IntegerField(default=5)
    86 86 use_gravatar = BooleanField(default=False)
    87 email_notifications = BooleanField(
    88 verbose_name=_("Email notifications"), default=True,
    89 help_text=_('Wether user wants to get digested email notifications.'))
    • Kálmán Viktor @kviktor commented Jun 09, 2014
      Owner

      Whether :D fixed in a30de0

      Edited Jun 09, 2014
      ~~Whether~~ :D fixed in a30de0
    Please register or sign in to reply
  • Őry Máté
    @orymate started a discussion on commit b20ebb00 Jun 09, 2014
    Last updated by Őry Máté Jun 09, 2014
    • Őry Máté @orymate

      mentioned in merge request !96 (merged)

      Jun 09, 2014

      mentioned in merge request !96 (merged)

      mentioned in merge request !96
      Toggle commit list
    • Őry Máté @orymate

      mentioned in merge request !96 (merged)

      Jun 09, 2014

      mentioned in merge request !96 (merged)

      mentioned in merge request !96
      Toggle commit list
    • Őry Máté @orymate

      mentioned in merge request !96 (merged)

      Jun 09, 2014

      mentioned in merge request !96 (merged)

      mentioned in merge request !96
      Toggle commit list
    Please register or sign in to reply
  • Kálmán Viktor
    @kviktor started a discussion on commit b20ebb00 Jun 09, 2014
    circle/dashboard/forms.py
    1107 1107 return value
    1108 1108  
    1109 1109  
    1110 class UnsubscribeForm(forms.ModelForm):
    1111
    1112 class Meta:
    1113 fields = ('email_notifications', )
    1114 model = Profile
    1115
    1116 @property
    1117 def helper(self):
    1118 helper = FormHelper()
    1119 helper.add_input(Submit("submit", _("Change language")))
    • Kálmán Viktor @kviktor commented Jun 09, 2014
      Owner

      hm? fixed 934b5a2c

      Edited Jun 09, 2014
      ~~hm?~~ fixed 934b5a2c
    Please register or sign in to reply
  • Őry Máté
    @orymate started a discussion on commit 934b5a2c Jun 09, 2014
    Please register or sign in to reply
  • Bach Dániel @bachdaniel commented Jun 10, 2014
    Owner

    +1

    +1
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
3
3 participants
Reference: circle/cloud!96