summaryrefslogtreecommitdiff
path: root/includes/functions
AgeCommit message (Expand)AuthorFilesLines
2014-10-05Use consistent terminology (preference versus setting)Greg Roach1-3/+3
2014-10-05Split tree preference getter/setter into two separate functionsGreg Roach5-104/+96
2014-10-03Remove old functionsGreg Roach1-21/+0
2014-09-28Fix #1083922 - Note prefix selection ignoredGreg Roach1-6/+15
2014-09-28Fix #1266160 - Vital Records Report does not sortGreg Roach1-1/+3
2014-09-27Fix #252 - constant ENT_HTML5 is not available in PHP5.3Greg Roach1-1/+1
2014-09-20Fix: 1334925 - Upcoming events block - not sorting by dateGreg Roach1-3/+1
2014-09-20Merge branch 'MoreJSwork' of https://github.com/ddrury/webtrees into ddrury-M...Greg Roach3-123/+93
2014-09-20Simplify Person box drop down menu functionsDavid Drury3-123/+93
2014-09-20Code cleanupGreg Roach2-6/+2
2014-09-20Unused codeGreg Roach1-57/+44
2014-09-19Unused codeGreg Roach1-5/+4
2014-09-19Unused codeGreg Roach1-2/+2
2014-09-19Unused codeGreg Roach2-2/+2
2014-09-18Unused codeGreg Roach1-2/+2
2014-09-18Remove unused codeGreg Roach2-15/+17
2014-09-18#240 error creating certain jewish anniversariesGreg Roach1-2/+2
2014-09-18Code cleanup - do not use the return value from void functionsGreg Roach1-10/+30
2014-09-17Code style: do not append values to uninitialised arraysGreg Roach1-1/+7
2014-09-17Split site-preference getter/setter into two functionsGreg Roach1-5/+5
2014-09-15utf8_substr() has been replaced with mb_substr()Greg Roach1-1/+1
2014-09-14Cleanup - remove dead/commented codeGreg Roach1-6/+3
2014-09-14Allow some formatting in the first line of collapsed notesGreg Roach1-1/+1
2014-09-14Filter markdown from the first line of a multi line note in the same manner a...David Drury1-1/+8
2014-09-13Code style - PSR-1 names for methodsGreg Roach2-10/+10
2014-09-13Code style - PSR-1 names for methodsGreg Roach4-16/+16
2014-09-13Code style - missing newline on final lineGreg Roach1-1/+1
2014-09-12Use the (faster) native mb_string functions where available, and fallbacks wh...Greg Roach2-30/+29
2014-08-29Remove unused (AFAICT) file inclusions. Fix bug from recent changeGreg Roach2-6/+2
2014-08-29Remove unused variablesGreg Roach1-1/+0
2014-08-29Move global I18N functions to I18N classGreg Roach3-86/+14
2014-08-29Move global I18N functions to I18N classGreg Roach5-142/+16
2014-08-29Remove function from global scope, and add unit testsGreg Roach1-52/+0
2014-08-27Coding style - prefer &&/|| to and/orGreg Roach1-2/+4
2014-08-26Initial framework for unit testsGreg Roach13-65/+3
2014-08-25Fix bad PHPDoc commentsGreg Roach1-1/+4
2014-08-14Import classes, per PSR autoloading standardsGreg Roach5-8/+18
2014-08-12Merge pull request #220 from ddrury/Issue217fixGreg Roach1-16/+14
2014-08-12Families list - divorce filter not workingGreg Roach1-2/+2
2014-08-12Individual lists - filter by death not workingGreg Roach1-1/+1
2014-08-11Fix for issue 217 - Tighten the scope of the on click event for the "show par...David Drury1-16/+14
2014-08-06Unescaped HTML in source listGreg Roach1-1/+1
2014-08-06Unescaped HTML in repository listGreg Roach1-1/+1
2014-08-06Unescaped HTML in shared-note listGreg Roach1-1/+1
2014-08-02INDI/FAM lists. Move filter buttons into header, make anniversary columns so...Greg Roach1-174/+396
2014-08-01Consistency between INDI and FAM listsGreg Roach1-11/+15
2014-07-31Partial fix to problem of hide/show parents in indi/fam lists only affecting ...Greg Roach1-7/+29
2014-07-31DataTables 1.10.1 has problems filtering - revert to 1.10.0Greg Roach1-5/+6
2014-07-31Update datatables to 1.10.1Greg Roach1-19/+19
2014-07-31Clean up handling of filter buttons in individual/family lists (contd)Greg Roach1-11/+6