summaryrefslogtreecommitdiff
path: root/search_engine.php
AgeCommit message (Collapse)AuthorFilesLines
2011-01-01Refactoring class names and use autoloading.fisharebest1-8/+8
2010-11-25For code that only runs for the current gedcom, use WT_GEDCOM instead of $GEDCOMfisharebest1-2/+2
2010-10-30#663955. Be explicit about which sorts of URL to generate: '&' for ones ↵fisharebest1-5/+4
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-10-25PHP syntax errorfisharebest1-4/+1
2010-06-10Only fetch site settings from database when actually neededfisharebest1-1/+1
2010-06-03#589017 site-unavailable UTF-8 - Use explicit header() instead of ↵fisharebest1-1/+0
http-equiv. The latter doesn't work on sites configured with default_charset or default_mimetype in PHP.INI
2010-05-14Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-2/+2
"Sentence case" to "Initial Capitals"
2010-04-05(no commit message)Veit Olschinski1-0/+77