summaryrefslogtreecommitdiff
path: root/app/Theme
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08Fix #970 - empty favorites menuGreg Roach1-12/+16
2016-06-06Refactor search menuGreg Roach1-14/+45
2016-05-07Improve English textsGreg Roach2-3/+3
2016-04-16Added items are always newGreg Roach1-1/+1
2016-04-11Charts as modules - more workGreg Roach2-73/+173
2016-04-11Charts As Modulesric20162-134/+87
2016-04-09Fix: #715Greg Roach1-1/+7
2016-04-08Vertical scrollbar for long menus (e.g. langauge/trees)Greg Roach7-7/+7
2016-03-09Simplify logicGreg Roach1-1/+1
2016-03-08Show "pending changes exists" in secondary menu to moderatorsJosef Pavlik1-1/+1
2016-03-02Fix #866 - double escapingGreg Roach1-1/+1
2016-02-09Missing commaDavid Drury1-1/+1
2016-02-03#824 html validationGreg Roach1-2/+2
2016-01-30Update copyright yearGreg Roach9-9/+9
2016-01-25#739 - allow opt out of analytics cookiesGreg Roach8-8/+20
2016-01-25Honour DNT request headerGreg Roach1-2/+15
2016-01-17Two spaces have no effect in HTMLGreg Roach3-11/+11
2016-01-15Fix #799 - Palette menuGreg Roach1-9/+14
2016-01-15Fix #795 - links to private individualsGreg Roach1-22/+36
2016-01-04Fix #747 - menus on touch screensGreg Roach1-23/+12
2015-10-29Code styleGreg Roach1-1/+0
2015-10-29Code-styleGreg Roach1-2/+2
2015-09-29DRYGreg Roach7-47/+12
2015-09-16ga.js is deprecated in favour of analytics.jsGreg Roach1-5/+5
2015-09-15Fix #676 and #671 - tree menu / submenusGreg Roach1-18/+12
2015-09-04Fix #714 Piwiki URLGreg Roach1-0/+2
2015-08-20Clouds/Colors - do not need to remove markup from menu labelsGreg Roach1-1/+1
2015-08-09Fix #661 admin/manager roleGreg Roach1-2/+2
2015-07-12Code styleGreg Roach1-1/+1
2015-07-12PHP < 5.3.8 cannot extend abstract classes with abstract methodsGreg Roach1-14/+0
2015-07-06Fix #381 - replace images with CSSGreg Roach3-11/+3
2015-06-19Extra parameter to placelist.phpGreg Roach1-29/+20
2015-06-19TypoGreg Roach1-1/+1
2015-06-19Canonical URLsGreg Roach1-16/+0
2015-06-18Use rel=nofollow instead of hiding linksGreg Roach1-5/+2
2015-06-17Use rel=nofollow instead of hiding linksGreg Roach1-24/+21
2015-06-17Use rel=nofollow instead of hiding linksGreg Roach1-42/+38
2015-06-17Use rel=nofollow instead of hiding linksGreg Roach1-17/+8
2015-06-17Use rel=nofollow instead of hiding linksGreg Roach1-23/+11
2015-06-17New menu APIGreg Roach1-1/+1
2015-06-16Fix #605, #606 - remove URL parameters for language and themeGreg Roach1-13/+12
2015-06-16Allow more HTML attributes on menu itemsGreg Roach2-18/+14
2015-06-08PHPDocGreg Roach9-39/+34
2015-06-08Split BaseTheme into AbstractTheme and ThemeInterfaceGreg Roach9-84/+671
2015-06-07Rework lifespan chartDavid Drury1-1/+1
Made look and feel more like other charts Works for RTL languages Added support for different calendars Simplified chart by removing the pan/scroll arrows and replaced with scrollbars Removed birth and death markers and replaced with a popup showing key events when the sex-image/name/lifespan on the bar is hovered over - this also replaces the existing (non functional) code which should have placed key event markers (and a popup) along the length of the bar. popups use code structure found elsewhere in webtrees Generate bar colors on the fly using the hsla model (doesn't work for ie8 which gets pink for a girl, blue for a boy) For short lifespans sensibly trucate the info on the bar The popup always includes vital events and then only other events that meets the search criteria Hide form on print If searching a place, now include marriage events
2015-06-05Refactor includes/functions into classesGreg Roach3-8/+10
2015-06-04Update font dejavu sansGreg Roach1-1/+1
2015-06-01Fix #591 - typoGreg Roach1-1/+1
2015-05-31PSR-4Greg Roach8-9/+46
2015-05-30Code styleGreg Roach3-32/+25