Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Conversation

@hmert
Copy link
Member

@hmert hmert commented Oct 28, 2016

@hmert hmert added the Feature label Oct 28, 2016
@hmert hmert added this to the 2.4 milestone Oct 28, 2016
@behram
Copy link
Contributor

behram commented Oct 28, 2016

i am inspecting this pr now locally

user.multiple_mail.error.not_email: 'You must enter a valid email'
article.status_can_not_be_published_without_author: 'You must to add author before pull article status to published'
article.status_can_not_be_published_without_author: 'You must to add author before pull article status to published'
user.invalid.mail.domain: 'Mail have invalid domain address'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Invalid implies that user's email domain is not a proper domain. I think we should rather let the user know that their domain is banned.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@utkuaydin you are right i am correcting now.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed this translation

user.multiple_mail.invalid: 'Girdiğiniz adres zaten sistemde kayıtlı'
user.multiple_mail.error.not_email: 'Geçerli e-mail adresi girmelisiniz'
article.status_can_not_be_published_without_author: 'Makale durumunu yayınlandıya almadan önce makale yazarı eklemelisiniz.'
user.invalid.mail.domain: 'E-posta adresinin alan adı geçersiz'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto. See my comment for validators.en.yml.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto. see last commits

"ojs/export-bundle": "dev-master",
"willdurand/js-translation-bundle": "^2.5"
"willdurand/js-translation-bundle": "^2.5",
"contentfarm/disposable-email-list":"dev-master"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be great if the project depended on a specific tag of contentfarm/disposable-email-list instead of dev-master.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i will make this changes after packagist update. otherwise travis will fail.

}



Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary blank lines... 😞

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

/**
* DisposableEmailValidator constructor.
*/
public function __construct()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this is unnecessary?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i removed function fully

@behram
Copy link
Contributor

behram commented Oct 29, 2016

@utkuaydin i fixed all reviews. i am merging now. @utkuaydin if you have any other change requests we can continue from this branch

@behram behram merged commit ebffc4c into master Oct 29, 2016
@hmert hmert deleted the feature/disposable-email branch October 31, 2016 19:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants