summaryrefslogtreecommitdiff
path: root/expand_view.php
AgeCommit message (Collapse)AuthorFilesLines
2014-04-20Formatting of associates - #91Greg Roach1-3/+1
2014-04-05Fix: using the result of void functionsGreg Roach1-1/+2
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-08-30#1218624 - Interactive tree event sequence - dev / do not abbreviate chart ↵fisharebest1-17/+1
labels
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-1/+1
2013-08-24Update non-typographic quotation marksGreg Roach1-1/+1
Tidy up punctuation
2013-08-16Fix: one-parent family causes PHP error when expanding person-boxGreg Roach1-2/+4
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-07-05The right place to check for privacy on facts is when we fetch them for ↵fisharebest1-53/+51
viewing.
2013-07-04Show missing spouse as an unknown person on charts. Provides more ↵fisharebest1-3/+1
consistent layout and simpler code.
2013-06-29(no commit message)fisharebest1-14/+18
2012-11-15Refactor class WT_Event - use objects instead of XREFS and do not custom ↵fisharebest1-4/+3
tags to record attributes
2012-05-12Explicitly close session in expand_view.phpfisharebest1-0/+2
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), ↵fisharebest1-1/+1
etc. The browser will do a much faster and better job than we can. Unfortunately, only Webkit supports this at the moment. Presto and Gecko should support it soon. Trident support is unknown.
2012-01-20Don't just translate one half of a pair of matched punctuation symbols.fisharebest1-2/+2
2012-01-20Delineate family linkRob Peters1-1/+1
2011-12-30When we abbreviate place names in charts, show the full name as a tool-tip ↵fisharebest1-1/+1
(the same as we do in lists)
2011-11-30#898104 - 1 ASSO printed as @Inn@ in chart zoom-in boxesŁukasz Wilenski1-5/+4
2011-09-22Add HTML escapes and directional markup when we CREATE the names of objects, ↵fisharebest1-1/+1
rather than when we DISPLAY them. It is easier to do it in one place, not everywhere. getFullName() already calls canDisplayName(), so no need to call it a second time.
2011-07-20#801920 - Age missing in Events of close relatives fisharebest1-1/+1
2011-07-20#813049 - wrong relationship links in Events of close relatives fisharebest1-1/+1
2011-06-28Preparations for #801920 - make the "page" individual available when ↵fisharebest1-1/+1
printing facts, so that we can calculate ages for this individual, not the "close relative" individual
2011-05-16Tidy up. No functional changes.fisharebest1-58/+80
2011-01-22don't display RESN fact in person boxŁukasz Wilenski1-2/+2
2011-01-05Minor tidy up. Use Objects instead of XREFs and raw gedcomfisharebest1-1/+1
2011-01-01Refactoring class names and use autoloading.fisharebest1-2/+2
2011-01-01Refactoring class names and use autoloading.fisharebest1-3/+3
2010-11-27use $family->getHtmlUrl() instead of manually generating links to family.phpLarry Meaney1-3/+6
2010-10-30(no commit message)fisharebest1-1/+1
2010-10-30(no commit message)fisharebest1-1/+1
2010-10-30#663955. Be explicit about which sorts of URL to generate: '&' for ones ↵fisharebest1-21/+15
in html, and '&' for ones in HTTP headers and between WT_JS_START/WT_JS_END markers. Get rid of "encode_url()" function, which attempted to "magically" fix problems with the wrong URL style.
2010-06-05Combine show_fact and show_fact_details. Part of simplification of privacy ↵fisharebest1-1/+1
rules.
2010-05-04Replace _PGV_OBJS and _WT_OBJS with _WT_OBJE_SORTNigel Osborne1-1/+1
2010-04-05(no commit message)Veit Olschinski1-0/+80