/webtrees/app/Http/RequestHandlers/ |
H A D | TreePreferencesAction.php | 56 $calendar_format_0 = Validator::parsedBody($request)->string('CALENDAR_FORMAT0'); 57 $calendar_format_1 = Validator::parsedBody($request)->string('CALENDAR_FORMAT1'); 59 $chart_box_tags = Validator::parsedBody($request)->array('CHART_BOX_TAGS'); 60 … $contact_user_id = Validator::parsedBody($request)->integer('CONTACT_USER_ID', 0); 61 $expand_notes = Validator::parsedBody($request)->boolean('EXPAND_NOTES'); 62 $expand_sources = Validator::parsedBody($request)->boolean('EXPAND_SOURCES'); 63 $fam_facts_quick = Validator::parsedBody($request)->array('FAM_FACTS_QUICK'); 64 $format_text = Validator::parsedBody($request)->string('FORMAT_TEXT'); 65 $generate_uuids = Validator::parsedBody($request)->boolean('GENERATE_UIDS'); 66 … $hide_gedcom_errors = Validator::parsedBody($request)->boolean('HIDE_GEDCOM_ERRORS'); [all …]
|
H A D | UserEditAction.php | 73 $user_id = Validator::parsedBody($request)->integer('user_id'); 74 $username = Validator::parsedBody($request)->string('username'); 75 $real_name = Validator::parsedBody($request)->string('real_name'); 76 $email = Validator::parsedBody($request)->string('email'); 77 $password = Validator::parsedBody($request)->string('password'); 78 $theme = Validator::parsedBody($request)->string('theme'); 79 $language = Validator::parsedBody($request)->string('language'); 80 $timezone = Validator::parsedBody($request)->string('timezone'); 81 $contact_method = Validator::parsedBody($request)->string('contact-method'); 82 $comment = Validator::parsedBody($request)->string('comment'); [all …]
|
H A D | EmailPreferencesAction.php | 59 $active = Validator::parsedBody($request)->string('SMTP_ACTIVE'); 60 $disp_name = Validator::parsedBody($request)->string('SMTP_DISP_NAME'); 61 $from_name = Validator::parsedBody($request)->string('SMTP_FROM_NAME'); 62 $host = Validator::parsedBody($request)->string('SMTP_HOST'); 63 $port = Validator::parsedBody($request)->string('SMTP_PORT'); 64 $auth = Validator::parsedBody($request)->string('SMTP_AUTH'); 65 $auth_user = Validator::parsedBody($request)->string('SMTP_AUTH_USER'); 66 $auth_pass = Validator::parsedBody($request)->string('SMTP_AUTH_PASS'); 67 $ssl = Validator::parsedBody($request)->string('SMTP_SSL'); 68 $helo = Validator::parsedBody($request)->string('SMTP_HELO'); [all …]
|
H A D | TreePrivacyAction.php | 49 $delete_default_resn_id = Validator::parsedBody($request)->array('delete'); 55 $xrefs = Validator::parsedBody($request)->array('xref'); 56 $tag_types = Validator::parsedBody($request)->array('tag_type'); 57 $resns = Validator::parsedBody($request)->array('resn'); 108 $hide_live_people = Validator::parsedBody($request)->string('HIDE_LIVE_PEOPLE'); 109 …$keep_alive_years_birth = Validator::parsedBody($request)->integer('KEEP_ALIVE_YEARS_BIRTH', 0… 110 …$keep_alive_years_death = Validator::parsedBody($request)->integer('KEEP_ALIVE_YEARS_DEATH', 0… 111 $max_alive_age = Validator::parsedBody($request)->integer('MAX_ALIVE_AGE'); 112 … $require_authentication = Validator::parsedBody($request)->string('REQUIRE_AUTHENTICATION'); 113 $show_dead_people = Validator::parsedBody($request)->string('SHOW_DEAD_PEOPLE'); [all …]
|
H A D | PendingChangesLogAction.php | 40 'tree' => Validator::parsedBody($request)->string('tree'), 41 'from' => Validator::parsedBody($request)->string('from'), 42 'to' => Validator::parsedBody($request)->string('to'), 43 'type' => Validator::parsedBody($request)->string('type'), 44 'oldged' => Validator::parsedBody($request)->string('oldged'), 45 'newged' => Validator::parsedBody($request)->string('newged'), 46 'xref' => Validator::parsedBody($request)->string('xref'), 47 'username' => Validator::parsedBody($request)->string('username'),
|
H A D | SearchGeneralAction.php | 40 'query' => Validator::parsedBody($request)->string('query'), 41 … 'search_families' => Validator::parsedBody($request)->boolean('search_families', false), 42 … 'search_individuals' => Validator::parsedBody($request)->boolean('search_individuals', false), 43 … 'search_locations' => Validator::parsedBody($request)->boolean('search_locations', false), 44 … 'search_notes' => Validator::parsedBody($request)->boolean('search_notes', false), 45 … 'search_repositories' => Validator::parsedBody($request)->boolean('search_repositories', false), 46 … 'search_sources' => Validator::parsedBody($request)->boolean('search_sources', false), 47 'search_trees' => Validator::parsedBody($request)->array('search_trees'),
|
H A D | AccountUpdate.php | 65 $contact_method = Validator::parsedBody($request)->string('contact-method'); 66 $email = Validator::parsedBody($request)->string('email'); 67 $language = Validator::parsedBody($request)->string('language'); 68 $real_name = Validator::parsedBody($request)->string('real_name'); 69 $password = Validator::parsedBody($request)->string('password'); 70 $time_zone = Validator::parsedBody($request)->string('timezone'); 71 $user_name = Validator::parsedBody($request)->string('user_name'); 72 $visible_online = Validator::parsedBody($request)->boolean('visible-online', false); 104 $default_xref = Validator::parsedBody($request)->string('default-xref');
|
H A D | SiteTagsAction.php | 49 $value = Validator::parsedBody($request)->boolean('HIDE_' . $setting, false); 53 $custom_family_tags = Validator::parsedBody($request)->array('custom_family_tags'); 54 $custom_individual_tags = Validator::parsedBody($request)->array('custom_individual_tags'); 55 … $custom_gedcom_l_tags = Validator::parsedBody($request)->boolean('custom_gedcom_l_tags', false); 56 … $custom_fam_fact = Validator::parsedBody($request)->boolean('custom_fam_fact', false); 57 … $custom_fam_nchi = Validator::parsedBody($request)->boolean('custom_fam_nchi', false); 58 … $custom_resi_value = Validator::parsedBody($request)->boolean('custom_resi_value', false); 59 … $custom_time_tags = Validator::parsedBody($request)->boolean('custom_time_tags', false);
|
H A D | CreateSourceAction.php | 42 $title = Validator::parsedBody($request)->isNotEmpty()->string('source-title'); 43 $abbreviation = Validator::parsedBody($request)->string('source-abbreviation'); 44 $author = Validator::parsedBody($request)->string('source-author'); 45 $publication = Validator::parsedBody($request)->string('source-publication'); 46 $repository = Validator::parsedBody($request)->isXref()->string('source-repository', ''); 47 $call_number = Validator::parsedBody($request)->string('source-call-number'); 48 $text = Validator::parsedBody($request)->string('source-text'); 49 $restriction = Validator::parsedBody($request)->string('restriction');
|
H A D | SiteLogsAction.php | 40 'tree' => Validator::parsedBody($request)->string('tree'), 41 'from' => Validator::parsedBody($request)->string('from'), 42 'to' => Validator::parsedBody($request)->string('to'), 43 'type' => Validator::parsedBody($request)->string('type'), 44 'text' => Validator::parsedBody($request)->string('text'), 45 'ip' => Validator::parsedBody($request)->string('ip'), 46 'username' => Validator::parsedBody($request)->string('username'),
|
H A D | CalendarAction.php | 45 'cal' => Validator::parsedBody($request)->string('cal'), 46 'day' => Validator::parsedBody($request)->integer('day'), 47 'month' => Validator::parsedBody($request)->string('month'), 48 'year' => Validator::parsedBody($request)->integer('year'), 49 'filterev' => Validator::parsedBody($request)->string('filterev'), 50 'filterof' => Validator::parsedBody($request)->string('filterof'), 51 'filtersx' => Validator::parsedBody($request)->string('filtersx'),
|
H A D | AddSpouseToIndividualAction.php | 62 $levels = Validator::parsedBody($request)->array('ilevels'); 63 $tags = Validator::parsedBody($request)->array('itags'); 64 $values = Validator::parsedBody($request)->array('ivalues'); 69 $levels = Validator::parsedBody($request)->array('flevels'); 70 $tags = Validator::parsedBody($request)->array('ftags'); 71 $values = Validator::parsedBody($request)->array('fvalues'); 83 $url = Validator::parsedBody($request)->isLocalUrl()->string('url', $spouse->url());
|
H A D | AddSpouseToFamilyAction.php | 62 $levels = Validator::parsedBody($request)->array('ilevels'); 63 $tags = Validator::parsedBody($request)->array('itags'); 64 $values = Validator::parsedBody($request)->array('ivalues'); 89 $levels = Validator::parsedBody($request)->array('flevels'); 90 $tags = Validator::parsedBody($request)->array('ftags'); 91 $values = Validator::parsedBody($request)->array('fvalues'); 98 $url = Validator::parsedBody($request)->isLocalUrl()->string('url', $spouse->url());
|
H A D | MapDataSave.php | 46 $parent_id = Validator::parsedBody($request)->string('parent_id'); 47 $place_id = Validator::parsedBody($request)->string('place_id'); 48 $latitude = Validator::parsedBody($request)->string('new_place_lati'); 49 $longitude = Validator::parsedBody($request)->string('new_place_long'); 50 $name = Validator::parsedBody($request)->string('new_place_name'); 51 $url = Validator::parsedBody($request)->isLocalUrl()->string('url');
|
H A D | ImportGedcomAction.php | 71 $keep_media = Validator::parsedBody($request)->boolean('keep_media', false); 72 $word_wrapped_notes = Validator::parsedBody($request)->boolean('WORD_WRAPPED_NOTES', false); 73 $gedcom_media_path = Validator::parsedBody($request)->string('GEDCOM_MEDIA_PATH'); 75 …$encoding = Validator::parsedBody($request)->isInArrayKeys($encodings)->string('encoding… 76 …$source = Validator::parsedBody($request)->isInArray(['client', 'server'])->string('so… 100 $server_file = Validator::parsedBody($request)->string('server_file');
|
H A D | EditFactAction.php | 68 $keep_chan = Validator::parsedBody($request)->boolean('keep_chan', false); 69 $levels = Validator::parsedBody($request)->array('levels'); 70 $tags = Validator::parsedBody($request)->array('tags'); 71 $values = Validator::parsedBody($request)->array('values'); 77 … $ca_individuals = Validator::parsedBody($request)->array('ca_individuals')['xref'] ?? []; 109 $url = Validator::parsedBody($request)->isLocalUrl()->string('url', $record->url());
|
H A D | SearchPhoneticAction.php | 42 'firstname' => Validator::parsedBody($request)->string('firstname'), 43 'lastname' => Validator::parsedBody($request)->string('lastname'), 44 'place' => Validator::parsedBody($request)->string('place'), 45 'search_trees' => Validator::parsedBody($request)->array('search_trees'), 46 'soundex' => Validator::parsedBody($request)->string('soundex'),
|
H A D | ContactAction.php | 93 $body = Validator::parsedBody($request)->string('body'); 94 $from_email = Validator::parsedBody($request)->string('from_email'); 95 $from_name = Validator::parsedBody($request)->string('from_name'); 96 $subject = Validator::parsedBody($request)->string('subject'); 97 $to = Validator::parsedBody($request)->string('to'); 98 $url = Validator::parsedBody($request)->isLocalUrl()->string('url', $base_url);
|
H A D | SitePreferencesAction.php | 47 $index_directory = Validator::parsedBody($request)->string('INDEX_DIRECTORY'); 48 $allow_change_gedcom = Validator::parsedBody($request)->boolean('ALLOW_CHANGE_GEDCOM'); 49 $language = Validator::parsedBody($request)->string('LANGUAGE'); 50 $theme_dir = Validator::parsedBody($request)->string('THEME_DIR'); 51 $timezone = Validator::parsedBody($request)->string('TIMEZONE');
|
H A D | ExportGedcomClient.php | 59 $filename = Validator::parsedBody($request)->string('filename'); 60 …$format = Validator::parsedBody($request)->isInArray(['gedcom', 'zip', 'zipmedia', 'gedzip']… 61 …$privacy = Validator::parsedBody($request)->isInArray(['none', 'gedadmin', 'user', 'visitor']… 62 …$encoding = Validator::parsedBody($request)->isInArray([UTF8::NAME, UTF16BE::NAME, ANSEL::NAME… 63 …$line_endings = Validator::parsedBody($request)->isInArray(['CRLF', 'LF'])->string('line_endings');
|
H A D | CreateSubmitterAction.php | 42 $name = Validator::parsedBody($request)->isNotEmpty()->string('submitter_name'); 43 $address = Validator::parsedBody($request)->string('submitter_address'); 44 $email = Validator::parsedBody($request)->string('submitter_email'); 45 $phone = Validator::parsedBody($request)->string('submitter_phone'); 46 $restriction = Validator::parsedBody($request)->string('restriction');
|
/webtrees/app/Module/ |
H A D | FamilyTreeStatisticsModule.php | 240 $show_last_update = Validator::parsedBody($request)->boolean('show_last_update', false); 241 … $show_common_surnames = Validator::parsedBody($request)->boolean('show_common_surnames', false); 242 $number_of_surnames = Validator::parsedBody($request)->integer('number_of_surnames'); 243 $stat_indi = Validator::parsedBody($request)->boolean('stat_indi', false); 244 $stat_fam = Validator::parsedBody($request)->boolean('stat_fam', false); 245 $stat_sour = Validator::parsedBody($request)->boolean('stat_sour', false); 246 $stat_other = Validator::parsedBody($request)->boolean('stat_other', false); 247 $stat_media = Validator::parsedBody($request)->boolean('stat_media', false); 248 $stat_repo = Validator::parsedBody($request)->boolean('stat_repo', false); 249 $stat_surname = Validator::parsedBody($request)->boolean('stat_surname', false); [all …]
|
H A D | SlideShowModule.php | 244 … $this->setBlockSetting($block_id, 'filter', Validator::parsedBody($request)->string('filter')); 245 …$this->setBlockSetting($block_id, 'controls', Validator::parsedBody($request)->string('controls')); 246 … $this->setBlockSetting($block_id, 'start', Validator::parsedBody($request)->string('start')); 247 …lter_' . strtolower(SourceMediaType::VALUE_AUDIO), (string) Validator::parsedBody($request)->boole… 248 …ilter_' . strtolower(SourceMediaType::VALUE_BOOK), (string) Validator::parsedBody($request)->boole… 249 …ilter_' . strtolower(SourceMediaType::VALUE_CARD), (string) Validator::parsedBody($request)->boole… 250 … . strtolower(SourceMediaType::VALUE_CERTIFICATE), (string) Validator::parsedBody($request)->boole… 251 …ilter_' . strtolower(SourceMediaType::VALUE_COAT), (string) Validator::parsedBody($request)->boole… 252 …r_' . strtolower(SourceMediaType::VALUE_DOCUMENT), (string) Validator::parsedBody($request)->boole… 253 …' . strtolower(SourceMediaType::VALUE_ELECTRONIC), (string) Validator::parsedBody($request)->boole… [all …]
|
H A D | StatisticsChartModule.php | 239 $x_axis_type = Validator::parsedBody($request)->integer('x-as'); 240 $y_axis_type = Validator::parsedBody($request)->integer('y-as'); 241 $z_axis_type = Validator::parsedBody($request)->integer('z-as'); 247 Validator::parsedBody($request)->string('chart_shows'), 248 Validator::parsedBody($request)->string('chart_type'), 249 Validator::parsedBody($request)->string('SURN') 254 Validator::parsedBody($request)->string('chart_shows'), 260 Validator::parsedBody($request)->string('chart_shows'), 266 Validator::parsedBody($request)->string('chart_shows'), 302 … $boundaries_csv = Validator::parsedBody($request)->string('z-axis-boundaries-periods'); [all …]
|
H A D | CensusAssistantModule.php | 67 $census_class = Validator::parsedBody($request)->string('census'); 82 $indi_xref = Validator::parsedBody($request)->isXref()->string('xref', ''); 83 $head_xref = Validator::parsedBody($request)->isXref()->string('head', ''); 86 $census_class = Validator::parsedBody($request)->string('census'); 127 $ca_title = Validator::parsedBody($request)->string('ca_title'); 128 $ca_place = Validator::parsedBody($request)->string('ca_place'); 129 $ca_citation = Validator::parsedBody($request)->string('ca_citation'); 130 $ca_individuals = Validator::parsedBody($request)->array('ca_individuals'); 131 $ca_notes = Validator::parsedBody($request)->string('ca_notes'); 132 $ca_census = Validator::parsedBody($request)->string('ca_census');
|