summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Expand)AuthorFilesLines
2011-11-10Fix: sidebar modules should use the module interface for their AJAX callback....fisharebest1-0/+22
2011-11-10Remove hspace="0" and vspace="0" attributes from <img> tags. These are (a) d...fisharebest2-6/+2
2011-11-10Fix: bad URLs generated in menu for repo/sour/note/obje/plac listsfisharebest1-5/+5
2011-11-09Fix: clippings cart trying to write to $_SESSION *after* we have have printed...fisharebest1-0/+31
2011-11-09When navigating from INDI/FAM pages to INDILIST/FAMLIST pages, initialise the...fisharebest4-78/+53
2011-11-08Remove untranslated ":" - it is wrong in many languages, including French and...fisharebest1-1/+1
2011-11-08Fix: incomplete title in hourglass chartfisharebest1-1/+2
2011-11-08Fix: incomplete title in descendants chartfisharebest1-1/+2
2011-11-08Fix: incomplete title in ancestors chartfisharebest1-1/+2
2011-11-08Fix: incomplete title in pedigree treefisharebest1-2/+2
2011-11-07Remove the "version string" from static JS resources. We need a consistent s...fisharebest1-4/+8
2011-11-07Improve page-load responsiveness by loading JavaScript *after* we have sent t...fisharebest1-0/+7
2011-11-07Extend tabbed display to search and place hierarchy results pages.Nigel Osborne2-175/+109
2011-11-06Improve the handling of popup windows after the login session has expired - c...fisharebest2-3/+8
2011-11-06Simple/Full footer - http://webtrees.net/en/forums/9-request-for-new-feature/...fisharebest1-4/+2
2011-11-06Fix - sidebar not remembering open/closed statefisharebest1-1/+0
2011-11-05(final part). (1) Only load datatables.js on pages that use it. (2) move Jav...fisharebest1-1/+0
2011-11-05Defer JavaScript to end of pagefisharebest1-3/+3
2011-11-05Delete class WT_JS. These functions are now included in WT_Controller_Basefisharebest1-82/+0
2011-11-05Implement "fluid" interface for controller - allows requests to be chained.fisharebest2-0/+12
2011-11-05Use new $controller API to check access levelsfisharebest1-0/+2
2011-11-05Fix: error in simple/full headersfisharebest2-3/+2
2011-11-05Typo - wrong variable namefisharebest1-1/+8
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest2-1/+111
2011-11-05More refactoring - separation into Model/View/Controllerfisharebest16-82/+73
2011-11-05Change document headers from XTHML to HTML5.fisharebest4-14/+5
2011-11-04Fix invalid HTML in report headerfisharebest1-30/+26
2011-11-04Square brackets are not valid characters in URLS, and need escapingfisharebest2-2/+2
2011-11-04Square brackets are not valid characters in URLS, and need escapingfisharebest1-2/+2
2011-11-03Fix: page footers not being displayed on pages with controllersfisharebest1-0/+3
2011-11-03Fix typo - gives error on source.php page when viewing an edited/deleted sourcefisharebest1-1/+1
2011-11-03Fix: closing session slightly too early - we need it in the headerfisharebest1-3/+3
2011-11-03Refactoring - move towards a MVC (model/view/controller) architecturefisharebest20-474/+629
2011-11-02fix typoŁukasz Wilenski5-5/+5
2011-11-01Use AJAX (action.php) instead of popup windows (edit_interface.php)fisharebest5-5/+5
2011-11-01Use AJAX for handling update actions. These should not be GET/POST requests....fisharebest7-289/+35
2011-10-31Fix: not applying collation rules to surname searchesfisharebest1-2/+2
2011-10-31Fix: need to quote initial letters in name queries - they may contain quotes.fisharebest1-1/+1
2011-10-30#883964 - Faits et événements - Un mariage n'apparaît pasfisharebest1-2/+5
2011-10-29Fix: relationship-privacy calculations not working.fisharebest4-63/+64
2011-10-28#883304 - The home page URL does not include the GEDCOMfisharebest3-7/+7
2011-10-28Small part of #880475fisharebest1-10/+7
2011-10-27Performance of statsMarrAge() query. On my dev machine, the improvement is f...fisharebest1-65/+59
2011-10-26update phpmailer class from 5.1 to 5.2Łukasz Wilenski3-356/+497
2011-10-26#876341 - Mutually incompatible report parametersfisharebest1-0/+3
2011-10-25Marriage is no longer 'clickable' on the Ancestors chart to take one to the F...Łukasz Wilenski1-0/+2
2011-10-25RTL charts Ancestors and Family bookŁukasz Wilenski1-27/+28
2011-10-25#881369 - Individual listingfisharebest1-1/+1
2011-10-24#876341 - Mutually incompatible report parametersfisharebest1-0/+3
2011-10-23#880475 - Infinite loop in privacy checksfisharebest1-6/+29