summaryrefslogtreecommitdiff
path: root/app/Theme
AgeCommit message (Collapse)AuthorFilesLines
2015-05-09Popup windows need simple footersGreg Roach1-4/+12
2015-04-26Replace Zend_Session with our own classGreg Roach2-14/+7
2015-04-11Make bootstrap the default base stylingGreg Roach2-12/+14
2015-03-24Fix #383 - uses classes for styling menu itemsGreg Roach2-15/+16
2015-03-23Fix #510 - error when all trees privateGreg Roach1-1/+1
2015-03-23Fix #508 - wrong parameter to index_edit.phpGreg Roach1-1/+1
2015-03-22Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-2/+2
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-03-22Fix #502 - change-blocks link and hit counterGreg Roach1-1/+68
2015-03-21Code styleGreg Roach1-2/+1
2015-03-21Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-2/+2
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-03-12Replace Zend_Locale with Fisharebest\LocalizationGreg Roach2-3/+5
2015-03-09Use Tree object instead of ID/nameGreg Roach1-5/+10
2015-03-08Remove constants, to improve multi-tree handlingGreg Roach1-8/+14
2015-03-03Fix validation errormakitso1-1/+1
2015-03-02Fix 1427100 - users with LTR real names containing parentheses on RTL pagesGreg Roach1-2/+2
2015-03-02PSR-1Greg Roach1-3/+3
2015-03-02Module APIGreg Roach1-10/+10
2015-03-01Fix 1426714 - Pedigree Chart Displaymakitso1-0/+1
2015-02-28Fix #456Greg Roach1-1/+1
2015-02-28Fix #458 - empty reports menuGreg Roach1-14/+5
2015-02-22Pedigree chart tidyingDavid Drury3-5/+1
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 Roach3-4/+0
2015-02-20Remove Global usage and other chart workDavid Drury1-5/+5
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-16class Auth should be responsible for checking search enginesGreg Roach1-24/+10
2015-02-14Fix #1225606 - search needs to use GET, replaces needs to use POSTGreg Roach1-3/+2
2015-02-12Fix: images shown in person boxes for private individualsGreg Roach1-1/+1
2015-02-11Fix: 1420147 wrong target to list menusGreg Roach1-2/+2
2015-02-07Rename inconsistent method nameGreg Roach1-1/+1
2015-02-07Fix #428 - no public trees break pending changes menuGreg Roach1-1/+1
2015-02-07Better granularity for theme menusGreg Roach1-20/+95
2015-02-07Improve support for multiple trees on the same pageGreg Roach1-9/+9
2015-02-06Unused codeGreg Roach1-12/+0
2015-02-05Fix ##1284239 - Search: User permissions of selected tree are used for every ↵Greg Roach1-2/+2
tree
2015-02-05Add API to access the parent tree of a recordGreg Roach1-7/+7
2015-02-05Namespaces should consist of both vendor and packageGreg Roach8-9/+9
2015-02-05NamespacesGreg Roach1-5/+5
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach8-0/+2873