summaryrefslogtreecommitdiff
path: root/search_engine.php
AgeCommit message (Collapse)AuthorFilesLines
2011-10-13Search engines:fisharebest1-68/+0
Fix bad HTML in headers for pages shown to search engines Send HTTP/403 instead of HTTP/302 for pages that are not allowed Only check for search engine once - simplifies theme headers
2011-06-11Lightbox module: stop loading config everywhere - just where it is used.fisharebest1-32/+27
2011-02-13send '403 Forbidden' header on search_engine.phpLarry Meaney1-0/+1
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