summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Collapse)AuthorFilesLines
2015-01-21Code quality - avoid @, exit() and die()Greg Roach1-2/+4
2015-01-18Default constructors do not need parenthesesGreg Roach1-2/+2
2015-01-17New theme system and admin interfaceGreg Roach1-4/+4
2014-11-18Merge some menu changes from the theme branchGreg Roach1-3/+0
2014-11-08PHPDocGreg Roach1-1/+1
2014-11-04Use Auth class instead of constants - will allow better masquerade function. ↵Greg Roach1-2/+2
Escape username, to remove restriction on allowed characters.
2014-10-20Users cannot visit 'my page' of trees for which they have only visitor accessGreg Roach1-8/+11
2014-10-14Remove global - SHOW_COUNTERGreg Roach1-19/+25
2014-10-12We can no longer maintain enough PHP5.2 compatibility to include a friendly ↵Greg Roach1-7/+0
version check.
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-1/+3
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-1/+1
2014-02-20#106 - SEO tweaks to home pageGreg Roach1-0/+1
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-11-01Tidy up trailing whitespaceGreg Roach1-1/+1
2013-09-21Update language files. Tidy up some capitalisation in en_US.Greg Roach1-2/+2
2013-09-21Update language files. Tidy up some capitalisation in en_US.Greg Roach1-1/+1
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-15/+15
2013-08-09Remove empty subversion Id tagsGreg Roach1-4/+2
2013-06-23Redirect old PHP versions to a friendly error page.fisharebest1-1/+8
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work ↵fisharebest1-1/+1
around limitation in old versions of jquery?). Don't do this any more - it breaks jQuery extensions, by re-creating the jQuery object. This also has the benefit of making the home page more responsive.
2013-01-22Remove the lightbox plugin from the "album" module. Add the colorbox module ↵fisharebest1-5/+0
(temporarily) in its place.
2012-09-14Tidy usage of new WT_Tree class. Save a few DB callsfisharebest1-1/+1
2012-06-17fix typo JavaScript->JavascriptŁukasz Wilenski1-3/+3
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-4/+1
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-06-02The latest stable version of webtrees is now obtained from the build server, ↵fisharebest1-0/+4
not the forum server.
2012-05-05http://webtrees.net/en/forums/7-developers-discussion/23541-configure-blocksNigel Osborne1-1/+1
2012-04-26add lightbox init function to module classŁukasz Wilenski1-1/+2
2012-04-03Minor change to "Change the blocks on this page"Nigel Osborne1-3/+3
2012-04-03Moving styles to cssNigel Osborne1-17/+5
2012-03-06Fix: page scrolls when you click the "change blocks" link.fisharebest1-2/+2
2012-03-05Allow the admin to configure the blocks on each user's "my page".fisharebest1-2/+2
2012-03-05Use modal dialog instead of popup window to edit blocksfisharebest1-2/+2
2012-03-03Create separate page IDs for home and my-pagefor better greater css controlNigel Osborne1-2/+4
2012-02-23See forum: ↵Nigel Osborne1-5/+12
http://webtrees.net/en/forums/7-developers-discussion/21366-re-welcome-block
2012-02-13Provide better sizes for popup windows.fisharebest1-2/+2
2012-01-30Fix: charts- menu gives fatal PHP error after deleting family.fisharebest1-1/+2
Index page should set the header <meta name="robots" content="index,follow">
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 ↵fisharebest1-7/+4
consistently.
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
the JavaScript libraries. Defer some JavaScript to end of the page.
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 ↵Nigel Osborne1-1/+10
recent code revisions.
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various ↵fisharebest1-2/+2
combinations of javascript:XXX are non-standard, and cause problems with some browsers.
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-11/+6