summaryrefslogtreecommitdiff
path: root/timeline.php
AgeCommit message (Collapse)AuthorFilesLines
2011-12-05#900102 - Some charts missing title help iconfisharebest1-1/+1
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we ↵fisharebest1-1/+1
apply "center" at a parent element. We have now removed the "center", and no longer need this markup.
2011-11-11Remove redundant/obsolete html attribute (border="0") as this is already set ↵fisharebest1-2/+2
in CSS
2011-11-10Remove hspace="0" and vspace="0" attributes from <img> tags. These are (a) ↵fisharebest1-1/+1
deprecated and (b) the default.
2011-11-03Refactoring - move towards a MVC (model/view/controller) architecturefisharebest1-6/+2
2011-09-22Remove PrintReady()fisharebest1-2/+2
2011-09-22Add HTML escapes and directional markup when we CREATE the names of objects, ↵fisharebest1-1/+1
rather than when we DISPLAY them. It is easier to do it in one place, not everywhere. getFullName() already calls canDisplayName(), so no need to call it a second time.
2011-06-04Minor layout changefisharebest1-2/+2
2011-06-04I18N: for consistency, use "individual" instead of "person".fisharebest1-1/+1
2011-04-30Fix: bad I18N in report titles (concatenating text fragments). Also choose ↵fisharebest1-2/+2
better names for some of the reports
2011-03-19Add a "move" pointer to the lifespan "age cursor", to indicate that it can ↵fisharebest1-1/+1
be moved.
2011-03-19I18N: better name for the "age marker" on timeline.phpfisharebest1-1/+1
2011-03-17Replace popup help text with better inline text.fisharebest1-5/+5
2011-03-17Timeline explanations do not reflect actions - Bug #725929Nigel Osborne1-1/+1
2011-01-25Tidy up <script type="text/javascript"> tags. fisharebest1-34/+28
2011-01-15Remove rtl timeline_chartsRob Peters1-2/+0
2011-01-05Minor tidy up. Use Objects instead of XREFs and raw gedcomfisharebest1-1/+1
2011-01-01Refactoring class names and use autoloading.fisharebest1-19/+19
2011-01-01Refactoring class names and use autoloading.fisharebest1-2/+1
2010-12-16Remove "help about this page" option, and move the (few) useful help items ↵fisharebest1-1/+1
to explicit links on each page.
2010-11-29add the rawurlencoded GEDCOM to more urlsLarry Meaney1-7/+7
2010-10-30(no commit message)fisharebest1-5/+5
2010-10-30Cosmetic change - consistent "; " before PHP close tagfisharebest1-10/+10
2010-10-30(no commit message)fisharebest1-40/+40
2010-10-07Remove unnecessary character set checksfisharebest1-2/+2
2010-09-25Tidy up whitespace/indentsfisharebest1-2/+2
2010-09-19Tidy whitespace/indentationfisharebest1-2/+1
2010-08-22add context translations to "unknown"Łukasz Wilenski1-1/+1
2010-07-17Combine large and small icons - use CSS to downsize when small icons are ↵fisharebest1-8/+8
required
2010-07-17Combine WT_THEME_DIR with WT_IMAGES. This reduces repetition, and will ↵fisharebest1-8/+8
allow themes to share common images, e.g. in the images directory.
2010-06-26Remove old references to print-preview modefisharebest1-17/+7
2010-05-14Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-3/+3
"Sentence case" to "Initial Capitals"
2010-05-13Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-1/+1
"Sentence case" to "Initial Capitals"
2010-05-12Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-2/+2
"Sentence case" to "Initial Capitals"
2010-05-05Fix: Recent changes to technical and genealogy contacts were incompletefisharebest1-1/+1
2010-04-05(no commit message)Veit Olschinski1-0/+447