summaryrefslogtreecommitdiff
path: root/find.php
AgeCommit message (Collapse)AuthorFilesLines
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-6/+6
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-03-31Find special chars - only remember setting when we are logged infisharebest1-41/+9
2012-03-28Functions should return HTML, rather than output itfisharebest1-5/+2
2012-03-25Update text. Change "Find individual ID" to "Find an individual", etc.fisharebest1-18/+18
2012-03-17Fix: find.php difficult to use when searching media subdirectoriesfisharebest1-4/+4
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), ↵fisharebest1-2/+2
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-02-13Provide better sizes for popup windows.fisharebest1-2/+2
2012-02-09find.php - do not display "all records" for media/place/repo/note/source ↵fisharebest1-5/+0
until the user actually asks for this.
2011-12-22remove img width="50" codeNigel Osborne1-1/+1
2011-12-21#902683 - HTML validationfisharebest1-1/+1
2011-12-20find.php centred display in IE browsers (1.2.5 and above) - Bug #905547Nigel Osborne1-284/+230
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-71/+71
2011-12-12HTML validation: & => &fisharebest1-1/+1
2011-12-07#900562 - Find fact tags not populatingfisharebest1-5/+3
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we ↵fisharebest1-34/+30
apply "center" at a parent element. We have now removed the "center", and no longer need this markup.
2011-11-16http://webtrees.net/en/forums/23-help-for-ver-12-latest-release/17208-find-i ↵Łukasz Wilenski1-1/+1
d-in-charts-block-configuration
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various ↵fisharebest1-7/+7
combinations of javascript:XXX are non-standard, and cause problems with some browsers.
2011-11-08#584835 Use $WT_SESSION in preference to $_SESSION / Fix assorted minor bugs ↵fisharebest1-71/+30
in find-special-chars.
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-11/+12
2011-10-22#766602 - innacurate search resultsfisharebest1-2/+3
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-09-21replace getListName() with getFullName() where the two are the samefisharebest1-3/+3
2011-09-07Remove the "enable multimedia" option. Multimedia is always enabled. Add a ↵fisharebest1-1/+1
new configuration option to restrict who can upload new media files.
2011-07-11Always "require_once" functions_print_lists (not just "require"), because ↵Larry Meaney1-1/+1
the custom_js module may invoke WT_Stats which also needs functions_print_lists
2011-06-10I18N - use consistent markup for "label: value"fisharebest1-28/+24
2011-06-04I18N: combine similar translations (use ones with embedded variables)fisharebest1-3/+3
2011-06-03Remove pointless / circular help textfisharebest1-1/+0
2011-03-03Performance: move GEDCOM tags to their own class, so they are only ↵fisharebest1-19/+6
loaded/translated when needed, rather than on every page. Saves 150ms on most pages.
2011-01-02Refactoring class names and use autoloading.fisharebest1-4/+4
2011-01-01Refactoring class names and use autoloading.fisharebest1-74/+74
2011-01-01Refactoring class names and use autoloading.fisharebest1-1/+1
2010-12-14Fix: typofisharebest1-1/+1
2010-12-13Remove unused code - use "$(document).ready()" instead of "<body onload={}>"fisharebest1-1/+4
2010-10-30(no commit message)fisharebest1-43/+43
2010-10-30Cosmetic change - consistent "; " before PHP close tagfisharebest1-8/+8
2010-10-30#663955. Be explicit about which sorts of URL to generate: '&amp;' for ones ↵fisharebest1-7/+7
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-09-25Tidy up whitespace/indentsfisharebest1-2/+2
2010-09-19Tidy whitespace/indentationfisharebest1-3/+1
2010-09-10Tidy up some whitespace/formattingfisharebest1-4/+4
2010-09-03Replace pgv_array_merge with wt_array_mergeNigel Osborne1-1/+1
2010-06-06Move gedcom and privacy settings from .PHP files to database tablesfisharebest1-2/+2
2010-06-03Don't show XREF in brackets - but make it appear in the browser's status barfisharebest1-5/+3
2010-05-20Moving FindFacts pop-up css styles out of core code into theme/stylesNigel Osborne1-62/+0
2010-05-17Choosing a GEDCOM tag from a listŁukasz Wilenski1-5/+37
add second patch by Michele and fix problem with selected facts
2010-05-14Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-4/+4
"Sentence case" to "Initial Capitals"
2010-05-14Add color tag to overcome problem of white text on pale background in some ↵Nigel Osborne1-0/+2
themes. Style element need moving to individual themes later for customising and consistency.
2010-05-13filter tagsŁukasz Wilenski1-4/+6
2010-05-13Choosing a GEDCOM tag from a list (mlocati)Łukasz Wilenski1-0/+245
2010-05-12Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-1/+1
"Sentence case" to "Initial Capitals"
2010-04-05(no commit message)Veit Olschinski1-0/+777