summaryrefslogtreecommitdiff
path: root/includes
AgeCommit message (Collapse)AuthorFilesLines
2011-11-17Correct highlighting on 'multiple married names" filter buttonNigel Osborne1-1/+1
2011-11-17Fix: $marriage_date undefinedfisharebest1-1/+1
2011-11-17Fix: $marriage_date undefinedfisharebest1-1/+7
2011-11-17Tweak text of new messagefisharebest1-1/+1
2011-11-17add toggle buttons to all filter options in family listfisharebest1-11/+79
2011-11-17Add toggle buttons to the show parents/statistics options in family listsfisharebest1-2/+2
2011-11-17Family lists - move given-names-sort to the headerfisharebest1-43/+57
2011-11-17Fix: unknown names (stored internally as "@P.N." and "@N.N.") wrongly ↵fisharebest1-3/+3
sorting as "PN" and "NN". This is because our new sort function ignores "@", rather than sorting it before "A".
2011-11-17Move "sort by given names" to the individual-list headerfisharebest1-5/+5
2011-11-17Move "sort by given names" to the individual-list headerfisharebest1-38/+42
2011-11-17Add visual feedback for individual-list filtering buttonsfisharebest1-15/+71
2011-11-16Don't create new error message. (I plan to convert from PHPMailer to Zend_Mail)fisharebest1-1/+1
2011-11-16Combine new text with similar existing textfisharebest1-1/+1
2011-11-16Fix typofisharebest1-1/+1
2011-11-16Surname table: needs a more intelligent sortfisharebest1-17/+10
2011-11-14Fix badly escaped HTML causes <select> option to fail.fisharebest1-1/+1
2011-11-14Use round brackets () instead of square brackets []. Round brackets are ↵fisharebest1-1/+1
used to indicate extra information. Square brackets are used to indicate something that is missing.
2011-11-14add GUI for name type inputŁukasz Wilenski1-4/+38
2011-11-14Update some comments from PGV to webtreesfisharebest5-12/+7
2011-11-14Tidy up the options on the individiual-list page. show-married-names is now ↵fisharebest3-15/+13
a user-setting instead of a family-tree-setting.
2011-11-13SHOW_MARRIED_NAMES option being used inconsistently. It should control ↵fisharebest1-19/+2
whether someone is eligible to appear in a list, for having a specific married name. NOTE, the help text is completely wrong(!)
2011-11-13Top surnames table - not sorting by numberfisharebest1-1/+1
2011-11-13Top surnames block - chnages per forum discussion; and add styles to all themesNigel Osborne1-4/+11
2011-11-13Using datatables for surname lists (indilist.php and top-given-surnames ↵Nigel Osborne1-17/+37
block). Stylers only changed for webtrees theme so far
2011-11-13Use ISO standard names for scripts - prepare to use lookup tables for ↵fisharebest3-13/+13
languages/scripts
2011-11-11Fix: broken HTML in repo list headerfisharebest1-1/+1
2011-11-11Remove redundant/obsolete html attribute (border="0") as this is already set ↵fisharebest1-5/+5
in CSS
2011-11-11Remove redundant/obsolete html attribute (border="0") as this is already set ↵fisharebest1-17/+17
in CSS
2011-11-11Remove redundant/obsolete html attribute (border="0") as this is already set ↵fisharebest1-6/+6
in CSS
2011-11-11Remove scriptaculous.js library - it is no longer usedfisharebest1-2/+0
2011-11-11Fixing "Re-order media" option on Media tab that had disappeared after ↵Nigel Osborne2-142/+0
recent code revisions.
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various ↵fisharebest5-62/+62
combinations of javascript:XXX are non-standard, and cause problems with some browsers.
2011-11-10Replace sorttables library with jQuery for "reorder media"Nigel Osborne1-10/+1
2011-11-10Replace sorttables library with jQuery for "reorder children"Nigel Osborne1-14/+14
2011-11-10Replace sorttables library with jQuery for "reorder media"Nigel Osborne1-17/+13
2011-11-10Add loading gif to block tablesNigel Osborne1-2/+6
2011-11-10Fix: sidebar modules should use the module interface for their AJAX ↵fisharebest1-0/+47
callback. Note that some of the "mod_action" and "sb_action" can be combined/simplified.
2011-11-10Fix: HTML error with unknown name type tagsfisharebest1-3/+3
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