Plugin Directory

Changeset 2848716


Ignore:
Timestamp:
01/15/2023 04:40:39 PM (3 years ago)
Author:
colinsp
Message:

Minor updates to improve performance and display. See Readme for full details

Location:
gedshow/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gedshow/trunk/csgen.php

    r2568911 r2848716  
    33*Plugin Name: Gedshow
    44*Description: Import a gedcom file and display the individuals and their facts on a page.
    5 *Version: 2.0.13
     5*Version: 2.0.14
    66*Author: Colin Spencer & Graham Hillier
    77*License: GPLv2 or later
     
    1515* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    1616*Changes
    17 *       v2.0.13 - Corrected a bug where divorce details were replacing a marriage details for the same couple
     17*   v2.0.14
     18* - CSS change to better display first letter of Surnames on buttons in some themes
     19* - CSS change to allow copying of text from page content with ctrl (cmd) / c
     20* - Minor code changes to improve performance
    1821*
    1922*/
     
    2528define('GS_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2629if (!defined('GS_VERSION')) {
    27     define ('GS_VERSION', '2.0.13');
     30    define ('GS_VERSION', '2.0.14');
    2831}
    2932
  • gedshow/trunk/gedshow.css

    r2446846 r2848716  
    6464.cs_tree_btn {background-image: url("images/tree-small.jpg") !important; background-repeat: no-repeat; height: 36px; text-align: right; width: 130px;
    6565font-size: 11px;}
    66 .cs_alpha_btn, .cs_alpha_btn a, .cs_alpha_btn a:visited, .cs_alpha_btn a:hover {margin:3px 3px 0 0 !important; padding:3px !important; text-decoration:none !important; color: #000000 !important; background-color: lightslategrey !important; font-size: 13px !important; border: none !important;}
     66.cs_alpha_btn, .cs_alpha_btn a, .cs_alpha_btn a:visited, .cs_alpha_btn a:hover {margin:3px 3px 0 0 !important; text-decoration:none !important; color: #000000 !important; background-color: lightslategrey !important; font-size: 13px !important; border: none !important;}
    6767.cs_note_button {background-image: url("images/note.png") !important; background-repeat: no-repeat; height: 45px; width: 45px; background-color: transparent !important;}
    6868@media screen and (max-width: 800px){.tree-container {margin-left: 10px !important; overflow: scroll; }}
     
    7777html {box-sizing: border-box;}
    7878*, *:before, *:after {box-sizing: inherit;}
    79 body {user-select: none;}
     79/*body {user-select: none;}*/
    8080#gstr_family-graph {width: 100%; height: 100%;}
    8181#gstr_wrapper {margin-top: 50px; position: relative;}
     
    141141.gs_tooltip:hover .gs_tooltiptext {visibility: visible;}
    142142.gs_tooltip .gs_tooltiptext::after {content: " ";position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: black transparent transparent transparent;}
     143
  • gedshow/trunk/readme.txt

    r2804432 r2848716  
    7373
    7474== Changelog ==
    75 = 2.0.13 =
    76 - Corrected a bug where divorce details were replacing a marriage details for the same couple
    77 - Added additional qualifier to the gs_individual shortcode of facts to allow the inclusion of all facts for the individual in a table below the narrative sentence and before the personal content.
    78 - Changed the default image to a thumbnail of the photo on the individual record if a photo is present
     75= 2.0.14 =
     76- CSS change to better display first letter of Surnames on buttons in some themes
     77- CSS change to allow copying of text from page content with ctrl (cmd) / c
     78- Minor code changes to improve performance
    7979
    8080= 1.0 =
Note: See TracChangeset for help on using the changeset viewer.