summaryrefslogtreecommitdiff
path: root/app/Http
AgeCommit message (Expand)AuthorFilesLines
2019-03-01Typo in HTML in error handlerGreg Roach1-1/+1
2019-03-01Tidy up initialisationGreg Roach1-0/+2
2019-03-01Fixed case mismatch in function/method call (#2286)Rico Sonntag2-3/+3
2019-02-27Apply fixes from StyleCI (#2278)Greg Roach1-2/+1
2019-02-26Remove global constant WT_TIMESTAMPGreg Roach2-3/+9
2019-02-26Remove global constant CLIENT_JDGreg Roach1-1/+2
2019-02-25Fix: #2270 - error creating default blocks for tree/userGreg Roach1-2/+2
2019-02-25Fix: #2271 - update variable nameGreg Roach1-1/+1
2019-02-25Better handling of CSRF token expiryGreg Roach1-1/+5
2019-02-25Fix: #1246 - show server errors on the control panelGreg Roach2-179/+52
2019-02-24Fix: #2267 - update module admin to use new database columnGreg Roach1-11/+11
2019-02-24Fix: #2265 - stop importing if fatal error occursGreg Roach1-128/+138
2019-02-24Working on modulesGreg Roach2-3/+3
2019-02-24Apply fixes from StyleCI (#2262)Greg Roach2-2/+2
2019-02-24Unused importsGreg Roach3-5/+1
2019-02-24Fix page titles on module administration pagesGreg Roach1-12/+0
2019-02-24PHPdocGreg Roach1-1/+0
2019-02-23Refactor module componentsGreg Roach6-35/+45
2019-02-23Lists as ModulesRichard Cissee5-37/+98
2019-02-23Cleanup /data/tmp during housekeepingGreg Roach1-2/+13
2019-02-23Use UTC internally, and convert to local time for displayGreg Roach1-3/+3
2019-02-22Add PHP driver checks to setup wizardGreg Roach1-43/+69
2019-02-22Fix error when creating tree with duplicate nameGreg Roach1-1/+4
2019-02-22Add warnings for PostgreSQL and SQL ServerGreg Roach1-2/+15
2019-02-22Add experimental support for non-mysql databasesGreg Roach1-160/+158
2019-02-20Convert SQL queries to use illuminate/databaseGreg Roach1-3/+5
2019-02-20Fix PHP error when adding empty factGreg Roach1-1/+1
2019-02-20Use Collections instead of arraysGreg Roach1-3/+4
2019-02-20Move database migration and seeding to a serviceGreg Roach1-9/+12
2019-02-17Fix: #2224 - sexImage() versus getSexImage()Greg Roach1-3/+3
2019-02-16Fix: #2223 - arrays are now collectionsGreg Roach1-1/+1
2019-02-16Use Collection classGreg Roach3-6/+7
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach22-133/+121
2019-02-15Ignore collation differences when importing place namesGreg Roach1-17/+21
2019-02-15Working on pedigree chartGreg Roach1-5/+0
2019-02-13Fix: #2190 - erroneous warning when editing usersGreg Roach1-3/+3
2019-02-13Refactoring themes and chart boxesGreg Roach3-38/+4
2019-02-11Working on RTL and iconsGreg Roach2-25/+11
2019-02-10Working on themesGreg Roach1-10/+10
2019-02-06Copying to clipboard unreliableGreg Roach1-1/+1
2019-02-05Fix: #1558 and #2185 - GEDCOM date fields are always LTRGreg Roach1-0/+1
2019-02-05Missing parameterGreg Roach1-1/+2
2019-02-05Fix: #2159 - integrate clipboard support into modulesGreg Roach6-44/+68
2019-02-04Fix: #2174 - error handling when setting duplicate email/usernameGreg Roach1-4/+15
2019-02-04Error in error handlerGreg Roach1-0/+1
2019-02-04TestingGreg Roach1-41/+53
2019-02-04TestingGreg Roach1-4/+1
2019-02-04Working on upgrade wizard and testingGreg Roach3-184/+542
2019-02-02Fix: #2175 - error deleting userGreg Roach3-7/+6
2019-02-02Replace password confirmation with hide/show passwordGreg Roach2-27/+15