summaryrefslogtreecommitdiff
path: root/app/Controller
AgeCommit message (Collapse)AuthorFilesLines
2015-03-02Module APIGreg Roach7-11/+11
2015-03-02PSR-1Greg Roach1-2/+2
2015-03-02PSR-1Greg Roach3-20/+12
2015-02-28Fix #457 - adding individuals via place in lifespan chartGreg Roach1-2/+2
2015-02-26Cannot delete some recordsGreg Roach5-6/+6
2015-02-22Pedigree chart tidyingDavid Drury1-65/+30
Remove more "magic numbers" Accurately setting the #pedigree_chart width & height allows the chart to be positioned by css thus allowing a few chart variables to be removed
2015-02-20Tidy upGreg Roach8-64/+64
2015-02-20Remove Global usage and other chart workDavid Drury7-409/+288
Removed global variables from charts and chart related functions (either pass variable as a parameter or obtain from controller) Most charts - remove unused or broken parameters from forms Pedigree chart remove chart and canvas css offset and remove most (but not all) embedded 'magic numbers' FamilyBookController reinstate variable deleted in error
2015-02-18Performance of 'find all relationships'Greg Roach1-0/+10
2015-02-16class Auth should be responsible for checking search enginesGreg Roach1-3/+1
2015-02-16GlobalsGreg Roach1-3/+5
2015-02-16Scrutinizer Auto-FixesScrutinizer Auto-Fixer3-3/+3
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-02-16PHPDocGreg Roach1-3/+3
2015-02-16PHPDocGreg Roach1-3/+3
2015-02-16Add visibility to constructorsGreg Roach8-8/+8
2015-02-16Rewrite relationship calculations. Fixes #256 and 899785.Greg Roach1-231/+74
2015-02-15Updated HE translation by MelizaGreg Roach1-0/+279
2015-02-14Fix #1225606 - search needs to use GET, replaces needs to use POSTGreg Roach2-258/+172
2015-02-14Use Tree objects instead of tree IDsGreg Roach1-11/+11
2015-02-14GlobalsGreg Roach1-6/+8
2015-02-13PHPDocGreg Roach1-2/+2
2015-02-13Upper/lower case function namesGreg Roach1-2/+2
2015-02-12SpacingGreg Roach1-3/+3
2015-02-12Unused codeGreg Roach1-21/+13
2015-02-11Unused codeGreg Roach1-1/+0
2015-02-11Fix scrutinizer warnings in pedigree controllerGreg Roach1-8/+1
2015-02-11Fix scrutinizer warnings in hourglass controllerGreg Roach1-27/+8
2015-02-11Fix scrutinizer warnings in fanchart controllerGreg Roach1-1/+1
2015-02-11Fix scrutinizer warnings in family book controllerGreg Roach1-51/+40
2015-02-08Improve stack dump for error reportingGreg Roach1-5/+0
2015-02-07Rename inconsistent method nameGreg Roach4-10/+10
2015-02-07Remove global $TEXT_DIRECTIONGreg Roach4-21/+17
2015-02-06GlobalsGreg Roach1-1/+1
2015-02-06Remove globalGreg Roach1-3/+1
2015-02-06Unused codeGreg Roach1-1/+1
2015-02-06TypoGreg Roach1-6/+6
2015-02-06PHPDocGreg Roach1-1/+6
2015-02-05Remove global $GEDCOMGreg Roach1-2/+0
2015-02-05Dead codeGreg Roach1-4/+0
2015-02-05No longer need to update globals, as records contain their own privacy settingsGreg Roach1-13/+0
2015-02-05Replace globals with tree propertiesGreg Roach6-30/+21
2015-02-05Replace globals with tree propertiesGreg Roach6-28/+6
2015-02-05Replace globals with tree propertiesGreg Roach2-4/+4
2015-02-05Use tree objects instead of idsGreg Roach1-4/+4
2015-02-05Fix ##1284239 - Search: User permissions of selected tree are used for every ↵Greg Roach1-9/+9
tree
2015-02-05Missed a few conflictsGreg Roach1-20/+0
2015-02-05Add API to access the parent tree of a recordGreg Roach1-9/+30
2015-02-05Namespaces should consist of both vendor and packageGreg Roach24-34/+34
2015-02-05NamespacesGreg Roach4-4/+4
2015-02-03Autoload includes/functions/*Greg Roach8-15/+0