summaryrefslogtreecommitdiff
path: root/includes
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-13Remove I18N debug tool.Greg Roach1-1/+0
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 Roach2-6/+7
2014-07-31Update datatables to 1.10.1Greg Roach2-20/+20
2014-07-31Clean up handling of filter buttons in individual/family lists (contd)Greg Roach1-11/+6
2014-07-30Clean up handling of filter buttons in individual/family lists (contd)Greg Roach2-20/+20
2014-07-30Clean up handling of filter buttons in individual/family listsGreg Roach2-191/+79
2014-07-30Use UUID when unique ID is neededDavid Drury4-15/+20
2014-07-23Use external library to generate UUIDsGreg Roach2-66/+15
2014-06-25Tidy up English punctuation, capitalisation, etc.Greg Roach1-1/+1
2014-06-21#1315914 - Bouton Latitude/LongitudeGreg Roach1-1/+1
2014-06-21#158 - show first line of notes on individual facts tabGreg Roach1-1/+6
2014-06-21#158 - add links from the notes tab to the note pageGreg Roach1-2/+9
2014-06-21#58 - do not update superglobalsGreg Roach1-16/+13
2014-06-21Capitalisation and punctuationGreg Roach5-7/+7
2014-06-21Use multiplication symbol instead of letter XGreg Roach1-119/+119
2014-06-21I18N: Numbers are stringsGreg Roach1-2/+2
2014-06-17Autocomplete doesn't work on pages with data from multiple treesGreg Roach2-10/+34
2014-06-12Trap duplicated theme error. Allow translation of theme names.Greg Roach1-5/+11
2014-05-27Remove default option when adding new fact/eventGreg Roach1-0/+1
2014-05-14Error sending mail between usersGreg Roach1-57/+59