summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Expand)AuthorFilesLines
2011-12-21#902683 - HTML validationfisharebest1-1/+1
2011-11-30Fix HTML validation error - misplaced </div>fisharebest1-1/+1
2011-11-23Move login checks to a common function. Use the LOGIN_URL parameter consiste...fisharebest1-7/+4
2011-11-22fix page title on index pageŁukasz Wilenski1-1/+1
2011-11-20Move module code from index.php to the modules.fisharebest1-19/+0
2011-11-20index.php - enable caching, so that each block does not load its own copy of ...fisharebest1-9/+11
2011-11-18use loading-image classŁukasz Wilenski1-2/+2
2011-11-13On-this-day / Upcoming-events - can now load using AJAXfisharebest1-5/+8
2011-11-11Remove new code that should not have been committed yetNigel Osborne1-8/+0
2011-11-11Fixing "Re-order media" option on Media tab that had disappeared after recent...Nigel Osborne1-1/+10
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various combinatio...fisharebest1-2/+2
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-11/+6
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 (hopefully...fisharebest1-8/+5
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. Customised...fisharebest1-3/+3
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
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. ctype...fisharebest1-23/+11
2010-10-30#663955. Be explicit about which sorts of URL to generate: '&amp;' for ones i...fisharebest1-2/+2
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 time....fisharebest1-7/+0
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