summaryrefslogtreecommitdiff
path: root/individual.php
AgeCommit message (Collapse)AuthorFilesLines
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
2011-06-10I18N: feedback from translators. use standard message for file not found. ↵fisharebest1-4/+4
translate punctuation
2011-06-10I18N: feedback from translators. It is better to have separate translations ↵fisharebest1-5/+5
for individual/family/source/etc., than to use a generic word such as "record".
2011-06-09Improve the English phrasing of new messagesfisharebest1-4/+4
2011-06-09Remove the option to hide/show pending changes. The option didn't work ↵fisharebest1-25/+16
properly (it wasn't "sticky"), wasn't applied consistently, and was rarely used.
2011-06-08Simplify the presentation of pending changes, and the options to ↵fisharebest1-25/+37
show/hide/accept/reject them.
2011-06-08Grayed-out-tabs: use more obvious method name. make sure functions all ↵fisharebest1-1/+1
return boolean values. use class "rela" (opacity 67%) instead of "rela40" (undefined?)
2011-06-08Don't close the session until after we have displayed the header. ↵fisharebest1-2/+2
Customised themes might want to read/write session variables.
2011-06-08Put back long missing "greyed-out" tabs, to indicate to editors that tabs ↵Nigel Osborne1-3/+5
have no content.
2011-06-02Fix: name-accordion arrow wrong on RTL pagesfisharebest1-55/+63
2011-05-31Tidy up: generate BIRTH-YEAR - DEATH-YEAR ranges consistently.fisharebest1-7/+10
2011-05-27(no commit message)Nigel Osborne1-92/+75
2011-05-08#631202 - Clicking on Tab Scrolls the Page to the Top of tab contentŁukasz Wilenski1-0/+1
2011-05-06Make sidebar default to "open", to counter claims that users will not see ↵Nigel Osborne1-1/+1
the open option using narrow sidebar control.
2011-05-05* move privacy checks from controller to view levelLarry Meaney1-1/+5
* tidy up code
2011-05-02Change divs and add commentsNigel Osborne1-12/+15
2011-05-02Fix: erroneous <div> added in 11437fisharebest1-1/+0
2011-05-02Individual page - "alternate/additional" name being shown above main name, ↵fisharebest1-80/+74
not below it.
2011-04-28don't load tabs and sidebar when the record is private - better implementationŁukasz Wilenski1-5/+14
2011-04-26don't load tabs and sidebar when the record is privateŁukasz Wilenski1-130/+109
2011-04-26(no commit message)Nigel Osborne1-53/+94
2011-03-26tidy up htmlVeit Olschinski1-4/+2
2011-03-06Fix: do not display silhouette/thumbnail on INDI page, when MULTI_MEDIA is ↵fisharebest1-1/+1
disabled
2011-02-27correct title on tabs (better way)Łukasz Wilenski1-1/+1
2011-01-31Replace useradmin.php with admin_users.phpNigel Osborne1-1/+1
2011-01-25Tidy up <script type="text/javascript"> tags. fisharebest1-30/+26