Skip to content

Commit

Permalink
Allow check variables overrides from variable database(s) for reviews…
Browse files Browse the repository at this point in the history
… plugin.
  • Loading branch information
racke committed Sep 1, 2010
1 parent 10ca21a commit 514e578
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 514e578

Please sign in to comment.