summaryrefslogtreecommitdiff
path: root/includes
AgeCommit message (Collapse)AuthorFilesLines
2011-11-10#793668 - Family list - use same logic for displaying/highlighting names as ↵fisharebest1-64/+41
individual list.
2011-11-10Fix: after running PGV import wizard, we may still be logged in with an ↵fisharebest1-1/+2
account that no longer exists. When this happens (or when an account is deleted while still logged in), then force a logout.
2011-11-10#887417 - Path not changed in GEDCOM export.fisharebest1-1/+1
2011-11-10Remove hspace="0" and vspace="0" attributes from <img> tags. These are (a) ↵fisharebest2-6/+2
deprecated and (b) the default.
2011-11-10Minor typos in commentsNigel Osborne1-4/+4
2011-11-10We don't need style="display:none;" in headers or cells of datatables listsNigel Osborne1-49/+29
2011-11-09Remove showparents from small blocksNigel Osborne1-8/+2
2011-11-09Remove unnecessary footers from lists in blocksNigel Osborne1-7/+2
2011-11-09Fix: manage media page only showing folders from the public /media ↵fisharebest1-1/+1
directory. Folders that only exist in the mediafirewall directory are not listed.
2011-11-09Correction to 12642Nigel Osborne1-4/+5
2011-11-09Consistent display of lists in all usesNigel Osborne1-57/+52
2011-11-08Fix: special characters in media filenames can break HTML output.fisharebest1-1/+1
2011-11-08Fix: PHP error when generating links in repo list / make consistent source listŁukasz Wilenski1-4/+3
2011-11-08Fix: PHP error when generating links in repo listfisharebest1-1/+1
2011-11-08#584835 Use $WT_SESSION in preference to $_SESSION / Fix assorted minor bugs ↵fisharebest1-9/+13
in find-special-chars.
2011-11-08#584835 Use $WT_SESSION in preference to $_SESSION / Fix assorted minor bugs ↵fisharebest1-6/+0
in clippings cart.
2011-11-08#584835 Use $WT_SESSION in preference to $_SESSIONfisharebest1-3/+3
2011-11-08Fix: SOSA number not showing on ancestry.phpfisharebest1-3/+5
2011-11-08Individual list filtering options need updating for new column numbers. Tidy ↵Nigel Osborne1-2/+2
up alignment of "anniversary" icons
2011-11-08Individual list filtering options need updating for new column numbers. ↵fisharebest1-30/+30
Family list "U" filter clashing with "MULTI" filter.
2011-11-07#886726 - Upcoming events block should be sorted by datefisharebest1-11/+1
2011-11-07Removing center class from upcoming events tableNigel Osborne1-1/+1
2011-11-07Removing center class from recent changes tableNigel Osborne1-1/+1
2011-11-07add back hasRTLText functionŁukasz Wilenski1-0/+4
2011-11-07add back hasRTLText functionŁukasz Wilenski1-0/+43
2011-11-07add missing header thŁukasz Wilenski1-2/+10
2011-11-07More tweaks to lists / sortingfisharebest3-77/+7
2011-11-07More tweaks to lists / sortingfisharebest1-17/+12
2011-11-07More tweaks to lists / sortingfisharebest1-18/+25
2011-11-07More tweaks to lists / sortingfisharebest1-22/+10
2011-11-07More tweaks to lists / sortingfisharebest1-1/+1
2011-11-07More tweaks to lists / sortingfisharebest1-117/+69
2011-11-07Notee list: use utf8_unicode_ci collation for sortingfisharebest1-14/+16
2011-11-07Source list: use utf8_unicode_ci collation for sortingfisharebest1-45/+53
2011-11-07Family list: (1) use utf8_unicode_ci collation for sorting (2) remove lots ↵fisharebest1-131/+140
of redundant markup to reduce page size
2011-11-07Individual list: (1) use utf8_unicode_ci collation for sorting (2) remove ↵fisharebest1-72/+71
lots of redundant markup to reduce page size
2011-11-07Extend tabbed display to search and place hierarchy results pages.Nigel Osborne1-69/+10
2011-11-06dataTables.js is generating enormous cookies, which causes all HTTP requests ↵fisharebest1-6/+0
to be fragmented across 3 or 4 packets. Need to implement this differently.
2011-11-06Use AJAX for "copy to clipboard", instead of popup window.fisharebest2-5/+5
2011-11-06#721088 - undefined offset if no maiden nameŁukasz Wilenski1-2/+8
2011-11-06#721088 - undefined offset if no maiden nameŁukasz Wilenski1-1/+2
2011-11-06Tidy up alignment of "anniversary" iconsNigel Osborne1-2/+12
2011-11-05(final part). (1) Only load datatables.js on pages that use it. (2) move ↵fisharebest1-442/+399
JavaScript to end of page.
2011-11-05Revert 12554 - it seems that prototype.js is still used in a couple of ↵fisharebest1-0/+4
places....
2011-11-05No longer need external URLs for scriptaculous and prototypefisharebest1-4/+0
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest3-168/+3
2011-11-05Change document headers from XTHML to HTML5.fisharebest1-6/+6
2011-11-04add "multiple marriages" filter to families listŁukasz Wilenski1-1/+7
2011-11-04Need to apply I18N to percentages. Need to properly escape URLsfisharebest1-7/+7
2011-11-04Square brackets are not valid characters in URLS, and need escapingfisharebest1-1/+1