summaryrefslogtreecommitdiff
path: root/action.php
AgeCommit message (Expand)AuthorFilesLines
2017-11-03CodeStyle - spacing/alignmentGreg Roach1-17/+17
2017-11-03CodeStyle - spaces around concatenation operatorGreg Roach1-2/+2
2017-08-06Fix #1285 - Create media objects from media filesGreg Roach1-0/+30
2017-08-03Use views/templates for emailsGreg Roach1-5/+5
2017-08-02Use views/templates for select/optionsGreg Roach1-5/+5
2017-07-02Use glide/intervention to generate thumbnail imagesGreg Roach1-2/+1
2017-06-21Upload replacement files for media objectsGreg Roach1-1/+0
2017-06-21Add ability to generate unique filenames for existing filesGreg Roach1-3/+1
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-11/+202
2017-03-24Merge some changes from develop branchGreg Roach1-1/+1
2017-03-222017Greg Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-4/+4
2016-12-05Fix #776 - do not update activity time when masqueradingGreg Roach1-0/+1
2016-06-18Fix: #954 - better confirmation message for deletionGreg Roach1-1/+7
2016-02-21Ability to delete non-genealogy recordsGreg Roach1-6/+1
2016-02-21Case mismatchGreg Roach1-2/+2
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-17Two spaces have no effect in HTMLGreg Roach1-1/+1
2015-06-16Fix #605, #606 - remove URL parameters for language and themeGreg Roach1-0/+14
2015-06-08PHPDocGreg Roach1-2/+1
2015-06-05Refactor includes/functions into classesGreg Roach1-6/+10
2015-05-30Code styleGreg Roach1-6/+6
2015-04-26Replace Zend_Session with our own classGreg Roach1-20/+16
2015-03-09Refactor tree to ID/name conversionsGreg Roach1-1/+1
2015-03-09Use Tree object instead of ID/nameGreg Roach1-11/+12
2015-03-08Remove constants, to improve multi-tree handlingGreg Roach1-3/+3
2015-02-13PHPDocGreg Roach1-1/+2
2015-02-05GlobalsGreg Roach1-0/+1
2015-02-05Use tree objects instead of idsGreg Roach1-3/+3
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-04Document globalsGreg Roach1-0/+6
2015-02-03Autoload includes/functions/*Greg Roach1-5/+0
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-69/+46
2015-01-29EnglishGreg Roach1-2/+2
2015-01-28Use PHP function to set HTTP statusGreg Roach1-8/+8
2015-01-21Code quality - avoid @, exit() and die()Greg Roach1-2/+2
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-13/+13
2015-01-17New theme system and admin interfaceGreg Roach1-2/+3
2014-12-09merge some minor changes from the theme branchGreg Roach1-1/+1
2014-11-27PHPDocGreg Roach1-1/+1
2014-11-18Merge some menu changes from the theme branchGreg Roach1-4/+4
2014-10-22Better description of variable namesGreg Roach1-1/+1
2014-10-10Update .PO files. Fix some minor English grammar.Greg Roach1-2/+2
2014-10-05Allow the User object to work as a null object (e.g. for visitors)Greg Roach1-4/+2
2014-10-05Use consistent terminology (preference versus setting)Greg Roach1-1/+1
2014-09-17#237 - function accept_all_changes() not foundGreg Roach1-2/+0
2014-09-17Split site-preference getter/setter into two functionsGreg Roach1-1/+1
2014-09-01#228 wrong include filesGreg Roach1-2/+2
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-9/+13
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-13/+10