summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Collapse)AuthorFilesLines
2011-10-19don't load jquery twiceŁukasz Wilenski1-3/+0
2011-10-08Added defines for external js library loadVeit Olschinski1-1/+1
2011-10-06Add initial support for serving static files from a content delivery network.fisharebest1-3/+4
2011-06-24Fix: since svn11733 we have not been loading ajax blocks in parallelfisharebest1-0/+2
2011-06-24Remove some old/incorrect/unhelpful help text.fisharebest1-3/+0
2011-06-19Update the names and descriptions of the modules, so that they are ↵fisharebest1-8/+5
(hopefully!) clear, concise, accurate and consistent.
2011-06-11Lightbox module: stop loading config everywhere - just where it is used.fisharebest1-2/+1
2011-06-08Don't close the session until after we have displayed the header. ↵fisharebest1-3/+3
Customised themes might want to read/write session variables.
2011-02-18Use constant WT_MODULES_DIR instead of hard-coded references to 'modules/'fisharebest1-2/+2
2011-01-16Correcting properties and newlinesVeit Olschinski1-1/+4
Moving style from ancestry_chart to css
2011-01-01Refactoring class names and use autoloading.fisharebest1-7/+7
2011-01-01Refactoring class names and use autoloading.fisharebest1-29/+24
2011-01-01Refactoring class names and use autoloading.fisharebest1-0/+1
2010-11-25For code that only runs for the current gedcom, use WT_GEDCOM instead of $GEDCOMfisharebest1-1/+1
2010-11-08Minor typofisharebest1-1/+1
2010-11-08Remove PAGE_AFTER_LOGIN option, and improve the default behaviour (i.e. ↵fisharebest1-23/+11
ctype=user/gedcom) http://webtrees.net/forums/10-help-for-ver-10-latest-release/4553-initial-page-setting-not-obeyed
2010-10-30#663955. Be explicit about which sorts of URL to generate: '&' for ones ↵fisharebest1-2/+2
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-1/+1
2010-10-18Fix: incorrect URL after timeoutfisharebest1-1/+1
2010-09-21(no commit message)fisharebest1-2/+2
2010-08-22Remove old/obsolete help text and referencesfisharebest1-0/+1
2010-07-08Remove references to block-caching system. We haven't used it for some ↵fisharebest1-7/+0
time.....
2010-05-29remove duplicatesŁukasz Wilenski1-1/+1
2010-05-28#584409 mygedview still in code a lotŁukasz Wilenski1-1/+1
2010-05-12Fix name clash: WT_Module_Block::canLoadAjax() and WT_Module_Tab::canLoadAjax()fisharebest1-2/+2
2010-05-12Convert blocks to modulesfisharebest1-312/+56
2010-04-14Update index page automatically after updating config.fisharebest1-119/+118
2010-04-05(no commit message)Veit Olschinski1-0/+454