summaryrefslogtreecommitdiff
path: root/library/WT/Tree.php
AgeCommit message (Expand)AuthorFilesLines
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-13/+5
2014-05-06Revert "Replace global user functions with WT_User class" - submitted to wron...Greg Roach1-2/+5
2014-05-06Replace global user functions with WT_User classGreg Roach1-5/+2
2014-02-22#1280687 Change in Geonames API interfaceGreg Roach1-1/+0
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-26Add initial support for markdownGreg Roach1-1/+1
2013-11-30Typos in msgctxt strings for relationships. Consistent use of punctuationGreg Roach1-3/+3
2013-11-29Export GEDCOM files using fetch() rather than fetchAll() to reduce memory req...Greg Roach1-0/+47
2013-11-24#1252278 - webtrees 1.5.0 unable to save sitemap stateGreg Roach1-0/+1
2013-11-01Tidy up trailing whitespaceGreg Roach1-4/+4
2013-08-30#1218624 - Interactive tree event sequence - dev / do not abbreviate chart la...fisharebest1-1/+0
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-2/+2
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-06-12#1064348 - Private trees are completely private - so how can we show welcome ...fisharebest1-3/+0
2013-05-11#1161877 - Admin sees edit options when editing disabledfisharebest1-3/+1
2013-03-25Set the user/tree blocks when we create a user/tree - not when we display the...fisharebest1-0/+8
2013-01-22Remove the lightbox plugin from the "album" module. Add the colorbox module ...fisharebest1-1/+0
2013-01-18Major refactoring of media code.fisharebest1-2/+1
2013-01-12Remove the "AUTO_GENERATE_THUMBS" option. We should generate thumbnails when...fisharebest1-1/+0
2013-01-09Change the default title for new trees. The old title assumed you had a gedc...fisharebest1-2/+2
2012-11-27Remove configuration option "POSTAL_CODE". Do not show the ADDR subtags - th...fisharebest1-1/+0
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-1/+1
2012-10-31Update DB structure - remove wt_media_mapping table (use wt_links instead), u...fisharebest1-2/+2
2012-10-30Remove ADDR/EMAIL/FAX from the default list of INDI facts. We should encoura...fisharebest1-1/+1
2012-10-21Simplify media handling - the options USE_MEDIA_FIREWALL, MEDIA_FIREWALL_THUM...fisharebest1-3/+0
2012-09-24Fix startup dependency issue. Cannot choose a language without knowing the t...fisharebest1-1/+1
2012-09-21Fix - after creating a new tree, the title is not shown until the page is ref...fisharebest1-1/+4
2012-09-16#1006430 - rtl/ltr parenthesis etc.fisharebest1-1/+1
2012-09-15Fix: lots of issues when there are either no trees, or no trees with public a...fisharebest1-9/+10
2012-09-15Create objects to encapsulate trees. Allows us to cache tree settings, which...fisharebest1-15/+114
2012-09-15Fix: Tree-titles containing "%" characters break the tree-title translationfisharebest1-1/+4
2012-09-15Fix: tree titles not being translatedfisharebest1-1/+1
2012-09-14Performance: fetch all the wt_site_setting values in one query.fisharebest1-3/+3
2012-09-14Tidy usage of new WT_Tree class.fisharebest1-1/+8
2012-09-13Complete rewrite of the handling of lists of trees:fisharebest1-0/+278