/webtrees/app/Http/RequestHandlers/ |
H A D | RenumberTreeAction.php | 107 ->on('l_file', '=', 'f_file') 108 ->on('l_from', '=', 'f_id'); 123 ->on('l_file', '=', 'i_file') 124 ->on('l_from', '=', 'i_id'); 171 ->on('l_file', '=', 'i_file') 172 ->on('l_from', '=', 'i_id'); 209 ->on('l_file', '=', 'i_file') 210 ->on('l_from', '=', 'i_id'); 222 ->on('l_file', '=', 'f_file') 223 ->on('l_from', '=', 'f_id'); [all …]
|
H A D | FixLevel0MediaData.php | 90 ->on('media_file.m_file', '=', 'media.m_file') 91 ->on('media_file.m_id', '=', 'media.m_id'); 95 ->on('link.l_file', '=', 'media.m_file') 96 ->on('link.l_to', '=', 'media.m_id') 101 ->on('individuals.i_file', '=', 'link.l_file') 102 ->on('individuals.i_id', '=', 'link.l_from');
|
H A D | UserListData.php | 83 ->on('us1.user_id', '=', 'user.user_id') 88 ->on('us2.user_id', '=', 'user.user_id') 93 ->on('us3.user_id', '=', 'user.user_id') 98 ->on('us4.user_id', '=', 'user.user_id') 103 ->on('us5.user_id', '=', 'user.user_id')
|
/webtrees/app/Statistics/Repository/ |
H A D | FamilyRepository.php | 153 ->on('children.l_from', '=', 'f_id') 154 ->on('children.l_file', '=', 'f_file') 158 ->on('mchildren.l_file', '=', 'children.l_file') 159 ->on('mchildren.l_from', '=', 'children.l_to') 163 ->on('gchildren.l_file', '=', 'mchildren.l_file') 164 ->on('gchildren.l_from', '=', 'mchildren.l_to') 309 ->on('link2.l_from', '=', 'link1.l_from') 310 ->on('link2.l_type', '=', 'link1.l_type') 311 ->on('link2.l_file', '=', 'link1.l_file'); 315 ->on('child1.d_gid', '=', 'link1.l_to') [all …]
|
H A D | IndividualRepository.php | 103 ->on('i_file', '=', 'n_file') 104 ->on('i_id', '=', 'n_id'); 712 ->on('i_id', '=', 'd_gid') 713 ->on('i_file', '=', 'd_file'); 770 ->on('i_id', '=', 'd_gid') 771 ->on('i_file', '=', 'd_file'); 1125 ->on('i_id', '=', 'd_gid') 1126 ->on('i_file', '=', 'd_file'); 1463 $join->on('i_id', '=', 'l_from') 1464 ->on('i_file', '=', 'l_file'); [all …]
|
/webtrees/app/Services/ |
H A D | SearchService.php | 118 ->on('husb_name.n_file', '=', 'families.f_file') 119 ->on('husb_name.n_id', '=', 'families.f_husb') 124 ->on('wife_name.n_file', '=', 'families.f_file') 125 ->on('wife_name.n_id', '=', 'families.f_wife') 153 ->on('families.f_file', '=', 'placelinks.pl_file') 154 ->on('families.f_id', '=', 'placelinks.pl_gid'); 201 ->on('name.n_file', '=', 'individuals.i_file') 202 ->on('name.n_id', '=', 'individuals.i_id'); 223 ->on('i_file', '=', 'pl_file') 224 ->on('i_id', '=', 'pl_gid'); [all …]
|
H A D | LinkedRecordService.php | 93 ->on('l_file', '=', 'f_file') 94 ->on('l_from', '=', 'f_id'); 124 ->on('l_file', '=', 'i_file') 125 ->on('l_from', '=', 'i_id'); 154 ->on('l_file', '=', 'o_file') 155 ->on('l_from', '=', 'o_id'); 179 ->on('l_file', '=', 'm_file') 180 ->on('l_from', '=', 'm_id'); 203 ->on('l_file', '=', 'o_file') 204 ->on('l_from', '=', 'o_id'); [all …]
|
H A D | CalendarService.php | 138 $join->on('d_gid', '=', 'i_id')->on('d_file', '=', 'i_file'); 147 $join->on('d_gid', '=', 'f_id')->on('d_file', '=', 'f_file'); 338 $join->on('d_gid', '=', 'i_id')->on('d_file', '=', 'i_file'); 347 $join->on('d_gid', '=', 'f_id')->on('d_file', '=', 'f_file');
|
/webtrees/app/Statistics/Google/ |
H A D | ChartDistribution.php | 139 ->on('pl_file', '=', 'p_file') 140 ->on('pl_p_id', '=', 'p_id'); 144 ->on('pl_file', '=', 'i_file') 145 ->on('pl_gid', '=', 'i_id'); 177 ->on('pl_file', '=', 'p_file') 178 ->on('pl_p_id', '=', 'p_id'); 182 ->on('n_file', '=', 'pl_file') 183 ->on('n_id', '=', 'pl_gid'); 215 ->on('pl_file', '=', 'p_file') 216 ->on('pl_p_id', '=', 'p_id'); [all …]
|
H A D | ChartMarriageAge.php | 66 $join->on('fam.f_id', '=', 'married.d_gid') 67 ->on('fam.f_file', '=', 'married.d_file'); 70 $join->on('birth.d_gid', '=', 'fam.f_husb') 71 ->on('birth.d_file', '=', 'fam.f_file'); 89 $join->on('fam.f_id', '=', 'married.d_gid') 90 ->on('fam.f_file', '=', 'married.d_file'); 93 $join->on('birth.d_gid', '=', 'fam.f_wife') 94 ->on('birth.d_file', '=', 'fam.f_file');
|
/webtrees/app/Schema/ |
H A D | Migration0.php | 55 $table->foreign('gedcom_id')->references('gedcom_id')->on('gedcom'); 76 $table->foreign('user_id')->references('user_id')->on('user'); 91 $table->foreign('user_id')->references('user_id')->on('user'); 92 $table->foreign('gedcom_id')->references('gedcom_id')->on('gedcom'); 110 $table->foreign('user_id')->references('user_id')->on('user'); 111 $table->foreign('gedcom_id')->references('gedcom_id')->on('gedcom'); 127 $table->foreign('user_id')->references('user_id')->on('user'); 128 $table->foreign('gedcom_id')->references('gedcom_id')->on('gedcom'); 142 $table->foreign('user_id')->references('user_id')->on('user'); 156 $table->foreign('gedcom_id')->references('gedcom_id')->on('gedcom'); [all …]
|
/webtrees/ |
H A D | phpstan-baseline.neon | 4 message: '#^Cannot call method find\(\) on mixed\.$#' 46 message: '#^Cannot call method getCloseRelationshipName\(\) on mixed\.$#' 268 message: '#^Cannot access offset int on mixed\.$#' 274 message: '#^Cannot access offset string on mixed\.$#' 310 message: '#^Cannot access offset int on mixed\.$#' 346 message: '#^Cannot access offset int on mixed\.$#' 382 message: '#^Cannot access offset int on mixed\.$#' 412 message: '#^Cannot access offset int on mixed\.$#' 448 message: '#^Cannot access offset int on mixed\.$#' 514 message: '#^Cannot call method findByInterface\(\) on mixed\.$#' [all …]
|
H A D | README.md | 71 **webtrees** allows you to view and edit your genealogy on your website. It has 75 of collaborating with others working on your family lines. Your latest information 76 is always on your web site and available for others to see, defined by viewing 82 support, and future development is dependent on the time developers are willing 85 for the time they spend working on the project. There is also no outside source 95 …although PostgreSQL, SQL-Server and SQLite can be used. Some features rely on MySQL for collation.… 107 **webtrees** is tested on recent versions of popular browsers such as Edge, Firefox, 108 Chrome, and Safari. Support for other browsers and older versions is on a case-by-case basis. 113 2. Unzip the files and then upload them to an empty folder on your web server. 158 replaces them. (**Merge** is standard behavior on Windows and Linux.) If you use [all …]
|
H A D | LICENSE.md | 38 gratis or for a fee, you must pass on to the recipients the same 44 (1) assert copyright on the software, and (2) offer you this License 66 software on general-purpose computers, but in those that do, we wish to 90 earlier work or a work “based on” the earlier work. 93 on the Program. 97 infringement under applicable copyright law, except executing it on a 133 (kernel, window system, and so on) of the specific operating system 134 (if any) on which the executable work runs, or a compiler used to 160 copyright on the Program, and are irrevocable provided the stated 174 for you must do so exclusively on your behalf, under your direction [all …]
|
/webtrees/resources/views/lists/ |
H A D | notes-table.phtml | 26 $join->on('l_from', '=', 'i_id'); 27 $join->on('l_file', '=', 'i_file'); 38 $join->on('l_from', '=', 'f_id'); 39 $join->on('l_file', '=', 'f_file'); 50 $join->on('l_from', '=', 'm_id'); 51 $join->on('l_file', '=', 'm_file'); 62 $join->on('l_from', '=', 's_id'); 63 $join->on('l_file', '=', 's_file');
|
H A D | sources-table.phtml | 27 $join->on('l_from', '=', 'i_id'); 28 $join->on('l_file', '=', 'i_file'); 39 $join->on('l_from', '=', 'f_id'); 40 $join->on('l_file', '=', 'f_file'); 51 $join->on('l_from', '=', 'm_id'); 52 $join->on('l_file', '=', 'm_file'); 63 $join->on('l_from', '=', 'o_id'); 64 $join->on('l_file', '=', 'o_file');
|
H A D | media-table.phtml | 26 $join->on('l_from', '=', 'i_id'); 27 $join->on('l_file', '=', 'i_file'); 38 $join->on('l_from', '=', 'f_id'); 39 $join->on('l_file', '=', 'f_file'); 50 $join->on('l_from', '=', 's_id'); 51 $join->on('l_file', '=', 's_file');
|
/webtrees/tests/data/ |
H A D | demo.ged | 1886 1 NOTE Image downloaded from https://en.wikipedia.org/wiki/Elizabeth_II on 24th May 2012 1894 1 NOTE Image downloaded from https://en.wikipedia.org/wiki/Elizabeth_II on 24th May 2012 1902 1 NOTE Image downloaded from https://en.wikipedia.org/wiki/Elizabeth_II on 24th May 2012 1910 1 NOTE Image downloaded from https://en.wikipedia.org/wiki/Elizabeth_II on 24th May 2012 1918 …d from https://en.wikipedia.org/wiki/Mary,_Princess_Royal_and_Countess_of_Harewood on 24th May 2012 1926 1 NOTE Image downloaded from https://en.wikipedia.org/wiki/St_Paul%27s_Cathedral on 25th May 2012 1941 1 NOTE Image downloaded from https://en.wikipedia.org/wiki/Camilla,_Duchess_of_Cornwall on 25th May… 1948 2 TITL Prince William in his flight lieutenant’s uniform on 12 June 2010 1949 1 NOTE Image downloaded from https://en.wikipedia.org/wiki/Prince_William,_Duke_of_Cambridge on 25t… 1957 1 NOTE Image downloaded from https://en.wikipedia.org/wiki/Prince_Harry_of_Wales on 25th May 2012 [all …]
|
/webtrees/public/ckeditor-4.15.1-custom/adapters/ |
H A D | jquery.js | 7 …on("instanceReady",function(e){var d=e.editor;setTimeout(function n(){if(d.element){e.removeListen… 8 …])});d.on("getData",function(a){b.trigger("getData.ckeditor",[d,a.data])},999);d.on("destroy",func… 9 c)})}d.on("destroy",function(){b.removeData("ckeditorInstance")});b.removeData("_ckeditorInstanceLo…
|
/webtrees/app/Module/ |
H A D | PlaceHierarchyListModule.php | 392 ->on('pl_file', '=', 'p_file') 393 ->on('pl_p_id', '=', 'p_id'); 409 ->on('pl_file', '=', 'f_file') 410 ->on('pl_gid', '=', 'f_id'); 424 ->on('pl_file', '=', 'i_file') 425 ->on('pl_gid', '=', 'i_id'); 439 ->on('pl_file', '=', 'o_file') 440 ->on('pl_gid', '=', 'o_id');
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/clipboard/dialogs/ |
H A D | paste.js | 5 …on(e.mainPasteEvent,function(a){a=e.initPasteDataTransfer(a);f?a!=f&&(f=e.initPasteDataTransfer())… 6 …Focus")&&g.focus()}var h=c.lang.clipboard,e=CKEDITOR.plugins.clipboard,f;c.on("pasteDialogCommit",… 10 …on("load",function(a){a.removeListener();a=d.getFrameDocument();a.write(b);c.focusManager.add(a.ge…
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 21 CKEDITOR.on("log",function(a){if(window.console&&window.console.log){var d=console[a.data.type]?a.d… 23 …eturn"#"==b[0]?String.fromCharCode(parseInt(b.slice(1),10)):v[b]};CKEDITOR.on("reset",function(){b… 74 …{var a;(a=this.getCustomData("_"))||this.setCustomData("_",a={});return a},on:function(d){var b=th… 75 d,b));return CKEDITOR.event.prototype.on.apply(this,arguments)},removeListener:function(a){CKEDITOR… method in CKEDITOR.event 77 (function(a){var d={};CKEDITOR.on("reset",function(){d={}});a.equals=function(a){try{return a&&a.$=… 136 … b.type==CKEDITOR.NODE_ELEMENT&&b.hasClass("cke_enable_context_menu")}this.on("contextmenu",functi… 261 ….currentActive)&&this.blur()},focus:function(){this.focus(a)}};a.on(b,f.focus,this);a.on(c,f.blur,… 263 …rokeHandler.prototype={attach:function(a){a.on("keydown",d,this);if(CKEDITOR.env.gecko&&CKEDITOR.e… 278 …OR.focusManager(this);this.keystrokeHandler=new CKEDITOR.keystrokeHandler(this);this.on("readOnly", 279 …on("selectionChange",function(a){h(this,a.data.path)});this.on("activeFilterChange",function(){h(t… [all …]
|
H A D | LICENSE.md | 116 software. If the software is modified by someone else and passed on, we 118 that any problems introduced by others will not reflect on the original 136 refers to any such program or work, and a "work based on the Program" 146 is covered only if its contents constitute a work based on the 148 Whether that is true depends on what the Program does. 152 conspicuously and appropriately publish on each copy an appropriate 162 of it, thus forming a work based on the Program, and copy and 182 does not normally print such an announcement, your work based on 191 on the Program, the distribution of the whole must be on the terms of 198 collective works based on the Program. [all …]
|
/webtrees/resources/lang/et/ |
H A D | messages.po | 28 msgstr " aga detailid on teadmata" 99 msgstr "%1$s on %2$s, aga %3$s on soovitud." 252 msgstr[0] "%s perekond on uuendatud." 253 msgstr[1] "%s perekonda on uuendatud." 285 msgstr[0] "%s isik on uuendatud." 286 msgstr[1] "%s isikut on uuendatud." 309 msgstr[0] "%s märkus on uuendatud." 310 msgstr[1] "%s märkust on uuendatud." 334 msgstr[0] "%s hoidla on uuendatud." 335 msgstr[1] "%s hoidlat on uuendatud." [all …]
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/colordialog/dialogs/ |
H A D | colordialog.js | 10 -1);b.setAttribute("role","gridcell");b.on("keydown",E);b.on("click",y);b.on("focus",z);b.on("blur"… 11 …tbody role\x3d"presentation"\x3e\x3c/tbody\x3e\x3c/table\x3e');k.on("mouseover",z);k.on("mouseout"…
|