summaryrefslogtreecommitdiff
path: root/gedcheck.php
AgeCommit message (Collapse)AuthorFilesLines
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various ↵fisharebest1-1/+1
combinations of javascript:XXX are non-standard, and cause problems with some browsers.
2011-11-05Implement "fluid" interface for controller - allows requests to be chained.fisharebest1-3/+4
2011-11-05Use new $controller API to check access levelsfisharebest1-6/+1
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-11/+6
2011-02-05gedcheck.php still includes old code to search PGV paths for gedcoms.fisharebest1-1/+1
2011-02-05gedcheck.php still includes old code to search PGV paths for gedcoms.fisharebest1-15/+12
2011-01-01Refactoring class names and use autoloading.fisharebest1-33/+33
2010-11-30preg_quote the list of gedcoms when validating user input, in case any of ↵Larry Meaney1-1/+1
the gedcoms have regex characters in their name
2010-11-30rawurlencode the ged parameterLarry Meaney1-1/+1
2010-10-30(no commit message)fisharebest1-4/+4
2010-10-30#663955. Be explicit about which sorts of URL to generate: '&amp;' for ones ↵fisharebest1-1/+1
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-25"Location:" header fields should contain absolute URIsfisharebest1-2/+1
2010-09-03Replace pgv_href with wt_hrefNigel Osborne1-4/+4
2010-07-23Remove unused variablesfisharebest1-11/+0
2010-06-10Only fetch site settings from database when actually neededfisharebest1-1/+1
2010-05-12Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-1/+1
"Sentence case" to "Initial Capitals"
2010-05-04Replace _PGV_OBJS and _WT_OBJS with _WT_OBJE_SORTNigel Osborne1-1/+1
2010-04-16Remove sync-edits-to-gedcom feature. Webtrees is a database application - ↵fisharebest1-1/+1
https://blueprints.launchpad.net/webtrees/+spec/remove-sync-gedcom-file
2010-04-12Consistent syntax for embedded variablesfisharebest1-3/+3
2010-04-05(no commit message)Veit Olschinski1-0/+961