summaryrefslogtreecommitdiff
path: root/includes
AgeCommit message (Expand)AuthorFilesLines
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach2-2/+2
2014-10-06TypoGreg Roach1-1/+1
2014-10-06Fix: cannot upgrade from webtrees 1.0.0 to latest versionGreg Roach1-5/+5
2014-10-06Tidy up DB schema updatesGreg Roach27-247/+98
2014-10-05Allow the User object to work as a null object (e.g. for visitors)Greg Roach1-6/+4
2014-10-05Use consistent terminology (preference versus setting)Greg Roach3-6/+6
2014-10-05Split tree/user preference getter/setter into two functionsGreg Roach1-3/+3
2014-10-05Cleanup - use WT_File class instead of manipulating filesystemGreg Roach1-12/+0
2014-10-05Split tree preference getter/setter into two separate functionsGreg Roach8-111/+103
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-3/+30
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-17#237 - function accept_all_changes() not foundGreg Roach1-7/+8
2014-09-17Split site-preference getter/setter into two functionsGreg Roach30-44/+44
2014-09-15utf8_substr() has been replaced with mb_substr()Greg Roach1-1/+1
2014-09-14Cleanup - remove dead/commented codeGreg Roach2-10/+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-13Remove dependency on PHP's ext/calendar extension, and use our ownGreg Roach1-3/+15
2014-09-12Use the (faster) native mb_string functions where available, and fallbacks wh...Greg Roach3-31/+37
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 Roach4-87/+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-27Prevent full-table-scans on wt_site_access_rulesGreg Roach1-1/+23
2014-08-27Coding style - prefer &&/|| to and/orGreg Roach1-2/+4
2014-08-27Remove execute file permissions from PHP scriptsGreg Roach1-0/+0
2014-08-26Initial framework for unit testsGreg Roach14-70/+3
2014-08-25Fix bad PHPDoc commentsGreg Roach1-1/+4
2014-08-25Error in table stats for unknown visitors in site access rulesGreg Roach1-1/+1
2014-08-14Import classes, per PSR autoloading standardsGreg Roach7-24/+40