summaryrefslogtreecommitdiff
path: root/modules_v3
AgeCommit message (Expand)AuthorFilesLines
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach17-64/+80
2014-10-06Tidy up DB schema updatesGreg Roach15-78/+4
2014-10-05Use consistent terminology (preference versus setting)Greg Roach4-6/+6
2014-10-05Split tree preference getter/setter into two separate functionsGreg Roach8-24/+26
2014-10-03Remove old functionsGreg Roach1-10/+10
2014-09-28Error handling in GM flags editorGreg Roach1-17/+22
2014-09-28Fix #1083922 - Note prefix selection ignoredGreg Roach1-3/+0
2014-09-27#1301261 - Delete messages with error messageGreg Roach1-3/+3
2014-09-20Fix: 1334925 - Upcoming events block - not sorting by dateGreg Roach2-43/+42
2014-09-20Merge branch 'MoreJSwork' of https://github.com/ddrury/webtrees into ddrury-M...Greg Roach3-8/+5
2014-09-20Simplify Person box drop down menu functionsDavid Drury3-8/+5
2014-09-20Two functions called print_pedigree_person_nav2() with similar contents. Ren...Greg Roach2-296/+276
2014-09-20Cleaner test for invalid regular expressionsGreg Roach1-5/+4
2014-09-19Unused codeGreg Roach1-24/+1
2014-09-19Unused codeGreg Roach1-1/+0
2014-09-19Unused codeGreg Roach1-24/+5
2014-09-19Unused codeGreg Roach1-11/+0
2014-09-19Unused codeGreg Roach1-13/+9
2014-09-19Unused codeGreg Roach1-5/+12
2014-09-19Unused codeGreg Roach1-16/+15
2014-09-19Unused codeGreg Roach1-27/+21
2014-09-18Use WT_DBStatement->fetchOne() in preference to PDOStatement->fetchColumn()Greg Roach1-3/+4
2014-09-18Unused codeGreg Roach2-5/+2
2014-09-18User journal module won't install without news moduleGreg Roach1-1/+1
2014-09-18Unused codeGreg Roach2-6/+1
2014-09-18Unused codeGreg Roach1-1/+1
2014-09-18Remove unused codeGreg Roach1-8/+0
2014-09-18Unused codeGreg Roach1-7/+3
2014-09-18Code style - do not append to an uninitialised arrayGreg Roach1-0/+3
2014-09-18Code cleanup - do not use the return value from void functionsGreg Roach1-31/+21
2014-09-18Code cleanup - unnecessary local variablesGreg Roach2-9/+6
2014-09-18Code cleanup: do not use the 'with' construct in javascriptGreg Roach1-88/+88
2014-09-18Code cleanup - do not assign variables to themselvesGreg Roach3-18/+9
2014-09-17Code style: do not append values to uninitialised arraysGreg Roach1-23/+13
2014-09-17Split site-preference getter/setter into two functionsGreg Roach20-25/+25
2014-09-14Cleanup - remove dead/commented codeGreg Roach1-4/+2
2014-09-13Code style - PSR-1 names for methodsGreg Roach1-75/+67
2014-09-13Code style - PSR-1 names for methodsGreg Roach1-2/+2
2014-09-13Code style - method names and type-hintsGreg Roach2-50/+50
2014-09-13Code style - PSR-1 names for methodsGreg Roach1-1/+1
2014-09-13Code style - PSR-1 names for methodsGreg Roach2-2/+2
2014-09-13Code style - PSR-1 names for methodsGreg Roach1-5/+5
2014-09-13Refactor dates and calendars. These are two different types of entity.Greg Roach1-3/+6
2014-08-29Move global I18N functions to I18N classGreg Roach2-3/+3
2014-08-28Use print_r() for debug onlyGreg Roach1-3/+3
2014-08-27Remove unused variablesGreg Roach2-134/+94
2014-08-27Unescaped text in census assistantGreg Roach2-71/+76
2014-08-27Remove execute file permissions from PHP scriptsGreg Roach2-0/+0
2014-08-25Fix bad PHPDoc commentsGreg Roach1-5/+3
2014-08-14Code without side-effects (see PSR-1) does not require guard headersGreg Roach63-315/+3