summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Collapse)AuthorFilesLines
2011-10-21#821931 - Individual.php: Default tab isn't selected fisharebest1-15/+0
2011-10-21#796580 - "<" in surname breaks indilistfisharebest1-3/+3
2011-10-20Possible fix for infinite-recursion problem.fisharebest1-1/+1
2011-10-20Use consistent access when filtering data for export/downloadfisharebest1-9/+6
2011-10-18Fix broken regexfisharebest1-1/+1
2011-10-18Fix broken regexfisharebest1-2/+2
2011-10-16Use TYPE when displaying FACT/EVEN in person-boxesfisharebest1-2/+12
http://webtrees.net/en/forums/9-request-for-new-feature/15301-display-of-even-type-as-label-in-person-boxes
2011-10-16#815312 - Clipping Cart Error (fix typo)fisharebest1-1/+1
2011-10-16#815312 - Clipping Cart Errorfisharebest1-12/+24
2011-10-16FIx: recent changes are not compatible with PHP5.2. fisharebest1-2/+3
2011-10-15Performance tweak - for PHP5.3 and abovefisharebest1-1/+7
2011-10-15Minor refactoring - move code relating to GEDCOM records into the GEDCOM objectsfisharebest1-2/+3
2011-10-15Minor refactoring - move code relating to GEDCOM records into the GEDCOM objectsfisharebest7-33/+121
2011-10-14Rest of fix for "not all individuals listed in birth report"fisharebest1-35/+35
2011-10-13Partial fix for "not all individuals listed in birth report"fisharebest1-4/+2
2011-10-13Don't serve AJAX requests to search engines. They should not ask for them, ↵fisharebest1-7/+7
although they may erroneously harvest links to them.
2011-10-13Search engines:fisharebest1-43/+46
Fix bad HTML in headers for pages shown to search engines Send HTTP/403 instead of HTTP/302 for pages that are not allowed Only check for search engine once - simplifies theme headers
2011-10-06changes to the reports by MelizaŁukasz Wilenski3-29/+78
fix #726469 Overwritten lines in pdf reports - 1.1.0 and some other issues, especially RTL
2011-10-06don't display relationship submenu on media pagesŁukasz Wilenski1-14/+14
2011-10-06Add initial support for serving static files from a content delivery network.fisharebest2-3/+3
2011-10-06MARB cannot be used to infer a MARR (in the same way that BURI can be used ↵fisharebest1-44/+0
to infer a DEAT), as it happens *before* the MARR
2011-10-05Merge duplicate translations that differ only in upper/lower casefisharebest1-2/+2
2011-09-29#860046 - This problem stems from the database "NAME>Adem SURN>Genç"fisharebest1-1/+2
2011-09-27Fix capitalisation of new GEDCOM tag: "_DNA"fisharebest1-1/+1
2011-09-26Fix: RTL formatting errorfisharebest1-1/+1
2011-09-25Better feedback and consistency when deleting recordsfisharebest6-10/+9
2011-09-24Slightly more efficient REGEX for previous changefisharebest1-1/+1
2011-09-24Fix: highlighting preferred (starred) name causes invalid markup when the ↵fisharebest1-1/+1
first given name is starred
2011-09-22Lifespan - use correct formatting for class="starredname" - do not convert ↵fisharebest1-36/+30
to underline.
2011-09-22No need to call strip_tags() twice on the same data.fisharebest1-2/+6
2011-09-22Add HTML escapes and directional markup when we CREATE the names of objects, ↵fisharebest7-50/+77
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-21Convert remaining "List Names" to "Full Names"fisharebest3-23/+10
2011-09-21Convert some "List Names" to "Full Names"fisharebest2-12/+3
2011-09-20#847865 - Reports show private data to visitors and users fisharebest1-5/+7
2011-09-20Statistics - only calculate AGE from BIRT+DEAT. Do not use other events, ↵fisharebest1-50/+48
such as BURI, as this can give spurious results for individuals who were re-buried later.
2011-09-15#851061 - statistics oldest living peoplefisharebest1-1/+1
2011-09-15Performance - we do not need the f_numchil column to create a WT_Family ↵fisharebest1-6/+1
object. It takes less CPU/memory to calculate it as needed from the gedcom record.
2011-09-14Performance - lazy evaluation of married/divorced status in family objects. ↵fisharebest1-15/+4
We now maintain the unprivatized data, so no need to pre-calculate it.
2011-09-14Performance - it is faster to extract the sex from the gedcom record than it ↵fisharebest3-14/+2
is to fetch the i_sex column from the database
2011-09-12Remove some old references to RTL stylesheets. RTL styling is now ↵fisharebest1-8/+1
integrated into the main stylesheets.
2011-09-11#826094 - Add/Change SOUR approval missing - SVN 12122fisharebest6-97/+88
Remove "Return to sources/repositories" links. We can arrive here from other pages, so "return" is incorrect. In any case, every page has a link to the source/repo list in the menu.
2011-09-10#822603 - Death flag set wrongly fisharebest4-71/+30
2011-09-07Remove the "enable multimedia" option. Multimedia is always enabled. Add a ↵fisharebest3-7/+5
new configuration option to restrict who can upload new media files.
2011-09-06Fix collation errors/corruption in Turkish language file for phpmailerfisharebest1-18/+17
2011-08-31Reversing the fixes for Bug #817867 - Name Suffix handling error. These ↵Nigel Osborne1-2/+1
changes caused other issues.
2011-08-30Bug #817867 - Name Suffix handling errorNigel Osborne1-1/+2
(Note - changes need reviewing)
2011-08-17Minor error when getMenu() used (not in any of standard themes)Nigel Osborne1-1/+2
2011-08-04The fix for #773291 causes setup to fail. We cannot use the user-defined ↵fisharebest1-5/+10
cache directory until after setup.
2011-07-31Added _DNA Tag exported by FTM 2010Veit Olschinski1-0/+1
2011-07-29rolled back changes from svn12081 on Veit requestŁukasz Wilenski2-2/+2