summaryrefslogtreecommitdiff
path: root/modules_v3
AgeCommit message (Collapse)AuthorFilesLines
2011-10-12Compress PNG images. Saves 130KB, an average of 15%.fisharebest106-0/+0
2011-10-11Removing numbers from FAQ list display - see forum discussionNigel Osborne1-1/+1
http://webtrees.net/en/forums/2-open-discussion/15849-order-numbers-of-faq-items
2011-10-09Merge two almost-identical translationsfisharebest1-1/+1
2011-10-08Fix: cannot add URLs as favouritesfisharebest2-2/+0
2011-10-08Added defines for external js library loadVeit Olschinski1-1/+1
2011-10-08Added defines for external js library loadVeit Olschinski1-1/+1
2011-10-08Added defines for external js library loadVeit Olschinski1-1/+1
2011-10-06changes to the reports by MelizaŁukasz Wilenski8-116/+119
fix #726469 Overwritten lines in pdf reports - 1.1.0 and some other issues, especially RTL
2011-10-06Add initial support for serving static files from a content delivery network.fisharebest31-263/+248
2011-10-06#857899 - Family report from INDI page loads wrong XREFfisharebest7-7/+44
2011-10-06#857899 - Family report from INDI page loads wrong XREF fisharebest1-1/+1
2011-10-05Merge duplicate translations that differ only in upper/lower casefisharebest2-11/+9
Remove GEDCOM parameter - use ged instead
2011-10-05Merge duplicate translations that differ only in upper/lower casefisharebest2-9/+9
2011-10-05Merge duplicate translations that differ only in upper/lower casefisharebest1-33/+28
Remove GEDCOM parameter - use ged instead
2011-10-05Merge duplicate translations that differ only in upper/lower casefisharebest1-2/+2
2011-10-05Merge duplicate translations that differ only in upper/lower casefisharebest1-1/+1
2011-10-05Merge duplicate translations that differ only in upper/lower casefisharebest1-8/+8
2011-10-05Merge duplicate translations that differ only in upper/lower casefisharebest1-2/+2
2011-10-05Remove unused codefisharebest1-5/+0
2011-10-05Merge duplicate translations that differ only in upper/lower casefisharebest1-2/+2
2011-10-05Merge duplicate translations that differ only in upper/lower casefisharebest1-2/+2
2011-10-05Remove unused codefisharebest1-5/+0
2011-10-05Merge duplicate translations that differ only in upper/lower casefisharebest1-6/+6
2011-10-05Remove unused codefisharebest1-5/+0
2011-10-05Remove unused codefisharebest1-5/+0
2011-10-05Merge duplicate translations that differ only in upper/lower casefisharebest1-30/+26
2011-10-05Remove unused codefisharebest1-5/+0
2011-10-05Merge duplicate translations that differ only in upper/lower casefisharebest1-1/+1
2011-10-05Remove unused codefisharebest1-5/+0
2011-10-05Merge duplicate translations that differ only in upper/lower casefisharebest1-1/+1
2011-09-29Fix: GoogleMaps module not escaping names that included HTML markup, such as ↵fisharebest1-2/+2
<span class="starredname"></span>
2011-09-27GM:Flags - instead of a test/error for a missing directory, simply create it.fisharebest1-7/+0
2011-09-22No need to call strip_tags() twice on the same data.fisharebest1-3/+2
2011-09-22Add HTML escapes and directional markup when we CREATE the names of objects, ↵fisharebest17-363/+335
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 some "List Names" to "Full Names"fisharebest5-9/+9
2011-09-21replace getListName() with getFullName() where the two are the samefisharebest2-6/+6
2011-09-15Performance - we do not need the f_numchil column to create a WT_Family ↵fisharebest1-1/+1
object. It takes less CPU/memory to calculate it as needed from the gedcom record.
2011-09-14Performance - it is faster to extract the sex from the gedcom record than it ↵fisharebest3-3/+3
is to fetch the i_sex column from the database
2011-09-11Rollback incorrect change in svn 12173Brian Holland1-1/+2
2011-09-10#822603 - Death flag set wrongly fisharebest3-3/+3
2011-09-08Fix irritating extra 100px of space at bottom of Lightbox/Album tab page ↵Brian Holland1-1/+1
content.
2011-09-08MEDIA_UPLOAD access checks need "<=" rather than "<"fisharebest2-2/+2
2011-09-07Remove the "enable multimedia" option. Multimedia is always enabled. Add a ↵fisharebest17-51/+45
new configuration option to restrict who can upload new media files.
2011-08-30Syntax error causing IE8/9 problems when place hierarchy includes mapsRob Peters1-1/+1
2011-08-29#833909 - in manage media links, module dir name not being loadedfisharebest11-2980/+2696
2011-08-28Fix Place Hierarchy page to set initial zoom level of map with one marker to ↵Brian Holland1-10/+29
the zoom factor that is in the database (instead of fixing at Max_zoom_level)
2011-08-24Update Yahrzeiten block to use DataTablesNigel Osborne1-26/+49
2011-08-21Bug #804386 - IE Media JS issueŁukasz Wilenski1-0/+2
2011-08-21Fix scroll on width (Now OK in all themes)Nigel Osborne1-1/+1
2011-08-20Increase GM_MAP_ZOOM option parameter to 20Brian Holland2-2/+2