| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-10-21 | #821931 - Individual.php: Default tab isn't selected | fisharebest | 1 | -15/+0 | |
| 2011-10-21 | #796580 - "<" in surname breaks indilist | fisharebest | 1 | -3/+3 | |
| 2011-10-20 | Possible fix for infinite-recursion problem. | fisharebest | 1 | -1/+1 | |
| 2011-10-20 | Use consistent access when filtering data for export/download | fisharebest | 1 | -9/+6 | |
| 2011-10-18 | Fix broken regex | fisharebest | 1 | -1/+1 | |
| 2011-10-18 | Fix broken regex | fisharebest | 1 | -2/+2 | |
| 2011-10-16 | Use TYPE when displaying FACT/EVEN in person-boxes | fisharebest | 1 | -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) | fisharebest | 1 | -1/+1 | |
| 2011-10-16 | #815312 - Clipping Cart Error | fisharebest | 1 | -12/+24 | |
| 2011-10-16 | FIx: recent changes are not compatible with PHP5.2. | fisharebest | 1 | -2/+3 | |
| 2011-10-15 | Performance tweak - for PHP5.3 and above | fisharebest | 1 | -1/+7 | |
| 2011-10-15 | Minor refactoring - move code relating to GEDCOM records into the GEDCOM objects | fisharebest | 1 | -2/+3 | |
| 2011-10-15 | Minor refactoring - move code relating to GEDCOM records into the GEDCOM objects | fisharebest | 7 | -33/+121 | |
| 2011-10-14 | Rest of fix for "not all individuals listed in birth report" | fisharebest | 1 | -35/+35 | |
| 2011-10-13 | Partial fix for "not all individuals listed in birth report" | fisharebest | 1 | -4/+2 | |
| 2011-10-13 | Don't serve AJAX requests to search engines. They should not ask for them, ↵ | fisharebest | 1 | -7/+7 | |
| although they may erroneously harvest links to them. | |||||
| 2011-10-13 | Search engines: | fisharebest | 1 | -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-06 | changes to the reports by Meliza | Łukasz Wilenski | 3 | -29/+78 | |
| fix #726469 Overwritten lines in pdf reports - 1.1.0 and some other issues, especially RTL | |||||
| 2011-10-06 | don't display relationship submenu on media pages | Łukasz Wilenski | 1 | -14/+14 | |
| 2011-10-06 | Add initial support for serving static files from a content delivery network. | fisharebest | 2 | -3/+3 | |
| 2011-10-06 | MARB cannot be used to infer a MARR (in the same way that BURI can be used ↵ | fisharebest | 1 | -44/+0 | |
| to infer a DEAT), as it happens *before* the MARR | |||||
| 2011-10-05 | Merge duplicate translations that differ only in upper/lower case | fisharebest | 1 | -2/+2 | |
| 2011-09-29 | #860046 - This problem stems from the database "NAME>Adem SURN>Genç" | fisharebest | 1 | -1/+2 | |
| 2011-09-27 | Fix capitalisation of new GEDCOM tag: "_DNA" | fisharebest | 1 | -1/+1 | |
| 2011-09-26 | Fix: RTL formatting error | fisharebest | 1 | -1/+1 | |
| 2011-09-25 | Better feedback and consistency when deleting records | fisharebest | 6 | -10/+9 | |
| 2011-09-24 | Slightly more efficient REGEX for previous change | fisharebest | 1 | -1/+1 | |
| 2011-09-24 | Fix: highlighting preferred (starred) name causes invalid markup when the ↵ | fisharebest | 1 | -1/+1 | |
| first given name is starred | |||||
| 2011-09-22 | Lifespan - use correct formatting for class="starredname" - do not convert ↵ | fisharebest | 1 | -36/+30 | |
| to underline. | |||||
| 2011-09-22 | No need to call strip_tags() twice on the same data. | fisharebest | 1 | -2/+6 | |
| 2011-09-22 | Add HTML escapes and directional markup when we CREATE the names of objects, ↵ | fisharebest | 7 | -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-21 | Convert remaining "List Names" to "Full Names" | fisharebest | 3 | -23/+10 | |
| 2011-09-21 | Convert some "List Names" to "Full Names" | fisharebest | 2 | -12/+3 | |
| 2011-09-20 | #847865 - Reports show private data to visitors and users | fisharebest | 1 | -5/+7 | |
| 2011-09-20 | Statistics - only calculate AGE from BIRT+DEAT. Do not use other events, ↵ | fisharebest | 1 | -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 people | fisharebest | 1 | -1/+1 | |
| 2011-09-15 | Performance - we do not need the f_numchil column to create a WT_Family ↵ | fisharebest | 1 | -6/+1 | |
| object. It takes less CPU/memory to calculate it as needed from the gedcom record. | |||||
| 2011-09-14 | Performance - lazy evaluation of married/divorced status in family objects. ↵ | fisharebest | 1 | -15/+4 | |
| We now maintain the unprivatized data, so no need to pre-calculate it. | |||||
| 2011-09-14 | Performance - it is faster to extract the sex from the gedcom record than it ↵ | fisharebest | 3 | -14/+2 | |
| is to fetch the i_sex column from the database | |||||
| 2011-09-12 | Remove some old references to RTL stylesheets. RTL styling is now ↵ | fisharebest | 1 | -8/+1 | |
| integrated into the main stylesheets. | |||||
| 2011-09-11 | #826094 - Add/Change SOUR approval missing - SVN 12122 | fisharebest | 6 | -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 | fisharebest | 4 | -71/+30 | |
| 2011-09-07 | Remove the "enable multimedia" option. Multimedia is always enabled. Add a ↵ | fisharebest | 3 | -7/+5 | |
| new configuration option to restrict who can upload new media files. | |||||
| 2011-09-06 | Fix collation errors/corruption in Turkish language file for phpmailer | fisharebest | 1 | -18/+17 | |
| 2011-08-31 | Reversing the fixes for Bug #817867 - Name Suffix handling error. These ↵ | Nigel Osborne | 1 | -2/+1 | |
| changes caused other issues. | |||||
| 2011-08-30 | Bug #817867 - Name Suffix handling error | Nigel Osborne | 1 | -1/+2 | |
| (Note - changes need reviewing) | |||||
| 2011-08-17 | Minor error when getMenu() used (not in any of standard themes) | Nigel Osborne | 1 | -1/+2 | |
| 2011-08-04 | The fix for #773291 causes setup to fail. We cannot use the user-defined ↵ | fisharebest | 1 | -5/+10 | |
| cache directory until after setup. | |||||
| 2011-07-31 | Added _DNA Tag exported by FTM 2010 | Veit Olschinski | 1 | -0/+1 | |
| 2011-07-29 | rolled back changes from svn12081 on Veit request | Łukasz Wilenski | 2 | -2/+2 | |
