Skip to content

Commit

Permalink
Merge pull request #1161 from OCHA-DAP/staging
Browse files Browse the repository at this point in the history
Pull request for merging issue with sign up page into prod
  • Loading branch information
alexandru-m-g committed Aug 21, 2014
2 parents 81741c3 + 50321db commit 9d0d43b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ckanext-hdx_theme/ckanext/hdx_theme/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hdx_version='v0.3.6'
hdx_version='v0.3.7'
6 changes: 3 additions & 3 deletions ckanext-register/ckanext/register/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

Invalid = df.Invalid

@maintain.deprecated('The functionality of sending emails with new user requests has been deprecated')
# @maintain.deprecated('The functionality of sending emails with new user requests has been deprecated')
def send_mail(name, email, org, reason = ''):
''' The functionality of sending emails with new user requests has been deprecated.
Deprecated since 13.08.2014 - hdx 0.3.6
Expand Down Expand Up @@ -70,7 +70,7 @@ def name_validator_with_changed_msg(val, context):

class RequestController(ckan.controllers.user.UserController):
request_register_form = 'user/request_register.html'
@maintain.deprecated('The functionality of sending emails with new user requests has been deprecated')
# @maintain.deprecated('The functionality of sending emails with new user requests has been deprecated')
@staticmethod
def _validate_form(data, errors):
''' The functionality of sending emails with new user requests has been deprecated.
Expand All @@ -87,7 +87,7 @@ def _validate_form(data, errors):
if not data['org']:
errors['org'] = [_(u'Organisation is required!')]

@maintain.deprecated('The functionality of sending emails with new user requests has been deprecated')
# @maintain.deprecated('The functionality of sending emails with new user requests has been deprecated')
def request(self, data=None, errors=None, error_summary=None):
''' The functionality of sending emails with new user requests has been deprecated.
Deprecated since hdx 0.3.5
Expand Down

0 comments on commit 9d0d43b

Please sign in to comment.