summaryrefslogtreecommitdiff
path: root/compact.php
AgeCommit message (Collapse)AuthorFilesLines
2011-09-22Add HTML escapes and directional markup when we CREATE the names of objects, ↵fisharebest1-4/+3
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-09-07Remove the "enable multimedia" option. Multimedia is always enabled. Add a ↵fisharebest1-2/+2
new configuration option to restrict who can upload new media files.
2011-06-21Remove option to send full-sized images as thumbnailsfisharebest1-2/+1
2011-06-11Lightbox module: stop loading config everywhere - just where it is used.fisharebest1-1/+0
2011-05-31Tidy up: generate BIRTH-YEAR - DEATH-YEAR ranges consistently.fisharebest1-4/+1
2011-05-20All highlight images make better use of the Media classLarry Meaney1-34/+12
Created display_silhouette() function to display gender-specific silhouettes move thumb_or_main() from functions.php to functions_mediadb.php
2011-04-30Rename: Pedigree chart -> Pedigree treefisharebest1-16/+6
2011-04-30Fix: bad I18N in report titles (concatenating text fragments). Also choose ↵fisharebest1-6/+2
better names for some of the reports
2011-02-18Use constant WT_MODULES_DIR instead of hard-coded references to 'modules/'fisharebest1-2/+2
2011-01-26don't display IDsŁukasz Wilenski1-8/+9
2011-01-25Tidy up <script type="text/javascript"> tags. fisharebest1-28/+24
2011-01-01Refactoring class names and use autoloading.fisharebest1-9/+9
2011-01-01Refactoring class names and use autoloading.fisharebest1-1/+1
2011-01-01Refactoring class names and use autoloading.fisharebest1-2/+2
2010-12-10Combine translations that differ only in capitalisationfisharebest1-4/+4
2010-11-29add the rawurlencoded GEDCOM to more urlsLarry Meaney1-1/+1
2010-10-30(no commit message)fisharebest1-124/+124
2010-10-07Remove unnecessary character set checksfisharebest1-3/+3
2010-09-25Tidy up whitespace/indentsfisharebest1-1/+1
2010-09-19Tidy whitespace/indentationfisharebest1-2/+1
2010-09-10Tidy up some whitespace/formattingfisharebest1-5/+3
2010-07-17Combine large and small icons - use CSS to downsize when small icons are ↵fisharebest1-6/+6
required
2010-07-17Combine WT_THEME_DIR with WT_IMAGES. This reduces repetition, and will ↵fisharebest1-9/+7
allow themes to share common images, e.g. in the images directory.
2010-06-27Remove unused globalsfisharebest1-2/+1
2010-06-27Remove old references to print-preview modefisharebest1-38/+36
2010-06-19Use API to access object datafisharebest1-1/+1
2010-06-18Streamline some privacy calculations; replace FactViewRestricted() and ↵fisharebest1-37/+20
showFact() with a new function canDisplayFact()
2010-06-03Don't show XREF in bracketsfisharebest1-21/+2
2010-05-14Merge duplicate texts that only differ by upper/lower case. Prefer ↵fisharebest1-2/+2
"Sentence case" to "Initial Capitals"
2010-04-12Consistent syntax for embedded variablesfisharebest1-1/+1
2010-04-05(no commit message)Veit Olschinski1-0/+467