Home
last modified time | relevance | path

Searched refs:repository (Results 1 – 25 of 98) sorted by relevance

1234

/webtrees/resources/views/lists/
H A Drepositories-table.phtml59 <?php foreach ($repositories as $repository) : ?>
60 …<tr class="<?= $repository->isPendingAddition() ? 'wt-new' : '' ?> <?= $repository->isPendingDelet…
62 <td data-sort="<?= e($repository->sortName()) ?>">
63 <a href="<?= e($repository->url()) ?>">
64 <?= $repository->fullName() ?>
69 <td class="text-center" data-sort="<?= $count_sources[$repository->xref()] ?? 0 ?>">
70 <?= I18N::number($count_sources[$repository->xref()] ?? 0) ?>
74 <td data-sort="<?= $repository->lastChangeTimestamp()->timestamp() ?>">
75 … <?= view('components/datetime', ['timestamp' => $repository->lastChangeTimestamp()]) ?>
/webtrees/app/Module/
H A DClippingsCartModule.php651 $repository = Registry::repositoryFactory()->make($xref, $tree);
652 $repository = Auth::checkRepositoryAccess($repository);
653 $name = $repository->fullName();
663 'record' => $repository,
673 $repository = Registry::repositoryFactory()->make($xref, $tree);
674 $repository = Auth::checkRepositoryAccess($repository);
676 $this->addRepositoryToCart($repository);
678 foreach ($this->linked_record_service->linkedSources($repository) as $source) {
682 return redirect($repository->url());
932 protected function addRepositoryToCart(Repository $repository): void argument
[all …]
/webtrees/app/Http/RequestHandlers/
H A DTomSelectRepository.php62 $repository = Registry::repositoryFactory()->make($query, $tree);
64 if ($repository instanceof Repository) {
65 $results = new Collection([$repository]);
71 return $results->map(static fn (Repository $repository): array => [
72 'text' => view('selects/repository', ['repository' => $repository]),
73 'value' => $at . $repository->xref() . $at,
H A DCreateSourceAction.php46 $repository = Validator::parsedBody($request)->isXref()->string('source-repository', '');
55 $repository = Registry::elementFactory()->make('SOUR:REPO')->canonical($repository);
78 if ($repository !== '') {
79 $gedcom .= "\n1 REPO @" . $repository . '@';
H A DRedirectRepositoryPhp.php51 $repository = Registry::repositoryFactory()->make($rid, $tree);
53 if ($repository instanceof Repository) {
54 $url = $repository->url();
/webtrees/app/
H A DAuth.php454 * @param Repository|null $repository
461 …public static function checkRepositoryAccess(Repository|null $repository, bool $edit = false): Rep… argument
465 if ($repository === null) {
469 if ($edit && $repository->canEdit()) {
470 $repository->lock();
472 return $repository;
475 if ($repository->canShow()) {
476 return $repository;
/webtrees/resources/views/components/
H A Dselect-repository.phtml33 <?php if (($repository ?? null) instanceof Repository) : ?>
34 <option value="<?= e($at . $repository->xref() . $at) ?>">
35 <?= view('selects/repository', ['repository' => $repository]) ?>
/webtrees/app/Factories/
H A DRepositoryFactory.php68 $repository = $this->make($row->o_id, $tree, $row->o_gedcom);
69 assert($repository instanceof Repository);
71 return $repository;
/webtrees/
H A DCONTRIBUTING.md29 * Help us maintaining our github page from the repository [webtrees.github.io](https://github.com/w…
46 This means that the full repository is over 600MB.
60 … hook" to run checks on your code before you commit them to your local repository. To do this, re…
86 1. Fork and clone the repository
109 Changes made there will be pushed to webtrees git repository periodically and will be available
/webtrees/tests/app/Http/RequestHandlers/
H A DRedirectRepositoryPhpTest.php53 $repository = $this->createMock(Repository::class);
54 $repository
/webtrees/resources/views/selects/
H A Drepository.phtml12 <?= $repository->fullName() ?>
/webtrees/resources/css/
H A D_list-repositories.css19 * wt-route-repository-list
H A Dwebtrees.css1189 .wt-icon-repository {
1190 content: url(icons/repository.png);
H A Dclouds.css1352 .wt-icon-repository {
1353 content: url(icons/repository.png);
H A Dxenea.css1178 .wt-icon-repository {
1179 content: url(icons/repository.png);
H A Dminimal.css765 .wt-icon-repository {
H A Dfab.css979 .wt-icon-repository {
/webtrees/public/ckeditor-4.15.1-custom/plugins/wsc/
H A DREADME.md30 1. Clone/copy this repository contents in a new "plugins/wsc" folder in your CKEditor installation.
/webtrees/public/ckeditor-4.15.1-custom/plugins/scayt/
H A DREADME.md29 1. Clone/copy this repository contents in a new "plugins/scayt" folder in your CKEditor installatio…
/webtrees/resources/lang/en-GB/
H A Dmessages.po328 msgid "%s repository has been updated."
330 msgstr[0] "%s repository has been updated."
4067 #: resources/views/modals/create-repository.phtml:18
4068 msgid "Create a repository"
4069 msgstr "Create a repository"
10342 #: resources/views/components/select-repository.phtml:27
10501 msgid "Note on repository reference"
10502 msgstr "Note on repository reference"
14609 msgid "The repository has been created"
14610 msgstr "The repository has been created"
[all …]
/webtrees/resources/lang/en-AU/
H A Dmessages.po328 msgid "%s repository has been updated."
330 msgstr[0] "%s repository has been updated."
4067 #: resources/views/modals/create-repository.phtml:18
4068 msgid "Create a repository"
4069 msgstr "Create a repository"
10342 #: resources/views/components/select-repository.phtml:27
10501 msgid "Note on repository reference"
10502 msgstr "Note on repository reference"
14609 msgid "The repository has been created"
14610 msgstr "The repository has been created"
[all …]
/webtrees/resources/lang/ku/
H A Dmessages.po327 msgid "%s repository has been updated."
4066 #: resources/views/modals/create-repository.phtml:18
4067 msgid "Create a repository"
4068 msgstr "Create a repository"
10341 #: resources/views/components/select-repository.phtml:27
10500 msgid "Note on repository reference"
14608 msgid "The repository has been created"
15191 msgid "This repository does not exist or you do not have permission to view it."
21067 #~ msgid "All repository facts"
21068 #~ msgstr "All repository facts"
[all …]
/webtrees/public/ckeditor-4.15.1-custom/
H A DCHANGES.md135 …tor4/issues/3352): Fixed: Incorrect value of [`CKEDITOR.plugins.widget.repository#selected`](https…
1075repository.onWidget()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_widget_rep…
1345 …tps://dev.ckeditor.com/ticket/12296): Merged `benderjs-ckeditor` into the main CKEditor repository.
1387 …ed widget does not focus it. Additionally, performance of the [`widget.repository.getByElement()`]…
1568 * [#11186](https://dev.ckeditor.com/ticket/11186): Introduced the [`widgets.repository.addUpcastCal…
1590repository.checkWidgets()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_widget…
1591 …EDITOR_editor.html#method-insertText) methods do not call the [`widget.repository.checkWidgets()`]…
/webtrees/resources/lang/uk/
H A Dmessages.po340 msgid "%s repository has been updated."
4085 #: resources/views/modals/create-repository.phtml:18
4086 msgid "Create a repository"
10362 #: resources/views/components/select-repository.phtml:27
10521 msgid "Note on repository reference"
14629 msgid "The repository has been created"
15216 msgid "This repository does not exist or you do not have permission to view it."
21164 …originates. The goal of the Family History Center is to have a central repository of genealogy dat…
21328 #~ msgid "All repository facts"
21709 #~ msgid "Edit the repository"
[all …]
/webtrees/resources/lang/ar/
H A Dmessages.po384 msgid "%s repository has been updated."
4147 #: resources/views/modals/create-repository.phtml:18
4148 msgid "Create a repository"
10430 #: resources/views/components/select-repository.phtml:27
10589 msgid "Note on repository reference"
14697 msgid "The repository has been created"
15296 msgid "This repository does not exist or you do not have permission to view it."
21301 …originates. The goal of the Family History Center is to have a central repository of genealogy dat…
21468 #~ msgid "All repository facts"
21833 #~ msgid "Edit the repository"
[all …]

1234