Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allow check variables overrides from variable database(s) for reviews…
… plugin.
  • Loading branch information
racke committed Sep 15, 2010
1 parent add85d9 commit 1526bf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/reviews/plugin.cfg
Expand Up @@ -14,9 +14,13 @@ Variable REVIEWS_ANON_NAME Anonymous user
Variable REVIEWS_DISPLAY_NAME {FIRST_NAME} {LAST_NAME}

# you may override this check with 'Variable REVIEWS_NAME_CHECK always_pass'
ifndef REVIEWS_NAME_CHECK
Variable REVIEWS_NAME_CHECK required
endif

# you may override this check with 'Variable REVIEWS_TITLE_CHECK always_pass'
ifndef REVIEWS_TITLE_CHECK
Variable REVIEWS_TITLE_CHECK required
endif

ActionMap reviews reviews

0 comments on commit 1526bf7

Please sign in to comment.