summaryrefslogtreecommitdiff
path: root/individual.php
AgeCommit message (Collapse)AuthorFilesLines
2012-08-07Bug #1033163 - HTML validation error Edit - a better solutionNigel Osborne1-4/+4
2012-08-05Bug #1033163 - HTML validation error EditNigel Osborne1-2/+2
2012-07-07Tidy up the "showchanges()" logic. The option to hide/show changes was ↵fisharebest1-1/+0
removed a very long time ago.
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-3/+4
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-05-29Refactor handling of facts - do not use global "nonfacts" arrayfisharebest1-4/+0
2012-03-28Bug #966956 - Loading indicator does not work on individual tabsŁukasz Wilenski1-1/+1
2012-03-27Add CSS for large/small animated loading images, instead of using <img>fisharebest1-1/+1
2012-03-10Final fix for Bug #930090 - indi_mainimage displayed above header_accordionNigel Osborne1-1/+2
2012-03-08Another attempt to fix iBug #930090 - ndi_mainimage displayed above ↵Nigel Osborne1-1/+1
header_accordion
2012-03-08Revert 13572 - did not workNigel Osborne1-2/+0
2012-03-08Another attempt to fix iBug #930090 - ndi_mainimage displayed above ↵Nigel Osborne1-0/+2
header_accordion
2012-02-25Send 404 instead of 403 for private/not found pages. Otherwise search ↵fisharebest1-1/+1
engines keep coming back....
2012-02-21Change to inline loading of javascript.Nigel Osborne1-13/+10
2012-02-17PHP errors when visiting non-existent individual. fisharebest1-70/+69
2012-02-13Provide better sizes for popup windows.fisharebest1-1/+1
2012-02-13Change to inline loading of javascript.Nigel Osborne1-88/+74
2012-01-07Fix: I18N for ages conflicts with warning about negative agesfisharebest1-3/+3
2011-12-11#902683 - webtrees 1.2.4 W3C errors Bugfisharebest1-1/+1
2011-12-11webtrees 1.2.4 W3C errors Bug #902683Nigel Osborne1-1/+1
2011-11-19Remove inline style elementsNigel Osborne1-2/+2
2011-11-17Individual page tabs - fix the "remember tab" logic. It relies on the ↵fisharebest1-3/+14
title="XXX" attribute, which was recently changed to the tab's title/description (which also breaks non-ajax tabs).
2011-11-11Remove redundant/obsolete html attribute (border="0") as this is already set ↵fisharebest1-1/+1
in CSS
2011-11-11Use simpler way to identify jQuery tab on individual pagefisharebest1-3/+1
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various ↵fisharebest1-4/+4
combinations of javascript:XXX are non-standard, and cause problems with some browsers.
2011-11-09Fix: clippings cart trying to write to $_SESSION *after* we have have ↵fisharebest1-9/+8
printed the page header (which closes the session).
2011-11-06add tab's descrption in tool-tipŁukasz Wilenski1-1/+1
2011-11-06use id instead of title for tabsŁukasz Wilenski1-3/+3
2011-11-06Fix: make the individual page tab "sticky", without all the URL rewriting, ↵fisharebest1-25/+28
scroll-to-top, etc.
2011-11-06Remove some unused codefisharebest1-16/+9
2011-11-06Fix - sidebar not remembering open/closed statefisharebest1-6/+8
2011-11-03Refactoring - move towards a MVC (model/view/controller) architecturefisharebest1-30/+27
2011-11-01Use AJAX for handling update actions. These should not be GET/POST ↵fisharebest1-4/+4
requests. Introduce Zend "FlashMessenger" to provide feedback from AJAX requests.
2011-10-31Replace function ToggleByClassName() with native jQuery functionfisharebest1-12/+9
2011-10-21#821931 - Individual.php: Default tab isn't selected fisharebest1-5/+5
2011-10-13Don't use AJAX to load tabs on pages for search engines.fisharebest1-12/+10
2011-10-06Add initial support for serving static files from a content delivery network.fisharebest1-1/+1
2011-09-21Send 403 (denied) instead of 200 (OK) for records that are not found. ↵fisharebest1-0/+1
Otherwise search engines will keep re-loading non-existent/private pages.
2011-09-11#826094 - Add/Change SOUR approval missing - SVN 12122fisharebest1-4/+0
Remove "Return to sources/repositories" links. We can arrive here from other pages, so "return" is incorrect. In any case, every page has a link to the source/repo list in the menu.
2011-09-07Remove the "enable multimedia" option. Multimedia is always enabled. Add a ↵fisharebest1-1/+1
new configuration option to restrict who can upload new media files.
2011-07-14#807800 - accept or reject: context? fisharebest1-4/+4
2011-07-14Simplify / tidy up some code.Nigel Osborne1-53/+28
2011-07-03Correction to 11951Nigel Osborne1-2/+2
2011-07-03Revised fix for header accordion xhtml errorNigel Osborne1-2/+4
2011-07-03Bug #804825 - Admin page background flashes and animation jerky - apply patch;Nigel Osborne1-1/+1
plus other minor style changes.
2011-06-28Fix: mediaviewer.php is not re-drawing after edits.fisharebest1-12/+8
2011-06-28#802729 - Private informationfisharebest1-8/+8
2011-06-27Fixes for display and re-sizing issues in the header. Nigel Osborne1-19/+23
2011-06-25Tidy initial display of tabs, as per suggestion bt 'lindon' on ↵Nigel Osborne1-2/+2
http://webtrees.net/en/forums/23-help-for-ver-12-latest-release/13196-lightbox-and-tabs
2011-06-24I18N: do not use %s placeholders for HTML fragments. This breaks the ↵fisharebest1-4/+28
LTR/RTL display logic. Instead, the embedded text needs to be complete HTML. Add help text for pending changes.
2011-06-17Fix for ↵Nigel Osborne1-6/+19
http://webtrees.net/en/forums/3-help-for-beta-and-svn-versions/12905-clipped-thumb-on-indi-page-requires-large-window#12932