File/mod/vm/lib/Constants.php

Description

Constants for use in the VM module

PHP version 5

LICENSE: This source file is subject to LGPL license that is available through the world-wide-web at the following URI: http://www.gnu.org/copyleft/lesser.html

  • tutorial:
  • author: Ernel Wint
  • author: Giovanni Capalbo
  • author: Antonio Alcorn
  • author: Kumud Nepal
  • author: Sylvia Hristakeva
  • copyright: Lanka Software Foundation - http://www.opensource.lk
  • copyright: Trinity Humanitarian-FOSS Project - http://www.cs.trincoll.edu/hfoss
  • license: GNU Lesser General Public License (LGPL)
Constants
debug_show_queries = false (line 28)

Constants for use in the VM module

PHP version 5

LICENSE: This source file is subject to LGPL license that is available through the world-wide-web at the following URI: http://www.gnu.org/copyleft/lesser.html

  • tutorial:
  • author: Ernel Wint
  • author: Giovanni Capalbo
  • author: Antonio Alcorn
  • author: Kumud Nepal
  • author: Sylvia Hristakeva
  • copyright: Lanka Software Foundation - http://www.opensource.lk
  • copyright: Trinity Humanitarian-FOSS Project - http://www.cs.trincoll.edu/hfoss
  • license: GNU Lesser General Public License (LGPL)
SHN_ERR_VM_BAD_CUR_PASSWORD = 'Please enter a valid current password' (line 93)
SHN_ERR_VM_BAD_DATES = 'Please specify valid start and end dates for availability (yyyy-mm-dd)' (line 82)
SHN_ERR_VM_BAD_DATE_RANGE = 'If you specify searching for an entire available date range, please specify both a start and end date' (line 105)
SHN_ERR_VM_BAD_END_TIME = 'Invalid end hours format' (line 88)
SHN_ERR_VM_BAD_NEW_PASSWORD = 'Please enter valid new passwords' (line 94)
SHN_ERR_VM_BAD_PASSWORD = 'Please enter valid passwords' (line 91)
SHN_ERR_VM_BAD_PROJECT_DATES = 'Please make sure that the dates you specified are valid(yyyy-mm-dd)' (line 85)
SHN_ERR_VM_BAD_START_TIME = 'Invalid start hours format' (line 87)
SHN_ERR_VM_BAD_USER_NAME = 'Please enter a valid user name' (line 90)
SHN_ERR_VM_BOTH_DATES = 'Please specify both a start and an end date.' (line 101)
SHN_ERR_VM_DATES_INCOMPATIBLE = 'Please specify a start date that is before the end date' (line 83)
SHN_ERR_VM_FUTURE_DOB = 'Date of birth is in the future' (line 86)
SHN_ERR_VM_INCOMPATIBLE_PASSWORDS = 'Passwords do not match' (line 92)
SHN_ERR_VM_INVALID_DOB = 'Date of birth is not a valid date' (line 84)
SHN_ERR_VM_NO_DESCRIPTION = 'Please specify a description' (line 110)
SHN_ERR_VM_NO_MESSAGE = 'Please type a message' (line 98)
SHN_ERR_VM_NO_MGR = 'Please specify a project manager' (line 103)
SHN_ERR_VM_NO_NAME = 'Please specify a name' (line 81)
SHN_ERR_VM_NO_PAYRATE = 'Please specify a non-zero pay rate' (line 111)
SHN_ERR_VM_NO_POSITION_TYPE = 'Please specify a position_type' (line 108)
SHN_ERR_VM_NO_PROJECT = 'Please select a project' (line 102)
SHN_ERR_VM_NO_REQUEST = 'Please specify a situation to modify access to' (line 106)
SHN_ERR_VM_NO_SKILLS_SELECTED = 'Please select at least one skill' (line 89)
SHN_ERR_VM_NO_START_DATE = 'If you specify an end date for availability, please specify a start date as well' (line 104)
SHN_ERR_VM_NO_TARGET = 'Please specify a non-zero target number of volunteers' (line 109)
SHN_ERR_VM_NO_TITLE = 'Please specify a title' (line 107)
SHN_ERR_VM_NO_TO_VOLS = 'Please select at least one volunteer to send the message to' (line 97)
SHN_ERR_VM_NO_VOL = 'No volunteer selected.' (line 112)
SHN_ERR_VM_PASSWORD_NOT_MATCH = 'Current Password does not match' (line 95)
SHN_ERR_VM_SEARCH_BAD_ID = 'Please enter an ID at least 4 characters long if no other fields are specified' (line 100)
SHN_ERR_VM_SEARCH_NO_PARAMS = 'Please enter at least one field to search by' (line 99)
SHN_ERR_VM_USER_EXISTS = 'A Sahana account with the given username already exists.' (line 96)
SHN_VM_ENGINE_CACHE_DIR = $global['approot'].'www/tmp/vm_cache/' (line 31)
SHN_VM_ENGINE_TEMPLATE_DIR = $global['approot'].'mod/vm/templates/' (line 32)
TREE_DIR = $global['approot'].'mod/vm/tree/' (line 38)
TREE_IMAGE_PATH = "?mod=vm&stream=image&act=tree_image&img=" (line 39)
TREE_JS_PATH = "?mod=vm&stream=text&act=display_js&js=" (line 40)
VM_ACCESS_ALL = 3 (line 53)
VM_ACCESS_MINIMAL = 1 (line 51)
VM_ACCESS_PARTIAL = 2 (line 52)
VM_IMAGE_BIG_HEIGHT = 240 (line 63)
VM_IMAGE_BIG_WIDTH = 320 (line 62)
VM_IMAGE_QUALITY = 100 (line 57)
VM_IMAGE_THUMB_HEIGHT = 120 (line 61)
VM_IMAGE_THUMB_WIDTH = 160 (line 60)
VM_LIST_PICTURES = true (line 56)
VM_MAX_LEVENSHTEIN = 255 (line 70)
VM_OK = 1 (line 48)
VM_ROLE_ANONYMOUS = 0 (line 73)
VM_ROLE_PROJECT_MANAGER = 2 (line 76)
VM_ROLE_SAHANA_USER = 1 (line 74)
VM_ROLE_VM_ADMIN = 3 (line 77)
VM_ROLE_VOLUNTEER = 1 (line 75)
VM_SHOW_ALL_VOLUNTEERS = 2 (line 45)
VM_SHOW_ALL_VOLUNTEERS_ASSIGNED = 0 (line 43)
VM_SHOW_ALL_VOLUNTEERS_UNASSIGNED = 1 (line 44)
VM_SKILLS_ALL = 0 (line 46)
VM_SKILLS_ANY = 1 (line 47)
VM_SKILLS_DELIMETER = '-' (line 67)

Documentation generated on Wed, 23 Jan 2008 20:22:36 -0500 by phpDocumentor 1.4.0