summaryrefslogtreecommitdiff
path: root/modules_v3/family_nav
AgeCommit message (Collapse)AuthorFilesLines
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-03-082017Greg Roach1-1/+1
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-2/+1
2015-05-31PSR-4Greg Roach1-0/+2
2015-03-02Module APIGreg Roach1-230/+1
2015-02-20Tidy upGreg Roach1-3/+3
2015-02-16class Auth should be responsible for checking search enginesGreg Roach1-9/+3
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-55/+43
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-6/+5
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2014-12-05PHPDocGreg Roach1-5/+5
2014-12-05PHPDocGreg Roach1-4/+30
2014-11-27PHPDocGreg Roach1-6/+6
2014-11-19Consistent capitalization of function names. Deprecated functions.Greg Roach1-2/+2
2014-10-22Remove old/commented codeGreg Roach1-1/+0
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-6/+6
2014-08-14Code without side-effects (see PSR-1) does not require guard headersGreg Roach1-5/+0
2014-04-19Bug fix & html tidyDavid Drury1-209/+144
fixes bug #1236995 which necessitates CSS changes. Also restructure module
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-12-28Family tab and family-navigator ignoring the 'Show private relationships' ↵Greg Roach1-3/+10
setting
2013-09-22Don't show (most) sidebar content to search enginesGreg Roach1-1/+3
2013-08-21Broken/invalid family links cause PHP errorsGreg Roach1-32/+38
2013-08-11Show pending new/old individuals in family navigatorGreg Roach1-2/+19
2013-08-11Fix: cannot add spouse to familyGreg Roach1-8/+10
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-07-04Show missing spouse as an unknown person on charts. Provides more ↵fisharebest1-10/+6
consistent layout and simpler code.
2013-06-30More refactoringfisharebest1-1/+0
2013-06-30More refactoring - consistent calls to get_relationship_name()fisharebest1-2/+2
2013-06-30More refactoring - consistent calls to get_relationship_name()fisharebest1-10/+2
2013-06-30More refactoringfisharebest1-168/+43
2013-06-29(no commit message)fisharebest1-2/+2
2013-06-15Remove "nowrap" from family navigator relationship labels. fisharebest1-12/+12
2013-06-15#901278 - Partner incorrectly displayed as wifefisharebest1-344/+220
2013-06-01#1168023 - Census Shared Note Assistant uses mother's first name instead of ↵fisharebest1-1/+1
wife's
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-1/+1
2012-11-05Remove unused globalfisharebest1-1/+1
2012-08-12Remove some redundant white-space from the HTML. This improves our Google ↵fisharebest1-275/+119
PageSpeed score a little.
2012-07-09Remove old/unused code relating to JS menus. Also fixes #1016225 - fisharebest1-13/+12
change flags not working in admin_places, which is caused by a conflicting function name - change_icon()
2012-04-17Start to disentangle the require_once dependencies. Previously, session.php ↵fisharebest1-2/+0
loaded functions_print, which loaded functions_charts and functions_places.
2012-03-24Replace $WT_IMAGES array of images with CSS.fisharebest1-3/+3
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-11/+11
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we ↵fisharebest1-3/+3
apply "center" at a parent element. We have now removed the "center", and no longer need this markup.
2011-11-06Fix: make the individual page tab "sticky", without all the URL rewriting, ↵fisharebest1-29/+22
scroll-to-top, etc.
2011-11-04tidy up codeŁukasz Wilenski1-12/+4
2011-11-04The cellpadding="0" attribute is obsolete and fails strict validation. ↵fisharebest1-1/+1
Replace it with CSS.
2011-11-04The align="center" attribute is obsolete and fails strict validation. ↵fisharebest1-16/+16
Replace it with CSS.
2011-11-04The nowrap="nowrap" attribute is obsolete and fails strict validation. ↵fisharebest1-12/+12
Replace it with CSS.
2011-11-03Refactoring - move towards a MVC (model/view/controller) architecturefisharebest1-47/+26